*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --red: #c0392b; --red-dark: #a93226; --dark: #1a1a1a; --grey: #555;
      --light: #f8f8f8; --white: #fff; --border: #e5e5e5; --radius: 8px;
    }
    body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
    a { color: inherit; text-decoration: none; }

    /* NAV */
    nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
    .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .nav-logo { display: flex; flex-direction: column; justify-content: center; background: var(--red); color: var(--white); padding: 8px 16px; border-radius: 6px; line-height: 1.2; text-decoration: none; }
    .nav-logo-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.02em; }
    .nav-logo-sub { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; margin-top: 1px; }
    .nav-links { display: flex; gap: 32px; list-style: none; }
    .nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--dark); transition: color 0.2s; }
    .nav-links a:hover { color: var(--red); }
    .nav-cta { background: var(--red); color: var(--white) !important; padding: 10px 22px; border-radius: var(--radius); font-size: 0.9rem !important; font-weight: 600 !important; transition: background 0.2s !important; }
    .nav-cta:hover { background: var(--red-dark) !important; color: var(--white) !important; }
    .hamburger { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--dark); }

    /* HERO */
    .hero { background: linear-gradient(160deg, #111 0%, #2a2a2a 100%); color: var(--white); padding: 80px 20px 0; text-align: center; }
    .hero-inner { max-width: 820px; margin: 0 auto; }
    .breadcrumb { font-size: 0.8rem; color: #999; margin-bottom: 20px; }
    .breadcrumb a { color: #999; }
    .breadcrumb a:hover { color: #fff; }
    .breadcrumb span { color: #666; margin: 0 6px; }
    .hero-label { display: inline-block; background: var(--red); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 24px; }
    .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.15; margin-bottom: 20px; font-weight: 700; }
    .hero-desc { font-size: 1rem; color: #bbb; max-width: 580px; margin: 0 auto 32px; line-height: 1.7; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; padding-bottom: 40px; }
    .btn-primary { background: var(--red); color: var(--white); padding: 15px 32px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; transition: background 0.2s; display: inline-block; border: none; cursor: pointer; font-family: inherit; }
    .btn-primary:hover { background: var(--red-dark); }
    .btn-secondary { background: transparent; color: var(--white); padding: 15px 32px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; border: 2px solid rgba(255,255,255,0.35); transition: border-color 0.2s; display: inline-block; }
    .btn-secondary:hover { border-color: rgba(255,255,255,0.8); }
    .hero-badges { background: var(--red); display: grid; grid-template-columns: repeat(4, 1fr); }
    .hero-badge { font-size: 0.85rem; color: var(--white); font-weight: 500; padding: 16px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; gap: 6px; }
    .hero-badge:last-child { border-right: none; }
    @media (max-width: 600px) { .hero-badges { grid-template-columns: repeat(2, 1fr); } .hero-badge:nth-child(2) { border-right: none; } }

    /* SECTIONS */
    section { padding: 64px 20px; }
    .section-inner { max-width: 1100px; margin: 0 auto; }
    .section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
    h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 32px; }
    .bg-light { background: var(--light); }

    /* STEPS */
    .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
    .step-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; position: relative; }
    .step-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: #eee; font-weight: 700; line-height: 1; margin-bottom: 12px; }
    .step-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
    .step-card p { font-size: 0.88rem; color: var(--grey); line-height: 1.6; }

    /* HVAD INKLUDERER */
    .inkl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .inkl-item { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.9rem; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
    .inkl-item:hover { border-color: var(--red); box-shadow: 0 4px 16px rgba(192,57,43,0.1); }
    .inkl-icon { font-size: 1.2rem; flex-shrink: 0; }
    @media (max-width: 640px) { .inkl-grid { grid-template-columns: 1fr; } }

    /* PRISER */
    .price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
    .price-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; position: relative; }
    .price-card.popular { border-color: var(--red); box-shadow: 0 0 0 2px var(--red); }
    .popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; white-space: nowrap; }
    .price-old { font-size: 0.95rem; color: #aaa; text-decoration: line-through; margin-bottom: 2px; }
    .price-saving { font-size: 0.78rem; color: #e67e22; font-weight: 700; margin-bottom: 4px; }
    .price-card h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; }
    .price-amount { font-size: 2.2rem; font-weight: 700; line-height: 1; margin-bottom: 4px; }
    .price-suffix { font-size: 0.8rem; color: var(--grey); margin-bottom: 4px; }
    .price-min { font-size: 0.75rem; color: var(--grey); margin-bottom: 16px; border-bottom: 1px solid var(--border); padding-bottom: 12px; }
    .price-features { list-style: none; margin-bottom: 20px; }
    .price-features li { font-size: 0.85rem; padding: 4px 0; }
    .price-features li::before { content: "✓ "; color: var(--red); font-weight: 700; }
    .btn-outline { display: block; text-align: center; border: 2px solid var(--red); color: var(--red); padding: 10px; border-radius: var(--radius); font-weight: 600; font-size: 0.85rem; transition: all 0.2s; background: transparent; cursor: pointer; font-family: inherit; width: 100%; }
    .btn-outline:hover { background: var(--red); color: var(--white); }
    .price-note { font-size: 0.78rem; color: var(--grey); margin-top: 20px; font-style: italic; }

    /* KONTAKTFORMULAR */
    .kontakt-wrapper { background: var(--dark); padding: 0 20px 60px; }
    .kontakt-inner { max-width: 580px; margin: 0 auto; background: var(--white); border-radius: 16px; padding: 40px 40px 44px; box-shadow: 0 8px 40px rgba(0,0,0,0.18); }
    .kontakt-pre { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
    .kontakt-h2 { font-family: "Playfair Display", serif; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 6px; font-weight: 700; color: var(--dark); }
    .kontakt-sub { font-size: 0.85rem; color: var(--grey); margin-bottom: 24px; line-height: 1.6; }
    .kontakt-inner label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); margin-bottom: 5px; display: block; }
    .kontakt-inner input, .kontakt-inner select, .kontakt-inner textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 0.92rem; background: var(--white); color: var(--dark); transition: border-color 0.2s; outline: none; }
    .kontakt-inner input:focus, .kontakt-inner select:focus, .kontakt-inner textarea:focus { border-color: var(--red); }
    .kontakt-inner textarea { resize: vertical; min-height: 80px; }
    .form-group { margin-bottom: 10px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .btn-submit { width: 100%; background: var(--red); color: var(--white); border: none; padding: 16px; border-radius: var(--radius); font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.2s, transform 0.1s; letter-spacing: 0.3px; margin-top: 8px; font-family: inherit; }
    .btn-submit:hover { background: var(--red-dark); transform: translateY(-1px); }
    .kontakt-trust { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
    .kontakt-trust span { font-size: 0.76rem; color: var(--grey); }
    @media (max-width: 640px) { .kontakt-inner { padding: 28px 20px 32px; } .form-row { grid-template-columns: 1fr; } }

    /* FAQ */
    .faq-list { max-width: 740px; }
    details { border-bottom: 1px solid var(--border); padding: 16px 0; }
    details summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; }
    details summary::-webkit-details-marker { display: none; }
    details summary::after { content: "+"; font-size: 1.2rem; color: var(--red); flex-shrink: 0; margin-left: 12px; }
    details[open] summary::after { content: "−"; }
    details p { font-size: 0.9rem; color: var(--grey); padding-top: 12px; line-height: 1.7; }

    /* RELATEREDE YDELSER */
    .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
    .related-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; display: flex; align-items: center; gap: 12px; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
    .related-card:hover { border-color: var(--red); box-shadow: 0 8px 20px rgba(192,57,43,0.12); transform: translateY(-2px); }
    .related-card .icon { font-size: 1.5rem; flex-shrink: 0; }
    .related-card h3 { font-size: 0.9rem; font-weight: 600; margin-bottom: 2px; }
    .related-card p { font-size: 0.8rem; color: var(--grey); }

    /* FOOTER */
    footer { background: var(--dark); color: #aaa; padding: 48px 20px 32px; }
    .footer-inner { max-width: 1100px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
    .footer-brand { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 12px; }
    .footer-desc { font-size: 0.85rem; line-height: 1.7; }
    footer .footer-label { color: var(--white); font-size: 0.85rem; font-weight: 600; margin-bottom: 14px; }
    footer ul { list-style: none; }
    footer ul li { margin-bottom: 8px; font-size: 0.85rem; }
    footer ul a:hover { color: var(--white); }
    .footer-bottom { border-top: 1px solid #333; padding-top: 20px; font-size: 0.8rem; text-align: center; }

    /* STICKY MOBILE CTA */
    .sticky-call-wrap { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; z-index: 999; padding: 10px 16px 20px; }
    .sticky-call-wrap a { display: block; background: var(--red); color: #fff; text-align: center; padding: 14px; border-radius: 10px; font-size: 1.05rem; font-weight: 700; text-decoration: none; }
    @media (max-width: 768px) { .sticky-call-wrap { display: block; } body { padding-bottom: 80px; } .nav-links { display: none; } .hamburger { display: block; } .footer-grid { grid-template-columns: 1fr; gap: 24px; } }