:root { --ink:#17322e; --green:#176b5b; --deep:#0e3a33; --mint:#e7f3ef; --line:#cfe0dc; --paper:#fbfdfc; --muted:#657672; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Inter,Arial,sans-serif; line-height:1.55; }
a { color:inherit; }
img { display:block; max-width:100%; }
.wrap { width:min(1180px,calc(100% - 36px)); margin-inline:auto; }
.skip-link { position:fixed; top:-80px; left:16px; z-index:100; padding:10px 14px; background:#fff; border-radius:8px; }
.skip-link:focus { top:16px; }
.demo-header { position:sticky; top:0; z-index:20; background:rgba(251,253,252,.92); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.header-row { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { color:var(--green); font-size:25px; font-weight:850; text-decoration:none; letter-spacing:-.04em; }
nav { display:flex; gap:25px; }
nav a { color:var(--muted); text-decoration:none; font-size:14px; }
nav a:hover { color:var(--green); }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:0 22px; border:1px solid var(--green); border-radius:11px; background:var(--green); color:#fff; font-weight:750; text-decoration:none; cursor:pointer; }
.button:hover { background:#105346; }
.button-small { min-height:40px; padding-inline:16px; font-size:14px; }
.button-outline { background:transparent; color:var(--ink); border-color:#81a69d; }
.button-outline:hover { background:#fff; color:var(--ink); }
.hero { padding:92px 0 78px; background:radial-gradient(circle at 87% 18%,#cbe7de 0,transparent 31%),linear-gradient(165deg,#f7fbf9 0,#edf6f2 100%); border-bottom:1px solid var(--line); }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(320px,.65fr); gap:64px; align-items:center; }
.eyebrow { margin:0 0 14px; color:var(--green); font-size:12px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:760px; margin-bottom:22px; font-size:clamp(42px,6vw,76px); line-height:.98; letter-spacing:-.055em; }
h2 { font-size:clamp(31px,4vw,52px); line-height:1.04; letter-spacing:-.04em; }
.lead { max-width:740px; color:#435c57; font-size:clamp(18px,2vw,23px); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.safe-note { max-width:700px; margin:25px 0 0; color:var(--muted); font-size:14px; }
.access-card { padding:30px; background:rgba(255,255,255,.9); border:1px solid #b6d1ca; border-radius:22px; box-shadow:0 24px 70px rgba(26,73,64,.13); }
.card-label { margin-bottom:6px; color:var(--green); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.access-card h2 { margin-bottom:20px; font-size:28px; }
dl { margin:0; }
dl div { display:flex; justify-content:space-between; gap:20px; padding:12px 0; border-top:1px solid var(--line); }
dt { color:var(--muted); }
dd { margin:0; font-weight:700; text-align:right; }
code { padding:2px 6px; border-radius:5px; background:#eef3f1; font-family:"SFMono-Regular",Consolas,monospace; font-size:.9em; }
.copy-button { width:100%; min-height:42px; margin-top:18px; border:0; border-radius:9px; background:var(--deep); color:#fff; font-weight:750; cursor:pointer; }
.copy-status { min-height:20px; margin:8px 0 -10px; color:var(--green); font-size:13px; text-align:center; }
.stats { background:var(--deep); color:#fff; }
.stat-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.stat-grid div { padding:26px 20px; border-left:1px solid rgba(255,255,255,.14); text-align:center; }
.stat-grid div:last-child { border-right:1px solid rgba(255,255,255,.14); }
.stat-grid strong { display:block; font-size:31px; }
.stat-grid span { color:#b9d2cc; font-size:13px; }
.section { padding:92px 0; }
.section-tint { background:#eff6f3; border-block:1px solid var(--line); }
.section-heading { max-width:760px; margin-bottom:38px; }
.section-heading h2 { margin-bottom:13px; }
.section-heading > p:last-child { color:var(--muted); font-size:18px; }
.gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.gallery figure { margin:0; padding:10px; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 13px 32px rgba(34,77,69,.08); }
.gallery a { display:block; overflow:hidden; border-radius:10px; background:#edf3f1; aspect-ratio:16/10; }
.gallery img { width:100%; height:100%; object-fit:cover; object-position:top left; transition:transform .2s ease; }
.gallery a:hover img { transform:scale(1.012); }
.gallery figcaption { padding:12px 7px 5px; font-weight:750; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.feature-grid article { padding:25px; background:#fff; border:1px solid var(--line); border-radius:15px; }
.feature-grid span { color:#83aa9f; font-weight:800; }
.feature-grid h3 { margin:15px 0 8px; font-size:21px; }
.feature-grid p,.truth-grid p { margin-bottom:0; color:var(--muted); }
.truth-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:30px; }
.truth-grid div { padding:24px; border-left:3px solid var(--green); background:var(--mint); }
.truth-grid h3 { margin-bottom:8px; }
.start-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:start; }
.steps { margin:28px 0 0; padding:0; list-style:none; }
.steps li { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:start; padding:17px 0; border-top:1px solid var(--line); }
.steps span { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:var(--mint); color:var(--green); font-weight:850; }
.steps p { margin:5px 0 0; }
.download-card { padding:31px; background:var(--deep); color:#fff; border-radius:20px; }
.download-card ul { margin:18px 0 28px; padding-left:20px; color:#c6d9d4; }
.download-card li { margin:8px 0; }
.download-card .button { width:100%; background:#fff; border-color:#fff; color:var(--deep); }
.text-link { display:block; margin-top:17px; color:#b9d2cc; font-size:14px; }
.cta-section { padding:0 0 92px; }
.cta-card { display:flex; align-items:center; justify-content:space-between; gap:35px; padding:44px; background:var(--mint); border:1px solid #b8d7cf; border-radius:22px; }
.cta-card h2 { margin-bottom:10px; font-size:36px; }
.cta-card p:last-child { margin-bottom:0; color:var(--muted); }
footer { background:#102923; color:#abc3bd; }
.footer-row { min-height:90px; display:flex; align-items:center; justify-content:space-between; gap:25px; font-size:13px; }
@media (max-width:900px) { nav{display:none}.hero{padding-top:62px}.hero-grid,.start-grid{grid-template-columns:1fr;gap:35px}.feature-grid,.truth-grid{grid-template-columns:repeat(2,1fr)}.cta-card{align-items:flex-start;flex-direction:column}.stat-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:620px) { .wrap{width:min(100% - 24px,1180px)}.demo-header .button{display:none}.header-row{min-height:62px}.hero{padding:46px 0 54px}.hero-grid{gap:28px}h1{font-size:43px}.hero-actions{display:grid}.access-card{padding:22px}.section{padding:64px 0}.gallery,.feature-grid,.truth-grid{grid-template-columns:1fr}.stat-grid strong{font-size:25px}.stat-grid div{padding:21px 8px}.cta-card{padding:28px}.footer-row{min-height:110px;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.download-card{padding:25px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.gallery img{transition:none} }
