:root{
  --ink:#071814;
  --ink-2:#0d2a23;
  --ink-3:#17453a;
  --paper:#f7f5ed;
  --white:#ffffff;
  --muted:#66716c;
  --green:#9bd94d;
  --green-deep:#6fb51d;
  --orange:#ef7d21;
  --line:rgba(7,24,20,.13);
  --light-line:rgba(255,255,255,.14);
  --shadow:0 24px 70px rgba(4,20,16,.16);
  --radius:24px;
  --shell:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:var(--shell);margin-inline:auto}
.skip-link{position:fixed;left:16px;top:12px;z-index:300;background:#fff;padding:10px 14px;border-radius:8px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
:focus-visible{outline:3px solid rgba(239,125,33,.6);outline-offset:4px}

.announcement{background:var(--ink);color:#dce7e2;font-size:.82rem;border-bottom:1px solid rgba(255,255,255,.08)}
.announcement-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.announcement a{color:var(--green);font-weight:800}
.site-header{position:sticky;top:0;z-index:80;background:rgba(247,245,237,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:1px solid rgba(7,24,20,.1)}
.brand span{display:flex;flex-direction:column;line-height:1.04}
.brand strong{font:800 1rem "Manrope",sans-serif;letter-spacing:-.02em;white-space:nowrap}
.brand small{font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;color:var(--green-deep);font-weight:900;margin-top:6px}
.desktop-nav{display:flex;align-items:center;gap:28px;font-weight:800;font-size:.9rem}
.desktop-nav a{position:relative}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:right .22s ease}
.desktop-nav a:hover::after{right:0}
.nav-actions{display:flex;align-items:center;gap:9px}
.quote-list-button{border:1px solid var(--line);background:rgba(255,255,255,.64);border-radius:999px;padding:11px 13px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px}
.quote-list-button span{min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:var(--ink);color:#fff;font-size:.72rem}
.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;padding:0;cursor:pointer;place-items:center}
.menu-button span{display:block;width:18px;height:2px;background:var(--ink);margin:2px auto;border-radius:2px;transition:.2s}
.mobile-menu{background:var(--paper);border-top:1px solid var(--line)}
.mobile-menu-inner{padding:16px 0 24px;display:grid;gap:4px}
.mobile-menu a:not(.button){padding:12px 4px;font-weight:800;border-bottom:1px solid var(--line)}

.button{min-height:48px;border:0;border-radius:999px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 12px 28px rgba(239,125,33,.25)}
.button-primary:hover{box-shadow:0 16px 34px rgba(239,125,33,.32)}
.button-ghost{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.08);color:#fff}

.hero{min-height:720px;position:relative;overflow:hidden;background:url("hero.jpg") left 47% center/cover no-repeat;color:#fff;display:flex;align-items:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,13,12,.12) 0%,rgba(4,13,12,.25) 34%,rgba(5,20,17,.82) 61%,rgba(5,20,17,.98) 100%)}
.hero::before{content:"";position:absolute;right:-140px;bottom:-290px;width:660px;height:660px;border:90px solid rgba(155,217,77,.08);border-radius:50%}
.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:95px 0}
.hero-copy{grid-column:2;max-width:620px;margin-left:auto}
.eyebrow,.section-label{margin:0 0 16px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900}
.eyebrow{color:#dff4c3;display:flex;align-items:center;gap:10px}
.eyebrow span{width:28px;height:2px;background:var(--green)}
h1,h2,h3{font-family:"Manrope",sans-serif;margin:0;line-height:1.05;letter-spacing:-.045em}
h1{font-size:clamp(3.4rem,6.5vw,6.35rem)}
h1 em{font-style:normal;color:var(--green)}
.hero-lead{font-size:1.12rem;color:rgba(255,255,255,.76);max-width:610px;margin:26px 0 32px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}
.hero-points div{padding-right:15px}
.hero-points strong,.hero-points span{display:block}
.hero-points strong{font-size:.9rem}
.hero-points span{font-size:.77rem;color:rgba(255,255,255,.58);margin-top:4px}
.hero-caption{position:absolute;left:22px;bottom:22px;writing-mode:vertical-rl;transform:rotate(180deg);text-transform:uppercase;letter-spacing:.17em;font-size:.65rem;color:rgba(255,255,255,.48)}

.trust-strip{position:relative;z-index:3;margin-top:-38px}
.trust-grid{background:#fff;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.trust-item{padding:23px 25px;display:flex;align-items:center;gap:15px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item svg{width:28px;height:28px;color:var(--green-deep);flex:none}
.trust-item strong,.trust-item small{display:block}
.trust-item strong{font:800 .9rem "Manrope",sans-serif}
.trust-item small{color:var(--muted);font-size:.76rem;margin-top:3px}

.products-section{padding:112px 0 105px}
.section-heading{margin-bottom:42px}
.split-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:end}
.section-label{color:var(--green-deep)}
.section-heading h2,.proof-copy h2,.solutions-copy h2,.contact-copy h2{font-size:clamp(2.35rem,4.4vw,4.7rem)}
.section-heading p{color:var(--muted);margin:0;max-width:500px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .22s ease,box-shadow .22s ease}
.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,24,20,.11)}
.product-card-wide{grid-column:span 2;display:grid;grid-template-columns:1.18fr .82fr}
.product-image{position:relative;min-height:250px;background:#ecefe9;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.contain-image{background:#fff}
.contain-image img{object-fit:contain;padding:25px}
.product-card-wide .product-image{min-height:420px}
.product-badge{position:absolute;top:14px;left:14px;background:rgba(7,24,20,.88);backdrop-filter:blur(8px);color:#fff;border-radius:999px;padding:7px 11px;font-size:.7rem;font-weight:900}
.product-body{padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;flex:1}
.product-card-wide .product-body{padding:32px}
.product-type{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;color:var(--green-deep);font-size:.68rem;font-weight:900}
.product-body h3{font-size:1.28rem;letter-spacing:-.025em}
.product-card-wide h3{font-size:1.85rem}
.product-body p:not(.product-type){color:var(--muted);font-size:.9rem;margin:10px 0 0}
.product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:17px;border-top:1px solid var(--line)}
.product-footer>span{font-size:.8rem;color:var(--muted);font-weight:800}
.add-button{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:9px 13px;font-size:.78rem;font-weight:900;cursor:pointer;transition:.2s}
.add-button:hover,.add-button.added{background:var(--green-deep)}

.solutions-section{background:var(--ink);color:#fff;padding:105px 0;position:relative;overflow:hidden}
.solutions-section::before{content:"";position:absolute;left:-230px;bottom:-330px;width:700px;height:700px;border:90px solid rgba(155,217,77,.055);border-radius:50%}
.solutions-layout{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:center}
.light-label{color:var(--green)}
.solutions-copy p:not(.section-label){color:rgba(255,255,255,.66);max-width:470px;margin:22px 0 28px}
.text-link{display:inline-flex;gap:12px;align-items:center;color:var(--green);font-weight:900}
.text-link span{font-size:1.15rem}
.solutions-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--light-line);border-radius:28px;overflow:hidden}
.solutions-grid article{min-height:215px;padding:28px;border-right:1px solid var(--light-line);border-bottom:1px solid var(--light-line);background:rgba(255,255,255,.025)}
.solutions-grid article:nth-child(2n){border-right:0}
.solutions-grid article:nth-last-child(-n+2){border-bottom:0}
.solutions-grid span{font:800 2rem "Manrope",sans-serif;color:rgba(155,217,77,.32)}
.solutions-grid h3{font-size:1.15rem;margin-top:35px;letter-spacing:-.02em}
.solutions-grid p{font-size:.85rem;color:rgba(255,255,255,.57);margin:9px 0 0}

.proof-section{padding:112px 0}
.proof-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:78px;align-items:center}
.proof-image-wrap{position:relative;max-width:500px}
.proof-image-wrap>img{width:100%;aspect-ratio:.83/1;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}
.image-note{position:absolute;right:-30px;bottom:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:16px 19px;min-width:200px}
.image-note strong,.image-note span{display:block}
.image-note strong{font:800 .85rem "Manrope",sans-serif}
.image-note span{font-size:.75rem;color:var(--muted);margin-top:3px}
.proof-copy blockquote{font:700 clamp(1.4rem,2.55vw,2.2rem)/1.35 "Manrope",sans-serif;letter-spacing:-.03em;margin:27px 0 15px}
.quote-source{color:var(--muted);font-size:.82rem;margin:0 0 35px}
.proof-list{display:grid;gap:0;border-top:1px solid var(--line)}
.proof-list div{display:grid;grid-template-columns:45px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.proof-list span{font-weight:900;color:var(--green-deep);font-size:.78rem}
.proof-list p{margin:0;color:var(--muted);font-size:.9rem}
.proof-list strong{color:var(--ink)}

.contact-section{padding:0 0 105px}
.contact-panel{border-radius:32px;background:linear-gradient(120deg,#0a211c,#0f382e);color:#fff;padding:55px;display:grid;grid-template-columns:1.2fr .8fr;gap:65px;position:relative;overflow:hidden}
.contact-panel::after{content:"";position:absolute;right:-90px;top:-130px;width:360px;height:360px;border-radius:50%;background:rgba(155,217,77,.08)}
.contact-copy{position:relative;z-index:1}
.contact-copy p:not(.section-label){color:rgba(255,255,255,.66);max-width:630px;margin:21px 0 29px}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap}
.contact-details{position:relative;z-index:1;display:grid;gap:10px}
.contact-details>div{background:rgba(255,255,255,.07);border:1px solid var(--light-line);border-radius:17px;padding:16px 18px}
.contact-details small{display:block;color:rgba(255,255,255,.5);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:5px}
.contact-details a,.contact-details strong{font-size:.94rem}

.site-footer{background:#04130f;color:#fff;padding:65px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr .65fr .75fr;gap:70px}
.brand-footer img{border-color:rgba(255,255,255,.12)}
.brand-footer small{color:var(--green)}
.footer-brand>p{color:rgba(255,255,255,.55);max-width:420px;margin:20px 0 0}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:rgba(255,255,255,.62);font-size:.88rem}
.footer-title{color:#fff;margin:0 0 8px;font-weight:900}
.footer-grid a:hover{color:var(--green)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.38);font-size:.76rem}

.quote-drawer{position:fixed;right:0;top:0;z-index:150;width:min(430px,100%);height:100dvh;background:#fff;transform:translateX(105%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(0,0,0,.23)}
.quote-drawer.open{transform:none}
.drawer-overlay{position:fixed;inset:0;z-index:140;background:rgba(0,12,9,.57);backdrop-filter:blur(4px)}
.drawer-head{padding:23px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}
.drawer-head p{margin:0;color:var(--green-deep);text-transform:uppercase;letter-spacing:.12em;font-size:.67rem;font-weight:900}
.drawer-head h2{font-size:1.55rem;margin-top:4px}
.drawer-head button{border:0;background:#eef0eb;width:42px;height:42px;border-radius:50%;font-size:1.65rem;cursor:pointer}
.drawer-content{padding:18px 20px;overflow:auto;flex:1}
.empty-quote{text-align:center;color:var(--muted);padding:65px 25px}
.empty-quote strong{display:block;color:var(--ink);font:800 1rem "Manrope",sans-serif;margin-bottom:6px}
.quote-item{display:grid;grid-template-columns:1fr auto;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}
.quote-item strong{font-size:.9rem}
.quote-item small{display:block;color:var(--muted);margin-top:4px}
.quote-item button{border:0;background:transparent;color:#9d342d;font-size:.75rem;font-weight:900;cursor:pointer}
.drawer-footer{padding:20px;border-top:1px solid var(--line);background:#faf9f4}
.drawer-footer p{font-size:.75rem;color:var(--muted);margin:0 0 13px}
.drawer-footer .button{width:100%}
.toast{position:fixed;left:50%;bottom:25px;z-index:200;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:var(--ink);color:#fff;border-radius:999px;padding:11px 17px;font-weight:800;font-size:.82rem;transition:.25s}
.toast.show{opacity:1;transform:translate(-50%,0)}
.mobile-whatsapp{display:none}

@media (max-width:1050px){
  .desktop-nav{display:none}.menu-button{display:grid}.header-cta{display:none}
  .hero-layout{grid-template-columns:.72fr 1.28fr}.product-grid{grid-template-columns:1fr 1fr}.product-card-wide{grid-column:span 2}
  .solutions-layout{gap:45px}.proof-layout{gap:50px}.contact-panel{gap:40px}
}
@media (max-width:780px){
  :root{--shell:min(100% - 28px,1180px)}
  .announcement-inner span{display:none}.announcement-inner{justify-content:center}.nav-wrap{height:70px}.brand img{width:46px;height:46px}.brand strong{font-size:.9rem}.quote-list-button{padding:9px 11px}.quote-list-button{font-size:0}.quote-list-button::before{content:"Quote";font-size:.78rem}
  .hero{min-height:690px;background-position:38% center;align-items:flex-end}.hero-shade{background:linear-gradient(180deg,rgba(4,13,12,.08) 0%,rgba(4,13,12,.32) 35%,rgba(5,20,17,.96) 72%,rgba(5,20,17,1) 100%)}.hero-layout{display:block;padding:180px 0 58px}.hero-copy{max-width:100%;margin:0}.hero-caption{display:none}h1{font-size:clamp(3.1rem,15vw,4.8rem)}.hero-lead{font-size:1rem}.hero-points{grid-template-columns:1fr;gap:14px}.hero-points div{display:grid;grid-template-columns:120px 1fr;align-items:center}
  .trust-strip{margin-top:0}.trust-grid{grid-template-columns:1fr;border-radius:0;border-left:0;border-right:0}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  .products-section,.proof-section{padding:82px 0}.split-heading,.solutions-layout,.proof-layout,.contact-panel{grid-template-columns:1fr}.split-heading{gap:18px}.section-heading{margin-bottom:30px}.product-grid{grid-template-columns:1fr}.product-card-wide{grid-column:auto;display:flex}.product-card-wide .product-image{min-height:280px}.product-card-wide .product-body{padding:23px}.product-card-wide h3{font-size:1.35rem}
  .solutions-section{padding:82px 0}.solutions-layout{gap:38px}.proof-image-wrap{max-width:92%}.image-note{right:-9%;bottom:25px}.contact-panel{padding:34px 24px;border-radius:24px;gap:30px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}
  .mobile-whatsapp{display:block;position:fixed;left:14px;right:14px;bottom:12px;z-index:70;border:0;border-radius:999px;background:var(--orange);color:#fff;box-shadow:0 14px 34px rgba(4,20,16,.3);height:50px;font-weight:900}.site-footer{padding-bottom:88px}
}
@media (max-width:540px){
  .brand span{max-width:155px}.brand strong{white-space:normal}.brand small{font-size:.6rem}.nav-actions{gap:6px}.quote-list-button{border:0;background:transparent;padding:8px 4px}.menu-button{width:41px;height:41px}
  .hero{min-height:720px}.hero-layout{padding-bottom:48px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-points{margin-top:30px}.hero-points div{grid-template-columns:105px 1fr}
  .section-heading h2,.proof-copy h2,.solutions-copy h2,.contact-copy h2{font-size:2.4rem}.solutions-grid{grid-template-columns:1fr}.solutions-grid article,.solutions-grid article:nth-child(2n),.solutions-grid article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--light-line)}.solutions-grid article:last-child{border-bottom:0}.solutions-grid article{min-height:180px}.solutions-grid h3{margin-top:23px}
  .product-image{min-height:235px}.product-footer{align-items:flex-start;flex-direction:column}.add-button{width:100%;padding:11px}.image-note{position:static;margin:-22px 14px 0;transform:relative}.proof-image-wrap{max-width:100%}.contact-actions{display:grid}.contact-actions .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
