
:root{
  --primary:#08733e;
  --primary-dark:#034824;
  --primary-deep:#022f19;
  --accent:#b8ed3f;
  --accent-soft:#e6ffc0;
  --white:#ffffff;
  --ink:#111827;
  --muted:#64706d;
  --surface:#f4f8f5;
  --border:#dce7df;
  --shadow:0 24px 70px rgba(3,72,36,.14);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--primary-deep);color:#dff4e6;font-size:13px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.topbar a:hover{color:var(--accent)}
.site-header{
  position:sticky;
  top:14px;
  z-index:999;
  width:min(1240px,calc(100% - 28px));
  margin:-1px auto 0;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(8,115,62,.14);
  border-radius:20px;
  box-shadow:0 16px 45px rgba(3,72,36,.14);
  transition:top .35s ease,background .35s ease,box-shadow .35s ease,transform .35s ease,border-radius .35s ease;
}
.site-header.scrolled{
  top:8px;
  background:rgba(255,255,255,.97);
  box-shadow:0 12px 35px rgba(3,72,36,.2);
  border-radius:16px;
}
.navbar{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  transition:min-height .35s ease,padding .35s ease;
}
.site-header.scrolled .navbar{min-height:76px}
.logo{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:310px;
}
.logo img{
  width:88px;
  height:88px;
  object-fit:contain;
  object-position:center;
  transition:width .35s ease,height .35s ease,transform .3s ease,filter .3s ease;
}
.site-header.scrolled .logo img{width:68px;height:68px}
.logo-copy{line-height:1}
.logo-copy strong{
  display:block;
  color:var(--primary);
  font-size:29px;
  letter-spacing:1px;
  font-weight:900;
  transition:font-size .35s ease;
}
.site-header.scrolled .logo-copy strong{font-size:24px}
.logo-copy small{
  display:block;
  color:var(--primary-deep);
  font-size:8px;
  font-weight:900;
  margin-top:8px;
  letter-spacing:.9px;
}

.logo img{filter:drop-shadow(0 7px 12px rgba(8,115,62,.22))}

.nav-links{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--primary);transition:.25s}
.nav-links a:hover:after,.nav-links a.active:after{right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 24px;border-radius:10px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.25s}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(3,72,36,.18)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}
.btn-outline{border-color:var(--primary);color:var(--primary);background:#fff}
.btn-accent{background:var(--accent);color:var(--primary-deep)}
.mobile-toggle{display:none;background:none;border:0;padding:7px;cursor:pointer}
.mobile-toggle span{display:block;width:28px;height:2px;background:var(--primary-deep);margin:6px 0}
.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 85% 12%,rgba(184,237,63,.22),transparent 24%),
 linear-gradient(180deg,#fff 0%,#f6faf7 100%)}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;font-weight:900;color:var(--primary)}
.eyebrow:before{content:"";width:26px;height:3px;border-radius:20px;background:var(--accent)}
.hero h1,.page-hero h1,.section-title h2,.split-copy h2,.cta h2{line-height:1.08;letter-spacing:-2px;margin:15px 0}
.hero h1{font-size:clamp(44px,5.5vw,72px)}
.hero h1 span,.page-hero h1 span{color:var(--primary)}
.hero p,.page-hero p,.section-title p,.split-copy p{color:var(--muted);font-size:17px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
.mini-points{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;font-weight:800;color:#52605a}
.visual-stage{height:510px;position:relative}
.blob{position:absolute;border-radius:50%;filter:blur(1px)}
.blob.a{width:430px;height:430px;background:rgba(8,115,62,.09);right:10px;top:35px;animation:float 6s ease-in-out infinite}
.blob.b{width:230px;height:230px;background:rgba(184,237,63,.2);left:15px;bottom:25px;animation:float 7s ease-in-out infinite reverse}
.dashboard-card{position:absolute;background:#fff;border:1px solid rgba(8,115,62,.12);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}
.dashboard-main{width:440px;height:300px;right:5px;top:100px;transform:perspective(900px) rotateY(-8deg);animation:float 6.5s ease-in-out infinite}
.dashboard-side{width:220px;height:250px;left:5px;top:185px;transform:rotate(-5deg);animation:float 7.4s ease-in-out infinite reverse}
.fake-window-top{height:40px;background:var(--primary-deep);display:flex;align-items:center;padding:0 14px;gap:6px}
.fake-window-top i{width:8px;height:8px;border-radius:50%;background:#98b6a3}
.fake-layout{display:grid;grid-template-columns:78px 1fr;height:calc(100% - 40px)}
.fake-sidebar{background:#0b3f26;padding:18px 12px;display:flex;flex-direction:column;gap:14px}
.fake-sidebar span{height:8px;background:rgba(255,255,255,.18);border-radius:20px}
.fake-content{background:#f2f7f3;padding:20px}
.fake-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fake-stats div{background:#fff;border-radius:10px;padding:12px;box-shadow:0 8px 18px rgba(0,0,0,.05)}
.fake-stats strong{display:block;color:var(--primary);font-size:18px}
.fake-stats small{color:#819087}
.fake-chart{height:115px;background:#fff;border-radius:10px;margin-top:12px;padding:15px;display:flex;align-items:flex-end;gap:10px}
.fake-chart i{flex:1;background:linear-gradient(var(--accent),var(--primary));border-radius:5px 5px 0 0;animation:bars 2.8s ease-in-out infinite alternate}
.fake-chart i:nth-child(1){height:30%}.fake-chart i:nth-child(2){height:56%}.fake-chart i:nth-child(3){height:42%}.fake-chart i:nth-child(4){height:75%}.fake-chart i:nth-child(5){height:65%}.fake-chart i:nth-child(6){height:88%}
.side-map{height:110px;background:linear-gradient(135deg,#dcecdf,#f7fbf8);position:relative;margin:15px;border-radius:13px;overflow:hidden}
.side-map:before,.side-map:after{content:"";position:absolute;height:12px;width:160%;background:#fff;left:-30px;top:35px;transform:rotate(-18deg)}
.side-map:after{top:65px;transform:rotate(22deg)}
.pin{width:14px;height:14px;background:var(--primary);border:3px solid #fff;border-radius:50%;position:absolute;z-index:3}
.pin.one{left:40px;top:35px}.pin.two{right:42px;bottom:28px}
.side-lines{padding:0 15px}.side-lines i{display:block;height:9px;background:#e5eee8;border-radius:20px;margin:10px 0}
.floating-pill{position:absolute;z-index:5;background:#fff;box-shadow:var(--shadow);border-radius:14px;padding:13px 18px;font-weight:800;color:var(--primary);animation:float 5s ease-in-out infinite}
.floating-pill.one{right:20px;top:40px}.floating-pill.two{left:55px;bottom:25px}
.section{padding:100px 0}
.section-alt{background:var(--surface)}
.section-title{text-align:center;max-width:760px;margin:0 auto 50px}
.section-title h2{font-size:clamp(34px,4vw,50px)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px;transition:.3s;position:relative;overflow:hidden}
.card:before{content:"";position:absolute;width:110px;height:110px;background:rgba(184,237,63,.12);border-radius:50%;right:-55px;top:-55px}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#b4d7c0}
.card-icon{width:54px;height:54px;border-radius:15px;background:#e6f5eb;color:var(--primary);display:grid;place-items:center;font-size:25px;margin-bottom:22px}
.card h3{font-size:20px;line-height:1.3;margin:0 0 12px}
.card p{color:var(--muted);font-size:14px}
.card a{color:var(--primary);font-weight:900;font-size:13px}
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;padding:30px;background:linear-gradient(120deg,var(--primary-deep),var(--primary));color:#fff;border-radius:16px;box-shadow:var(--shadow)}
.stats-bar div{text-align:center}
.stats-bar strong{display:block;font-size:34px;color:var(--accent)}
.stats-bar span{font-size:13px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.split-copy h2{font-size:clamp(34px,4vw,50px)}
.feature-list{display:grid;gap:18px;margin-top:32px}
.feature{display:flex;gap:16px;align-items:flex-start}
.feature b{width:44px;height:44px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;flex:0 0 44px}
.feature span{display:block}
.feature small{display:block;color:var(--muted);margin-top:2px}
.graphic-panel{min-height:450px;background:linear-gradient(145deg,var(--primary-deep),var(--primary));border-radius:26px;padding:35px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.graphic-panel:before{content:"";position:absolute;width:300px;height:300px;border:50px solid rgba(184,237,63,.12);border-radius:50%;right:-120px;top:-100px}
.metric{position:relative;z-index:2;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(8px);border-radius:15px;padding:20px;color:#fff;margin:18px 0}
.metric-row{display:flex;justify-content:space-between;align-items:center}
.metric strong{font-size:28px;color:var(--accent)}
.progress{height:8px;background:rgba(255,255,255,.18);border-radius:20px;margin-top:12px;overflow:hidden}
.progress i{display:block;height:100%;background:var(--accent);border-radius:20px;animation:grow 1.7s ease both}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--primary-deep),var(--primary));color:#fff;padding:105px 0}
.page-hero:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;border:80px solid rgba(184,237,63,.12);right:-130px;top:-210px}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{font-size:clamp(44px,6vw,72px);max-width:820px}
.page-hero p{color:#d6eadf;max-width:720px}
.breadcrumb{font-size:13px;color:var(--accent-soft);font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.product-card{display:grid;grid-template-columns:90px 1fr;gap:22px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;transition:.3s}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-art{width:90px;height:90px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#e7f5eb,var(--accent-soft));font-size:38px}
.product-card p{color:var(--muted)}
.timeline{position:relative;max-width:900px;margin:auto}
.timeline:before{content:"";position:absolute;left:29px;top:0;bottom:0;width:3px;background:#cbe1d2}
.timeline-item{position:relative;padding-left:85px;margin:0 0 35px}
.timeline-no{position:absolute;left:0;top:0;width:60px;height:60px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 0 0 8px #eff6f1}
.timeline-item article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px}
.timeline-item p{color:var(--muted)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:center}
.price-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:34px;position:relative}
.price-card.featured{border:2px solid var(--primary);transform:scale(1.035);box-shadow:var(--shadow)}
.tag{position:absolute;right:20px;top:20px;background:var(--accent-soft);color:var(--primary);font-size:11px;padding:7px 12px;border-radius:30px;font-weight:900}
.price{font-size:52px;color:var(--primary);font-weight:900;line-height:1;margin:22px 0}
.price small{font-size:13px;color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:24px 0}
.price-card li{padding:11px 0;border-bottom:1px solid #edf2ee;color:#4f5b55}
.price-card li:before{content:"✓";color:var(--primary);font-weight:900;margin-right:9px}
.faq{max-width:900px;margin:auto}
.faq-item{border:1px solid var(--border);border-radius:14px;margin-bottom:14px;overflow:hidden;background:#fff}
.faq-question{width:100%;border:0;background:#fff;padding:20px 24px;text-align:left;font-weight:900;display:flex;justify-content:space-between;cursor:pointer}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{padding:0 24px 22px;margin:0;color:var(--muted)}
.faq-item.open .faq-answer{max-height:220px}
.faq-item.open .faq-question span{transform:rotate(45deg)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}
.contact-info{background:linear-gradient(145deg,var(--primary-deep),var(--primary));color:#fff;border-radius:24px;padding:40px}
.contact-info p{color:#d8e9df}
.contact-line{display:flex;gap:15px;margin:20px 0}
.contact-line b{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.1);display:grid;place-items:center}
.form-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:block;font-size:13px;font-weight:900;margin-bottom:15px}
input,textarea,select{width:100%;border:1px solid var(--border);border-radius:10px;padding:14px;margin-top:7px;outline:none}
input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(8,115,62,.1)}
textarea{resize:vertical}
.cta{background:linear-gradient(120deg,var(--primary-deep),var(--primary));border-radius:24px;padding:55px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}
.cta:after{content:"";position:absolute;width:280px;height:280px;border:55px solid rgba(184,237,63,.14);border-radius:50%;right:-100px;top:-100px}
.cta>div,.cta>a{position:relative;z-index:2}
.cta h2{font-size:clamp(32px,4vw,48px)}
.cta p{color:#d8eadf;max-width:650px}
footer{background:#06170e;color:#c9d7cf;padding:70px 0 25px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}
.footer-logo .logo-copy strong{color:#fff}.footer-logo .logo-copy small{color:#c8d6cd}
footer p{color:#82988b;max-width:430px}
footer h4{color:#fff}
.footer-links{display:flex;flex-direction:column;gap:11px}
.footer-links a:hover{color:var(--accent)}
.copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:45px;padding-top:22px;font-size:13px;color:#789083}
.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.25);z-index:998}
.reveal{opacity:0;transform:translateY(26px);transition:.75s ease}
.reveal.visible{opacity:1;transform:none}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
@keyframes bars{from{filter:saturate(.8)}to{filter:saturate(1.3)}}
@keyframes grow{from{width:0}}
@media(max-width:1040px){
  .nav-links{position:fixed;display:none;left:20px;right:20px;top:126px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:16px;padding:25px;flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}.mobile-toggle{display:block}.header-cta{display:none}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero-grid{padding:80px 0 40px}.visual-stage{max-width:650px;width:100%;margin:auto}
  .cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:720px){
  .container{width:min(100% - 26px,1180px)}
  .topbar .container{padding:7px 0}.topbar-links:last-child{display:none}
  .site-header{top:8px;width:calc(100% - 18px);border-radius:16px}.navbar{min-height:78px}.logo{min-width:unset;gap:9px}.logo img{width:57px;height:57px}.logo-copy strong{font-size:19px}.logo-copy small{display:none}.site-header.scrolled .logo img{width:50px;height:50px}.site-header.scrolled .logo-copy strong{font-size:18px}
  .hero h1{font-size:42px}.visual-stage{height:390px;transform:scale(.78);transform-origin:center top;margin-bottom:-75px}
  .dashboard-main{right:-40px}.dashboard-side{left:-40px}
  .section{padding:72px 0}.cards,.product-grid,.pricing-grid{grid-template-columns:1fr}
  .stats-bar{grid-template-columns:repeat(2,1fr);gap:25px}
  .price-card.featured{transform:none}
  .form-row{grid-template-columns:1fr}
  .cta{padding:38px;display:block}.cta .btn{margin-top:15px}
}
@media(max-width:480px){
  .topbar-links span{display:none}
  .visual-stage{display:none}.hero-grid{min-height:auto}
  .cards,.footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
  .stats-bar{padding:24px 12px}
  .page-hero{padding:78px 0}
  .product-card{grid-template-columns:1fr}
  .timeline-item{padding-left:70px}
}

/* Version 1.3 simple logo */
.logo img{
  animation:none !important;
  transform:none;
  filter:drop-shadow(0 8px 14px rgba(8,115,62,.25));
}


/* Version 1.6 — professional product presentation */
.pro-icon{position:relative;overflow:hidden;isolation:isolate}
.pro-icon svg{width:100%;height:100%;display:block;filter:drop-shadow(0 8px 14px rgba(3,72,36,.13));transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .45s ease}
.card:hover .pro-icon svg,.product-card:hover .pro-icon svg{transform:scale(1.08) translateY(-2px);filter:drop-shadow(0 13px 18px rgba(3,72,36,.2))}
.card-icon.pro-icon{width:68px;height:68px;padding:8px;border-radius:20px;background:linear-gradient(145deg,#fff,#e8f6ed);border:1px solid rgba(8,115,62,.12);box-shadow:0 12px 28px rgba(3,72,36,.1)}
.product-art.pro-icon{width:108px;height:108px;padding:9px;border-radius:24px;background:linear-gradient(145deg,#fff,#e8f6ed);border:1px solid rgba(8,115,62,.12);box-shadow:0 14px 32px rgba(3,72,36,.11)}
.product-card{grid-template-columns:108px 1fr;align-items:center;background:linear-gradient(145deg,#fff,#fbfefc)}
.product-card:hover{border-color:rgba(8,115,62,.3)}
.home-products{padding-top:90px;background:linear-gradient(180deg,#fff 0%,#fbfefc 100%)}
.home-products .section-title{margin-bottom:42px}
.showcase-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;align-items:stretch}
.showcase-item{text-align:center;display:flex;flex-direction:column;align-items:center;padding:8px 8px 4px;min-width:0}
.showcase-item .device-art{height:155px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.showcase-item .device-art svg{width:100%;height:100%;max-width:190px;filter:drop-shadow(0 16px 20px rgba(3,72,36,.14));transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.showcase-item:hover .device-art svg{transform:translateY(-8px) scale(1.025)}
.showcase-item h3{font-size:18px;line-height:1.25;margin:8px 0 10px;min-height:46px}
.showcase-item p{color:var(--muted);font-size:14px;line-height:1.7;margin:0 0 22px;flex:1}
.btn-sm{padding:11px 24px;border-radius:9px;font-size:13px;min-width:135px}
@media(max-width:1100px){.showcase-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.showcase-grid{grid-template-columns:repeat(2,1fr)}.product-card{grid-template-columns:95px 1fr}.product-art.pro-icon{width:95px;height:95px}}
@media(max-width:520px){.showcase-grid{grid-template-columns:1fr}.showcase-item{max-width:360px;margin:auto}.product-card{grid-template-columns:1fr}.product-art.pro-icon{width:108px;height:108px}}


/* Version 1.7 — Product detail pages */
.product-visual-link{display:block;text-decoration:none;color:inherit}
.product-visual-link .device-art,.product-visual-link .product-art{transition:transform .35s ease,filter .35s ease}
.product-visual-link:hover .device-art,.product-visual-link:hover .product-art{transform:translateY(-7px) scale(1.025);filter:drop-shadow(0 20px 24px rgba(8,115,62,.18))}
.detail-hero{padding:90px 0 80px;background:linear-gradient(135deg,#f8fcf9 0%,#fff 55%,#eef9f2 100%);overflow:hidden}
.detail-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px}
.detail-copy h1{font-size:clamp(44px,5vw,74px);line-height:1.02;letter-spacing:-3px;margin:18px 0 24px;color:#122019}
.detail-copy>p{font-size:19px;line-height:1.75;color:#526159;max-width:680px}
.detail-trust{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}
.detail-trust span{background:#fff;border:1px solid #dcebe1;border-radius:999px;padding:10px 14px;color:#24553b;font-size:13px;font-weight:800;box-shadow:0 8px 25px rgba(10,70,40,.06)}
.detail-visual{min-height:470px;position:relative;display:flex;align-items:center;justify-content:center}
.visual-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,#cafa7b 0%,rgba(184,237,63,.25) 42%,rgba(8,115,62,0) 72%);filter:blur(5px)}
.mock-desktop{width:430px;height:286px;background:#142019;border:10px solid #142019;border-radius:18px;box-shadow:0 35px 65px rgba(12,56,34,.25);position:relative;z-index:2;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}
.mock-top{height:32px;background:#f4f8f5;border-radius:8px 8px 0 0;display:flex;align-items:center;gap:6px;padding:0 12px}
.mock-top span{width:7px;height:7px;border-radius:50%;background:#b8ed3f}.mock-top span:nth-child(2){background:#87caa2}.mock-top span:nth-child(3){background:#08733e}
.mock-top b{margin-left:auto;font-size:9px;letter-spacing:1.5px;color:#08733e}
.mock-body{height:234px;display:grid;grid-template-columns:70px 1fr;background:#fff}
.mock-side{background:#eef7f1;padding:15px 10px}.mock-side i{display:block;height:9px;border-radius:5px;background:#c6dfce;margin-bottom:14px}.mock-side i:first-child{height:27px;background:#08733e}
.mock-main{padding:18px}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-stats i{height:44px;border-radius:9px;background:#e7f4eb}.mock-stats i:nth-child(2){background:#dff5ad}.mock-stats i:nth-child(3){background:#c9ead4}
.mock-chart{height:72px;background:#f4f8f5;border-radius:10px;margin:14px 0;position:relative;overflow:hidden}.mock-chart:before{content:"";position:absolute;left:18px;right:18px;bottom:15px;height:42px;border-bottom:3px solid #08733e;border-radius:50%;transform:skewY(-10deg)}.mock-chart span{position:absolute;width:9px;height:9px;background:#b8ed3f;border-radius:50%;right:45px;top:20px}
.mock-table i{display:block;height:7px;border-radius:4px;background:#d9e7de;margin:8px 0}.mock-table i:nth-child(even){width:78%}
.mock-phone{position:absolute;right:0;bottom:15px;width:120px;height:235px;background:#132019;border:7px solid #132019;border-radius:25px;z-index:3;box-shadow:0 28px 50px rgba(12,56,34,.25);padding:20px 9px 12px}
.phone-speaker{width:34px;height:4px;border-radius:4px;background:#637169;margin:-12px auto 15px}.phone-card{height:58px;border-radius:12px;background:linear-gradient(135deg,#08733e,#b8ed3f);margin-bottom:15px}.phone-lines i{display:block;height:8px;background:#e3eee6;border-radius:4px;margin:10px 0}.phone-lines i:nth-child(2){width:75%}.mock-phone button{width:100%;height:30px;border:0;border-radius:9px;background:#08733e;margin-top:13px}
.floating-chip{position:absolute;z-index:4;background:#fff;border:1px solid #d8e9dd;border-radius:13px;padding:11px 15px;font-size:12px;font-weight:900;color:#08733e;box-shadow:0 15px 35px rgba(8,115,62,.14)}
.chip-one{left:5px;top:65px}.chip-two{right:40px;top:20px}
.logo-strip{padding:28px 0;border-top:1px solid #e8f0ea;border-bottom:1px solid #e8f0ea;background:#fff;text-align:center}
.logo-strip p{font-weight:800;color:#57675e;margin:0 0 18px}.mini-brands{display:flex;justify-content:center;flex-wrap:wrap;gap:35px}.mini-brands span{font-size:12px;letter-spacing:2px;font-weight:900;color:#819087}
.detail-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.detail-feature{padding:30px;border:1px solid #dfece3;border-radius:22px;background:#fff;box-shadow:0 15px 40px rgba(10,63,37,.06);transition:.3s}
.detail-feature:hover{transform:translateY(-7px);border-color:#b8ed3f;box-shadow:0 22px 50px rgba(8,115,62,.12)}
.feature-number{font-size:13px;font-weight:900;letter-spacing:2px;color:#08733e;margin-bottom:30px}
.detail-feature h3{font-size:21px;margin:0 0 12px}.detail-feature p{color:#657269;line-height:1.7;margin:0}
.split-detail{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.split-detail h2,.module-panel h2{font-size:44px;line-height:1.12;margin:14px 0 20px}.split-detail p{font-size:17px;line-height:1.8;color:#627067}
.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{padding:10px 0 10px 30px;position:relative;font-weight:800;color:#2e4838}.check-list li:before{content:"✓";position:absolute;left:0;color:#08733e}
.process-panel{background:#0b5d36;border-radius:28px;padding:24px;box-shadow:0 28px 60px rgba(8,90,51,.2)}
.process-step{display:flex;gap:18px;align-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:22px;margin:12px 0;color:#fff}.process-step b{width:48px;height:48px;border-radius:14px;background:#b8ed3f;color:#0b5d36;display:grid;place-items:center}.process-step span{display:flex;flex-direction:column;gap:6px}.process-step strong{font-size:18px}.process-step small{color:#d7ebdf;line-height:1.5}
.module-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:35px}.module-panel{padding:48px;border-radius:28px;background:#f3f9f5}.module-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:28px 0 0}.module-list li{background:#fff;border:1px solid #dceae0;border-radius:13px;padding:15px 16px;font-weight:850;color:#244c35}.module-list li:before{content:"◆";color:#b8ed3f;margin-right:10px}
.audience-card{border-radius:28px;background:linear-gradient(145deg,#08733e,#064e2b);padding:48px;color:#fff;display:flex;flex-direction:column;justify-content:center}.audience-card>span{font-size:12px;letter-spacing:2px;color:#b8ed3f;font-weight:900}.audience-card h3{font-size:31px;line-height:1.3;margin:18px 0}.audience-card p{color:#d8eadf;line-height:1.7;margin-bottom:28px}.audience-card .btn{align-self:flex-start;background:#b8ed3f;color:#113a24}
.results-section{background:#fbfdfb}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.result-grid article{padding:28px 24px;border-radius:20px;background:#fff;border:1px solid #e1ece4}.result-grid strong{display:block;color:#b8ed3f;font-size:30px;margin-bottom:25px}.result-grid h3{font-size:20px}.result-grid p{color:#66736b;line-height:1.65}
@media(max-width:1000px){.detail-hero-grid,.split-detail,.module-showcase{grid-template-columns:1fr}.detail-visual{min-height:430px}.detail-features-grid{grid-template-columns:repeat(2,1fr)}.result-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.detail-hero{padding:55px 0}.detail-copy h1{font-size:41px;letter-spacing:-1.5px}.detail-copy>p{font-size:16px}.detail-visual{min-height:330px;transform:scale(.78);margin:-25px -45px}.mock-desktop{width:370px;height:250px}.mock-phone{right:5px}.detail-features-grid,.result-grid,.module-list{grid-template-columns:1fr}.split-detail h2,.module-panel h2{font-size:34px}.module-panel,.audience-card{padding:30px}.detail-trust{display:grid}.mini-brands{gap:18px}}


/* Version 1.8 — consistent header on all product detail pages */
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;font-size:0;cursor:pointer}
.menu-toggle span{display:block;width:25px;height:2px;background:#152019;margin:5px auto}
@media(max-width:980px){.header-inner{min-height:88px}.menu-toggle{display:block}.header-inner .nav-links{position:fixed;display:none;left:20px;right:20px;top:126px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:16px;padding:25px;flex-direction:column;align-items:flex-start}.header-inner .nav-links.open{display:flex}.header-inner .header-cta{display:none}}
