:root{--teal:#0797a2;--teal-dark:#006a72;--orange:#ff8126;--ink:#101215;--muted:#60656b;--paper:#f7f9f9;--white:#fff;--line:#dfe5e5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,system-ui,sans-serif;background:var(--white);font-size:17px;line-height:1.55;overflow-x:hidden}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Poppins,Inter,sans-serif;line-height:1.08;letter-spacing:-.035em}
a{color:inherit}
.topbar{height:92px;padding:14px clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:10;background:rgba(255,255,255,.96)}
.brand img{width:210px;height:62px;object-fit:contain;object-position:left center}
.nav-cta{background:var(--ink);color:#fff;text-decoration:none;padding:14px 20px;border-radius:999px;font-weight:700;font-size:14px}
.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1fr 1.02fr;align-items:center;background:linear-gradient(130deg,#fff 0%,#fff 57%,#eaf6f6 57%,#eaf6f6 100%);position:relative}
.hero:before{content:"";position:absolute;width:280px;height:14px;background:var(--orange);top:44px;left:-80px;transform:rotate(-35deg)}
.hero-copy{padding:72px 30px 72px clamp(24px,7vw,112px);position:relative;z-index:2}
.eyebrow{color:var(--teal-dark);font-size:13px;font-weight:800;letter-spacing:.18em;margin-bottom:22px}
.hero h1{font-size:clamp(50px,6.2vw,96px);font-weight:800;letter-spacing:-.05em;margin-bottom:28px}
.hero h1 span{color:var(--teal)}
.hero-lead{font-size:clamp(17px,1.5vw,21px);line-height:1.6;color:#3b4145;max-width:680px}
.hero-actions{display:flex;align-items:center;gap:26px;margin:32px 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;text-decoration:none;font-weight:800;border-radius:999px;padding:18px 25px;cursor:pointer;font:800 16px Inter,sans-serif}
.button span{font-size:24px;line-height:0}
.button-primary{background:var(--orange);color:#101215;box-shadow:0 14px 35px rgba(255,129,38,.22)}
.button-primary:hover{background:#ff9349;transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff}
.text-link{font-weight:700;text-underline-offset:5px}
.trust-row{display:flex;gap:18px;flex-wrap:wrap}
.trust-row span{font-size:13px;font-weight:700}
.trust-row span:before{content:"✓";color:var(--teal);margin-right:7px}
.hero-visual{padding:42px clamp(24px,5vw,76px) 42px 20px}
.image-frame{position:relative}
.image-frame:before{content:"";position:absolute;inset:-14px 14px 14px -14px;border:2px solid var(--teal);z-index:0}
.image-frame img{display:block;width:100%;max-height:760px;object-fit:cover;object-position:center;position:relative;z-index:1;box-shadow:0 32px 80px rgba(18,45,47,.18)}
.statement{padding:90px 24px;text-align:center;background:var(--ink);color:#fff}
.statement p{font-size:clamp(17px,2vw,24px);color:#bfc5c6;margin-bottom:12px}
.statement h2{font-size:clamp(48px,7vw,104px);color:var(--orange);margin:0 0 18px}
.collection,.process{padding:110px clamp(20px,7vw,110px)}
.section-heading{max-width:800px;margin-bottom:54px}
.section-heading h2{font-size:clamp(42px,5vw,72px);margin:0}
.center{text-align:center;margin-inline:auto}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{min-height:240px;padding:30px;background:var(--paper);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end;position:relative;transition:.2s ease}
.product-card:hover{transform:translateY(-5px);border-color:var(--teal)}
.product-card>span{position:absolute;top:24px;right:26px;color:var(--teal);font-weight:800}
.product-card h3{font-size:42px;margin-bottom:10px}
.product-card p{color:var(--muted);line-height:1.6;margin-bottom:0}
.feature-card{background:var(--teal);color:#fff}
.feature-card>span,.feature-card p{color:#d8ffff}
.difference{display:grid;grid-template-columns:1.08fr .92fr;background:#eef4f4}
.difference-media img{width:100%;height:100%;min-height:660px;display:block;object-fit:cover}
.difference-copy{padding:90px clamp(28px,6vw,100px);align-self:center}
.difference-copy h2{font-size:clamp(48px,6vw,88px);margin-bottom:24px}
.difference-copy>p:not(.eyebrow){font-size:19px;line-height:1.7;color:#43494d}
.difference-copy ul{padding:0;list-style:none;margin:30px 0}
.difference-copy li{padding:14px 0;border-bottom:1px solid #ccd6d6;line-height:1.5}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line)}
.steps article{padding:34px;border-right:1px solid var(--line);min-height:250px}
.steps article:last-child{border-right:0}
.steps span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--teal);color:#fff;font-weight:800;margin-bottom:38px}
.steps h3{font-size:32px;margin-bottom:12px}
.steps p{color:var(--muted);line-height:1.6}
.lead-section{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--teal);color:#fff;padding:100px clamp(20px,7vw,110px);gap:70px}
.light{color:#bfffff}
.lead-copy h2{font-size:clamp(44px,5vw,72px);margin-bottom:24px}
.lead-copy>p:not(.eyebrow){line-height:1.7;font-size:18px;color:#e1ffff}
.contact-line{display:flex;flex-direction:column;gap:8px;margin-top:40px}
.contact-line strong{font-size:26px}
.contact-line span{color:#c9eff1}
.quote-form{background:#fff;color:var(--ink);padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.quote-form>label{display:grid;gap:9px;font-weight:700;font-size:14px}
.quote-form input[type=text],.quote-form input[type=number],.quote-form input[type=date]{width:100%;padding:16px;border:1px solid #ccd5d5;font:500 16px Inter,sans-serif;background:#fff}
.quote-form input:focus{outline:3px solid rgba(7,151,162,.18);border-color:var(--teal)}
.quote-form fieldset{grid-column:1/-1;border:0;padding:0;margin:5px 0}
.quote-form legend{font-weight:800;margin-bottom:14px}
.checks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.checks label{padding:12px;border:1px solid var(--line);font-size:14px}
.submit{grid-column:1/-1;width:100%;margin-top:5px}
.form-note{grid-column:1/-1;text-align:center;color:var(--muted);font-size:13px;margin:0}
footer{padding:45px clamp(20px,7vw,110px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
footer img{width:170px;height:50px;object-fit:contain}
.floating-wa{position:fixed;right:22px;bottom:22px;z-index:20;background:#22c766;color:#062b14;padding:15px 20px;border-radius:999px;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}
@media(max-width:980px){.hero{grid-template-columns:1fr;background:#fff}
.hero-copy{padding-bottom:34px}
.hero-visual{padding:20px 30px 70px}
.image-frame img{max-height:none}
.product-grid{grid-template-columns:repeat(2,1fr)}
.difference{grid-template-columns:1fr}
.difference-media img{min-height:0}
.steps{grid-template-columns:repeat(2,1fr)}
.steps article:nth-child(2){border-right:0}
.steps article:nth-child(-n+2){border-bottom:1px solid var(--line)}
.lead-section{grid-template-columns:1fr}
.quote-form{max-width:760px}
.topbar{height:80px}
.brand img{width:170px}
.hero{min-height:auto}
}
@media(max-width:620px){.nav-cta{font-size:0;padding:13px 16px}
.nav-cta:after{content:"Cotizar";font-size:14px}
.brand img{width:145px}
.hero-copy{padding:58px 20px 25px}
.hero h1{font-size:clamp(50px,16vw,75px)}
.hero-lead{font-size:16px}
.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}
.button{width:100%}
.trust-row{flex-direction:column;gap:9px}
.hero-visual{padding:18px 20px 60px}
.statement{padding:70px 20px}
.collection,.process{padding:80px 20px}
.product-grid{grid-template-columns:1fr}
.product-card{min-height:210px}
.difference-copy{padding:70px 20px}
.steps{grid-template-columns:1fr}
.steps article{border-right:0;border-bottom:1px solid var(--line)!important;min-height:auto}
.steps article:last-child{border-bottom:0!important}
.lead-section{padding:70px 20px;gap:35px}
.quote-form{grid-template-columns:1fr;padding:24px}
.quote-form>*{grid-column:1!important}
.checks{grid-template-columns:repeat(2,1fr)}
footer{grid-template-columns:1fr;text-align:center;justify-items:center;gap:14px}
.floating-wa{right:14px;bottom:14px;padding:13px 16px}
.image-frame:before{display:none}
}

/* Product collection galleries */
.collection .section-heading{max-width:850px}
.collection-intro{font-size:18px;line-height:1.7;color:var(--muted);max-width:720px;margin:22px 0 0}
.collection-main-cta{margin-top:28px}
.collection-categories{display:grid;gap:22px}
.category-row{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(220px,.62fr) 2fr;background:var(--paper);border:1px solid var(--line);overflow:hidden;box-shadow:0 14px 40px rgba(15,45,47,.06)}
.category-cover{margin:0;min-width:0;min-height:360px;position:relative;overflow:hidden;background:#dfe9e9}
.category-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.category-cover:hover img{transform:scale(1.035)}
.category-cover figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:11px 14px;background:rgba(16,18,21,.82);backdrop-filter:blur(6px);color:#fff;border-radius:10px;font-size:12px;font-weight:800;text-align:center}
.cover-dcnax img{object-position:38% center}
.cover-alexus img{object-position:center}
.cover-termos img{object-position:82% center}
.category-copy{padding:34px;display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;border-left:1px solid var(--line);border-right:1px solid var(--line);position:relative}
.category-copy>span{position:absolute;top:28px;left:34px;color:var(--teal);font-weight:900;letter-spacing:.08em}
.category-copy h3{font-size:clamp(34px,3.1vw,48px);margin:0 0 12px}
.category-copy p{color:var(--muted);line-height:1.6;margin:0}
.category-cta{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:22px;padding:11px 15px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:13px;font-weight:800;transition:.2s ease}
.category-cta:hover{background:var(--orange);color:var(--ink);transform:translateY(-2px)}
.featured-category .category-copy{background:var(--teal);color:#fff}
.featured-category .category-copy>span,.featured-category .category-copy p{color:#dcffff}
.featured-category .category-cta{background:#fff;color:var(--teal-dark)}
.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}
.product-gallery-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-gallery figure{margin:0;background:#fff;min-width:0;display:flex;flex-direction:column;position:relative}
.product-gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:12px;transition:transform .25s ease}
.product-gallery figure:hover img{transform:scale(1.035)}
.product-gallery figcaption{padding:13px 16px 16px;text-align:center;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-dark);border-top:1px solid #edf0f0}
.collection-cta-band{margin-top:28px;padding:38px 42px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:20px}
.collection-cta-band .eyebrow{color:#80e5e9;margin-bottom:10px}
.collection-cta-band h3{font-size:clamp(28px,3vw,44px);max-width:780px;margin:0}
.collection-cta-band .button{flex:0 0 auto}
@media(max-width:980px){
  .category-row{grid-template-columns:minmax(240px,.8fr) 1.2fr}
  .category-cover{min-height:330px}
  .category-copy{min-height:330px;border-right:0;border-bottom:1px solid var(--line);padding:72px 28px 26px}
  .category-copy>span{left:28px;top:24px}
  .product-gallery{grid-column:1/-1}
  .product-gallery-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .collection-cta-band{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .collection-categories{gap:16px}
  .category-row{grid-template-columns:1fr}
  .category-cover{min-height:420px}
  .category-copy{min-height:auto;border-left:0}
  .product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}
  .product-gallery figure{flex:0 0 78%;scroll-snap-align:start}
  .product-gallery-four figure{flex-basis:72%}
  .category-copy h3{font-size:38px}
  .collection-main-cta{width:100%}
  .collection-cta-band{padding:30px 24px;border-radius:14px}
  .collection-cta-band .button{width:100%}
}
