*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#15323a;background:#fff}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid #e8efef;z-index:10}.nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:800;text-decoration:none;color:#0c5963}.nav nav{display:flex;gap:18px;flex-wrap:wrap}.nav a{color:#244a51;text-decoration:none}.hero{padding:110px 0 100px;background:linear-gradient(135deg,#e8fbfb,#fff3df)}.eyebrow{display:inline-block;font-weight:700;color:#0b7a7e;margin-bottom:16px}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;max-width:900px;margin:0 0 24px}.hero p{font-size:21px;line-height:1.6;max-width:720px;color:#47646a}.cta{display:inline-block;margin-top:12px;background:#0b7a7e;color:#fff;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:700}.section{padding:72px 0}.section h2{font-size:36px;margin:0 0 28px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{display:block;padding:26px;border:1px solid #dfeaea;border-radius:18px;text-decoration:none;color:inherit;background:#fff}.card h3{margin-top:0;font-size:24px}.card p{line-height:1.6;color:#587076}.band{background:#f6faf9}.chips{display:flex;gap:12px;flex-wrap:wrap}.chips span{padding:10px 14px;border-radius:999px;background:#edf7f6}footer{padding:44px 0;background:#12343a;color:#d8ecec}footer p{max-width:650px;color:#b9d0d1}@media(max-width:760px){.nav{height:auto;padding:14px 0;align-items:flex-start}.nav nav{gap:10px;font-size:14px}.hero{padding:72px 0}.grid{grid-template-columns:1fr}.section{padding:52px 0}}