
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#2e1730}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img,video{display:block;max-width:100%}
svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

.topbar{height:109px;display:flex;align-items:center;justify-content:space-between;padding:0 64px;border-bottom:1px solid #f0dbe5}
.logo-image{height:51px;width:auto}
.top-actions{display:flex;align-items:center;gap:26px;font-size:14px}
.secure{display:flex;align-items:center;gap:8px;color:#4f3c46}
.admin-link{color:#f00874;font-weight:700}

.hero{display:grid;grid-template-columns:minmax(320px,602px) minmax(320px,470px);gap:84px;padding:48px 64px 50px;align-items:start}
.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:start;width:100%}
.visual-card{position:relative;width:602px;max-width:100%;aspect-ratio:1/1;border-radius:42px;background:linear-gradient(135deg,#870448 0%,#d30f5e 52%,#ff6558 100%);overflow:hidden;box-shadow:0 20px 50px rgba(95,15,58,.18)}
.offer-pill{position:absolute;left:38px;top:36px;padding:16px 24px;border-radius:999px;background:#fff;color:#4c1730;font-weight:800;font-size:18px;display:flex;align-items:center;gap:10px;z-index:2}
.offer-pill svg{width:20px;height:20px}
.product-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:48px 56px 74px}
.packshot-img{width:100%;height:100%;object-fit:contain;object-position:center top;transform:translateY(-34px) scale(1.03);filter:drop-shadow(0 18px 18px rgba(58,0,21,.22))}

.media-gallery-wrap{
  width:602px;
  max-width:100%;
  margin-top:22px;
  padding:20px;
  background:#fff;
  border:1px solid #f0dbe5;
  border-radius:24px;
  box-shadow:0 12px 34px rgba(74,18,50,.06);
}
.gallery-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.gallery-title strong{
  color:#2d1830;
  font-size:16px;
}
.gallery-title span{
  color:#9a7887;
  font-size:12px;
}
.media-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.gallery-item{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:16px;
  background:#fff7fa;
  cursor:pointer;
  padding:0;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.gallery-item:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(93,19,57,.12);
}
.gallery-item.active{
  border-color:#f00874;
  box-shadow:0 0 0 3px rgba(240,8,116,.10);
}
.gallery-item img,
.gallery-item video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-video-badge{
  position:absolute;
  left:8px;
  bottom:8px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(36,17,42,.78);
  color:#fff;
  font-size:10px;
  font-weight:800;
}
.gallery-video-badge:before{
  content:"▶";
  font-size:9px;
}
.product-stage video.packshot-img{
  object-fit:contain;
  background:transparent;
}

.info-fill-card{
  width:602px;
  max-width:100%;
  margin-top:18px;
  padding:22px;
  background:linear-gradient(180deg,#fff9fb 0%,#fff 100%);
  border:1px solid #f0dbe5;
  border-radius:24px;
  box-shadow:0 12px 34px rgba(74,18,50,.05);
}
.info-fill-head span{
  display:block;
  color:#f00874;
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
  margin-bottom:7px;
}
.info-fill-head strong{
  display:block;
  color:#2d1830;
  font-size:22px;
  letter-spacing:-.6px;
}
.info-fill-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.info-fill-item{
  padding:14px 14px 13px;
  border:1px solid #f4e7ec;
  border-radius:16px;
  background:#fff;
}
.info-fill-item b{
  display:block;
  color:#2d1830;
  font-size:15px;
  margin-bottom:4px;
}
.info-fill-item p{
  color:#7a5f6b;
  font-size:13px;
  line-height:1.5;
}
.info-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.info-chips span{
  padding:9px 12px;
  border-radius:999px;
  background:#fff0f6;
  color:#c20b62;
  font-size:12px;
  font-weight:800;
}

.discount-bubble{position:absolute;right:28px;bottom:28px;width:120px;height:120px;border-radius:999px;background:#fff;color:#f00874;display:grid;place-items:center;font-weight:900;font-size:34px;z-index:2}

.hero-copy{max-width:470px;align-self:start}
.eyebrow{color:#f00874;font-size:17px;font-weight:900;letter-spacing:4px;margin-bottom:18px}
.hero-copy h1{font-size:74px;line-height:.95;letter-spacing:-3.7px;font-weight:700;color:#24112a;margin-bottom:26px}
.short{font-size:28px;line-height:1.35;color:#846070;margin-bottom:28px;max-width:400px}
.rating-row{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.stars{color:#f4aa00;font-size:27px;letter-spacing:2px}
.rating-text{color:#7a5d6a;font-size:18px}
.price-box{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;border-top:1px solid #f0dbe5;border-bottom:1px solid #f0dbe5;margin-bottom:24px}
.old-price{font-size:20px;color:#a48a96;text-decoration:line-through;margin-bottom:6px}
.current-price{font-size:64px;line-height:1;font-weight:900;color:#24112a}
.installments{margin-top:10px;color:#755966;font-size:18px;line-height:1.3;max-width:180px}
.saving-box{background:#fff0f6;color:#ef0a68;border-radius:18px;padding:18px 24px;font-size:22px;font-weight:800;min-width:220px}
.saving-box strong{display:block;font-size:24px;margin-top:2px}
.description{font-size:20px;line-height:1.5;color:#654755;margin-bottom:18px;max-width:470px}
.spec-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin-bottom:22px}
.spec-mini:empty{display:none}.spec-mini div{border-bottom:1px solid #f2e8ec;padding:8px 0}.spec-mini b{display:block;font-size:11px;color:#9f7386;text-transform:uppercase;letter-spacing:.8px}.spec-mini span{font-size:14px;color:#624a54}
.main-cta,.whatsapp-cta{width:100%;height:70px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:21px;font-weight:800}
.main-cta{background:#f00874;color:#fff;border:0;cursor:pointer}
.whatsapp-cta{margin-top:16px;border:2px solid #f00874;color:#f00874;background:#fff}
.main-cta svg,.whatsapp-cta svg{width:24px;height:24px}
.notice-inline{margin-top:18px;color:#ef0a68;font-size:14px;line-height:1.45}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:28px 64px;border-top:1px solid #f0dbe5;border-bottom:1px solid #f0dbe5}
.benefit-item{display:flex;align-items:center;gap:18px;padding:0 18px 0 0;min-height:86px}
.benefit-item:not(:last-child){border-right:1px solid #f0dbe5}
.benefit-item svg{width:40px;height:40px;color:#ef0a68}
.benefit-item strong{display:block;font-size:18px;color:#2d1830}
.benefit-item span{display:block;font-size:16px;color:#755966;margin-top:2px}

.reviews-area{padding:52px 64px}
.reviews-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}
.reviews-head h2{font-size:32px;letter-spacing:-1px}
.review-button{padding:14px 20px;border-radius:16px;border:0;background:#f00874;color:#fff;font-weight:800;cursor:pointer}
.review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.review-card{padding:20px;border:1px solid #f0dbe5;border-radius:18px;background:#fffafc}.review-card .stars{font-size:16px}.review-card h3{margin:10px 0 6px;font-size:16px}.review-card p{font-size:14px;line-height:1.5;color:#755966}
.empty-reviews{grid-column:1/-1;padding:20px;border:1px solid #f0dbe5;border-radius:18px;color:#755966;background:#fffafc}
.site-footer{padding:28px 64px;display:flex;align-items:center;justify-content:space-between;color:#755966}.footer-logo{height:38px;width:auto}

.modal{display:none;position:fixed;inset:0;z-index:60;padding:20px;background:rgba(33,17,31,.58);align-items:center;justify-content:center}.modal.open{display:flex}.modal-card{width:min(600px,100%);background:#fff;border-radius:26px;padding:30px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.2)}.modal-kicker{color:#f00874;font-weight:900;font-size:12px;letter-spacing:2px;margin-bottom:8px}.modal-card h3{font-size:32px;letter-spacing:-1px;margin-bottom:10px}.modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:999px;background:#fff0f6;color:#8d4e66;font-size:24px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{padding:13px 14px;border:1px solid #eedee6;border-radius:12px;background:#fff}.form-grid textarea{min-height:110px;resize:vertical}.full{grid-column:1/-1}.notice{display:none;margin-top:12px;padding:12px;border-radius:12px;background:#ecfdf5;color:#065f46}

@media(max-width:1200px){.media-gallery-wrap{width:520px}.info-fill-card{width:520px}.hero-copy h1{font-size:60px}.short{font-size:24px}.current-price{font-size:54px}.visual-card{width:520px}.product-stage{padding:42px 44px 64px}.packshot-img{transform:translateY(-12px) scale(1.01)}}
@media(max-width:980px){.media-gallery-wrap{width:100%;max-width:640px}.info-fill-card{width:100%;max-width:640px}.topbar{padding:0 26px;height:84px}.hero{grid-template-columns:1fr;gap:40px;padding:32px 26px}.hero-visual,.hero-copy{max-width:640px;width:100%;margin:auto}.hero-copy h1{font-size:54px}.short{font-size:22px}.product-stage{padding:38px 38px 56px}.packshot-img{transform:translateY(-10px)}.benefits{grid-template-columns:1fr 1fr;padding:24px 26px}.benefit-item:nth-child(2){border-right:none}.reviews-area,.site-footer{padding-left:26px;padding-right:26px}.review-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-title{align-items:flex-start;flex-direction:column;gap:2px}.info-fill-card{padding:18px}.info-fill-head strong{font-size:20px}.logo-image{height:38px}.secure{display:none}.top-actions{gap:14px}.hero-copy h1{font-size:44px}.short{font-size:18px}.price-box{flex-direction:column;align-items:flex-start}.current-price{font-size:46px}.saving-box{font-size:18px;min-width:unset}.saving-box strong{font-size:20px}.main-cta,.whatsapp-cta{height:58px;font-size:17px}.benefits{grid-template-columns:1fr}.benefit-item{border-right:none !important}.review-list{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.site-footer{flex-direction:column;gap:12px;text-align:center}}


/* =========================
   MOBILE POLISH
   ========================= */
@media(max-width:620px){

  html,body{
    width:100%;
    overflow-x:hidden;
  }

  .topbar{
    height:72px;
    padding:0 16px;
  }

  .logo-image{
    height:34px;
  }

  .admin-link{
    font-size:13px;
  }

  .hero{
    padding:24px 16px 30px;
    gap:26px;
  }

  .hero-visual,
  .hero-copy{
    width:100%;
    max-width:100%;
  }

  .visual-card{
    width:100%;
    border-radius:26px;
  }

  .offer-pill{
    left:14px;
    top:14px;
    padding:10px 14px;
    font-size:13px;
  }

  .discount-bubble{
    width:72px;
    height:72px;
    right:14px;
    bottom:14px;
    font-size:20px;
  }

  .product-stage{
    padding:34px 28px 48px;
  }

  .packshot-img{
    transform:translateY(-8px);
  }

  .media-gallery-wrap,
  .info-fill-card{
    width:100%;
    margin-top:14px;
    border-radius:18px;
    padding:14px;
  }

  .gallery-title{
    margin-bottom:10px;
  }

  .gallery-title strong{
    font-size:14px;
  }

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

  .gallery-item{
    border-radius:11px;
  }

  .hero-copy h1{
    font-size:39px;
    line-height:1.02;
    letter-spacing:-2.2px;
    margin-bottom:18px;
  }

  .eyebrow{
    font-size:12px;
    letter-spacing:2.3px;
    margin-bottom:10px;
  }

  .short{
    font-size:17px;
    line-height:1.45;
    margin-bottom:18px;
  }

  .rating-row{
    gap:10px;
    margin-bottom:20px;
    flex-wrap:wrap;
  }

  .stars{
    font-size:18px;
  }

  .rating-text{
    font-size:13px;
  }

  .price-box{
    padding:18px 0;
    margin-bottom:18px;
    gap:12px;
  }

  .old-price{
    font-size:15px;
  }

  .current-price{
    font-size:42px;
  }

  .installments{
    font-size:13px;
    margin-top:6px;
  }

  .saving-box{
    padding:12px 14px;
    border-radius:13px;
    font-size:15px;
    min-width:130px;
  }

  .saving-box strong{
    font-size:17px;
  }

  .description{
    font-size:16px;
    line-height:1.55;
    margin-bottom:14px;
  }

  .spec-mini{
    grid-template-columns:1fr 1fr;
    gap:4px 14px;
    margin-bottom:18px;
  }

  .spec-mini div{
    padding:8px 0;
  }

  .main-cta,
  .whatsapp-cta{
    height:56px;
    border-radius:17px;
    font-size:16px;
  }

  .notice-inline{
    font-size:12px;
    margin-top:12px;
  }

  /* Compact benefits instead of huge vertical gaps */
  .benefits{
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:18px 16px;
    background:#fffafa;
  }

  .benefit-item{
    min-height:0;
    padding:14px 12px;
    gap:10px;
    border:1px solid #f1e2e8 !important;
    border-radius:15px;
    background:#fff;
    align-items:flex-start;
  }

  .benefit-item svg{
    width:26px;
    height:26px;
    margin-top:2px;
  }

  .benefit-item strong{
    font-size:13px;
    line-height:1.25;
  }

  .benefit-item span{
    font-size:11px;
    line-height:1.35;
    margin-top:3px;
  }

  /* Reviews */
  .reviews-area{
    padding:34px 16px 36px;
  }

  .reviews-head{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    margin-bottom:18px;
  }

  .reviews-head h2{
    font-size:29px;
    line-height:1.05;
    letter-spacing:-1.2px;
  }

  .review-button{
    width:100%;
    padding:13px 16px;
    border-radius:14px;
    font-size:14px;
  }

  .review-list{
    grid-template-columns:1fr;
    gap:12px;
  }

  .review-card{
    padding:16px;
    border-radius:16px;
  }

  .review-card .stars{
    font-size:15px;
  }

  .review-card h3{
    margin:8px 0 5px;
    font-size:15px;
  }

  .review-card p{
    font-size:13px;
    line-height:1.45;
  }

  .empty-reviews{
    padding:16px;
    border-radius:16px;
  }

  .site-footer{
    padding:24px 16px 28px;
    gap:8px;
    flex-direction:column;
    text-align:center;
  }

  .footer-logo{
    height:32px;
  }

  .site-footer span{
    font-size:12px;
  }

  /* Modal mobile */
  .modal{
    padding:12px;
  }

  .modal-card{
    padding:22px 18px;
    border-radius:20px;
  }

  .modal-card h3{
    font-size:26px;
  }

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

  .full{
    grid-column:auto;
  }
}

@media(max-width:390px){
  .benefits{
    grid-template-columns:1fr;
  }

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

  .current-price{
    font-size:38px;
  }

  .saving-box{
    min-width:120px;
  }
}
