
:root{
  --green:#70cc34;
  --green-2:#8ddb3d;
  --deep:#0b2f23;
  --ink:#13231c;
  --muted:#6c7a73;
  --soft:#f5f8f5;
  --line:#e3ebe5;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(10,50,30,.06)}
.nav{height:78px;display:flex;align-items:center;gap:28px}
.brand img{width:165px}
.nav nav{margin-left:auto;display:flex;gap:24px}
.nav nav a{font-size:12px;font-weight:800}
.nav nav a:hover{color:var(--green)}
.nav-cta{background:var(--green);color:#fff;padding:11px 16px;border-radius:999px;font-size:12px;font-weight:800}
.menu-toggle{display:none;border:0;background:transparent;font-size:24px}
.hero{height:min(800px,92vh);min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,37,27,.84) 0%,rgba(9,37,27,.63) 37%,rgba(9,37,27,.18) 66%,rgba(9,37,27,.04) 100%)}
.hero-inner{position:relative;z-index:2;padding-top:78px}
.hero-copy{max-width:760px;color:#fff}
.eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.17em;color:#c9ffad;margin-bottom:18px}
.eyebrow.green{color:var(--green)}
.hero h1{font-family:Montserrat,Manrope,sans-serif;font-size:clamp(44px,5.4vw,76px);line-height:1.01;letter-spacing:-.045em;margin:0 0 22px}
.hero p{font-size:19px;line-height:1.7;max-width:670px;color:rgba(255,255,255,.9)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 38px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:11px;font-size:13px;font-weight:800;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:#fff}
.btn-glass{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.28);color:#fff;backdrop-filter:blur(7px)}
.hero-meta{display:flex;gap:30px;color:rgba(255,255,255,.8);font-size:11px}
.hero-meta b{color:#fff;font-size:14px;margin-right:4px}
.brand-band{border-bottom:1px solid var(--line);background:#fff}
.band-inner{min-height:74px;display:flex;align-items:center;gap:34px}
.band-label{font-size:11px;color:var(--muted);white-space:nowrap}
.brand-ticker{display:flex;gap:34px;align-items:center;overflow:auto;scrollbar-width:none}
.brand-ticker span{white-space:nowrap;font-weight:800;color:#476057;font-size:13px}
.section{padding:100px 0}
.section-tight{padding:20px 0 110px}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
h2{font-family:Montserrat,Manrope,sans-serif;font-size:clamp(34px,4vw,50px);line-height:1.07;letter-spacing:-.035em;margin:0}
.intro-copy p{font-size:17px;line-height:1.75;color:var(--muted);margin-top:12px}
.mini-features{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.mini-features span{background:var(--soft);border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:11px;font-weight:700}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:36px}
.section-head>div{max-width:790px}
.text-link{font-size:12px;font-weight:800;color:var(--green)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-grid article{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;transition:.25s}
.category-grid article:hover{transform:translateY(-5px);box-shadow:0 20px 55px rgba(19,73,43,.09)}
.category-grid img{height:115px;width:100%;object-fit:contain;margin-bottom:14px}
.category-grid h3{font-size:17px;margin:0 0 8px}
.category-grid p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.sectors{background:var(--deep);color:#fff;padding:100px 0}
.section-head.light p{max-width:420px;color:#c7d5ce;font-size:14px;line-height:1.7}
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sector-grid article{min-height:500px;border-radius:24px;overflow:hidden;position:relative;background:var(--bg) center/cover no-repeat}
.sector-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,28,19,.02) 20%,rgba(6,28,19,.85) 100%)}
.sector-grid article>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}
.sector-grid article span{font-size:10px;color:#c9ffad}
.sector-grid h3{font-family:Montserrat,Manrope,sans-serif;font-size:27px;margin:8px 0}
.sector-grid p{color:#d9e4df;font-size:13px;line-height:1.65}
.sector-grid a{font-size:12px;font-weight:800}
.catalog{background:linear-gradient(135deg,#f7fbf7,#edf6ef)}
.catalog-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.catalog-copy p{font-size:17px;line-height:1.75;color:var(--muted)}
.catalog-copy ul{padding-left:20px;color:#50625a;line-height:1.8;font-size:13px;margin:24px 0 30px}
.catalog-visual{min-height:570px;position:relative;display:grid;place-items:center}
.phone{width:310px;background:#fff;border-radius:34px;padding:20px;box-shadow:0 28px 75px rgba(19,73,43,.19);border:1px solid var(--line)}
.phone-top{height:50px;display:flex;align-items:center;border-bottom:1px solid var(--line);margin-bottom:16px}
.phone-top img{width:115px}
.client-note{font-size:12px;color:var(--muted);margin:10px 0 16px}
.client-note strong{font-size:18px;color:var(--ink)}
.mock-product{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;background:#f7faf8;border-radius:14px;padding:10px;margin:10px 0}
.mock-thumb{height:58px;border-radius:11px;background:linear-gradient(135deg,#d9f4dd,#91dc68)}
.mock-thumb.t2{background:linear-gradient(135deg,#f0f3ef,#c6d9ca)}
.mock-thumb.t3{background:linear-gradient(135deg,#dff0ec,#8bd2bd)}
.mock-product strong,.mock-product span{display:block}
.mock-product strong{font-size:12px}
.mock-product span{font-size:10px;color:var(--muted);margin-top:3px}
.phone button{width:100%;border:0;border-radius:11px;background:var(--green);color:#fff;padding:13px;font-weight:800;margin-top:10px}
.floating-note{position:absolute;right:3%;top:20%;background:#fff;padding:15px 18px;border-radius:14px;box-shadow:0 16px 42px rgba(20,70,40,.12)}
.floating-note b,.floating-note span{display:block}
.floating-note b{font-size:12px}.floating-note span{font-size:10px;color:var(--muted);margin-top:3px}
.section-note{font-size:11px;color:var(--muted)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-grid article{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
.news-cover{height:210px;display:flex;align-items:flex-end;padding:20px;background:linear-gradient(135deg,#d9f5d5,#6fcd3e)}
.news-cover.n2{background:linear-gradient(135deg,#eef7ed,#b8d9b0)}
.news-cover.n3{background:linear-gradient(135deg,#d7ebe3,#7fc8a8)}
.news-cover span{background:rgba(255,255,255,.85);padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800}
.news-body{padding:22px}
.news-body small{color:var(--muted)}
.news-body h3{font-family:Montserrat,Manrope,sans-serif;font-size:19px;line-height:1.3}
.news-body p{font-size:12px;line-height:1.65;color:var(--muted)}
.news-body a{font-size:11px;font-weight:800;color:var(--green)}
.faq{background:#fafcfa}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.faq-title{position:sticky;top:120px}
.faq-title p{color:var(--muted);line-height:1.7}
.accordion details{border-bottom:1px solid var(--line);padding:18px 0}
.accordion summary{list-style:none;cursor:pointer;font-weight:800;font-size:14px;position:relative;padding-right:35px}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary:after{content:"+";position:absolute;right:5px;top:-4px;font-size:24px;color:var(--green)}
.accordion details[open] summary:after{content:"–"}
.accordion p{color:var(--muted);font-size:12px;line-height:1.7;max-width:720px}
.contact{padding:0 0 100px;background:#fafcfa}
.contact-card{background:linear-gradient(135deg,var(--green),#5eb72f);border-radius:26px;padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;color:#fff}
.contact-card h2{color:#fff}
.contact-card p{color:#efffe8}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.btn-white{background:#fff;color:#4e9f25}
.btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff}
.contact-actions span{font-size:10px;color:#e9f8e3}
footer{background:#101916;color:#a8b4ae;padding:54px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:60px}
.footer-grid img{width:145px;margin-bottom:18px}
.footer-grid p,.footer-grid span,.footer-grid a{display:block;font-size:11px;line-height:1.9;color:#9aa8a1}
.footer-grid h4{color:#fff;font-size:12px}
.footer-bottom{border-top:1px solid #27322d;margin-top:40px;padding-top:18px;font-size:10px}
@media(max-width:950px){
  .nav nav{display:none}.menu-toggle{display:block;margin-left:auto}.nav-cta{display:none}
  .intro-grid,.catalog-grid,.faq-grid,.contact-card{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .sector-grid{grid-template-columns:1fr}
  .sector-grid article{min-height:430px}
  .news-grid{grid-template-columns:1fr}
  .faq-title{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .brand img{width:135px}
  .hero{min-height:720px;height:88vh}
  .hero-photo{object-position:66% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,32,23,.5) 0%,rgba(8,32,23,.62) 48%,rgba(8,32,23,.88) 100%)}
  .hero-inner{align-self:flex-end;padding-bottom:54px}
  .hero h1{font-size:42px}
  .hero p{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-meta{display:none}
  .band-inner{align-items:flex-start;flex-direction:column;padding:18px 0}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-grid article{padding:16px}
  .category-grid img{height:90px}
  .category-grid h3{font-size:14px}
  .category-grid p{display:none}
  .section{padding:70px 0}
  .section-tight{padding:10px 0 75px}
  .contact-card{padding:32px}
  .footer-grid{grid-template-columns:1fr}
}


/* ===== Brand slider ===== */
.brands-slider{background:#fff}
.brand-slider{position:relative;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:10px}
.brand-viewport{overflow:hidden}
.brand-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.brand-item{flex:0 0 calc(100% / 6);height:128px;display:grid;place-items:center;padding:18px;border-right:1px solid var(--line);background:#fff;transition:.2s}
.brand-item:hover{background:#f8fbf8;transform:translateY(-2px)}
.brand-item img{max-width:150px;max-height:74px;object-fit:contain}
.brand-arrow{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--deep);font-size:26px;cursor:pointer;transition:.2s}
.brand-arrow:hover{background:var(--green);color:#fff;border-color:var(--green)}

/* ===== Premium footer ===== */
.premium-footer{background:#0b1410;color:#b2c0b8;padding:0}
.footer-cta{background:linear-gradient(135deg,#13261d,#0b1812);border-bottom:1px solid #26352d}
.footer-cta-inner{min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.footer-cta h3{font-family:Montserrat,Manrope,sans-serif;color:#fff;font-size:30px;line-height:1.15;margin:4px 0 10px;max-width:700px}
.footer-cta p{max-width:720px;font-size:13px;line-height:1.7;color:#9fb0a6}
.footer-main{display:grid;grid-template-columns:1.5fr .7fr .9fr 1fr;gap:60px;padding:64px 0 48px}
.footer-brand img{width:170px;margin-bottom:22px}
.footer-brand p{max-width:330px;font-size:12px;line-height:1.8;color:#8fa097}
.footer-main h4{color:#fff;font-size:12px;margin:0 0 18px}
.footer-main a,.footer-main span,.footer-main strong{display:block;font-size:11px;line-height:2;color:#93a39a}
.footer-main strong{color:#d9e7df;font-size:15px;margin-bottom:4px}
.footer-main a:hover{color:var(--green)}
.footer-social{display:flex;gap:8px;margin-top:22px}
.footer-social a{width:34px;height:34px;border:1px solid #2d3a33;border-radius:9px;display:grid;place-items:center!important;line-height:1!important;color:#c9d4ce!important;font-weight:800;font-size:10px}
.footer-social a:hover{background:var(--green);border-color:var(--green);color:#fff!important}
.footer-bottom{border-top:1px solid #26342d;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:10px;color:#738279}
.footer-bottom div{display:flex;gap:20px}
.footer-bottom a:hover{color:var(--green)}

@media(max-width:900px){
  .brand-item{flex-basis:calc(100% / 3)}
  .footer-cta-inner{padding:40px 0;align-items:flex-start;flex-direction:column}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand-slider{grid-template-columns:36px 1fr 36px}
  .brand-item{flex-basis:calc(100% / 2);height:108px;padding:12px}
  .brand-item img{max-width:110px;max-height:62px}
  .brand-arrow{width:34px;height:34px;font-size:22px}
  .footer-main{grid-template-columns:1fr;gap:34px}
  .footer-bottom{align-items:flex-start;flex-direction:column;padding:22px 0}
  .footer-bottom div{flex-wrap:wrap;gap:12px}
}


/* ===== V5 refinements ===== */

/* Hero: more breathing room */
.hero{
  height:auto;
  min-height:780px;
  padding:118px 0 92px;
}
.hero-inner{
  padding-top:0;
}
.hero-copy{
  max-width:780px;
}
.hero h1{
  max-width:760px;
  margin-bottom:28px;
}
.hero p{
  margin:0;
  max-width:700px;
}
.hero-actions{
  margin:36px 0 42px;
}
.hero-meta{
  padding-top:4px;
}

/* Premium intro block */
.solutions-premium{
  background:#f7faf7;
  padding:108px 0;
}
.solutions-shell{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:stretch;
}
.solutions-copy{
  background:linear-gradient(145deg,#0f3b2a,#0b2f23);
  color:#fff;
  border-radius:28px;
  padding:52px;
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 30px 70px rgba(11,47,35,.16);
}
.solutions-copy h2{color:#fff}
.solutions-copy p{
  color:#d8e5dd;
  line-height:1.75;
  font-size:16px;
  max-width:560px;
}
.solutions-copy .text-link{margin-top:10px;color:#bff59c}
.solutions-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.solutions-feature-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  min-height:205px;
  box-shadow:0 14px 36px rgba(18,61,37,.05);
}
.solutions-feature-grid article span{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:#eff9e8;color:#5cad2c;
  font-size:10px;font-weight:800;
}
.solutions-feature-grid h3{
  font-size:18px;
  margin:24px 0 8px;
}
.solutions-feature-grid p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}

/* Category section as a distinct premium layer */
.categories-premium{
  padding:110px 0 120px;
  background:#fff;
}
.categories-heading{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px;
}
.categories-heading p{
  color:var(--muted);
  line-height:1.7;
  margin:0 0 6px;
  font-size:14px;
}
.categories-premium .category-grid{
  gap:18px;
}
.categories-premium .category-grid article{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  align-items:center;
  min-height:190px;
  padding:22px;
  border-radius:22px;
  background:#fbfdfb;
}
.categories-premium .category-grid img{
  height:105px;
  margin:0;
}
.categories-premium .category-grid h3{
  margin:0 0 7px;
}
.categories-premium .category-grid p{
  margin-bottom:12px;
}
.categories-premium .category-grid a{
  color:var(--green);
  font-size:11px;
  font-weight:800;
}

/* Footer made lighter and more readable */
.premium-footer{
  background:#17231d;
  color:#c6d0ca;
}
.footer-cta{
  background:linear-gradient(135deg,#22342a,#1b2b23);
  border-bottom:1px solid #33453b;
}
.footer-cta h3{
  font-size:34px;
}
.footer-cta p{
  color:#c5d0c9;
  font-size:14px;
}
.footer-main{
  padding:66px 0 54px;
}
.footer-brand p{
  color:#bcc7c0;
  font-size:13px;
  line-height:1.8;
}
.footer-main h4{
  font-size:14px;
  margin-bottom:20px;
}
.footer-main a,.footer-main span,.footer-main strong{
  font-size:13px;
  line-height:1.85;
  color:#b8c4bd;
}
.footer-main strong{
  color:#fff;
  font-size:17px;
}
.footer-social a{
  width:40px;height:40px;
  border-color:#405148;
  background:#203028;
}
.footer-social svg{
  width:19px;height:19px;
  fill:none;
  stroke:#dbe5df;
  stroke-width:1.8;
}
.footer-social a:nth-child(2) svg,
.footer-social a:nth-child(3) svg{
  fill:#dbe5df;
  stroke:none;
}
.footer-bottom{
  min-height:76px;
  color:#99a8a0;
  font-size:11px;
  border-top-color:#33433b;
}

/* Back to top */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:80;
  width:48px;
  height:48px;
  border:none;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(60,150,30,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:.25s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  transform:translateY(-2px);
}
.back-to-top svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:950px){
  .hero{min-height:760px;padding:110px 0 80px}
  .solutions-shell,
  .categories-heading{grid-template-columns:1fr}
  .solutions-feature-grid{grid-template-columns:1fr 1fr}
  .categories-premium .category-grid article{grid-template-columns:95px 1fr}
}
@media(max-width:620px){
  .hero{
    min-height:780px;
    height:auto;
    padding:120px 0 58px;
  }
  .hero-inner{
    align-self:auto;
    padding-bottom:0;
  }
  .solutions-premium,
  .categories-premium{padding:72px 0}
  .solutions-copy{padding:34px;min-height:auto}
  .solutions-feature-grid{grid-template-columns:1fr}
  .categories-heading{gap:22px}
  .categories-premium .category-grid{
    grid-template-columns:1fr;
  }
  .categories-premium .category-grid article{
    grid-template-columns:90px 1fr;
    min-height:150px;
  }
  .categories-premium .category-grid p{display:block}
  .footer-cta h3{font-size:28px}
  .footer-main a,.footer-main span,.footer-main strong{font-size:13px}
  .back-to-top{right:16px;bottom:16px;width:44px;height:44px}
}


/* ===== V6 · Mobile-first app experience ===== */
.mobile-app-nav{display:none}
.mobile-inline-link{display:none}

/* Tablet refinements without altering desktop layout */
@media (max-width:760px){

  html{scroll-padding-top:72px}
  body{
    padding-bottom:82px;
    background:#f7faf7;
  }

  /* Header behaves like an app top bar */
  .site-header{
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(18px);
    box-shadow:0 4px 20px rgba(20,65,40,.07);
  }
  .nav{
    height:64px;
    padding:0 2px;
  }
  .brand img{width:126px}
  .menu-toggle{display:none!important}

  /* Hero: mobile editorial composition, less vertical travel */
  .hero{
    min-height:610px;
    height:auto;
    padding:88px 0 34px;
    align-items:flex-end;
    background:#0e3325;
  }
  .hero-photo{
    object-position:66% center;
  }
  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(7,27,20,.08) 0%,rgba(7,27,20,.20) 34%,rgba(7,27,20,.88) 72%,rgba(7,27,20,.96) 100%),
      linear-gradient(90deg,rgba(7,27,20,.20),rgba(7,27,20,0) 70%);
  }
  .hero-inner{
    padding:0;
    align-self:flex-end;
  }
  .hero-copy{
    max-width:100%;
    padding:0 2px;
  }
  .hero .eyebrow{
    font-size:9px;
    letter-spacing:.14em;
    margin-bottom:10px;
  }
  .hero h1{
    font-size:35px;
    line-height:1.01;
    letter-spacing:-.04em;
    max-width:100%;
    margin-bottom:14px;
  }
  .hero p{
    font-size:13px;
    line-height:1.55;
    max-width:92%;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:20px 0 0;
  }
  .hero-actions .btn{
    min-height:44px;
    padding:0 11px;
    font-size:11px;
    border-radius:12px;
  }
  .hero-meta{display:none!important}

  /* Sections become compact mobile modules */
  .section{padding:54px 0}
  .section-tight{padding:0 0 56px}
  h2{font-size:28px;line-height:1.08}
  .eyebrow{font-size:9px;margin-bottom:10px}

  /* Intro as app dashboard cards */
  .solutions-premium{
    padding:54px 0 46px;
    background:#f3f7f3;
  }
  .solutions-shell{
    gap:12px;
  }
  .solutions-copy{
    min-height:auto;
    padding:28px 24px;
    border-radius:22px;
    box-shadow:none;
  }
  .solutions-copy h2{font-size:27px}
  .solutions-copy p{
    font-size:12px;
    line-height:1.6;
    margin:13px 0 8px;
  }
  .solutions-copy .text-link{font-size:11px}

  .solutions-feature-grid{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .solutions-feature-grid article{
    min-height:130px;
    padding:16px;
    border-radius:17px;
    box-shadow:none;
  }
  .solutions-feature-grid article span{
    width:30px;height:30px;
    border-radius:9px;
    font-size:8px;
  }
  .solutions-feature-grid h3{
    font-size:13px;
    margin:13px 0 5px;
  }
  .solutions-feature-grid p{
    font-size:10px;
    line-height:1.45;
  }

  /* Categories: 2-column compact icon tiles */
  .categories-premium{
    padding:48px 0 55px;
    background:#fff;
  }
  .categories-heading{
    display:block;
    margin-bottom:22px;
  }
  .categories-heading h2{
    font-size:26px;
    max-width:94%;
  }
  .categories-intro-side p{display:none}
  .mobile-inline-link{
    display:inline-block;
    margin-top:10px;
    color:var(--green);
    font-size:10px;
    font-weight:800;
  }
  .categories-premium .category-grid{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .categories-premium .category-grid article{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
    min-height:148px;
    padding:14px;
    border-radius:17px;
    background:#f9fbf9;
  }
  .categories-premium .category-grid img{
    width:100%;
    height:66px;
    object-fit:contain;
    margin:0;
  }
  .categories-premium .category-grid h3{
    font-size:12px;
    line-height:1.2;
    margin:0;
  }
  .categories-premium .category-grid p{display:none}
  .categories-premium .category-grid a{
    font-size:9px;
    margin-top:auto;
  }

  /* Sector cards become horizontal, app-like carousel */
  .sectors{
    padding:54px 0 48px;
  }
  .section-head.light{
    margin-bottom:20px;
  }
  .section-head.light p{
    display:none;
  }
  .sector-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    margin-right:calc((100vw - 100%) / -2);
    padding-right:18px;
    scrollbar-width:none;
  }
  .sector-grid::-webkit-scrollbar{display:none}
  .sector-grid article{
    flex:0 0 82%;
    min-height:330px;
    border-radius:20px;
    scroll-snap-align:start;
  }
  .sector-grid article>div{
    left:20px;right:20px;bottom:20px;
  }
  .sector-grid h3{font-size:21px}
  .sector-grid p{font-size:11px}

  /* Catalog: visual first, compact explanatory copy */
  .catalog{
    padding:56px 0;
  }
  .catalog-grid{
    gap:28px;
  }
  .catalog-copy h2{font-size:28px}
  .catalog-copy p{
    font-size:12px;
    line-height:1.6;
  }
  .catalog-copy ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 20px;
    padding:0;
    list-style:none;
    margin:18px 0 22px;
  }
  .catalog-copy li{
    position:relative;
    padding-left:15px;
    font-size:10px;
    line-height:1.45;
  }
  .catalog-copy li:before{
    content:"";
    width:6px;height:6px;
    border-radius:50%;
    background:var(--green);
    position:absolute;
    left:0;top:5px;
  }
  .catalog-visual{
    min-height:390px;
  }
  .phone{
    width:255px;
    padding:14px;
    border-radius:27px;
  }
  .phone-top{height:39px}
  .phone-top img{width:96px}
  .mock-product{
    grid-template-columns:48px 1fr;
    padding:8px;
    gap:8px;
  }
  .mock-thumb{height:44px}
  .floating-note{
    right:0;
    top:14%;
    padding:11px 13px;
  }

  /* News: horizontal cards instead of tall vertical list */
  .news{
    padding:52px 0;
  }
  .news .section-head{
    margin-bottom:20px;
  }
  .section-note{font-size:9px}
  .news-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    margin-right:calc((100vw - 100%) / -2);
    padding-right:18px;
    scrollbar-width:none;
  }
  .news-grid::-webkit-scrollbar{display:none}
  .news-grid article{
    flex:0 0 78%;
    scroll-snap-align:start;
    border-radius:18px;
  }
  .news-cover{height:130px;padding:14px}
  .news-body{padding:16px}
  .news-body h3{font-size:16px;margin:7px 0}
  .news-body p{font-size:10px}

  /* Brand slider compact */
  .brands-slider{
    padding:48px 0;
  }
  .brands-slider .section-head{
    margin-bottom:18px;
  }
  .brand-slider{
    grid-template-columns:30px 1fr 30px;
    gap:5px;
  }
  .brand-arrow{
    width:30px;height:30px;
    font-size:18px;
  }
  .brand-item{
    flex-basis:calc(100% / 2);
    height:86px;
    padding:8px;
  }
  .brand-item img{
    max-width:100px;
    max-height:52px;
  }

  /* FAQ as compact app settings list */
  .faq{
    padding:50px 0;
  }
  .faq-grid{
    gap:20px;
  }
  .faq-title h2{font-size:27px}
  .faq-title p{
    font-size:11px;
    margin-bottom:0;
  }
  .accordion{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:0 16px;
  }
  .accordion details{
    padding:14px 0;
  }
  .accordion summary{
    font-size:12px;
    line-height:1.35;
  }
  .accordion p{
    font-size:10px;
    line-height:1.6;
    margin-bottom:2px;
  }

  /* Contact module */
  .contact{
    padding:0 0 50px;
  }
  .contact-card{
    gap:22px;
    padding:28px 24px;
    border-radius:22px;
  }
  .contact-card h2{font-size:27px}
  .contact-card p{font-size:12px}
  .contact-actions{
    width:100%;
  }
  .contact-actions .btn{
    width:100%;
    min-height:44px;
    font-size:11px;
  }

  /* Footer: mobile utility footer, no endless scroll */
  .footer-cta{
    display:none;
  }
  .premium-footer{
    padding-bottom:12px;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
    padding:36px 0 26px;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
  .footer-brand img{
    width:142px;
    margin-bottom:12px;
  }
  .footer-brand p{
    font-size:11px;
    max-width:90%;
  }
  .footer-main h4{
    font-size:11px;
    margin-bottom:8px;
  }
  .footer-main a,.footer-main span,.footer-main strong{
    font-size:10px;
    line-height:1.7;
  }
  .footer-social{margin-top:14px}
  .footer-social a{
    width:34px;height:34px;
  }
  .footer-bottom{
    min-height:auto;
    padding:16px 0 6px;
    font-size:9px;
  }
  .footer-bottom div{
    display:none;
  }

  /* Bottom app navigation */
  .mobile-app-nav{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    position:fixed;
    left:10px;right:10px;bottom:10px;
    z-index:100;
    height:64px;
    padding:5px 6px 4px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(20,70,40,.09);
    border-radius:20px;
    box-shadow:0 16px 42px rgba(18,60,38,.18);
    backdrop-filter:blur(18px);
  }
  .mobile-app-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#66766d;
    font-size:8px;
    font-weight:700;
    position:relative;
  }
  .mobile-app-nav svg{
    width:18px;height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-app-nav a.is-active{
    color:var(--green);
  }
  .mobile-main-action{
    transform:translateY(-13px);
  }
  .mobile-main-action .main-action-icon{
    width:46px;height:46px;
    display:grid;place-items:center;
    border-radius:15px;
    background:var(--green);
    color:#fff;
    box-shadow:0 10px 24px rgba(84,181,47,.30);
  }
  .mobile-main-action .main-action-icon svg{
    width:22px;height:22px;
  }

  /* Back to top sits above app nav */
  .back-to-top{
    width:40px;height:40px;
    right:14px;
    bottom:88px;
    border-radius:13px;
  }
}

/* Small phone tuning */
@media (max-width:390px){
  .hero{min-height:590px}
  .hero h1{font-size:32px}
  .hero-actions .btn{font-size:10px}
  .solutions-feature-grid{gap:7px}
  .solutions-feature-grid article{padding:13px}
  .categories-premium .category-grid article{min-height:140px;padding:12px}
  .sector-grid article{flex-basis:86%}
  .news-grid article{flex-basis:84%}
}


/* ===== V7 · Mobile refinements ===== */
@media (max-width:760px){

  /* Header: keep hamburger and give it visual weight */
  .nav{
    height:68px;
  }
  .brand img{
    width:138px;
  }
  .menu-toggle{
    display:flex!important;
    width:42px;
    height:42px;
    margin-left:auto;
    padding:10px;
    border:1px solid #e4ebe6;
    border-radius:12px;
    background:#f8fbf8;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
  }
  .menu-toggle span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:#183326;
    transition:.2s ease;
  }

  /* Hero: reduce dead space, increase body/button text */
  .hero{
    min-height:560px;
    padding:78px 0 24px;
  }
  .hero-inner{
    padding-bottom:0;
  }
  .hero .eyebrow{
    font-size:11px;
    line-height:1.3;
    margin-bottom:11px;
  }
  .hero h1{
    font-size:35px;
    line-height:1.02;
    margin-bottom:13px;
  }
  .hero p{
    font-size:15px;
    line-height:1.55;
    max-width:96%;
  }
  .hero-actions{
    margin:18px 0 0;
    gap:8px;
  }
  .hero-actions .btn{
    min-height:48px;
    font-size:12px;
    line-height:1.25;
    padding:0 12px;
  }

  /* General mobile text sizing */
  .solutions-copy p,
  .categories-heading p,
  .section-head.light p,
  .catalog-copy p,
  .news-body p,
  .faq-title p,
  .contact-card p,
  .footer-brand p{
    font-size:13px;
    line-height:1.65;
  }
  .solutions-feature-grid p,
  .category-grid p,
  .sector-grid p,
  .catalog-copy li,
  .accordion p,
  .footer-main a,
  .footer-main span{
    font-size:12px;
  }

  .solutions-feature-grid h3{
    font-size:14px;
  }

  /* Bottom navigation: bigger, more thumb-friendly */
  body{
    padding-bottom:92px;
  }
  .mobile-app-nav{
    left:8px;
    right:8px;
    bottom:8px;
    height:74px;
    border-radius:22px;
    padding:7px 5px 6px;
  }
  .mobile-app-nav a{
    gap:4px;
    font-size:10px;
  }
  .mobile-app-nav svg{
    width:21px;
    height:21px;
  }
  .mobile-main-action{
    transform:translateY(-15px);
  }
  .mobile-main-action .main-action-icon{
    width:52px;
    height:52px;
    border-radius:16px;
  }
  .mobile-main-action .main-action-icon svg{
    width:24px;
    height:24px;
  }

  .back-to-top{
    bottom:98px;
  }

  /* FAQ readability */
  .accordion summary{
    font-size:13px;
  }

  /* Contact buttons */
  .contact-actions .btn{
    font-size:12px;
  }
}

/* Mobile menu panel */
.mobile-menu-panel{
  display:none;
}
@media (max-width:760px){
  .mobile-menu-panel{
    display:block;
    position:fixed;
    inset:0;
    z-index:120;
    background:rgba(8,31,22,.42);
    backdrop-filter:blur(6px);
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
  }
  .mobile-menu-panel.is-open{
    opacity:1;
    visibility:visible;
  }
  .mobile-menu-inner{
    position:absolute;
    top:0;
    right:0;
    width:min(88vw,360px);
    height:100%;
    background:#fff;
    padding:18px 20px 26px;
    box-shadow:-20px 0 60px rgba(10,40,25,.18);
    transform:translateX(100%);
    transition:.28s cubic-bezier(.22,.61,.36,1);
    display:flex;
    flex-direction:column;
  }
  .mobile-menu-panel.is-open .mobile-menu-inner{
    transform:translateX(0);
  }
  .mobile-menu-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:14px;
    border-bottom:1px solid #e7ece8;
  }
  .mobile-menu-top img{
    width:132px;
  }
  .mobile-menu-close{
    width:38px;height:38px;
    border:0;border-radius:12px;
    background:#f5f8f5;
    font-size:25px;
    line-height:1;
    color:#1b3328;
  }
  .mobile-menu-links{
    display:flex;
    flex-direction:column;
    padding:16px 0 10px;
  }
  .mobile-menu-links a{
    padding:13px 4px;
    border-bottom:1px solid #edf1ee;
    font-size:15px;
    font-weight:700;
    color:#173026;
  }
  .mobile-menu-whatsapp{
    margin-top:auto;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:var(--green);
    color:#fff;
    font-size:13px;
    font-weight:800;
  }
}


/* ===== V8 · Ultra-premium mobile optimization ===== */
@media (max-width:760px){

  /* GLOBAL MOBILE TYPOGRAPHY: no tiny text */
  body{
    font-size:16px;
  }
  .eyebrow{
    font-size:11px!important;
    letter-spacing:.12em!important;
  }
  h2{
    font-size:29px!important;
    line-height:1.08!important;
  }
  .hero p,
  .solutions-copy p,
  .catalog-copy p,
  .faq-title p,
  .contact-card p,
  .footer-brand p{
    font-size:15px!important;
    line-height:1.55!important;
  }
  .sector-grid p,
  .news-body p,
  .accordion p,
  .footer-main a,
  .footer-main span,
  .catalog-copy li{
    font-size:13px!important;
    line-height:1.5!important;
  }
  .news-body small,
  .section-note,
  .mobile-inline-link{
    font-size:11px!important;
  }

  /* HERO: tighter, larger body text, clearer buttons */
  .hero{
    min-height:525px!important;
    padding:76px 0 22px!important;
  }
  .hero h1{
    font-size:35px!important;
    line-height:1.01!important;
    margin-bottom:12px!important;
  }
  .hero p{
    max-width:100%!important;
  }
  .hero-actions{
    margin-top:16px!important;
  }
  .hero-actions .btn{
    min-height:50px!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  /* SECTION 2: compress into a premium "service strip" */
  .solutions-premium{
    padding:28px 0 24px!important;
    background:#f5f8f5!important;
  }
  .solutions-shell{
    display:block!important;
  }
  .solutions-copy{
    min-height:0!important;
    padding:22px 20px!important;
    border-radius:20px!important;
    margin-bottom:10px!important;
  }
  .solutions-copy h2{
    font-size:24px!important;
    margin:0 0 8px!important;
  }
  .solutions-copy p{
    margin:0 0 10px!important;
    font-size:14px!important;
  }
  .solutions-copy .text-link{
    font-size:12px!important;
  }
  .solutions-feature-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .solutions-feature-grid article{
    min-height:0!important;
    padding:12px 13px!important;
    border-radius:15px!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
  }
  .solutions-feature-grid article span{
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    margin:0!important;
  }
  .solutions-feature-grid h3{
    font-size:12px!important;
    margin:0!important;
    line-height:1.2!important;
  }
  .solutions-feature-grid p{
    display:none!important;
  }

  /* CATEGORY SECTION: app-quality compact rows in two columns */
  .categories-premium{
    padding:34px 0 42px!important;
  }
  .categories-heading{
    margin-bottom:16px!important;
  }
  .categories-heading h2{
    font-size:26px!important;
    max-width:100%!important;
  }
  .categories-intro-side p{
    display:none!important;
  }
  .mobile-inline-link{
    margin-top:8px!important;
  }

  .categories-premium .category-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .categories-premium .category-grid article{
    position:relative!important;
    min-height:92px!important;
    padding:14px 34px 14px 14px!important;
    border-radius:16px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
    background:#fafcfa!important;
    border:1px solid #e8eee9!important;
  }
  .categories-premium .category-grid article img{
    display:none!important;
  }
  .categories-premium .category-grid article h3{
    font-size:14px!important;
    line-height:1.18!important;
    margin:0!important;
  }
  .categories-premium .category-grid article p{
    display:none!important;
  }
  .categories-premium .category-grid article a{
    position:absolute!important;
    inset:0!important;
    font-size:0!important;
    color:transparent!important;
  }
  .categories-premium .category-grid article:after{
    content:"›";
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:8px;
    display:grid;
    place-items:center;
    background:#eef8e8;
    color:#5bad2d;
    font-size:20px;
    font-weight:700;
  }
  .categories-premium .category-grid article:before{
    content:"";
    width:30px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--green),#9ee35f);
    margin-bottom:7px;
  }

  /* Give the rest of the experience readable compact rhythm */
  .sectors{
    padding:42px 0!important;
  }
  .sector-grid article{
    min-height:315px!important;
  }
  .sector-grid h3{
    font-size:22px!important;
  }

  .catalog{
    padding:44px 0!important;
  }
  .catalog-copy h2{
    font-size:28px!important;
  }

  .news{
    padding:42px 0!important;
  }
  .news-body h3{
    font-size:17px!important;
  }

  .brands-slider{
    padding:40px 0!important;
  }

  .faq{
    padding:42px 0!important;
  }
  .accordion summary{
    font-size:14px!important;
  }

  .contact{
    padding-bottom:42px!important;
  }

  /* Bottom app bar: bigger labels/icons */
  .mobile-app-nav{
    height:78px!important;
  }
  .mobile-app-nav a{
    font-size:11px!important;
  }
  .mobile-app-nav svg{
    width:22px!important;
    height:22px!important;
  }
  .mobile-main-action .main-action-icon{
    width:54px!important;
    height:54px!important;
  }
}


/* ===== V9 · Desktop category section redesign ===== */
.categories-premium{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
}
.categories-premium .category-grid{
  gap:20px;
}
.categories-premium .category-grid article{
  min-height:232px;
  padding:28px 28px 24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:0;
  border-radius:24px;
  background:#fff;
  border:1px solid #e4ebe5;
  box-shadow:0 18px 44px rgba(14,55,33,.04);
  transition:.24s ease;
}
.categories-premium .category-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 58px rgba(14,55,33,.08);
}
.cat-icon-wrap{
  margin-bottom:20px;
}
.cat-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cat-icon img{
  width:72px;
  height:72px;
  display:block;
  object-fit:contain;
}
.categories-premium .category-grid .cat-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1;
}
.categories-premium .category-grid h3{
  font-size:18px;
  line-height:1.22;
  margin:0 0 10px;
  max-width:220px;
}
.categories-premium .category-grid p{
  display:block;
  font-size:14px;
  line-height:1.72;
  color:#6e7d75;
  margin:0 0 16px;
  max-width:100%;
}
.categories-premium .category-grid a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:800;
  color:var(--green);
}
.categories-premium .category-grid a::after{
  content:"→";
  font-size:13px;
  line-height:1;
}
@media (min-width:761px){
  .categories-premium .category-grid{
    grid-template-columns:repeat(4,1fr);
  }
}
@media (max-width:760px){
  .cat-icon-wrap{
    display:none!important;
  }
  .categories-premium .category-grid .cat-content{
    display:block;
  }
}


/* ===== Floating WhatsApp button ===== */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:85;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:0 18px 0 12px;
  border-radius:999px;
  background:linear-gradient(145deg,#24d366 0%, #16ba57 100%);
  color:#fff;
  box-shadow:0 16px 36px rgba(27, 171, 74, .28);
  font-size:14px;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, filter .22s ease;
  animation:whatsappGlow 3.2s ease-in-out infinite;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.01);
  background:linear-gradient(145deg,#34de73 0%, #1ac35f 100%);
  box-shadow:0 20px 42px rgba(27, 171, 74, .36);
  filter:saturate(1.04);
}
.whatsapp-float__icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);
}
.whatsapp-float__icon svg{
  width:22px;
  height:22px;
  display:block;
}
.whatsapp-float__label{
  letter-spacing:.01em;
}
@keyframes whatsappGlow{
  0%,100%{box-shadow:0 16px 36px rgba(27,171,74,.28)}
  50%{box-shadow:0 18px 44px rgba(27,171,74,.38)}
}

@media (max-width:760px){
  .whatsapp-float{
    right:14px;
    bottom:146px;
    min-height:54px;
    padding:0 15px 0 11px;
    gap:8px;
    font-size:13px;
  }
  .whatsapp-float__icon{
    width:34px;
    height:34px;
  }
  .whatsapp-float__icon svg{
    width:20px;
    height:20px;
  }
}


/* ===== WhatsApp helper dialog + spacing fix ===== */
.whatsapp-float{border:0;cursor:pointer;font-family:inherit}
.back-to-top{bottom:96px!important}
.whatsapp-dialog{
  position:fixed;
  right:24px;
  bottom:96px;
  z-index:90;
  width:min(390px,calc(100vw - 32px));
  background:#fff;
  border:1px solid #e2e9e4;
  border-radius:22px;
  box-shadow:0 24px 70px rgba(10,45,28,.2);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(.985);
  transform-origin:bottom right;
  transition:.22s ease;
}
.whatsapp-dialog.is-open{opacity:1;visibility:visible;transform:none}
.whatsapp-dialog__head{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 16px 14px;
  background:linear-gradient(135deg,#173d2c,#0d2e22);
  color:#fff;
}
.whatsapp-dialog__brand{display:flex;align-items:center;gap:10px}
.whatsapp-dialog__logo{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff}
.whatsapp-dialog__logo svg{width:21px;height:21px}
.whatsapp-dialog__brand strong,.whatsapp-dialog__brand small{display:block}
.whatsapp-dialog__brand strong{font-size:14px}
.whatsapp-dialog__brand small{font-size:10px;color:#c8dbd1;margin-top:2px}
.whatsapp-dialog__close{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-size:23px;cursor:pointer}
.whatsapp-dialog__body{padding:17px}
.whatsapp-dialog__body>p{margin:0 0 13px;font-size:17px;font-weight:800;color:#173026}
.whatsapp-choice{
  width:100%;display:grid;grid-template-columns:38px 1fr 20px;gap:10px;align-items:center;
  padding:12px;margin:8px 0;border:1px solid #e3ebe5;border-radius:15px;background:#fbfdfb;
  text-align:left;font-family:inherit;cursor:pointer;color:#183228;transition:.18s ease;
}
.whatsapp-choice:hover{border-color:#b9dfc5;background:#f2faf4;transform:translateY(-1px)}
.whatsapp-choice__icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e8f8ed;color:#18a84e;font-weight:900}
.whatsapp-choice strong,.whatsapp-choice small{display:block}
.whatsapp-choice strong{font-size:13px;line-height:1.25}
.whatsapp-choice small{font-size:10px;line-height:1.4;color:#75827b;margin-top:3px}
.whatsapp-choice__arrow{font-size:24px;color:#6caf7d}
.whatsapp-dialog__foot{padding:0 17px 16px;font-size:9px;color:#849089}

@media(max-width:760px){
  .back-to-top{bottom:92px!important;right:14px!important}
  .whatsapp-dialog{
    right:12px;left:12px;bottom:210px;width:auto;border-radius:20px;
  }
  .whatsapp-dialog__body>p{font-size:18px}
  .whatsapp-choice{padding:13px}
  .whatsapp-choice strong{font-size:14px}
  .whatsapp-choice small{font-size:11px}
}
\n\n/* ===== Productos destacados ===== */\n
.featured-products{background:linear-gradient(180deg,#fbfcfb 0%,#f5f7f6 100%);padding:86px 0 92px}
.featured-products__head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:34px}
.featured-products__head>div{max-width:760px}
.featured-products__head h2{margin:7px 0 10px;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.04em;color:#132d23}
.featured-products__head p{margin:0;max-width:680px;color:#6d7973;font-size:15px;line-height:1.75}
.featured-products__all{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;color:#173c2c;font-size:13px;font-weight:800;padding:12px 16px;border:1px solid #d8e2dc;border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(16,48,34,.05)}
.featured-products__all span{font-size:19px;transition:transform .18s ease}
.featured-products__all:hover span{transform:translateX(3px)}
.featured-products__viewport{overflow:visible}
.featured-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.product-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid #e5eae7;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(16,48,34,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:hover{transform:translateY(-5px);border-color:#d4dfd8;box-shadow:0 20px 48px rgba(16,48,34,.11)}
.product-card__image{position:relative;display:flex;align-items:center;justify-content:center;min-height:210px;aspect-ratio:4/3;background:radial-gradient(circle at top,#ffffff 0%,#f5f7f6 88%);padding:20px 20px 16px}
.product-card__image img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}
.product-card:hover .product-card__image img{transform:scale(1.04)}
.product-card__badge{position:absolute;top:14px;left:14px;z-index:1;padding:6px 10px;border-radius:999px;background:#173c2c;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.product-card__badge--soft{background:#e8f6eb;color:#198746}
.product-card__body{flex:1;display:flex;flex-direction:column;padding:16px 18px 18px;border-top:1px solid #eef1ef}
.product-card__brand{display:block;color:#66b835;font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:7px}
.product-card__body h3{margin:0;color:#1d3028;font-size:15px;line-height:1.35;min-height:42px;font-weight:800}
.product-card__body p{margin:8px 0 16px;color:#7a8680;font-size:12px;line-height:1.5;min-height:36px}
.product-card__body>a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef1ef;padding-top:12px;margin-top:auto;color:#173c2c;font-size:11px;font-weight:800}
.product-card__body>a span{font-size:17px;color:#70cc34}
.featured-products__mobile-cta{display:none}

@media(max-width:1100px){
  .featured-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .featured-products{padding:54px 0 58px}
  .featured-products__head{display:block;margin-bottom:22px}
  .featured-products__head h2{font-size:30px;margin-top:6px}
  .featured-products__head p{font-size:14px;line-height:1.65}
  .featured-products__all{display:none}
  .featured-products__viewport{margin:0;overflow:visible;padding:0}
  .featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:auto}
  .product-card{width:auto;flex:initial;border-radius:18px}
  .product-card__image{min-height:136px;padding:15px}
  .product-card__body{padding:13px 13px 14px}
  .product-card__brand{font-size:8px;margin-bottom:6px}
  .product-card__body h3{font-size:13px;min-height:auto}
  .product-card__body p{font-size:10px;line-height:1.45;min-height:auto;margin:6px 0 10px}
  .product-card__body>a{font-size:10px;padding-top:10px}
  .featured-products__mobile-cta{display:block;margin-top:14px}
  .featured-products__mobile-cta .btn{width:100%;justify-content:center}
}
@media(max-width:430px){
  .featured-products__grid{gap:10px}
  .product-card__image{min-height:124px;padding:12px}
  .product-card__body{padding:12px}
  .product-card__body h3{font-size:12.5px;line-height:1.32}
}
.sectors{background:var(--deep);color:#fff;padding:100px 0}
.section-head.light p{max-width:420px;color:#c7d5ce;font-size:14px;line-height:1.7}
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sector-grid article{min-height:500px;border-radius:24px;overflow:hidden;position:relative;background:var(--bg) center/cover no-repeat}
.sector-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,28,19,.02) 20%,rgba(6,28,19,.85) 100%)}
.sector-grid article>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}
.sector-grid article span{font-size:10px;color:#c9ffad}
.sector-grid h3{font-family:Montserrat,Manrope,sans-serif;font-size:27px;margin:8px 0}
.sector-grid p{color:#d9e4df;font-size:13px;line-height:1.65}
.sector-grid a{font-size:12px;font-weight:800}
.catalog{background:linear-gradient(135deg,#f7fbf7,#edf6ef)}
.catalog-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.catalog-copy p{font-size:17px;line-height:1.75;color:var(--muted)}
.catalog-copy ul{padding-left:20px;color:#50625a;line-height:1.8;font-size:13px;margin:24px 0 30px}
.catalog-visual{min-height:570px;position:relative;display:grid;place-items:center}
.phone{width:310px;background:#fff;border-radius:34px;padding:20px;box-shadow:0 28px 75px rgba(19,73,43,.19);border:1px solid var(--line)}
.phone-top{height:50px;display:flex;align-items:center;border-bottom:1px solid var(--line);margin-bottom:16px}
.phone-top img{width:115px}
.client-note{font-size:12px;color:var(--muted);margin:10px 0 16px}
.client-note strong{font-size:18px;color:var(--ink)}
.mock-product{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;background:#f7faf8;border-radius:14px;padding:10px;margin:10px 0}
.mock-thumb{height:58px;border-radius:11px;background:linear-gradient(135deg,#d9f4dd,#91dc68)}
.mock-thumb.t2{background:linear-gradient(135deg,#f0f3ef,#c6d9ca)}
.mock-thumb.t3{background:linear-gradient(135deg,#dff0ec,#8bd2bd)}
.mock-product strong,.mock-product span{display:block}
.mock-product strong{font-size:12px}
.mock-product span{font-size:10px;color:var(--muted);margin-top:3px}
.phone button{width:100%;border:0;border-radius:11px;background:var(--green);color:#fff;padding:13px;font-weight:800;margin-top:10px}
.floating-note{position:absolute;right:3%;top:20%;background:#fff;padding:15px 18px;border-radius:14px;box-shadow:0 16px 42px rgba(20,70,40,.12)}
.floating-note b,.floating-note span{display:block}
.floating-note b{font-size:12px}.floating-note span{font-size:10px;color:var(--muted);margin-top:3px}
.section-note{font-size:11px;color:var(--muted)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-grid article{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
.news-cover{height:210px;display:flex;align-items:flex-end;padding:20px;background:linear-gradient(135deg,#d9f5d5,#6fcd3e)}
.news-cover.n2{background:linear-gradient(135deg,#eef7ed,#b8d9b0)}
.news-cover.n3{background:linear-gradient(135deg,#d7ebe3,#7fc8a8)}
.news-cover span{background:rgba(255,255,255,.85);padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800}
.news-body{padding:22px}
.news-body small{color:var(--muted)}
.news-body h3{font-family:Montserrat,Manrope,sans-serif;font-size:19px;line-height:1.3}
.news-body p{font-size:12px;line-height:1.65;color:var(--muted)}
.news-body a{font-size:11px;font-weight:800;color:var(--green)}
.faq{background:#fafcfa}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.faq-title{position:sticky;top:120px}
.faq-title p{color:var(--muted);line-height:1.7}
.accordion details{border-bottom:1px solid var(--line);padding:18px 0}
.accordion summary{list-style:none;cursor:pointer;font-weight:800;font-size:14px;position:relative;padding-right:35px}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary:after{content:"+";position:absolute;right:5px;top:-4px;font-size:24px;color:var(--green)}
.accordion details[open] summary:after{content:"–"}
.accordion p{color:var(--muted);font-size:12px;line-height:1.7;max-width:720px}
.contact{padding:0 0 100px;background:#fafcfa}
.contact-card{background:linear-gradient(135deg,var(--green),#5eb72f);border-radius:26px;padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;color:#fff}
.contact-card h2{color:#fff}
.contact-card p{color:#efffe8}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.btn-white{background:#fff;color:#4e9f25}
.btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff}
.contact-actions span{font-size:10px;color:#e9f8e3}
footer{background:#101916;color:#a8b4ae;padding:54px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:60px}
.footer-grid img{width:145px;margin-bottom:18px}
.footer-grid p,.footer-grid span,.footer-grid a{display:block;font-size:11px;line-height:1.9;color:#9aa8a1}
.footer-grid h4{color:#fff;font-size:12px}
.footer-bottom{border-top:1px solid #27322d;margin-top:40px;padding-top:18px;font-size:10px}
@media(max-width:950px){
  .nav nav{display:none}.menu-toggle{display:block;margin-left:auto}.nav-cta{display:none}
  .intro-grid,.catalog-grid,.faq-grid,.contact-card{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .sector-grid{grid-template-columns:1fr}
  .sector-grid article{min-height:430px}
  .news-grid{grid-template-columns:1fr}
  .faq-title{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .brand img{width:135px}
  .hero{min-height:720px;height:88vh}
  .hero-photo{object-position:66% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,32,23,.5) 0%,rgba(8,32,23,.62) 48%,rgba(8,32,23,.88) 100%)}
  .hero-inner{align-self:flex-end;padding-bottom:54px}
  .hero h1{font-size:42px}
  .hero p{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-meta{display:none}
  .band-inner{align-items:flex-start;flex-direction:column;padding:18px 0}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-grid article{padding:16px}
  .category-grid img{height:90px}
  .category-grid h3{font-size:14px}
  .category-grid p{display:none}
  .section{padding:70px 0}
  .section-tight{padding:10px 0 75px}
  .contact-card{padding:32px}
  .footer-grid{grid-template-columns:1fr}
}


/* ===== Brand slider ===== */
.brands-slider{background:#fff}
.brand-slider{position:relative;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:10px}
.brand-viewport{overflow:hidden}
.brand-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.brand-item{flex:0 0 calc(100% / 6);height:128px;display:grid;place-items:center;padding:18px;border-right:1px solid var(--line);background:#fff;transition:.2s}
.brand-item:hover{background:#f8fbf8;transform:translateY(-2px)}
.brand-item img{max-width:150px;max-height:74px;object-fit:contain}
.brand-arrow{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--deep);font-size:26px;cursor:pointer;transition:.2s}
.brand-arrow:hover{background:var(--green);color:#fff;border-color:var(--green)}

/* ===== Premium footer ===== */
.premium-footer{background:#0b1410;color:#b2c0b8;padding:0}
.footer-cta{background:linear-gradient(135deg,#13261d,#0b1812);border-bottom:1px solid #26352d}
.footer-cta-inner{min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.footer-cta h3{font-family:Montserrat,Manrope,sans-serif;color:#fff;font-size:30px;line-height:1.15;margin:4px 0 10px;max-width:700px}
.footer-cta p{max-width:720px;font-size:13px;line-height:1.7;color:#9fb0a6}
.footer-main{display:grid;grid-template-columns:1.5fr .7fr .9fr 1fr;gap:60px;padding:64px 0 48px}
.footer-brand img{width:170px;margin-bottom:22px}
.footer-brand p{max-width:330px;font-size:12px;line-height:1.8;color:#8fa097}
.footer-main h4{color:#fff;font-size:12px;margin:0 0 18px}
.footer-main a,.footer-main span,.footer-main strong{display:block;font-size:11px;line-height:2;color:#93a39a}
.footer-main strong{color:#d9e7df;font-size:15px;margin-bottom:4px}
.footer-main a:hover{color:var(--green)}
.footer-social{display:flex;gap:8px;margin-top:22px}
.footer-social a{width:34px;height:34px;border:1px solid #2d3a33;border-radius:9px;display:grid;place-items:center!important;line-height:1!important;color:#c9d4ce!important;font-weight:800;font-size:10px}
.footer-social a:hover{background:var(--green);border-color:var(--green);color:#fff!important}
.footer-bottom{border-top:1px solid #26342d;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:10px;color:#738279}
.footer-bottom div{display:flex;gap:20px}
.footer-bottom a:hover{color:var(--green)}

@media(max-width:900px){
  .brand-item{flex-basis:calc(100% / 3)}
  .footer-cta-inner{padding:40px 0;align-items:flex-start;flex-direction:column}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand-slider{grid-template-columns:36px 1fr 36px}
  .brand-item{flex-basis:calc(100% / 2);height:108px;padding:12px}
  .brand-item img{max-width:110px;max-height:62px}
  .brand-arrow{width:34px;height:34px;font-size:22px}
  .footer-main{grid-template-columns:1fr;gap:34px}
  .footer-bottom{align-items:flex-start;flex-direction:column;padding:22px 0}
  .footer-bottom div{flex-wrap:wrap;gap:12px}
}


/* ===== V5 refinements ===== */

/* Hero: more breathing room */
.hero{
  height:auto;
  min-height:780px;
  padding:118px 0 92px;
}
.hero-inner{
  padding-top:0;
}
.hero-copy{
  max-width:780px;
}
.hero h1{
  max-width:760px;
  margin-bottom:28px;
}
.hero p{
  margin:0;
  max-width:700px;
}
.hero-actions{
  margin:36px 0 42px;
}
.hero-meta{
  padding-top:4px;
}

/* Premium intro block */
.solutions-premium{
  background:#f7faf7;
  padding:108px 0;
}
.solutions-shell{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:stretch;
}
.solutions-copy{
  background:linear-gradient(145deg,#0f3b2a,#0b2f23);
  color:#fff;
  border-radius:28px;
  padding:52px;
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 30px 70px rgba(11,47,35,.16);
}
.solutions-copy h2{color:#fff}
.solutions-copy p{
  color:#d8e5dd;
  line-height:1.75;
  font-size:16px;
  max-width:560px;
}
.solutions-copy .text-link{margin-top:10px;color:#bff59c}
.solutions-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.solutions-feature-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  min-height:205px;
  box-shadow:0 14px 36px rgba(18,61,37,.05);
}
.solutions-feature-grid article span{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:#eff9e8;color:#5cad2c;
  font-size:10px;font-weight:800;
}
.solutions-feature-grid h3{
  font-size:18px;
  margin:24px 0 8px;
}
.solutions-feature-grid p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}

/* Category section as a distinct premium layer */
.categories-premium{
  padding:110px 0 120px;
  background:#fff;
}
.categories-heading{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px;
}
.categories-heading p{
  color:var(--muted);
  line-height:1.7;
  margin:0 0 6px;
  font-size:14px;
}
.categories-premium .category-grid{
  gap:18px;
}
.categories-premium .category-grid article{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  align-items:center;
  min-height:190px;
  padding:22px;
  border-radius:22px;
  background:#fbfdfb;
}
.categories-premium .category-grid img{
  height:105px;
  margin:0;
}
.categories-premium .category-grid h3{
  margin:0 0 7px;
}
.categories-premium .category-grid p{
  margin-bottom:12px;
}
.categories-premium .category-grid a{
  color:var(--green);
  font-size:11px;
  font-weight:800;
}

/* Footer made lighter and more readable */
.premium-footer{
  background:#17231d;
  color:#c6d0ca;
}
.footer-cta{
  background:linear-gradient(135deg,#22342a,#1b2b23);
  border-bottom:1px solid #33453b;
}
.footer-cta h3{
  font-size:34px;
}
.footer-cta p{
  color:#c5d0c9;
  font-size:14px;
}
.footer-main{
  padding:66px 0 54px;
}
.footer-brand p{
  color:#bcc7c0;
  font-size:13px;
  line-height:1.8;
}
.footer-main h4{
  font-size:14px;
  margin-bottom:20px;
}
.footer-main a,.footer-main span,.footer-main strong{
  font-size:13px;
  line-height:1.85;
  color:#b8c4bd;
}
.footer-main strong{
  color:#fff;
  font-size:17px;
}
.footer-social a{
  width:40px;height:40px;
  border-color:#405148;
  background:#203028;
}
.footer-social svg{
  width:19px;height:19px;
  fill:none;
  stroke:#dbe5df;
  stroke-width:1.8;
}
.footer-social a:nth-child(2) svg,
.footer-social a:nth-child(3) svg{
  fill:#dbe5df;
  stroke:none;
}
.footer-bottom{
  min-height:76px;
  color:#99a8a0;
  font-size:11px;
  border-top-color:#33433b;
}

/* Back to top */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:80;
  width:48px;
  height:48px;
  border:none;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(60,150,30,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:.25s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  transform:translateY(-2px);
}
.back-to-top svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:950px){
  .hero{min-height:760px;padding:110px 0 80px}
  .solutions-shell,
  .categories-heading{grid-template-columns:1fr}
  .solutions-feature-grid{grid-template-columns:1fr 1fr}
  .categories-premium .category-grid article{grid-template-columns:95px 1fr}
}
@media(max-width:620px){
  .hero{
    min-height:780px;
    height:auto;
    padding:120px 0 58px;
  }
  .hero-inner{
    align-self:auto;
    padding-bottom:0;
  }
  .solutions-premium,
  .categories-premium{padding:72px 0}
  .solutions-copy{padding:34px;min-height:auto}
  .solutions-feature-grid{grid-template-columns:1fr}
  .categories-heading{gap:22px}
  .categories-premium .category-grid{
    grid-template-columns:1fr;
  }
  .categories-premium .category-grid article{
    grid-template-columns:90px 1fr;
    min-height:150px;
  }
  .categories-premium .category-grid p{display:block}
  .footer-cta h3{font-size:28px}
  .footer-main a,.footer-main span,.footer-main strong{font-size:13px}
  .back-to-top{right:16px;bottom:16px;width:44px;height:44px}
}


/* ===== V6 · Mobile-first app experience ===== */
.mobile-app-nav{display:none}
.mobile-inline-link{display:none}

/* Tablet refinements without altering desktop layout */
@media (max-width:760px){

  html{scroll-padding-top:72px}
  body{
    padding-bottom:82px;
    background:#f7faf7;
  }

  /* Header behaves like an app top bar */
  .site-header{
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(18px);
    box-shadow:0 4px 20px rgba(20,65,40,.07);
  }
  .nav{
    height:64px;
    padding:0 2px;
  }
  .brand img{width:126px}
  .menu-toggle{display:none!important}

  /* Hero: mobile editorial composition, less vertical travel */
  .hero{
    min-height:610px;
    height:auto;
    padding:88px 0 34px;
    align-items:flex-end;
    background:#0e3325;
  }
  .hero-photo{
    object-position:66% center;
  }
  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(7,27,20,.08) 0%,rgba(7,27,20,.20) 34%,rgba(7,27,20,.88) 72%,rgba(7,27,20,.96) 100%),
      linear-gradient(90deg,rgba(7,27,20,.20),rgba(7,27,20,0) 70%);
  }
  .hero-inner{
    padding:0;
    align-self:flex-end;
  }
  .hero-copy{
    max-width:100%;
    padding:0 2px;
  }
  .hero .eyebrow{
    font-size:9px;
    letter-spacing:.14em;
    margin-bottom:10px;
  }
  .hero h1{
    font-size:35px;
    line-height:1.01;
    letter-spacing:-.04em;
    max-width:100%;
    margin-bottom:14px;
  }
  .hero p{
    font-size:13px;
    line-height:1.55;
    max-width:92%;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:20px 0 0;
  }
  .hero-actions .btn{
    min-height:44px;
    padding:0 11px;
    font-size:11px;
    border-radius:12px;
  }
  .hero-meta{display:none!important}

  /* Sections become compact mobile modules */
  .section{padding:54px 0}
  .section-tight{padding:0 0 56px}
  h2{font-size:28px;line-height:1.08}
  .eyebrow{font-size:9px;margin-bottom:10px}

  /* Intro as app dashboard cards */
  .solutions-premium{
    padding:54px 0 46px;
    background:#f3f7f3;
  }
  .solutions-shell{
    gap:12px;
  }
  .solutions-copy{
    min-height:auto;
    padding:28px 24px;
    border-radius:22px;
    box-shadow:none;
  }
  .solutions-copy h2{font-size:27px}
  .solutions-copy p{
    font-size:12px;
    line-height:1.6;
    margin:13px 0 8px;
  }
  .solutions-copy .text-link{font-size:11px}

  .solutions-feature-grid{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .solutions-feature-grid article{
    min-height:130px;
    padding:16px;
    border-radius:17px;
    box-shadow:none;
  }
  .solutions-feature-grid article span{
    width:30px;height:30px;
    border-radius:9px;
    font-size:8px;
  }
  .solutions-feature-grid h3{
    font-size:13px;
    margin:13px 0 5px;
  }
  .solutions-feature-grid p{
    font-size:10px;
    line-height:1.45;
  }

  /* Categories: 2-column compact icon tiles */
  .categories-premium{
    padding:48px 0 55px;
    background:#fff;
  }
  .categories-heading{
    display:block;
    margin-bottom:22px;
  }
  .categories-heading h2{
    font-size:26px;
    max-width:94%;
  }
  .categories-intro-side p{display:none}
  .mobile-inline-link{
    display:inline-block;
    margin-top:10px;
    color:var(--green);
    font-size:10px;
    font-weight:800;
  }
  .categories-premium .category-grid{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .categories-premium .category-grid article{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
    min-height:148px;
    padding:14px;
    border-radius:17px;
    background:#f9fbf9;
  }
  .categories-premium .category-grid img{
    width:100%;
    height:66px;
    object-fit:contain;
    margin:0;
  }
  .categories-premium .category-grid h3{
    font-size:12px;
    line-height:1.2;
    margin:0;
  }
  .categories-premium .category-grid p{display:none}
  .categories-premium .category-grid a{
    font-size:9px;
    margin-top:auto;
  }

  /* Sector cards become horizontal, app-like carousel */
  .sectors{
    padding:54px 0 48px;
  }
  .section-head.light{
    margin-bottom:20px;
  }
  .section-head.light p{
    display:none;
  }
  .sector-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    margin-right:calc((100vw - 100%) / -2);
    padding-right:18px;
    scrollbar-width:none;
  }
  .sector-grid::-webkit-scrollbar{display:none}
  .sector-grid article{
    flex:0 0 82%;
    min-height:330px;
    border-radius:20px;
    scroll-snap-align:start;
  }
  .sector-grid article>div{
    left:20px;right:20px;bottom:20px;
  }
  .sector-grid h3{font-size:21px}
  .sector-grid p{font-size:11px}

  /* Catalog: visual first, compact explanatory copy */
  .catalog{
    padding:56px 0;
  }
  .catalog-grid{
    gap:28px;
  }
  .catalog-copy h2{font-size:28px}
  .catalog-copy p{
    font-size:12px;
    line-height:1.6;
  }
  .catalog-copy ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 20px;
    padding:0;
    list-style:none;
    margin:18px 0 22px;
  }
  .catalog-copy li{
    position:relative;
    padding-left:15px;
    font-size:10px;
    line-height:1.45;
  }
  .catalog-copy li:before{
    content:"";
    width:6px;height:6px;
    border-radius:50%;
    background:var(--green);
    position:absolute;
    left:0;top:5px;
  }
  .catalog-visual{
    min-height:390px;
  }
  .phone{
    width:255px;
    padding:14px;
    border-radius:27px;
  }
  .phone-top{height:39px}
  .phone-top img{width:96px}
  .mock-product{
    grid-template-columns:48px 1fr;
    padding:8px;
    gap:8px;
  }
  .mock-thumb{height:44px}
  .floating-note{
    right:0;
    top:14%;
    padding:11px 13px;
  }

  /* News: horizontal cards instead of tall vertical list */
  .news{
    padding:52px 0;
  }
  .news .section-head{
    margin-bottom:20px;
  }
  .section-note{font-size:9px}
  .news-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    margin-right:calc((100vw - 100%) / -2);
    padding-right:18px;
    scrollbar-width:none;
  }
  .news-grid::-webkit-scrollbar{display:none}
  .news-grid article{
    flex:0 0 78%;
    scroll-snap-align:start;
    border-radius:18px;
  }
  .news-cover{height:130px;padding:14px}
  .news-body{padding:16px}
  .news-body h3{font-size:16px;margin:7px 0}
  .news-body p{font-size:10px}

  /* Brand slider compact */
  .brands-slider{
    padding:48px 0;
  }
  .brands-slider .section-head{
    margin-bottom:18px;
  }
  .brand-slider{
    grid-template-columns:30px 1fr 30px;
    gap:5px;
  }
  .brand-arrow{
    width:30px;height:30px;
    font-size:18px;
  }
  .brand-item{
    flex-basis:calc(100% / 2);
    height:86px;
    padding:8px;
  }
  .brand-item img{
    max-width:100px;
    max-height:52px;
  }

  /* FAQ as compact app settings list */
  .faq{
    padding:50px 0;
  }
  .faq-grid{
    gap:20px;
  }
  .faq-title h2{font-size:27px}
  .faq-title p{
    font-size:11px;
    margin-bottom:0;
  }
  .accordion{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:0 16px;
  }
  .accordion details{
    padding:14px 0;
  }
  .accordion summary{
    font-size:12px;
    line-height:1.35;
  }
  .accordion p{
    font-size:10px;
    line-height:1.6;
    margin-bottom:2px;
  }

  /* Contact module */
  .contact{
    padding:0 0 50px;
  }
  .contact-card{
    gap:22px;
    padding:28px 24px;
    border-radius:22px;
  }
  .contact-card h2{font-size:27px}
  .contact-card p{font-size:12px}
  .contact-actions{
    width:100%;
  }
  .contact-actions .btn{
    width:100%;
    min-height:44px;
    font-size:11px;
  }

  /* Footer: mobile utility footer, no endless scroll */
  .footer-cta{
    display:none;
  }
  .premium-footer{
    padding-bottom:12px;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
    padding:36px 0 26px;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
  .footer-brand img{
    width:142px;
    margin-bottom:12px;
  }
  .footer-brand p{
    font-size:11px;
    max-width:90%;
  }
  .footer-main h4{
    font-size:11px;
    margin-bottom:8px;
  }
  .footer-main a,.footer-main span,.footer-main strong{
    font-size:10px;
    line-height:1.7;
  }
  .footer-social{margin-top:14px}
  .footer-social a{
    width:34px;height:34px;
  }
  .footer-bottom{
    min-height:auto;
    padding:16px 0 6px;
    font-size:9px;
  }
  .footer-bottom div{
    display:none;
  }

  /* Bottom app navigation */
  .mobile-app-nav{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    position:fixed;
    left:10px;right:10px;bottom:10px;
    z-index:100;
    height:64px;
    padding:5px 6px 4px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(20,70,40,.09);
    border-radius:20px;
    box-shadow:0 16px 42px rgba(18,60,38,.18);
    backdrop-filter:blur(18px);
  }
  .mobile-app-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#66766d;
    font-size:8px;
    font-weight:700;
    position:relative;
  }
  .mobile-app-nav svg{
    width:18px;height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-app-nav a.is-active{
    color:var(--green);
  }
  .mobile-main-action{
    transform:translateY(-13px);
  }
  .mobile-main-action .main-action-icon{
    width:46px;height:46px;
    display:grid;place-items:center;
    border-radius:15px;
    background:var(--green);
    color:#fff;
    box-shadow:0 10px 24px rgba(84,181,47,.30);
  }
  .mobile-main-action .main-action-icon svg{
    width:22px;height:22px;
  }

  /* Back to top sits above app nav */
  .back-to-top{
    width:40px;height:40px;
    right:14px;
    bottom:88px;
    border-radius:13px;
  }
}

/* Small phone tuning */
@media (max-width:390px){
  .hero{min-height:590px}
  .hero h1{font-size:32px}
  .hero-actions .btn{font-size:10px}
  .solutions-feature-grid{gap:7px}
  .solutions-feature-grid article{padding:13px}
  .categories-premium .category-grid article{min-height:140px;padding:12px}
  .sector-grid article{flex-basis:86%}
  .news-grid article{flex-basis:84%}
}


/* ===== V7 · Mobile refinements ===== */
@media (max-width:760px){

  /* Header: keep hamburger and give it visual weight */
  .nav{
    height:68px;
  }
  .brand img{
    width:138px;
  }
  .menu-toggle{
    display:flex!important;
    width:42px;
    height:42px;
    margin-left:auto;
    padding:10px;
    border:1px solid #e4ebe6;
    border-radius:12px;
    background:#f8fbf8;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
  }
  .menu-toggle span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:#183326;
    transition:.2s ease;
  }

  /* Hero: reduce dead space, increase body/button text */
  .hero{
    min-height:560px;
    padding:78px 0 24px;
  }
  .hero-inner{
    padding-bottom:0;
  }
  .hero .eyebrow{
    font-size:11px;
    line-height:1.3;
    margin-bottom:11px;
  }
  .hero h1{
    font-size:35px;
    line-height:1.02;
    margin-bottom:13px;
  }
  .hero p{
    font-size:15px;
    line-height:1.55;
    max-width:96%;
  }
  .hero-actions{
    margin:18px 0 0;
    gap:8px;
  }
  .hero-actions .btn{
    min-height:48px;
    font-size:12px;
    line-height:1.25;
    padding:0 12px;
  }

  /* General mobile text sizing */
  .solutions-copy p,
  .categories-heading p,
  .section-head.light p,
  .catalog-copy p,
  .news-body p,
  .faq-title p,
  .contact-card p,
  .footer-brand p{
    font-size:13px;
    line-height:1.65;
  }
  .solutions-feature-grid p,
  .category-grid p,
  .sector-grid p,
  .catalog-copy li,
  .accordion p,
  .footer-main a,
  .footer-main span{
    font-size:12px;
  }

  .solutions-feature-grid h3{
    font-size:14px;
  }

  /* Bottom navigation: bigger, more thumb-friendly */
  body{
    padding-bottom:92px;
  }
  .mobile-app-nav{
    left:8px;
    right:8px;
    bottom:8px;
    height:74px;
    border-radius:22px;
    padding:7px 5px 6px;
  }
  .mobile-app-nav a{
    gap:4px;
    font-size:10px;
  }
  .mobile-app-nav svg{
    width:21px;
    height:21px;
  }
  .mobile-main-action{
    transform:translateY(-15px);
  }
  .mobile-main-action .main-action-icon{
    width:52px;
    height:52px;
    border-radius:16px;
  }
  .mobile-main-action .main-action-icon svg{
    width:24px;
    height:24px;
  }

  .back-to-top{
    bottom:98px;
  }

  /* FAQ readability */
  .accordion summary{
    font-size:13px;
  }

  /* Contact buttons */
  .contact-actions .btn{
    font-size:12px;
  }
}

/* Mobile menu panel */
.mobile-menu-panel{
  display:none;
}
@media (max-width:760px){
  .mobile-menu-panel{
    display:block;
    position:fixed;
    inset:0;
    z-index:120;
    background:rgba(8,31,22,.42);
    backdrop-filter:blur(6px);
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
  }
  .mobile-menu-panel.is-open{
    opacity:1;
    visibility:visible;
  }
  .mobile-menu-inner{
    position:absolute;
    top:0;
    right:0;
    width:min(88vw,360px);
    height:100%;
    background:#fff;
    padding:18px 20px 26px;
    box-shadow:-20px 0 60px rgba(10,40,25,.18);
    transform:translateX(100%);
    transition:.28s cubic-bezier(.22,.61,.36,1);
    display:flex;
    flex-direction:column;
  }
  .mobile-menu-panel.is-open .mobile-menu-inner{
    transform:translateX(0);
  }
  .mobile-menu-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:14px;
    border-bottom:1px solid #e7ece8;
  }
  .mobile-menu-top img{
    width:132px;
  }
  .mobile-menu-close{
    width:38px;height:38px;
    border:0;border-radius:12px;
    background:#f5f8f5;
    font-size:25px;
    line-height:1;
    color:#1b3328;
  }
  .mobile-menu-links{
    display:flex;
    flex-direction:column;
    padding:16px 0 10px;
  }
  .mobile-menu-links a{
    padding:13px 4px;
    border-bottom:1px solid #edf1ee;
    font-size:15px;
    font-weight:700;
    color:#173026;
  }
  .mobile-menu-whatsapp{
    margin-top:auto;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:var(--green);
    color:#fff;
    font-size:13px;
    font-weight:800;
  }
}


/* ===== V8 · Ultra-premium mobile optimization ===== */
@media (max-width:760px){

  /* GLOBAL MOBILE TYPOGRAPHY: no tiny text */
  body{
    font-size:16px;
  }
  .eyebrow{
    font-size:11px!important;
    letter-spacing:.12em!important;
  }
  h2{
    font-size:29px!important;
    line-height:1.08!important;
  }
  .hero p,
  .solutions-copy p,
  .catalog-copy p,
  .faq-title p,
  .contact-card p,
  .footer-brand p{
    font-size:15px!important;
    line-height:1.55!important;
  }
  .sector-grid p,
  .news-body p,
  .accordion p,
  .footer-main a,
  .footer-main span,
  .catalog-copy li{
    font-size:13px!important;
    line-height:1.5!important;
  }
  .news-body small,
  .section-note,
  .mobile-inline-link{
    font-size:11px!important;
  }

  /* HERO: tighter, larger body text, clearer buttons */
  .hero{
    min-height:525px!important;
    padding:76px 0 22px!important;
  }
  .hero h1{
    font-size:35px!important;
    line-height:1.01!important;
    margin-bottom:12px!important;
  }
  .hero p{
    max-width:100%!important;
  }
  .hero-actions{
    margin-top:16px!important;
  }
  .hero-actions .btn{
    min-height:50px!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  /* SECTION 2: compress into a premium "service strip" */
  .solutions-premium{
    padding:28px 0 24px!important;
    background:#f5f8f5!important;
  }
  .solutions-shell{
    display:block!important;
  }
  .solutions-copy{
    min-height:0!important;
    padding:22px 20px!important;
    border-radius:20px!important;
    margin-bottom:10px!important;
  }
  .solutions-copy h2{
    font-size:24px!important;
    margin:0 0 8px!important;
  }
  .solutions-copy p{
    margin:0 0 10px!important;
    font-size:14px!important;
  }
  .solutions-copy .text-link{
    font-size:12px!important;
  }
  .solutions-feature-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .solutions-feature-grid article{
    min-height:0!important;
    padding:12px 13px!important;
    border-radius:15px!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
  }
  .solutions-feature-grid article span{
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    margin:0!important;
  }
  .solutions-feature-grid h3{
    font-size:12px!important;
    margin:0!important;
    line-height:1.2!important;
  }
  .solutions-feature-grid p{
    display:none!important;
  }

  /* CATEGORY SECTION: app-quality compact rows in two columns */
  .categories-premium{
    padding:34px 0 42px!important;
  }
  .categories-heading{
    margin-bottom:16px!important;
  }
  .categories-heading h2{
    font-size:26px!important;
    max-width:100%!important;
  }
  .categories-intro-side p{
    display:none!important;
  }
  .mobile-inline-link{
    margin-top:8px!important;
  }

  .categories-premium .category-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .categories-premium .category-grid article{
    position:relative!important;
    min-height:92px!important;
    padding:14px 34px 14px 14px!important;
    border-radius:16px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
    background:#fafcfa!important;
    border:1px solid #e8eee9!important;
  }
  .categories-premium .category-grid article img{
    display:none!important;
  }
  .categories-premium .category-grid article h3{
    font-size:14px!important;
    line-height:1.18!important;
    margin:0!important;
  }
  .categories-premium .category-grid article p{
    display:none!important;
  }
  .categories-premium .category-grid article a{
    position:absolute!important;
    inset:0!important;
    font-size:0!important;
    color:transparent!important;
  }
  .categories-premium .category-grid article:after{
    content:"›";
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:8px;
    display:grid;
    place-items:center;
    background:#eef8e8;
    color:#5bad2d;
    font-size:20px;
    font-weight:700;
  }
  .categories-premium .category-grid article:before{
    content:"";
    width:30px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--green),#9ee35f);
    margin-bottom:7px;
  }

  /* Give the rest of the experience readable compact rhythm */
  .sectors{
    padding:42px 0!important;
  }
  .sector-grid article{
    min-height:315px!important;
  }
  .sector-grid h3{
    font-size:22px!important;
  }

  .catalog{
    padding:44px 0!important;
  }
  .catalog-copy h2{
    font-size:28px!important;
  }

  .news{
    padding:42px 0!important;
  }
  .news-body h3{
    font-size:17px!important;
  }

  .brands-slider{
    padding:40px 0!important;
  }

  .faq{
    padding:42px 0!important;
  }
  .accordion summary{
    font-size:14px!important;
  }

  .contact{
    padding-bottom:42px!important;
  }

  /* Bottom app bar: bigger labels/icons */
  .mobile-app-nav{
    height:78px!important;
  }
  .mobile-app-nav a{
    font-size:11px!important;
  }
  .mobile-app-nav svg{
    width:22px!important;
    height:22px!important;
  }
  .mobile-main-action .main-action-icon{
    width:54px!important;
    height:54px!important;
  }
}


/* ===== V9 · Desktop category section redesign ===== */
.categories-premium{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
}
.categories-premium .category-grid{
  gap:20px;
}
.categories-premium .category-grid article{
  min-height:232px;
  padding:28px 28px 24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:0;
  border-radius:24px;
  background:#fff;
  border:1px solid #e4ebe5;
  box-shadow:0 18px 44px rgba(14,55,33,.04);
  transition:.24s ease;
}
.categories-premium .category-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 58px rgba(14,55,33,.08);
}
.cat-icon-wrap{
  margin-bottom:20px;
}
.cat-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cat-icon img{
  width:72px;
  height:72px;
  display:block;
  object-fit:contain;
}
.categories-premium .category-grid .cat-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1;
}
.categories-premium .category-grid h3{
  font-size:18px;
  line-height:1.22;
  margin:0 0 10px;
  max-width:220px;
}
.categories-premium .category-grid p{
  display:block;
  font-size:14px;
  line-height:1.72;
  color:#6e7d75;
  margin:0 0 16px;
  max-width:100%;
}
.categories-premium .category-grid a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:800;
  color:var(--green);
}
.categories-premium .category-grid a::after{
  content:"→";
  font-size:13px;
  line-height:1;
}
@media (min-width:761px){
  .categories-premium .category-grid{
    grid-template-columns:repeat(4,1fr);
  }
}
@media (max-width:760px){
  .cat-icon-wrap{
    display:none!important;
  }
  .categories-premium .category-grid .cat-content{
    display:block;
  }
}


/* ===== Floating WhatsApp button ===== */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:85;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:0 18px 0 12px;
  border-radius:999px;
  background:linear-gradient(145deg,#24d366 0%, #16ba57 100%);
  color:#fff;
  box-shadow:0 16px 36px rgba(27, 171, 74, .28);
  font-size:14px;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, filter .22s ease;
  animation:whatsappGlow 3.2s ease-in-out infinite;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.01);
  background:linear-gradient(145deg,#34de73 0%, #1ac35f 100%);
  box-shadow:0 20px 42px rgba(27, 171, 74, .36);
  filter:saturate(1.04);
}
.whatsapp-float__icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);
}
.whatsapp-float__icon svg{
  width:22px;
  height:22px;
  display:block;
}
.whatsapp-float__label{
  letter-spacing:.01em;
}
@keyframes whatsappGlow{
  0%,100%{box-shadow:0 16px 36px rgba(27,171,74,.28)}
  50%{box-shadow:0 18px 44px rgba(27,171,74,.38)}
}

@media (max-width:760px){
  .whatsapp-float{
    right:14px;
    bottom:146px;
    min-height:54px;
    padding:0 15px 0 11px;
    gap:8px;
    font-size:13px;
  }
  .whatsapp-float__icon{
    width:34px;
    height:34px;
  }
  .whatsapp-float__icon svg{
    width:20px;
    height:20px;
  }
}


/* ===== WhatsApp helper dialog + spacing fix ===== */
.whatsapp-float{border:0;cursor:pointer;font-family:inherit}
.back-to-top{bottom:96px!important}
.whatsapp-dialog{
  position:fixed;
  right:24px;
  bottom:96px;
  z-index:90;
  width:min(390px,calc(100vw - 32px));
  background:#fff;
  border:1px solid #e2e9e4;
  border-radius:22px;
  box-shadow:0 24px 70px rgba(10,45,28,.2);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(.985);
  transform-origin:bottom right;
  transition:.22s ease;
}
.whatsapp-dialog.is-open{opacity:1;visibility:visible;transform:none}
.whatsapp-dialog__head{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 16px 14px;
  background:linear-gradient(135deg,#173d2c,#0d2e22);
  color:#fff;
}
.whatsapp-dialog__brand{display:flex;align-items:center;gap:10px}
.whatsapp-dialog__logo{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff}
.whatsapp-dialog__logo svg{width:21px;height:21px}
.whatsapp-dialog__brand strong,.whatsapp-dialog__brand small{display:block}
.whatsapp-dialog__brand strong{font-size:14px}
.whatsapp-dialog__brand small{font-size:10px;color:#c8dbd1;margin-top:2px}
.whatsapp-dialog__close{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-size:23px;cursor:pointer}
.whatsapp-dialog__body{padding:17px}
.whatsapp-dialog__body>p{margin:0 0 13px;font-size:17px;font-weight:800;color:#173026}
.whatsapp-choice{
  width:100%;display:grid;grid-template-columns:38px 1fr 20px;gap:10px;align-items:center;
  padding:12px;margin:8px 0;border:1px solid #e3ebe5;border-radius:15px;background:#fbfdfb;
  text-align:left;font-family:inherit;cursor:pointer;color:#183228;transition:.18s ease;
}
.whatsapp-choice:hover{border-color:#b9dfc5;background:#f2faf4;transform:translateY(-1px)}
.whatsapp-choice__icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e8f8ed;color:#18a84e;font-weight:900}
.whatsapp-choice strong,.whatsapp-choice small{display:block}
.whatsapp-choice strong{font-size:13px;line-height:1.25}
.whatsapp-choice small{font-size:10px;line-height:1.4;color:#75827b;margin-top:3px}
.whatsapp-choice__arrow{font-size:24px;color:#6caf7d}
.whatsapp-dialog__foot{padding:0 17px 16px;font-size:9px;color:#849089}

@media(max-width:760px){
  .back-to-top{bottom:92px!important;right:14px!important}
  .whatsapp-dialog{
    right:12px;left:12px;bottom:210px;width:auto;border-radius:20px;
  }
  .whatsapp-dialog__body>p{font-size:18px}
  .whatsapp-choice{padding:13px}
  .whatsapp-choice strong{font-size:14px}
  .whatsapp-choice small{font-size:11px}
}
\n\n/* ===== Productos destacados ===== */\n.featured-products{background:#f7f8f7;padding:84px 0 90px}\n.featured-products__head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:30px}\n.featured-products__head>div{max-width:720px}\n.featured-products__head h2{margin:7px 0 10px;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.04em;color:#132d23}\n.featured-products__head p{margin:0;max-width:640px;color:#6d7973;font-size:15px;line-height:1.75}\n.featured-products__all{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;color:#173c2c;font-size:13px;font-weight:800;padding-bottom:3px;border-bottom:1px solid #b9c9c0}\n.featured-products__all span{font-size:19px;transition:transform .18s ease}\n.featured-products__all:hover span{transform:translateX(3px)}\n.featured-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}\n.product-card{background:#fff;border:1px solid #e5eae7;border-radius:19px;overflow:hidden;box-shadow:0 7px 24px rgba(16,48,34,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}\n.product-card:hover{transform:translateY(-4px);border-color:#d4dfd8;box-shadow:0 17px 38px rgba(16,48,34,.1)}\n.product-card__image{position:relative;display:flex;align-items:center;justify-content:center;height:220px;background:linear-gradient(180deg,#fff,#fafbfa);padding:22px}\n.product-card__image img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}\n.product-card:hover .product-card__image img{transform:scale(1.035)}\n.product-card__badge{position:absolute;top:13px;left:13px;z-index:1;padding:6px 9px;border-radius:999px;background:#173c2c;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}\n.product-card__badge--soft{background:#e8f6eb;color:#198746}\n.product-card__body{padding:15px 17px 17px;border-top:1px solid #eef1ef}\n.product-card__brand{display:block;color:#66b835;font-size:9px;font-weight:900;letter-spacing:.13em;margin-bottom:7px}\n.product-card__body h3{margin:0;color:#1d3028;font-size:14px;line-height:1.35;min-height:38px;font-weight:800}\n.product-card__body p{margin:7px 0 14px;color:#8a928e;font-size:11px;line-height:1.4}\n.product-card__body>a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef1ef;padding-top:12px;color:#173c2c;font-size:11px;font-weight:800}\n.product-card__body>a span{font-size:17px;color:#70cc34}\n.featured-products__mobile-cta{display:none}\n\n@media(max-width:1000px){\n  .featured-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}\n}\n@media(max-width:760px){\n  .featured-products{padding:52px 0 58px;overflow:hidden}\n  .featured-products__head{display:block;margin-bottom:21px}\n  .featured-products__head h2{font-size:30px;margin-top:6px}\n  .featured-products__head p{font-size:14px;line-height:1.6}\n  .featured-products__all{display:none}\n  .featured-products__viewport{margin-right:calc((100vw - 100%)/-2);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 18px 12px 0}\n  .featured-products__viewport::-webkit-scrollbar{display:none}\n  .featured-products__grid{display:flex;gap:12px;width:max-content}\n  .product-card{width:210px;flex:0 0 210px;scroll-snap-align:start;border-radius:17px}\n  .product-card__image{height:178px;padding:17px}\n  .product-card__body{padding:13px 14px 14px}\n  .product-card__body h3{font-size:13px;min-height:36px}\n  .product-card__body p{font-size:10px;margin:6px 0 12px}\n  .product-card__body>a{font-size:10px;padding-top:10px}\n  .featured-products__mobile-cta{display:block;margin-top:10px}\n  .featured-products__mobile-cta .btn{width:100%;justify-content:center}\n}\n
/* V15: subtle color variation in featured products */

/* Productos destacados: acentos por categoría funcional */
.featured-products__grid .product-card{
  border-top-width:3px;
  border-top-style:solid;
}
.product-card.cat-cocina{border-top-color:#e6b83f}
.product-card.cat-cocina .product-card__image{background:linear-gradient(180deg,#fffdf7 0%,#faf5e8 100%)}
.product-card.cat-desinfeccion{border-top-color:#68b8de}
.product-card.cat-desinfeccion .product-card__image{background:linear-gradient(180deg,#fbfdff 0%,#eef7fb 100%)}
.product-card.cat-banos{border-top-color:#d9857b}
.product-card.cat-banos .product-card__image{background:linear-gradient(180deg,#fffdfc 0%,#faf1ef 100%)}
.product-card.cat-vidrios{border-top-color:#71c6d3}
.product-card.cat-vidrios .product-card__image{background:linear-gradient(180deg,#fbfeff 0%,#eef9fa 100%)}
.product-card.cat-multiuso{border-top-color:#a7c86f}
.product-card.cat-multiuso .product-card__image{background:linear-gradient(180deg,#fdfffa 0%,#f3f8eb 100%)}
.product-card.cat-acero{border-top-color:#8799aa}
.product-card.cat-acero .product-card__image{background:linear-gradient(180deg,#fcfdfe 0%,#f1f4f6 100%)}


/* ===== V5.1 · Productos destacados: imagen blanca + cuerpo suave ===== */
.featured-products__grid .product-card{
  background:#f7faf8;
  border:1px solid #dfe7e3;
  box-shadow:0 8px 24px rgba(16,48,34,.055);
}
.featured-products__grid .product-card:hover{
  border-color:#cfdbd5;
  box-shadow:0 16px 36px rgba(16,48,34,.095);
}
.featured-products__grid .product-card__image{
  background:#fff !important;
  border-bottom:1px solid #e8eeeb;
}
.featured-products__grid .product-card__image img{
  mix-blend-mode:normal;
  background:#fff;
}
.featured-products__grid .product-card__body{
  background:#f7faf8;
  border-top:0;
}
