:root {
    --ink: #18231e;
    --cream: #f3f0e8;
    --paper: #fbfaf6;
    --sage: #b9d1b2;
    --green: #39624d;
    --acid: #d9f76f;
    --line: rgba(24, 35, 30, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 84px; padding: 0 5vw; display: flex; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 11px; font: 800 21px "Manrope", sans-serif; letter-spacing: -.7px; }
.brand-logo { display: block; width: 132px; height: 58px; object-fit: contain; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; background: var(--ink); color: var(--acid); border-radius: 9px 9px 9px 2px; font-size: 18px; }
.main-nav { margin: 0 auto; display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a, .text-link { transition: opacity .2s; }
.main-nav a:hover, .text-link:hover { opacity: .58; }
.nav-cta { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.nav-cta span { margin-left: 6px; }

.hero { min-height: 680px; padding: 90px 6vw 80px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 4vw; align-items: center; max-width: 1500px; margin: auto; }
.eyebrow { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 700; margin: 0 0 26px; }
.eyebrow > span { width: 28px; height: 2px; background: var(--green); }
.eyebrow.light > span { background: var(--acid); }
.hero h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -3.4px; line-height: .99; margin: 0; }
.hero h1 { font-size: clamp(50px, 5.35vw, 78px); font-weight: 700; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero-lead { max-width: 590px; font-size: 19px; line-height: 1.6; margin: 32px 0 34px; color: #465149; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 17px 21px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); }
.text-link { font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 10px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 48px; color: #68716c; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; }

.hero-visual { min-height: 495px; position: relative; display: flex; align-items: center; justify-content: center; }
.orbit { position: absolute; border: 1px solid rgba(57,98,77,.22); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 400px; height: 400px; border-style: dashed; }
.system-card { width: min(560px, 90%); background: #fff; box-shadow: 0 26px 70px rgba(33,55,43,.17); transform: rotate(-2deg); position: relative; z-index: 2; border-radius: 4px; overflow: hidden; }
.system-topbar { height: 44px; background: var(--ink); color: white; display: flex; align-items: center; padding: 0 14px; gap: 18px; font-size: 10px; }
.system-topbar > span { opacity: .72; }
.system-topbar b { margin-left: auto; color: var(--sage); font-size: 9px; }
.system-dots { display: flex; gap: 5px; }
.system-dots i { width: 6px; height: 6px; border-radius: 50%; background: #677069; }
.system-body { display: flex; min-height: 330px; }
.system-body aside { width: 54px; background: #e8ece7; padding: 18px 0; display: flex; align-items: center; flex-direction: column; gap: 18px; }
.side-logo { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; color: white; background: var(--green); font-weight: 700; }
.side-logo img { display: block; width: 26px; height: 26px; object-fit: cover; border-radius: 7px; }
.system-body aside i { width: 16px; height: 3px; background: #b8c1ba; border-radius: 3px; }
.document { flex: 1; padding: 40px 50px; }
.mini-label { font-size: 8px; letter-spacing: 1.7px; color: #7e8881; }
.document h3 { font: 700 20px "Manrope"; margin: 8px 0 28px; }
.line { height: 5px; background: #e5e9e5; width: 79%; margin: 10px 0; }
.line.long { width: 96%; } .line.short { width: 52%; } .line.medium { width: 68%; }
.text-before, .text-after { font-size: 11px; line-height: 1.5; padding: 12px 14px; }
.text-before { background: #f1f1ee; color: #58615c; }
.text-after { background: #edf6e9; border-left: 3px solid var(--green); color: var(--ink); }
.text-before span, .text-after span { display: block; font-size: 7px; letter-spacing: 1.3px; font-weight: 700; margin-bottom: 6px; color: #78827c; }
.improve-demo { display: block; border: 0; color: white; background: var(--green); font: 700 9px "DM Sans"; padding: 9px 12px; margin: 10px 0 10px auto; }
.ai-selection { background: #edf6e9; border-left: 3px solid var(--green); padding: 13px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; font-size: 9px; color: #68746d; }
.ai-selection button { border: 0; color: white; background: var(--green); font: 700 9px "DM Sans"; padding: 9px 11px; }
.control-card { position: absolute; z-index: 3; bottom: 42px; right: -5px; background: var(--acid); padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 30px rgba(31,53,41,.16); }
.control-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); }
.control-card strong, .control-card span { display: block; }
.control-card strong { font-size: 11px; }
.control-card span { font-size: 9px; margin-top: 2px; }
.visual-caption { position: absolute; bottom: 2px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: #667069; }

.statement { background: var(--ink); color: white; text-align: center; padding: 110px 5vw; }
.statement .eyebrow { justify-content: center; color: var(--sage); }
.statement h2 { font-size: clamp(40px, 5vw, 68px); }
.statement > p:last-child { color: #aab5ae; margin-top: 26px; font-size: 17px; }
.product-proof { padding: 110px 6vw 120px; max-width: 1500px; margin: auto; }
.product-proof-copy { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 48px; }
.product-proof-copy h2 { font-size: clamp(40px, 4vw, 60px); }
.product-proof-copy > p { max-width: 560px; margin: 0 0 4px; color: #637068; font-size: 16px; line-height: 1.65; }
.product-shot { overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 18px 18px 0 rgba(57,98,77,.1); }
.product-shot img { display: block; width: 100%; height: auto; margin-top: -28px; }
.product-proof-points { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 32px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.product-proof-points span::before { content: "✓"; margin-right: 8px; }
.steps, .use-cases, .needs-section, .decision-section { padding: 110px 6vw 125px; max-width: 1500px; margin: auto; }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(40px, 4vw, 60px); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step-grid article { padding: 35px 35px 10px 0; position: relative; }
.step-grid article + article { border-left: 1px solid var(--line); padding-left: 35px; }
.step-number { display: block; margin-bottom: 52px; font: 800 clamp(20px, 2vw, 28px) "Manrope"; letter-spacing: -.7px; color: var(--green); }
.step-grid h3 { font: 700 24px "Manrope"; letter-spacing: -.8px; margin: 0 0 16px; }
.step-grid p { color: #637068; font-size: 15px; line-height: 1.65; max-width: 330px; }

.control-section { background: var(--green); color: white; padding: 110px 8vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.control-copy h2 { font-size: clamp(40px, 4vw, 60px); }
.control-copy > p:not(.eyebrow) { color: #d6e0d9; font-size: 17px; line-height: 1.65; max-width: 570px; }
.control-copy ul { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 15px; }
.control-copy li { font-weight: 600; }
.control-copy li span { color: var(--acid); margin-right: 12px; }
.policy-panel { background: var(--paper); color: var(--ink); padding: 18px 28px 28px; box-shadow: 18px 18px 0 rgba(17,38,27,.24); }
.policy-head, .policy-row { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.policy-head { padding: 11px 0 22px; font: 700 15px "Manrope"; }
.policy-head b { font: 700 9px "DM Sans"; text-transform: uppercase; letter-spacing: 1px; color: var(--green); background: #e0eddc; padding: 7px 10px; }
.policy-row { padding: 19px 0; font-size: 12px; }
.policy-row span { color: #738078; }
.policy-status { background: var(--ink); color: white; padding: 17px; display: flex; gap: 13px; align-items: center; margin-top: 25px; }
.policy-status > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); }
.policy-status b, .policy-status small { display: block; }
.policy-status b { font-size: 11px; }.policy-status small { color: #aeb9b2; font-size: 9px; margin-top: 3px; }

.decision-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; }
.decision-heading h2 { font-size: clamp(40px, 4vw, 60px); }
.decision-compare { display: grid; grid-template-columns: repeat(2, 1fr); box-shadow: 0 18px 48px rgba(33,55,43,.1); }
.decision-card { padding: 30px; min-height: 340px; }
.decision-card.muted { background: #e8e5dd; color: #59635d; }
.decision-card.preferred { background: var(--ink); color: white; }
.decision-label { display: block; min-height: 45px; padding-bottom: 18px; border-bottom: 1px solid rgba(100,110,103,.25); font: 700 11px/1.4 "Manrope"; text-transform: uppercase; letter-spacing: 1px; }
.decision-card.preferred .decision-label { color: var(--acid); border-color: rgba(255,255,255,.15); }
.decision-card ul { list-style: none; padding: 15px 0 0; margin: 0; display: grid; gap: 0; }
.decision-card li { padding: 15px 0 15px 25px; border-bottom: 1px solid rgba(100,110,103,.18); position: relative; font-size: 13px; line-height: 1.45; }
.decision-card li::before { content: "—"; position: absolute; left: 0; }
.decision-card.preferred li::before { content: "✓"; color: var(--acid); }
.decision-card.preferred li { border-color: rgba(255,255,255,.1); }

.section-heading.compact { margin-bottom: 50px; }
.section-intro { max-width: 650px; margin: 24px 0 0; color: #657069; font-size: 17px; line-height: 1.65; }
.needs-section { max-width: none; background: #e5e9df; }
.needs-section > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.needs-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.needs-grid article { background: rgba(255,255,255,.34); padding: 30px 26px; min-height: 335px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.needs-grid article:last-child { background: var(--ink); color: white; }
.needs-tag { align-self: flex-start; color: var(--green); background: #d7e4d2; padding: 7px 9px; font-size: 8px; font-weight: 700; letter-spacing: 1.3px; }
.needs-grid article:last-child .needs-tag { color: var(--ink); background: var(--acid); }
.needs-grid h3 { font: 700 21px/1.2 "Manrope"; letter-spacing: -.6px; margin: 34px 0 14px; }
.needs-grid p { color: #657069; font-size: 14px; line-height: 1.6; margin: 0; }
.needs-grid article:last-child p { color: #b7c0ba; }
.needs-grid ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: auto 0 0; }
.needs-grid li { padding: 6px 8px; border: 1px solid var(--line); font-size: 9px; font-weight: 600; }
.needs-grid article:last-child li { border-color: rgba(255,255,255,.18); color: #d8ded9; }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.example-card { background: var(--paper); border: 1px solid var(--line); padding: 28px; transition: transform .2s, box-shadow .2s; }
.example-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(33,55,43,.08); }
.example-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.example-head span { font: 700 10px "Manrope"; color: #859088; }
.example-head strong { font: 700 12px "DM Sans"; text-transform: uppercase; letter-spacing: 1px; color: var(--green); }
.example-text { padding: 20px 22px; }
.example-text small { display: block; margin-bottom: 8px; color: #7a857e; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.example-text p { margin: 0; font: 600 17px/1.5 "Manrope", sans-serif; letter-spacing: -.25px; }
.example-text.before { margin-top: 18px; background: #eeece6; color: #5c655f; }
.example-text.after { background: #e6f0e2; border-left: 3px solid var(--green); }
.example-arrow { width: 28px; height: 28px; margin: -5px auto; position: relative; z-index: 2; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--acid); font-size: 13px; }
.example-note { margin: 16px 0 0; font-size: 12px; color: #758078; }
.pricing-section { background: var(--ink); color: white; padding: 110px 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }
.pricing-intro h2 { font-size: clamp(44px, 5vw, 68px); color: var(--acid); }
.pricing-intro > p:not(.eyebrow) { max-width: 560px; color: #c4cdc7; font-size: 17px; line-height: 1.65; margin: 28px 0 18px; }
.pricing-intro small { color: #89958d; font-size: 10px; }
.pricing-details { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.price-example, .price-includes { padding: 30px; }
.price-example { border-right: 1px solid var(--line); }
.price-label { display: block; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 24px; }
.price-example h3 { font: 700 22px "Manrope"; letter-spacing: -.6px; margin: 0 0 24px; }
.price-row, .price-total { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); font-size: 12px; }
.price-row span { color: #6b766f; }
.price-total { margin-top: 4px; font-weight: 700; align-items: center; }
.price-total strong { color: var(--green); font-size: 16px; }
.price-footnote { margin: 18px 0 0; color: #768179; font-size: 9px; line-height: 1.5; }
.price-includes ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.price-includes li { position: relative; padding-left: 22px; font-size: 12px; line-height: 1.4; }
.price-includes li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.price-includes p { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #6b766f; font-size: 10px; line-height: 1.55; }
.case-list { border-top: 1px solid var(--line); }
.case-list > div { display: grid; grid-template-columns: 70px 1.1fr 1fr 30px; gap: 20px; align-items: center; min-height: 118px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.case-list > div:hover { background: rgba(255,255,255,.4); padding: 0 18px; }
.case-list span { font: 700 11px "Manrope"; color: #859088; }
.case-list h3 { font: 700 22px "Manrope"; letter-spacing: -.7px; }
.case-list p { color: #657069; font-size: 14px; }
.case-list b { font-size: 22px; }
.final-cta { text-align: center; padding: 115px 5vw; background: #aecaac; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(48px, 6vw, 78px); }
.final-cta > p:not(.eyebrow) { font-size: 17px; margin: 25px 0 34px; }
.button-light { background: var(--paper); }
.button-light:hover { background: var(--acid); }
footer { padding: 40px 6vw; background: var(--ink); color: white; display: flex; align-items: center; gap: 45px; }
.footer-brand-icon { display: block; width: 42px; height: 42px; object-fit: contain; }
footer p { color: #a9b4ad; font-size: 13px; }
footer > div { margin-left: auto; display: flex; gap: 28px; font-size: 13px; }

@media (max-width: 900px) {
    .main-nav { display: none; }
    .nav-cta { margin-left: auto; }
    .hero { grid-template-columns: 1fr; padding-top: 70px; }
    .hero-copy { text-align: center; }
    .eyebrow, .hero-actions, .trust-row { justify-content: center; }
    .hero-lead { margin-left: auto; margin-right: auto; }
    .hero-visual { margin-top: 30px; }
    .control-section, .decision-section, .pricing-section { grid-template-columns: 1fr; }
    .product-proof-copy { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 640px) {
    .site-header { height: 70px; }
    .hero { padding: 58px 5vw 70px; }
    .hero h1, h2 { letter-spacing: -2.3px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { flex-direction: column; gap: 20px; }
    .hero-visual { min-height: 390px; }
    .orbit-one { width: 360px; height: 360px; }
    .orbit-two { width: 290px; height: 290px; }
    .system-card { width: 96%; }
    .document { padding: 28px 20px; }
    .control-card { right: 0; bottom: 15px; }
    .visual-caption { display: none; }
    .statement, .product-proof, .steps, .use-cases, .needs-section, .decision-section, .control-section, .pricing-section, .final-cta { padding-top: 80px; padding-bottom: 80px; }
    .product-shot img { margin-top: -12px; }
    .step-grid { grid-template-columns: 1fr; }
    .step-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
    .case-list > div { grid-template-columns: 40px 1fr 24px; padding: 20px 0; }
    .case-list p { grid-column: 2; margin: -6px 0 4px; }
    .case-list b { grid-column: 3; grid-row: 1; }
    footer { flex-wrap: wrap; gap: 18px; }
    footer p { width: 100%; margin: 0; }
    footer > div { margin-left: 0; }
    .example-grid { grid-template-columns: 1fr; }
    .example-card { padding: 20px; }
    .example-text p { font-size: 15px; }
    .needs-grid { grid-template-columns: 1fr; }
    .needs-grid article { min-height: 290px; }
    .decision-compare { grid-template-columns: 1fr; }
    .decision-card { min-height: 0; }
    .pricing-details { grid-template-columns: 1fr; }
    .price-example { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (min-width: 641px) and (max-width: 1100px) {
    .needs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
