
:root{
  --bg:#070a08;
  --bg-2:#0b100d;
  --card:#101712;
  --card-2:#131d16;
  --green:#33e46d;
  --green-2:#0fa64b;
  --green-3:#0b7a39;
  --text:#f5fff7;
  --muted:#aebdb2;
  --line:rgba(255,255,255,.09);
  --shadow:0 22px 60px rgba(0,0,0,.35);
  --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;
  background:
    radial-gradient(circle at 85% 10%, rgba(51,228,109,.12), transparent 24%),
    radial-gradient(circle at 0% 35%, rgba(15,166,75,.09), transparent 28%),
    var(--bg);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.section{padding:92px 0}
.section-sm{padding:58px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--green);font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;font-size:.78rem
}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--green);border-radius:4px}
h1,h2,h3{line-height:1.08;margin:0 0 18px;letter-spacing:-.03em}
h1{font-size:clamp(2.7rem,7vw,5.8rem)}
h2{font-size:clamp(2rem,4.5vw,3.65rem)}
h3{font-size:1.35rem}
p{margin:0 0 18px;color:var(--muted)}
.lead{font-size:clamp(1.05rem,2vw,1.28rem);max-width:720px}
.highlight{color:var(--green)}
.grid{display:grid;gap:22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;
  border:1px solid transparent;transition:.25s ease;cursor:pointer
}
.btn-primary{
  background:linear-gradient(135deg,var(--green),#1ec95b);
  color:#041107;box-shadow:0 10px 32px rgba(51,228,109,.22)
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(51,228,109,.32)}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.03)}
.btn-secondary:hover{border-color:rgba(51,228,109,.45);color:var(--green)}
.btn svg{width:18px;height:18px}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(7,10,8,.76);
  border-bottom:1px solid var(--line)
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.02em}
.brand-mark{
  width:44px;height:44px;border-radius:14px;
  background:linear-gradient(145deg,#0d1b12,#0a0e0b);
  border:1px solid rgba(51,228,109,.38);
  box-shadow:inset 0 0 22px rgba(51,228,109,.08),0 8px 26px rgba(0,0,0,.24);
  display:grid;place-items:center
}
.brand-mark svg{width:26px;height:26px}
.brand small{display:block;color:var(--green);font-weight:700;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-links a{padding:10px 14px;border-radius:12px;color:#dce9df;font-weight:700}
.nav-links a:hover,.nav-links a.active{background:rgba(51,228,109,.08);color:var(--green)}
.menu-btn{
  display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);
  background:rgba(255,255,255,.03);color:white
}

/* Hero */
.hero{padding:94px 0 78px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:center}
.hero-copy p{max-width:700px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px}
.trust-item{display:flex;align-items:center;gap:8px;color:#c8d8cb;font-size:.94rem;font-weight:650}
.trust-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 18px rgba(51,228,109,.8)}
.hero-visual{
  position:relative;min-height:500px;border-radius:32px;
  background:
    linear-gradient(165deg,rgba(51,228,109,.13),rgba(255,255,255,.015) 38%,rgba(255,255,255,.03)),
    #0a0f0b;
  border:1px solid var(--line);
  overflow:hidden;box-shadow:var(--shadow)
}
.hero-visual:before,.hero-visual:after{
  content:"";position:absolute;border-radius:50%;filter:blur(2px)
}
.hero-visual:before{width:300px;height:300px;right:-80px;top:-70px;background:rgba(51,228,109,.12)}
.hero-visual:after{width:220px;height:220px;left:-60px;bottom:-70px;background:rgba(15,166,75,.12)}
.shield{
  position:absolute;inset:66px 62px auto auto;width:240px;height:280px;
  clip-path:polygon(50% 0,92% 14%,87% 67%,50% 100%,13% 67%,8% 14%);
  background:linear-gradient(160deg,rgba(51,228,109,.22),rgba(51,228,109,.04));
  border:1px solid rgba(51,228,109,.3)
}
.big-bug{position:absolute;inset:120px auto auto 70px;width:230px;height:230px;opacity:.92}
.stat-card{
  position:absolute;padding:18px 20px;border-radius:20px;
  background:rgba(12,18,14,.82);border:1px solid var(--line);backdrop-filter:blur(12px)
}
.stat-card strong{display:block;font-size:1.65rem;color:white}
.stat-card span{color:var(--muted);font-size:.9rem}
.stat-one{left:28px;bottom:30px}
.stat-two{right:28px;bottom:110px}
.pulse{
  position:absolute;width:120px;height:120px;border:1px solid rgba(51,228,109,.22);
  border-radius:50%;left:118px;top:168px;animation:pulse 2.8s infinite ease-out
}
@keyframes pulse{0%{transform:scale(.7);opacity:.8}100%{transform:scale(1.65);opacity:0}}

/* Cards */
.card{
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  border:1px solid var(--line);border-radius:var(--radius);padding:26px;
  transition:.25s ease
}
.card:hover{transform:translateY(-5px);border-color:rgba(51,228,109,.28);box-shadow:0 18px 44px rgba(0,0,0,.25)}
.icon-box{
  width:54px;height:54px;border-radius:16px;display:grid;place-items:center;
  background:rgba(51,228,109,.09);border:1px solid rgba(51,228,109,.18);margin-bottom:18px
}
.icon-box svg{width:28px;height:28px;stroke:var(--green)}
.services-grid{grid-template-columns:repeat(3,1fr)}
.feature-grid{grid-template-columns:repeat(4,1fr)}
.mini-num{font-size:2.1rem;font-weight:900;color:rgba(51,228,109,.2);margin-bottom:8px}

/* Split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.panel{
  min-height:480px;border-radius:30px;padding:34px;
  background:
    radial-gradient(circle at 76% 20%,rgba(51,228,109,.14),transparent 25%),
    linear-gradient(150deg,#0e1510,#090d0a);
  border:1px solid var(--line);position:relative;overflow:hidden
}
.check-list{display:grid;gap:14px;margin-top:26px}
.check-item{display:flex;gap:12px;align-items:flex-start}
.check-icon{
  flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:rgba(51,228,109,.12);color:var(--green);font-weight:900;border:1px solid rgba(51,228,109,.2)
}

/* CTA */
.cta{
  padding:52px;border-radius:32px;
  background:linear-gradient(135deg,#0e2314,#09100b 55%,#0b1a10);
  border:1px solid rgba(51,228,109,.25);position:relative;overflow:hidden
}
.cta:after{
  content:"";position:absolute;width:320px;height:320px;border-radius:50%;
  right:-110px;top:-145px;background:rgba(51,228,109,.12)
}
.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:10px}
.cta p{margin:0}

/* Page header */
.page-hero{padding:86px 0 60px}
.page-hero .lead{max-width:760px}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px}
.contact-card{padding:28px;border-radius:26px;background:var(--card);border:1px solid var(--line)}
.contact-item{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:0}
.contact-item strong{display:block;margin-bottom:4px}
.contact-item a{color:var(--green);font-weight:800}
form{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:grid;gap:8px;color:#dce8df;font-weight:700;font-size:.92rem}
input,select,textarea{
  width:100%;border:1px solid var(--line);background:#0b100d;color:white;
  border-radius:14px;padding:14px 15px;outline:none
}
input:focus,select:focus,textarea:focus{border-color:rgba(51,228,109,.55);box-shadow:0 0 0 4px rgba(51,228,109,.07)}
textarea{min-height:130px;resize:vertical}
.form-note{font-size:.86rem;color:#87968a}

/* Footer */
footer{border-top:1px solid var(--line);padding:38px 0 26px;background:#060806}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:30px}
footer h4{margin:0 0 12px}
footer a{color:var(--muted)}
footer a:hover{color:var(--green)}
.footer-links{display:grid;gap:9px}
.bottom-bar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:30px;padding-top:20px;border-top:1px solid var(--line);font-size:.88rem;color:#829085}
.whatsapp-float{
  position:fixed;z-index:40;right:22px;bottom:22px;width:58px;height:58px;
  display:grid;place-items:center;border-radius:50%;
  background:linear-gradient(135deg,#2aee69,#14b64d);color:#041107;
  box-shadow:0 15px 34px rgba(0,0,0,.38);transition:.25s
}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.03)}
.whatsapp-float svg{width:28px;height:28px}

/* Reveal */
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

/* responsive */
@media (max-width:980px){
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-inner{align-items:flex-start;flex-direction:column}
}
@media (max-width:760px){
  .section{padding:70px 0}
  .nav-links{
    display:none;position:absolute;left:18px;right:18px;top:72px;padding:14px;
    border:1px solid var(--line);background:#0a0f0b;border-radius:18px;box-shadow:var(--shadow)
  }
  .nav-links.open{display:grid}
  .menu-btn{display:grid;place-items:center}
  .header-cta{display:none}
  .services-grid,.feature-grid,.form-row,.footer-grid{grid-template-columns:1fr}
  .hero{padding-top:66px}
  .hero-visual{min-height:390px}
  .big-bug{width:185px;height:185px;left:42px;top:112px}
  .shield{width:200px;height:235px;right:36px;top:70px}
  .stat-two{right:18px;bottom:92px}
  .stat-one{left:18px;bottom:22px}
  .cta{padding:34px 25px}
  .bottom-bar{align-items:flex-start;flex-direction:column}
}
@media (max-width:460px){
  .container{width:min(var(--max),calc(100% - 24px))}
  .hero-actions .btn{width:100%}
  .services-grid{grid-template-columns:1fr}
  .hero-visual{min-height:350px}
  .stat-card{padding:13px 15px}
  .stat-card strong{font-size:1.25rem}
  .big-bug{width:150px;height:150px;left:30px}
  .shield{width:165px;height:195px;right:24px}
}
