/* =========================================================
   BoostSub — Boost SubscriberCo L.L.C.
   Subscriber Marathon theme — LIGHT palette
   starting-line #F5F8F3 / run-green #2E6B46 / boost-orange #E4732B
   ========================================================= */

:root{
  --start-line:#F5F8F3;
  --pine-ink:#233026;
  --pine-deep:#1B2A20;
  --run-green:#2E6B46;
  --boost-orange:#E4732B;
  --bib-white:#FFFFFF;
  --meridian-grey:#77807B;
  --lane-dash:#D8E2D4;
  --gold-bib:#E3B93E;
  --body-text:#39463E;
}

*{box-sizing:border-box;margin:0;padding:0;}

html,body{scroll-behavior:smooth;}

body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background-color:#F5F8F3;
  color:#233026;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{max-width:100%;display:block;}
a{color:#2E6B46;text-decoration:none;}
a:hover{color:#E4732B;}
.container{max-width:1200px;margin:0 auto;padding:0 24px;}

/* ---------- START-FINISH TAPE STRIP (nav top) ---------- */
.start-tape{
  height:12px;
  background-color:#233026;
  background-image:
    linear-gradient(115deg,#2E6B46 0px,#2E6B46 24px,#FFFFFF 24px,#FFFFFF 38px),
    linear-gradient(-65deg,#2E6B46 0px,#2E6B46 24px,#FFFFFF 24px,#FFFFFF 38px);
  background-size:48px 12px;
  background-position:0 0,24px 0;
  background-repeat:repeat-x;
  border-bottom:1px solid #D8E2D4;
}

/* ---------- STARTER-FLAG NAV ---------- */
.starter-nav{
  position:sticky;
  top:0;
  z-index:100;
  background-color:#FFFFFF;
  box-shadow:0 2px 12px rgba(35,48,38,0.06);
}
.starter-nav .nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:21px;
  font-weight:800;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#2E6B46;
}
.rocket-glyph{
  display:inline-block;
  width:16px;
  height:22px;
  background-color:#E4732B;
  border-radius:6px 6px 3px 3px;
  position:relative;
}
.rocket-glyph::before{
  content:"";
  position:absolute;
  top:-5px;left:2px;right:2px;
  height:9px;
  background-color:#E4732B;
  border-radius:50% 50% 0 0;
}
.rocket-glyph::after{
  content:"";
  position:absolute;
  bottom:-4px;left:4px;
  width:2px;height:6px;
  background-color:#E4732B;
  box-shadow:0 0 0 1px #FFFFFF;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:14px;
  list-style:none;
}
.nav-links a{
  font-size:13px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#233026;
  padding:6px 2px;
  position:relative;
  display:inline-block;
}
.nav-links a:hover{
  color:#2E6B46;
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  height:3px;
  width:18px;
  background-color:#2E6B46;
  border-radius:3px 0 3px 3px;
  transform-origin:right center;
  transform:scaleX(0.4);
  transition:transform .25s ease;
}
.nav-links a:hover::after{
  transform:scaleX(1);
}
.nav-links .sep{
  width:6px;height:6px;
  background-color:#E4732B;
  transform:rotate(45deg);
  flex:none;
}
.nav-toggle{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:6px;
}
.nav-toggle span{
  width:26px;height:3px;
  background-color:#2E6B46;
  border-radius:2px;
}

/* ---------- HERO ---------- */
.rocket-hero{
  background-color:#F5F8F3;
  padding:72px 0 80px;
  position:relative;
  overflow:hidden;
}
.rocket-hero .hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.hero-copy{}
.eyebrow-chip{
  display:inline-block;
  background-color:#2E6B46;
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:3px;
  margin-bottom:24px;
}
.hero-copy h1{
  font-size:48px;
  line-height:1.12;
  font-weight:800;
  color:#233026;
  letter-spacing:-0.01em;
  margin-bottom:22px;
}
.hero-copy h1 .lift{
  color:#E4732B;
}
.hero-copy p.sub{
  font-size:18px;
  color:#77807B;
  max-width:520px;
  margin-bottom:30px;
}
.hero-ctas{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.btn{
  display:inline-block;
  font-weight:700;
  font-size:15px;
  letter-spacing:0.03em;
  padding:14px 30px;
  border-radius:4px;
  transition:transform .16s ease, box-shadow .16s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{
  background-color:#2E6B46;
  color:#FFFFFF;
}
.btn-primary:hover{color:#FFFFFF;box-shadow:0 8px 20px rgba(46,107,70,0.35);}
.btn-primary.orange{
  background-color:#E4732B;
}
.btn-primary.orange:hover{color:#FFFFFF;box-shadow:0 8px 20px rgba(228,115,43,0.35);}
.btn-ghost{
  border:1px solid #2E6B46;
  color:#2E6B46;
  background-color:transparent;
}
.btn-ghost:hover{color:#E4732B;border-color:#E4732B;}

/* rocket scene */
.rocket-scene{
  position:relative;
  height:430px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.launch-pad{
  position:absolute;
  bottom:18px;left:8%;right:8%;
  height:3px;
  background-color:#2E6B46;
}
.gantry{
  position:absolute;
  bottom:18px;width:4px;
  height:90px;
  background-color:#77807B;
}
.gantry::after{
  content:"";
  position:absolute;top:0;left:-3px;right:-3px;
  height:3px;background-color:#77807B;
}
.gantry.left{left:12%;}
.gantry.right{left:auto;right:12%;}
.rocket-body{
  position:absolute;
  bottom:34px;
  left:50%;
  transform:translateX(-50%);
  z-index:3;
  animation:rocket-hover 4s ease-in-out infinite;
}
@keyframes rocket-hover{
  0%,100%{transform:translateX(-50%) translateY(0);}
  50%{transform:translateX(-50%) translateY(-12px);}
}
.fuselage{
  width:42px;height:150px;
  background-color:#2E6B46;
  border-radius:10px 10px 4px 4px;
  margin:0 auto;
  position:relative;
}
.fuselage::before{
  content:"";
  position:absolute;
  top:-32px;left:0;right:0;
  height:36px;
  background-color:#E4732B;
  border-radius:50% 50% 0 0;
}
.fuselage::after{
  content:"";
  position:absolute;
  top:24px;left:50%;
  transform:translateX(-50%);
  width:18px;height:18px;
  background-color:#FFFFFF;
  border-radius:50%;
  border:3px solid #2E6B46;
}
.fin{position:absolute;width:16px;height:44px;background-color:#2E6B46;}
.fin::after{content:"";position:absolute;width:16px;height:12px;background-color:#E4732B;top:0;left:0;}
.fin.left{bottom:-2px;left:-14px;border-radius:4px 0 6px 6px;}
.fin.right{bottom:-2px;right:-14px;border-radius:0 4px 6px 6px;}
.flames{
  width:42px;margin:0 auto;
  position:relative;
  height:86px;
}
.flame-outer{
  position:absolute;
  bottom:0;left:50%;transform:translateX(-50%);
  width:34px;height:60px;
  background-color:#E4732B;
  border-radius:50% 50% 46% 46%;
}
.flame-gold{
  position:absolute;
  bottom:4px;left:50%;transform:translateX(-50%);
  width:22px;height:44px;
  background-color:#E3B93E;
  border-radius:50% 50% 46% 46%;
}
.flame-core{
  position:absolute;
  bottom:10px;left:50%;transform:translateX(-50%);
  width:12px;height:30px;
  background-color:#2E6B46;
  border-radius:50% 50% 46% 46%;
}
@keyframes flicker{0%,100%{transform:translateX(-50%) scaleY(1);}50%{transform:translateX(-50%) scaleY(0.9);}}
.flame-outer{animation:flicker .3s ease-in-out infinite;}
.counter-board{
  position:absolute;
  top:46px;right:6%;
  z-index:5;
  background-color:#FFFFFF;
  border:3px solid #2E6B46;
  border-radius:6px;
  padding:14px 18px;
  text-align:center;
  box-shadow:0 10px 24px rgba(35,48,38,0.12);
  animation:float-board 5s ease-in-out infinite;
}
@keyframes float-board{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}
.counter-board .num{
  font-size:40px;
  font-weight:800;
  color:#233026;
  line-height:1;
}
.counter-board .lbl{
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#2E6B46;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:6px;
}
.counter-board .lbl::after{
  content:"";
  width:0;height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:9px solid #E4732B;
}
.smoke{position:absolute;bottom:22px;background-color:#D8E2D4;border-radius:50%;opacity:1;}
.smoke.one{width:34px;height:22px;left:12%;}
.smoke.two{width:48px;height:30px;right:14%;}
.smoke.three{width:26px;height:16px;right:32%;bottom:10px;}

/* ---------- SPLIT-TIMER ROWS ---------- */
.split-rows{
  background-color:#F5F8F3;
  padding:70px 0 60px;
}
.split-head{
  margin-bottom:36px;
  max-width:760px;
}
.split-head h2{
  font-size:36px;
  font-weight:800;
  color:#2E6B46;
  letter-spacing:-0.01em;
  margin-bottom:14px;
}
.split-head p{
  color:#77807B;
}
.split-rows h2 .tick{color:#E4732B;}
.split-row{
  display:grid;
  grid-template-columns:120px 1fr 220px;
  gap:28px;
  align-items:center;
  background-color:#FFFFFF;
  border:1px solid #D8E2D4;
  border-left:6px solid #2E6B46;
  border-radius:6px;
  padding:24px 26px;
  margin-bottom:12px;
  transition:box-shadow .2s ease;
}
.split-row:hover{box-shadow:0 10px 24px rgba(35,48,38,0.08);}
.split-chip{
  background-color:#2E6B46;
  color:#FFFFFF;
  width:92px;height:60px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
  letter-spacing:0.04em;
}
.split-row.mid .split-chip{background-color:#E4732B;}
.split-row.info h3{
  font-size:20px;
  font-weight:700;
  color:#233026;
  margin-bottom:8px;
}
.split-row.info p{
  color:#77807B;
  font-size:15px;
}
.pace-band{
  height:18px;
  border-radius:4px;
  overflow:hidden;
  background-color:#EAF0E6;
  display:flex;
}
.pace-band i{
  display:block;height:100%;
}
.pace-band .p1{background-color:#E4732B;}
.pace-band .p2{background-color:#2E6B46;}
.pace-band .p3{background-color:#E3B93E;}
.legend{
  display:flex;gap:18px;justify-content:center;
  flex-wrap:wrap;margin-top:26px;
}
.legend span{font-size:13px;color:#77807B;display:flex;align-items:center;gap:7px;}
.legend span::before{content:"";width:14px;height:10px;border-radius:2px;}

/* ---------- GROWTH-BARS METRIC BAND ---------- */
.growth-band{
  background-color:#2E6B46;
  padding:54px 0 0;
}
.growth-band .band-label{
  text-align:center;
  color:#FFFFFF;
  font-size:13px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:26px;
  opacity:1;
}
.bars{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:34px;
  height:300px;
  padding:0 24px;
}
.bar{
  width:170px;
  color:#FFFFFF;
  text-align:center;
  padding:14px 10px;
  border-radius:8px 8px 0 0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  height:100%;
}
.bar b{font-size:34px;font-weight:800;line-height:1.05;display:block;}
.bar .blabel{
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-weight:700;
  margin-top:10px;
}
.bar.b1{height:42%;background-color:#1F5237;}
.bar.b2{height:60%;background-color:#2E6B46;}
.bar.b3{height:74%;background-color:#236046;}
.bar.b4{height:86%;background-color:#255F44;}
.bar.b5{height:100%;background-color:#E4732B;}
.growth-band .band-foot{
  text-align:center;
  color:#EAF0E6;
  font-size:14px;
  padding:22px 0 32px;
}

/* ---------- STATEMENT BAND ---------- */
.statement-band{
  background-color:#FFFFFF;
  padding:70px 0;
}
.statement-band blockquote{
  max-width:820px;
  margin:0 auto;
  border-left:4px solid #E4732B;
  padding-left:30px;
}
.statement-band blockquote p{
  font-size:24px;
  line-height:1.55;
  color:#233026;
  font-weight:600;
}
.statement-band .attr{
  margin-top:22px;
  color:#77807B;
  font-size:14px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:700;
}

/* ---------- CTA BAND ---------- */
.cta-band{
  background-color:#F5F8F3;
  padding:74px 0;
  text-align:center;
}
.cta-band h2{
  font-size:34px;
  font-weight:800;
  color:#2E6B46;
  margin-bottom:14px;
}
.cta-band p{
  color:#77807B;
  max-width:560px;
  margin:0 auto 30px;
}

/* ---------- FINISH-TAPE FOOTER ---------- */
.finishline-footer{
  background-color:#1B2A20;
  color:#EAF0E6;
  position:relative;
  z-index:1;
}
.finish-tape{
  height:14px;
  background-color:#FFFFFF;
  background-image:
    linear-gradient(120deg,#FFFFFF 0px,#FFFFFF 26px,#2E6B46 26px,#2E6B46 34px),
    linear-gradient(60deg,#FFFFFF 0px,#FFFFFF 26px,#2E6B46 26px,#2E6B46 34px);
  background-size:44px 14px;
  background-position:0 0,22px 0;
  background-repeat:repeat-x;
}
.footer-inner{
  padding:54px 24px 40px;
  text-align:center;
}
.footer-wordmark{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  font-weight:800;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#FFFFFF;
  margin-bottom:22px;
}
.footer-links{
  list-style:none;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 22px;
  margin-bottom:28px;
}
.footer-links a{
  color:#EAF0E6;
  font-size:14px;
  font-weight:600;
}
.footer-links a:hover{color:#E4732B;}
.medal-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:26px;
}
.medal-divider::before,.medal-divider::after{
  content:"";width:6px;height:36px;
  background-color:#E4732B;
  border-radius:3px;
}
.medal{
  width:22px;height:22px;
  background-color:#E3B93E;
  border-radius:50%;
  border:3px solid #FFFFFF;
  position:relative;
}
.medal::after{
  content:"";
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  width:4px;height:12px;background-color:#FFFFFF;
}
.footer-legal{
  font-size:13px;
  color:#B8C7BD;
  line-height:1.9;
}
.footer-legal a{color:#EAF0E6;}
.footer-legal a:hover{color:#E4732B;}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .hero-copy h1{font-size:38px;}
  .rocket-hero .hero-grid{grid-template-columns:1fr;}
  .rocket-scene{margin-top:20px;}
  .split-row{grid-template-columns:96px 1fr;gap:18px;}
  .pace-band{grid-column:1 / -1;height:14px;}
  .split-chip{width:84px;height:54px;font-size:15px;}
  .bars{flex-wrap:wrap;gap:20px;height:auto;}
  .bar{width:42%;height:170px;}
}
@media(max-width:640px){
  .nav-toggle{display:flex;}
  .nav-links{
    display:none;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    gap:4px;
    padding:8px 0 12px;
  }
  .nav-links.open{display:flex;}
  .nav-links .sep{display:none;}
  .starter-nav .nav-row{flex-wrap:wrap;}
  .hero-copy h1{font-size:31px;}
  .bar{width:100%;}
  .bars{height:auto;}
  .bar{height:150px;}
}

/* ---------- CONTACT FORM ---------- */
.contact-form{
  margin-top:6px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.contact-form .field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.contact-form label{
  font-size:13px;
  font-weight:600;
  color:#233026;
  text-transform:uppercase;
  letter-spacing:0.06em;
}
.contact-form input,
.contact-form textarea{
  font-family:inherit;
  font-size:16px;
  padding:11px 12px;
  border:1px solid #D8E2D4;
  border-radius:4px;
  background-color:#FFFFFF;
  color:#233026;
  outline:none;
}
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#2E6B46;
  box-shadow:0 0 0 3px rgba(46,107,70,0.15);
}
.contact-form .form-note{
  font-size:14px;
  color:#2E6B46;
  margin-top:4px;
}

/* ---------- FAQ accordion ---------- */
.faq-item .faq-q{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.faq-item .faq-q::after{
  content:"+";
  font-size:22px;
  font-weight:700;
  color:#E4732B;
  margin-left:12px;
  flex:none;
}
.faq-item.open .faq-q::after{
  content:"-";
}
.faq-item .info p{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .3s ease, opacity .3s ease;
  margin:0;
}
.faq-item.open .info p{
  max-height:200px;
  opacity:1;
  margin-top:8px;
}

/* ---------- REVEAL (JS-safe fallback) ---------- */
.fade-up{opacity:1;transform:none;}
