
:root{
  --teal:#00444B;
  --teal2:#012f34;
  --gold:#D4A36D;
  --cream:#FAF8F4;
  --ink:#161616;
  --muted:#6d6d68;
  --line:#e6e1d8;
  --wa:#25D366;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;width:100%;overflow-x:hidden;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font-family:inherit}
.wrap{width:min(1120px,100%);margin:0 auto;padding:0 18px}
.header{position:sticky;top:0;z-index:50;background:rgba(0,68,75,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.header .wrap{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand img{width:38px;height:38px;border-radius:12px;object-fit:cover;background:#fff}
.brand b{color:#fff;font-size:13px;letter-spacing:.04em;white-space:nowrap}
.nav{display:none;gap:26px;color:#e7eeee;font-size:14px;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;border:0;cursor:pointer;font-weight:800}
.btn-wa{background:var(--wa);color:#fff;padding:13px 18px;box-shadow:0 10px 25px rgba(37,211,102,.25)}
.btn-outline{border:1px solid rgba(255,255,255,.28);color:#fff;padding:13px 18px}
.header .btn-wa{padding:10px 12px;font-size:12px;white-space:nowrap}

.hero{background:radial-gradient(circle at 75% 20%,#0b6570 0%,var(--teal) 42%,var(--teal2) 100%);color:#fff;padding:34px 0 30px}
.hero-grid{display:grid;gap:26px;align-items:center}
.kicker{display:inline-flex;color:#2d2210;background:#f7e4c7;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:800}
h1{font-size:38px;line-height:1.03;letter-spacing:-.04em;margin:16px 0 12px}
h1 span{color:var(--gold)}
.lead{font-size:15px;line-height:1.55;color:#dce5e3;margin:0 0 20px;max-width:560px}
.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0}
.chips{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}
.chip{display:flex;gap:8px;align-items:center;color:#ecf5f3;font-size:12.5px;font-weight:700}
.chip:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(212,163,109,.18);color:var(--gold);font-size:12px}
.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hero-card{overflow:hidden;border-radius:22px;background:#f2f0ea;box-shadow:0 20px 50px rgba(0,0,0,.24);aspect-ratio:1/1}
.hero-card.main{grid-column:1/-1;aspect-ratio:16/10}
.hero-card img{width:100%;height:100%;object-fit:cover}

.trust{background:#052d31;color:#fff;padding:18px 0}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.trust-item b{display:block;color:var(--gold);font-size:18px}
.trust-item span{font-size:12px;color:#cbd8d6}

.section{padding:46px 0}
.section.alt{background:var(--cream)}
.title{text-align:center;margin-bottom:8px;color:var(--teal);font-size:28px;line-height:1.1;letter-spacing:-.025em}
.sub{text-align:center;color:var(--muted);font-size:14px;max-width:640px;margin:0 auto 26px}
.steps{display:grid;gap:12px}
.step{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);padding:16px;border-radius:18px}
.step-num{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:var(--gold);font-weight:900}
.step b{display:block;font-size:14px}
.step span{display:block;color:var(--muted);font-size:12px;margin-top:2px}

.filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:18px}
.filter{border:1px solid var(--line);background:#fff;color:#5b5b56;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}
.filter.active{background:var(--teal);border-color:var(--teal);color:#fff}
.catalog{display:grid;grid-template-columns:1fr;gap:16px}
.product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(20,20,20,.04);display:flex;flex-direction:column}
.product-media{position:relative;background:#f4f2ed;aspect-ratio:4/3;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s transform}
.product:hover .product-media img{transform:scale(1.035)}
.tag{position:absolute;top:12px;left:12px;background:#fff;color:var(--teal);font-size:11px;font-weight:900;border-radius:999px;padding:6px 10px;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.product-body{padding:16px;display:flex;flex-direction:column;gap:9px;flex:1}
.product h3{margin:0;font-size:20px;line-height:1.1;color:#151515}
.product p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.price{font-size:13px;color:#50504c}.price b{color:var(--teal);font-size:24px}
.caps{display:flex;flex-wrap:wrap;gap:7px}
.cap{border:1px solid var(--line);border-radius:10px;padding:7px 9px;font-size:12px;font-weight:800;color:#32322f;background:#fafafa}
.product-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}
.btn-dark{background:var(--teal);color:#fff;padding:13px 16px}
.btn-light{background:#eff5f4;color:var(--teal);padding:13px 16px}
.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.social-img{aspect-ratio:3/4;border-radius:18px;overflow:hidden;background:#eee}
.social-img img{width:100%;height:100%;object-fit:cover}
.testimonials{display:grid;gap:12px}
.testimonial{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}
.stars{color:var(--gold);letter-spacing:1px;font-size:14px}
.testimonial p{color:#555550;font-size:13px;line-height:1.5}
.testimonial b{display:block;color:#171717;font-size:13px}
.testimonial small{color:var(--gold);font-weight:800}
.customers-in-store{background:var(--teal2);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.customers-in-store .title{color:#fff}
.customers-in-store .sub{color:#cbd8d6}
.in-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.in-store-photo{aspect-ratio:3/4;overflow:hidden;border:1px solid rgba(212,163,109,.34);border-radius:18px;background:#fff7eb;box-shadow:0 12px 30px rgba(0,0,0,.18);content-visibility:auto;contain-intrinsic-size:240px 320px}
.in-store-photo img{width:100%;height:100%;object-fit:contain;object-position:center}
.customer-reviews{background:#fff}
.review-google-link{width:max-content;max-width:100%;display:flex;align-items:center;gap:9px;margin:-12px auto 24px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#4a4a46;font-size:12px;font-weight:800;box-shadow:0 6px 18px rgba(20,20,20,.05)}
.review-google-mark{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f3f6f5;color:var(--teal);font-size:13px;font-weight:900}
.review-grid{display:grid;grid-template-columns:1fr;gap:14px}
.review-card{display:flex;flex-direction:column;min-width:0;height:100%;padding:20px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 28px rgba(20,20,20,.06)}
.review-head{display:flex;align-items:flex-start;gap:11px;min-width:0;min-height:58px}
.review-avatar{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border:2px solid #fff;border-radius:50%;background-color:var(--teal);background-image:url("../assets/review-avatars.png");background-repeat:no-repeat;background-size:400% 400%;box-shadow:0 0 0 1px var(--line);color:transparent;font-size:0}
.review-avatar--1{background-position:0 0}.review-avatar--2{background-position:33.333% 0}.review-avatar--3{background-position:66.666% 0}.review-avatar--4{background-position:100% 0}
.review-avatar--5{background-position:0 33.333%}.review-avatar--6{background-position:33.333% 33.333%}.review-avatar--7{background-position:66.666% 33.333%}.review-avatar--8{background-position:100% 33.333%}
.review-avatar--9{background-position:0 66.666%}.review-avatar--10{background-position:33.333% 66.666%}.review-avatar--11{background-position:66.666% 66.666%}.review-avatar--12{background-position:100% 66.666%}
.review-avatar--13{background-position:0 100%}.review-avatar--14{background-position:33.333% 100%}
.review-meta{min-width:0;flex:1}
.review-meta b{display:block;color:#171717;font-size:14px;line-height:1.25}
.review-meta span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}
.review-mark{align-self:flex-start;color:#d7d3ca;font-family:Georgia,serif;font-size:32px;line-height:.9}
.review-stars{display:flex;align-items:center;width:max-content;min-height:20px;margin:11px 0 11px;color:#fbbc04;font-size:17px;font-weight:900;line-height:1;letter-spacing:2px;white-space:nowrap}
.review-card p{flex:1;margin:0;color:#4f4f4a;font-size:13.5px;line-height:1.62;overflow-wrap:anywhere}
.cta{background:linear-gradient(135deg,var(--gold),#e7c18d);text-align:center}
.cta .title{color:#2b2109}
.float-wa{position:fixed;right:16px;bottom:16px;z-index:80;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--wa);box-shadow:0 10px 25px rgba(0,0,0,.25);color:#fff;font-weight:900;font-size:25px}
.footer{background:var(--teal2);color:#b7c9c6;text-align:center;padding:24px 0;font-size:12px}
.footer b{color:#fff}

@media(min-width:760px){
  .nav{display:flex}
  .hero{padding:58px 0}
  .hero-grid{grid-template-columns:1.05fr .95fr}
  h1{font-size:58px}
  .hero-actions{grid-template-columns:auto auto;justify-content:start}
  .chips{grid-template-columns:repeat(2,auto)}
  .trust-grid{grid-template-columns:repeat(5,1fr)}
  .steps{grid-template-columns:repeat(5,1fr)}
  .step{display:block;text-align:center}
  .step-num{margin:0 auto 10px}
  .catalog{grid-template-columns:repeat(3,1fr)}
  .social-grid{grid-template-columns:repeat(6,1fr)}
  .testimonials{grid-template-columns:repeat(3,1fr)}
  .in-store-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  .in-store-photo{border-radius:22px}
}
@media(min-width:640px){.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:960px){.review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(min-width:1040px){
  .catalog{grid-template-columns:repeat(4,1fr)}
}


/* ================= PRODUCT PAGE V2 ================= */
.product-page-hero{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);padding:28px 0 38px}
.breadcrumb{font-size:12px;color:var(--muted);font-weight:700;margin-bottom:18px}
.product-page-grid{display:grid;gap:24px;align-items:start}
.gallery-main{border-radius:28px;overflow:hidden;background:#f4f2ed;aspect-ratio:1/1;box-shadow:0 16px 45px rgba(0,0,0,.08)}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}
.gallery-thumb{border:2px solid transparent;border-radius:14px;overflow:hidden;background:#f4f2ed;aspect-ratio:1/1;cursor:pointer}
.gallery-thumb.active{border-color:var(--teal)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-info .kicker{background:#f7e4c7;color:#2d2210}
.product-info h1{font-size:38px;color:var(--teal);margin:12px 0 8px}
.product-info .lead{color:#4d5654;font-size:15px}
.option-label{font-size:13px;font-weight:900;color:#1b1b18;margin:18px 0 9px}
.choice-row{display:flex;flex-wrap:wrap;gap:8px}
.choice{border:1.5px solid var(--line);background:#fff;border-radius:14px;padding:11px 13px;font-size:13px;font-weight:900;cursor:pointer;color:#20201e}
.choice.active{border-color:var(--teal);background:var(--teal);color:#fff}
.price-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;margin:20px 0;box-shadow:0 8px 25px rgba(0,0,0,.04)}
.price-box span{display:block;color:var(--muted);font-size:12px;font-weight:800}
.price-box b{font-size:34px;color:var(--teal)}
.product-cta{display:grid;gap:10px;position:sticky;bottom:12px;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:10px;border:1px solid var(--line);border-radius:18px}
.info-grid{display:grid;gap:12px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}
.info-card h3{margin:0 0 10px;color:var(--teal);font-size:17px}
.info-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.info-list li{font-size:13px;color:#4d4d49;padding-left:22px;position:relative}
.info-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--wa);font-weight:900}
.client-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.client-card{border-radius:18px;overflow:hidden;background:#eee;aspect-ratio:3/4}
.client-card img{width:100%;height:100%;object-fit:cover}
.faq-mini details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 14px;margin-bottom:8px}
.faq-mini summary{cursor:pointer;font-weight:900;font-size:13px;padding:13px 0;color:#1d1d1a}
.faq-mini p{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 13px}
.related-grid{display:grid;grid-template-columns:1fr;gap:14px}
.related-card{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px}
.related-card img{width:86px;height:86px;object-fit:cover;border-radius:14px;background:#eee}
.related-card b{display:block;color:#161616;font-size:14px}
.related-card span{color:var(--teal);font-weight:900;font-size:13px}
@media(min-width:860px){
  .product-page-hero{padding:48px 0 58px}
  .product-page-grid{grid-template-columns:1fr 1fr}
  .product-info h1{font-size:54px}
  .product-cta{position:static;grid-template-columns:1fr 1fr}
  .info-grid{grid-template-columns:repeat(3,1fr)}
  .client-strip{grid-template-columns:repeat(4,1fr)}
  .related-grid{grid-template-columns:repeat(3,1fr)}
}


/* ================= ENTREGA 3: FINAL POLISH ================= */
.notice-bar{
  background:#fff7eb;
  border-bottom:1px solid #f0d6ad;
  color:#513611;
  font-size:12px;
  font-weight:800;
  text-align:center;
  padding:9px 12px;
}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.video-card{position:relative;border-radius:20px;overflow:hidden;background:#eee;aspect-ratio:1/1;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.video-card img,.video-card video{width:100%;height:100%;object-fit:cover}
.video-card:after{
  content:"▶";
  position:absolute;
  inset:auto 12px 12px auto;
  background:rgba(0,0,0,.65);
  color:#fff;
  width:34px;height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:13px;
}
.final-faq{display:grid;gap:10px}
.final-faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 16px}
.final-faq summary{cursor:pointer;font-size:14px;font-weight:900;padding:15px 0;color:#151515}
.final-faq p{margin:0 0 15px;color:var(--muted);font-size:13px;line-height:1.55}
.payments-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
.payment{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;text-align:center;font-size:13px;font-weight:900}
.product-video{border-radius:22px;overflow:hidden;background:#eee;aspect-ratio:16/10;margin-top:14px}
.product-video img,.product-video video{width:100%;height:100%;object-fit:cover}
.product-fixed-summary{
  position:sticky;
  bottom:0;
  z-index:70;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-top:1px solid var(--line);
  padding:10px 0;
}
.product-fixed-summary .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-fixed-summary b{font-size:13px;line-height:1.2}
.product-fixed-summary span{display:block;color:var(--teal);font-weight:900;font-size:13px}
.product-fixed-summary .btn{padding:11px 14px;font-size:12px;white-space:nowrap}
@media(min-width:760px){
  .video-grid{grid-template-columns:repeat(4,1fr)}
  .payments-strip{grid-template-columns:repeat(6,1fr)}
  .product-fixed-summary{display:none}
}
@media(max-width:430px){
  h1{font-size:34px}
  .product-info h1{font-size:34px}
  .title{font-size:25px}
}

/* ═══ AJUSTES AGREGADOS: videos MP4 y sección tienda física ═══ */
.video-card video{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}
.store-grid{display:grid;gap:22px;align-items:start}
.store-info{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.store-info p{margin:0 0 12px;font-size:14.5px;color:#3c3c38;line-height:1.55}
.store-info .btn{width:100%;margin-top:8px;padding:13px 18px}
.btn-outline-dark{border:1px solid var(--line);color:var(--ink);background:#fff;font-weight:700}
.store-visuals{display:grid;gap:16px;min-width:0}
.store-photo{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.07)}
.store-photo img{display:block;width:100%;height:auto;aspect-ratio:1773/887;object-fit:contain}
.store-map{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);min-height:260px}
.store-map iframe{width:100%;height:100%;min-height:280px;border:0;display:block}
@media(min-width:860px){.store-grid{grid-template-columns:1fr 1.2fr}}

.store-tip{background:#f7e4c7;border-radius:14px;padding:12px 14px;font-size:13.5px;color:#2d2210 !important;font-weight:600}
