
:root{
  --teal:#5EAAA8;
  --teal-dark:#397C7A;
  --teal-deep:#245F5D;
  --mint:#E9F5F4;
  --mint-2:#F5FAF9;
  --ink:#1E3131;
  --muted:#607272;
  --line:#DCE8E7;
  --white:#FFFFFF;
  --warm:#F7F5F0;
  --shadow:0 18px 50px rgba(38,85,83,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1160px,calc(100% - 40px));margin:0 auto}
.skip-link{
  position:absolute;left:-9999px;top:8px;background:#000;color:#fff;padding:10px 14px;border-radius:8px;z-index:999
}
.skip-link:focus{left:8px}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(220,232,231,.8);
  backdrop-filter:blur(16px);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  width:46px;height:46px;border-radius:15px;background:var(--teal);color:#fff;
  display:grid;place-items:center;font-weight:800;font-size:22px;box-shadow:0 8px 20px rgba(94,170,168,.25)
}
.brand strong{display:block;font-size:22px;line-height:1.1;letter-spacing:-.4px}
.brand small{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:650}
.nav a{text-decoration:none}
.nav a:not(.nav-button):hover{color:var(--teal-deep)}
.nav-button{background:var(--ink);color:#fff;padding:10px 17px;border-radius:999px}
.hero{
  background:
    radial-gradient(circle at 77% 15%,rgba(94,170,168,.18),transparent 30%),
    linear-gradient(180deg,#fff 0%,var(--mint-2) 100%);
  padding:82px 0 76px;overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.eyebrow{
  margin:0 0 13px;color:var(--teal-dark);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px
}
.hero h1,.section-heading h2,.about-section h2,.cta h2{
  letter-spacing:-2px;line-height:1.04;margin:0;color:#183231
}
.hero h1{font-size:clamp(46px,5.2vw,72px);max-width:760px}
.hero-lead{font-size:20px;line-height:1.65;color:var(--muted);max-width:690px;margin:26px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;
  border-radius:14px;text-decoration:none;font-weight:750;border:1px solid transparent
}
.button.primary{background:var(--teal);color:#fff;box-shadow:0 10px 24px rgba(94,170,168,.28)}
.button.primary:hover{background:var(--teal-dark)}
.button.secondary{background:#fff;border-color:var(--line)}
.button.secondary:hover{border-color:var(--teal)}
.hero-points{display:flex;flex-wrap:wrap;gap:14px 22px;padding:0;margin:28px 0 0;list-style:none;color:var(--muted);font-size:14px}
.hero-points li:before{content:"✓";color:var(--teal-dark);font-weight:900;margin-right:7px}

.hero-panel{
  position:relative;
  min-height:520px;
  display:grid;
  grid-template-columns:220px 1fr;
  grid-template-rows:1fr 1fr;
  gap:22px;
  align-items:center;
  padding:28px 0;
}
.soft-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.orb-one{width:320px;height:320px;background:rgba(94,170,168,.16);right:35px;top:70px}
.orb-two{width:220px;height:220px;background:rgba(236,194,139,.14);left:55px;bottom:35px}
.hero-card{
  position:relative;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(220,232,231,.95);
  box-shadow:var(--shadow);
  border-radius:26px;
}
.hero-card-main{
  width:100%;
  padding:34px;
  grid-column:2;
  grid-row:1 / span 2;
  z-index:2;
}
.hero-card-main .mini-icon{
  display:grid;place-items:center;width:48px;height:48px;border-radius:15px;
  background:var(--mint);color:var(--teal-deep);font-size:23px
}
.hero-card-main h2{font-size:31px;line-height:1.15;letter-spacing:-1px;margin:20px 0 12px}
.hero-card-main p{color:var(--muted);margin:0}
.hero-card-small{
  padding:22px 22px;
  width:100%;
  z-index:3;
}
.hero-card-small strong,.hero-card-small span{display:block}
.hero-card-small strong{font-size:16px}
.hero-card-small span{font-size:13px;color:var(--muted);margin-top:3px}
.card-a{grid-column:1;grid-row:1;align-self:start;margin-top:18px}
.card-b{grid-column:1;grid-row:2;align-self:end;margin-bottom:18px}

.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:25px 26px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{font-size:15px}.trust-grid span{color:var(--muted);font-size:12px;margin-top:4px}
.section{padding:96px 0}
.section-heading{max-width:780px;margin-bottom:48px}
.section-heading.compact{max-width:720px}
.section-heading h2{font-size:clamp(37px,4vw,54px)}
.section-heading p:not(.eyebrow){font-size:18px;color:var(--muted);margin:18px 0 0}
.app-feature{
  display:grid;grid-template-columns:1fr .85fr;gap:64px;align-items:center;
  padding:48px;border-radius:34px;background:linear-gradient(135deg,#F7FCFB,#E9F5F4);border:1px solid var(--line)
}
.app-badge{display:inline-block;padding:7px 11px;border-radius:999px;background:#fff;color:var(--teal-deep);font-size:12px;font-weight:800;border:1px solid var(--line);margin-bottom:22px}
.app-title-row{display:flex;align-items:center;gap:15px;margin-bottom:24px}
.app-icon{width:60px;height:60px;border-radius:17px;display:grid;place-items:center;font-weight:900}
.calm-icon{background:var(--teal);color:#fff;box-shadow:0 10px 25px rgba(94,170,168,.28)}
.app-title-row h3{font-size:33px;line-height:1;margin:0;letter-spacing:-1px}
.app-subtitle{margin:6px 0 0;color:var(--muted)}
.app-copy>p{font-size:17px;color:var(--muted)}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}
.feature-list>div{display:flex;gap:10px;padding:16px;background:rgba(255,255,255,.7);border-radius:16px;border:1px solid rgba(220,232,231,.9)}
.feature-list span{width:25px;height:25px;flex:0 0 25px;border-radius:999px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;margin-top:2px}
.feature-list p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}
.feature-list strong{color:var(--ink);font-size:14px}
.app-links{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:26px}
.app-links a{color:var(--teal-deep);font-size:14px;font-weight:700}
.coming-button{background:var(--ink);color:#fff;padding:11px 16px;border-radius:12px;font-weight:750;font-size:14px}
.phone-stage{position:relative;display:grid;place-items:center;min-height:660px}
.phone-frame{
  width:290px;background:#161A1A;padding:10px;border-radius:47px;box-shadow:0 28px 60px rgba(24,50,49,.25);position:relative
}
.phone-frame img{border-radius:38px}
.phone-speaker{position:absolute;z-index:2;width:86px;height:24px;background:#161A1A;left:50%;transform:translateX(-50%);top:10px;border-radius:0 0 18px 18px}
.floating-note{
  position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 15px;min-width:170px
}
.floating-note strong,.floating-note span{display:block}
.floating-note strong{font-size:13px}.floating-note span{font-size:11px;color:var(--muted);margin-top:2px}
.note-one{left:0;top:150px}.note-two{right:-5px;bottom:130px}
.coming-app{
  margin-top:28px;padding:46px;border-radius:34px;background:var(--warm);display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center
}
.coming-app h3{font-size:36px;line-height:1.12;letter-spacing:-1.2px;margin:0 0 18px}
.coming-app p{color:var(--muted);font-size:16px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.story-grid>div{background:#fff;padding:22px;border-radius:18px;border:1px solid #E9E5DA}
.story-grid span{display:block;color:var(--teal-dark);font-size:12px;font-weight:900;margin-bottom:13px}
.story-grid strong{display:block;font-size:15px}
.story-grid small{display:block;color:var(--muted);line-height:1.45;margin-top:5px}
.support-section{background:var(--mint-2)}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.resource-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}
.resource-icon{font-size:28px}
.resource-card h3{font-size:20px;line-height:1.2;margin:16px 0 10px}
.resource-card p{color:var(--muted);font-size:14px;min-height:68px}
.resource-status{font-size:12px;font-weight:800;color:var(--teal-dark)}
.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.about-section h2{font-size:clamp(36px,4vw,52px)}
.about-grid>div:last-child{font-size:18px;color:var(--muted)}
.cta{background:var(--teal-deep);color:#fff;padding:60px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.eyebrow.light{color:#BFE4E2}
.cta h2{color:#fff;font-size:42px;letter-spacing:-1.5px}
.cta p:not(.eyebrow){color:#D8ECEB;margin-bottom:0}
.button.white{background:#fff;color:var(--teal-deep)}
.site-footer{background:#142B2A;color:#fff;padding:62px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.7fr .7fr .7fr;gap:50px}
.footer-brand .brand-mark{background:var(--teal)}
.footer-brand small{color:#AFC4C3}
.footer-note{max-width:500px;color:#AFC4C3;font-size:13px;margin-top:20px}
.footer-links{display:flex;flex-direction:column;gap:9px;font-size:13px}
.footer-links strong{font-size:14px;margin-bottom:5px}
.footer-links a{color:#BFD0CF;text-decoration:none}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;color:#89A4A2;font-size:12px}

@media (max-width:900px){
  .nav{display:none}
  .hero{padding-top:58px}
  .hero-grid,.app-feature,.coming-app,.about-grid{grid-template-columns:1fr}
  .hero-grid{gap:35px}
  .hero-panel{
    min-height:auto;
    grid-template-columns:190px 1fr;
    grid-template-rows:auto auto;
    gap:18px;
    padding-top:10px;
  }
  .hero-card-main{padding:28px}
  .hero-card-main h2{font-size:29px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid>div:nth-child(2){border-right:0}
  .trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .app-feature{padding:30px}
  .phone-stage{min-height:590px}
  .resource-grid{grid-template-columns:1fr}
  .resource-card p{min-height:0}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:620px){
  .wrap{width:min(100% - 28px,1160px)}
  .site-header .nav-wrap{height:70px}
  .brand-mark{width:40px;height:40px;border-radius:13px}
  .brand strong{font-size:19px}
  .brand small{display:none}
  .hero{padding:48px 0 56px}
  .hero h1{font-size:42px;letter-spacing:-1.7px}
  .hero-lead{font-size:17px}
  .button{width:100%}
  .hero-actions{display:grid}
  .hero-panel{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:10px 0 0;
  }
  .soft-orb{display:none}
  .hero-card,
  .hero-card-main,
  .hero-card-small,
  .card-a,
  .card-b{
    position:relative;
    width:100%;
    margin:0;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    grid-column:auto;
    grid-row:auto;
  }
  .card-a{order:1}
  .hero-card-main{order:2;padding:24px}
  .hero-card-main h2{font-size:27px}
  .card-b{order:3}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div{border-right:0;border-bottom:1px solid var(--line)!important;padding:17px}
  .trust-grid>div:last-child{border-bottom:0!important}
  .section{padding:68px 0}
  .section-heading{margin-bottom:34px}
  .section-heading h2{font-size:37px}
  .app-feature,.coming-app{padding:24px;border-radius:24px}
  .feature-list{grid-template-columns:1fr}
  .app-title-row h3{font-size:29px}
  .phone-stage{min-height:560px}
  .phone-frame{width:255px}
  .floating-note{display:none}
  .story-grid{grid-template-columns:1fr}
  .cta-inner{align-items:flex-start;flex-direction:column}
  .cta h2{font-size:36px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:7px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

.brand-logo{width:46px;height:46px;border-radius:15px;box-shadow:0 8px 20px rgba(94,170,168,.25)}
.resource-link{display:inline-block;margin-top:8px;color:var(--teal-deep);font-size:13px;font-weight:800;text-decoration:none}
.resource-link:hover{text-decoration:underline}
.app-links .coming-button{text-decoration:none}
.article-hero,.product-hero{background:linear-gradient(180deg,#fff 0%,var(--mint-2) 100%);padding:80px 0 68px;border-bottom:1px solid var(--line)}
.article-narrow{max-width:780px}
.article-hero h1,.product-hero h1{font-size:clamp(42px,5vw,64px);line-height:1.05;letter-spacing:-2px;margin:0}
.article-body{padding:70px 0 90px}
.article-section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid var(--line)}
.article-section h2{font-size:25px;letter-spacing:-.5px;margin:0 0 10px}
.article-section p{font-size:17px;color:var(--muted);margin:0}
.article-callout{background:var(--mint);border-left:4px solid var(--teal);padding:20px 22px;border-radius:12px;margin:42px 0}
.article-callout p{margin:5px 0 0;color:var(--muted)}
.back-link{color:var(--teal-deep);font-weight:750;text-decoration:none}
.product-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
.product-hero .app-title-row h1{margin:0;font-size:56px}
.product-phone{min-height:600px}
.disabled-button{cursor:default;opacity:.92}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefit-grid article{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}
.benefit-grid h3{margin:0 0 9px;font-size:18px}
.benefit-grid p{margin:0;color:var(--muted);font-size:14px}
.caregiver-band{background:var(--mint-2)}
.legal-panel{background:var(--warm);border-radius:26px;padding:38px}
.legal-panel h2{margin-top:0;font-size:30px}
.legal-panel p{color:var(--muted)}
@media(max-width:900px){
  .product-grid{grid-template-columns:1fr}
  .benefit-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand-logo{width:40px;height:40px}
  .article-hero,.product-hero{padding:52px 0 48px}
  .benefit-grid{grid-template-columns:1fr}
  .product-hero .app-title-row h1{font-size:40px}
}

.app-links .coming-button {
  background: var(--teal);
  color: #fff;
}

.app-links .coming-button:hover {
  background: var(--teal-dark);
  color: #fff;
}