
:root{
  --ink:#0b1420;
  --ink2:#101c29;
  --muted:#5d6875;
  --paper:#f5f7f8;
  --white:#ffffff;
  --accent:#98cf45;
  --accent2:#b5e563;
  --accent-dark:#6ba922;
  --line:#dfe5e8;
  --shadow:0 20px 60px rgba(11,20,32,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(16px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(223,229,232,.7);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand-logo{width:50px;height:50px;object-fit:contain}
.brand strong{display:block;font-size:18px;line-height:1.1;letter-spacing:-.02em}
nav{display:flex;align-items:center;gap:24px}
nav a{text-decoration:none;font-size:14px;font-weight:650}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;padding:14px 22px;
  text-decoration:none;font-weight:800;font-size:14px;
  background:var(--accent);color:var(--ink);
  box-shadow:0 10px 30px rgba(152,207,69,.22);
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px);background:var(--accent2)}
.button-small{padding:10px 16px}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 18%,rgba(152,207,69,.18),transparent 28%),
    radial-gradient(circle at 14% 82%,rgba(152,207,69,.08),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f7f9f8 100%);
}
.hero-grid-lines{
  position:absolute;inset:0;opacity:.25;pointer-events:none;
  background-image:
    linear-gradient(rgba(11,20,32,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,20,32,.08) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to right,transparent 0%,#000 50%,#000 100%);
}
.hero-grid{
  position:relative;z-index:2;
  min-height:735px;
  display:grid;grid-template-columns:1.02fr .98fr;
  gap:62px;align-items:center;
  padding:72px 0 78px;
}
.eyebrow{
  margin:0 0 16px;
  font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;
  color:var(--accent-dark);
}
h1,h2,h3{margin-top:0;line-height:1.08;letter-spacing:-.04em}
h1{font-size:clamp(48px,6vw,78px);margin-bottom:24px}
h2{font-size:clamp(36px,4vw,54px);margin-bottom:18px}
h3{font-size:22px;margin-bottom:10px}
.lede{font-size:19px;color:#3f4b58;max-width:720px;margin:0 0 30px}
.actions{display:flex;align-items:center;gap:22px;margin-bottom:34px}
.text-link{text-decoration:none;font-weight:800;font-size:14px}
.text-link span{margin-left:5px}
.trust-line{display:flex;gap:9px;flex-wrap:wrap}
.trust-line span{
  font-size:12px;font-weight:700;color:#43505b;
  border:1px solid var(--line);background:#fff;
  padding:8px 11px;border-radius:999px;
}

.hero-art{position:relative;min-height:565px}
.orb{position:absolute;border-radius:50%;filter:blur(1px)}
.orb-a{width:410px;height:410px;right:3%;top:9%;background:radial-gradient(circle at 35% 35%,rgba(181,229,99,.8),rgba(152,207,69,.12) 66%,transparent 67%)}
.orb-b{width:230px;height:230px;left:3%;bottom:6%;background:radial-gradient(circle,rgba(11,20,32,.09),transparent 67%)}
.ring{position:absolute;border:1px solid rgba(11,20,32,.12);border-radius:50%}
.ring-one{width:480px;height:480px;right:-4%;top:1%}
.ring-two{width:370px;height:370px;right:6%;top:11%}

.product-card{
  position:absolute;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(223,229,232,.92);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
  overflow:hidden;
}
.product-kicker{
  position:absolute;z-index:4;left:16px;top:15px;
  font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
  color:#55616b;background:rgba(255,255,255,.86);
  border:1px solid var(--line);border-radius:999px;padding:6px 8px;
}
.card-c20{
  width:54%;height:84%;right:0;top:8%;
  border-radius:30px;transform:rotate(2deg);padding:12px 4px 8px;
}
.card-c20 img{width:100%;height:100%;object-fit:contain}
.card-c8{
  width:45%;height:66%;left:2%;bottom:2%;
  border-radius:25px;transform:rotate(-3deg);padding:30px 16px 12px;
}
.card-c8 img{width:100%;height:100%;object-fit:contain}

.floating-card{
  position:absolute;z-index:7;
  border-radius:18px;box-shadow:var(--shadow)
}
.fc-one{
  left:0;top:11%;width:228px;
  display:flex;align-items:center;gap:12px;
  background:rgba(11,20,32,.96);color:#fff;padding:15px 16px
}
.fc-one .mini-bolt{
  width:36px;height:36px;border-radius:10px;display:grid;place-items:center;
  background:var(--accent);color:var(--ink)
}
.fc-one strong,.fc-one small{display:block}
.fc-one strong{font-size:13px;margin-bottom:2px}
.fc-one small{font-size:11px;color:#cbd3da}
.fc-two{
  right:0;bottom:11%;width:225px;
  background:#fff;border:1px solid var(--line);padding:15px 16px
}
.fc-two strong{display:block;font-size:13px;margin-bottom:3px}
.fc-two small{display:block;font-size:11px;color:#68737c;line-height:1.4}

.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.strip-grid{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0}
.strip-grid>p{margin:0;font-weight:800;font-size:13px;max-width:420px}
.venue-types{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.venue-types span{font-size:12px;color:#56616c;background:var(--paper);padding:7px 10px;border-radius:8px}

.section{padding:108px 0}
.dark-section{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 92% 12%,rgba(152,207,69,.13),transparent 24%),
    var(--ink);
  color:#fff;
}
.dark-section:after{
  content:"";position:absolute;right:-120px;bottom:-120px;width:360px;height:360px;border-radius:50%;
  border:1px solid rgba(152,207,69,.18);
  box-shadow:0 0 0 54px rgba(152,207,69,.03),0 0 0 108px rgba(152,207,69,.02)
}
.two-col{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.dark-section .eyebrow{color:#b9ec69}
.dark-section .section-copy p{color:#c5ced5;font-size:18px;margin:0 0 18px}
.benefits-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:62px}
.benefits-grid article{
  border:1px solid #283544;border-radius:20px;padding:26px;background:linear-gradient(180deg,#101c29,#0e1924)
}
.icon{
  display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;
  background:var(--accent);color:var(--ink);font-weight:900;font-size:12px;margin-bottom:22px
}
.benefits-grid p{margin:0;color:#b9c4cd}

.section-heading{max-width:820px;margin-bottom:52px}
.section-heading>p:last-child{font-size:17px;color:var(--muted);max-width:760px}
.station-showcase{background:#fff}
.showcase-grid{display:grid;grid-template-columns:1fr;gap:24px}
.showcase-card{
  min-height:470px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;
  border:1px solid var(--line);border-radius:28px;overflow:hidden;
  position:relative;background:#fff;box-shadow:0 14px 50px rgba(11,20,32,.06)
}
.showcase-card:nth-child(2){grid-template-columns:1.05fr .95fr;background:var(--paper)}
.showcase-copy{padding:44px 46px;position:relative;z-index:3}
.number{
  display:block;font-size:66px;font-weight:950;line-height:1;letter-spacing:-.06em;
  color:rgba(11,20,32,.08);margin-bottom:10px
}
.station-name{
  margin:0 0 8px;color:var(--accent-dark);
  font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase
}
.showcase-copy p:last-child{color:var(--muted);max-width:520px}
.showcase-art{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:30px}
.showcase-art img{position:relative;z-index:2;max-height:410px;width:auto;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(11,20,32,.15))}
.accent-square{
  position:absolute;width:330px;height:330px;border-radius:34px;transform:rotate(13deg);
  background:linear-gradient(145deg,rgba(152,207,69,.32),rgba(152,207,69,.08))
}
.accent-circle{
  position:absolute;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%,rgba(181,229,99,.7),rgba(152,207,69,.11) 64%,transparent 65%)
}
.showcase-c20 .showcase-copy{order:2}
.showcase-c20 .showcase-art{order:1;padding:18px}
.showcase-c20 .showcase-art img{max-height:445px;max-width:92%}

.how-section{background:var(--paper)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.steps article{
  position:relative;border-top:1px solid #ced7d2;padding:24px 4px 0 0
}
.steps article:before{
  content:"";position:absolute;top:-2px;left:0;width:58px;height:3px;border-radius:3px;background:var(--accent)
}
.steps article>span{font-size:12px;font-weight:900;color:var(--accent-dark)}
.steps p{color:var(--muted);margin:0}

.fit-section{background:#fff}
.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.fit-card{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,#f8faf9,#eef4eb);
  border:1px solid var(--line);border-radius:24px;padding:38px
}
.fit-card:after{
  content:"⚡";position:absolute;right:26px;bottom:10px;font-size:120px;line-height:1;color:rgba(152,207,69,.11);font-weight:900
}
.fit-card p:last-child{color:var(--muted);font-size:17px;position:relative;z-index:2}
.signal-list{background:var(--ink);border-radius:24px;padding:16px 28px;color:#fff}
.signal-list div{padding:22px 2px;border-bottom:1px solid #2c3845}
.signal-list div:last-child{border-bottom:0}
.signal-list strong{display:block;font-size:16px;margin-bottom:4px}
.signal-list span{color:#b8c2cb;font-size:13px}

.contact-section{padding:0 0 92px;background:#fff}
.contact-card{
  display:grid;grid-template-columns:120px 1fr auto;gap:32px;align-items:center;
  position:relative;overflow:hidden;
  background:linear-gradient(110deg,var(--accent),#b7e66b);
  border-radius:28px;padding:42px 44px
}
.contact-card:after{
  content:"";position:absolute;right:-65px;top:-95px;width:260px;height:260px;border-radius:50%;
  border:1px solid rgba(11,20,32,.13);
  box-shadow:0 0 0 38px rgba(255,255,255,.14),0 0 0 76px rgba(255,255,255,.08)
}
.contact-logo{position:relative;z-index:2;width:105px;height:105px;object-fit:contain}
.contact-copy{position:relative;z-index:2}
.contact-copy .eyebrow{color:#344b16}
.contact-copy h2{margin-bottom:12px}
.contact-copy p:last-child{max-width:650px;margin:0}
.contact-actions{position:relative;z-index:2;text-align:right;min-width:210px}
.button-light{background:#fff;box-shadow:none}
.button-light:hover{background:#f4f7f1}
.button-outline{
  margin-top:10px;
  background:#fff;
  color:var(--ink);
  border:1px solid #fff;
  box-shadow:none;
}
.button-outline:hover{background:#f4f7f1}
.contact-phone{
  margin:9px 0 0!important;
  font-size:13px;
  font-weight:800;
}
.contact-phone a{
  text-decoration:none;
  border-bottom:1px solid rgba(11,20,32,.28);
}

/* Footer intentionally mirrors the light header treatment. */
footer{
  background:rgba(255,255,255,.96);
  color:var(--ink);
  padding:34px 0;
  border-top:1px solid rgba(223,229,232,.85);
}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:46px;height:46px;object-fit:contain}
footer strong{font-size:14px}
footer p{margin:4px 0 0;color:var(--muted);font-size:12px}
.footer-meta{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:11px;justify-content:flex-end}

@media (max-width:950px){
  nav a:not(.button){display:none}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:56px}
  .hero-art{min-height:560px;max-width:680px;width:100%;margin:0 auto}
  .two-col,.fit-grid{grid-template-columns:1fr}
  .benefits-grid,.steps{grid-template-columns:1fr}
  .showcase-card,.showcase-card:nth-child(2){grid-template-columns:1fr}
  .showcase-c20 .showcase-copy,.showcase-c20 .showcase-art{order:initial}
  .showcase-art{min-height:420px}
  .strip-grid{align-items:flex-start;flex-direction:column}
  .venue-types{justify-content:flex-start}
  .contact-card{grid-template-columns:100px 1fr}
  .contact-actions{grid-column:2;text-align:left}
}
@media (max-width:640px){
  .wrap{width:min(100% - 28px,1180px)}
  .nav{height:70px}
  .brand-logo{width:43px;height:43px}
  .brand strong{font-size:15px;line-height:1.05}
  h1{font-size:44px}
  .hero-grid{gap:18px;padding-bottom:48px}
  .hero-art{min-height:445px}
  .card-c20{width:54%;height:78%;right:-3%;top:10%}
  .card-c8{width:48%;height:59%;left:-2%;bottom:1%}
  .fc-one{width:190px;left:0;top:2%;padding:12px}
  .fc-two{width:186px;right:-2%;bottom:3%;padding:12px}
  .ring-one{width:360px;height:360px}
  .ring-two{width:280px;height:280px}
  .section{padding:78px 0}
  .showcase-card{min-height:auto}
  .showcase-copy{padding:30px 24px}
  .showcase-art{min-height:360px;padding:20px}
  .showcase-art img{max-height:330px}
  .accent-square,.accent-circle{width:250px;height:250px}
  .contact-card{grid-template-columns:1fr;padding:30px 24px;border-radius:22px}
  .contact-logo{width:92px;height:92px}
  .contact-actions{grid-column:auto}
  .footer-grid{align-items:flex-start;flex-direction:column}
  .footer-meta{justify-content:flex-start}
}
