    .fuerwen-hero {
      padding-top: 62px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 82vh;
    }

    .fuerwen-hero-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 80px 60px;
      background: var(--warm-white);
    }

    .fuerwen-hero-eyebrow {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .fuerwen-hero-eyebrow::before {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      background: var(--accent);
      flex-shrink: 0;
    }

    .fuerwen-hero-left h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 4.5vw, 68px);
      font-weight: 300;
      line-height: 1.08;
      color: var(--dark);
      letter-spacing: -.01em;
      margin-bottom: 28px;
    }

    .fuerwen-hero-left h1 em {
      font-style: italic;
      color: var(--accent);
    }

    .fuerwen-hero-sub {
      font-size: 17px;
      line-height: 1.75;
      color: var(--text-muted);
      max-width: 460px;
      font-weight: 300;
      margin-bottom: 44px;
    }

    .fuerwen-hero-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .fuerwen-pill {
      display: flex;
      align-items: center;
      gap: 8px;
      border: 1px solid var(--border);
      padding: 9px 16px;
      border-radius: 2px;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-muted);
      background: white;
      transition: border-color .2s, color .2s;
    }

    .fuerwen-pill-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }

    /* Hero right — visual */
    .fuerwen-hero-right {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0a2540 0%, #0d3a6e 50%, #0496ff 100%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 52px 48px;
    }

    .fuerwen-hero-pattern {
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 24px, rgba(4, 150, 255, .05) 24px, rgba(4, 150, 255, .05) 25px);
    }

    .fuerwen-hero-bg-text {
      position: absolute;
      top: 40px;
      right: -10px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(80px, 12vw, 160px);
      font-weight: 300;
      color: rgba(255, 255, 255, .05);
      line-height: 1;
      pointer-events: none;
      white-space: nowrap;
    }

    /* Two-column checklist on hero right */
    .fuerwen-hero-list {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 36px;
    }

    .fuerwen-hero-list-item {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(144, 202, 249, .15);
      padding: 18px 20px;
      transition: background .2s;
    }

    .fuerwen-hero-list-item:hover {
      background: rgba(255, 255, 255, .08);
    }

    .fuerwen-hero-list-item-label {
      font-size: 10px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 8px;
    }

    .fuerwen-hero-list-item p {
      font-size: 13px;
      color: rgba(227, 242, 253, .6);
      line-height: 1.5;
      font-weight: 300;
    }

    .fuerwen-hero-note {
      position: relative;
      z-index: 2;
      font-size: 13px;
      color: rgba(227, 242, 253, .4);
      line-height: 1.65;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      font-style: italic;
    }

    /* ══════════════════════════════
     TRUST BAR
  ══════════════════════════════ */
    .trust-bar {
      background: var(--dark);
      padding: 18px 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 14px;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--accent-light);
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .trust-sep {
      width: 1px;
      height: 20px;
      background: rgba(255, 255, 255, .12);
    }

    /* ══════════════════════════════
     CONTRAINDICATIONS GRID
  ══════════════════════════════ */
    .fuerwen-contra {
      padding: 100px 60px;
      background: var(--warm-white);
    }

    .fuerwen-contra-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: end;
      margin-bottom: 64px;
    }

    .fuerwen-contra-header .section-title {
      color: var(--dark);
    }

    .fuerwen-contra-header .section-title em {
      font-style: italic;
      color: var(--red);
    }

    .section-eyebrow {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-eyebrow::before {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      background: var(--accent);
      flex-shrink: 0;
    }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 4vw, 52px);
      font-weight: 300;
      line-height: 1.12;
      color: var(--dark);
    }

    .section-title em {
      font-style: italic;
      color: var(--brown-mid);
    }

    .fuerwen-contra-desc {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-muted);
      font-weight: 300;
      align-self: end;
    }

    .fuerwen-contra-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
    }

    .fuerwen-contra-card {
      background: white;
      padding: 40px 36px;
      position: relative;
      overflow: hidden;
      transition: background .25s;
    }

    .fuerwen-contra-card:hover {
      background: #fff8f8;
    }

    .fuerwen-contra-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 64px;
      font-weight: 300;
      line-height: 1;
      color: rgba(214, 64, 69, .1);
      position: absolute;
      top: 20px;
      right: 24px;
      pointer-events: none;
      transition: color .25s;
    }

    .fuerwen-contra-card:hover .fuerwen-contra-num {
      color: rgba(214, 64, 69, .18);
    }

    .fuerwen-contra-icon {
      width: 44px;
      height: 44px;
      border: 1px solid rgba(214, 64, 69, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-bottom: 24px;
      color: var(--red);
      transition: background .25s, border-color .25s;
    }

    .fuerwen-contra-card:hover .fuerwen-contra-icon {
      background: var(--red-light);
      border-color: var(--red);
    }

    .fuerwen-contra-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 21px;
      font-weight: 400;
      color: var(--dark);
      margin-bottom: 12px;
      line-height: 1.2;
    }

    .fuerwen-contra-text {
      font-size: 14px;
      line-height: 1.8;
      color: var(--text-muted);
      font-weight: 300;
    }

    .fuerwen-contra-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--red);
      transition: width .35s ease;
    }

    .fuerwen-contra-card:hover .fuerwen-contra-bar {
      width: 100%;
    }

    /* ══════════════════════════════
     ALTERNATIVE — "Was ist sinnvoller"
  ══════════════════════════════ */
    .fuerwen-alternative {
      background: var(--cream);
      padding: 100px 60px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .fuerwen-alternative-left .section-title {
      margin-bottom: 28px;
    }

    .fuerwen-alternative-left p {
      font-size: 16px;
      line-height: 1.85;
      color: var(--text-muted);
      font-weight: 300;
      margin-bottom: 18px;
    }

    .fuerwen-alternative-left p strong {
      color: var(--text-body);
      font-weight: 500;
    }

    .fuerwen-alt-card {
      background: var(--dark);
      border: 1px solid rgba(4, 150, 255, .15);
      padding: 48px 44px;
      position: relative;
      overflow: hidden;
    }

    .fuerwen-alt-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--accent), var(--accent-light));
    }

    .fuerwen-alt-label {
      font-size: 10px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .fuerwen-alt-label::before {
      content: '';
      width: 16px;
      height: 1px;
      background: var(--accent-light);
    }

    .fuerwen-alt-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px;
      font-weight: 300;
      color: var(--cream);
      line-height: 1.2;
      margin-bottom: 28px;
    }

    .fuerwen-alt-title em {
      font-style: italic;
      color: var(--accent-light);
    }

    .fuerwen-alt-benefits {
      list-style: none;
      margin-bottom: 36px;
    }

    .fuerwen-alt-benefits li {
      font-size: 14px;
      color: rgba(227, 242, 253, .65);
      padding: 11px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .06);
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-weight: 300;
      line-height: 1.5;
    }

    .fuerwen-alt-benefits li:last-child {
      border-bottom: none;
    }

    .fuerwen-alt-benefits li::before {
      content: '✦';
      color: var(--accent-light);
      font-size: 9px;
      flex-shrink: 0;
      margin-top: 4px;
    }

    .fuerwen-alt-cta {
      display: block;
      width: 100%;
      text-align: center;
      background: var(--accent);
      color: white;
      padding: 16px;
      font-size: 13px;
      letter-spacing: .12em;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      transition: background .2s, transform .15s;
    }

    .fuerwen-alt-cta:hover {
      background: #0380d8;
      transform: translateY(-1px);
    }

    /* ══════════════════════════════
     DARK CALLOUT — "Nicht sicher?"
  ══════════════════════════════ */
    .fuerwen-callout {
      background: var(--dark);
      padding: 100px 60px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      position: relative;
      overflow: hidden;
    }

    .fuerwen-callout::before {
      content: 'Fragen?';
      position: absolute;
      bottom: -20px;
      right: -10px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(80px, 12vw, 200px);
      font-weight: 300;
      color: rgba(4, 150, 255, .05);
      line-height: 1;
      pointer-events: none;
      white-space: nowrap;
    }

    .fuerwen-callout-eyebrow {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .fuerwen-callout-eyebrow::before {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--accent-light);
    }

    .fuerwen-callout-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 4vw, 52px);
      font-weight: 300;
      color: var(--cream);
      line-height: 1.1;
      margin-bottom: 28px;
    }

    .fuerwen-callout-title em {
      font-style: italic;
      color: var(--accent-light);
    }

    .fuerwen-callout-text {
      font-size: 16px;
      line-height: 1.85;
      color: rgba(227, 242, 253, .55);
      font-weight: 300;
    }

    .fuerwen-callout-right {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .fuerwen-contact-item {
      border: 1px solid rgba(144, 202, 249, .15);
      padding: 28px 32px;
      display: flex;
      align-items: center;
      gap: 20px;
      background: rgba(255, 255, 255, .03);
      transition: border-color .2s, background .2s;
      text-decoration: none;
    }

    .fuerwen-contact-item:hover {
      border-color: rgba(144, 202, 249, .4);
      background: rgba(4, 150, 255, .06);
    }

    .fuerwen-contact-icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      border: 1px solid rgba(144, 202, 249, .25);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: var(--accent-light);
    }

    .fuerwen-contact-label {
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: rgba(227, 242, 253, .35);
      margin-bottom: 4px;
    }

    .fuerwen-contact-value {
      font-size: 16px;
      color: var(--cream);
      font-weight: 300;
      line-height: 1.3;
    }

    .fuerwen-contact-note {
      font-size: 13px;
      color: rgba(227, 242, 253, .35);
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(255, 255, 255, .06);
      line-height: 1.65;
      font-style: italic;
      text-align: center;
    }

    /* ══════════════════════════════
     FOOTER
  ══════════════════════════════ */
    footer {
      background: var(--dark);
      padding: 60px;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .footer-brand-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px;
      color: var(--cream);
      margin-bottom: 12px;
      font-weight: 300;
    }

    .footer-brand-name span {
      color: var(--accent);
    }

    .footer-tagline {
      font-size: 13px;
      color: rgba(227, 242, 253, .45);
      line-height: 1.6;
      max-width: 240px;
      font-weight: 300;
      margin-bottom: 28px;
    }

    .footer-social {
      display: flex;
      gap: 12px;
    }

    .footer-social a {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255, 255, 255, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(227, 242, 253, .45);
      font-size: 13px;
      text-decoration: none;
      transition: border-color .2s, color .2s;
    }

    .footer-social a:hover {
      border-color: var(--accent);
      color: var(--accent);
    }

    .footer-col-title {
      font-size: 10px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(227, 242, 253, .4);
      margin-bottom: 20px;
    }

    .footer-col ul {
      list-style: none;
    }

    .footer-col li+li {
      margin-top: 10px;
    }

    .footer-col a {
      color: rgba(227, 242, 253, .5);
      font-size: 13px;
      text-decoration: none;
      transition: color .2s;
      font-weight: 300;
    }

    .footer-col a:hover {
      color: var(--cream);
    }

    .footer-bottom {
      background: #061828;
      padding: 20px 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-bottom p {
      font-size: 11px;
      color: rgba(227, 242, 253, .3);
      letter-spacing: .06em;
    }

    .footer-bottom a {
      color: rgba(227, 242, 253, .3);
      text-decoration: none;
      font-size: 11px;
      transition: color .2s;
    }

    .footer-bottom a:hover {
      color: rgba(227, 242, 253, .5);
    }

    .footer-links {
      display: flex;
      gap: 24px;
    }

    /* ══════════════════════════════
     RESPONSIVE
  ══════════════════════════════ */
    @media (max-width: 1024px) {
      nav {
        padding: 16px 32px;
      }

      .fuerwen-hero {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .fuerwen-hero-left {
        padding: 64px 40px 48px;
      }

      .fuerwen-hero-right {
        min-height: 360px;
        padding: 36px 32px;
      }

      .fuerwen-hero-list {
        grid-template-columns: 1fr 1fr;
      }

      .fuerwen-contra {
        padding: 72px 40px;
      }

      .fuerwen-contra-header {
        grid-template-columns: 1fr;
      }

      .fuerwen-contra-grid {
        grid-template-columns: 1fr 1fr;
      }

      .fuerwen-alternative {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 72px 40px;
      }

      .fuerwen-callout {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 72px 40px;
      }

      footer {
        padding: 48px 40px;
        gap: 40px;
      }

      .footer-bottom {
        padding: 18px 40px;
      }

      .trust-bar {
        padding: 14px 40px;
      }
    }

    @media (max-width: 768px) {
      nav {
        padding: 14px 20px;
      }

      .nav-links {
        display: none;
      }

      .nav-hamburger {
        display: flex;
      }

      .fuerwen-hero-left {
        padding: 52px 24px 40px;
      }

      .fuerwen-hero-right {
        min-height: 300px;
        padding: 28px 24px;
      }

      .fuerwen-hero-list {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .fuerwen-contra {
        padding: 64px 24px;
      }

      .fuerwen-contra-grid {
        grid-template-columns: 1fr;
      }

      .fuerwen-alternative {
        padding: 64px 24px;
      }

      .fuerwen-callout {
        padding: 64px 24px;
      }

      .fuerwen-alt-card {
        padding: 36px 28px;
      }

      .trust-bar {
        padding: 14px 20px;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 16px;
      }

      .trust-sep {
        display: none;
      }

      footer {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding: 48px 24px 0;
      }

      .footer-bottom {
        padding: 16px 24px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
      }

      .footer-links {
        justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .fuerwen-hero-left h1 {
        font-size: 34px;
      }

      .section-title {
        font-size: 28px;
      }

      footer {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 20px 0;
      }

      .footer-bottom {
        padding: 16px 20px;
      }
    }
