*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --green:#22b15b;
  --green-dark:#032f29;
  --green-deep:#042a25;
  --bg:#f3f4f2;
  --text:#0a241f;
  --muted:#5e6764;
  --white:#ffffff;
  --border:#dfe5df;
}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px, calc(100% - 40px));margin:0 auto}
.site-header{
  background:#fff;
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
}
.brand img{height:58px;width:auto}
.nav-menu{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:15px;
  font-weight:600;
}
.nav-menu a{position:relative;color:#1b2522}
.nav-menu a.active::after,
.nav-menu a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:3px;
  border-radius:20px;
  background:var(--green);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  padding:16px 26px;
  font-weight:700;
  font-size:16px;
  transition:.2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-whats,.btn-primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 24px rgba(34,177,91,.18);
}
.btn-outline{
  border:1px solid #9fd3b0;
  color:var(--green);
  background:transparent;
}
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  background:var(--green);
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 14px 30px rgba(34,177,91,.28);
}
.hero-section{padding:34px 0 34px}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:28px;
}
.eyebrow{
  margin:0 0 18px;
  color:var(--green);
  font-weight:800;
  letter-spacing:.02em;
  font-size:18px;
}
.hero-copy h1{
  margin:0;
  font-size:68px;
  line-height:1.02;
  letter-spacing:-.04em;
  max-width:680px;
}
.hero-copy h1 span{color:var(--green)}
.hero-text{
  max-width:610px;
  font-size:31px;
  line-height:1.55;
  color:#4f5855;
  margin:24px 0 24px;
}
.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:18px 22px;
  margin:30px 0 28px;
}
.mini-item{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:165px;
}
.mini-icon{
  width:40px;height:40px;border-radius:50%;
  background:rgba(34,177,91,.12);
  color:var(--green);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
}
.mini-item strong,.mini-item span{display:block;font-size:18px;line-height:1.2}
.mini-item span{color:#38413f}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}

.hero-visual{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.circle-outline{
  position:absolute;
  width:620px;height:620px;
  border:2px solid rgba(34,177,91,.55);
  border-radius:50%;
  top:34px;right:0;
}
.green-panel{
  position:absolute;
  right:0;top:110px;bottom:70px;
  width:300px;
  background:linear-gradient(180deg, #16aa58, #05834b);
  clip-path:polygon(100% 0,100% 100%,0 100%,50% 50%);
  border-bottom-right-radius:24px;
}
.hero-visual img{
  position:relative;
  z-index:2;
  width:min(510px, 92%);
  margin-top:34px;
  filter:drop-shadow(0 28px 50px rgba(0,0,0,.12));
}

.stats-bar{
  margin-top:-8px;
  background:linear-gradient(90deg,#023028,#062b26 48%, #06312a);
  color:#fff;
  border-radius:24px;
  padding:28px 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.stat-item{display:flex;align-items:center;gap:16px;justify-content:center}
.stat-icon{
  width:56px;height:56px;border-radius:50%;
  border:2px solid rgba(34,177,91,.75);
  color:var(--green);
  display:flex;align-items:center;justify-content:center;
  font-size:28px;
}
.stat-item strong{display:block;font-size:26px;line-height:1.1}
.stat-item span{display:block;color:rgba(255,255,255,.88);font-size:18px;margin-top:6px}

.services-section,
.advantages-section,
.faq-section{padding:82px 0}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:34px}
.section-head.center{display:block;text-align:center}
.service-head .left{max-width:570px}
.section-head h2,
.advantages-grid h2,
.about-grid h2,
.faq-section h2,
.cta-grid h2{
  margin:0;
  font-size:58px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.side-text,
.adv-copy,
.about-grid p,
.faq-list p,
.cta-grid p,
.site-footer p,
.site-footer li{
  color:#5a6260;
  font-size:23px;
  line-height:1.6;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:34px 28px;
  text-align:center;
  box-shadow:0 10px 22px rgba(4,42,37,.03);
}
.service-icon{
  width:88px;height:88px;border-radius:50%;
  border:1px solid #a9d7b7;
  color:var(--green);
  display:flex;align-items:center;justify-content:center;
  font-size:40px;margin:0 auto 24px;
}
.service-card h3{font-size:34px;line-height:1.2;margin:0 0 14px}
.service-card p{font-size:23px;line-height:1.6;color:#5a6260;margin:0}

.advantages-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:52px;
  align-items:start;
}
.checks-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px 32px;
}
.check-card{display:flex;gap:16px;align-items:flex-start}
.check-dot{
  width:38px;height:38px;border-radius:50%;
  background:#ccefd9;color:var(--green-dark);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;flex:0 0 auto;margin-top:6px
}
.check-card h3{font-size:31px;margin:0 0 8px}
.check-card p{font-size:21px;line-height:1.55;color:#5a6260;margin:0}

.about-strip{
  background:linear-gradient(135deg, #06312a, #02211d 70%);
  color:#fff;
  padding:62px 0;
}
.about-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}
.about-grid h2{color:#fff}
.about-grid p{color:rgba(255,255,255,.78)}
.about-boxes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.about-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:24px;
  backdrop-filter:blur(4px);
}
.about-box strong{display:block;font-size:28px;margin-bottom:10px}
.about-box span{display:block;font-size:20px;color:rgba(255,255,255,.82);line-height:1.5}

.faq-list{
  display:grid;
  gap:16px;
  max-width:980px;
  margin:0 auto;
}
.faq-list details{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px 24px;
}
.faq-list summary{
  cursor:pointer;
  list-style:none;
  font-size:27px;
  font-weight:700;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list p{margin:14px 0 0}

.cta-section{
  background:linear-gradient(90deg,#042d28,#05211d);
  color:#fff;
  padding:36px 0;
}
.cta-grid{
  display:grid;
  grid-template-columns:120px 1fr auto;
  gap:26px;
  align-items:center;
}
.cta-icon{
  width:94px;height:94px;border-radius:50%;
  background:var(--green);
  display:flex;align-items:center;justify-content:center;
  font-size:42px;
}
.cta-grid p{color:rgba(255,255,255,.85);margin:10px 0 0}
.cta-btn{min-width:280px}

.site-footer{
  background:#031815;
  color:#fff;
  padding:46px 0 12px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .9fr .8fr;
  gap:28px;
  align-items:start;
}
.footer-logo{height:78px;width:auto;margin-bottom:18px}
.site-footer h3{font-size:28px;margin:0 0 18px}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.site-footer a{color:rgba(255,255,255,.86)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:28px;
  padding-top:12px;
  text-align:center;
}
.footer-bottom p{font-size:18px;color:rgba(255,255,255,.72)}

@media (max-width: 1100px){
  .nav-menu{display:none}
  .hero-grid,.advantages-grid,.about-grid,.cta-grid,.section-head{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .stats-bar{grid-template-columns:repeat(2,1fr)}
  .checks-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-copy h1,.section-head h2,.advantages-grid h2,.about-grid h2,.faq-section h2,.cta-grid h2{font-size:42px}
  .hero-text,.side-text,.adv-copy,.about-grid p,.faq-list p,.cta-grid p,.site-footer p,.site-footer li{font-size:20px}
  .hero-visual{min-height:520px}
}
@media (max-width: 760px){
  .container{width:min(100% - 24px, 1180px)}
  .brand img{height:48px}
  .btn{padding:14px 18px;font-size:14px}
  .hero-section{padding-top:18px}
  .hero-copy h1,.section-head h2,.advantages-grid h2,.about-grid h2,.faq-section h2,.cta-grid h2{font-size:34px}
  .hero-text,.side-text,.adv-copy,.about-grid p,.faq-list p,.cta-grid p,.site-footer p,.site-footer li,
  .service-card p{font-size:18px}
  .eyebrow{font-size:14px}
  .service-card h3,.check-card h3,.faq-list summary{font-size:22px}
  .hero-visual{min-height:360px}
  .circle-outline{width:300px;height:300px;top:14px}
  .green-panel{width:140px;top:50px;bottom:22px}
  .service-grid,.stats-bar,.footer-grid,.about-boxes{grid-template-columns:1fr}
  .hero-benefits{display:grid;grid-template-columns:1fr;gap:12px}
  .hero-actions{flex-direction:column}
  .stat-item{justify-content:flex-start}
  .service-card{padding:24px 18px}
  .whatsapp-float{padding:12px 16px;font-size:14px}
}
