@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #071311;
  --ink-soft: #31423e;
  --paper: #f4f1e9;
  --paper-bright: #fbfaf6;
  --line: #d8ddd7;
  --green: #0b6e54;
  --green-dark: #064936;
  --mint: #8fe0bd;
  --lime: #d2ff72;
  --white: #fff;
  --shadow: 0 26px 80px rgba(6, 26, 21, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper-bright); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--lime); color: var(--ink); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 2rem)); height: 80px; margin: 12px auto 0; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: sticky; top: 12px; z-index: 10; border: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(251,250,246,.88); border-color: rgba(7,19,17,.1); box-shadow: 0 10px 35px rgba(7,19,17,.08); backdrop-filter: blur(16px); border-radius: 14px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; gap: .18rem; }
.brand strong { font: 700 1rem/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand small { color: var(--green); font: 700 .68rem/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.brand-mark { width: 35px; height: 35px; display: grid; grid-template: repeat(2,1fr)/repeat(2,1fr); gap: 3px; transform: rotate(45deg); }
.brand-mark i { display: block; background: var(--green); border-radius: 2px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { background: var(--mint); }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; font-weight: 600; }
.site-header nav a:hover { color: var(--green); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: .7rem; min-height: 52px; padding: .8rem 1.35rem; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 6px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(11,110,84,.2); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(11,110,84,.28); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .6rem 1rem; font-size: .86rem; }

.hero { min-height: 730px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; padding-block: 5.5rem 7rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; color: var(--green); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.3rem); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 650px; margin: 1.8rem 0 2rem; color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { color: var(--ink); font-weight: 700; text-decoration-color: var(--mint); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; padding: 0; margin: 2rem 0 0; color: var(--ink-soft); font-size: .82rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: .45rem; color: var(--green); font-weight: 800; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, var(--lime), var(--mint) 42%, var(--green) 100%); filter: saturate(.8); opacity: .88; }
.signal-orbit { position: absolute; border: 1px solid rgba(11,110,84,.22); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 570px; height: 570px; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.phone-card { width: min(330px, 78vw); position: relative; z-index: 2; padding: .9rem 1rem 1rem; background: rgba(255,255,255,.95); border: 6px solid var(--ink); border-radius: 34px; box-shadow: var(--shadow); }
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: 0 .2rem .9rem; font-size: .58rem; font-weight: 700; }
.phone-island { width: 70px; height: 18px; background: var(--ink); border-radius: 20px; }
.conversation-title { display: flex; align-items: center; justify-content: center; gap: .55rem; padding-bottom: .8rem; border-bottom: 1px solid #e9ece9; }
.conversation-title > span:last-child { display: flex; flex-direction: column; }
.conversation-title strong { font-size: .72rem; }
.conversation-title small { color: #6f7d79; font-size: .58rem; }
.company-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--green); font-size: .58rem; font-weight: 800; }
.missed-call { margin: 1rem auto; width: max-content; padding: .35rem .7rem; border-radius: 20px; color: #6a7774; background: #f1f2f1; font-size: .58rem; }
.missed-call span { color: #d24a39; }
.message { width: 78%; margin: .6rem 0; padding: .62rem .75rem; border-radius: 14px; font-size: .67rem; line-height: 1.35; }
.message small { display: block; margin-top: .25rem; text-align: right; opacity: .65; font-size: .48rem; }
.outgoing { margin-left: auto; color: white; background: var(--green); border-bottom-right-radius: 4px; }
.incoming { background: #ecefed; border-bottom-left-radius: 4px; }
.short { width: 70%; }
.lead-ready { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; margin-top: 1rem; padding: .65rem; background: #e8f8ef; border: 1px solid #b9e7ce; border-radius: 10px; }
.lead-ready > span:nth-child(2) { display: flex; flex-direction: column; }
.lead-ready strong { font-size: .61rem; }
.lead-ready small { color: #4d675e; font-size: .5rem; }
.pulse-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(11,110,84,.12); }
.metric-card { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: .9rem 1.1rem; background: var(--white); border: 1px solid rgba(7,19,17,.1); border-radius: 8px; box-shadow: 0 12px 35px rgba(7,19,17,.12); }
.metric-card strong { font: 800 1.1rem/1.2 "Manrope", sans-serif; color: var(--green); }
.metric-card span { color: var(--ink-soft); font-size: .65rem; }
.metric-one { left: 0; top: 23%; }
.metric-two { right: -2%; bottom: 17%; }

.problem-band { color: var(--white); background: var(--ink); }
.problem-grid { min-height: 180px; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2.5rem; align-items: center; }
.problem-grid > p { max-width: 270px; color: #d7e2de; font: 600 1.1rem/1.45 "Manrope", sans-serif; }
.problem-grid > div { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .8rem; }
.problem-grid strong { color: var(--mint); font-size: .65rem; }
.problem-grid span { font-size: .86rem; color: #c4d0cc; }

.section-block { padding-block: 8rem; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; column-gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2, .services-copy h2, .pilot-copy h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.3rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--ink-soft); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 300px; padding: 2rem; position: relative; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.step-number { color: #81918c; font-size: .7rem; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 2.6rem 0 1.8rem; color: var(--green); background: #e4f4eb; border-radius: 50%; font-size: 1.2rem; }
.process-card h3 { margin: 0 0 .7rem; font-size: 1.15rem; letter-spacing: -.025em; }
.process-card p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: .9rem; }

.services-section { color: var(--white); background: var(--green-dark); padding-block: 8rem; overflow: hidden; position: relative; }
.services-section::after { content: ""; position: absolute; width: 520px; height: 520px; left: -220px; bottom: -300px; border: 1px solid rgba(143,224,189,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(143,224,189,.04), 0 0 0 140px rgba(143,224,189,.025); }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.eyebrow.light { color: var(--mint); }
.services-copy { position: sticky; top: 130px; align-self: start; }
.services-copy > p:not(.eyebrow) { margin: 1.5rem 0 2rem; color: #c5d9d1; }
.button-light { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-light:hover { color: white; }
.service-list article { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-list article:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.service-list article > span { color: var(--mint); font-size: .72rem; }
.service-list h3 { margin: 0 0 .35rem; font-size: 1.15rem; }
.service-list p { margin: 0; color: #b7cec5; font-size: .9rem; }

.section-heading.compact { display: block; max-width: 740px; }
.fit-section { padding-bottom: 6rem; }
.trade-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.trade-grid span { min-height: 115px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 700 1.1rem "Manrope", sans-serif; }
.trade-grid span:nth-child(3n) { border-right: 0; }
.trade-grid span:nth-child(n+4) { border-bottom: 0; }
.trade-grid span:hover { color: var(--green); background: #eef7f1; }
.fit-note { display: grid; grid-template-columns: 160px 1fr; gap: 2rem; align-items: start; padding: 2rem; background: var(--paper); }
.fit-note strong { color: var(--green); text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; }
.fit-note p { max-width: 730px; margin: 0; color: var(--ink-soft); }

.pilot-section { padding-block: 8rem; color: white; background: var(--ink); }
.pilot-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.pilot-copy > p:not(.eyebrow) { color: #bdcac6; margin: 1.5rem 0; }
.pilot-price { display: flex; gap: 1.2rem; align-items: center; margin: 2.2rem 0; padding: 1.2rem 0; border-top: 1px solid #32413d; border-bottom: 1px solid #32413d; }
.pilot-price strong { color: var(--lime); font: 800 2.5rem/1 "Manrope", sans-serif; }
.pilot-price span { color: #b9c7c2; font-size: .75rem; line-height: 1.45; }
.pilot-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; padding: 0; list-style: none; font-size: .85rem; }
.pilot-copy li::before { content: "✓"; color: var(--mint); margin-right: .5rem; }
.lead-form { padding: 2rem; color: var(--ink); background: var(--paper-bright); border-radius: 10px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.form-heading { display: flex; flex-direction: column; margin-bottom: 1.5rem; }
.form-heading span { font: 800 1.5rem "Manrope", sans-serif; letter-spacing: -.035em; }
.form-heading small { color: var(--ink-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lead-form label { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .9rem; font-size: .74rem; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: .75rem .8rem; color: var(--ink); background: white; border: 1px solid #cdd5d0; border-radius: 5px; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green); }
.consent { flex-direction: row !important; gap: .6rem !important; align-items: flex-start; color: var(--ink-soft); font-weight: 400 !important; line-height: 1.4; }
.consent input { width: 16px; height: 16px; margin-top: .12rem; accent-color: var(--green); }
.honeypot { position: absolute; width: 1px; height: 1px; margin: 0 !important; overflow: hidden; opacity: 0; pointer-events: none; }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.4em; margin: .8rem 0 0; font-size: .8rem; font-weight: 700; }
.form-status.success { color: var(--green); }
.form-status.error { color: #a62f26; }
.form-legal { margin: .65rem 0 0; color: #687773; text-align: center; font-size: .65rem; }

footer { padding-block: 3.5rem 1.2rem; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 3rem; align-items: start; }
.footer-grid > p { max-width: 380px; margin: 0; color: var(--ink-soft); font-size: .86rem; }
.footer-grid > div { display: flex; justify-content: flex-end; gap: 1.4rem; }
.footer-grid > div a { color: var(--ink-soft); text-decoration: none; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.2rem; color: #66736f; border-top: 1px solid #d3d8d3; font-size: .7rem; }

.legal-page { min-height: 70vh; padding-block: 5rem; }
.legal-page article { max-width: 760px; }
.legal-page h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-page h2 { margin-top: 2rem; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: var(--ink-soft); }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--green); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { min-height: 540px; }
  .problem-grid { grid-template-columns: 1fr 1fr; padding-block: 2rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { max-width: 620px; }
  .services-grid, .pilot-grid { grid-template-columns: 1fr; }
  .services-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { display: none; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 2rem, 1180px); }
  .site-header { height: 68px; padding-inline: .8rem; }
  .site-header .button { display: none; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .hero { min-height: auto; padding-block: 4rem 5rem; }
  .hero-visual { min-height: 470px; transform: scale(.93); }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { display: none; }
  .metric-one { left: -3%; }
  .metric-two { right: -4%; }
  .problem-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .problem-grid > p { max-width: none; }
  .section-block, .services-section, .pilot-section { padding-block: 5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:last-child { border-bottom: 0; }
  .trade-grid { grid-template-columns: 1fr 1fr; }
  .trade-grid span { min-height: 90px; }
  .trade-grid span:nth-child(3n) { border-right: 1px solid var(--line); }
  .trade-grid span:nth-child(2n) { border-right: 0; }
  .trade-grid span:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .trade-grid span:nth-child(n+5) { border-bottom: 0; }
  .fit-note { grid-template-columns: 1fr; gap: .6rem; }
  .form-grid, .pilot-copy ul { grid-template-columns: 1fr; }
  .lead-form { padding: 1.3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.chat-launcher { position: fixed; z-index: 50; right: 1.25rem; bottom: 1.25rem; padding: .9rem 1.15rem; color: white; background: var(--green); border: 0; border-radius: 999px; box-shadow: 0 12px 35px rgba(10,47,37,.3); font: 700 .8rem "Manrope",sans-serif; cursor: pointer; }
.chat-launcher span { color: var(--lime); margin-right: .35rem; }
.chat-panel { position: fixed; z-index: 60; right: 1.25rem; bottom: 5rem; width: min(390px, calc(100vw - 2rem)); height: min(600px, calc(100vh - 7rem)); color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 25px 80px rgba(10,32,27,.28); overflow: hidden; }
.chat-panel[hidden] { display: none; }
.chat-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.1rem; color: white; background: var(--ink); }
.chat-header > div { display: flex; flex-direction: column; }
.chat-header strong { font: 800 .95rem "Manrope",sans-serif; }
.chat-header small { color: #bdcac6; font-size: .68rem; }
.chat-header small i { display: inline-block; width: 7px; height: 7px; margin-right: .25rem; background: var(--lime); border-radius: 50%; }
.chat-header button { color: white; background: transparent; border: 0; font-size: 1.5rem; cursor: pointer; }
.chat-messages { height: calc(100% - 154px); padding: 1rem; overflow-y: auto; background: #f4f7f5; }
.chat-message { width: fit-content; max-width: 85%; margin-bottom: .75rem; padding: .75rem .85rem; border-radius: 12px; font-size: .82rem; line-height: 1.45; }
.chat-message.assistant { background: white; border: 1px solid var(--line); border-bottom-left-radius: 3px; }
.chat-message.user { margin-left: auto; color: white; background: var(--green); border-bottom-right-radius: 3px; }
.chat-message.typing { color: var(--ink-soft); }
.chat-form { display: grid; grid-template-columns: 1fr 44px; gap: .5rem; padding: .7rem; border-top: 1px solid var(--line); }
.chat-form input[name="message"] { min-width: 0; padding: .7rem; border: 1px solid #cdd5d0; border-radius: 6px; }
.chat-form button { color: white; background: var(--green); border: 0; border-radius: 6px; font-size: 1.15rem; cursor: pointer; }
.chat-disclosure { margin: 0; padding: 0 .8rem .65rem; color: #687773; font-size: .58rem; text-align: center; }
@media (max-width: 620px) { .chat-launcher { right: .75rem; bottom: .75rem; } .chat-panel { inset: .75rem; width: auto; height: auto; } .chat-messages { height: calc(100% - 154px); } }
