
:root{
  --navy:#173B5C;--navy-dark:#102D46;--teal:#249C83;--teal-light:#48BCA1;
  --orange:#D56846;--sand:#F4F0E8;--paper:#FBFAF7;--graphite:#25343D;
  --muted:#61717A;--line:#DDE6E8;--white:#fff;--success:#187A66;
  --shadow:0 24px 70px rgba(16,45,70,.13);--shadow-card:0 14px 36px rgba(16,45,70,.09);
  --max:1180px;--radius:24px;
}
*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--graphite);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-60px;background:var(--navy);color:#fff;padding:10px 16px;border-radius:10px;z-index:999}.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,230,232,.7)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:190px;height:auto}.nav-links{display:flex;align-items:center;gap:28px;font-size:.94rem;font-weight:600}.nav-links a{text-decoration:none;color:#38505F}.nav-links a:hover{color:var(--teal)}.nav-actions{display:flex;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 22px;font-weight:750;text-decoration:none;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background;min-height:48px;font-family:inherit}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 26px rgba(23,59,92,.2)}.btn-primary:hover{background:var(--navy-dark)}.btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-secondary:hover{box-shadow:var(--shadow-card)}.btn-teal{background:var(--teal);color:#fff}.mobile-toggle{display:none;background:none;border:0;padding:10px;color:var(--navy);font-size:1.4rem}
.hero{position:relative;overflow:hidden;padding:88px 0 84px;background:linear-gradient(145deg,#fbfaf7 0%,#f4f0e8 68%,#eaf4f1 100%)}.hero:before{content:"";position:absolute;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(36,156,131,.18),transparent 68%);right:-230px;top:-260px}.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;gap:68px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(36,156,131,.24);background:rgba(255,255,255,.76);border-radius:999px;color:var(--success);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.eyebrow-dot{width:8px;height:8px;background:var(--teal);border-radius:50%}.hero h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(3rem,5.6vw,5.5rem);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin:24px 0}.hero h1 em{font-style:normal;color:var(--teal)}.hero-copy{font-size:1.17rem;color:#526873;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 28px}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;color:#536873;font-size:.9rem}.hero-proof span{display:inline-flex;align-items:center;gap:7px}.check{width:20px;height:20px;border-radius:50%;background:#DDF3EC;color:var(--success);display:inline-grid;place-items:center;font-size:.76rem;font-weight:900}
.product-scene{position:relative;min-height:510px}.dashboard{position:absolute;inset:20px 34px 54px 0;background:#fff;border:1px solid rgba(221,230,232,.9);box-shadow:var(--shadow);border-radius:28px;overflow:hidden;transform:rotate(-1.2deg)}.dash-top{height:58px;background:var(--navy);display:flex;align-items:center;padding:0 18px;justify-content:space-between;color:#fff}.dash-logo{display:flex;align-items:center;gap:8px;font-weight:800}.dash-logo img{width:28px}.dash-dots{display:flex;gap:6px}.dash-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4)}.dash-body{padding:20px;background:#F5F7F8;height:calc(100% - 58px)}.dash-greeting{font-weight:800;color:var(--navy);font-size:1.22rem}.dash-sub{font-size:.78rem;color:#7B8B92;margin-bottom:16px}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi{background:#fff;border:1px solid #E6ECEE;border-radius:15px;padding:13px}.kpi small{display:block;color:#76878F;font-size:.68rem}.kpi strong{font-size:1.32rem;color:var(--navy)}.kpi b{display:block;font-size:.62rem;color:var(--teal)}.dash-columns{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-top:12px}.dash-card{background:#fff;border:1px solid #E6ECEE;border-radius:16px;padding:15px}.dash-card h3{font-size:.78rem;margin:0 0 14px;color:var(--navy)}.bar-row{display:grid;grid-template-columns:54px 1fr 26px;gap:8px;align-items:center;font-size:.58rem;color:#7B8B92;margin:9px 0}.bar{height:7px;background:#E9F0F1;border-radius:10px;overflow:hidden}.bar i{height:100%;display:block;background:linear-gradient(90deg,var(--teal),#65CBB3);border-radius:10px}.activity{display:flex;gap:9px;padding:8px 0;border-bottom:1px solid #EEF2F3}.activity:last-child{border:0}.activity i{width:28px;height:28px;border-radius:9px;background:#E2F3EE;display:grid;place-items:center;color:var(--teal);font-style:normal;font-size:.7rem}.activity p{margin:0;font-size:.62rem}.activity small{color:#8A989E}.phone-card{position:absolute;right:0;bottom:0;width:205px;height:380px;border:8px solid #112D45;border-radius:34px;background:#fff;box-shadow:0 24px 60px rgba(16,45,70,.22);overflow:hidden;transform:rotate(2.2deg)}.phone-notch{width:86px;height:18px;background:#112D45;border-radius:0 0 14px 14px;margin:auto}.phone-content{padding:18px 14px}.phone-brand{display:flex;align-items:center;gap:7px;color:var(--navy);font-weight:800;font-size:.8rem}.phone-brand img{width:22px}.phone-title{margin-top:24px;color:var(--navy);font-weight:850;font-size:1.2rem}.phone-text{font-size:.65rem;color:#71828A;margin:4px 0 16px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick{border:1px solid #E0E9EB;border-radius:12px;padding:10px 7px;text-align:center;font-size:.58rem;color:var(--navy)}.quick i{display:block;width:26px;height:26px;margin:0 auto 5px;border-radius:9px;background:#E1F4EE;color:var(--teal);font-style:normal;line-height:26px}.phone-note{margin-top:14px;background:#FFF4ED;border-radius:12px;padding:10px;font-size:.58rem;color:#8B543E}
.section{padding:96px 0}.section-soft{background:var(--sand)}.section-dark{background:var(--navy-dark);color:#fff;position:relative;overflow:hidden}.section-dark:after{content:"";position:absolute;inset:auto -180px -290px auto;width:520px;height:520px;border-radius:50%;background:rgba(36,156,131,.18)}.section-head{max-width:750px;margin-bottom:46px}.kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--teal);font-weight:850;margin-bottom:12px}.section h2{font-family:Manrope,Inter,sans-serif;color:var(--navy);font-size:clamp(2.2rem,4vw,3.7rem);letter-spacing:-.04em;line-height:1.06;margin:0 0 18px}.section-dark h2{color:#fff}.lead{font-size:1.08rem;color:#647681}.section-dark .lead{color:#C9D8DE}.problem-grid,.role-grid,.feature-grid,.steps,.trust-grid{display:grid;gap:18px}.problem-grid{grid-template-columns:repeat(3,1fr)}.problem-card{padding:28px;border-radius:22px;background:#fff;border:1px solid #E3E9EA;box-shadow:var(--shadow-card)}.icon-box{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#E7F5F1;color:var(--teal);font-weight:900;font-size:1.2rem}.problem-card h3,.role-card h3,.feature h3{color:var(--navy);margin:20px 0 9px;font-size:1.2rem}.problem-card p,.role-card p,.feature p{color:#66777F;margin:0}.role-grid{grid-template-columns:repeat(3,1fr)}.role-card{background:#fff;border-radius:26px;border:1px solid #E0E8EA;padding:32px;position:relative;overflow:hidden}.role-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-60px;top:-60px;background:rgba(36,156,131,.08)}.role-number{font-size:.74rem;font-weight:900;letter-spacing:.14em;color:var(--orange)}.role-list{list-style:none;padding:0;margin:20px 0 0}.role-list li{padding:8px 0;border-bottom:1px solid #EDF1F2;font-size:.9rem;display:flex;gap:8px}.role-list li:before{content:"✓";color:var(--teal);font-weight:900}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature{padding:26px;border-left:3px solid var(--teal);background:#fff;border-radius:0 18px 18px 0}.scale-band{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.scale-steps{display:grid;gap:14px}.scale-item{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:18px 20px;background:#fff;border-radius:18px;border:1px solid #E2E9EB}.scale-item b{width:44px;height:44px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center}.scale-item strong{display:block;color:var(--navy)}.scale-item small{color:#6D7E86}.trust-grid{grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.trust-item{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.045)}.trust-item b{font-size:1rem;display:block;margin-bottom:7px}.trust-item span{color:#BFD0D7;font-size:.9rem}.steps{grid-template-columns:repeat(4,1fr);counter-reset:step}.step{position:relative;padding:28px 22px;background:#fff;border:1px solid #E1E8EA;border-radius:22px}.step:before{counter-increment:step;content:"0" counter(step);font-weight:900;color:var(--orange);font-size:.74rem;letter-spacing:.12em}.step h3{color:var(--navy);font-size:1.06rem;margin:16px 0 8px}.step p{font-size:.9rem;color:#6D7D85;margin:0}
.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.faq-list{display:grid;gap:10px}.faq details{background:#fff;border:1px solid #E0E7E9;border-radius:16px;padding:0 20px}.faq summary{cursor:pointer;list-style:none;padding:20px 34px 20px 0;color:var(--navy);font-weight:750;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;font-size:1.4rem;top:14px;color:var(--teal)}.faq details[open] summary:after{content:"–"}.faq details p{margin:0 0 20px;color:#66777F}.cta-panel{background:linear-gradient(135deg,var(--navy-dark),var(--navy));border-radius:34px;padding:56px;color:#fff;display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center;box-shadow:var(--shadow)}.cta-panel h2{color:#fff}.cta-panel p{color:#C7D6DD}.contact-form{background:#fff;border-radius:24px;padding:24px;color:var(--graphite)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:6px}.field-full{grid-column:1/-1}.field label{font-size:.76rem;color:#53666F;font-weight:750}.field input,.field select,.field textarea{width:100%;border:1px solid #D8E1E4;border-radius:12px;padding:13px 14px;font:inherit;color:var(--graphite);background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(36,156,131,.14);border-color:var(--teal)}.field textarea{min-height:92px;resize:vertical}.form-note{font-size:.72rem;color:#73858D;margin:12px 0}.form-status{font-size:.8rem;min-height:20px;margin-top:10px;color:var(--success)}
.site-footer{background:#0B2538;color:#BFD0D8;padding:52px 0 30px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:36px}.footer-logo{width:190px;filter:none}.footer-grid h3{color:#fff;font-size:.9rem;margin:4px 0 14px}.footer-grid a{display:block;text-decoration:none;padding:4px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:22px;font-size:.78rem;display:flex;justify-content:space-between;gap:20px}.pilot-note{color:#91AAB5;max-width:520px}.reveal{opacity:1;transform:none}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:980px){.nav-links{display:none}.mobile-toggle{display:block}.nav-actions .btn-secondary{display:none}.nav-links.open{display:flex;position:absolute;left:20px;right:20px;top:68px;background:#fff;box-shadow:var(--shadow);border-radius:20px;padding:20px;flex-direction:column;align-items:flex-start}.hero-grid,.scale-band,.faq,.cta-panel{grid-template-columns:1fr}.hero{padding-top:56px}.product-scene{max-width:660px;margin:auto;width:100%}.role-grid,.problem-grid,.feature-grid{grid-template-columns:1fr 1fr}.trust-grid,.steps{grid-template-columns:1fr 1fr}.faq{gap:24px}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}.nav{height:68px}.brand img{width:152px}.nav-actions .btn-primary{display:none}.hero{padding:52px 0 64px}.hero-grid{gap:34px}.hero h1{font-size:3.25rem}.hero-copy{font-size:1rem}.hero-actions{display:grid}.btn{width:100%}.product-scene{min-height:395px}.dashboard{inset:0 28px 35px 0}.phone-card{width:150px;height:295px;border-width:6px}.phone-content{padding:12px 9px}.phone-title{font-size:.9rem;margin-top:16px}.quick{padding:7px 3px}.dash-body{padding:12px}.kpis{gap:6px}.kpi{padding:8px}.kpi strong{font-size:.95rem}.dash-columns{grid-template-columns:1fr}.dash-columns .dash-card:last-child{display:none}.section{padding:70px 0}.section h2{font-size:2.35rem}.problem-grid,.role-grid,.feature-grid,.trust-grid,.steps{grid-template-columns:1fr}.cta-panel{padding:30px 20px;border-radius:24px}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero-proof{display:grid;gap:10px}.scale-band{gap:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}

/* Refinements of the supplied identity. */
:root { --teal-ink: #187A66; --muted: #52656e; }
html { scroll-padding-top: 100px; }
:focus-visible { outline: 3px solid var(--teal-ink); outline-offset: 5px; }
.section-dark :focus-visible, .site-footer :focus-visible, .cta-panel > div :focus-visible { outline-color: var(--teal-light); }
main:focus { outline: none; }
h1, h2, h3, .btn { font-family: Manrope, Inter, system-ui, sans-serif; }
.nav { gap: 20px; }
.brand img, .footer-logo { object-fit: contain; object-position: left center; height: 48px; }
.nav-links { gap: 20px; font-size: .79rem; }
.nav-links > a { min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.nav-links .nav-demo { color: white; font-size: .8rem; padding: 12px 19px; }
.mobile-toggle { font: 700 .85rem Inter, system-ui, sans-serif; align-items: center; gap: 9px; min-height: 48px; border-radius: 10px; }
.mobile-toggle > span:first-child { font-size: 1.4rem; }
.eyebrow { text-transform: none; letter-spacing: 0; line-height: 1.5; font-size: .76rem; padding: 8px 11px; }
.eyebrow-dot { flex: 0 0 7px; }
.hero { padding-block: 76px; }
.hero-grid { gap: 52px; }
.hero h1 { font-size: clamp(3rem, 5.25vw, 5rem); line-height: 1.02; }
.hero h1 em { color: #208b75; }
.hero-actions { gap: 10px; }
.hero-actions .btn { font-size: .87rem; padding-inline: 19px; }
.hero-trust { max-width: 450px; font-size: .84rem; color: var(--muted); }
.hero-copy, .hero-trust, .hero .product-showcase figcaption { color: #405762; }
.hero-origin { display: flex; align-items: center; gap: 10px; font-size: .76rem; color: var(--teal-ink); font-weight: 600; margin-top: 22px; }
.hero-origin { color: #146d5c; }
.btn-teal { background: var(--teal-ink); }
.origin-line { width: 25px; height: 2px; background: var(--teal); }
.product-showcase { margin: 0; min-width: 0; }
.product-showcase figcaption { font-size: .7rem; color: var(--muted); margin-top: 15px; text-align: center; }
.product-scene { min-height: 465px; }
.dashboard { inset: 20px 30px 42px 0; }
.dash-columns { grid-template-columns: 1.15fr .85fr; }
.dash-greeting { font-size: 1.05rem; }
.mock-heading { font-size: .72rem; font-weight: 700; margin-bottom: 14px; color: var(--navy); }
.dash-sub, .kpi small, .bar-row, .activity small, .phone-text { color: #526873; }
.kpi b { color: var(--teal-ink); }
.activity { gap: 6px; }
.activity i { flex: 0 0 22px; }
.activity small { font-size: .58rem; }
.dash-card { padding: 12px; }
.bar-paid { width: 82%; }
.bar .bar-pending { width: 38%; background: var(--orange); }
.bar .bar-review { width: 16%; background: #bc8b36; }
.kicker { color: var(--teal-ink); }
.lead, .scale-item small, .step p { color: var(--muted); }
.phone-brand img { width: 24px; height: 24px; }
.section-dark .kicker, .cta-panel .kicker { color: var(--teal-light); }
.role-number, .step::before { color: #a84c30; }
.section h2 { font-size: clamp(2rem, 3.45vw, 3.2rem); line-height: 1.13; }
.section-head { max-width: 810px; }
.section-head .lead { max-width: 650px; }
.role-card { padding: 28px; }
.role-card h3 { min-height: 58px; }
.role-list li { font-size: .83rem; }
.workflow-example { display: grid; grid-template-columns: 1fr 1.6fr; gap: 45px; border-top: 1px solid #d7dedb; padding-top: 40px; margin-top: 46px; align-items: start; }
.workflow-example h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.workflow-example p { color: var(--muted); font-size: .85rem; }
.proof-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.proof-flow li { display: flex; flex-direction: column; gap: 8px; font-size: .8rem; color: var(--muted); }
.proof-flow strong { color: var(--navy); font-size: .85rem; }
.flow-number { border: 1px solid #a1c8bc; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--teal-ink); font-weight: 700; }
.feature-index { font-size: .67rem; letter-spacing: .12em; color: var(--teal-ink); font-weight: 700; }
.feature h3 { margin-top: 14px; }
.steps { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { padding: 24px 18px; }
.step h3 { font-size: .96rem; }
.step p { font-size: .82rem; }
.security-note { color: #bfd0d7; margin-top: 30px; font-size: .8rem; max-width: 800px; position: relative; z-index: 1; }
.pilot-section { padding: 0 0 80px; }
.pilot-panel { display: grid; grid-template-columns: 88px 1fr auto; gap: 28px; align-items: center; padding: 36px; border: 1px solid #c4ddd5; border-radius: 24px; background: #eaf4ef; }
.pilot-panel h2 { font-size: 1.7rem; color: var(--navy); margin: 0; line-height: 1.2; }
.pilot-panel p { font-size: .93rem; max-width: 680px; margin: 12px 0 0; }
.pilot-panel .pilot-caption { font-size: .75rem; color: #4c675e; }
.pilot-panel .btn { font-size: .85rem; }
.text-link { color: var(--teal-ink); text-underline-offset: 5px; font-size: .9rem; font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; }
.cta-panel { grid-template-columns: .9fr 1.1fr; gap: 42px; padding: 46px; }
.cta-panel > div > p { font-size: 1rem; }
.demo-points { display: grid; gap: 12px; font-size: .83rem; color: #d4e2e7; margin: 30px 0; }
.demo-points span { display: flex; gap: 9px; }
.demo-points span::before { content: '✓'; color: var(--teal-light); }
.contact-form { min-width: 0; position: relative; }
.contact-form h3 { color: var(--navy); font-size: 1.35rem; margin: 0 0 4px; }
.contact-form p { color: var(--muted); }
.contact-form .form-intro { font-size: .75rem; margin: 0 0 20px; }
.field { gap: 5px; align-content: start; min-width: 0; }
.field label { font-size: .75rem; color: #425760; }
.field label span { font-weight: 400; }
.field input, .field select, .field textarea { padding: 12px 10px; min-height: 46px; font-size: 1rem; }
.field select { padding-right: 4px; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--teal-ink); outline-offset: 2px; }
.field [aria-invalid=true], .consent [aria-invalid=true] { border-color: #a52d27; }
.field-error { color: #a52d27; font-size: .75rem; }
.field-error:empty { display: none; }
.consent { display: flex; gap: 10px; font-size: .73rem; line-height: 1.6; margin-top: 16px; cursor: pointer; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; accent-color: var(--teal-ink); margin: 3px 0 0; }
.consent a { text-underline-offset: 3px; font-weight: 600; }
.contact-form .form-note { font-size: .72rem; color: #4b616b; line-height: 1.55; }
.form-submit { width: 100%; font-size: .85rem; margin-top: 4px; }
.btn:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { color: var(--teal-ink); min-height: 0; }
.form-status[data-state=error] { color: #a52d27; }
.request-result { background: #edf6f2; padding: 18px; border: 1px solid #bedbce; border-radius: 14px; margin-top: 18px; }
.request-result h4 { margin: 0; color: var(--navy); }
.request-result .result-note { font-size: .78rem; color: #3a594d; }
.request-result textarea { min-height: 155px; font-size: .78rem; }
.result-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.result-actions .btn { font-size: .72rem; padding: 10px 12px; min-height: 44px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer h2 { font-size: .9rem; color: white; margin: 4px 0 14px; }
.footer-category { color: #d4e2e7; font-size: .8rem; }
.site-footer a { font-size: .86rem; min-height: 44px; }
.footer-grid a { display: flex; align-items: center; }
.pilot-note { font-size: .9rem; color: #adbfca; }
.legal { width: min(760px, calc(100% - 40px)); padding: 64px 0 88px; margin: auto; }
.legal h1 { font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--navy); line-height: 1.1; letter-spacing: -.04em; }
.legal h2 { font-size: 1.25rem; color: var(--navy); margin-top: 32px; }
.legal p, .legal li { color: var(--muted); }
.legal .notice { padding: 20px; border-left: 4px solid var(--orange); background: #fff0e9; border-radius: 4px 12px 12px 4px; color: #6b402d; }
.legal-date { font-size: .8rem; }
.error-page { min-height: 75vh; display: grid; place-items: center; text-align: center; }
.error-page .legal { max-width: 620px; }
.error-number { font-size: 5rem; font-weight: 800; color: var(--teal-ink); line-height: 1; }
@media (max-width: 1150px) {
  .nav-links { gap: 12px; font-size: .72rem; }
  .brand img { width: 160px; }
  .hero-grid { gap: 30px; }
  .hero-actions .btn { padding-inline: 16px; font-size: .8rem; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .pilot-panel { grid-template-columns: 68px 1fr; }
  .pilot-panel > .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 980px) {
  .mobile-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; }
  .nav-links.open { top: 76px; max-height: calc(100dvh - 96px); overflow-y: auto; font-size: .95rem; gap: 3px; padding: 16px 22px; }
  .nav-links.open > a { width: 100%; padding: 10px; }
  .hero-grid, .cta-panel, .scale-band, .faq { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: clamp(3.5rem, 8.5vw, 5rem); }
  .hero-copy { max-width: 610px; }
  .product-showcase { max-width: 590px; width: 100%; justify-self: center; }
  .product-scene { min-height: 450px; }
  .workflow-example { grid-template-columns: 1fr; gap: 20px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; }
  .role-number, .role-card h3, .role-card p { grid-column: 1; }
  .role-card h3 { min-height: 0; }
  .role-list { grid-column: 2; grid-row: 1 / 4; margin: 0; }
  .cta-panel { gap: 30px; padding: 36px; }
  .cta-panel h2 { max-width: 640px; }
  .demo-points { margin-bottom: 0; }
  .contact-form { padding: 28px; }
  .form-grid { gap: 16px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 84px; }
  .nav { height: 68px; }
  .nav-links.open { top: 68px; }
  .brand img { width: 155px; }
  .eyebrow { font-size: .67rem; max-width: 335px; }
  .hero { padding: 42px 0 50px; }
  .hero h1 { font-size: clamp(2.75rem, 11.7vw, 4rem); }
  .hero-actions .btn { font-size: .9rem; }
  .hero-grid { gap: 30px; }
  .hero-trust { font-size: .8rem; }
  .hero-origin { font-size: .73rem; }
  .product-scene { min-height: 380px; }
  .dashboard { inset: 10px 23px 28px 0; }
  .dash-greeting { font-size: .9rem; }
  .dash-sub { font-size: .67rem; }
  .dash-columns { grid-template-columns: 1fr; }
  .kpi small { min-height: 28px; font-size: .59rem; }
  .phone-card { width: 145px; height: 280px; }
  .product-showcase figcaption { font-size: .63rem; }
  .section { padding: 62px 0; }
  .section h2 { font-size: clamp(1.9rem, 8vw, 2.35rem); }
  .section-head { margin-bottom: 30px; }
  .problem-grid, .feature-grid, .steps, .trust-grid { grid-template-columns: 1fr; }
  .role-card { display: block; padding: 26px; }
  .role-list { margin-top: 20px; }
  .proof-flow { grid-template-columns: 1fr; gap: 22px; }
  .proof-flow li { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; }
  .flow-number { grid-row: 1 / 3; }
  .step { padding: 24px; }
  .step h3 { font-size: 1rem; margin-top: 12px; }
  .step p { font-size: .9rem; }
  .pilot-section { padding-bottom: 54px; }
  .pilot-panel { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; gap: 22px; }
  .pilot-symbol img { width: 52px; height: 52px; }
  .pilot-panel h2 { font-size: 1.65rem; }
  .faq details { padding-inline: 17px; }
  .faq summary { font-size: .87rem; }
  .faq details p { font-size: .9rem; }
  .cta-panel { padding: 28px 17px; gap: 28px; }
  .cta-panel .kicker { font-size: .69rem; }
  .contact-form { padding: 22px 16px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-submit { font-size: .77rem; padding-inline: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal { padding-top: 40px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .btn:hover { transform: none; } }
