:root{--ink:#092c35;--teal:#08767b;--deep:#073e46;--muted:#405f68;--sand:#bd7b1e;--line:#d5e4e6;--white:#fff;--shadow:0 24px 70px rgba(7,62,70,.12)}
*{box-sizing:border-box}
html{min-width:320px;background:#f4f9fa}
body{min-height:100vh;margin:0;background:linear-gradient(145deg,#fff 0%,#f5fafb 58%,#e7f3f4 100%);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}
a{color:inherit}
.skip-link{position:fixed;left:12px;top:-80px;z-index:100;padding:10px 14px;border-radius:8px;background:var(--deep);color:#fff}.skip-link:focus{top:12px}
.site-header{display:flex;align-items:center;min-height:122px;padding:22px clamp(24px,5vw,80px);background:rgba(255,255,255,.94);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:28px;text-decoration:none;min-width:0}.brand img{display:block;width:278px;height:auto;flex:0 0 auto}.product-name{display:grid;gap:4px;padding-left:28px;border-left:1px solid var(--line)}.product-name strong{font-size:clamp(19px,1.6vw,27px);font-weight:750;line-height:1.18;letter-spacing:-.025em}.product-name small{color:#4f6a72;font-size:14px;font-weight:500;line-height:1.35}
main{display:grid;min-height:calc(100vh - 224px)}
.hero{display:grid;place-items:center;padding:clamp(60px,9vw,130px) 24px;background:radial-gradient(circle at 75% 20%,rgba(8,118,123,.09),transparent 34%),radial-gradient(circle at 12% 88%,rgba(189,123,30,.07),transparent 30%)}
.hero-copy{width:min(100%,940px);padding:clamp(38px,6vw,72px);border:1px solid rgba(8,118,123,.2);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}
.eyebrow{margin:0 0 18px;color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.115em;text-transform:uppercase}
.hero h1{max-width:820px;margin:0;font-size:clamp(43px,5.7vw,76px);font-weight:780;line-height:1.02;letter-spacing:-.047em;text-wrap:balance}
.hero-intro{max-width:760px;margin:26px 0 34px;color:var(--muted);font-size:clamp(19px,2vw,26px);font-weight:450;line-height:1.48;text-wrap:pretty}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:14px 24px;border:2px solid transparent;border-radius:10px;font-size:17px;font-weight:750;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(8,118,123,.3);outline-offset:4px}.button-primary{background:var(--deep);color:#fff;box-shadow:0 12px 28px rgba(7,62,70,.2)}.button-primary:hover{background:#052f35;box-shadow:0 15px 34px rgba(7,62,70,.25)}
.privacy-callout{display:flex;align-items:center;gap:11px;margin:28px 0 0;color:#38565f;font-size:15px;font-weight:550}.privacy-callout span{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:#f5e6cf;color:#83500a;font-weight:850}
footer{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:102px;padding:28px clamp(24px,5vw,80px);background:var(--deep);color:#fff;font-size:14px;font-weight:550}footer p{margin:0}footer p:last-child{padding-bottom:8px;border-bottom:3px solid var(--sand);text-align:right}
@media(max-width:760px){.site-header{min-height:auto;padding:18px 20px}.brand{display:grid;gap:14px}.brand img{width:min(245px,78vw)}.product-name{gap:3px;padding:13px 0 0;border-top:1px solid var(--line);border-left:0}.product-name strong{font-size:18px}.product-name small{font-size:13px}.hero{place-items:start stretch;padding:32px 16px 38px}.hero-copy{padding:34px 24px;border-radius:18px}.eyebrow{margin-bottom:14px;font-size:12px}.hero h1{font-size:clamp(39px,12vw,54px);line-height:1.04}.hero-intro{margin:22px 0 28px;font-size:19px}.button{width:100%;min-height:58px;padding-inline:17px;font-size:16px;text-align:center}.privacy-callout{align-items:flex-start;font-size:14px}footer{align-items:flex-start;flex-direction:column;gap:15px;min-height:auto;padding:25px 20px}footer p:last-child{text-align:left}}
@media(prefers-reduced-motion:reduce){.button{transition:none}}
