:root{
  --black:#111111;
  --charcoal:#1e1e1e;
  --orange:#ff5a00;
  --orange-dark:#d94a00;
  --gray-100:#f7f7f7;
  --gray-200:#eeeeee;
  --gray-400:#9a9a9a;
  --white:#ffffff;
  --text:#171717;
  --muted:#606060;
  --line:#e4e4e4;
  --shadow:0 18px 45px rgba(0,0,0,.12);
  --shadow-soft:0 12px 30px rgba(0,0,0,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--gray-100);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;padding-top:118px}
a{text-decoration:none}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;background:var(--black);color:#fff;padding:10px 14px;z-index:9999;border-radius:8px}.top-strip{background:var(--black);color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:9px 0}.top-actions{align-items:center;gap:22px}.top-actions a,.cart-button{color:#fff;background:transparent;border:0;font-weight:800}.cart-button:hover,.top-actions a:hover{color:var(--orange)}.navbar{min-height:86px}.brand-logo{width:190px;max-height:70px;object-fit:contain}.navbar-nav .nav-link{font-weight:900;color:var(--black);text-transform:uppercase;letter-spacing:.03em;margin:0 6px}.navbar-nav .nav-link:hover{color:var(--orange)}.btn-orange{background:var(--orange);border-color:var(--orange);color:#fff;font-weight:900;border-radius:999px;padding:.78rem 1.35rem;box-shadow:0 10px 24px rgba(255,90,0,.25)}.btn-orange:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}.btn-whatsapp{background:#18a657;border-color:#18a657;color:#fff;font-weight:900;border-radius:999px}.btn-whatsapp:hover{background:#118446;border-color:#118446;color:#fff}.hero-section{position:relative;background:linear-gradient(105deg,rgba(17,17,17,.94),rgba(17,17,17,.82)),radial-gradient(circle at 80% 10%,rgba(255,90,0,.22),transparent 35%);color:#fff;padding:105px 0 88px;overflow:hidden}.hero-section:after{content:"";position:absolute;right:-100px;bottom:-160px;width:520px;height:520px;border:70px solid rgba(255,90,0,.18);transform:rotate(28deg)}.hero-section .container-xl{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;margin-bottom:14px}.hero-section h1{font-size:clamp(2.55rem,6vw,5.4rem);line-height:.92;font-weight:1000;letter-spacing:-.06em;text-transform:uppercase;max-width:850px}.hero-lead{font-size:clamp(1.2rem,2vw,1.65rem);font-weight:800;margin-top:26px}.hero-text{font-size:1.08rem;color:#e7e7e7;max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.trust-row{display:flex;gap:12px;flex-wrap:wrap}.trust-row span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:9px 14px;font-weight:800}.hero-card{background:#fff;color:var(--black);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;right:-45px;top:-45px;width:160px;height:160px;background:var(--orange);transform:rotate(20deg);opacity:.95}.hero-card h2{font-weight:1000;font-size:2rem;letter-spacing:-.04em;margin:18px 0 4px;position:relative}.hero-card p{font-weight:800;color:var(--muted);position:relative}.hero-product-art{height:250px;background:linear-gradient(145deg,#f2f2f2,#fff);border-radius:18px;position:relative;overflow:hidden;border:1px solid var(--line)}.nail-line{position:absolute;height:18px;background:linear-gradient(90deg,#cfcfcf,#4a4a4a,#e9e9e9);border-radius:20px}.nail-line:before{content:"";position:absolute;left:-22px;top:-8px;width:34px;height:34px;border-radius:50%;background:#303030}.nail-line:after{content:"";position:absolute;right:-36px;top:-10px;border-left:48px solid #222;border-top:19px solid transparent;border-bottom:19px solid transparent}.nail-one{width:250px;left:50px;top:70px;transform:rotate(-12deg)}.nail-two{width:230px;left:72px;top:135px;transform:rotate(9deg)}.nail-three{width:190px;left:100px;top:195px;transform:rotate(-5deg)}.quote-mini-card{background:#111;color:#fff;border-radius:16px;padding:18px;margin-top:22px;display:grid;gap:4px;position:relative}.quote-mini-card span{color:#cfcfcf}.section-padding{padding:86px 0}.why-section{background:#fff}.why-section h2,.products-section h2,.cta-box h2,.control-section h2{font-size:clamp(2rem,4vw,3.4rem);font-weight:1000;letter-spacing:-.05em;line-height:1}.why-section p,.section-title p,.info-card p,.control-section p{color:var(--muted);font-size:1.04rem}.why-section blockquote{border-left:6px solid var(--orange);padding-left:18px;font-size:1.2rem;font-weight:900;margin-top:28px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-card{background:var(--gray-100);border:1px solid var(--line);border-radius:20px;padding:24px;min-height:205px;transition:.2s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.benefit-icon{width:64px;height:64px;border-radius:18px;background:#111;color:#fff;display:grid;place-items:center;font-size:1.9rem;margin-bottom:18px}.benefit-card h3{font-size:1.05rem;font-weight:1000;margin-bottom:8px}.benefit-card p{font-size:.95rem;margin:0}.products-section{background:var(--gray-100)}.section-title{max-width:840px;margin-bottom:38px}.section-title h2{text-transform:uppercase}.subcopy{font-size:1rem!important}.catalog-tools .form-control,.catalog-tools .form-select{border:1px solid var(--line);border-radius:16px;min-height:58px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:#fff;border-radius:24px;box-shadow:var(--shadow-soft);border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:.2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{height:245px;background:linear-gradient(150deg,#fafafa,#eeeeee);display:grid;place-items:center;border-bottom:1px solid var(--line);padding:22px}.product-media svg{width:100%;height:100%;max-width:300px}.product-body{padding:24px;display:flex;flex-direction:column;flex:1}.product-body h3{font-size:1.35rem;font-weight:1000;letter-spacing:-.03em;text-transform:uppercase}.product-description{color:var(--muted);margin:8px 0 18px}.detail-block{margin-bottom:18px}.detail-block strong{display:block;color:#111;margin-bottom:8px}.application-list{list-style:none;margin:0;padding:0;display:grid;gap:7px;color:#444}.application-list li:before{content:"✓";color:var(--orange);font-weight:1000;margin-right:8px}.packaging{background:#fff4ed;border:1px solid #ffd8c3;border-radius:14px;padding:12px 14px;font-weight:900;margin-top:auto;margin-bottom:18px}.product-actions{display:grid;grid-template-columns:1fr auto;gap:10px}.qty-input{width:78px;border:1px solid var(--line);border-radius:999px;text-align:center;font-weight:900}.cta-section{background:#111;color:#fff;padding:60px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(110deg,#1b1b1b,#0f0f0f);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:44px;box-shadow:var(--shadow)}.cta-box h2{max-width:850px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.delivery-section{background:#fff}.info-card{background:var(--gray-100);border:1px solid var(--line);border-radius:22px;padding:28px;height:100%}.info-card h3{font-weight:1000;color:#111}.control-section{background:#fff}.control-header{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.control-actions{display:flex;gap:10px;flex-wrap:wrap}.orders-box{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft);padding:10px}.footer{background:#111;color:#fff;padding:52px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px}.footer-logo{width:190px;background:#fff;border-radius:16px;padding:8px;margin-bottom:16px}.footer h2{font-size:1.05rem;text-transform:uppercase;font-weight:1000;color:#fff}.footer p{color:#cfcfcf}.drawer-backdrop,.modal-backdrop-custom{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:1060}.cart-drawer{position:fixed;right:0;top:0;height:100dvh;width:min(460px,100%);background:#fff;z-index:1070;transform:translateX(105%);transition:.22s ease;box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-header,.modal-header-custom{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.drawer-header h2,.modal-header-custom h2{font-weight:1000;margin:0}.icon-close{width:48px;height:48px;border:0;background:#111;color:#fff;border-radius:50%;font-size:1.8rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.drawer-body{padding:22px;overflow:auto;display:flex;flex-direction:column;gap:18px;flex:1}.cart-line{border:1px solid var(--line);border-radius:18px;padding:16px;margin-bottom:12px}.cart-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.cart-meta{color:var(--muted);font-size:.92rem}.cart-controls{display:flex;gap:8px;align-items:center;margin-top:12px}.cart-controls button{border:1px solid var(--line);background:#fff;border-radius:50%;width:34px;height:34px;font-weight:1000}.cart-controls input{width:76px;text-align:center;border:1px solid var(--line);border-radius:999px;padding:6px;font-weight:900}.remove-cart{background:transparent;border:0;color:#b42318;font-weight:900}.cart-summary{border-top:1px solid var(--line);padding-top:18px;margin-top:auto}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:12px}.btn-primary-action,.btn-secondary-action{width:100%;border:0;border-radius:999px;padding:14px 18px;font-weight:1000;margin-top:10px}.btn-primary-action{background:var(--orange);color:#fff}.btn-secondary-action{background:#f0f0f0;color:#111}.checkout-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(680px,calc(100% - 28px));max-height:90dvh;overflow:auto;background:#fff;z-index:1080;border-radius:24px;box-shadow:var(--shadow)}.modal-body-custom{padding:22px;display:grid;gap:14px}.modal-body-custom label{display:grid;gap:7px;font-weight:900}.modal-body-custom input,.modal-body-custom textarea{border:1px solid var(--line);border-radius:14px;padding:12px 14px;font:inherit}.modal-footer-custom{display:flex;gap:12px;padding:22px;border-top:1px solid var(--line)}.info-box{background:#fff4ed;border:1px solid #ffd8c3;border-radius:14px;padding:13px;color:#5d2a00}.toast-custom{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(30px);opacity:0;pointer-events:none;background:#111;color:#fff;padding:13px 18px;border-radius:999px;z-index:1090;font-weight:900;transition:.2s ease}.toast-custom.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media (max-width: 991px){body{padding-top:105px}.brand-logo{width:150px}.hero-section{padding:70px 0}.benefit-grid,.product-grid{grid-template-columns:1fr 1fr}.cta-box,.control-header{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}}
@media (max-width: 575px){body{padding-top:101px}.top-strip{font-size:.64rem}.brand-logo{width:130px}.hero-section h1{font-size:2.45rem}.hero-actions .btn,.cta-actions .btn{width:100%}.benefit-grid,.product-grid{grid-template-columns:1fr}.section-padding{padding:58px 0}.cta-box{padding:28px}.product-actions{grid-template-columns:1fr}.qty-input{width:100%;height:48px}.modal-footer-custom{flex-direction:column}.footer-logo{width:150px}}


.product-gallery{width:100%;height:100%;display:grid;grid-template-rows:1fr auto;gap:12px}
.gallery-main{height:190px;background:#fff;border:1px solid var(--line);border-radius:18px;display:grid;place-items:center;overflow:hidden}
.gallery-main img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .22s ease}
.product-card:hover .gallery-main img{transform:scale(1.035)}
.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.gallery-thumb{height:54px;border:2px solid transparent;background:#fff;border-radius:12px;padding:3px;overflow:hidden;cursor:pointer;transition:.18s ease}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--orange);box-shadow:0 8px 18px rgba(255,90,0,.18)}
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:1100;display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;text-decoration:none;font-weight:1000;border-radius:999px;padding:14px 18px;box-shadow:0 18px 40px rgba(37,211,102,.35);border:2px solid rgba(255,255,255,.9);transition:.2s ease}
.whatsapp-float:hover{transform:translateY(-3px);color:#fff;background:#1ebe5d}
.whatsapp-float-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:1.25rem}
@media (max-width:575px){.whatsapp-float{right:16px;bottom:16px;padding:12px}.whatsapp-float-text{display:none}.whatsapp-float-icon{width:38px;height:38px}.gallery-main{height:210px}}



/* === HDEZ visual refinements v2 === */
.hero-section{
  background:
    linear-gradient(105deg, rgba(15,15,15,.92), rgba(15,15,15,.78)),
    url("st45-concrete-t-nails.png") center center / cover fixed no-repeat;
}
.hero-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,90,0,.16), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.18));
  pointer-events:none;
}
.hero-section .container-xl{position:relative;z-index:2}
.hero-card{
  backdrop-filter: blur(3px);
}
.hero-product-art{display:none!important}
.hero-product-photo{
  height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  display:grid;
  place-items:center;
}
.hero-product-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.product-card{
  overflow:hidden;
}
.product-media{
  height:310px;
  padding:18px;
  overflow:hidden;
  position:relative;
}
.product-gallery{
  width:100%;
  height:100%;
  display:block;
}
.gallery-main{
  height:100%;
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.gallery-main img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
  transition:transform .22s ease;
}
.product-card:hover .gallery-main img{
  transform:scale(1.035);
}
.product-body{
  padding-top:24px;
  position:relative;
  z-index:1;
}
.product-body .eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff4ed;
  color:var(--orange);
  font-size:.68rem;
  line-height:1;
  max-width:100%;
  white-space:normal;
}
.product-body h3{
  clear:both;
  margin-top:2px;
  margin-bottom:14px;
  line-height:1.08;
}
.gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:10px;
}
.gallery-thumb{
  height:58px;
  border:2px solid transparent;
  background:#fff;
  border-radius:12px;
  padding:3px;
  overflow:hidden;
  cursor:pointer;
  transition:.18s ease;
}
.gallery-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
}
.gallery-thumb.active,.gallery-thumb:hover{
  border-color:var(--orange);
  box-shadow:0 8px 18px rgba(255,90,0,.18);
}
.whatsapp-float{
  position:fixed;
  right:26px;
  bottom:26px;
  z-index:1100;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  border-radius:50%;
  padding:0;
  box-shadow:0 14px 35px rgba(37,211,102,.35), 0 0 0 6px rgba(37,211,102,.12);
  border:3px solid #fff;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.04);
  color:#fff;
  background:#1ebe5d;
  box-shadow:0 20px 45px rgba(37,211,102,.46), 0 0 0 8px rgba(37,211,102,.14);
}
.whatsapp-float-icon{
  width:36px;
  height:36px;
  display:block;
  background:transparent;
}
.whatsapp-float-icon svg{
  width:100%;
  height:100%;
  fill:currentColor;
}
.whatsapp-float-text{display:none!important}
.toast-custom{
  bottom:105px;
}
@media (max-width:991px){
  .hero-section{background-attachment:scroll}
  .product-media{height:290px}
}
@media (max-width:575px){
  .product-media{height:300px}
  .whatsapp-float{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
  }
  .whatsapp-float-icon{width:33px;height:33px}
}


/* === Product photo badges v4 === */
.gallery-main{
  position:relative;
}
.product-photo-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  width:150px;
  height:72px;
  background:rgba(229,229,229,.97);
  border:1px solid #d2d2d2;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  padding:8px 12px;
  text-align:center;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.product-photo-badge strong{
  display:block;
  color:#4a4a4a;
  font-size:1.72rem;
  line-height:1;
  font-weight:1000;
  letter-spacing:.01em;
  margin:0 0 6px;
}
.product-photo-badge span{
  display:block;
  width:100%;
  color:#747474;
  font-size:.70rem;
  line-height:1.05;
  letter-spacing:.14em;
  font-weight:900;
  text-transform:uppercase;
  padding-top:6px;
  border-top:1px solid #bbbbbb;
}
@media (max-width:575px){
  .product-photo-badge{
    left:14px;
    bottom:14px;
    width:132px;
    height:64px;
    padding:7px 10px;
  }
  .product-photo-badge strong{
    font-size:1.46rem;
    margin-bottom:5px;
  }
  .product-photo-badge span{
    font-size:.62rem;
    padding-top:5px;
  }
}


/* === Product photo badges v5: small harmonized labels like ST45 === */
.product-photo-badge{
  left:26px !important;
  bottom:30px !important;
  width:86px !important;
  height:42px !important;
  min-width:86px !important;
  padding:5px 7px !important;
  border-radius:5px !important;
  background:rgba(229,229,229,.88) !important;
  border:1px solid rgba(210,210,210,.95) !important;
  box-shadow:0 4px 12px rgba(0,0,0,.06) !important;
}
.product-photo-badge strong{
  font-size:.93rem !important;
  line-height:1 !important;
  margin:0 0 4px !important;
  color:#4d4d4d !important;
}
.product-photo-badge span{
  font-size:.36rem !important;
  line-height:1.05 !important;
  letter-spacing:.09em !important;
  padding-top:4px !important;
  color:#747474 !important;
  border-top:1px solid rgba(186,186,186,.9) !important;
}
@media (max-width:575px){
  .product-photo-badge{
    left:18px !important;
    bottom:22px !important;
    width:78px !important;
    height:38px !important;
    min-width:78px !important;
    padding:4px 6px !important;
  }
  .product-photo-badge strong{
    font-size:.82rem !important;
  }
  .product-photo-badge span{
    font-size:.32rem !important;
  }
}


/* === Product card galleries v6 === */
.product-media{
  height:355px !important;
  padding:22px !important;
}
.product-gallery{
  width:100%;
  height:100%;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 78px;
  gap:14px;
  align-items:start;
}
.gallery-main{
  height:100%;
  min-height:290px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  display:grid;
  place-items:center;
  overflow:hidden;
  position:relative;
}
.gallery-main img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
}
.gallery-thumbs{
  display:flex !important;
  flex-direction:column;
  gap:10px;
  margin-top:0 !important;
  height:100%;
  overflow:auto;
  padding-right:2px;
}
.gallery-thumb{
  width:100%;
  height:68px;
  min-height:68px;
  border:2px solid transparent;
  background:#f7f7f7;
  border-radius:14px;
  padding:4px;
  overflow:hidden;
  cursor:pointer;
  transition:.18s ease;
  box-shadow:none;
}
.gallery-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
  filter:grayscale(.08);
}
.gallery-thumb.active,
.gallery-thumb:hover{
  border-color:#d3d3d3;
  box-shadow:0 10px 18px rgba(0,0,0,.08);
  background:#fff;
}
.gallery-view-chip{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(222,222,222,.82);
  color:#ffffff;
  font-size:.90rem;
  font-weight:500;
  backdrop-filter:blur(4px);
  box-shadow:0 8px 16px rgba(0,0,0,.05);
}
.product-photo-badge{
  z-index:3;
}
@media (max-width:991px){
  .product-media{
    height:340px !important;
  }
  .product-gallery{
    grid-template-columns:minmax(0,1fr) 70px;
  }
  .gallery-thumb{
    height:60px;
    min-height:60px;
  }
}
@media (max-width:575px){
  .product-media{
    height:auto !important;
  }
  .product-gallery{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
  }
  .gallery-main{
    min-height:240px;
  }
  .gallery-thumbs{
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:3px;
  }
  .gallery-thumb{
    width:66px;
    min-width:66px;
    height:66px;
  }
  .gallery-view-chip{
    top:12px;
    right:12px;
    min-height:34px;
    padding:7px 12px;
    font-size:.82rem;
  }
}


/* === CTA enhanced section v7 === */
.cta-section{
  background:
    radial-gradient(circle at 15% 20%, rgba(255,90,0,.10), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255,90,0,.12), transparent 26%),
    #050505;
  color:#fff;
  padding:70px 0;
}
.cta-box-enhanced{
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
  align-items:center;
  gap:42px;
  padding:34px 38px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  background:
    linear-gradient(110deg, rgba(20,20,20,.98), rgba(8,8,8,.96)) !important;
  box-shadow:
    0 25px 70px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
}
.cta-copy h2{
  max-width:780px;
  margin-bottom:14px;
}
.cta-copy p{
  color:#d5d5d5;
  font-size:1.04rem;
  line-height:1.7;
  max-width:690px;
  margin:0 0 24px;
}
.cta-feature-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}
.cta-feature-list span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.05);
  color:#fafafa;
  font-weight:800;
  font-size:.92rem;
}
.cta-feature-list span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,90,0,.15);
}
.cta-actions{
  align-items:center;
}
.cta-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding-inline:1.28rem;
}
.cta-whatsapp .btn-icon{
  display:inline-flex;
  width:20px;
  height:20px;
}
.cta-whatsapp .btn-icon svg{
  width:100%;
  height:100%;
  fill:currentColor;
}
.cta-visual{
  min-width:0;
}
.cta-visual-frame{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(160deg,#1c1c1c,#0d0d0d);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 55px rgba(0,0,0,.30);
}
.cta-visual-frame::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:26px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.cta-visual-frame img{
  display:block;
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
}
@media (max-width: 1199px){
  .cta-box-enhanced{
    grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
    gap:28px;
  }
}
@media (max-width: 991px){
  .cta-box-enhanced{
    grid-template-columns:1fr;
  }
  .cta-copy h2{
    max-width:unset;
  }
  .cta-copy p{
    max-width:unset;
  }
  .cta-visual-frame img{
    min-height:280px;
  }
}
@media (max-width: 575px){
  .cta-section{
    padding:56px 0;
  }
  .cta-box-enhanced{
    padding:24px !important;
    gap:22px;
  }
  .cta-feature-list{
    gap:8px;
  }
  .cta-feature-list span{
    font-size:.84rem;
    padding:9px 12px;
  }
  .cta-visual-frame img{
    min-height:220px;
  }
}


/* === CTA background integration v8 === */
.cta-box-bg{
  position:relative;
  overflow:hidden;
  min-height:420px;
  display:flex !important;
  align-items:center;
  isolation:isolate;
  background:
    linear-gradient(90deg, rgba(10,10,10,.96) 0%, rgba(10,10,10,.92) 38%, rgba(10,10,10,.72) 60%, rgba(10,10,10,.82) 100%),
    url("cta-nails-in-use.png") right center / cover no-repeat !important;
}
.cta-box-bg::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,90,0,.14), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  pointer-events:none;
}
.cta-box-bg::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  border-radius:inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  pointer-events:none;
}
.cta-box-bg .cta-copy{
  position:relative;
  z-index:1;
  max-width:760px;
}
.cta-box-bg .cta-copy h2{
  max-width:720px;
}
.cta-box-bg .cta-copy p{
  max-width:650px;
}
.cta-box-bg .cta-actions{
  margin-top:6px;
}
@media (max-width: 1199px){
  .cta-box-bg{
    background:
      linear-gradient(90deg, rgba(10,10,10,.97) 0%, rgba(10,10,10,.93) 45%, rgba(10,10,10,.78) 72%, rgba(10,10,10,.86) 100%),
      url("cta-nails-in-use.png") 72% center / cover no-repeat !important;
  }
}
@media (max-width: 991px){
  .cta-box-bg{
    min-height:380px;
    background:
      linear-gradient(180deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.86) 34%, rgba(10,10,10,.90) 100%),
      url("cta-nails-in-use.png") center center / cover no-repeat !important;
  }
  .cta-box-bg .cta-copy{
    max-width:100%;
  }
}
@media (max-width: 575px){
  .cta-box-bg{
    min-height:340px;
  }
}


/* === CTA full background coverage v9 === */
.cta-section{
  background:
    linear-gradient(90deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.78) 34%, rgba(5,5,5,.70) 62%, rgba(5,5,5,.82) 100%),
    radial-gradient(circle at 16% 18%, rgba(255,90,0,.16), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(255,90,0,.12), transparent 22%),
    url("cta-nails-in-use.png") center center / cover no-repeat !important;
  position: relative;
  overflow: hidden;
}
.cta-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18)),
    linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,0) 30%, rgba(0,0,0,.10) 100%);
  pointer-events:none;
}
.cta-section .container-xl{
  position:relative;
  z-index:1;
}
.cta-box-enhanced.cta-box-bg{
  min-height: 420px;
  background:
    linear-gradient(120deg, rgba(15,15,15,.80), rgba(10,10,10,.62)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow:
    0 25px 70px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.05);
}
.cta-box-bg::before{
  background:
    radial-gradient(circle at 15% 25%, rgba(255,90,0,.12), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,0)) !important;
}
.cta-box-bg::after{
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    inset 120px 0 120px rgba(0,0,0,.10);
}
.cta-box-bg .cta-copy{
  max-width: 780px;
}
@media (min-width: 1200px){
  .cta-section{
    background-attachment: fixed;
  }
}
@media (max-width: 991px){
  .cta-section{
    background:
      linear-gradient(180deg, rgba(5,5,5,.82) 0%, rgba(5,5,5,.74) 44%, rgba(5,5,5,.84) 100%),
      radial-gradient(circle at 20% 20%, rgba(255,90,0,.16), transparent 28%),
      url("cta-nails-in-use.png") center center / cover no-repeat !important;
  }
  .cta-box-enhanced.cta-box-bg{
    min-height: 360px;
    background: linear-gradient(120deg, rgba(15,15,15,.76), rgba(10,10,10,.58)) !important;
  }
}
@media (max-width: 575px){
  .cta-box-enhanced.cta-box-bg{
    min-height: 320px;
  }
}


/* === CTA right-side fill v10 === */
.cta-box-filled{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  gap:34px;
  align-items:stretch;
}
.cta-box-filled .cta-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.cta-side-panel{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(12,12,12,.46), rgba(12,12,12,.58));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.cta-side-badge{
  display:inline-flex;
  align-self:flex-start;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,90,0,.14);
  border:1px solid rgba(255,90,0,.25);
  color:#ffd5bf;
  font-weight:900;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.cta-side-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.cta-mini-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 16px 15px;
  min-height:122px;
  border-radius:20px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}
.cta-mini-icon{
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(255,90,0,.24), rgba(255,90,0,.12));
  border:1px solid rgba(255,90,0,.28);
  color:#ff6d1a;
}
.cta-mini-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
}
.cta-mini-card strong{
  display:block;
  color:#fff;
  font-size:1rem;
  font-weight:1000;
  line-height:1.12;
  margin-bottom:6px;
}
.cta-mini-card p{
  margin:0;
  color:#d0d0d0;
  font-size:.90rem;
  line-height:1.45;
}
.cta-side-quote{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.07);
  color:#f2f2f2;
  font-weight:800;
  line-height:1.5;
}
@media (max-width:1199px){
  .cta-box-filled{
    grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);
    gap:24px;
  }
  .cta-side-grid{
    gap:12px;
  }
}
@media (max-width:991px){
  .cta-box-filled{
    grid-template-columns:1fr;
  }
  .cta-side-panel{
    padding:18px;
  }
}
@media (max-width:575px){
  .cta-side-grid{
    grid-template-columns:1fr;
  }
  .cta-mini-card{
    min-height:auto;
  }
}


/* === v11 polish fixes === */
.btn-hero-outline{
  background:rgba(255,255,255,.06);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.24);
  font-weight:900;
  border-radius:999px;
  padding:.78rem 1.35rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.btn-hero-outline:hover{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.42);
}

.cta-box-filled .cta-actions{
  justify-content:flex-start;
  gap:14px;
}
.cta-box-filled .cta-actions .btn{
  flex:0 0 auto;
}
.cta-box-filled .cta-whatsapp{
  padding:.88rem 1.25rem;
  min-height:unset;
  font-size:1rem;
  line-height:1.1;
  box-shadow:0 10px 24px rgba(24,166,87,.20);
}
.cta-box-filled .cta-whatsapp span:last-child{
  white-space:nowrap;
}
.cta-box-filled .btn-orange{
  padding:.88rem 1.45rem;
}
@media (max-width: 991px){
  .cta-box-filled .cta-actions{
    justify-content:flex-start;
  }
}
@media (max-width: 575px){
  .cta-box-filled .cta-actions .btn{
    width:100%;
  }
  .cta-box-filled .cta-whatsapp span:last-child{
    white-space:normal;
    text-align:center;
  }
}

.delivery-section{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}
.info-card-premium{
  position:relative;
  background:
    linear-gradient(180deg,#ffffff 0%, #fbfbfb 100%);
  border:1px solid #e9e6e3;
  border-radius:26px;
  padding:28px 28px 26px;
  box-shadow:0 16px 38px rgba(17,17,17,.06);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.info-card-premium::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, var(--orange), #ffb37c);
}
.info-card-premium:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(17,17,17,.10);
  border-color:#e4d7cf;
}
.info-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:var(--orange);
  background:linear-gradient(180deg,#fff1e8,#ffe6d5);
  border:1px solid #ffd6be;
  margin-bottom:16px;
  box-shadow:0 10px 22px rgba(255,90,0,.10);
}
.info-icon svg{
  width:28px;
  height:28px;
}
.info-tag{
  display:inline-flex;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff4ed;
  color:var(--orange);
  border:1px solid #ffd8c3;
  font-size:.74rem;
  font-weight:1000;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.info-card-premium h3{
  font-size:1.95rem;
  line-height:1.02;
  letter-spacing:-.03em;
  margin-bottom:14px;
}
.info-card-premium p{
  margin-bottom:18px;
  color:#5d5d5d;
}
.info-points{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:9px;
}
.info-points li{
  position:relative;
  padding-left:18px;
  color:#2f2f2f;
  font-weight:700;
}
.info-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,90,0,.12);
}
@media (max-width: 575px){
  .info-card-premium{
    padding:24px 22px;
  }
  .info-card-premium h3{
    font-size:1.7rem;
  }
}

/* === Cookie Consent Banner === */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--charcoal);
  color: var(--white);
  padding: 20px 24px;
  box-shadow: 0 -10px 40px rgba(0,0,0,.25);
  z-index: 1200;
  border-top: 3px solid var(--orange);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner p {
  font-size: 0.92rem;
  margin: 0;
  color: #e0e0e0;
  line-height: 1.5;
}
.cookie-banner a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: underline;
}
.cookie-banner a:hover {
  color: #ff884d;
}
.cookie-banner.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  display: none !important;
}
@media (max-width: 767px) {
  .cookie-banner {
    padding: 16px;
    text-align: center;
  }
  .cookie-banner .d-flex {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}
