:root{--bg: #f6fbfd;--surface: #ffffff;--ink: #0f2a38;--muted: #5b7686;--primary: #0891b2;--primary-dark: #0e7490;--aqua: #22c1dc;--green: #10b981;--line: #e2edf2;--maxw: 1120px;--radius: 16px;--shadow: 0 12px 34px rgba(8, 145, 178, .12);--font-display: "Poppins", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, Segoe UI, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--primary-dark);text-decoration:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.12;margin:0 0 .5em;color:var(--ink)}h1{font-size:clamp(2.2rem,6vw,3.6rem);letter-spacing:-1px}h2{font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.5px}h3{font-size:1.2rem}.eyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:2.5px;color:var(--primary);font-size:.8rem;font-weight:600}.lead{color:var(--muted);font-size:1.15rem;max-width:620px}.btn{display:inline-block;font-family:var(--font-display);font-weight:600;padding:14px 28px;border-radius:999px;background:var(--primary);color:#fff!important;transition:transform .15s,box-shadow .15s,background .15s;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0891b259;background:var(--primary-dark)}.btn--ghost{background:#fff;color:var(--primary-dark)!important;border:1.5px solid var(--line)}.btn--ghost:hover{border-color:var(--primary);background:#fff}.site-header{position:sticky;top:0;z-index:50;background:#f6fbfde6;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--ink);display:flex;align-items:center;gap:8px}.brand .drop{color:var(--primary)}.nav a{color:var(--muted);margin-left:24px;font-weight:500;font-size:.95rem}.nav a:hover{color:var(--primary-dark)}@media(max-width:640px){.nav a{margin-left:14px;font-size:.85rem}}.hero{background:linear-gradient(160deg,#e7f6fb,#f6fbfd 60%);padding:80px 0 70px;text-align:center}.hero h1{margin-bottom:.2em}.hero .lead{margin:0 auto 30px}.hero .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero .drops{font-size:2rem;margin-bottom:10px}section.block{padding:72px 0}.section-head{text-align:center;max-width:680px;margin:0 auto 44px}.section-head .lead{margin:10px auto 0}.grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card .ico{width:52px;height:52px;border-radius:14px;background:linear-gradient(140deg,var(--aqua),var(--primary));display:grid;place-items:center;font-size:24px;margin-bottom:16px}.card h3{margin-bottom:8px}.card p{color:var(--muted);margin:0;font-size:.96rem}.band{background:var(--primary-dark);color:#eaf7fb}.band h2,.band h3{color:#fff}.band .lead,.band p{color:#cfeaf3}.quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.quote p{font-size:1.02rem;color:var(--ink);margin:0 0 14px}.quote .who{color:var(--primary-dark);font-weight:600;font-family:var(--font-display);font-size:.9rem}.cta-band{background:linear-gradient(140deg,var(--primary),var(--aqua));color:#fff;border-radius:22px;padding:56px 30px;text-align:center}.cta-band h2{color:#fff}.cta-band .lead{color:#eafaff;margin:8px auto 26px}.cta-band .btn{background:#fff;color:var(--primary-dark)!important}.cta-band .btn:hover{background:#eafaff}.lead-form{display:grid;gap:14px;max-width:480px;margin:0 auto}.lead-form input,.lead-form textarea{font-family:var(--font-body);font-size:1rem;padding:13px 15px;border-radius:12px;border:1.5px solid var(--line);background:#fff;width:100%}.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--primary)}.lead-form button{justify-self:center}.site-footer{border-top:1px solid var(--line);padding:38px 0;background:#eef7fa}.site-footer .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center}.site-footer .muted{color:var(--muted);font-size:.85rem}.disclaimer{color:var(--muted);font-size:.75rem;max-width:760px;margin:16px auto 0;text-align:center;line-height:1.5}.product-grid{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-img{width:100%;aspect-ratio:1 / .92;background:#fff;border-radius:12px;display:grid;place-items:center;padding:16px;margin-bottom:16px;border:1px solid var(--line)}.product-img img{max-height:100%;max-width:100%;width:auto;object-fit:contain}.product-tag{color:var(--primary);font-family:var(--font-display);text-transform:uppercase;letter-spacing:1.5px;font-size:.72rem;font-weight:600}.product-card h3{margin:6px 0 8px}.product-card p{color:var(--muted);font-size:.92rem;margin:0 0 18px;flex:1}.hero-graphic{padding:32px 0 8px}.hero-graphic img{width:100%;max-width:1000px;margin:0 auto;border-radius:var(--radius);box-shadow:var(--shadow)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ico-lg{font-size:42px;margin-bottom:12px;line-height:1}.path-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 26px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s}.path-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000038}.path-card h3{color:var(--ink);margin-bottom:8px}.path-card p{color:var(--muted);font-size:.95rem;flex:1;margin:0 0 18px}.video-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.video-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.v-embed{position:relative;aspect-ratio:16 / 9;background:#000}.v-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.v-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}.v-body h3{margin:6px 0 8px;font-size:1.1rem}.v-body p{color:var(--muted);font-size:.92rem;margin:0 0 16px;flex:1}.v-body .btn{align-self:flex-start}.legal{max-width:760px}.legal h1{margin-bottom:4px}.legal h2{font-size:1.3rem;margin:30px 0 8px}.legal p{color:#3d5663}.legal strong{color:var(--ink)}.legal .legal-date{color:var(--muted);font-size:.85rem;margin:0 0 26px}.legal a{color:var(--primary-dark);text-decoration:underline}
