/* ============================================================
   FieldTender Presence — site stylesheet
   Shared by every page on fieldtender.com. Extracted from the
   former per-page inline <style> blocks.

     <body>                 marketing pages (index, compare, faq, trades)
     <body class="doc">     legal pages (privacy, terms)
     <body class="app">     intake form (start)
     <body class="app confirm">  confirmation (start/thank-you)
   ============================================================ */

    /* ── RESET ── */
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #1c1c1a;
      background: #faf9f6;
      overflow-x: hidden
    }

    img {
      display: block;
      max-width: 100%
    }

    a {
      text-decoration: none;
      color: inherit
    }

    /* ── TOKENS ── */
    :root {
      --green: #1D9E75;
      --green-dark: #085041;
      --green-light: #E1F5EE;
      --green-mid: #0F6E56;
      --cream: #faf9f6;
      --cream-dark: #f0efe9;
      --ink: #1c1c1a;
      --ink-muted: #6b6b66;
      --ink-faint: #a8a89f;
      --rule: #e2e0d8;
      --serif: 'Instrument Serif', Georgia, serif;
      --sans: 'DM Sans', sans-serif;
      --r: 6px;
      --rl: 12px;
      --trans: 0.18s ease;
      --max: 1100px;
      --pad: clamp(20px, 5vw, 52px);
    }

    /* ── UTILS ── */
    .container {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad)
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0)
    }

    .serif {
      font-family: var(--serif)
    }

    em.styled {
      font-style: italic;
      color: var(--green)
    }

    /* ── NAV ── */
    .nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(250, 249, 246, 0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--rule)
    }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 60px;
      gap: 24px
    }

    .nav-logo {
      font-family: var(--serif);
      font-size: 20px;
      color: var(--ink);
      display: flex;
      align-items: center;
      gap: 8px
    }

    .nav-logo-mark {
      width: 28px;
      height: 28px;
      background: var(--green);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .nav-logo-mark svg {
      width: 16px;
      height: 16px;
      color: #fff
    }

    .nav-links {
      display: flex;
      gap: 24px;
      list-style: none
    }

    .nav-links a {
      font-size: 14px;
      font-weight: 500;
      color: var(--ink-muted);
      transition: color var(--trans)
    }

    .nav-links a:hover {
      color: var(--ink)
    }

    .nav-cta {
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 600;
      background: var(--green);
      color: #fff;
      padding: 9px 20px;
      border-radius: var(--r);
      transition: background var(--trans)
    }

    .nav-cta:hover {
      background: var(--green-mid)
    }

    .nav-hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      color: var(--ink)
    }

    .nav-hamburger svg {
      width: 22px;
      height: 22px;
      display: block
    }

    .mobile-menu {
      display: none;
      position: fixed;
      top: 56px;
      left: 0;
      right: 0;
      background: rgba(250,249,246,0.98);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--rule);
      z-index: 99;
      padding: 16px var(--pad) 20px
    }

    .mobile-menu.open {
      display: block
    }

    .mobile-menu a {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: var(--ink-muted);
      padding: 11px 0;
      border-bottom: 1px solid var(--rule)
    }

    .mobile-menu a:last-child {
      border-bottom: none;
      margin-top: 8px;
      background: var(--green);
      color: #fff;
      text-align: center;
      border-radius: var(--r);
      padding: 12px;
      font-weight: 600
    }

    @media(max-width:680px) {
      .nav-links { display: none }
      .nav-cta { display: none }
      .nav-hamburger { display: block }
    }

    /* ── HERO ── */
    .hero {
      padding: clamp(72px, 10vw, 120px) 0 clamp(64px, 8vw, 96px);
      position: relative;
      overflow: hidden
    }

    .hero::before {
      content: '';
      position: absolute;
      top: -120px;
      right: -180px;
      width: 560px;
      height: 560px;
      background: var(--green-light);
      border-radius: 50%;
      opacity: .55;
      pointer-events: none
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 72px;
      align-items: center
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--green-mid);
      background: var(--green-light);
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 24px
    }

    .hero-eyebrow svg {
      width: 14px;
      height: 14px
    }

    .hero-h1 {
      font-family: var(--serif);
      font-size: clamp(44px, 5.5vw, 72px);
      line-height: 1.08;
      color: var(--ink);
      margin-bottom: 24px;
      letter-spacing: -.01em
    }

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

    .hero-sub {
      font-size: clamp(16px, 1.8vw, 19px);
      color: var(--ink-muted);
      line-height: 1.65;
      max-width: 500px;
      margin-bottom: 36px
    }

    .hero-ctas {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 40px
    }

    .hero-social-proof {
      margin-top: 8px
    }

    .proof-pillars {
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    .proof-pillar {
      font-size: 13px;
      color: var(--ink-muted);
      line-height: 1.5
    }

    .proof-pillar strong {
      color: var(--ink);
      font-weight: 600;
      display: block;
      margin-bottom: 2px
    }

    /* Hero right — mockup card */
    .hero-card {
      background: #fff;
      border: 1px solid var(--rule);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 32px rgba(0, 0, 0, .07)
    }

    .hero-card-bar {
      background: var(--ink);
      padding: 12px 16px;
      display: flex;
      align-items: center;
      gap: 8px
    }

    .hero-card-dots {
      display: flex;
      gap: 5px
    }

    .hero-card-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%
    }

    .hero-card-url {
      flex: 1;
      background: rgba(255, 255, 255, .1);
      border-radius: 4px;
      padding: 4px 10px;
      font-size: 11px;
      color: rgba(255, 255, 255, .5);
      font-family: monospace
    }

    .hero-card-body {
      padding: 20px
    }

    .site-preview {
      background: var(--cream-dark);
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 12px
    }

    .site-preview-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px
    }

    .site-preview-logo {
      font-family: var(--serif);
      font-size: 14px;
      font-weight: 600;
      color: var(--ink)
    }

    .site-preview-phone {
      font-size: 11px;
      font-weight: 700;
      color: var(--green);
      letter-spacing: .02em
    }

    .site-preview-hero {
      background: var(--ink);
      border-radius: 6px;
      padding: 14px;
      margin-bottom: 10px
    }

    .site-preview-h1 {
      font-family: var(--serif);
      font-size: 18px;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 4px
    }

    .site-preview-h1 em {
      color: #F5C400;
      font-style: normal
    }

    .site-preview-sub {
      font-size: 10px;
      color: rgba(255, 255, 255, .5);
      margin-bottom: 10px
    }

    .site-preview-btn {
      display: inline-block;
      background: #F5C400;
      color: var(--ink);
      font-size: 10px;
      font-weight: 700;
      padding: 6px 12px;
      border-radius: 3px;
      letter-spacing: .04em
    }

    .site-preview-services {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px
    }

    .site-preview-svc {
      background: #fff;
      border-radius: 4px;
      padding: 8px 10px;
      font-size: 10px;
      font-weight: 600;
      color: var(--ink);
      display: flex;
      align-items: center;
      gap: 5px
    }

    .site-preview-svc svg {
      width: 12px;
      height: 12px;
      color: var(--green);
      flex-shrink: 0
    }

    .gbp-preview {
      border: 1px solid var(--rule);
      border-radius: 8px;
      padding: 12px 14px
    }

    .gbp-label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--ink-faint);
      margin-bottom: 8px
    }

    .gbp-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 2px
    }

    .gbp-stars {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-bottom: 6px
    }

    .gbp-star {
      color: #F9AB00;
      font-size: 13px
    }

    .gbp-rating {
      font-size: 12px;
      font-weight: 600;
      color: var(--ink)
    }

    .gbp-count {
      font-size: 12px;
      color: var(--ink-muted)
    }

    .gbp-actions {
      display: flex;
      gap: 6px
    }

    .gbp-action {
      font-size: 11px;
      font-weight: 600;
      color: #1a73e8;
      background: #e8f0fe;
      padding: 4px 10px;
      border-radius: 20px
    }

    @media(max-width:900px) {
      .hero-inner {
        grid-template-columns: 1fr
      }

      .hero-card {
        max-width: 420px
      }
    }

    /* ── BUTTONS ── */
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 600;
      padding: 13px 24px;
      border-radius: var(--r);
      border: 1.5px solid transparent;
      cursor: pointer;
      transition: all var(--trans);
      white-space: nowrap
    }

    .btn:active {
      transform: scale(.97)
    }

    .btn-primary {
      background: var(--green);
      color: #fff;
      border-color: var(--green)
    }

    .btn-primary:hover {
      background: var(--green-mid);
      border-color: var(--green-mid)
    }

    .btn-ghost {
      background: transparent;
      color: var(--ink);
      border-color: var(--rule)
    }

    .btn-ghost:hover {
      border-color: var(--ink);
      background: var(--cream-dark)
    }

    .btn-lg {
      font-size: 17px;
      padding: 16px 32px
    }

    .btn svg {
      width: 18px;
      height: 18px
    }

    /* ── SECTION SHARED ── */
    section {
      padding: clamp(72px, 9vw, 112px) 0
    }

    .section-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--green-mid);
      margin-bottom: 14px
    }

    .section-h2 {
      font-family: var(--serif);
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.1;
      color: var(--ink);
      letter-spacing: -.01em;
      margin-bottom: 18px
    }

    .section-h2 em {
      font-style: italic;
      color: var(--green)
    }

    .section-sub {
      font-size: 17px;
      color: var(--ink-muted);
      line-height: 1.65;
      max-width: 560px
    }

    /* ── PROBLEM ── */
    .problem {
      background: var(--ink);
      color: #fff
    }

    .problem .section-label {
      color: rgba(255, 255, 255, .4)
    }

    .problem .section-h2 {
      color: #fff
    }

    .problem .section-h2 em {
      color: #6ee7c0
    }

    .problem-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
      margin-top: 56px
    }

    .problem-list {
      display: flex;
      flex-direction: column;
      gap: 20px
    }

    .problem-item {
      display: flex;
      gap: 14px;
      align-items: flex-start
    }

    .problem-icon {
      width: 36px;
      height: 36px;
      background: rgba(255, 255, 255, .07);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px
    }

    .problem-icon svg {
      width: 18px;
      height: 18px;
      color: rgba(255, 255, 255, .4)
    }

    .problem-title {
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 3px
    }

    .problem-desc {
      font-size: 14px;
      color: rgba(255, 255, 255, .45);
      line-height: 1.6
    }

    .problem-callout {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 12px;
      padding: 28px 28px 24px
    }

    .callout-quote {
      font-family: var(--serif);
      font-size: 22px;
      font-style: italic;
      color: #fff;
      line-height: 1.45;
      margin-bottom: 16px
    }

    .callout-attribution {
      font-size: 13px;
      color: rgba(255, 255, 255, .4);
      font-weight: 500
    }

    .callout-stat {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .1);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
    }

    .callout-stat-item {
      text-align: center
    }

    .callout-stat-n {
      font-family: var(--serif);
      font-size: 36px;
      color: #6ee7c0;
      display: block;
      line-height: 1
    }

    .callout-stat-l {
      font-size: 12px;
      color: rgba(255, 255, 255, .4);
      margin-top: 4px;
      letter-spacing: .04em
    }

    @media(max-width:720px) {
      .problem-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── HOW IT WORKS ── */
    .how {
      background: var(--cream)
    }

    .timeline {
      margin-top: 56px;
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 23px;
      top: 40px;
      bottom: 40px;
      width: 1px;
      background: var(--rule)
    }

    .tl-step {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 20px;
      padding-bottom: 44px;
      position: relative
    }

    .tl-step:last-child {
      padding-bottom: 0
    }

    .tl-dot {
      width: 48px;
      height: 48px;
      background: #fff;
      border: 2px solid var(--rule);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-size: 20px;
      color: var(--ink-muted);
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      transition: all var(--trans)
    }

    .tl-step.active .tl-dot {
      border-color: var(--green);
      background: var(--green);
      color: #fff;
      font-weight: 600
    }

    .tl-content {
      padding-top: 10px
    }

    .tl-meta {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--ink-faint);
      margin-bottom: 6px
    }

    .tl-title {
      font-family: var(--serif);
      font-size: 22px;
      color: var(--ink);
      margin-bottom: 8px;
      line-height: 1.2
    }

    .tl-desc {
      font-size: 15px;
      color: var(--ink-muted);
      line-height: 1.65;
      max-width: 540px
    }

    .tl-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      font-weight: 600;
      color: var(--green-dark);
      background: var(--green-light);
      padding: 4px 10px;
      border-radius: 20px;
      margin-top: 10px
    }

    .how-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: start
    }

    @media(max-width:720px) {
      .how-split {
        grid-template-columns: 1fr
      }
    }

    /* ── WHAT YOU GET ── */
    .deliverables {
      background: #fff
    }

    .del-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1px;
      background: var(--rule);
      border: 1px solid var(--rule);
      border-radius: var(--rl);
      overflow: hidden;
      margin-top: 52px
    }

    .del-item {
      background: #fff;
      padding: 28px 28px 24px;
      display: flex;
      flex-direction: column;
      transition: background var(--trans)
    }

    .del-item:hover {
      background: var(--green-light)
    }

    .del-item-icon {
      width: 40px;
      height: 40px;
      background: var(--green-light);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px
    }

    .del-item-icon svg {
      width: 20px;
      height: 20px;
      color: var(--green-dark)
    }

    .del-item-title {
      font-size: 16px;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 6px
    }

    .del-item-desc {
      font-size: 14px;
      color: var(--ink-muted);
      line-height: 1.6;
      margin-bottom: 16px
    }

    .del-item-stat {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-top: auto;
      padding-top: 14px;
      border-top: 1px solid var(--rule);
      font-size: 13px;
      font-weight: 600;
      color: var(--ink-muted)
    }

    .del-item-stat b {
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -.02em;
      color: var(--green-dark)
    }

    /* ── PRICING ── */
    .pricing {
      background: var(--cream)
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 52px;
      max-width: 760px
    }

    .price-card {
      background: #fff;
      border: 1px solid var(--rule);
      border-radius: var(--rl);
      padding: 32px 32px 28px;
      position: relative;
      transition: border-color var(--trans)
    }

    .price-card:hover {
      border-color: var(--green)
    }

    .price-card.featured {
      border: 2px solid var(--green)
    }

    .price-featured-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--green);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 20px;
      white-space: nowrap
    }

    .price-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--ink-faint);
      margin-bottom: 10px
    }

    .price-amount {
      font-family: var(--serif);
      font-size: 48px;
      color: var(--ink);
      line-height: 1;
      margin-bottom: 4px
    }

    .price-period {
      font-size: 14px;
      color: var(--ink-muted);
      margin-bottom: 20px
    }

    .price-divider {
      height: 1px;
      background: var(--rule);
      margin-bottom: 20px
    }

    .price-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 24px
    }

    .price-features li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: var(--ink-muted);
      line-height: 1.5
    }

    .price-features li svg {
      width: 16px;
      height: 16px;
      color: var(--green);
      flex-shrink: 0;
      margin-top: 2px
    }

    .price-features li.out svg {
      color: var(--rule)
    }

    .price-features li.out {
      color: var(--ink-faint)
    }

    .price-note {
      font-size: 13px;
      color: var(--ink-faint);
      margin-top: 16px;
      line-height: 1.5
    }

    @media(max-width:600px) {
      .pricing-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── TRADES ── */
    .trades {
      background: #fff
    }

    .trades-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      gap: 12px;
      margin-top: 44px
    }

    .trade-chip {
      background: var(--cream-dark);
      border: 1px solid var(--rule);
      border-top: 4px solid var(--trade-color, var(--rule));
      border-radius: var(--rl);
      padding: 18px 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      transition: transform var(--trans), box-shadow var(--trans);
      text-decoration: none;
      color: inherit
    }

    a.trade-chip:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px color-mix(in srgb, var(--trade-color, #888) 25%, transparent)
    }

    .trade-chip-cta {
      font-size: 12px;
      font-weight: 600;
      color: var(--trade-color, var(--green));
      margin-top: 4px
    }

    .trade-chip--catchall {
      border-style: dashed
    }

    .trade-chip-icon {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .trade-chip-icon svg {
      width: 18px;
      height: 18px
    }

    .trade-chip-name {
      font-size: 14px;
      font-weight: 600;
      color: var(--ink)
    }

    .trade-chip-detail {
      font-size: 12px;
      color: var(--ink-faint);
      line-height: 1.5
    }

    /* ── COMPARISON ── */
    .comparison {
      background: var(--cream)
    }

    .comp-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 48px;
      font-size: 14px
    }

    .comp-table th {
      padding: 14px 20px;
      text-align: left;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--ink-faint);
      border-bottom: 2px solid var(--rule)
    }

    .comp-table th:not(:first-child) {
      text-align: center
    }

    .comp-table th.highlight {
      color: var(--green-dark);
      background: var(--green-light);
      border-radius: 8px 8px 0 0
    }

    .comp-table td {
      padding: 14px 20px;
      border-bottom: 1px solid var(--rule);
      color: var(--ink-muted);
      vertical-align: middle
    }

    .comp-table td:not(:first-child) {
      text-align: center
    }

    .comp-table td.highlight {
      background: rgba(29, 158, 117, .04)
    }

    .comp-table tr:last-child td {
      border-bottom: none
    }

    .comp-yes {
      color: var(--green);
      font-size: 18px;
      font-weight: 700
    }

    .comp-no {
      color: var(--rule);
      font-size: 18px
    }

    .comp-text {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink)
    }

    .comp-row-label {
      font-size: 14px;
      font-weight: 500;
      color: var(--ink)
    }

    @media(max-width:600px) {
      .comp-table {
        font-size: 13px
      }

      .comp-table td,
      .comp-table th {
        padding: 10px 12px
      }
    }

    /* ── OBJECTIONS ── */
    .objections {
      background: #fff
    }

    .obj-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 48px
    }

    .obj-card {
      border: 1px solid var(--rule);
      border-radius: var(--rl);
      overflow: hidden
    }

    .obj-q {
      padding: 18px 22px;
      background: var(--cream-dark);
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
      display: flex;
      align-items: flex-start;
      gap: 10px;
      cursor: pointer;
      user-select: none
    }

    .obj-q svg {
      width: 18px;
      height: 18px;
      color: var(--ink-faint);
      flex-shrink: 0;
      margin-top: 1px;
      transition: transform var(--trans)
    }

    .obj-card.open .obj-q svg {
      transform: rotate(180deg)
    }

    .obj-a {
      padding: 0 22px 18px;
      font-size: 14px;
      color: var(--ink-muted);
      line-height: 1.7;
      display: none
    }

    .obj-card.open .obj-a {
      display: block
    }

    @media(max-width:680px) {
      .obj-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── ECOSYSTEM ── */
    .ecosystem {
      background: var(--ink);
      color: #fff;
      padding: clamp(64px, 8vw, 96px) 0
    }

    .ecosystem .section-label {
      color: rgba(255, 255, 255, .35)
    }

    .ecosystem .section-h2 {
      color: #fff
    }

    .eco-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 12px;
      margin-top: 48px
    }

    .eco-card {
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: var(--rl);
      padding: 24px 22px;
      text-decoration: none;
      color: inherit;
      display: block;
      transition: transform .15s, border-color .15s
    }

    .eco-card.active-product {
      border-color: rgba(110, 231, 192, .4);
      background: rgba(110, 231, 192, .04);
      cursor: pointer
    }

    .eco-card.active-product:hover {
      transform: translateY(-2px);
      border-color: rgba(110, 231, 192, .7)
    }

    .eco-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-bottom: 14px
    }

    .eco-dot.active {
      background: #6ee7c0
    }

    .eco-dot.inactive {
      background: rgba(255, 255, 255, .2)
    }

    .eco-name {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 4px
    }

    .eco-desc {
      font-size: 13px;
      color: rgba(255, 255, 255, .4);
      line-height: 1.6;
      margin-bottom: 12px
    }

    .eco-price {
      font-size: 12px;
      font-weight: 600;
      color: rgba(255, 255, 255, .3);
      letter-spacing: .04em
    }

    .eco-price.active {
      color: #6ee7c0
    }

    /* ── FINAL CTA ── */
    .final-cta {
      background: var(--green);
      padding: clamp(72px, 9vw, 108px) 0
    }

    .final-cta-inner {
      text-align: center;
      max-width: 640px;
      margin: 0 auto
    }

    .final-cta .section-h2 {
      color: #fff;
      margin-bottom: 16px
    }

    .final-cta .section-h2 em {
      color: rgba(255, 255, 255, .75);
      font-style: italic
    }

    .final-cta p {
      font-size: 18px;
      color: rgba(255, 255, 255, .75);
      margin-bottom: 36px;
      line-height: 1.6
    }

    .final-cta-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap
    }

    .btn-white {
      background: #fff;
      color: var(--green-dark);
      border-color: #fff
    }

    .btn-white:hover {
      background: var(--green-light)
    }

    .btn-outline-white {
      background: transparent;
      color: #fff;
      border-color: rgba(255, 255, 255, .5)
    }

    .btn-outline-white:hover {
      background: rgba(255, 255, 255, .1);
      border-color: #fff
    }

    .final-guarantee {
      margin-top: 28px;
      font-size: 13px;
      color: rgba(255, 255, 255, .55);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px
    }

    .final-guarantee svg {
      width: 16px;
      height: 16px;
      color: rgba(255, 255, 255, .55)
    }

    /* ── FOOTER ── */
    .footer {
      background: var(--ink);
      border-top: 1px solid rgba(255, 255, 255, .07);
      padding: 28px 0
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap
    }

    .footer-brand {
      font-family: var(--serif);
      font-size: 18px;
      color: rgba(255, 255, 255, .5)
    }

    .footer-brand span {
      color: #6ee7c0
    }

    .footer-copy {
      font-size: 13px;
      color: rgba(255, 255, 255, .25)
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(20px)
      }

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

    .fade-up {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity .5s ease, transform .5s ease
    }

    .fade-up.visible {
      opacity: 1;
      transform: translateY(0)
    }

    /* ── MOBILE ── */
    @media(max-width:640px) {
      .hero-h1 {
        font-size: 40px
      }

      .del-grid {
        grid-template-columns: 1fr
      }

      .price-amount {
        font-size: 40px
      }
    }


/* ============================================================
   DOC PAGES  —  <body class="doc">  (privacy, terms)
   ============================================================ */
body.doc { line-height: 1.7 }

.legal-wrap { max-width: 720px; margin: 0 auto; padding: clamp(48px,8vw,96px) var(--pad) }
.legal-eyebrow { font-size: 13px; font-weight: 600; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px }
.legal-title { font-family: var(--serif); font-size: clamp(32px, 5vw, 48px); line-height: 1.15; color: var(--ink); margin-bottom: 8px }
.legal-date { font-size: 14px; color: var(--ink-faint); margin-bottom: 48px }
.legal-wrap h2 { font-family: var(--serif); font-size: 22px; color: var(--ink); margin: 40px 0 12px }
.legal-wrap p { color: var(--ink-muted); margin-bottom: 16px }
.legal-wrap ul { color: var(--ink-muted); padding-left: 20px; margin-bottom: 16px }
.legal-wrap ul li { margin-bottom: 6px }
.legal-wrap a { color: var(--green); text-decoration: underline }


/* ============================================================
   APP PAGES  —  <body class="app">  (start)
                 <body class="app confirm">  (start/thank-you)
   ============================================================ */
body.app { --max: 680px; --pad: clamp(16px, 5vw, 40px) }
body.app .nav { position: static; backdrop-filter: none }
body.app .nav-inner { height: 56px }

.nav-back { font-size: 13px; color: var(--ink-muted) }
.nav-back:hover { color: var(--ink) }

/* start.html — intake form */
.page-header { padding: clamp(36px, 6vw, 64px) 0 32px }
.page-header h1 { font-family: var(--serif); font-size: clamp(28px, 5vw, 40px); line-height: 1.15; color: var(--ink); margin-bottom: 10px }
.page-header p { font-size: 15px; color: var(--ink-muted); max-width: 520px }

.gate { display: none; background: #fff; border: 1px solid var(--rule); border-radius: var(--rl); padding: 40px; text-align: center; margin-bottom: 32px }
.gate h2 { font-family: var(--serif); font-size: 22px; margin-bottom: 8px }
.gate p { color: var(--ink-muted); font-size: 14px; margin-bottom: 24px }
.btn-green { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; font-weight: 600; font-size: 15px; padding: 12px 24px; border-radius: var(--r); border: none; cursor: pointer; transition: background 0.18s }
.btn-green:hover { background: var(--green-dark) }

.form-wrap { padding-bottom: clamp(48px, 8vw, 96px) }
.form-section { background: #fff; border: 1px solid var(--rule); border-radius: var(--rl); padding: 28px; margin-bottom: 16px }
.form-section-label { font-size: 11px; font-weight: 600; color: var(--green); letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 20px }
.field { margin-bottom: 20px }
.field:last-child { margin-bottom: 0 }
.field label { display: block; font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 6px }
.field label .req { color: var(--green) }
.field .hint { font-size: 12px; color: var(--ink-faint); margin-top: 4px }
.field input[type="text"],
.field input[type="tel"],
.field input[type="email"],
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 10px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--cream);
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(29,158,117,0.12);
  background: #fff;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b66' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer }
.field textarea { resize: vertical; min-height: 90px; line-height: 1.5 }
.field input:disabled, .field textarea:disabled { opacity: .45; cursor: not-allowed; background: #f5f5f5 }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr } }

.radio-group { display: flex; gap: 10px; flex-wrap: wrap }
.radio-opt { display: flex; align-items: center; gap: 7px; cursor: pointer }
.radio-opt input[type="radio"] { accent-color: var(--green); width: 16px; height: 16px; cursor: pointer }
.radio-opt span { font-size: 14px; color: var(--ink) }
.conditional { display: none; margin-top: 14px }
.conditional.visible { display: block }

.form-submit { margin-top: 8px }
.form-submit button { width: 100%; background: var(--green); color: #fff; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 16px; padding: 15px; border-radius: var(--r); border: none; cursor: pointer; transition: background 0.18s }
.form-submit button:hover { background: var(--green-dark) }
.form-submit button:disabled { opacity: 0.6; cursor: not-allowed }
.form-note { font-size: 12px; color: var(--ink-faint); text-align: center; margin-top: 10px }
.sms-opt-in { display: flex; align-items: flex-start; gap: 8px; margin-top: 10px; cursor: pointer }
.sms-opt-in input[type="checkbox"] { accent-color: var(--green); width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; cursor: pointer }
.sms-opt-in span { font-size: 12px; color: var(--ink-faint); line-height: 1.5 }
.error-msg { font-size: 13px; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; border-radius: var(--r); padding: 12px 16px; margin-bottom: 16px; display: none }

/* start/thank-you.html — confirmation */
body.confirm { display: flex; flex-direction: column; min-height: 100vh }
body.confirm main { flex: 1; display: flex; align-items: center; justify-content: center; padding: clamp(48px, 10vw, 96px) var(--pad) }
.confirm-card { text-align: center; max-width: 480px }
.confirm-icon { width: 64px; height: 64px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px }
.confirm-icon svg { width: 32px; height: 32px; color: var(--green) }
.confirm-card h1 { font-family: var(--serif); font-size: clamp(26px, 5vw, 36px); line-height: 1.2; color: var(--ink); margin-bottom: 14px }
.confirm-card p { font-size: 15px; color: var(--ink-muted); margin-bottom: 10px }
.confirm-card p strong { color: var(--ink) }
.next-steps { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 28px; margin-top: 36px; text-align: left }
.next-steps h2 { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 16px }
.step { display: flex; gap: 14px; margin-bottom: 14px }
.step:last-child { margin-bottom: 0 }
.step-num { width: 24px; height: 24px; min-width: 24px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--green-dark) }
.step p { font-size: 14px; color: var(--ink-muted); padding-top: 2px }
.step p strong { color: var(--ink) }
body.confirm .btn { display: inline-block; margin-top: 32px; background: var(--green); color: #fff; font-size: 15px; font-weight: 600; padding: 13px 30px; border-radius: var(--r); border: 1.5px solid var(--green); transition: background .15s }
body.confirm .btn:hover { background: var(--green-dark); border-color: var(--green-dark) }

/* ============================================================
   Light footer for doc + app pages (marketing footer is dark)
   ============================================================ */
body.doc .footer { background: var(--cream-dark); border-top: 1px solid var(--rule); padding: 28px 0 }
body.app .footer { background: var(--cream-dark); border-top: 1px solid var(--rule); padding: 24px 0 }
body.doc .footer-brand, body.app .footer-brand { color: var(--ink) }
body.doc .footer-brand { font-size: 17px }
body.app .footer-brand { font-size: 16px }
body.doc .footer-brand span, body.app .footer-brand span { color: var(--green) }
body.doc .footer-copy, body.app .footer-copy { color: var(--ink-faint) }
body.doc .footer-copy a, body.app .footer-copy a { color: var(--ink-faint); text-decoration: underline }
