:root { color-scheme: dark; --ink:#eef0ed; --muted:#a4aba5; --line:rgba(255,255,255,.13); --lake:#9bc8d0; --ivory:#f4f0e7; --night:#090b0e; }
* { box-sizing:border-box; }
html { background:var(--night); }
body { margin:0; background:radial-gradient(circle at 78% 16%,#183740 0,transparent 29rem),var(--night); color:var(--ink); font-family:ui-rounded,"SF Pro Rounded",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; }
a { color:inherit; text-underline-offset:3px; }
.shell { width:min(100%,1120px); min-height:100vh; margin:0 auto; padding:24px 28px 34px; }
.nav { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:6px 0 64px; }
.brand { text-decoration:none; display:flex; align-items:center; gap:10px; font-size:17px; font-weight:800; letter-spacing:-.03em; }
.brand span { display:grid; width:31px; height:31px; border:1px solid rgba(155,200,208,.8); border-radius:50%; place-items:center; color:var(--night); background:var(--lake); font-family:Georgia,serif; }
.nav-links { display:flex; flex-wrap:wrap; gap:20px; color:var(--muted); font-size:14px; }
.nav-links a { text-decoration:none; }
.hero { max-width:790px; padding:40px 0 66px; }
.eyebrow { color:var(--lake); font-size:12px; letter-spacing:.15em; font-weight:800; margin:0 0 18px; }
h1 { max-width:960px; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(43px,8vw,86px); font-weight:500; letter-spacing:-.055em; line-height:.98; }
h1 em { color:var(--lake); font-style:normal; }
.lede { max-width:600px; margin:26px 0 0; font-size:clamp(18px,2.2vw,24px); color:var(--muted); }
.hero-actions { display:flex; align-items:center; gap:24px; margin-top:36px; }
.button { display:inline-block; border-radius:999px; padding:14px 21px; color:#071014; background:var(--lake); font-weight:800; text-decoration:none; box-shadow:0 12px 28px rgba(127,193,204,.16); }
.text-link { color:var(--muted); font-weight:700; text-decoration:none; }
.preview { position:relative; min-height:430px; border:1px solid var(--line); overflow:hidden; border-radius:32px; background:#132027; }
.lake { position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,18,24,.1),rgba(6,15,19,.85)),radial-gradient(ellipse at 76% 18%,rgba(168,221,223,.92) 0 4%,transparent 22%),linear-gradient(150deg,#9bbfc5 0%,#477883 44%,#142d34 45%,#081015 100%); filter:saturate(.8); }
.fact-card { position:absolute; inset:auto 7% 7% auto; width:min(86%,465px); padding:29px; border:1px solid rgba(255,255,255,.3); border-radius:25px; background:rgba(9,11,14,.72); backdrop-filter:blur(18px); box-shadow:0 25px 50px rgba(0,0,0,.28); }
.pill { display:inline-block; padding:7px 11px; border-radius:999px; color:#0e1b20; background:var(--lake); font-size:12px; font-weight:800; }
.fact-card p { margin:20px 0 27px; font-family:Georgia,serif; font-size:clamp(26px,3vw,40px); line-height:1.08; letter-spacing:-.04em; }
.fact-footer { display:flex; justify-content:space-between; padding-top:14px; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }
.values { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; padding:16px 0 36px; }
.values article { min-height:114px; padding:20px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.025); }
.values strong,.values span { display:block; }.values strong { font-size:18px; }.values span { margin-top:8px; color:var(--muted); font-size:14px; }
footer { display:flex; justify-content:space-between; gap:20px; color:var(--muted); padding-top:21px; border-top:1px solid var(--line); font-size:13px; }
.legal { max-width:900px; }.legal .nav { padding-bottom:42px; }.legal h1 { font-size:clamp(39px,6vw,64px); }.updated { margin:21px 0 44px; color:var(--muted); font-size:14px; }
.contact-card,.faq,.legal-copy { margin-top:48px; }.contact-card { padding:29px; border:1px solid rgba(155,200,208,.42); border-radius:22px; background:rgba(155,200,208,.08); }.contact-card h2,.faq h2,.legal-copy h2 { margin:0 0 16px; font-family:Georgia,serif; font-size:28px; letter-spacing:-.03em; }.contact-card p { max-width:630px; margin:13px 0; }
details { border-top:1px solid var(--line); padding:18px 0; } details:last-child { border-bottom:1px solid var(--line); } summary { cursor:pointer; font-size:17px; font-weight:750; } details p { color:var(--muted); }
.legal-copy { color:#d5d8d4; }.legal-copy h2 { margin-top:46px; color:var(--lake); }.legal-copy h3 { margin:29px 0 9px; color:var(--ink); font-size:19px; }.legal-copy p,.legal-copy li { color:var(--muted); }.legal-copy ul { padding-left:22px; }.legal-copy li { margin:8px 0; }.legal-copy strong { color:var(--ink); }
@media (max-width:620px) { .shell { padding:20px 18px 25px; }.nav { align-items:flex-start; padding-bottom:45px; }.nav-links { display:none; }.hero { padding-top:14px; }.preview { min-height:470px; }.fact-card { inset:auto 16px 16px; width:auto; }.values { grid-template-columns:1fr; }.values article { min-height:0; } footer { flex-direction:column; } }
