:root {
      /* Brand Colors — EDIT THESE */
      --forest: #102F2A;          /* Primary dark */
      --forest-deep: #0a1a17;     /* Deepest dark */
      --forest-light: #1a3d36;    /* Light dark variant */
      --forest-mid: #163530;      /* Mid dark variant */
      --lime: #C5D947;            /* Accent / CTA color */
      --lime-dim: rgba(197, 217, 71, 0.10);
      --lime-hover: #d4e85a;      /* Accent hover state */
      --white: #FFFFFF;
      --silver: #D9DFDE;
      --slate: #475569;

      /* Semantic — derived from brand colors */
      --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);
    }

.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);
      }
    }

.founder-quote {
      display: flex;
      align-items: center;
      gap: calc(var(--space) * 8);
      max-width: 820px;
      margin: 0 auto;
    }

.founder-quote__photo {
      width: 96px;
      height: 96px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid var(--border-hover);
      flex-shrink: 0;
    }

.founder-quote__text {
      font-family: var(--font-body);
      font-size: clamp(1rem, 2vw, 1.15rem);
      font-style: italic;
      line-height: 1.7;
      color: var(--text-primary);
      opacity: 0.9;
    }

.founder-quote__attr {
      margin-top: calc(var(--space) * 3);
      font-style: normal;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--lime);
    }

.founder-quote__attr span {
      font-weight: 400;
      color: var(--text-secondary);
    }

@media (max-width: 768px) {
      .founder-quote {
        flex-direction: column;
        text-align: center;
        gap: calc(var(--space) * 5);
      }
      .founder-quote__photo { width: 80px; height: 80px; }
    }

.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); }

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

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

.nav.scrolled {
      background: rgba(10, 26, 23, 0.96) !important;
      border-bottom: 1px solid var(--border) !important;
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

.nav.scrolled .nav-links a {
      color: var(--text-secondary) !important;
    }

.nav.scrolled .nav-cta {
      background: var(--lime) !important;
      color: var(--forest) !important;
    }

.nav.scrolled .nav-cta:hover {
      background: var(--lime-hover) !important;
    }

.nav.scrolled #nav-logo-light { display: block !important; }

.nav.scrolled .nav-logo-dark { display: none !important; }

.hero .form-wrapper {
      max-width: 520px;
    }

.hero .form-step {
      display: none;
    }

.hero .form-step.active {
      display: block;
      animation: heroFormIn 0.35s var(--ease) forwards;
    }

@keyframes heroFormIn {
      from { opacity: 0; transform: translateY(12px); }
      to   { opacity: 1; transform: translateY(0); }
    }

.hero-capture {
      max-width: 520px;
    }

.hero-capture-field {
      display: flex;
      align-items: stretch;
      gap: 0;
      background: rgba(255, 255, 255, 0.07);
      border: 1.5px solid rgba(197, 217, 71, 0.22);
      border-radius: 12px;
      padding: 6px;
      transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
    }

.hero-capture-field:focus-within {
      border-color: rgba(197, 217, 71, 0.5);
      background: rgba(255, 255, 255, 0.10);
      box-shadow: 0 0 0 4px rgba(197, 217, 71, 0.08), 0 12px 40px rgba(0, 0, 0, 0.25);
    }

.hero-capture-field input[type="email"] {
      flex: 1;
      min-width: 0;
      padding: 16px 20px;
      font-family: var(--font-body) !important;
      font-size: 1rem;
      color: #e8ede6 !important;
      background: transparent !important;
      border: none !important;
      outline: none !important;
      -webkit-appearance: none;
    }

.hero-capture-field input[type="email"]::placeholder {
      color: rgba(179, 196, 174, 0.6);
    }

.hero-capture-field input[type="email"].error {
      color: #ef4444 !important;
    }

.hero-capture-field button[type="submit"] {
      display: inline-flex !important;
      align-items: center !important;
      gap: 10px;
      background: var(--lime) !important;
      color: var(--forest) !important;
      font-family: var(--font-heading) !important;
      font-size: 0.92rem !important;
      font-weight: 700 !important;
      letter-spacing: 0.01em;
      padding: 16px 28px !important;
      border: none !important;
      border-radius: 8px !important;
      cursor: pointer !important;
      white-space: nowrap;
      flex-shrink: 0;
      transition: background 0.2s, transform 0.12s, box-shadow 0.2s;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.hero-capture-field button[type="submit"]:hover {
      background: var(--lime-hover) !important;
      box-shadow: 0 4px 16px rgba(197, 217, 71, 0.25);
    }

.hero-capture-field button[type="submit"]:active {
      transform: scale(0.97);
    }

.hero-capture-field button[type="submit"] svg {
      width: 18px;
      height: 18px;
      transition: transform 0.2s var(--ease);
    }

.hero-capture-field button[type="submit"]:hover svg {
      transform: translateX(3px);
    }

.hero .form-note {
      font-size: 0.8rem;
      color: var(--text-tertiary);
      margin-top: calc(var(--space) * 3);
      line-height: 1.5;
      letter-spacing: 0.01em;
    }

.hero .form-step-header {
      font-size: 0.95rem;
      color: var(--text-secondary);
      margin-bottom: calc(var(--space) * 4);
      line-height: 1.5;
    }

.hero .profile-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

.hero .field-row {
      display: flex;
      gap: 12px;
    }

.hero .field-row input {
      flex: 1;
      min-width: 0;
    }

.hero .profile-form input {
      padding: 14px 18px;
      font-family: var(--font-body);
      font-size: 0.95rem;
      color: var(--text-primary);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(197, 217, 71, 0.2);
      border-radius: var(--radius-md);
      outline: none;
      transition: border-color 0.2s, background 0.2s;
    }

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

.hero .profile-form input:focus {
      border-color: var(--lime);
      background: rgba(255, 255, 255, 0.12);
    }

.hero .btn-full-width {
      width: 100%;
      justify-content: center;
    }

.hero .skip-link {
      display: inline-block;
      margin-top: calc(var(--space) * 3);
      background: none;
      border: none;
      color: var(--text-tertiary);
      font-family: var(--font-body);
      font-size: 0.85rem;
      cursor: pointer;
      padding: 0;
      text-decoration: underline;
      text-underline-offset: 3px;
      transition: color 0.2s;
    }

.hero .skip-link:hover {
      color: var(--text-secondary);
    }

.hero .calendar-container {
      min-height: 600px;
      background: #ffffff;
      border-radius: var(--radius-lg);
      overflow: hidden;
    }

.hero .calendar-container .meetings-iframe-container {
      width: 100%;
      min-height: 600px;
    }

.hero .done-state {
      text-align: left;
    }

.hero .done-state .done-icon {
      color: var(--lime);
      margin-bottom: calc(var(--space) * 3);
    }

.hero .done-state h3 {
      font-family: var(--font-heading);
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: calc(var(--space) * 2);
    }

.hero .done-state p {
      font-size: 0.95rem;
      color: var(--text-secondary);
    }

.hero .done-state a {
      color: var(--lime);
      text-decoration: none;
      font-weight: 500;
    }

.hero .done-state a:hover {
      text-decoration: underline;
    }

.inline-capture {
      margin-top: calc(var(--space) * 4);
    }

.mid-cta .inline-capture,
    .final-cta .inline-capture {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

.mid-cta .inline-capture {
      margin-top: calc(var(--space) * 8);
    }

.final-cta .inline-capture {
      margin-top: 0;
    }

.mid-cta .inline-capture .hero-capture,
    .final-cta .inline-capture .hero-capture {
      max-width: 420px !important;
      width: 420px !important;
    }

.mid-cta .inline-capture-note,
    .final-cta .inline-capture-note {
      text-align: center;
    }

.inline-capture-note {
      font-size: 0.75rem;
      color: var(--text-tertiary);
      margin-top: calc(var(--space) * 2);
      line-height: 1.5;
    }

.inline-capture .hero-capture-field {
      padding: 4px;
    }

.inline-capture .hero-capture-field input[type="email"] {
      padding: 12px 14px !important;
      font-size: 0.9rem !important;
    }

.inline-capture .hero-capture-field button[type="submit"] {
      padding: 12px 20px !important;
      font-size: 0.82rem !important;
    }

.inline-capture-success {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      background: rgba(197, 217, 71, 0.08);
      border: 1px solid rgba(197, 217, 71, 0.2);
      border-radius: var(--radius-md);
      font-size: 0.9rem;
      color: var(--text-secondary);
    }

.inline-capture-success svg {
      color: var(--lime);
      flex-shrink: 0;
    }

.mid-cta .inline-capture .hero-capture-field {
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(197, 217, 71, 0.22);
    }

.final-cta .inline-capture .hero-capture-field {
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(197, 217, 71, 0.22);
    }

@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%;
      }
      .hero .form-wrapper,
      .hero-capture {
        width: 100%;
        max-width: 100%;
      }
      .hero-capture-field {
        flex-direction: column;
        padding: 4px;
      }
      .hero-capture-field input[type="email"] {
        padding: 14px 16px;
        text-align: center;
      }
      .hero-capture-field button[type="submit"] {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
      }
    }

@media (max-width: 480px) {
      .hero-capture-field {
        flex-direction: column;
        padding: 4px;
      }
      .hero-capture-field input[type="email"] {
        padding: 14px 16px;
        text-align: center;
      }
      .hero-capture-field button[type="submit"] {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
      }
      .hero .field-row {
        flex-direction: column;
      }
      .hero .calendar-container {
        min-height: 500px;
      }
      .mid-cta .inline-capture .hero-capture,
      .final-cta .inline-capture .hero-capture {
        width: 100% !important;
        max-width: 100% !important;
      }
    }
