:root {
  --ink: #15251e;
  --paper: #f4f0e7;
  --cream: #fffdf8;
  --forest: #174f3a;
  --mint: #c8eadb;
  --orange: #e86f37;
  --line: #cfd8d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(21,37,30,.12); background: rgba(244,240,231,.92); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--forest); color: white; font-size: 12px; }
nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; }
.hero { min-height: 680px; display: grid; align-content: center; justify-items: center; text-align: center; padding: 105px 22px 84px; background: radial-gradient(circle at 50% 16%, #fff 0, var(--cream) 34%, var(--paper) 73%); }
.eyebrow,.kicker { color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 980px; margin: 22px 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(58px,10vw,126px); font-weight: 500; letter-spacing: -.068em; line-height: .86; }
.hero-copy { max-width: 680px; margin: 8px auto 0; color: #43544c; font-size: clamp(18px,2.1vw,24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.button { display: inline-block; padding: 15px 21px; border-radius: 999px; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--forest); color: white; box-shadow: 0 12px 28px rgba(23,79,58,.2); }
.secondary { border: 1px solid #9aaba2; background: rgba(255,255,255,.62); }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; margin-top: 30px; color: #53645c; font-size: 14px; }
.language-link { display: inline-block; margin-top: 24px; color: #936613; font-weight: 800; }
.offers,.process,.demo,.fit-check,.offer-detail,.case-section { padding: 96px clamp(22px,6vw,92px); }
.sample-download { padding: 0 clamp(22px,6vw,92px) 84px; background: #e9e2d3; }
.sample-download p { max-width: 720px; margin: 0 0 18px; color: #59665f; font-size: 16px; line-height: 1.6; }
.download-row { display: flex; flex-wrap: wrap; gap: 12px; }
.offers,.fit-check,.offer-detail { background: var(--cream); }
.section-heading { max-width: 740px; margin-bottom: 42px; }
h2 { margin: 12px 0 16px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(39px,5vw,66px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.section-heading>p:last-child,.fit-check>p,.offer-detail p,.case-section p { max-width: 720px; color: #59665f; font-size: 18px; line-height: 1.6; }
.offer-grid,.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.offer-card,.price-card { display: flex; min-height: 385px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 10px 34px rgba(21,37,30,.05); }
.offer-code,.demo-label { width: fit-content; padding: 7px 10px; border-radius: 999px; background: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.offer-card h3,.price-card h3 { margin: 30px 0 14px; font-size: 28px; letter-spacing: -.035em; }
.offer-card p,.price-card p { color: #5c6a63; line-height: 1.55; }
.offer-card .outcome { color: var(--ink); font-weight: 750; }
.price,.amount { margin-top: auto; padding-top: 24px; font-weight: 850; }
.amount { font-family: Georgia,"Times New Roman",serif; font-size: 42px; }
.offer-card a,.back-link { margin-top: 18px; color: var(--forest); font-weight: 800; }
.process { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 80px; background: var(--forest); color: white; }
.process .kicker { color: #aee1c9; }
.process ol,.deliverables { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.22); }
.process li>span { color: #aee1c9; font-family: ui-monospace,monospace; }
.process strong { font-size: 21px; }
.process li p { margin: 8px 0 0; color: #d2e2da; line-height: 1.55; }
.demo,.case-section { background: #e9e2d3; }
.demo-label { margin-bottom: 38px; border: 1px solid var(--orange); border-radius: 0; background: transparent; color: #a03d18; font-family: ui-monospace,monospace; }
.demo-copy { max-width: 790px; }
.sheet-preview { margin-top: 42px; overflow: hidden; border: 1px solid #b9c2bb; border-radius: 18px; background: white; box-shadow: 0 20px 44px rgba(21,37,30,.1); }
.sheet-row { display: grid; grid-template-columns: 1fr 1fr 1.4fr .8fr .8fr; gap: 12px; padding: 16px 20px; border-top: 1px solid #e2e7e3; font-family: ui-monospace,monospace; font-size: 13px; }
.sheet-head { border-top: 0; background: #eef3ef; color: #526059; font-weight: 800; }
.pass { color: #15704c; }.flag { color: #b84c1b; }
.fit-check { text-align: center; }
.fit-check>* { margin-left: auto; margin-right: auto; }
.pending-contact { max-width: 720px; margin-top: 28px; padding: 17px 20px; border: 1px dashed #9aaba2; border-radius: 14px; color: #53645c; background: #f3f7f4; }
.pending-contact a { color: #174c35; font-weight: 800; }
.subhero { padding: 95px clamp(22px,6vw,92px) 72px; background: var(--forest); color: white; }
.subhero .kicker { color: #aee1c9; }
.subhero h1 { max-width: 900px; margin: 18px 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(50px,8vw,94px); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.subhero p { max-width: 700px; color: #d2e2da; font-size: 20px; line-height: 1.6; }
.deliverables { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; max-width: 900px; margin-top: 34px; }
.deliverables li { padding: 17px 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); }
.case-image { display: block; width: min(100%,1000px); margin-top: 34px; border: 1px solid #b9c2bb; border-radius: 18px; box-shadow: 0 20px 44px rgba(21,37,30,.12); }
.note { padding: 16px 18px; border-left: 4px solid var(--orange); background: #fff8ef; color: #5c5149; }
.zh-note { margin-top: 14px; color: #d2e2da; font-size: 16px; }
.scope-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 34px; }
.scope-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.scope-card h3 { margin: 0 0 10px; font-size: 20px; }
.scope-card p { margin: 0; font-size: 15px; }
.tool-wrap { max-width: 860px; margin: 0 auto; padding: 82px 22px; }
.tool-card { padding: clamp(24px,5vw,48px); border: 1px solid var(--line); border-radius: 26px; background: var(--cream); box-shadow: 0 18px 46px rgba(21,37,30,.08); }
.tool-card h1 { margin: 14px 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,7vw,72px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.tool-card>p { color: #59665f; line-height: 1.6; }
.field { display: grid; gap: 8px; margin-top: 22px; }
.field label,.field legend { font-weight: 800; }
.field select { width: 100%; padding: 13px 14px; border: 1px solid #9aaba2; border-radius: 12px; background: white; color: var(--ink); font: inherit; }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-row label { padding: 10px 13px; border: 1px solid #b8c4bd; border-radius: 999px; background: white; font-weight: 600; }
.tool-submit { width: 100%; margin-top: 28px; border: 0; cursor: pointer; font: inherit; }
.tool-result { display: none; margin-top: 26px; padding: 22px; border-radius: 16px; background: #e7f2ec; }
.tool-result.visible { display: block; }
.tool-result h2 { margin: 0 0 10px; font-family: inherit; font-size: 27px; font-weight: 850; letter-spacing: -.025em; }
.result-cta { display: inline-flex; margin-top: 10px; }
.privacy-line { margin-top: 22px; color: #68766f; font-size: 13px; }
footer { display: flex; justify-content: space-between; gap: 28px; padding: 34px clamp(22px,6vw,92px); border-top: 1px solid var(--line); color: #59665f; font-size: 13px; }
footer div { display: grid; gap: 5px; } footer strong { color: var(--ink); }
@media (max-width:900px){nav a:not(.nav-cta){display:none}.offer-grid,.price-grid,.scope-grid{grid-template-columns:1fr}.offer-card{min-height:auto}.process{grid-template-columns:1fr;gap:36px}.sheet-preview{overflow-x:auto}.sheet-row{min-width:720px}.deliverables{grid-template-columns:1fr}}
@media (max-width:560px){.site-header{padding:14px 18px}.hero{min-height:620px;padding-top:90px}.hero-actions{width:100%}.button,.download-row .button{width:100%}.offers,.process,.demo,.fit-check,.offer-detail,.case-section{padding:72px 20px}.sample-download{padding:0 20px 64px}.subhero{padding:78px 20px 62px}footer{flex-direction:column}}
