    /* ── DESIGN SYSTEM TOKENS v2.0 ── */

    html {
      scroll-behavior: smooth;
    }

    /* PAGE HEADER */
    /*
  .page-header { padding: 140px 52px 36px; text-align: center; position: relative; overflow: hidden; }
  .page-header::before { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(196,117,106,0.06) 0%, transparent 55%); pointer-events: none; z-index: -1; }
  .page-eyebrow { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: var(--ink-light); margin-bottom: var(--sp-3); opacity: 0; animation: fadeUp 0.7s 0.1s ease both; }
  .page-title { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(38px, 6vw, 66px); font-weight: 400; line-height: 1.05; color: var(--ink); margin-bottom: var(--sp-3); opacity: 0; animation: fadeUp 0.7s 0.2s ease both; }
  .page-title em { font-style: italic; color: var(--ink-mid); }
  .page-sub { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; font-style: italic; color: var(--ink-mid); max-width: 540px; margin: 0 auto; line-height: 1.75; opacity: 0; animation: fadeUp 0.7s 0.3s ease both; }
*/
    /* EMERGENCY BANNER */
    .emergency-banner-wrap {
      padding: 0 52px;
      opacity: 0;
      animation: fadeUp 0.7s 0.4s ease both;
    }

    .emergency-banner {
      background: rgba(68, 62, 83, 0.88);
      color: var(--white);
      padding: var(--sp-3) var(--sp-4);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--sp-3);
      max-width: 780px;
      margin: 0 auto;
    }

    .emergency-left {
      display: flex;
      align-items: center;
      gap: var(--sp-3);
    }

    .emergency-icon {
      font-size: 22px;
      flex-shrink: 0;
    }

    .emergency-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      font-style: italic;
      color: rgba(250, 250, 248, 0.85);
      line-height: 1.55;
      /*max-width: 560px;*/
    }

    .emergency-text strong {
      font-family: 'Jost', sans-serif;
      font-style: normal;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--accent-gold);
      display: block;
      margin-bottom: 4px;
    }

    .emergency-action {
      font-family: 'Jost', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--accent-gold);
      border: 1px solid rgba(201, 151, 74, 0.45);
      padding: 10px 22px;
      text-decoration: none;
      white-space: nowrap;
      flex-shrink: 0;
      transition: all var(--t-hover);
    }

    .emergency-action:hover {
      background: var(--accent-gold);
      color: var(--warm-dark);
      border-color: var(--accent-gold);
    }

    /* FUNNEL */
    .funnel-section {
      max-width: 640px;
      margin: 0 auto;
      padding: var(--sp-6) 52px var(--sp-8);
    }

    .funnel-intro {
      text-align: center;
      margin-bottom: var(--sp-8);
      opacity: 0;
      animation: fadeUp 0.7s 0.5s ease both;
    }

    .funnel-intro-rule {
      width: 40px;
      height: 1px;
      background: var(--lavender-deep);
      margin: 0 auto var(--sp-3);
    }

    .funnel-intro-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.75;
    }

    .funnel-intro-text em {
      color: var(--ink);
      font-style: normal;
    }

    .question-block {
      margin-bottom: var(--sp-6);
      opacity: 0;
      animation: fadeUp 0.7s ease both;
    }

    .question-block:nth-child(1) {
      animation-delay: 0.6s;
    }

    .question-block:nth-child(2) {
      animation-delay: 0.75s;
    }

    .question-label {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--ink-light);
      margin-bottom: var(--sp-2);
    }

    .question-text {
      font-family: 'DM Serif Display', Georgia, serif;
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 400;
      color: var(--ink);
      line-height: 1.2;
      margin-bottom: var(--sp-3);
    }

    .pill-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .pill {
      font-family: 'Jost', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.5px;
      color: var(--ink-mid);
      background: rgba(255, 255, 255, 0.55);
      border: 1.5px solid rgba(196, 191, 223, 0.7);
      padding: 10px 20px;
      cursor: pointer;
      transition: all var(--t-hover) ease;
      user-select: none;
    }

    .pill:hover {
      background: rgba(255, 255, 255, 0.85);
      border-color: var(--ink-mid);
      color: var(--ink);
    }

    .pill.selected {
      background: var(--warm-dark);
      border-color: var(--warm-dark);
      color: var(--white);
    }

    .funnel-divider {
      width: 100%;
      height: 1px;
      background: var(--lavender-deep);
      margin: var(--sp-6) 0;
    }

    .country-select {
      font-family: 'Jost', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: var(--ink);
      background-color: rgba(255, 255, 255, 0.6);
      border: 1.5px solid rgba(196, 191, 223, 0.7);
      padding: 13px 48px 13px 18px;
      width: 100%;
      max-width: 360px;
      cursor: pointer;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7590' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      transition: border-color var(--t-hover) ease;
    }

    .country-select:hover {
      border-color: var(--ink-mid);
    }

    .country-select:focus {
      border-color: var(--ink);
    }

    .country-select option {
      color: var(--ink);
      background: var(--white);
    }

    /* RESULTS */
    .results-area {
      margin-top: var(--sp-8);
      display: none;
    }

    .results-area.visible {
      display: block;
    }

    .results-header {
      margin-bottom: var(--sp-4);
      padding-bottom: var(--sp-3);
      border-bottom: 1px solid var(--lavender-deep);
    }

    .results-eyebrow {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--accent-rose);
      margin-bottom: 6px;
    }

    .results-title {
      font-family: 'DM Serif Display', Georgia, serif;
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 400;
      color: var(--ink);
      line-height: 1.15;
    }

    .results-title em {
      font-style: italic;
    }

    .result-cards {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .result-card {
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid rgba(196, 191, 223, 0.55);
      padding: var(--sp-4);
      position: relative;
      transition: transform var(--t-hover) ease, box-shadow var(--t-hover) ease;
      animation: fadeUp 0.5s ease both;
    }

    .result-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: var(--accent-rose);
    }

    .result-card:hover {
      transform: translateX(4px);
      box-shadow: 0 4px 24px rgba(42, 37, 53, 0.07);
    }

    .rc-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: var(--sp-2);
      margin-bottom: var(--sp-1);
    }

    .rc-name {
      font-family: 'DM Serif Display', Georgia, serif;
      font-size: 20px;
      font-weight: 400;
      color: var(--ink);
      line-height: 1.1;
    }

    .rc-method {
      font-family: 'Jost', sans-serif;
      font-size: 9px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--accent-rose);
      border: 1px solid rgba(196, 117, 106, 0.3);
      padding: 4px 10px;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .rc-method.method-chat {
      color: var(--accent-gold);
      border-color: rgba(201, 151, 74, 0.3);
    }

    .rc-method.method-text {
      color: var(--ink-mid);
      border-color: rgba(74, 69, 96, 0.25);
    }

    .rc-desc {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.7;
      margin-bottom: var(--sp-2);
    }

    .rc-contact-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px var(--sp-4);
      padding-top: var(--sp-2);
      border-top: 1px solid rgba(196, 191, 223, 0.4);
    }

    .rc-contact-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .rc-contact-label {
      font-family: 'Jost', sans-serif;
      font-size: 9px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--ink-light);
    }

    .rc-contact-value {
      font-family: 'Jost', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: var(--ink);
      text-decoration: none;
      transition: color var(--t-micro);
    }

    .rc-contact-value:hover {
      color: var(--accent-rose);
    }

    .rc-hours {
      font-family: 'Jost', sans-serif;
      font-size: 11px;
      color: var(--ink-light);
      letter-spacing: 0.3px;
    }

    /* PAGINATION */
    .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-top: var(--sp-6);
      padding-top: var(--sp-4);
      border-top: 1px solid var(--lavender-deep);
      flex-wrap: wrap;
    }

    .pg-btn {
      font-family: 'Jost', sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: var(--ink-mid);
      background: none;
      border: 1.5px solid transparent;
      padding: 8px 14px;
      cursor: pointer;
      min-width: 40px;
      text-align: center;
      transition: all var(--t-micro);
      line-height: 1;
    }

    .pg-btn:hover {
      color: var(--ink);
      border-color: rgba(196, 191, 223, 0.7);
    }

    .pg-btn.active {
      color: var(--ink);
      border-color: var(--ink);
      font-weight: 500;
    }

    .pg-btn:disabled {
      opacity: 0.3;
      cursor: default;
    }

    .pg-btn:disabled:hover {
      color: var(--ink-mid);
      border-color: transparent;
    }

    .pg-ellipsis {
      font-family: 'Jost', sans-serif;
      font-size: 13px;
      color: var(--ink-light);
      padding: 8px 6px;
      line-height: 1;
      pointer-events: none;
    }

    /* NO RESULTS */
    .no-results {
      display: none;
      text-align: center;
      padding: var(--sp-8) 0;
    }

    .no-results.visible {
      display: block;
    }

    .no-results-icon {
      font-size: 36px;
      display: block;
      margin-bottom: var(--sp-3);
      opacity: 0.5;
    }

    .no-results-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.75;
      margin-bottom: var(--sp-4);
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
    }

    /* RESET */
    .funnel-reset {
      display: none;
      text-align: center;
      margin-top: var(--sp-6);
    }

    .funnel-reset.visible {
      display: block;
    }

    .reset-btn {
      font-family: 'Jost', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--ink-light);
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      transition: color var(--t-micro);
    }

    .reset-btn:hover {
      color: var(--ink);
    }

    /* WHAT TO EXPECT */
    .expect-section {
      background: rgba(255, 255, 255, 0.3);
      border-top: 1px solid rgba(196, 191, 223, 0.5);
      border-bottom: 1px solid rgba(196, 191, 223, 0.5);
      padding: var(--sp-8) 52px;
    }

    .expect-inner {
      max-width: 860px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--sp-8);
      align-items: start;
    }

    .section-eyebrow {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--ink-light);
      margin-bottom: var(--sp-2);
    }

    .expect-copy h2 {
      font-family: 'DM Serif Display', Georgia, serif;
      font-size: clamp(26px, 3.5vw, 36px);
      font-weight: 400;
      color: var(--ink);
      line-height: 1.15;
      margin-bottom: var(--sp-3);
    }

    .expect-copy h2 em {
      font-style: italic;
    }

    .expect-copy p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.75;
      margin-bottom: var(--sp-2);
    }

    .expect-copy p:last-of-type {
      margin-bottom: 0;
    }

    .expect-items {
      display: flex;
      flex-direction: column;
      gap: var(--sp-3);
    }

    .expect-item {
      display: flex;
      gap: var(--sp-3);
      align-items: flex-start;
    }

    .expect-number {
      font-family: 'DM Serif Display', serif;
      font-size: 36px;
      font-style: italic;
      color: var(--lavender-deep);
      line-height: 1;
      flex-shrink: 0;
      width: 42px;
    }

    .expect-item-title {
      font-family: 'Jost', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .expect-item-body {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.65;
    }

    /* CLOSING */
    .closing-section {
      padding: var(--sp-12) 52px;
      text-align: center;
    }

    .closing-inner {
      max-width: 580px;
      margin: 0 auto;
    }

    .closing-rule {
      width: 40px;
      height: 1px;
      background: var(--lavender-deep);
      margin: 0 auto var(--sp-6);
    }

    .closing-title {
      font-family: 'DM Serif Display', Georgia, serif;
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 400;
      color: var(--ink);
      line-height: 1.15;
      margin-bottom: var(--sp-3);
    }

    .closing-title em {
      font-style: italic;
    }

    .closing-body {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-style: italic;
      color: var(--ink-mid);
      line-height: 1.75;
      margin-bottom: var(--sp-6);
    }

    .closing-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--sp-3);
      flex-wrap: wrap;
    }

    /* REVEAL */
    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity var(--t-reveal) ease, transform var(--t-reveal) ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(16px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      nav {
        padding: 16px 24px;
      }

      .nav-links {
        display: none;
      }

      .nav-hamburger {
        display: flex;
      }

      .page-header {
        padding: 120px 24px 56px;
      }

      .emergency-banner-wrap {
        padding: 0 24px;
      }

      .emergency-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sp-2);
        max-width: 100%;
      }

      .funnel-section {
        padding: var(--sp-8) 24px;
      }

      .expect-section {
        padding: var(--sp-8) 24px;
      }

      .expect-inner {
        grid-template-columns: 1fr;
        gap: var(--sp-6);
      }

      .closing-section {
        padding: var(--sp-8) 24px;
      }

      footer {
        padding: 48px 24px 24px;
      }

      .footer-top {
        flex-direction: column;
        gap: 28px;
      }

      .footer-right {
        align-items: flex-start;
      }

      .footer-bottom {
        flex-direction: column;
        gap: 14px;
        text-align: center;
      }

      .closing-actions {
        flex-direction: column;
        align-items: center;
      }

      .btn-primary,
      .btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
      }
    }

    @media (max-width: 600px) {
      .emergency-action {
        width: 100%;
        text-align: center;
      }

      .rc-contact-row {
        flex-direction: column;
        gap: 8px;
      }
    }
