:root{
  --green:#20c987;
  --green-2:#12b878;
  --green-dark:#0b4f3a;
  --green-deep:#083c2e;
  --mint:#eefaf5;
  --mint-2:#f7fcf9;
  --ink:#15342a;
  --text:#4f675e;
  --line:#dbece4;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(14, 78, 57, .10);
  --radius:24px;
  --max:1180px;
}

*{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;
}

h1,h2,h3,h4,h5,h6{
  font-family:Nunito, Inter, sans-serif;
}

a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}

.container{
  width:min(calc(100% - 40px), var(--max));
  margin:0 auto;
}

.nav-wrap{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.90);
  border-bottom:1px solid rgba(219,236,228,.75);
}

nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:block;
}

.brand img{
  width:153px;
  height:auto;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px;
  font-weight:700;
  color:#567066;
}

.nav-links a:hover{color:var(--green-dark)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:999px;
  padding:15px 22px;
  font-weight:800;
  cursor:pointer;
  transition:.22s ease;
}

.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--green),var(--green-2));
  box-shadow:0 14px 30px rgba(32,201,135,.24);
}

.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(32,201,135,.30);
}

.hero{
  padding:78px 0 64px;
  overflow:hidden;
  position:relative;
}

.hero:before{
  content:"";
  position:absolute;
  width:530px;
  height:530px;
  right:-160px;
  top:-170px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(32,201,135,.16), rgba(32,201,135,0) 70%);
  pointer-events:none;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:64px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  border-radius:999px;
  background:var(--mint);
  color:var(--green-dark);
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
}

.dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(32,201,135,.12);
}

h1{
  margin:0;
  font-size:clamp(46px,6vw,78px);
  font-weight:900;
  line-height:.98;
  letter-spacing:-3.7px;
  max-width:760px;
  color:var(--green-deep);
}

.accent{color:var(--green)}

.hero-copy{
  margin:26px 0 30px;
  font-size:19px;
  color:var(--text);
  max-width:660px;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.hero-note{
  font-size:14px;
  color:#6d8179;
  font-weight:600;
}

.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:42px;
  max-width:690px;
}

.stat{
  border:1px solid var(--line);
  border-radius:18px;
  padding:19px;
  background:#fff;
}

.stat strong{
  display:block;
  color:var(--green-dark);
  font-size:29px;
  line-height:1;
  letter-spacing:-1.5px;
  margin-bottom:7px;
}

.stat span{
  font-size:13px;
  color:#71847c;
  font-weight:700;
}

.product-shell{
  border-radius:30px;
  background:linear-gradient(145deg,#0a4433,#0e654a);
  padding:18px;
  box-shadow:0 36px 80px rgba(7,61,44,.22);
  transform:rotate(1.4deg);
}

.product{
  background:#fbfefd;
  border-radius:22px;
  padding:18px;
  min-height:510px;
  transform:rotate(-1.4deg);
}

.product-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
}

.mini-brand img{
  width:92px;
  height:auto;
}

.status{
  font-size:11px;
  font-weight:800;
  color:var(--green-dark);
  background:var(--mint);
  padding:7px 10px;
  border-radius:999px;
}

.dashboard-title{
  font-weight:900;
  font-size:25px;
  letter-spacing:-1px;
  margin-bottom:4px;
}

.dashboard-sub{
  font-size:13px;
  color:#71847c;
  margin-bottom:18px;
}

.kpis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:14px;
}

.kpi{
  border:1px solid var(--line);
  background:#fff;
  border-radius:15px;
  padding:13px;
}

.kpi b{
  display:block;
  font-size:22px;
  color:var(--green-dark);
  margin-bottom:2px;
}

.kpi small{color:#7b8e86;font-size:10px;font-weight:700}

.alert-card{
  border-radius:17px;
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
  margin-top:10px;
}

.alert-card-spaced{margin-top:14px}
.priority-title{font-size:12px}

.alert-row{
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr;
  align-items:center;
  gap:10px;
  padding:11px 0;
  border-bottom:1px solid #edf4f0;
  font-size:11px;
}

.alert-row:last-child{border-bottom:0}
.pill{
  display:inline-block;
  padding:6px 8px;
  border-radius:999px;
  font-size:9px;
  font-weight:900;
  background:#effaf5;
  color:var(--green-dark);
  text-align:center;
}

section{padding:92px 0}
.soft{background:var(--mint-2)}

.section-head{
  max-width:760px;
  margin-bottom:46px;
}

.section-kicker{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:2px;
  color:var(--green);
  margin-bottom:12px;
}

h2{
  margin:0 0 16px;
  font-size:clamp(34px,4.5vw,54px);
  line-height:1.03;
  letter-spacing:-2.3px;
  color:var(--green-deep);
}

.section-head p{
  margin:0;
  color:var(--text);
  font-size:18px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.feature{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  padding:28px;
}

.icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:var(--mint);
  color:var(--green-dark);
  font-size:22px;
  margin-bottom:22px;
}

.feature h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--green-deep);
  letter-spacing:-.4px;
}

.feature p{
  margin:0;
  color:var(--text);
  font-size:15px;
}

.benefit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.visual-card{
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:28px;
}

.visual-card h4{
  margin:0 0 6px;
  font-size:21px;
  color:var(--green-deep);
}

.visual-card p{
  margin:0 0 24px;
  color:#72867e;
  font-size:14px;
}

.bar-row{margin:16px 0}
.bar-label{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  font-weight:800;
  margin-bottom:7px;
  color:#4f675e;
}

.bar{
  width:100%;
  height:10px;
  border-radius:999px;
  background:#edf5f1;
  overflow:hidden;
}

.bar > span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--green),var(--green-dark));
}

.bar-fill-54{width:54%}
.bar-fill-72{width:72%}
.bar-fill-87{width:87%}
.bar-fill-92{width:92%}
.bar-fill-95{width:95%}
.bar-fill-98{width:98%}

.benefit-list{
  display:grid;
  gap:20px;
}

.benefit{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:15px;
}

.check{
  width:44px;
  height:44px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:var(--mint);
  color:var(--green-dark);
  font-weight:900;
}

.benefit h3{
  margin:1px 0 5px;
  font-size:19px;
  color:var(--green-deep);
}

.benefit p{
  margin:0;
  color:var(--text);
  font-size:15px;
}

.benefit-action{margin-top:30px}
.proof-section{padding-top:20px}

.proof{
  background:var(--green-deep);
  color:#fff;
  border-radius:34px;
  padding:46px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:50px;
  align-items:center;
}

.proof h2{color:#fff;margin-bottom:12px}
.proof p{
  color:rgba(255,255,255,.78);
  max-width:620px;
  margin:0;
  font-size:17px;
}

.proof .section-kicker{color:#65e7b4}

.proof-badges{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.proof-badge{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  padding:18px;
  border-radius:18px;
  font-size:13px;
  color:rgba(255,255,255,.78);
}

.proof-badge strong{
  display:block;
  font-size:20px;
  color:#fff;
  margin-bottom:3px;
}

.cta-section{padding:96px 0 104px}

.cta-box{
  border-radius:34px;
  background:linear-gradient(135deg,#eaf9f2,#f8fcfa);
  border:1px solid var(--line);
  padding:48px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:48px;
  align-items:start;
}

.cta-box h2{font-size:48px}
.cta-box p{
  color:var(--text);
  font-size:17px;
  margin:0;
}

.form-card{perspective:1200px}
.form-card-inner{
  display:grid;
  transform-style:preserve-3d;
  transition:transform .7s cubic-bezier(.2,.75,.25,1);
}
.form-card-inner > *{
  grid-area:1/1;
  min-width:0;
  backface-visibility:hidden;
}
.form-card.is-flipped .form-card-inner{transform:rotateY(180deg)}
.form-card-back{transform:rotateY(180deg)}

.form{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:24px;
  padding:24px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.field{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-bottom:13px;
}

.field.full{grid-column:1/-1}

label{
  font-size:12px;
  font-weight:800;
  color:#516961;
}

input,textarea{
  width:100%;
  border:1px solid #dbeae3;
  border-radius:13px;
  padding:13px 14px;
  outline:none;
  color:var(--ink);
  background:#fbfefd;
  transition:.18s ease;
}

input:focus,textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(32,201,135,.10);
}

textarea{resize:vertical;min-height:94px}
.form .btn{width:100%;margin-top:5px}
.form-note{
  margin-top:11px;
  color:#74877f;
  font-size:12px;
  text-align:center;
}

.success{
  display:grid;
  place-items:center;
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  background:var(--mint);
  color:var(--green-dark);
  font-size:16px;
  font-weight:800;
  text-align:center;
}

.success:focus-visible{outline:3px solid var(--green);outline-offset:4px}

@media (prefers-reduced-motion: reduce){
  .form-card-inner{transition:none}
}

footer{
  padding:28px 0 34px;
  border-top:1px solid var(--line);
  color:#71847c;
  font-size:13px;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
}

.mobile-cta{display:none}

@media (max-width: 960px){
  .nav-links a:not(.nav-cta){display:none}
  .hero-grid,
  .benefit-grid,
  .proof,
  .cta-box{
    grid-template-columns:1fr;
  }
  .hero{padding-top:50px}
  .product-shell{max-width:720px;margin:10px auto 0}
  .feature-grid{grid-template-columns:1fr}
  .proof-badges{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 640px){
  .container{width:min(calc(100% - 28px),var(--max))}
  nav{height:70px}
  .brand{font-size:24px}
  .brand-mark{width:35px;height:35px}
  .nav-cta{display:none}
  h1{font-size:46px;letter-spacing:-2.5px}
  .hero-copy{font-size:17px}
  .stats{grid-template-columns:1fr}
  .kpis{grid-template-columns:1fr}
  .alert-row{grid-template-columns:1fr auto}
  .alert-row > :nth-child(2){display:none}
  section{padding:70px 0}
  .proof,.cta-box{padding:30px 22px;border-radius:25px}
  .proof-badges{grid-template-columns:1fr}
  .cta-box h2{font-size:40px}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .mobile-cta{
    display:block;
    position:fixed;
    left:14px;
    right:14px;
    bottom:14px;
    z-index:30;
  }
  .mobile-cta .btn{width:100%}
  footer{padding-bottom:100px}
}
