:root{
  --green:#0c7b52;
  --green-2:#16b96c;
  --green-3:#73d18e;
  --mint:#edf9f0;
  --ink:#071814;
  --gray:#65706e;
  --line:#dbe4e1;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%;background:#fff}
body{
  font-family:"DM Sans",system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.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
}
.honeypot{display:none!important}

.page{
  min-height:100vh;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(221,246,225,.66), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fff 72%,#f7fbf8 100%);
}

.topbar{
  height:104px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 clamp(34px,5.5vw,88px);
  position:relative;
  z-index:10;
}
.brand{
  display:flex;align-items:center;gap:14px;justify-self:start
}
.logo{width:58px;height:50px}
.brand-text{display:flex;flex-direction:column}
.wordmark{
  font:800 35px/1 "Manrope",sans-serif;
  letter-spacing:-1.5px;
}
.tagline{
  color:#5fae84;
  font-size:17px;
  margin-top:9px;
}
.nav{
  display:flex;gap:38px;font-size:15px;font-weight:500
}
.nav a:hover{color:var(--green)}
.nav-cta{
  justify-self:end;
  background:linear-gradient(135deg,#0a6948,#0b8457);
  color:white;
  border-radius:999px;
  padding:14px 28px;
  font-weight:700;
  box-shadow:0 10px 25px rgba(12,123,82,.14)
}

.hero{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  min-height:calc(100vh - 104px);
  padding:42px clamp(34px,5.5vw,88px) 32px;
  gap:30px;
  position:relative;
}
.copy{max-width:720px;position:relative;z-index:3}
.eyebrow{
  font-size:13px;
  letter-spacing:4px;
  font-weight:700;
  color:var(--green);
  margin:12px 0 24px;
}
h1{
  font:800 clamp(64px,6.3vw,102px)/.92 "Manrope",sans-serif;
  letter-spacing:-4px;
  margin:0;
  color:#000;
}
h1 span{color:#087c50}
.lede{
  font-size:20px;
  line-height:1.52;
  color:#626b69;
  max-width:670px;
  margin:28px 0 26px;
}

.signup-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 252px;
  width:min(690px,100%);
  border:1px solid #d6dfdc;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 7px 20px rgba(18,66,52,.04);
}
.email-box{
  display:flex;align-items:center;gap:14px;
  padding:0 20px;
  min-width:0;
}
.email-box svg{width:26px;height:26px;color:#91a2a9;flex:none}
.email-box input{
  width:100%;
  height:60px;
  border:0;
  outline:0;
  color:#16372f;
  font-size:16px;
}
.signup-form button{
  border:0;
  background:linear-gradient(135deg,#0a6b49,#0b8457);
  color:#fff;
  font-weight:700;
  font-size:17px;
  cursor:pointer;
  transition:.2s ease;
}
.signup-form button:hover{filter:brightness(1.05)}
.signup-form button:disabled{opacity:.65;cursor:wait}
.signup-form button span{margin-left:10px;font-size:23px}
.waitlist-copy{margin:10px 0 0;color:#5b6865;font-size:14px}
.form-status{min-height:22px;margin-top:8px;font-weight:700}
.form-status.success{color:#0c8f59}
.form-status.error{color:#b74444}

.benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:38px;
  max-width:700px;
}
.benefits article{
  padding-right:28px;
  margin-right:28px;
  border-right:1px solid #dce5e1;
}
.benefits article:last-child{border-right:0;margin-right:0}
.benefit-icon{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:#eaf8ef;
  color:var(--green);
  margin-bottom:13px;
}
.benefit-icon svg{width:34px;height:34px}
.leaf-icon svg{width:42px;height:42px}
.bars{display:flex;align-items:flex-end;gap:4px;height:29px}
.bars i{display:block;width:5px;background:#0c7b52;border-radius:2px}
.bars i:nth-child(1){height:12px}.bars i:nth-child(2){height:20px}.bars i:nth-child(3){height:28px}
.benefits h3{
  font:700 17px "Manrope",sans-serif;
  margin:0 0 7px
}
.benefits p{
  color:#65706e;font-size:14px;line-height:1.45;margin:0
}

.visual{
  position:relative;
  min-height:700px;
}
.soft-orb{
  position:absolute;
  width:620px;height:620px;
  border-radius:50%;
  left:7%;top:3%;
  background:radial-gradient(circle at 50% 50%,#eefaf0 0,#e4f6e7 60%,rgba(228,246,231,.2) 78%,transparent 80%);
}
.phone{
  position:absolute;
  width:405px;
  height:790px;
  left:46%;
  top:49%;
  transform:translate(-50%,-50%);
  border-radius:54px;
  background:#fff;
  border:8px solid #12181a;
  box-shadow:0 28px 55px rgba(3,40,27,.22), inset 0 0 0 2px #899291;
  padding:26px 20px 20px;
  z-index:6;
}
.phone-notch{
  position:absolute;
  width:118px;height:31px;border-radius:0 0 18px 18px;
  top:0;left:50%;transform:translateX(-50%);
  background:#050707;
}
.statusbar{
  display:flex;justify-content:space-between;
  font-size:11px;font-weight:700;padding:2px 12px 0;
}
.phone-brand{
  display:flex;align-items:center;gap:9px;
  margin:15px 0 12px;
  padding:0 10px;
}
.phone-brand svg{width:45px;height:38px}
.phone-brand div{display:flex;flex-direction:column}
.phone-brand b{font:800 24px/1 "Manrope"}
.phone-brand small{font-size:12px;color:#53a97d;margin-top:5px}

.card{
  border-radius:16px;
  background:linear-gradient(180deg,#eefaf1,#f7fcf8);
}
.outlook{padding:16px 16px 13px}
.card-title{text-transform:none;font-weight:700;font-size:13px;margin-bottom:8px}
.projection-row{display:flex;justify-content:space-between;align-items:flex-start}
.projection-row strong{font:800 31px "Manrope";color:#0b754d}
.projection-row span{display:block;color:#64736f;font-size:12px;margin-top:3px}
.age-pill{
  border-radius:12px;background:#fff;padding:9px 11px;text-align:center;
  box-shadow:0 5px 14px rgba(18,66,52,.08)
}
.age-pill small{display:block;font-size:10px;color:#65726f}
.age-pill b{font-size:14px}
.growth-chart{width:100%;height:132px;margin-top:3px}
.axis{display:flex;justify-content:space-between;color:#566662;font-size:10px;margin-top:-4px}

.micro-insight{
  display:flex;align-items:center;gap:8px;
  background:#edf8f0;
  border-radius:13px;padding:11px 13px;
  margin-top:10px;
}
.micro-insight svg{width:40px;height:40px;flex:none}
.micro-insight b{font-size:12px;line-height:1.35}

.scenario-title{
  display:flex;justify-content:space-between;align-items:center;
  font-size:12px;margin:13px 2px 8px
}
.scenario-title span{color:#0056cf}
.scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.scenarios article{
  min-height:102px;background:#eef9f1;border-radius:13px;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  padding:10px 6px
}
.scenario-icon{font-size:29px;color:#087c50;line-height:1}
.scenarios b{font-size:10px;margin-top:6px}
.scenarios small{font-size:8px;color:#667571;margin-top:4px}

.goal-card{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;
  margin-top:9px;padding:11px;
  border-radius:13px;background:#eef9f1
}
.goal-icon{
  width:39px;height:39px;border-radius:50%;border:3px solid #0b8156;
  display:grid;place-items:center;color:#0b8156;font-weight:800
}
.goal-card div:nth-child(2){display:flex;flex-direction:column}
.goal-card b{font-size:11px}
.goal-card span{font-size:9px;color:#667571;line-height:1.35;margin-top:3px}
.goal-card>strong{font-size:24px;color:#1a6b51}

.phone-nav{
  position:absolute;left:20px;right:20px;bottom:15px;
  border-top:1px solid #e9eeec;
  display:flex;justify-content:space-around;
  padding-top:9px;color:#8a9895
}
.phone-nav span{display:flex;flex-direction:column;align-items:center;font-size:16px;gap:2px}
.phone-nav small{font-size:8px}
.phone-nav .active{color:#0d8156}


.big-leaf{
  position:absolute;
  border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,#0c6e48,#0b8a55 58%,#82cc8b);
  box-shadow:inset 0 0 30px rgba(255,255,255,.08);
  opacity:.95;
}
.big-leaf:after{
  content:"";position:absolute;left:50%;top:8%;
  width:1.5px;height:85%;
  background:rgba(220,255,221,.28);
  transform:rotate(34deg)
}
.big-leaf-one{width:310px;height:150px;right:-90px;top:35%;transform:rotate(-10deg)}
.big-leaf-two{width:330px;height:170px;right:-120px;top:56%;transform:rotate(-20deg);filter:brightness(.72)}
.big-leaf-three{width:260px;height:125px;left:2%;top:44%;transform:rotate(18deg);filter:brightness(.9)}


@media (max-width:1150px){
  .topbar{grid-template-columns:1fr auto}.nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:20px}
  .copy{max-width:none}
  .visual{min-height:820px;margin-top:10px}
  .phone{left:50%}
  
}
@media (max-width:700px){
  .topbar{height:86px;padding:0 20px}
  .logo{width:45px}.wordmark{font-size:27px}.tagline{font-size:13px}
  .nav-cta{padding:10px 14px;font-size:12px}
  .hero{padding:28px 20px 20px}
  h1{font-size:58px;letter-spacing:-2.5px}
  .lede{font-size:17px}
  .signup-form{grid-template-columns:1fr;border-radius:14px}
  .signup-form button{height:54px}
  .benefits{grid-template-columns:1fr;gap:20px}
  .benefits article{border-right:0;border-bottom:1px solid #dce5e1;margin-right:0;padding:0 0 18px}
  .visual{min-height:760px}
  .phone{width:350px;height:720px}
  
}


/* --- Tablet / portrait overlap fix --- */
@media (max-width: 1180px) and (min-width: 701px) {
  .visual {
    min-height: 860px;
  }

  .phone {
    left: 50%;
    top: 48%;
  }

  

  

  

  .big-leaf-one {
    right: -130px;
  }

  .big-leaf-two {
    right: -155px;
  }
}

/* Narrow portrait tablets: keep the visual clean rather than overlapping */
@media (max-width: 900px) and (min-width: 701px) {
  

  .visual {
    min-height: 820px;
  }

  .phone {
    width: 385px;
    height: 760px;
  }
}
