:root {
      /* Brand Colors */
      --forest: #102F2A;
      --forest-deep: #0a1a17;
      --forest-light: #1a3d36;
      --forest-mid: #163530;
      --lime: #C5D947;
      --lime-dim: rgba(197, 217, 71, 0.10);
      --lime-hover: #d4e85a;
      --white: #FFFFFF;
      --silver: #D9DFDE;
      --slate: #475569;

      /* Semantic */
      --text-primary: #e8ede6;
      --text-secondary: #9aab96;
      --text-tertiary: #5f7369;
      --border: rgba(197, 217, 71, 0.08);
      --border-hover: rgba(197, 217, 71, 0.18);

      /* Card tokens (white surfaces) */
      --card-bg: #FFFFFF;
      --card-border: rgba(16, 47, 42, 0.10);
      --card-border-hover: rgba(16, 47, 42, 0.18);
      --card-shadow: 0 1px 3px rgba(16, 47, 42, 0.06), 0 4px 16px rgba(16, 47, 42, 0.04);
      --card-text: #102F2A;
      --card-text-secondary: #475569;
      --card-text-tertiary: #6b7f7a;

      /* Typography */
      --font-heading: 'Barlow', sans-serif;
      --font-body: 'Inter', sans-serif;

      /* Scale */
      --space: 4px;
      --radius-sm: 3px;
      --radius-md: 8px;
      --radius-lg: 14px;

      /* Motion */
      --ease: cubic-bezier(.22, 1, .36, 1);
      --duration: 0.65s;
      --duration-fast: 0.3s;
    }

.nav.scrolled {
      background: var(--forest-deep);
      border-bottom: 1px solid var(--border);
    }

@media (max-width: 768px) {
      .hero {
        min-height: auto;
        align-items: flex-start;
      }
      .hero-content {
        width: 100%;
        max-width: 100%;
        padding-top: calc(var(--space) * 28);
        padding-bottom: calc(var(--space) * 16);
      }
      .hero h1 {
        font-size: clamp(2rem, 7vw, 2.55rem);
        line-height: 1.08;
        letter-spacing: -0.025em;
        overflow-wrap: anywhere;
      }
      .hero-description {
        max-width: 100%;
      }
    }

.solution-header h2 {
      font-size: clamp(2rem, 4.5vw, 3.4rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      margin-bottom: calc(var(--space) * 16);
    }

.solution-card {
      background: var(--forest-mid);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: calc(var(--space) * 8) calc(var(--space) * 7);
      transition: border-color var(--duration-fast);
    }

.solution-card:hover { border-color: var(--border-hover); }

.solution-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: calc(var(--space) * 3);
    }

.solution-card p {
      font-size: 0.9rem;
      color: var(--text-secondary);
      line-height: 1.7;
    }

.authority-header h2 {
      font-size: clamp(1.8rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: calc(var(--space) * 8);
    }

.empathy-quote {
      font-size: clamp(0.92rem, 1.2vw, 1.05rem);
      color: var(--text-secondary);
      line-height: 1.8;
      max-width: 680px;
      margin-bottom: calc(var(--space) * 5);
    }

.empathy-accent {
      font-family: var(--font-heading);
      font-size: 1rem;
      font-weight: 700;
      color: var(--lime);
      margin-bottom: calc(var(--space) * 12);
    }

.compare-wrap { overflow-x: auto; margin-bottom: calc(var(--space) * 10); }

.compare-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.9rem;
    }

.compare-table thead th {
      font-family: var(--font-heading);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: left;
      padding: calc(var(--space) * 4) calc(var(--space) * 5);
      border-bottom: 2px solid rgba(197,217,71,0.15);
      color: var(--text-tertiary);
    }

.compare-table thead th.hl { color: var(--lime); }

.compare-table tbody td {
      padding: calc(var(--space) * 4) calc(var(--space) * 5);
      border-bottom: 1px solid var(--border);
      color: var(--text-secondary);
      vertical-align: top;
    }

.compare-table tbody td.hl {
      color: var(--text-primary);
      background: var(--lime-dim);
    }

.compare-table tbody td.hl strong { font-weight: 600; }

.compare-brand {
      display: block;
      font-size: 0.6rem;
      color: var(--text-tertiary);
      font-weight: 400;
      margin-top: 2px;
    }

.compliance-pills {
      display: flex;
      justify-content: center;
      gap: calc(var(--space) * 3);
      flex-wrap: wrap;
    }

.pill {
      display: inline-flex;
      align-items: center;
      gap: calc(var(--space) * 1.5);
      font-size: 0.72rem;
      font-weight: 500;
      color: var(--text-secondary);
      letter-spacing: 0.03em;
      padding: calc(var(--space) * 1.5) calc(var(--space) * 3.5);
      border: 1px solid var(--border-hover);
      border-radius: var(--radius-sm);
    }

.pill .icon { width: 14px; height: 14px; color: var(--lime); flex-shrink: 0; }

@media (max-width: 768px) {
      .trust-item {
        font-size: 0.65rem;
        gap: calc(var(--space) * 1.5);
      }
      .trust-item .icon {
        width: 14px;
        height: 14px;
      }
      .trust-bar-inner {
        gap: calc(var(--space) * 5);
      }
      .pill {
        font-size: 0.62rem;
        padding: calc(var(--space) * 1) calc(var(--space) * 2.5);
        gap: calc(var(--space) * 1);
      }
      .pill .icon {
        width: 11px;
        height: 11px;
      }
      .compliance-pills {
        gap: calc(var(--space) * 2);
      }
    }

.modal {
      background: var(--forest);
      border: 1px solid var(--border-hover);
      border-radius: var(--radius-lg);
      max-width: 480px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
    }

.modal-intent-badge {
      display: inline-flex;
      align-items: center;
      gap: calc(var(--space) * 1.5);
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--lime);
      margin-bottom: calc(var(--space) * 3);
    }

.modal-title {
      font-family: var(--font-heading);
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: calc(var(--space) * 2);
    }

.modal-subtitle {
      font-size: 0.85rem;
      color: var(--text-secondary);
      line-height: 1.65;
    }

.modal-close {
      padding: calc(var(--space) * 2);
      color: var(--text-tertiary);
      transition: color var(--duration-fast);
      flex-shrink: 0;
    }

.modal-close:hover { color: var(--text-primary); }

.form-label { font-size: 0.78rem; font-weight: 500; color: var(--text-secondary); }

.form-label .required { color: var(--lime); }

.form-input {
      width: 100%;
      background: var(--forest-mid);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: calc(var(--space) * 3) calc(var(--space) * 4);
      font-family: var(--font-body);
      font-size: 0.88rem;
      color: var(--text-primary);
      transition: border-color var(--duration-fast);
    }

.form-input::placeholder { color: var(--text-tertiary); }

.form-input:focus { outline: none; border-color: var(--lime); }

.modal-submit {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(var(--space) * 2);
      background: var(--lime);
      color: var(--forest);
      font-family: var(--font-heading);
      font-size: 0.88rem;
      font-weight: 700;
      padding: calc(var(--space) * 3.5);
      border: none;
      border-radius: var(--radius-md);
      cursor: pointer;
      min-height: 48px;
      position: relative;
      transition: background var(--duration-fast);
    }

.modal-submit:hover { background: var(--lime-hover); }

.modal-submit:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }

.modal-submit .spinner {
      display: none;
      width: 18px; height: 18px;
      border: 2px solid var(--forest);
      border-top-color: transparent;
      border-radius: 50%;
      animation: spin 0.6s linear infinite;
    }

.modal-privacy {
      font-size: 0.7rem;
      color: var(--text-tertiary);
      margin-top: calc(var(--space) * 3);
      text-align: center;
    }

.form-success-icon svg { width: 48px; height: 48px; color: var(--lime); margin: 0 auto; }

.form-success-title { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; margin-bottom: calc(var(--space) * 2); }

.form-success-message { font-size: 0.88rem; color: var(--text-secondary); }

.reveal-init [data-reveal] {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
    }

.reveal-init [data-reveal].visible { opacity: 1; transform: translateY(0); }
