:root{--bg:#07090e;--bg2:#0d1119;--panel:#111722;--line:#212936;--text:#f7f9fc;--muted:#98a2b5;--blue:#5f7cff;--violet:#7d5cff;--cyan:#47d7ff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6f8fb;color:#0e1420;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(8,10,15,.82);backdrop-filter:blur(18px)}.site-nav{height:76px;display:flex;align-items:center;justify-content:space-between}.site-brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:.025em}.site-brand img{max-width:150px;max-height:48px;object-fit:contain}.brand-badge{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 10px 28px rgba(95,124,255,.3)}.nav-links{display:flex;align-items:center;gap:26px;color:#c6ceda;font-size:14px;font-weight:700}.nav-links a:hover{color:#fff}.nav-cta{padding:11px 16px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff!important}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:24px}
.hero{position:relative;overflow:hidden;background:var(--bg);color:#fff}.hero-fallback,.hero-slide{position:relative;min-height:690px}.hero-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,12,.96) 0%,rgba(5,7,12,.82) 42%,rgba(5,7,12,.25) 100%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.55))}.hero-content{position:relative;z-index:2;min-height:690px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1180px}.kicker{color:#8ea2ff;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{max-width:920px;font-size:clamp(48px,7vw,90px);line-height:.98;margin:18px 0 22px;letter-spacing:-.045em}.hero h1 span{background:linear-gradient(90deg,#8ca0ff,#73d6ff);-webkit-background-clip:text;color:transparent}.hero p{max-width:720px;color:#aeb8c8;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:16px}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:13px 19px;font-weight:900;border:0;cursor:pointer}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 14px 34px rgba(95,124,255,.28)}.btn-ghost{color:#dce3ee;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.is-hidden{display:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none}.hero-glow.one{width:360px;height:360px;right:-120px;top:20px;background:rgba(95,124,255,.16)}.hero-glow.two{width:260px;height:260px;left:-80px;bottom:-80px;background:rgba(125,92,255,.12)}
.section{padding:96px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2,.about-grid h2{font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.035em;margin:10px 0 0;max-width:760px}.section-head>p{max-width:430px;color:#697386;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.category-card{position:relative;min-height:430px;border-radius:26px;overflow:hidden;background:#101722;box-shadow:0 25px 55px rgba(17,25,40,.16);transition:.3s}.category-card:hover{transform:translateY(-5px)}.category-card img,.category-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-placeholder{display:grid;place-items:center;color:#59657a;font-weight:900;font-size:80px;background:linear-gradient(135deg,#151c29,#0b0f17)}.category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(7,9,14,.88) 100%)}.category-copy{position:absolute;z-index:2;left:26px;right:26px;bottom:26px;color:#fff}.category-copy span{font-size:11px;color:#9dafff;text-transform:uppercase;font-weight:900;letter-spacing:.16em}.category-copy h3{font-size:30px;margin:8px 0}.category-copy p{margin:0;color:#c0c8d5;line-height:1.6}
.section-dark{background:var(--bg);color:#fff}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.services-grid article{padding:28px;border:1px solid #202836;border-radius:20px;background:linear-gradient(180deg,#111722,#0c1017)}.service-num{color:#8095ff;font-weight:900}.services-grid h3{font-size:22px}.services-grid p{color:#98a2b5;line-height:1.7}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid #e5e9f0;box-shadow:0 16px 40px rgba(31,41,55,.07);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(31,41,55,.12)}.product-image{position:relative;background:#edf1f6}.product-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-image span{position:absolute;top:14px;left:14px;background:rgba(8,10,15,.82);color:#fff;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900}.product-copy{padding:18px}.product-copy h3{margin:0 0 8px}.product-copy p{color:#707a8c;font-size:13px;line-height:1.6;min-height:42px}.product-copy strong{display:block;margin-top:14px}
.about-section{padding:105px 0;background:linear-gradient(135deg,#0c1018,#101725);color:#fff}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.about-grid p{color:#aab4c4;font-size:18px;line-height:1.8}.about-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.about-pills span{padding:9px 12px;border-radius:999px;border:1px solid #283245;background:#151c29;color:#cbd3df;font-size:12px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{padding:26px;border-radius:20px;background:#fff;border:1px solid #e6eaf0;box-shadow:0 15px 35px rgba(31,41,55,.06)}.stars{color:#e4b84d;letter-spacing:.08em}.testimonial-card blockquote{margin:18px 0;color:#4f596b;line-height:1.75}.testimonial-card strong{display:block}.testimonial-card small{color:#8992a2}
.site-footer{background:#07090e;color:#fff;padding:80px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .55fr .65fr 1.1fr;gap:42px}.footer-brand h2{font-size:36px;line-height:1.05;margin:12px 0}.footer-brand p,.site-footer p{color:#929cac;line-height:1.65}.site-footer h3{font-size:14px}.site-footer a{display:block;color:#aab3c2;margin:10px 0;font-size:13px}.footer-form form{display:grid;gap:10px}.footer-form input,.footer-form textarea{width:100%;border-radius:12px;border:1px solid #252d3c;background:#0f141d;color:#fff;padding:11px 12px;outline:none}.footer-form textarea{min-height:100px;resize:vertical}.footer-form input:focus,.footer-form textarea:focus{border-color:#627cff}.form-status{font-size:11px;min-height:16px}.footer-bottom{border-top:1px solid #1f2632;margin-top:54px;padding-top:20px;display:flex;justify-content:space-between;color:#697385;font-size:11px}
@media(max-width:980px){.nav-links{display:none}.nav-links.open{display:flex;position:absolute;left:20px;right:20px;top:82px;flex-direction:column;align-items:stretch;background:#0d1118;border:1px solid #222b39;border-radius:18px;padding:18px}.menu-btn{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}}
@media(max-width:640px){.hero-fallback,.hero-slide,.hero-content{min-height:620px}.hero h1{font-size:46px}.section{padding:72px 0}.section-head{display:block}.services-grid,.product-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.site-brand span:last-child{font-size:13px}}

/* === TREX CATÁLOGO QR PREMIUM === */
.catalog-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 88px;
  background:
    radial-gradient(circle at 78% 18%,rgba(92,124,255,.20),transparent 27%),
    radial-gradient(circle at 18% 86%,rgba(71,215,255,.08),transparent 25%),
    #080b11;
  color:#fff
}
.catalog-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  gap:74px;
  align-items:center
}
.catalog-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#8ea2ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase
}
.catalog-eyebrow:before{
  content:"";
  width:26px;
  height:1px;
  background:currentColor
}
.catalog-eyebrow.dark{color:#637bff}
.catalog-hero h1{
  max-width:760px;
  margin:18px 0 22px;
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  letter-spacing:-.045em
}
.catalog-hero-copy>p{
  max-width:650px;
  margin:0;
  color:#aeb8c8;
  font-size:17px;
  line-height:1.8
}
.catalog-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px
}
.catalog-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
  transition:.2s
}
.catalog-btn:hover{transform:translateY(-2px)}
.catalog-btn.primary{
  background:linear-gradient(135deg,#617cff,#785bff);
  color:#fff;
  box-shadow:0 16px 38px rgba(92,124,255,.26)
}
.catalog-btn.secondary{
  border:1px solid #30394a;
  background:#141a25;
  color:#fff
}
.catalog-btn.ghost{
  color:#aeb7c6
}
.catalog-trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px
}
.catalog-trust span{
  padding:7px 10px;
  border:1px solid #242c3b;
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#7f899a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}
.catalog-visual{
  position:relative;
  padding:28px
}
.catalog-cover{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:#111722;
  box-shadow:0 34px 80px rgba(0,0,0,.42);
  transform:rotate(1.8deg)
}
.catalog-cover img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover
}
.catalog-cover-placeholder{
  display:flex;
  aspect-ratio:4/5;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  background:
    linear-gradient(145deg,rgba(96,124,255,.16),transparent 35%),
    linear-gradient(180deg,#171e2b,#0b0f16)
}
.catalog-cover-placeholder span{
  color:#7188ff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.22em
}
.catalog-cover-placeholder strong{
  margin:10px 0 16px;
  font-size:34px;
  line-height:1.05
}
.catalog-cover-placeholder small{
  color:#758096;
  letter-spacing:.15em
}
.catalog-floating-card{
  position:absolute;
  right:-5px;
  bottom:4px;
  display:grid;
  gap:3px;
  min-width:190px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:rgba(17,23,34,.88);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 45px rgba(0,0,0,.3)
}
.catalog-floating-card strong{font-size:12px}
.catalog-floating-card span{color:#7f8998;font-size:10px}
.catalog-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(50px);
  pointer-events:none
}
.catalog-orb-one{
  width:330px;height:330px;right:-150px;top:30px;background:rgba(92,124,255,.14)
}
.catalog-orb-two{
  width:260px;height:260px;left:-130px;bottom:-100px;background:rgba(71,215,255,.08)
}
.catalog-section{
  padding:92px 0;
  background:#f5f7fa
}
.catalog-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:36px;
  margin-bottom:34px
}
.catalog-section-head h2{
  max-width:720px;
  margin:11px 0 0;
  font-size:clamp(34px,4vw,52px);
  line-height:1.04;
  letter-spacing:-.035em
}
.catalog-section-head>p{
  max-width:430px;
  margin:0;
  color:#697386;
  line-height:1.7
}
.catalog-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px
}
.catalog-card{
  position:relative;
  min-height:260px;
  overflow:hidden;
  border:1px solid #e0e5ed;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 46px rgba(29,38,52,.06)
}
.catalog-card.has-image{
  display:grid;
  grid-template-columns:.9fr 1.1fr
}
.catalog-card-image{min-height:260px;background:#e9edf2}
.catalog-card-image img{width:100%;height:100%;object-fit:cover}
.catalog-card-copy{
  display:flex;
  flex-direction:column;
  justify-content:end;
  padding:26px
}
.catalog-card-copy>span{
  color:#758bff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em
}
.catalog-card-copy h3{
  margin:10px 0 9px;
  font-size:25px;
  letter-spacing:-.025em
}
.catalog-card-copy p{
  margin:0;
  color:#707a8a;
  font-size:13px;
  line-height:1.7
}
.catalog-section-dark{
  background:#0b0f16;
  color:#fff
}
.catalog-section-head.light>p{color:#8d97a8}
.catalog-brand-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px
}
.catalog-brand-card{
  overflow:hidden;
  min-height:300px;
  border:1px solid #222b39;
  border-radius:20px;
  background:linear-gradient(180deg,#121823,#0e1219)
}
.catalog-brand-card>img{
  width:100%;
  aspect-ratio:1.35/1;
  object-fit:cover
}
.catalog-brand-card>div{padding:21px}
.catalog-brand-card h3{margin:0 0 9px;font-size:18px}
.catalog-brand-card p{margin:0;color:#8e98a8;font-size:12px;line-height:1.7}
.catalog-pdf-section{
  padding:70px 0;
  background:#f5f7fa
}
.catalog-pdf-card{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  padding:38px;
  border-radius:24px;
  background:#0b0f16;
  color:#fff;
  box-shadow:0 24px 60px rgba(17,25,40,.12)
}
.catalog-pdf-card h2{
  margin:12px 0 10px;
  font-size:32px
}
.catalog-pdf-card p{
  max-width:690px;
  margin:0;
  color:#909aaa;
  line-height:1.7
}
.catalog-pdf-actions{
  display:flex;
  gap:9px;
  flex-shrink:0
}
@media(max-width:900px){
  .catalog-hero-grid{grid-template-columns:1fr;gap:40px}
  .catalog-visual{max-width:540px}
  .catalog-brand-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .catalog-hero{padding:65px 0}
  .catalog-hero h1{font-size:46px}
  .catalog-section{padding:70px 0}
  .catalog-section-head{display:block}
  .catalog-section-head>p{margin-top:15px}
  .catalog-cards{grid-template-columns:1fr}
  .catalog-card.has-image{grid-template-columns:1fr}
  .catalog-card-image{min-height:210px}
  .catalog-brand-grid{grid-template-columns:1fr}
  .catalog-pdf-card{display:block;padding:28px}
  .catalog-pdf-actions{margin-top:24px;flex-wrap:wrap}
}

/* === TREX CATÁLOGO SCALE REFINEMENT 100% ===
   Hace que el catálogo a zoom 100% tenga una escala visual
   similar a la versión que se aprecia elegante al 75%.
   No usa transform/zoom: mantiene accesibilidad y responsive.
*/
.catalog-hero .wrap,
.catalog-section .wrap,
.catalog-pdf-section .wrap{
  width:min(1120px,calc(100% - 48px));
}

.catalog-hero{
  padding:72px 0 68px;
}

.catalog-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(330px,.68fr);
  gap:58px;
}

.catalog-eyebrow{
  font-size:9px;
  letter-spacing:.20em;
}

.catalog-hero h1{
  max-width:650px;
  margin:15px 0 18px;
  font-size:clamp(42px,4.7vw,64px);
  line-height:.99;
  letter-spacing:-.042em;
}

.catalog-hero-copy>p{
  max-width:590px;
  font-size:15px;
  line-height:1.75;
}

.catalog-actions{
  margin-top:24px;
}

.catalog-btn{
  min-height:43px;
  padding:0 16px;
  border-radius:12px;
  font-size:11px;
}

.catalog-trust{
  margin-top:22px;
}

.catalog-trust span{
  padding:6px 9px;
  font-size:8px;
}

.catalog-visual{
  max-width:410px;
  justify-self:end;
  padding:18px;
}

.catalog-cover{
  border-radius:22px;
}

.catalog-cover-placeholder{
  padding:29px;
}

.catalog-cover-placeholder strong{
  font-size:29px;
}

.catalog-floating-card{
  right:-8px;
  bottom:0;
  min-width:168px;
  padding:12px 14px;
}

.catalog-floating-card strong{
  font-size:11px;
}

.catalog-floating-card span{
  font-size:9px;
}

.catalog-section{
  padding:74px 0;
}

.catalog-section-head{
  gap:32px;
  margin-bottom:28px;
}

.catalog-section-head h2{
  max-width:650px;
  font-size:clamp(31px,3.5vw,44px);
}

.catalog-section-head>p{
  max-width:390px;
  font-size:13px;
}

.catalog-cards{
  gap:14px;
}

.catalog-card{
  min-height:230px;
  border-radius:19px;
}

.catalog-card-image{
  min-height:230px;
}

.catalog-card-copy{
  padding:22px;
}

.catalog-card-copy h3{
  margin:8px 0 7px;
  font-size:21px;
}

.catalog-card-copy p{
  font-size:12px;
}

.catalog-brand-grid{
  gap:12px;
}

.catalog-brand-card{
  min-height:270px;
  border-radius:18px;
}

.catalog-brand-card>div{
  padding:18px;
}

.catalog-brand-card h3{
  font-size:16px;
}

.catalog-brand-card p{
  font-size:11px;
}

.catalog-pdf-section{
  padding:58px 0;
}

.catalog-pdf-card{
  gap:32px;
  padding:31px 34px;
  border-radius:21px;
}

.catalog-pdf-card h2{
  margin:10px 0 8px;
  font-size:27px;
}

.catalog-pdf-card p{
  max-width:620px;
  font-size:13px;
}

/* Desktop grande: conserva sensación editorial y no se expande demasiado */
@media(min-width:1440px){
  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(1160px,calc(100% - 64px));
  }

  .catalog-hero h1{
    font-size:66px;
  }
}

/* Tablet */
@media(max-width:900px){
  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(100% - 36px,760px);
  }

  .catalog-hero{
    padding:58px 0;
  }

  .catalog-hero-grid{
    gap:34px;
  }

  .catalog-visual{
    justify-self:start;
    max-width:450px;
  }
}

/* Móvil: no reducimos demasiado la legibilidad */
@media(max-width:680px){
  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:calc(100% - 30px);
  }

  .catalog-hero{
    padding:54px 0 58px;
  }

  .catalog-hero h1{
    font-size:clamp(40px,12vw,52px);
  }

  .catalog-hero-copy>p{
    font-size:15px;
  }

  .catalog-section{
    padding:62px 0;
  }

  .catalog-section-head h2{
    font-size:34px;
  }

  .catalog-card{
    min-height:auto;
  }

  .catalog-card-image{
    min-height:200px;
  }
}

/* === TREX LOGOS STRIP FINAL === */
.client-logo-strip{
  position:relative;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  align-items:center;
  width:100%;
  height:104px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,#171b21 0%,#11151a 100%);
  color:#fff;
}

.logo-strip-label{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  height:100%;
  padding-left:24px;
  background:linear-gradient(90deg,#171b21 78%,rgba(23,27,33,0));
}

.logo-strip-label span{
  color:#7f8998;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}

.logo-marquee{
  position:relative;
  width:100%;
  height:100%;
  min-width:0;
  overflow:hidden;
}

.logo-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  height:100%;
  animation:trex-logo-marquee 30s linear infinite;
  will-change:transform;
}

.logo-marquee-group{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:100%;
  gap:48px;
  padding:0 24px;
}

.client-logo-item{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 150px !important;
  width:150px !important;
  height:64px !important;
  padding:8px !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:10px;
  background:rgba(255,255,255,.025);
  opacity:.62;
  filter:grayscale(1);
  transition:
    opacity .25s ease,
    filter .25s ease,
    transform .25s ease,
    background .25s ease;
}

.client-logo-item img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:134px !important;
  max-height:48px !important;
  min-width:0 !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center !important;
}

.client-logo-item:hover{
  opacity:1;
  filter:grayscale(0);
  transform:scale(1.035);
  background:rgba(255,255,255,.05);
}

.logo-marquee-fade{
  position:absolute;
  z-index:4;
  top:0;
  bottom:0;
  width:56px;
  pointer-events:none;
}

.logo-marquee-fade.left{
  left:0;
  background:linear-gradient(90deg,#11151a 10%,transparent);
}

.logo-marquee-fade.right{
  right:0;
  background:linear-gradient(270deg,#11151a 10%,transparent);
}

@keyframes trex-logo-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

@media(max-width:760px){
  .client-logo-strip{
    grid-template-columns:1fr;
    height:112px;
  }

  .logo-strip-label{
    height:28px;
    padding:10px 18px 0;
    background:none;
  }

  .logo-marquee{
    height:84px;
  }

  .logo-marquee-group{
    gap:26px;
    padding:0 16px;
  }

  .client-logo-item{
    flex-basis:116px !important;
    width:116px !important;
    height:54px !important;
  }

  .client-logo-item img{
    max-width:100px !important;
    max-height:38px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .logo-marquee-track{
    animation:none;
  }
}

/* === TREX CORPORATE PALETTE V6 ===
   Paleta inspirada en el logo oficial:
   grafito #151719 | dorado #F4CF19 | rojo #D82927 |
   azul #4389C8 | plata #E7E8EA
*/
:root{
  --trex-black:#151719;
  --trex-black-2:#0b0d10;
  --trex-gold:#F4CF19;
  --trex-gold-soft:#FFD934;
  --trex-red:#D82927;
  --trex-red-deep:#B91F22;
  --trex-blue:#4389C8;
  --trex-blue-deep:#25689F;
  --trex-silver:#E7E8EA;
  --trex-muted:#99A1AC;
}

/* Navegación */
.site-header{
  background:rgba(21,23,25,.92) !important;
  border-bottom:1px solid rgba(244,207,25,.10);
}
.site-brand .brand-badge,
.brand-badge{
  background:
    linear-gradient(145deg,var(--trex-gold),#E7B90F 72%) !important;
  color:#111 !important;
  box-shadow:0 8px 24px rgba(244,207,25,.18);
}
.site-brand>span:last-child{
  color:#fff;
}
.nav-links a{
  color:#C7CBD2;
}
.nav-links a:hover{
  color:var(--trex-gold);
}
.nav-cta{
  background:linear-gradient(135deg,var(--trex-gold),#E6B80F) !important;
  color:#141414 !important;
  box-shadow:0 12px 28px rgba(244,207,25,.20) !important;
}
.nav-cta:hover{
  box-shadow:0 15px 34px rgba(244,207,25,.30) !important;
}

/* Hero / botones generales */
.kicker,
.eyebrow,
.catalog-eyebrow{
  color:var(--trex-gold) !important;
}
.kicker::before,
.catalog-eyebrow::before{
  background:var(--trex-gold) !important;
}
.btn-primary,
.primary-btn,
.catalog-btn.primary{
  background:
    linear-gradient(135deg,var(--trex-gold),#EFBF0C) !important;
  color:#151515 !important;
  box-shadow:0 14px 34px rgba(244,207,25,.20) !important;
}
.btn-primary:hover,
.primary-btn:hover,
.catalog-btn.primary:hover{
  box-shadow:0 18px 42px rgba(244,207,25,.30) !important;
}
.catalog-btn.secondary{
  border-color:rgba(67,137,200,.38) !important;
}
.catalog-btn.secondary:hover{
  border-color:var(--trex-blue) !important;
}

/* Acentos de títulos y enlaces */
.product-more,
.product-breadcrumb a:hover{
  color:var(--trex-blue) !important;
}
.product-thumb.is-active{
  border-color:var(--trex-gold) !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline:2px solid var(--trex-gold) !important;
  outline-offset:2px;
}

/* Catálogo premium */
.catalog-hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(67,137,200,.22),transparent 28%),
    radial-gradient(circle at 18% 86%,rgba(216,41,39,.10),transparent 24%),
    linear-gradient(115deg,#080A0D 0%,#101317 58%,#0A0C10 100%) !important;
}
.catalog-orb-one{
  background:rgba(67,137,200,.16) !important;
}
.catalog-orb-two{
  background:rgba(216,41,39,.08) !important;
}
.catalog-cover-placeholder{
  background:
    linear-gradient(145deg,rgba(244,207,25,.10),transparent 32%),
    linear-gradient(205deg,rgba(67,137,200,.12),transparent 46%),
    linear-gradient(180deg,#181A1D,#0B0D10) !important;
}
.catalog-cover-placeholder span{
  color:var(--trex-gold) !important;
}
.catalog-trust span{
  border-color:rgba(244,207,25,.12) !important;
}
.catalog-card-copy>span{
  color:var(--trex-gold) !important;
}
.catalog-section-dark{
  background:
    radial-gradient(circle at 82% 25%,rgba(67,137,200,.08),transparent 28%),
    #0B0E12 !important;
}
.catalog-brand-card{
  border-color:rgba(244,207,25,.08) !important;
}
.catalog-pdf-card{
  background:
    linear-gradient(115deg,#101317 0%,#0A0C0F 78%) !important;
  border:1px solid rgba(244,207,25,.10);
}

/* Logos de clientes */
.client-logo-strip{
  background:
    linear-gradient(180deg,#1A1C1E 0%,#121416 100%) !important;
  border-top-color:rgba(244,207,25,.08) !important;
  border-bottom-color:rgba(67,137,200,.10) !important;
}
.logo-strip-label{
  background:
    linear-gradient(90deg,#1A1C1E 78%,rgba(26,28,30,0)) !important;
}
.logo-strip-label span{
  color:#A3A9B2 !important;
}
.client-logo-item:hover{
  background:rgba(244,207,25,.035) !important;
}

/* Pequeño detalle tricolor, sutil y corporativo */
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 8%,
      var(--trex-gold) 8%,
      var(--trex-gold) 18%,
      var(--trex-blue) 18%,
      var(--trex-blue) 25%,
      var(--trex-red) 25%,
      var(--trex-red) 31%,
      transparent 31%,
      transparent 100%
    );
  opacity:.75;
  pointer-events:none;
}

/* Responsive: mantener sobriedad */
@media(max-width:760px){
  .site-header::after{
    opacity:.5;
  }
}

/* === TREX RESPONSIVE SYSTEM V7 ===
   Breakpoints:
   <= 420   celulares pequeños
   421-767  celulares grandes
   768-1023 tablets
   1024-1365 portátiles
   1366-1919 desktop
   >= 1920  monitores grandes / 24"+
*/

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  overflow-x:hidden;
}

img,
video,
svg,
canvas{
  max-width:100%;
  height:auto;
}

/* Contenedor global fluido */
.wrap{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

/* Navegación */
.site-nav{
  min-height:72px;
}

.site-brand{
  min-width:0;
}

.site-brand>span:last-child{
  white-space:nowrap;
}

.nav-links{
  gap:24px;
}

/* Hero principal */
.hero,
.hero-fallback,
.hero-slide,
.hero-content{
  min-height:clamp(560px,72vh,760px);
}

.hero h1{
  font-size:clamp(44px,5.2vw,76px);
  max-width:860px;
}

.hero p{
  font-size:clamp(15px,1.35vw,18px);
}

/* Grids generales */
.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.testimonial-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

/* Catálogo */
.catalog-hero .wrap,
.catalog-section .wrap,
.catalog-pdf-section .wrap{
  width:min(1120px,calc(100% - 40px));
}

.catalog-hero-grid{
  min-width:0;
}

.catalog-hero-copy,
.catalog-visual,
.catalog-card,
.catalog-brand-card{
  min-width:0;
}

/* Footer */
.footer-grid{
  grid-template-columns:1.15fr .8fr .8fr 1.25fr;
  gap:34px;
}

/* Logos */
.client-logo-strip{
  min-width:0;
}

.logo-marquee{
  min-width:0;
}

/* ===== MONITORES GRANDES / 24"+ ===== */
@media(min-width:1920px){
  .wrap{
    width:min(1320px,calc(100% - 80px));
  }

  .site-nav{
    min-height:78px;
  }

  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:760px;
  }

  .hero h1{
    max-width:980px;
    font-size:78px;
  }

  .section{
    padding-block:88px;
  }

  .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(1240px,calc(100% - 80px));
  }

  .catalog-hero-grid{
    gap:72px;
  }

  .catalog-visual{
    max-width:440px;
  }
}

/* ===== DESKTOP / PORTÁTILES GRANDES ===== */
@media(min-width:1366px) and (max-width:1919px){
  .wrap{
    width:min(1180px,calc(100% - 48px));
  }

  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* ===== PORTÁTILES 1024-1365 ===== */
@media(min-width:1024px) and (max-width:1365px){
  .wrap{
    width:min(1040px,calc(100% - 40px));
  }

  .site-nav{
    min-height:68px;
  }

  .nav-links{
    gap:16px;
    font-size:12px;
  }

  .nav-cta{
    padding-inline:15px !important;
  }

  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:620px;
  }

  .hero h1{
    max-width:760px;
    font-size:clamp(48px,5vw,64px);
  }

  .section{
    padding-block:70px;
  }

  .product-grid,
  .testimonial-grid,
  .category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .catalog-hero{
    padding-block:64px;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(980px,calc(100% - 40px));
  }

  .catalog-hero-grid{
    grid-template-columns:minmax(0,1fr) 340px;
    gap:42px;
  }

  .catalog-hero h1{
    font-size:clamp(42px,4.7vw,58px);
  }

  .catalog-visual{
    max-width:360px;
  }

  .catalog-brand-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .footer-grid{
    grid-template-columns:1fr 1fr 1fr 1.2fr;
    gap:24px;
  }
}

/* ===== TABLETS 768-1023 ===== */
@media(min-width:768px) and (max-width:1023px){
  .wrap{
    width:min(100% - 36px,880px);
  }

  .site-nav{
    min-height:66px;
  }

  .site-brand>span:last-child{
    font-size:14px;
  }

  .nav-links{
    gap:13px;
    font-size:11px;
  }

  .nav-cta{
    padding:10px 13px !important;
  }

  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:560px;
  }

  .hero h1{
    max-width:680px;
    font-size:clamp(42px,6vw,58px);
  }

  .hero p{
    max-width:600px;
  }

  .section{
    padding-block:62px;
  }

  .section-head{
    gap:20px;
  }

  .section-head h2,
  .about-grid h2{
    font-size:clamp(30px,5vw,42px);
  }

  .product-grid,
  .testimonial-grid,
  .category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(100% - 36px,820px);
  }

  .catalog-hero-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .catalog-hero h1{
    max-width:700px;
    font-size:clamp(44px,7vw,60px);
  }

  .catalog-visual{
    justify-self:center;
    width:min(100%,440px);
    max-width:440px;
  }

  .catalog-cards{
    grid-template-columns:1fr;
  }

  .catalog-brand-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .catalog-pdf-card{
    align-items:flex-start;
  }

  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
  }

  .client-logo-strip{
    grid-template-columns:145px minmax(0,1fr);
  }

  .client-logo-item{
    flex-basis:130px !important;
    width:130px !important;
  }
}

/* ===== CELULARES GRANDES 421-767 ===== */
@media(max-width:767px){
  .wrap{
    width:calc(100% - 28px);
  }

  .site-header{
    position:sticky;
    top:0;
    z-index:100;
  }

  .site-nav{
    min-height:62px;
  }

  .site-brand{
    gap:9px;
  }

  .brand-badge{
    width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    border-radius:11px !important;
    font-size:12px !important;
  }

  .site-brand>span:last-child{
    max-width:190px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:13px;
  }

  .menu-btn{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    padding:0;
    border:1px solid rgba(255,255,255,.09);
    border-radius:11px;
    background:#14181e;
    color:#fff;
    font-size:20px;
  }

  .nav-links{
    position:absolute;
    top:calc(100% + 8px);
    left:14px;
    right:14px;
    display:none !important;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:12px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:rgba(15,18,22,.98);
    box-shadow:0 24px 60px rgba(0,0,0,.35);
    backdrop-filter:blur(16px);
  }

  .nav-links.open{
    display:flex !important;
  }

  .nav-links a{
    padding:12px 13px;
    border-radius:10px;
    font-size:13px;
  }

  .nav-cta{
    margin-top:4px;
    text-align:center;
  }

  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:calc(100svh - 62px);
  }

  .hero-content{
    display:flex;
    align-items:end;
    padding-top:90px;
    padding-bottom:58px;
  }

  .hero h1{
    max-width:100%;
    font-size:clamp(38px,11vw,54px);
    line-height:.98;
  }

  .hero p{
    max-width:100%;
    font-size:15px;
    line-height:1.65;
  }

  .hero-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    max-width:340px;
  }

  .hero-actions a{
    width:100%;
  }

  .section{
    padding-block:56px;
  }

  .section-head{
    display:block;
  }

  .section-head>p{
    margin-top:12px;
  }

  .section-head h2,
  .about-grid h2{
    font-size:clamp(30px,9vw,40px);
  }

  .product-grid,
  .testimonial-grid,
  .category-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .product-card{
    max-width:none;
  }

  .product-image img{
    aspect-ratio:16/10;
  }

  .about-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  /* Catálogo */
  .catalog-hero{
    padding:50px 0 54px;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:calc(100% - 28px);
  }

  .catalog-hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .catalog-hero h1{
    max-width:none;
    font-size:clamp(40px,11vw,52px);
  }

  .catalog-hero-copy>p{
    font-size:14px;
  }

  .catalog-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .catalog-btn{
    width:100%;
  }

  .catalog-trust{
    gap:6px;
  }

  .catalog-visual{
    justify-self:center;
    width:min(100%,390px);
    max-width:390px;
    padding:8px 14px 18px;
  }

  .catalog-floating-card{
    right:0;
    bottom:0;
  }

  .catalog-section{
    padding:58px 0;
  }

  .catalog-section-head{
    display:block;
  }

  .catalog-section-head>p{
    margin-top:14px;
  }

  .catalog-section-head h2{
    font-size:clamp(30px,9vw,40px);
  }

  .catalog-cards{
    grid-template-columns:1fr;
  }

  .catalog-card.has-image{
    grid-template-columns:1fr;
  }

  .catalog-card-image{
    min-height:210px;
  }

  .catalog-brand-grid{
    grid-template-columns:1fr;
  }

  .catalog-pdf-card{
    display:block;
    padding:25px;
  }

  .catalog-pdf-card h2{
    font-size:25px;
  }

  .catalog-pdf-actions{
    margin-top:22px;
    flex-direction:column;
  }

  /* Logos */
  .client-logo-strip{
    grid-template-columns:1fr;
    height:110px;
  }

  .logo-strip-label{
    height:26px;
    padding:9px 14px 0;
    background:none !important;
  }

  .logo-marquee{
    height:84px;
  }

  .logo-marquee-group{
    gap:24px;
    padding-inline:14px;
  }

  .client-logo-item{
    flex-basis:110px !important;
    width:110px !important;
    height:50px !important;
  }

  .client-logo-item img{
    max-width:94px !important;
    max-height:34px !important;
  }

  /* Footer */
  .footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-form{
    width:100%;
  }

  .product-detail{
    padding-top:26px;
  }

  .product-detail-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .product-info h1{
    font-size:clamp(32px,9vw,44px);
  }
}

/* ===== CELULARES PEQUEÑOS <=420 ===== */
@media(max-width:420px){
  .wrap{
    width:calc(100% - 22px);
  }

  .site-brand>span:last-child{
    max-width:160px;
    font-size:12px;
  }

  .hero h1{
    font-size:clamp(36px,11.5vw,46px);
  }

  .hero-content{
    padding-bottom:44px;
  }

  .section{
    padding-block:48px;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:calc(100% - 22px);
  }

  .catalog-hero{
    padding-top:44px;
  }

  .catalog-hero h1{
    font-size:clamp(37px,11vw,47px);
  }

  .catalog-cover-placeholder{
    padding:22px;
  }

  .catalog-cover-placeholder strong{
    font-size:25px;
  }

  .catalog-floating-card{
    min-width:150px;
    padding:10px 12px;
  }

  .catalog-card-copy{
    padding:19px;
  }

  .catalog-pdf-card{
    padding:21px;
  }

  .client-logo-item{
    flex-basis:98px !important;
    width:98px !important;
  }
}

/* Evita problemas con pantallas horizontales bajas */
@media(max-height:700px) and (min-width:768px){
  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:560px;
  }

  .catalog-hero{
    padding-block:54px;
  }
}

/* Accesibilidad: menos movimiento */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
  }

  .logo-marquee-track{
    animation:none !important;
  }
}



/* === TREX NAVBAR LOGO CONTROL V8 === */
.site-brand.has-custom-logo{
  display:inline-flex;
  align-items:center;
  min-width:0;
  max-width:min(310px,32vw);
}
.site-brand-logo-box{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:min(250px,28vw);
  height:var(--brand-logo-height,46px);
  min-width:0;
  overflow:hidden;
}
.site-brand-logo{
  display:block;
  width:auto !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:left center !important;
}
@media(min-width:1920px){
  .site-brand-logo-box{width:min(275px,25vw);}
}
@media(min-width:768px) and (max-width:1023px){
  .site-brand.has-custom-logo{max-width:220px;}
  .site-brand-logo-box{width:210px;height:min(var(--brand-logo-height,46px),52px);}
}
@media(max-width:767px){
  .site-brand.has-custom-logo{max-width:min(210px,62vw);}
  .site-brand-logo-box{width:min(190px,58vw);height:min(var(--brand-logo-height,46px),44px);}
}
@media(max-width:420px){
  .site-brand.has-custom-logo{max-width:min(170px,58vw);}
  .site-brand-logo-box{width:min(160px,54vw);height:min(var(--brand-logo-height,46px),40px);}
}

/* === TREX CATEGORIES PREMIUM V10 === */
.categories-section{
  padding-block:72px;
}

.categories-head{
  margin-bottom:28px;
}

.category-grid-premium{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.category-card-premium{
  position:relative;
  min-height:0 !important;
  overflow:hidden;
  border:1px solid #e3e7ed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 44px rgba(18,26,38,.08);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.category-card-premium:hover{
  transform:translateY(-4px);
  border-color:rgba(244,207,25,.34);
  box-shadow:0 24px 56px rgba(18,26,38,.13);
}

.category-media{
  position:relative;
  height:230px;
  overflow:hidden;
  background:#111722;
}

.category-media img,
.category-media .category-placeholder{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.category-media img{
  transition:transform .45s ease;
}

.category-card-premium:hover .category-media img{
  transform:scale(1.035);
}

.category-media .category-placeholder{
  display:grid;
  place-items:center;
  color:#566071;
  font-size:56px;
  font-weight:900;
  letter-spacing:-.05em;
  background:
    radial-gradient(circle at 50% 25%,rgba(67,137,200,.12),transparent 38%),
    linear-gradient(145deg,#161d29,#0b0f17);
}

.category-media .category-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,7,10,0) 52%,rgba(5,7,10,.34) 100%);
}

.category-number{
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  min-width:33px;
  height:33px;
  place-items:center;
  padding-inline:8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(12,15,19,.62);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  backdrop-filter:blur(8px);
}

.category-card-premium .category-copy{
  position:static !important;
  display:flex;
  flex-direction:column;
  min-height:185px;
  padding:21px 22px 22px;
  color:#121722 !important;
}

.category-label{
  color:#C39E00 !important;
  font-size:9px !important;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.category-card-premium .category-copy h3{
  margin:7px 0 8px;
  color:#121722;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.category-summary{
  display:-webkit-box;
  overflow:hidden;
  margin:0 !important;
  color:#687283 !important;
  font-size:12px;
  line-height:1.65 !important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.category-more{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin-top:auto;
  padding:14px 0 0;
  border:0;
  background:transparent;
  color:#1c2532;
  font:inherit;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  transition:color .2s ease;
}

.category-more span{
  color:var(--trex-gold,#F4CF19);
  transition:transform .2s ease;
}

.category-more:hover{
  color:#000;
}

.category-more:hover span{
  transform:translate(2px,-2px);
}

/* Dialog */
.category-dialog{
  width:min(560px,calc(100% - 28px));
  max-height:min(720px,calc(100% - 40px));
  margin:auto;
  padding:0;
  overflow:visible;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:#10141a;
  color:#fff;
  box-shadow:0 34px 100px rgba(0,0,0,.45);
}

.category-dialog::backdrop{
  background:rgba(5,7,10,.74);
  backdrop-filter:blur(7px);
}

.category-dialog-inner{
  position:relative;
  padding:34px;
}

.category-dialog-close{
  position:absolute;
  top:16px;
  right:16px;
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:#171c24;
  color:#c7ced8;
  font-size:23px;
  line-height:1;
  cursor:pointer;
}

.category-dialog-kicker{
  display:block;
  padding-right:50px;
  color:var(--trex-gold,#F4CF19);
  font-size:9px;
  font-weight:900;
  letter-spacing:.17em;
}

.category-dialog h3{
  margin:13px 0 13px;
  padding-right:40px;
  color:#fff;
  font-size:clamp(27px,5vw,36px);
  line-height:1.05;
  letter-spacing:-.035em;
}

.category-dialog p{
  margin:0;
  color:#aeb6c4;
  font-size:14px;
  line-height:1.8;
  white-space:pre-line;
}

.category-dialog-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:26px;
}

.category-dialog-actions button{
  cursor:pointer;
}

/* Laptop */
@media(min-width:1024px) and (max-width:1365px){
  .category-grid-premium{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .category-media{
    height:205px;
  }

  .category-card-premium .category-copy{
    min-height:175px;
  }
}

/* Tablet */
@media(min-width:768px) and (max-width:1023px){
  .category-grid-premium{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .category-media{
    height:220px;
  }
}

/* Mobile */
@media(max-width:767px){
  .categories-section{
    padding-block:54px;
  }

  .category-grid-premium{
    grid-template-columns:1fr;
    gap:14px;
  }

  .category-card-premium{
    display:grid;
    grid-template-columns:42% minmax(0,1fr);
    border-radius:17px;
  }

  .category-media{
    height:auto;
    min-height:190px;
  }

  .category-card-premium .category-copy{
    min-height:190px;
    padding:18px;
  }

  .category-card-premium .category-copy h3{
    font-size:20px;
  }

  .category-summary{
    -webkit-line-clamp:3;
    font-size:11px;
  }

  .category-number{
    top:10px;
    right:10px;
  }

  .category-dialog-inner{
    padding:27px 22px 23px;
  }

  .category-dialog-actions{
    flex-direction:column;
  }

  .category-dialog-actions>*{
    width:100%;
  }
}

@media(max-width:480px){
  .category-card-premium{
    grid-template-columns:1fr;
  }

  .category-media{
    min-height:205px;
  }

  .category-card-premium .category-copy{
    min-height:175px;
  }
}

@media(prefers-reduced-motion:reduce){
  .category-card-premium,
  .category-media img,
  .category-more span{
    transition:none !important;
  }
}

/* === TREX CATEGORIES DIRECTORY V11 === */

/* Home: four categories in a row */
.category-home-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

.category-home-grid .category-media{
  height:190px;
}

.category-home-grid .category-copy{
  min-height:168px;
  padding:18px 19px 19px;
}

.category-home-grid .category-copy h3{
  font-size:19px;
}

.categories-head-side{
  max-width:410px;
}

.categories-head-side>p{
  margin:0;
  color:#697386;
  line-height:1.7;
}

.categories-all-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:12px;
  color:#17202b;
  font-size:11px;
  font-weight:900;
}

.categories-all-link span{
  color:var(--trex-gold,#F4CF19);
}

.categories-home-footer{
  display:flex;
  justify-content:center;
  margin-top:26px;
}

/* Directory hero */
.categories-directory-hero{
  padding:78px 0 62px;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 15%,rgba(67,137,200,.14),transparent 28%),
    radial-gradient(circle at 15% 80%,rgba(244,207,25,.06),transparent 25%),
    #0a0d12;
  color:#fff;
}

.categories-directory-hero h1{
  max-width:800px;
  margin:16px 0 17px;
  font-size:clamp(42px,5vw,68px);
  line-height:1;
  letter-spacing:-.045em;
}

.categories-directory-hero p{
  max-width:650px;
  margin:0;
  color:#9da8b8;
  font-size:15px;
  line-height:1.75;
}

/* Main directory */
.categories-directory{
  padding:42px 0 76px;
  background:#f5f7fa;
}

.categories-filter-panel{
  display:grid;
  grid-template-columns:minmax(260px,1.65fr) minmax(150px,.7fr) minmax(170px,.8fr) auto;
  gap:12px;
  align-items:end;
  padding:17px;
  border:1px solid #e1e5eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(20,29,43,.06);
}

.categories-search-field,
.categories-filter-field{
  display:grid;
  gap:7px;
}

.categories-filter-panel label{
  color:#687283;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.categories-search-box{
  position:relative;
}

.categories-search-box>span{
  position:absolute;
  top:50%;
  left:14px;
  transform:translateY(-50%);
  color:#7b8594;
  font-size:20px;
  pointer-events:none;
}

.categories-search-box input,
.categories-filter-panel select{
  width:100%;
  height:46px;
  border:1px solid #dce1e8;
  border-radius:12px;
  background:#f8fafc;
  color:#111722;
  font:inherit;
  font-size:12px;
}

.categories-search-box input{
  padding:0 14px 0 41px;
}

.categories-filter-panel select{
  padding:0 35px 0 13px;
}

.categories-search-box input:focus,
.categories-filter-panel select:focus{
  outline:none;
  border-color:rgba(244,207,25,.65);
  box-shadow:0 0 0 3px rgba(244,207,25,.09);
}

.categories-filter-actions{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
}

.categories-filter-actions .catalog-btn{
  min-height:46px;
}

.categories-clear-filter{
  color:#687283;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}

.categories-clear-filter:hover{
  color:#111722;
}

.categories-directory-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:25px 0 18px;
}

.categories-directory-meta>div{
  display:flex;
  align-items:baseline;
  gap:7px;
}

.categories-directory-meta strong{
  color:#111722;
  font-size:23px;
}

.categories-directory-meta span,
.categories-directory-meta p{
  color:#758093;
  font-size:11px;
}

.categories-directory-meta p{
  margin:0;
}

/* Directory: 4 per row on large desktop */
.category-directory-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:15px;
}

.category-directory-grid .category-media{
  height:185px;
}

.category-directory-grid .category-copy{
  min-height:165px;
  padding:18px 19px 19px;
}

.category-directory-grid .category-copy h3{
  font-size:19px;
}

/* Pagination */
.categories-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:34px;
}

.categories-pagination a,
.categories-pagination>span:not(.pagination-dots){
  display:grid;
  min-width:39px;
  height:39px;
  place-items:center;
  padding:0 9px;
  border:1px solid #dce1e8;
  border-radius:10px;
  background:#fff;
  color:#4d5868;
  font-size:11px;
  font-weight:900;
  transition:.2s ease;
}

.categories-pagination a:hover{
  transform:translateY(-1px);
  border-color:rgba(244,207,25,.55);
  color:#111722;
}

.categories-pagination .is-current{
  border-color:var(--trex-gold,#F4CF19) !important;
  background:var(--trex-gold,#F4CF19) !important;
  color:#111 !important;
}

.categories-pagination .is-disabled{
  opacity:.38;
}

.pagination-dots{
  padding-inline:4px;
  color:#87909f;
}

.categories-empty{
  display:grid;
  justify-items:center;
  padding:80px 20px;
  border:1px dashed #d5dbe4;
  border-radius:20px;
  background:#fff;
  text-align:center;
}

.categories-empty>span{
  color:#b1b8c4;
  font-size:44px;
}

.categories-empty h2{
  margin:12px 0 7px;
  color:#111722;
  font-size:27px;
}

.categories-empty p{
  margin:0 0 20px;
  color:#7b8595;
}

/* Laptop */
@media(min-width:1024px) and (max-width:1365px){
  .category-home-grid,
  .category-directory-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .categories-filter-panel{
    grid-template-columns:minmax(240px,1.4fr) minmax(140px,.7fr) minmax(150px,.75fr);
  }

  .categories-filter-actions{
    grid-column:1/-1;
    justify-content:flex-end;
  }
}

/* Tablet */
@media(min-width:768px) and (max-width:1023px){
  .category-home-grid,
  .category-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .categories-filter-panel{
    grid-template-columns:1fr 1fr;
  }

  .categories-search-field{
    grid-column:1/-1;
  }

  .categories-filter-actions{
    justify-content:flex-end;
  }
}

/* Mobile */
@media(max-width:767px){
  .category-home-grid,
  .category-directory-grid{
    grid-template-columns:1fr !important;
  }

  .category-home-grid .category-card-premium,
  .category-directory-grid .category-card-premium{
    display:grid;
    grid-template-columns:42% minmax(0,1fr);
  }

  .category-home-grid .category-media,
  .category-directory-grid .category-media{
    height:auto;
    min-height:190px;
  }

  .categories-directory-hero{
    padding:55px 0 47px;
  }

  .categories-directory-hero h1{
    font-size:clamp(39px,11vw,52px);
  }

  .categories-filter-panel{
    grid-template-columns:1fr;
    padding:14px;
  }

  .categories-search-field{
    grid-column:auto;
  }

  .categories-filter-actions{
    justify-content:stretch;
  }

  .categories-filter-actions .catalog-btn{
    flex:1;
  }

  .categories-directory-meta{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}

@media(max-width:480px){
  .category-home-grid .category-card-premium,
  .category-directory-grid .category-card-premium{
    grid-template-columns:1fr;
  }

  .category-home-grid .category-media,
  .category-directory-grid .category-media{
    min-height:200px;
  }
}

/* === TREX FEATURED PRODUCTS PREMIUM V12 === */
.products-featured-section{
  padding-block:72px;
}

.products-featured-head{
  margin-bottom:28px;
}

.product-grid-premium{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px;
}

.product-card-premium{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #e2e7ed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 46px rgba(20,29,43,.075);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.product-card-premium:hover{
  transform:translateY(-4px);
  border-color:rgba(244,207,25,.34);
  box-shadow:0 26px 60px rgba(20,29,43,.13);
}

.product-media{
  position:relative;
  display:block;
  height:210px;
  overflow:hidden;
  background:#111722;
}

.product-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.product-card-premium:hover .product-media img{
  transform:scale(1.035);
}

.product-media-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(8,10,14,.05) 42%,rgba(8,10,14,.28) 100%);
}

.product-category-badge{
  position:absolute;
  top:13px;
  left:13px;
  max-width:calc(100% - 70px);
  overflow:hidden;
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(8,10,14,.76);
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
  text-overflow:ellipsis;
  white-space:nowrap;
  backdrop-filter:blur(8px);
}

.product-card-arrow{
  position:absolute;
  top:13px;
  right:13px;
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(8,10,14,.63);
  color:#fff;
  font-size:14px;
  backdrop-filter:blur(8px);
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease;
}

.product-card-premium:hover .product-card-arrow{
  transform:translate(2px,-2px);
  background:var(--trex-gold,#F4CF19);
  color:#111;
}

.product-copy-premium{
  display:flex;
  min-height:194px;
  flex:1;
  flex-direction:column;
  padding:19px 20px 20px;
}

.product-copy-premium h3{
  margin:0 0 8px;
  color:#111722;
  font-size:20px;
  line-height:1.16;
  letter-spacing:-.025em;
}

.product-copy-premium h3 a{
  color:inherit;
}

.product-summary{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#6f7989;
  font-size:12px;
  line-height:1.65;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.product-card-footer{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-top:auto;
  padding-top:19px;
}

.product-price-block{
  display:grid;
  gap:2px;
  min-width:0;
}

.product-price-block>span{
  color:#929bab;
  font-size:8px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.product-price-block strong{
  overflow:hidden;
  color:#121722;
  font-size:15px;
  line-height:1.1;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.product-price-consult strong{
  color:#536174;
}

.product-more-premium{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:6px;
  color:#17202b;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}

.product-more-premium span{
  color:var(--trex-gold,#F4CF19);
  transition:transform .2s ease;
}

.product-more-premium:hover span{
  transform:translate(2px,-2px);
}

/* 24"+ / Full HD grande */
@media(min-width:1600px){
  .product-grid-premium{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }

  .product-media{
    height:220px;
  }
}

/* Laptop */
@media(min-width:1024px) and (max-width:1599px){
  .product-grid-premium{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .product-media{
    height:205px;
  }
}

/* Tablet */
@media(min-width:768px) and (max-width:1023px){
  .product-grid-premium{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .product-media{
    height:215px;
  }
}

/* Mobile */
@media(max-width:767px){
  .products-featured-section{
    padding-block:54px;
  }

  .product-grid-premium{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  .product-card-premium{
    display:grid;
    grid-template-columns:42% minmax(0,1fr);
    border-radius:17px;
  }

  .product-media{
    height:auto;
    min-height:195px;
  }

  .product-copy-premium{
    min-height:195px;
    padding:17px;
  }

  .product-copy-premium h3{
    font-size:18px;
  }

  .product-summary{
    font-size:11px;
    -webkit-line-clamp:3;
  }

  .product-card-footer{
    align-items:flex-start;
    flex-direction:column;
    gap:11px;
    padding-top:14px;
  }

  .product-more-premium{
    font-size:10px;
  }
}

@media(max-width:480px){
  .product-card-premium{
    grid-template-columns:1fr;
  }

  .product-media{
    min-height:205px;
  }

  .product-copy-premium{
    min-height:170px;
  }

  .product-card-footer{
    align-items:end;
    flex-direction:row;
  }
}

@media(prefers-reduced-motion:reduce){
  .product-card-premium,
  .product-media img,
  .product-card-arrow,
  .product-more-premium span{
    transition:none !important;
  }
}

/* === TREX DESKTOP DENSITY 85 V13 ===
   Objetivo: que a 100% del navegador el sitio tenga una densidad
   visual cercana a la que se aprecia al 85% en Chrome.
   No usa CSS zoom ni transform: scale(), por lo que mantiene
   responsive, accesibilidad y flujo normal del documento.
*/

/* Portátiles y escritorios */
@media(min-width:1024px){

  html{
    font-size:14.5px;
  }

  .wrap{
    width:min(1260px,calc(100% - 48px));
  }

  /* NAV */
  .site-nav{
    min-height:62px !important;
  }

  .site-header .wrap{
    width:min(1260px,calc(100% - 48px));
  }

  .nav-links{
    gap:20px !important;
  }

  .nav-links a{
    font-size:11px;
  }

  .nav-cta{
    min-height:40px !important;
    padding:0 16px !important;
    border-radius:11px !important;
  }

  .site-brand-logo-box{
    max-height:44px;
  }

  /* HERO */
  .hero,
  .hero-fallback,
  .hero-slide,
  .hero-content{
    min-height:clamp(520px,68vh,680px) !important;
  }

  .hero h1{
    max-width:790px !important;
    font-size:clamp(43px,4.5vw,66px) !important;
  }

  .hero p{
    max-width:650px;
    font-size:15px !important;
  }

  /* SECCIONES */
  .section{
    padding-block:60px !important;
  }

  .section-head{
    margin-bottom:24px;
  }

  .section-head h2{
    font-size:clamp(34px,3.5vw,48px) !important;
  }

  .section-head>p,
  .categories-head-side>p{
    font-size:12px !important;
  }

  /* CATEGORÍAS */
  .categories-section{
    padding-block:60px !important;
  }

  .category-home-grid{
    gap:14px !important;
  }

  .category-home-grid .category-media{
    height:168px !important;
  }

  .category-home-grid .category-copy{
    min-height:148px !important;
    padding:16px 17px 17px !important;
  }

  .category-home-grid .category-copy h3{
    font-size:17px !important;
  }

  .category-summary{
    font-size:10.5px !important;
    line-height:1.55 !important;
  }

  .category-more{
    padding-top:11px !important;
    font-size:9.5px !important;
  }

  .categories-home-footer{
    margin-top:22px !important;
  }

  /* PRODUCTOS DESTACADOS */
  .products-featured-section{
    padding-block:60px !important;
  }

  .product-grid-premium{
    gap:14px !important;
  }

  .product-media{
    height:185px !important;
  }

  .product-copy-premium{
    min-height:170px !important;
    padding:16px 17px 17px !important;
  }

  .product-copy-premium h3{
    font-size:17.5px !important;
  }

  .product-summary{
    font-size:10.5px !important;
    line-height:1.55 !important;
  }

  .product-card-footer{
    padding-top:14px !important;
  }

  .product-price-block strong{
    font-size:13px !important;
  }

  .product-more-premium{
    font-size:9px !important;
  }

  /* SOBRE NOSOTROS / TESTIMONIOS */
  .about-grid h2{
    font-size:clamp(34px,3.4vw,48px) !important;
  }

  .testimonial-card{
    padding:20px !important;
  }

  /* LOGOS: más fina como en zoom 85 */
  .client-logo-strip{
    height:88px !important;
    grid-template-columns:145px minmax(0,1fr) !important;
  }

  .logo-marquee{
    height:88px !important;
  }

  .client-logo-item{
    flex-basis:126px !important;
    width:126px !important;
    height:52px !important;
    padding:7px !important;
  }

  .client-logo-item img{
    max-width:110px !important;
    max-height:38px !important;
  }

  .logo-marquee-group{
    gap:36px !important;
  }

  /* CATÁLOGO */
  .catalog-hero{
    padding:58px 0 56px !important;
  }

  .catalog-hero .wrap,
  .catalog-section .wrap,
  .catalog-pdf-section .wrap{
    width:min(1180px,calc(100% - 52px)) !important;
  }

  .catalog-hero-grid{
    gap:46px !important;
  }

  .catalog-hero h1{
    max-width:620px !important;
    font-size:clamp(39px,4.1vw,56px) !important;
  }

  .catalog-hero-copy>p{
    font-size:13.5px !important;
  }

  .catalog-visual{
    max-width:360px !important;
  }

  .catalog-section{
    padding:60px 0 !important;
  }

  .catalog-section-head h2{
    font-size:clamp(30px,3vw,40px) !important;
  }

  /* DIRECTORIO DE CATEGORÍAS */
  .categories-directory-hero{
    padding:58px 0 48px !important;
  }

  .categories-directory-hero h1{
    max-width:720px !important;
    font-size:clamp(39px,4.4vw,58px) !important;
  }

  .categories-directory{
    padding:34px 0 62px !important;
  }

  .category-directory-grid{
    gap:13px !important;
  }

  .category-directory-grid .category-media{
    height:168px !important;
  }

  .category-directory-grid .category-copy{
    min-height:150px !important;
    padding:16px 17px 17px !important;
  }

  .category-directory-grid .category-copy h3{
    font-size:17px !important;
  }

  /* FOOTER */
  .footer{
    padding-top:54px !important;
  }
}

/* Desktop 24" / Full HD: un poco más de ancho, sin agrandar componentes */
@media(min-width:1600px){
  .wrap,
  .site-header .wrap{
    width:min(1320px,calc(100% - 64px)) !important;
  }

  .category-home-grid,
  .product-grid-premium,
  .category-directory-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

/* 1024-1365: mantenemos buena densidad sin forzar 4 columnas */
@media(min-width:1024px) and (max-width:1365px){
  .wrap,
  .site-header .wrap{
    width:min(1080px,calc(100% - 38px)) !important;
  }

  .category-home-grid,
  .product-grid-premium,
  .category-directory-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

/* === TREX STORE + SEO UI V14 === */

/* Navbar CTA correction */
@media(min-width:1024px){
  .nav-links .nav-cta{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    height:36px !important;
    min-height:36px !important;
    padding:0 15px !important;
    border-radius:10px !important;
    font-size:10px !important;
    line-height:1 !important;
    white-space:nowrap;
  }
}

/* Store */
.store-hero{
  padding:62px 0 48px;
  background:
    radial-gradient(circle at 82% 12%,rgba(67,137,200,.14),transparent 27%),
    radial-gradient(circle at 18% 90%,rgba(244,207,25,.06),transparent 24%),
    #0a0d12;
  color:#fff;
}

.store-hero h1{
  max-width:780px;
  margin:15px 0 15px;
  font-size:clamp(40px,4.7vw,62px);
  line-height:1;
  letter-spacing:-.045em;
}

.store-hero p{
  max-width:650px;
  margin:0;
  color:#9fa9b8;
  font-size:14px;
  line-height:1.75;
}

.store-directory{
  padding:34px 0 70px;
  background:#f5f7fa;
}

.store-layout{
  display:grid;
  grid-template-columns:245px minmax(0,1fr);
  gap:22px;
  align-items:start;
}

.store-filters{
  position:sticky;
  top:84px;
  padding:18px;
  border:1px solid #e1e6ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(19,28,42,.055);
}

.store-filter-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:19px;
}

.store-filter-head span{
  color:#c49d00;
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.store-filter-head h2{
  margin:4px 0 0;
  color:#121722;
  font-size:19px;
}

.store-filter-head>a{
  color:#7b8492;
  font-size:9px;
  font-weight:800;
}

.store-field{
  display:grid;
  gap:6px;
  margin-bottom:13px;
}

.store-field label{
  color:#727d8d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.store-field input,
.store-field select,
.store-sort select{
  width:100%;
  height:42px;
  border:1px solid #dce2e9;
  border-radius:11px;
  background:#f9fafc;
  color:#131922;
  padding:0 11px;
  font:inherit;
  font-size:11px;
}

.store-price-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.store-check{
  display:flex;
  align-items:center;
  gap:9px;
  margin:11px 0;
  color:#525d6b;
  font-size:10px;
  cursor:pointer;
}

.store-check input{
  width:15px;
  height:15px;
  accent-color:var(--trex-gold,#F4CF19);
}

.store-filter-submit{
  width:100%;
  margin-top:10px;
}

.store-results{
  min-width:0;
}

.store-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding:12px 14px;
  border:1px solid #e1e6ed;
  border-radius:14px;
  background:#fff;
}

.store-toolbar>div{
  display:flex;
  align-items:baseline;
  gap:5px;
  color:#7d8795;
  font-size:10px;
}

.store-toolbar strong{
  color:#121722;
  font-size:18px;
}

.store-toolbar small{
  margin-left:7px;
  color:#9ba3af;
}

.store-sort{
  display:flex;
  align-items:center;
  gap:8px;
}

.store-sort label{
  color:#7a8493;
  font-size:9px;
  font-weight:800;
}

.store-sort select{
  width:auto;
  min-width:165px;
}

.store-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.store-product-card{
  overflow:hidden;
  border:1px solid #e1e6ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(20,29,43,.055);
  transition:.22s ease;
}

.store-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(244,207,25,.34);
  box-shadow:0 20px 48px rgba(20,29,43,.10);
}

.store-product-media{
  position:relative;
  display:block;
  height:180px;
  overflow:hidden;
  background:#111722;
}

.store-product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.store-product-card:hover .store-product-media img{
  transform:scale(1.035);
}

.store-product-category,
.store-product-featured{
  position:absolute;
  top:11px;
  padding:6px 8px;
  border-radius:999px;
  font-size:7px;
  font-weight:900;
  backdrop-filter:blur(8px);
}

.store-product-category{
  left:11px;
  max-width:65%;
  overflow:hidden;
  background:rgba(7,9,12,.75);
  color:#fff;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.store-product-featured{
  right:11px;
  background:var(--trex-gold,#F4CF19);
  color:#111;
}

.store-product-copy{
  display:flex;
  min-height:170px;
  flex-direction:column;
  padding:16px;
}

.store-product-copy h3{
  margin:0 0 7px;
  color:#111722;
  font-size:17px;
  line-height:1.15;
}

.store-product-copy h3 a{
  color:inherit;
}

.store-product-copy p{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#707a89;
  font-size:10.5px;
  line-height:1.6;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.store-product-bottom{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:14px;
}

.store-product-bottom strong{
  color:#111722;
  font-size:13px;
}

.store-product-bottom .store-quote-price{
  color:#697383;
}

.store-product-bottom a{
  color:#1d2733;
  font-size:9px;
  font-weight:900;
}

.store-empty{
  display:grid;
  justify-items:center;
  padding:75px 20px;
  border:1px dashed #d5dbe4;
  border-radius:18px;
  background:#fff;
  text-align:center;
}

.store-empty>span{
  color:#aeb6c1;
  font-size:42px;
}

.store-empty h2{
  margin:10px 0 6px;
  color:#121722;
  font-size:26px;
}

.store-empty p{
  margin:0 0 19px;
  color:#7b8594;
}

/* Footer */
.footer-premium-grid{
  display:grid;
  grid-template-columns:1.2fr .65fr .8fr 1.35fr;
  gap:34px;
  padding-block:58px 44px;
}

.footer-brand-premium h2{
  max-width:360px;
  margin:11px 0 12px;
  font-size:28px;
  line-height:1.05;
}

.footer-brand-premium>p{
  max-width:390px;
  color:#8f99a9;
  font-size:11px;
  line-height:1.75;
}

.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.footer-socials a{
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#bdc4cf;
  font-size:9px;
}

.footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.footer-links h3{
  margin:0 0 13px;
  color:#fff;
  font-size:12px;
}

.footer-links a{
  margin:0 0 8px;
  color:#8f99a9;
  font-size:10px;
}

.footer-links a:hover{
  color:var(--trex-gold,#F4CF19);
}

.footer-links p{
  margin:0 0 5px;
  color:#8f99a9;
  font-size:10px;
}

.footer-contact-title{
  margin-top:18px !important;
}

.footer-form-kicker{
  color:var(--trex-gold,#F4CF19);
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.footer-form h3{
  margin:6px 0 13px;
  font-size:18px;
}

.footer-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-block:18px 24px;
}

.footer-bottom>div:first-child{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.footer-bottom strong{
  color:#c8ced7;
  font-size:9px;
}

.footer-bottom span{
  color:#6f7886;
  font-size:8px;
}

.footer-bottom-links{
  display:flex;
  gap:13px;
}

.footer-bottom-links a{
  color:#7f8997;
  font-size:8px;
}

/* Human sitemap */
.human-sitemap{
  padding:70px 0;
  background:#f5f7fa;
}

.human-sitemap h1{
  margin:12px 0 10px;
  color:#111722;
  font-size:48px;
  letter-spacing:-.04em;
}

.human-sitemap> .wrap > p{
  max-width:650px;
  color:#6f7a8b;
}

.human-sitemap-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
  margin-top:30px;
}

.human-sitemap-grid>div{
  display:flex;
  flex-direction:column;
  padding:23px;
  border:1px solid #e1e6ed;
  border-radius:17px;
  background:#fff;
}

.human-sitemap-grid h2{
  margin:0 0 13px;
  color:#121722;
  font-size:18px;
}

.human-sitemap-grid a{
  margin-bottom:8px;
  color:#687383;
  font-size:11px;
}

/* tablet/mobile */
@media(max-width:1023px){
  .store-layout{
    grid-template-columns:1fr;
  }

  .store-filters{
    position:static;
  }

  .store-filters form{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 14px;
  }

  .store-filter-head{
    grid-column:1/-1;
  }

  .store-price-grid{
    grid-column:1/-1;
  }

  .store-filter-submit{
    width:auto;
  }

  .store-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .footer-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:767px){
  .store-hero{
    padding:50px 0 42px;
  }

  .store-filters form{
    grid-template-columns:1fr;
  }

  .store-price-grid{
    grid-column:auto;
  }

  .store-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .store-sort{
    width:100%;
  }

  .store-sort select{
    flex:1;
  }

  .store-product-grid{
    grid-template-columns:1fr;
  }

  .store-product-card{
    display:grid;
    grid-template-columns:42% minmax(0,1fr);
  }

  .store-product-media{
    height:auto;
    min-height:190px;
  }

  .store-product-copy{
    min-height:190px;
  }

  .footer-premium-grid{
    grid-template-columns:1fr;
    gap:27px;
    padding-block:48px 35px;
  }

  .footer-form-row{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
  }

  .human-sitemap-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:480px){
  .store-product-card{
    grid-template-columns:1fr;
  }

  .store-product-media{
    min-height:205px;
  }
}

/* === TREX PRODUCT DETAIL PREMIUM V15 === */
.product-premium-page{
  padding:20px 0 74px;
  background:
    radial-gradient(circle at 82% 10%,rgba(67,137,200,.08),transparent 26%),
    radial-gradient(circle at 18% 88%,rgba(244,207,25,.05),transparent 22%),
    #f5f7fa;
}

.product-premium-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  color:#748093;
  font-size:10px;
}

.product-premium-breadcrumb a{
  color:#5d6878;
}

.product-premium-breadcrumb a:hover{
  color:var(--trex-blue);
}

.product-premium-hero{
  display:grid;
  grid-template-columns:minmax(0,1.33fr) minmax(320px,.86fr);
  gap:24px;
  align-items:start;
}

.product-premium-gallery-panel{
  min-width:0;
}

.product-premium-visual-shell{
  padding:16px;
  border:1px solid rgba(15,22,32,.06);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,255,255,.82)),
    linear-gradient(135deg,rgba(67,137,200,.08),transparent 45%);
  box-shadow:0 24px 60px rgba(16,23,34,.08);
}

.product-premium-main-media{
  position:relative;
  overflow:hidden;
  min-height:620px;
  border-radius:24px;
  background:
    linear-gradient(140deg,#0a0d12 0%,#121923 100%);
}

.product-premium-main-media::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(7,10,15,.06),rgba(7,10,15,.38)),
    radial-gradient(circle at 88% 15%,rgba(67,137,200,.15),transparent 28%);
  pointer-events:none;
  z-index:1;
}

.product-premium-main-media img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  display:block;
}

.product-premium-media-badges{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  justify-content:space-between;
  align-items:flex-start;
}

.product-premium-category,
.product-premium-featured{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  backdrop-filter:blur(12px);
  font-size:8px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.product-premium-category{
  background:rgba(7,10,15,.72);
  color:#fff;
}

.product-premium-featured{
  background:rgba(244,207,25,.92);
  color:#151515;
}

.product-premium-floating-note{
  position:absolute;
  z-index:2;
  max-width:240px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(10,14,20,.72);
  backdrop-filter:blur(12px);
  box-shadow:0 20px 45px rgba(7,10,15,.20);
  color:#fff;
}

.product-premium-floating-note small{
  display:block;
  margin-bottom:5px;
  color:#94a6c2;
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.product-premium-floating-note strong{
  display:block;
  font-size:12px;
  line-height:1.35;
}

.product-premium-floating-note.note-top{
  right:18px;
  top:68px;
}

.product-premium-floating-note.note-bottom{
  left:18px;
  bottom:18px;
}

.product-premium-thumbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.product-premium-thumb{
  width:84px;
  height:68px;
  padding:0;
  overflow:hidden;
  border:1px solid #d9e0e9;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
}

.product-premium-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.product-premium-thumb:hover,
.product-premium-thumb.is-active{
  border-color:var(--trex-gold);
  box-shadow:0 10px 24px rgba(244,207,25,.18);
  transform:translateY(-2px);
}

.product-premium-info-panel{
  position:sticky;
  top:92px;
  padding:26px 24px;
  border:1px solid rgba(15,22,32,.06);
  border-radius:28px;
  background:
    linear-gradient(180deg,#0b0e13 0%,#121824 100%);
  box-shadow:0 28px 64px rgba(10,14,20,.18);
  color:#fff;
}

.product-premium-kicker,
.product-premium-section-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--trex-gold);
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.product-premium-info-panel h1{
  margin:14px 0 12px;
  font-size:clamp(34px,3.4vw,54px);
  line-height:.98;
  letter-spacing:-.05em;
}

.product-premium-lead{
  margin:0;
  color:#9ea9ba;
  font-size:13px;
  line-height:1.8;
}

.product-premium-price-card{
  display:flex;
  justify-content:space-between;
  gap:14px;
  margin:22px 0 18px;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}

.product-premium-price-card>div:first-child span{
  display:block;
  margin-bottom:7px;
  color:#8f9eb0;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.product-premium-price-card>div:first-child strong{
  display:block;
  color:#fff;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.product-premium-price-tag{
  align-self:flex-start;
}

.product-premium-price-tag span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(244,207,25,.12);
  color:var(--trex-gold);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.product-premium-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.product-premium-cta{
  width:100%;
  justify-content:center;
}

.product-premium-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  color:#d8dee7;
  font-size:10px;
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none;
  transition:.18s ease;
}

.product-premium-secondary:hover{
  border-color:rgba(244,207,25,.34);
  color:#fff;
  transform:translateY(-1px);
}

.product-premium-trust-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.product-premium-trust-item{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.08);
}

.product-premium-trust-item:first-child{
  border-top:0;
}

.product-premium-trust-item span{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border-radius:50%;
  background:rgba(244,207,25,.12);
  color:var(--trex-gold);
  font-size:11px;
  font-weight:900;
}

.product-premium-trust-item p{
  margin:2px 0 0;
  color:#bbc5d2;
  font-size:11px;
  line-height:1.6;
}

.product-premium-contact-card{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:18px;
  padding:15px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.product-premium-contact-card small{
  display:block;
  margin-bottom:6px;
  color:#8f9eb0;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.product-premium-contact-card strong{
  font-size:14px;
}

.product-premium-contact-meta{
  display:flex;
  flex-direction:column;
  gap:5px;
  align-items:flex-end;
  text-align:right;
}

.product-premium-contact-meta a,
.product-premium-contact-meta span{
  color:#b5becb;
  font-size:10px;
}

.product-premium-content-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .85fr;
  gap:18px;
  margin-top:26px;
}

.product-premium-card{
  padding:24px;
  border:1px solid #e4e9f0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(20,29,43,.05);
}

.product-premium-description-card h2,
.product-premium-card h3{
  margin:14px 0 12px;
  color:#111722;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.product-premium-card h3{
  font-size:20px;
}

.product-premium-copy{
  color:#616d7d;
  font-size:12px;
  line-height:1.9;
}

.product-premium-mini-list{
  display:grid;
  gap:14px;
}

.product-premium-mini-list div{
  padding-bottom:14px;
  border-bottom:1px solid #edf1f5;
}

.product-premium-mini-list div:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.product-premium-mini-list strong{
  display:block;
  margin-bottom:5px;
  color:#121822;
  font-size:13px;
}

.product-premium-mini-list p{
  margin:0;
  color:#728093;
  font-size:10.5px;
  line-height:1.65;
}

.product-premium-steps{
  display:grid;
  gap:12px;
}

.product-premium-step{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:12px;
  align-items:start;
}

.product-premium-step span{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--trex-gold),#efbf0c);
  color:#161616;
  font-size:14px;
  font-weight:900;
}

.product-premium-step p{
  margin:6px 0 0;
  color:#687588;
  font-size:11px;
  line-height:1.7;
}

.product-premium-bottom-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:24px;
  padding:28px 30px;
  border-radius:28px;
  background:
    radial-gradient(circle at 80% 20%,rgba(67,137,200,.16),transparent 26%),
    linear-gradient(135deg,#0b0e13 0%,#131a24 100%);
  color:#fff;
  box-shadow:0 26px 58px rgba(10,14,20,.16);
}

.product-premium-bottom-copy{
  max-width:690px;
}

.product-premium-bottom-copy h2{
  margin:12px 0 10px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.045em;
}

.product-premium-bottom-copy p{
  margin:0;
  color:#aeb8c6;
  font-size:12px;
  line-height:1.8;
}

.product-premium-bottom-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

@media(max-width:1180px){
  .product-premium-hero{
    grid-template-columns:1fr;
  }

  .product-premium-info-panel{
    position:static;
  }

  .product-premium-content-grid{
    grid-template-columns:1fr 1fr;
  }

  .product-premium-description-card{
    grid-column:1/-1;
  }

  .product-premium-bottom-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:760px){
  .product-premium-page{
    padding-bottom:54px;
  }

  .product-premium-visual-shell,
  .product-premium-info-panel,
  .product-premium-card,
  .product-premium-bottom-cta{
    border-radius:22px;
  }

  .product-premium-main-media,
  .product-premium-main-media img{
    min-height:360px;
  }

  .product-premium-floating-note{
    max-width:190px;
    padding:11px 12px;
  }

  .product-premium-floating-note strong{
    font-size:10px;
  }

  .product-premium-media-badges{
    gap:8px;
  }

  .product-premium-content-grid{
    grid-template-columns:1fr;
  }

  .product-premium-info-panel h1{
    font-size:clamp(32px,12vw,44px);
  }

  .product-premium-price-card{
    flex-direction:column;
  }

  .product-premium-contact-card{
    flex-direction:column;
  }

  .product-premium-contact-meta{
    align-items:flex-start;
    text-align:left;
  }

  .product-premium-bottom-copy h2{
    font-size:28px;
  }

  .product-premium-bottom-actions{
    width:100%;
    flex-direction:column;
  }

  .product-premium-bottom-actions a{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:520px){
  .product-premium-main-media,
  .product-premium-main-media img{
    min-height:300px;
  }

  .product-premium-floating-note.note-top{
    right:12px;
    top:auto;
    bottom:80px;
  }

  .product-premium-floating-note.note-bottom{
    left:12px;
    bottom:14px;
  }

  .product-premium-thumbs{
    gap:8px;
  }

  .product-premium-thumb{
    width:72px;
    height:60px;
  }
}

/* === TREX PRODUCT DYNAMIC DETAILS V16 === */
.product-premium-content-grid.is-simple{
  grid-template-columns:1fr;
}

.product-premium-tech-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}

.product-premium-tech-card{
  padding:24px;
  border:1px solid #e4e9f0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(20,29,43,.05);
}

.product-premium-tech-card h2{
  margin:13px 0 18px;
  color:#111722;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.product-premium-specs{
  margin:0;
}

.product-premium-specs>div{
  display:grid;
  grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);
  gap:18px;
  padding:11px 0;
  border-top:1px solid #edf1f5;
}

.product-premium-specs>div:first-child{
  border-top:0;
}

.product-premium-specs dt{
  color:#7b8798;
  font-size:10px;
  font-weight:800;
}

.product-premium-specs dd{
  margin:0;
  color:#111722;
  font-size:11px;
  font-weight:900;
  text-align:right;
}

.product-premium-downloads{
  display:grid;
  gap:9px;
}

.product-premium-download{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:13px 14px;
  border:1px solid #e6ebf1;
  border-radius:14px;
  background:#f8fafc;
  transition:.18s ease;
}

.product-premium-download:hover{
  transform:translateY(-1px);
  border-color:rgba(244,207,25,.48);
  background:#fff;
  box-shadow:0 12px 28px rgba(20,29,43,.07);
}

.product-premium-download small{
  display:block;
  margin-bottom:3px;
  color:#c39e00;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}

.product-premium-download strong{
  display:block;
  color:#151b24;
  font-size:11px;
}

.product-premium-download b{
  flex:0 0 auto;
  color:#536072;
  font-size:9px;
}

@media(max-width:760px){
  .product-premium-tech-grid{
    grid-template-columns:1fr;
  }

  .product-premium-specs>div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .product-premium-specs dd{
    text-align:left;
  }
}



/* =========================================================
   TREX V18 — NAVBAR PREMIUM / MODERNO
   ========================================================= */

.site-header{
  position:sticky;
  top:0;
  z-index:120;
  background:
    linear-gradient(
      180deg,
      rgba(15,17,20,.96) 0%,
      rgba(15,17,20,.90) 100%
    ) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  box-shadow:
    0 12px 34px rgba(0,0,0,.16),
    inset 0 -1px 0 rgba(244,207,25,.03);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  backdrop-filter:blur(18px) saturate(145%);
}

.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(244,207,25,.72) 17%,
      rgba(67,137,200,.55) 29%,
      rgba(216,41,39,.48) 40%,
      transparent 56%
    );
  opacity:.78;
}

.site-nav{
  min-height:82px !important;
  height:auto !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.site-brand{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:13px;
  min-width:0;
  color:#fff !important;
  text-decoration:none;
  flex-shrink:0;
}

.site-brand::before{
  content:"";
  position:absolute;
  inset:-10px -14px;
  border-radius:18px;
  background:rgba(255,255,255,.025);
  opacity:0;
  transform:scale(.96);
  transition:
    opacity .22s ease,
    transform .22s ease;
  pointer-events:none;
}

.site-brand:hover::before{
  opacity:1;
  transform:scale(1);
}

.site-brand .brand-badge,
.brand-badge{
  position:relative;
  z-index:1;
  width:44px !important;
  height:44px !important;
  border-radius:14px !important;
  display:grid;
  place-items:center;
  flex:0 0 44px;
  background:
    linear-gradient(145deg,#FFD92B 0%,#F4CF19 52%,#E8B912 100%) !important;
  color:#111315 !important;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 11px 24px rgba(244,207,25,.16),
    inset 0 1px 0 rgba(255,255,255,.28);
  font-family:
    "Segoe UI Variable",
    "Aptos",
    "Segoe UI",
    Arial,
    sans-serif;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.035em;
}

.site-brand-name{
  position:relative;
  z-index:1;
  display:block;
  color:#F8F9FB !important;
  font-family:
    "Segoe UI Variable Display",
    "Aptos Display",
    "Segoe UI",
    Arial,
    sans-serif;
  font-size:clamp(17px,1.25vw,20px);
  font-weight:760;
  line-height:1;
  letter-spacing:-.028em;
  text-transform:none;
  text-shadow:0 1px 16px rgba(255,255,255,.03);
}

.site-brand.has-custom-logo{
  gap:0;
}

.site-brand-logo-box{
  display:flex;
  align-items:center;
}

.site-brand-logo{
  display:block;
  width:auto;
  height:var(--brand-logo-height,46px);
  max-width:190px;
  object-fit:contain;
}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px !important;
  margin-left:auto;
  color:#C9CED6;
  font-family:
    "Segoe UI Variable",
    "Aptos",
    "Segoe UI",
    Arial,
    sans-serif;
}

.nav-links > a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 12px;
  border-radius:11px;
  color:#C5CBD3 !important;
  font-size:12px;
  font-weight:650;
  line-height:1;
  letter-spacing:-.01em;
  text-decoration:none;
  white-space:nowrap;
  transition:
    color .18s ease,
    background .18s ease,
    transform .18s ease;
}

.nav-links > a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:5px;
  height:2px;
  border-radius:99px;
  background:var(--trex-gold);
  transform:scaleX(0);
  transform-origin:center;
  opacity:0;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.nav-links > a:not(.nav-cta):hover{
  color:#fff !important;
  background:rgba(255,255,255,.045);
}

.nav-links > a:not(.nav-cta):hover::after{
  transform:scaleX(.46);
  opacity:.9;
}

.nav-links .nav-cta{
  min-height:42px !important;
  height:42px !important;
  margin-left:8px;
  padding:0 18px !important;
  border-radius:12px !important;
  border:1px solid rgba(255,224,84,.16);
  background:
    linear-gradient(135deg,#FFD827 0%,#F4CF19 58%,#E9BA11 100%) !important;
  color:#121416 !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:-.012em;
  box-shadow:
    0 10px 24px rgba(244,207,25,.16),
    inset 0 1px 0 rgba(255,255,255,.32) !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease !important;
}

.nav-links .nav-cta:hover{
  color:#121416 !important;
  transform:translateY(-1px);
  filter:brightness(1.035);
  box-shadow:
    0 14px 30px rgba(244,207,25,.23),
    inset 0 1px 0 rgba(255,255,255,.34) !important;
}

.nav-links .nav-cta:active{
  transform:translateY(0);
}

.menu-btn{
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:rgba(255,255,255,.035);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  box-shadow:none;
}

.menu-btn span{
  display:block;
  width:18px;
  height:2px;
  border-radius:99px;
  background:#F5F7F9;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.menu-btn[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.menu-btn[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}

.menu-btn[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:1100px){
  .site-nav{
    min-height:76px !important;
  }

  .site-brand-name{
    font-size:17px;
  }

  .nav-links{
    gap:2px !important;
  }

  .nav-links > a{
    padding-inline:9px;
    font-size:11px;
  }

  .nav-links .nav-cta{
    margin-left:5px;
    padding-inline:14px !important;
  }
}

@media(max-width:980px){
  .site-header{
    background:rgba(15,17,20,.96) !important;
  }

  .site-nav{
    position:relative;
    min-height:74px !important;
  }

  .site-brand-name{
    font-size:17px;
  }

  .site-brand .brand-badge,
  .brand-badge{
    width:42px !important;
    height:42px !important;
    flex-basis:42px;
  }

  .menu-btn{
    display:flex !important;
  }

  .nav-links{
    display:none;
  }

  .nav-links.open{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    display:flex !important;
    flex-direction:column;
    align-items:stretch;
    gap:5px !important;
    padding:12px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:rgba(15,17,20,.985);
    box-shadow:0 24px 60px rgba(0,0,0,.34);
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
  }

  .nav-links.open > a{
    justify-content:flex-start;
    min-height:45px;
    padding:0 14px;
    font-size:13px;
    border-radius:11px;
  }

  .nav-links.open > a:not(.nav-cta)::after{
    display:none;
  }

  .nav-links.open .nav-cta{
    justify-content:center;
    margin:5px 0 0;
    min-height:46px !important;
    height:46px !important;
    font-size:12px !important;
  }
}

@media(max-width:520px){
  .site-nav{
    min-height:70px !important;
  }

  .site-brand{
    gap:10px;
  }

  .site-brand-name{
    max-width:190px;
    font-size:15.5px;
    letter-spacing:-.022em;
  }

  .site-brand .brand-badge,
  .brand-badge{
    width:39px !important;
    height:39px !important;
    flex-basis:39px;
    border-radius:12px !important;
    font-size:13px;
  }
}


/* =========================================================
   TREX V19 — SLIDER + CONTACTO PREMIUM
   ========================================================= */

.hero-v19{
  isolation:isolate;
}

.hero-v19 .hero-slide,
.hero-v19 .hero-fallback{
  min-height:clamp(610px,72vh,760px) !important;
}

.hero-v19 .hero-slide>img{
  transform:scale(1.012);
}

.hero-v19 .hero-overlay{
  z-index:1;
  background:
    linear-gradient(
      90deg,
      rgba(5,7,11,.96) 0%,
      rgba(5,7,11,.82) 38%,
      rgba(5,7,11,.48) 64%,
      rgba(5,7,11,.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.14),
      rgba(0,0,0,.48)
    );
}

.hero-overlay.overlay-opacity-0{opacity:0.00}
.hero-overlay.overlay-opacity-1{opacity:0.01}
.hero-overlay.overlay-opacity-2{opacity:0.02}
.hero-overlay.overlay-opacity-3{opacity:0.03}
.hero-overlay.overlay-opacity-4{opacity:0.04}
.hero-overlay.overlay-opacity-5{opacity:0.05}
.hero-overlay.overlay-opacity-6{opacity:0.06}
.hero-overlay.overlay-opacity-7{opacity:0.07}
.hero-overlay.overlay-opacity-8{opacity:0.08}
.hero-overlay.overlay-opacity-9{opacity:0.09}
.hero-overlay.overlay-opacity-10{opacity:0.10}
.hero-overlay.overlay-opacity-11{opacity:0.11}
.hero-overlay.overlay-opacity-12{opacity:0.12}
.hero-overlay.overlay-opacity-13{opacity:0.13}
.hero-overlay.overlay-opacity-14{opacity:0.14}
.hero-overlay.overlay-opacity-15{opacity:0.15}
.hero-overlay.overlay-opacity-16{opacity:0.16}
.hero-overlay.overlay-opacity-17{opacity:0.17}
.hero-overlay.overlay-opacity-18{opacity:0.18}
.hero-overlay.overlay-opacity-19{opacity:0.19}
.hero-overlay.overlay-opacity-20{opacity:0.20}
.hero-overlay.overlay-opacity-21{opacity:0.21}
.hero-overlay.overlay-opacity-22{opacity:0.22}
.hero-overlay.overlay-opacity-23{opacity:0.23}
.hero-overlay.overlay-opacity-24{opacity:0.24}
.hero-overlay.overlay-opacity-25{opacity:0.25}
.hero-overlay.overlay-opacity-26{opacity:0.26}
.hero-overlay.overlay-opacity-27{opacity:0.27}
.hero-overlay.overlay-opacity-28{opacity:0.28}
.hero-overlay.overlay-opacity-29{opacity:0.29}
.hero-overlay.overlay-opacity-30{opacity:0.30}
.hero-overlay.overlay-opacity-31{opacity:0.31}
.hero-overlay.overlay-opacity-32{opacity:0.32}
.hero-overlay.overlay-opacity-33{opacity:0.33}
.hero-overlay.overlay-opacity-34{opacity:0.34}
.hero-overlay.overlay-opacity-35{opacity:0.35}
.hero-overlay.overlay-opacity-36{opacity:0.36}
.hero-overlay.overlay-opacity-37{opacity:0.37}
.hero-overlay.overlay-opacity-38{opacity:0.38}
.hero-overlay.overlay-opacity-39{opacity:0.39}
.hero-overlay.overlay-opacity-40{opacity:0.40}
.hero-overlay.overlay-opacity-41{opacity:0.41}
.hero-overlay.overlay-opacity-42{opacity:0.42}
.hero-overlay.overlay-opacity-43{opacity:0.43}
.hero-overlay.overlay-opacity-44{opacity:0.44}
.hero-overlay.overlay-opacity-45{opacity:0.45}
.hero-overlay.overlay-opacity-46{opacity:0.46}
.hero-overlay.overlay-opacity-47{opacity:0.47}
.hero-overlay.overlay-opacity-48{opacity:0.48}
.hero-overlay.overlay-opacity-49{opacity:0.49}
.hero-overlay.overlay-opacity-50{opacity:0.50}
.hero-overlay.overlay-opacity-51{opacity:0.51}
.hero-overlay.overlay-opacity-52{opacity:0.52}
.hero-overlay.overlay-opacity-53{opacity:0.53}
.hero-overlay.overlay-opacity-54{opacity:0.54}
.hero-overlay.overlay-opacity-55{opacity:0.55}
.hero-overlay.overlay-opacity-56{opacity:0.56}
.hero-overlay.overlay-opacity-57{opacity:0.57}
.hero-overlay.overlay-opacity-58{opacity:0.58}
.hero-overlay.overlay-opacity-59{opacity:0.59}
.hero-overlay.overlay-opacity-60{opacity:0.60}
.hero-overlay.overlay-opacity-61{opacity:0.61}
.hero-overlay.overlay-opacity-62{opacity:0.62}
.hero-overlay.overlay-opacity-63{opacity:0.63}
.hero-overlay.overlay-opacity-64{opacity:0.64}
.hero-overlay.overlay-opacity-65{opacity:0.65}
.hero-overlay.overlay-opacity-66{opacity:0.66}
.hero-overlay.overlay-opacity-67{opacity:0.67}
.hero-overlay.overlay-opacity-68{opacity:0.68}
.hero-overlay.overlay-opacity-69{opacity:0.69}
.hero-overlay.overlay-opacity-70{opacity:0.70}
.hero-overlay.overlay-opacity-71{opacity:0.71}
.hero-overlay.overlay-opacity-72{opacity:0.72}
.hero-overlay.overlay-opacity-73{opacity:0.73}
.hero-overlay.overlay-opacity-74{opacity:0.74}
.hero-overlay.overlay-opacity-75{opacity:0.75}
.hero-overlay.overlay-opacity-76{opacity:0.76}
.hero-overlay.overlay-opacity-77{opacity:0.77}
.hero-overlay.overlay-opacity-78{opacity:0.78}
.hero-overlay.overlay-opacity-79{opacity:0.79}
.hero-overlay.overlay-opacity-80{opacity:0.80}
.hero-overlay.overlay-opacity-81{opacity:0.81}
.hero-overlay.overlay-opacity-82{opacity:0.82}
.hero-overlay.overlay-opacity-83{opacity:0.83}
.hero-overlay.overlay-opacity-84{opacity:0.84}
.hero-overlay.overlay-opacity-85{opacity:0.85}
.hero-overlay.overlay-opacity-86{opacity:0.86}
.hero-overlay.overlay-opacity-87{opacity:0.87}
.hero-overlay.overlay-opacity-88{opacity:0.88}
.hero-overlay.overlay-opacity-89{opacity:0.89}
.hero-overlay.overlay-opacity-90{opacity:0.90}

.hero-v19 .hero-content{
  min-height:clamp(610px,72vh,760px) !important;
  padding-right:470px;
  z-index:3;
}

.hero-v19 .hero-content .kicker{
  color:#f4cf19;
  letter-spacing:.19em;
}

.hero-v19 .hero-content h1{
  max-width:720px !important;
  font-size:clamp(42px,4.8vw,68px) !important;
  line-height:.98;
  letter-spacing:-.045em;
}

.hero-v19 .hero-content p{
  max-width:620px;
  color:rgba(230,235,242,.78);
  font-size:15px !important;
}

.hero-contact-shell{
  position:absolute;
  z-index:8;
  inset:0;
  pointer-events:none;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.hero-contact-card{
  width:min(410px,38vw);
  pointer-events:auto;
  padding:24px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(18,21,26,.90),rgba(10,12,16,.94));
  box-shadow:
    0 30px 80px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter:blur(22px) saturate(130%);
  backdrop-filter:blur(22px) saturate(130%);
}

.hero-contact-card-head{
  margin-bottom:18px;
}

.contact-card-kicker,
.footer-v19-form-head>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#f4cf19;
  font-size:9px;
  font-weight:900;
  letter-spacing:.19em;
}

.contact-card-kicker::before,
.footer-v19-form-head>span::before{
  content:"";
  width:18px;
  height:1px;
  background:#f4cf19;
}

.hero-contact-card h2{
  margin:8px 0 7px;
  color:#fff;
  font-family:"Segoe UI Variable Display","Aptos Display","Segoe UI",sans-serif;
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.035em;
}

.hero-contact-card-head p{
  margin:0;
  color:#9da6b4;
  font-size:11px !important;
  line-height:1.55;
}

.pro-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.pro-field{
  display:grid;
  gap:6px;
}

.pro-field-wide{
  grid-column:1/-1;
}

.pro-field label{
  color:#b9c1cc;
  font-size:9px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}

.pro-field input,
.pro-field select,
.pro-field textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:11px;
  outline:0;
  background:rgba(6,9,13,.72);
  color:#f8fafc;
  font-size:11px;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.pro-field input,
.pro-field select{
  height:40px;
  padding:0 11px;
}

.pro-field textarea{
  min-height:72px;
  padding:10px 11px;
  resize:vertical;
  line-height:1.5;
}

.pro-field input::placeholder,
.pro-field textarea::placeholder{
  color:#697381;
}

.pro-field select{
  color-scheme:dark;
}

.pro-field input:focus,
.pro-field select:focus,
.pro-field textarea:focus{
  border-color:rgba(244,207,25,.60);
  background:rgba(10,13,17,.92);
  box-shadow:0 0 0 3px rgba(244,207,25,.08);
}

.contact-submit{
  width:100%;
  min-height:44px;
  margin-top:12px;
  padding:0 14px;
  border:0;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  background:linear-gradient(135deg,#FFD92A 0%,#F4CF19 55%,#EAB811 100%);
  color:#111417;
  font-size:11px;
  font-weight:900;
  box-shadow:
    0 13px 28px rgba(244,207,25,.17),
    inset 0 1px 0 rgba(255,255,255,.35);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease;
}

.contact-submit b{
  font-size:16px;
  font-weight:700;
  line-height:1;
}

.contact-submit:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
  box-shadow:
    0 16px 34px rgba(244,207,25,.22),
    inset 0 1px 0 rgba(255,255,255,.38);
}

.contact-submit:disabled{
  cursor:wait;
  opacity:.72;
  transform:none;
}

.contact-privacy{
  margin:9px 0 0 !important;
  color:#68717e !important;
  font-size:8.5px !important;
  line-height:1.4 !important;
  text-align:center;
}

.contact-hp{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  white-space:nowrap !important;
  clip-path:inset(50%) !important;
}

/* Toast de envío */
.contact-toast{
  position:fixed;
  z-index:9999;
  top:96px;
  right:28px;
  width:min(390px,calc(100vw - 32px));
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:center;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(13,16,20,.96);
  color:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.34);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  opacity:0;
  transform:translateY(-12px) scale(.98);
  pointer-events:none;
  transition:
    opacity .24s ease,
    transform .24s ease;
}

.contact-toast.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.contact-toast[hidden]{
  display:none;
}

.contact-toast-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:rgba(244,207,25,.10);
  color:#f4cf19;
}

.contact-toast strong{
  display:block;
  margin-bottom:3px;
  font-size:13px;
}

.contact-toast p{
  margin:0;
  color:#9ca6b5;
  font-size:10px;
  line-height:1.45;
}

.contact-toast.is-success .contact-toast-icon{
  background:rgba(68,201,131,.12);
  color:#62d99a;
}

.contact-toast.is-error .contact-toast-icon{
  background:rgba(255,102,117,.12);
  color:#ff7a88;
}

.contact-toast-spinner{
  width:17px;
  height:17px;
  border:2px solid rgba(244,207,25,.22);
  border-top-color:#f4cf19;
  border-radius:50%;
  animation:contactToastSpin .75s linear infinite;
}

.contact-toast-check,
.contact-toast-error{
  font-size:19px;
  font-weight:900;
}

@keyframes contactToastSpin{
  to{transform:rotate(360deg)}
}

/* Footer V19 */
.site-footer-v19{
  position:relative;
  overflow:hidden;
  padding:84px 0 22px !important;
  background:
    radial-gradient(circle at 82% 8%,rgba(244,207,25,.07),transparent 25%),
    radial-gradient(circle at 15% 78%,rgba(59,126,183,.08),transparent 24%),
    #090b0e;
}

.site-footer-v19::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(244,207,25,.78) 20%,
    rgba(64,136,196,.55) 35%,
    rgba(215,44,42,.45) 48%,
    transparent 68%
  );
}

.footer-v19-intro{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:70px;
  align-items:end;
  padding-bottom:44px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-v19-intro h2{
  max-width:760px;
  margin:10px 0 0;
  color:#f7f8fa;
  font-family:"Segoe UI Variable Display","Aptos Display","Segoe UI",sans-serif;
  font-size:clamp(34px,4.2vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
}

.footer-v19-intro>p{
  max-width:430px;
  margin:0;
  color:#8f99a8;
  font-size:13px;
  line-height:1.75;
}

.footer-v19-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(430px,1.2fr);
  gap:70px;
  padding-top:46px;
}

.footer-v19-info{
  display:flex;
  flex-direction:column;
}

.footer-v19-brand{
  display:grid;
  gap:6px;
  margin-bottom:30px;
}

.footer-v19-brand strong{
  color:#fff;
  font-size:18px;
  letter-spacing:-.025em;
}

.footer-v19-brand span{
  color:#6f7986;
  font-size:10px;
}

.footer-v19-contact-list{
  display:grid;
  gap:16px;
  padding:23px 0;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.footer-v19-contact-list div{
  display:grid;
  gap:4px;
}

.footer-v19-contact-list small{
  color:#6e7784;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.footer-v19-contact-list strong{
  color:#dce1e7;
  font-size:12px;
  font-weight:650;
}

.footer-v19-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px 18px;
  margin-top:24px;
}

.site-footer-v19 .footer-v19-links a{
  margin:0;
  color:#a2abb8;
  font-size:11px;
}

.site-footer-v19 .footer-v19-links a:hover,
.site-footer-v19 .footer-socials a:hover{
  color:#fff;
}

.site-footer-v19 .footer-socials{
  display:flex;
  gap:16px;
  margin-top:auto;
  padding-top:30px;
}

.site-footer-v19 .footer-socials a{
  margin:0;
  color:#7e8997;
  font-size:10px;
}

.footer-v19-form-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(18,21,26,.78),rgba(12,14,18,.82));
  box-shadow:
    0 28px 70px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.footer-v19-form-head{
  margin-bottom:21px;
}

.footer-v19-form-head h3{
  margin:8px 0 6px;
  color:#fff;
  font-size:26px !important;
  letter-spacing:-.035em;
}

.footer-v19-form-head p{
  margin:0;
  color:#7d8795;
  font-size:11px;
}

.footer-pro-form-grid{
  gap:12px;
}

.footer-v19-form-card .pro-field input,
.footer-v19-form-card .pro-field select{
  height:44px;
}

.footer-v19-form-card .pro-field textarea{
  min-height:94px;
}

.contact-submit-wide{
  min-height:48px;
  margin-top:14px;
}

.footer-bottom-v19{
  margin-top:48px !important;
}

.footer-bottom-v19>div:first-child{
  display:grid;
  gap:3px;
}

.footer-bottom-v19 strong{
  color:#8993a0;
  font-size:10px;
}

.footer-bottom-v19 span{
  color:#5f6874;
  font-size:9px;
}

/* responsive */
@media(max-width:1080px){
  .hero-v19 .hero-content{
    padding-right:410px;
  }

  .hero-contact-card{
    width:370px;
    padding:20px;
  }

  .footer-v19-grid{
    gap:42px;
  }
}

@media(max-width:900px){
  .hero-v19{
    background:#080a0d;
  }

  .hero-v19 .hero-slide,
  .hero-v19 .hero-fallback{
    min-height:560px !important;
  }

  .hero-v19 .hero-content{
    min-height:560px !important;
    padding-right:0;
    padding-bottom:110px;
  }

  .hero-v19 .hero-content h1{
    max-width:680px !important;
  }

  .hero-contact-shell{
    position:relative;
    inset:auto;
    display:block;
    margin-top:-70px;
    padding-bottom:38px;
  }

  .hero-contact-card{
    width:100%;
    max-width:none;
    margin:0 auto;
    padding:24px;
  }

  .footer-v19-intro,
  .footer-v19-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .footer-v19-intro{
    align-items:start;
  }

  .footer-v19-intro>p{
    max-width:640px;
  }

  .footer-v19-form-card{
    padding:24px;
  }
}

@media(max-width:620px){
  .hero-v19 .hero-slide,
  .hero-v19 .hero-fallback,
  .hero-v19 .hero-content{
    min-height:520px !important;
  }

  .hero-v19 .hero-content{
    padding-top:74px !important;
    padding-bottom:82px !important;
  }

  .hero-v19 .hero-content h1{
    font-size:clamp(36px,11vw,50px) !important;
  }

  .hero-contact-shell{
    width:min(100% - 24px,1180px);
    margin-top:-44px;
  }

  .hero-contact-card{
    padding:19px;
    border-radius:20px;
  }

  .hero-contact-card h2{
    font-size:22px;
  }

  .pro-form-grid{
    grid-template-columns:1fr;
  }

  .pro-field-wide{
    grid-column:auto;
  }

  .contact-toast{
    top:auto;
    right:16px;
    left:16px;
    bottom:18px;
    width:auto;
  }

  .site-footer-v19{
    padding-top:64px !important;
  }

  .footer-v19-intro h2{
    font-size:clamp(31px,10vw,43px);
  }

  .footer-v19-form-card{
    padding:18px;
    border-radius:20px;
  }

  .footer-bottom-v19{
    gap:14px;
  }
}
