:root{
  --ink:#102f38;
  --muted:#63777d;
  --teal:#0b8f87;
  --teal-dark:#076e69;
  --mint:#dff7f2;
  --paper:#f8fcfb;
  --white:#fff;
  --line:#dceae7;
  --shadow:0 28px 80px rgba(16,70,70,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:"DM Sans",sans-serif;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed; inset:0; pointer-events:none; z-index:-2;
  background:
    radial-gradient(circle at 12% 12%,rgba(172,238,226,.32),transparent 26%),
    radial-gradient(circle at 88% 58%,rgba(211,245,240,.38),transparent 27%);
}
.page-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:-1}
.glow-one{width:420px;height:420px;background:#e4faf6;left:-260px;top:420px}
.glow-two{width:360px;height:360px;background:#e5f8f6;right:-220px;top:100px}
.site-header, main, footer{width:min(1160px,calc(100% - 48px));margin:auto}
.site-header{
  height:88px;display:flex;align-items:center;justify-content:space-between
}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font-family:"Manrope",sans-serif;font-weight:800;font-size:20px;letter-spacing:-.6px}
.brand-mark{
  width:34px;height:34px;border-radius:11px;background:var(--teal);
  display:grid;place-items:center;box-shadow:0 7px 18px rgba(11,143,135,.25);
  position:relative
}
.mark-cross:before,.mark-cross:after{content:"";position:absolute;background:#fff;border-radius:2px}
.mark-cross:before{width:15px;height:5px}.mark-cross:after{width:5px;height:15px}
.header-pill{
  display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--line);
  background:rgba(255,255,255,.65);border-radius:100px;color:#557077;font-size:13px;font-weight:600
}
.status-dot{width:7px;height:7px;background:#26b99a;border-radius:50%;box-shadow:0 0 0 4px #d9f6ef}
.hero{
  min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;
  gap:35px;padding:55px 0 75px
}
.eyebrow{
  display:inline-flex;align-items:center;gap:7px;color:var(--teal);font-size:11px;
  font-weight:800;letter-spacing:1.8px;text-transform:uppercase
}
.eyebrow span{font-size:15px}
h1,h2{font-family:"Manrope",sans-serif;margin:0;letter-spacing:-2.8px;line-height:.98}
h1{font-size:clamp(55px,7vw,86px);margin:22px 0 25px}
h1 em,h2 em{font-style:normal;color:var(--teal)}
.lead{max-width:585px;color:var(--muted);font-size:18px;line-height:1.72;margin:0 0 28px}
.notify-form{
  max-width:570px;display:flex;padding:6px;background:#fff;border:1px solid var(--line);
  border-radius:16px;box-shadow:0 13px 40px rgba(24,80,78,.08)
}
.notify-form input{
  min-width:0;flex:1;border:0;outline:0;padding:0 16px;font:inherit;color:var(--ink);
  background:transparent;font-size:15px
}
.notify-form input::placeholder{color:#9aabad}
.notify-form button{
  border:0;background:var(--teal);color:#fff;padding:15px 20px;border-radius:11px;
  font:700 14px "DM Sans",sans-serif;cursor:pointer;transition:.2s
}
.notify-form button:hover{background:var(--teal-dark);transform:translateY(-1px)}
.notify-form button span{margin-left:8px;font-size:18px}
.form-note{font-size:12px;color:#829398;margin:11px 4px 0}
.form-note.success{color:#087b70;font-weight:700}
.form-note.error{color:#bd5d55}
.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:29px;color:#71858a;font-size:12px;font-weight:600}
.hero-art{height:510px;position:relative;display:grid;place-items:center}
.orb{position:absolute;border-radius:50%}
.orb-back{width:410px;height:410px;background:linear-gradient(145deg,#d7f5ef,#eefaf8);right:25px}
.orb-main{
  width:320px;height:320px;right:70px;background:linear-gradient(145deg,#0e9d94,#087871);
  box-shadow:0 35px 70px rgba(8,120,113,.25);overflow:hidden
}
.orb-main:before,.orb-main:after{
  content:"";position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%
}
.orb-main:before{inset:28px}.orb-main:after{inset:70px}
.pulse-line{
  position:absolute;width:210px;height:100px;left:55px;top:108px;
  border-bottom:3px solid rgba(255,255,255,.92);
  transform:skewY(-12deg);opacity:.85
}
.pulse-line:before{
  content:"";position:absolute;left:55px;top:39px;width:32px;height:3px;background:#fff;
  transform:rotate(-52deg);box-shadow:19px 28px 0 #fff
}
.heart{
  width:68px;height:68px;border-radius:50%;position:absolute;left:126px;top:126px;
  display:grid;place-items:center;background:#fff;color:var(--teal);font-size:44px;font-weight:400;
  box-shadow:0 12px 30px rgba(0,0,0,.14)
}
.floating-card{
  position:absolute;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.94);
  border:1px solid rgba(218,235,232,.9);border-radius:15px;padding:12px 15px;
  box-shadow:var(--shadow);backdrop-filter:blur(8px);font-size:12px
}
.floating-card strong{display:block;font-size:13px}.floating-card small{display:block;color:#8a9b9f;margin-top:2px}
.mini-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--mint);color:var(--teal);font-size:18px}
.card-prescription{top:82px;left:7px}.card-shield{right:0;bottom:91px}
.floating-dot{position:absolute;border-radius:50%;background:#0b8f87}
.dot-a{width:13px;height:13px;right:33px;top:73px}.dot-b{width:8px;height:8px;left:64px;bottom:81px;background:#61c7bb}
.coming{padding:75px 0 105px;border-top:1px solid var(--line)}
.section-heading h2{font-size:clamp(35px,4.2vw,53px);margin-top:17px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:45px}
.feature{background:#fff;border:1px solid var(--line);padding:25px;border-radius:18px;min-height:190px;transition:.2s}
.feature:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(30,90,87,.08)}
.feature-icon{
  width:43px;height:43px;border-radius:13px;background:var(--mint);color:var(--teal);
  display:grid;place-items:center;font-size:20px;margin-bottom:25px
}
.feature h3{font-family:"Manrope",sans-serif;margin:0 0 9px;font-size:17px}
.feature p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.seo-copy{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;
  padding:82px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.seo-copy h2{font-size:clamp(33px,4vw,48px);margin-top:17px}
.seo-copy p{color:var(--muted);font-size:15px;line-height:1.9;margin:0}
.final-cta{
  display:flex;justify-content:space-between;align-items:center;gap:30px;padding:92px 0
}
.final-cta h2{font-size:clamp(40px,5vw,61px);margin-top:14px}
.final-cta a{
  text-decoration:none;color:#fff;background:var(--ink);padding:18px 21px;border-radius:13px;
  font-size:14px;font-weight:700;white-space:nowrap;transition:.2s
}
.final-cta a:hover{background:#174652;transform:translateY(-2px)}
.final-cta a span{margin-left:20px;font-size:18px}
footer{
  border-top:1px solid var(--line);min-height:85px;display:flex;align-items:center;
  justify-content:space-between;color:#849498;font-size:11px
}
.footer-brand{font-size:16px}.footer-brand .brand-mark{width:28px;height:28px;border-radius:9px;box-shadow:none}
.footer-brand .mark-cross:before{width:12px;height:4px}.footer-brand .mark-cross:after{width:4px;height:12px}
.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}
@media(max-width:900px){
  .hero{grid-template-columns:1fr;padding-top:45px}.hero-art{height:390px;margin-top:-15px}
  .orb-back{width:310px;height:310px;right:50%;transform:translateX(50%)}
  .orb-main{width:250px;height:250px;right:50%;transform:translateX(50%)}
  .heart{width:55px;height:55px;left:97px;top:97px;font-size:35px}
  .pulse-line{left:42px;top:82px;transform:scale(.78);transform-origin:left top}
  .card-prescription{left:0;top:48px}.card-shield{right:0;bottom:44px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .seo-copy{grid-template-columns:1fr;gap:30px}
}
@media(max-width:600px){
  .site-header,main,footer{width:min(100% - 32px,1160px)}
  .site-header{height:76px}.header-pill{font-size:11px;padding:8px 11px}.brand{font-size:18px}
  .hero{padding:45px 0 65px}.lead{font-size:16px}.notify-form{display:block;padding:6px}
  .notify-form input{width:100%;height:48px;padding:0 13px}.notify-form button{width:100%;height:48px}
  h1{letter-spacing:-2px}.trust-row{gap:10px 14px}
  .hero-art{height:330px}.orb-back{width:270px;height:270px}.orb-main{width:215px;height:215px}
  .heart{left:80px;top:80px;width:52px;height:52px}.pulse-line{left:34px;top:70px;transform:scale(.66)}
  .floating-card{padding:9px 11px}.floating-card small{display:none}.mini-icon{width:29px;height:29px}
  .card-prescription{left:0;top:34px}.card-shield{right:0;bottom:24px}
  .coming{padding:60px 0 75px}.feature-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}
  .feature{padding:18px;min-height:175px}.feature-icon{margin-bottom:18px}
  .seo-copy{padding:65px 0}.final-cta{display:block;padding:65px 0}.final-cta a{display:inline-block;margin-top:28px}
  footer{padding:25px 0;display:grid;gap:12px}.footer-note{display:none}
}
