@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:light;--ink:#132f39;--muted:#59717b;--teal:#086f72;--gold:#efb955;--bg:#f6f8f5;--line:#dce6e4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 'DM Sans',system-ui,sans-serif}a{color:var(--teal)}a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.shell{max-width:1220px;margin:auto;padding:0 32px}.hero{background:#0c3037;color:#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 38%,rgba(57,143,132,.22),transparent 48%),linear-gradient(125deg,transparent 35%,rgba(2,19,26,.4));pointer-events:none}.hero-layout{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;position:relative}.hero-copy{padding:84px 0 105px;z-index:1}.eyebrow,.badge,.meta,.quick-links,.visual-code,.scene-label,.scene-stamp{font-family:Manrope,sans-serif;letter-spacing:.13em;font-weight:800;text-transform:uppercase}.eyebrow{font-size:.73rem;color:#c7e5de;display:flex;gap:12px;align-items:center}.eyebrow i{width:7px;height:7px;background:var(--gold);border-radius:50%}.hero h1{font:800 clamp(3.5rem,6.8vw,6.9rem)/1.02 Manrope,sans-serif;letter-spacing:-.065em;margin:30px 0 27px;max-width:790px}.hero h1 em{font-style:normal;color:var(--gold)}.hero p{max-width:590px;color:#c6d9d8;font-size:1.15rem;line-height:1.75;margin:0}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:54px;padding:13px 21px;text-decoration:none;color:#142e34;background:var(--gold);font-weight:800;border-radius:3px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#ffd078}.button.secondary{background:transparent;color:#fff;border:1px solid #6d9391}.button.secondary:hover{background:#194950}.hero-scene{height:520px;position:relative;align-self:end;isolation:isolate}.scene-lines{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 70px,rgba(174,213,206,.075) 71px 72px),repeating-linear-gradient(0deg,transparent 0 70px,rgba(174,213,206,.075) 71px 72px);mask-image:linear-gradient(to right,transparent,#000 20%)}.scene-orbit{position:absolute;width:390px;height:390px;border:1px solid rgba(167,214,202,.34);border-radius:50%;top:46px;left:50%;transform:translateX(-50%);box-shadow:0 0 0 52px rgba(147,195,184,.035),0 0 0 104px rgba(147,195,184,.025)}.scene-floor{position:absolute;bottom:58px;left:4%;right:4%;height:1px;background:#587f7c}.scene-ladder{position:absolute;height:450px;max-width:100%;left:50%;bottom:42px;transform:translateX(-50%);filter:drop-shadow(20px 25px 20px rgba(0,0,0,.25))}.scene-label{position:absolute;right:0;top:35px;font-size:.66rem;color:#a5c8c0}.scene-stamp{position:absolute;bottom:90px;right:-4px;line-height:1.5;color:#b8d1cc;font-size:.68rem}.scene-stamp strong{font-size:1.02rem;color:var(--gold)}.quick-links{margin-top:-27px;position:relative;background:#fff;box-shadow:0 15px 40px rgba(19,47,57,.1);min-height:73px;display:flex;align-items:center;gap:35px;border-radius:4px;font-size:.69rem}.quick-links span{color:#709089;margin-right:auto}.quick-links a{text-decoration:none;color:#143c42;white-space:nowrap}.quick-links a:hover{text-decoration:underline}.main{padding-top:92px;padding-bottom:100px}.main>section:first-child{max-width:1000px}.badge{display:inline-block;font-size:.71rem;color:#107f78;border-left:3px solid var(--gold);padding-left:12px;background:none;border-radius:0}.main h2{font:800 clamp(2rem,3.6vw,3.7rem)/1.13 Manrope,sans-serif;letter-spacing:-.045em;margin:19px 0 22px}.lead{max-width:780px;color:var(--muted);font-size:1.12rem;line-height:1.85;margin:0 0 26px}.section{margin-top:110px}.section>.lead{margin-bottom:34px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:4px;padding:34px;min-height:315px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-5px);box-shadow:0 20px 35px rgba(19,47,57,.08)}.card h3{font:800 1.3rem/1.32 Manrope,sans-serif;letter-spacing:-.025em;margin:26px 0 12px}.card p{color:var(--muted);margin:0 0 25px;line-height:1.7}.card a,.panel a{font-weight:800;text-underline-offset:4px;margin-top:auto}.symbol{font:800 1.8rem Manrope,sans-serif;color:#087979;background:#e2f2ec;width:58px;height:58px;display:grid;place-items:center;border-radius:50%}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#286970;border:1px solid #cbdeda;border-radius:2px;padding:9px 12px}.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{background:#e9f1ec;border-radius:4px;padding:42px}.panel:nth-child(2){background:#e9eff0}.panel h2{font-size:2rem}.panel p{color:#516873;line-height:1.75}.note{font-size:.85rem}.callout{background:#0c3037;color:#fff;border-radius:4px;padding:45px 55px;display:flex;align-items:center;justify-content:space-between;gap:28px}.callout h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:0 0 10px}.callout p{color:#c7dcd7;margin:0}.callout .button{white-space:nowrap}.footer{border-top:1px solid var(--line);padding:32px 0;color:var(--muted);font-size:.86rem}.footer .shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:inherit}.product{padding:0;overflow:hidden;min-height:0}.product-visual{height:210px;background:#dfece8;position:relative;color:#1b7278;overflow:hidden}.product:nth-child(2n) .product-visual{background:#e7eee3;color:#647f70}.product:nth-child(3n) .product-visual{background:#e1e9eb;color:#557c89}.product-visual:before{content:"";position:absolute;width:225px;height:225px;border:1px solid currentColor;border-radius:50%;opacity:.13;right:-30px;top:-30px}.visual-code{position:absolute;top:20px;left:25px;font-size:.6rem;opacity:.7}.mini-ladder{position:absolute;height:170px;bottom:-7px;right:23%;filter:drop-shadow(12px 12px 5px rgba(0,0,0,.12))}.product .meta{color:#087b76;font-size:.66rem;margin:27px 27px 0}.product h3{margin:9px 27px 12px}.product p{margin:0 27px 22px;flex:1}.product a{margin:0 27px 30px}.product:nth-child(4n) .mini-ladder{transform:rotate(-13deg)}.product:nth-child(3n) .mini-ladder{transform:scaleX(-1)}@media(max-width:900px){.hero-layout{grid-template-columns:1fr .6fr;min-height:560px}.hero h1{font-size:clamp(3.2rem,7vw,5rem)}.scene-stamp{display:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-links{gap:16px}}@media(max-width:680px){.shell{padding-left:20px;padding-right:20px}.hero-layout{display:block;min-height:0}.hero-copy{padding:70px 0 55px}.hero h1{font-size:clamp(3.2rem,13vw,5rem)}.hero p{font-size:1rem}.hero-scene{height:240px;max-width:390px;margin:0 auto}.scene-orbit{width:225px;height:225px;top:0}.scene-ladder{height:240px;bottom:0}.scene-floor{bottom:12px}.scene-label{top:20px}.quick-links{margin-top:0;flex-wrap:wrap;padding-top:18px;padding-bottom:18px;gap:12px 20px;box-shadow:none}.quick-links span{width:100%}.main{padding-top:68px;padding-bottom:70px}.section{margin-top:75px}.grid,.split{grid-template-columns:1fr}.card{min-height:0;padding:26px}.product{padding:0}.callout{display:block;padding:32px}.callout .button{margin-top:25px;white-space:normal}.panel{padding:28px}.actions .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.card{transition:none}}
