:root{--ink:#164d68;--teal:#2f91a0;--sky:#d9eef3;--cream:#fffaf2;--sand:#f8eddf;--yellow:#f6b817;--coral:#ee7468;--green:#86ad59;--purple:#9e6a9a;--white:#fff;--shadow:0 18px 50px rgba(22,77,104,.12);--radius:30px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,select{font:inherit}.skip-link{position:fixed;z-index:100;top:-60px;left:20px;background:var(--ink);color:#fff;padding:10px 18px;border-radius:10px}.skip-link:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:84px;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:34px;padding:0 clamp(22px,5vw,78px);background:rgba(255,250,242,.92);backdrop-filter:blur(15px);border-bottom:1px solid rgba(22,77,104,.08)}.brand{display:inline-flex;align-items:center;font:900 34px/1 "Nunito";letter-spacing:-2px}.brand-face{font-size:17px;border:2px solid var(--ink);width:27px;height:22px;border-radius:50% 50% 45% 45%;display:grid;place-items:center;transform:translate(25px,-18px);margin-left:-20px}.main-nav{display:flex;gap:28px;margin-left:auto;font-weight:600}.main-nav a{transition:.2s}.main-nav a:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:12px}.header-actions select{background:transparent;border:1px solid rgba(22,77,104,.25);border-radius:10px;padding:9px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:#fff;border-radius:999px;padding:15px 24px;font-weight:700;box-shadow:0 10px 24px rgba(22,77,104,.15);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(22,77,104,.23)}.button-small{padding:10px 18px;font-size:14px}.menu-toggle{display:none;border:0;background:transparent;color:var(--ink);font-size:26px}.hero{min-height:710px;display:grid;grid-template-columns:minmax(0, .9fr) minmax(480px,1.1fr);align-items:center;gap:30px;padding:70px clamp(24px,7vw,110px) 90px;overflow:hidden;background:radial-gradient(circle at 10% 20%,#fff 0 5%,transparent 27%),linear-gradient(140deg,#fffaf2 45%,#f8e9d6)}.hero-copy{position:relative;z-index:2;max-width:650px}.eyebrow{display:inline-block;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1,.section-heading h2,.universe h2,.cta h2{font:900 clamp(40px,5vw,70px)/1.05 "Nunito";letter-spacing:-2.7px;margin:16px 0 22px}.hero-copy>p{font-size:19px;max-width:600px;color:#426779}.hero-actions{display:flex;align-items:center;gap:24px;margin:34px 0}.text-link{font-weight:700;border-bottom:1px solid rgba(22,77,104,.35)}.reassurance{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:14px;font-weight:600}.reassurance>span{background:#fff;padding:7px 12px;border-radius:999px}.hero-visual{position:relative}.hero-visual>img{position:relative;z-index:2;width:100%;filter:drop-shadow(0 30px 35px rgba(22,77,104,.15));border-radius:26px}.blob{position:absolute;border-radius:50%;filter:blur(1px)}.blob-one{width:560px;height:560px;background:#d9eff0;right:-10%;top:-15%}.blob-two{width:180px;height:180px;background:#f7c44e;left:-5%;bottom:-10%}.floating-card{position:absolute;z-index:4;right:-10px;bottom:8%;background:var(--coral);color:#fff;width:115px;height:115px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.1;box-shadow:var(--shadow);transform:rotate(6deg)}.floating-card strong{font:900 34px "Nunito"}.floating-card span{font-size:12px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1240px;margin:-45px auto 0;position:relative;z-index:4;padding:0 24px}.benefits article{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:24px;border-radius:22px;box-shadow:var(--shadow)}.benefit-icon{flex:0 0 46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:21px}.coral{background:var(--coral)}.green{background:var(--green)}.blue{background:var(--teal)}.benefits h2{font:800 19px/1.2 "Nunito";margin:0 0 4px}.benefits p{font-size:14px;line-height:1.5;margin:0;color:#577383}.section{padding:120px clamp(24px,6vw,90px)}.section-heading{text-align:center;max-width:750px;margin:0 auto 65px}.section-heading h2{font-size:clamp(36px,4vw,58px);margin:10px 0 15px}.section-heading p{font-size:18px;color:#577383}.product-card{max-width:1240px;margin:0 auto 90px;display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;background:#fff;padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}.product-card.reverse .product-gallery{order:2}.product-gallery>img{width:100%;aspect-ratio:1.05/1;object-fit:contain;background:var(--sand);border-radius:22px}.thumbnails{display:flex;gap:10px;margin-top:13px}.thumb{width:74px;height:74px;padding:4px;border:2px solid transparent;background:#fff;border-radius:13px;cursor:pointer;overflow:hidden}.thumb.active{border-color:var(--teal)}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-copy{padding:16px 10px}.product-tag{display:inline-flex;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:800}.coral-bg{color:#a9423a;background:#fde3df}.green-bg{color:#537933;background:#e9f2de}.product-copy h2{font:900 clamp(34px,3.5vw,53px)/1.05 "Nunito";letter-spacing:-2px;margin:16px 0}.lead{font-size:18px;color:#4f7182}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid #e7eeef}.check-list li:before{content:"✓";position:absolute;left:4px;color:var(--green);font-weight:900}.universe{padding:110px clamp(24px,8vw,120px);background:var(--sky);display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:stretch}.universe-card,.quote-card{border-radius:var(--radius);padding:clamp(34px,5vw,70px)}.universe-card{background:#fff}.universe h2{font-size:clamp(38px,4vw,60px)}.universe-card>p{font-size:18px;color:#4f7182;max-width:720px}.values{display:flex;gap:36px;margin-top:35px}.values>span{display:flex;flex-direction:column;font-weight:800}.values b{font:900 26px "Nunito";color:var(--yellow)}.quote-card{display:flex;flex-direction:column;justify-content:center;background:var(--ink);color:#fff}.quote-mark{font:900 80px/1 serif;color:var(--yellow)}.quote-card p{font:800 clamp(26px,3vw,42px)/1.25 "Nunito";margin:0 0 25px}.faq{background:#fff}.faq-list{max-width:850px;margin:auto}.faq details{border-top:1px solid #d9e3e5;padding:5px 0}.faq details:last-child{border-bottom:1px solid #d9e3e5}.faq summary{cursor:pointer;list-style:none;padding:22px 45px 22px 0;font:800 18px "Nunito";position:relative}.faq summary:after{content:"+";position:absolute;right:8px;font-size:28px;color:var(--teal)}.faq details[open] summary:after{content:"−"}.faq details p{margin:-5px 40px 25px 0;color:#587383}.cta{text-align:center;padding:100px 24px;background:var(--sand)}.cta h2{font-size:clamp(35px,4vw,56px);max-width:820px;margin:14px auto 35px}footer{text-align:center;padding:65px 24px 40px;background:#143f55;color:#fff}.footer-brand{justify-content:center;margin-bottom:18px}footer p{color:#c7dde6}footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin:28px 0}footer small{color:#9fb9c4}@media(max-width:980px){.site-header{gap:15px}.main-nav{position:absolute;display:none;top:84px;left:0;right:0;background:var(--cream);padding:25px;flex-direction:column;box-shadow:0 15px 30px rgba(22,77,104,.1)}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-actions .button{display:none}.hero{grid-template-columns:1fr;padding-top:50px}.hero-copy{max-width:760px}.hero-visual{max-width:760px;margin:auto}.benefits{grid-template-columns:1fr;margin-top:-25px}.product-card{grid-template-columns:1fr;gap:30px}.product-card.reverse .product-gallery{order:0}.universe{grid-template-columns:1fr}}@media(max-width:600px){.site-header{height:70px;padding:0 18px}.brand{font-size:30px}.main-nav{top:70px}.hero{min-height:0;padding:55px 20px 70px}.hero h1{font-size:42px;letter-spacing:-1.8px}.hero-copy>p{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.reassurance{gap:8px}.hero-visual{margin-top:25px}.floating-card{width:86px;height:86px;right:-3px}.floating-card strong{font-size:27px}.benefits{padding:0 16px}.section{padding:85px 16px}.section-heading{margin-bottom:38px}.product-card{padding:16px;border-radius:22px;margin-bottom:45px}.product-gallery>img{border-radius:16px}.product-copy{padding:10px 4px}.product-copy .button{width:100%;font-size:14px;text-align:center}.values{gap:18px;justify-content:space-between}.universe{padding:70px 16px}.universe-card,.quote-card{padding:30px 24px}.quote-card{min-height:330px}.header-actions select{padding:7px 4px}.thumbnails{overflow:auto}.thumb{flex:0 0 64px;height:64px}}
