:root {
  --ink: #151735;
  --muted: #5f6277;
  --pink: #e83276;
  --pink-dark: #c91e5f;
  --magenta: #b80f63;
  --rose: #fff1f7;
  --gold: #f4b53f;
  --cream: #fff7f6;
  --line: #eee2ea;
  --shadow: 0 18px 45px rgba(34, 18, 48, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(232, 50, 118, .12);
  backdrop-filter: blur(14px);
}

.brand-logo { width: 168px; height: auto; }

.navbar-nav .nav-link {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-inline: .85rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--pink); }

.btn-whatsapp,
.btn-pink,
.btn-outline-ink {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  border: 0;
  box-shadow: 0 10px 24px rgba(232, 50, 118, .24);
}

.btn-whatsapp:hover,
.btn-pink:hover,
.btn-outline-ink:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(21, 23, 53, .16);
}

.btn-pink { color: #fff; background: var(--pink); border: 0; }
.btn-outline-ink { color: var(--magenta); border: 1px solid rgba(232, 50, 118, .28); background: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(232, 50, 118, .12), transparent 24rem),
    linear-gradient(105deg, #fff 0 48%, #fff4f8 48% 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  opacity: .25;
  background: linear-gradient(110deg, transparent, rgba(232, 50, 118, .14));
  transform: skewX(-16deg);
}

.hero::before { left: -80px; }
.hero::after { right: -80px; }

.eyebrow {
  color: var(--ink);
  font-size: .95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(2.75rem, 5.4vw, 4.65rem);
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
}

.text-pink { color: var(--pink); }
.fw-black { font-weight: 900; }
.lead-copy { color: #30324c; max-width: 540px; }

.hero-product-card {
  position: relative;
  height: 100%;
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow);
  padding: clamp(.75rem, 2vw, 1.25rem);
  animation: floaty 5s ease-in-out infinite;
}

.quality-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  color: var(--pink);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(232, 50, 118, .14);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: .75rem;
  margin-top: 1.5rem;
}

.feature-mini {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .82rem;
  font-weight: 800;
  color: var(--pink);
  min-width: 0;
}

.feature-mini span { overflow-wrap: anywhere; }

.order-how {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.oh-step {
  flex: 1 1 160px;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .7rem .8rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(21, 23, 53, .06);
}

.oh-num {
  flex: none;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #f5b6cf;
  border-radius: 50%;
  background: #fff8fb;
  color: var(--pink);
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.oh-step strong { display: block; font-size: .88rem; font-weight: 900; color: var(--ink); line-height: 1.2; }
.oh-step small { color: var(--muted); font-size: .74rem; }

.feature-mini i,
.why-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #f5b6cf;
  border-radius: 50%;
  background: #fff8fb;
}

.category-bar {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(232, 50, 118, .18);
}

.category-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar { display: none; }

.category-pill {
  min-width: max-content;
  flex: 1 0 auto;
  color: #fff;
  padding: .9rem 1.1rem;
  text-align: center;
  font-size: .83rem;
  font-weight: 800;
  border-right: 1px solid rgba(255,255,255,.22);
}

.category-pill:hover { background: rgba(255,255,255,.1); color: #fff; }

.section-title {
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  line-height: .95;
  font-weight: 900;
  color: var(--pink);
  text-align: center;
}

.section-kicker {
  color: var(--ink);
  display: block;
  font-size: .86rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-card,
.review-card,
.why-card,
.faq-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(21, 23, 53, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover,
.review-card:hover,
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.product-card h3 { font-size: 1rem; font-weight: 900; }
.product-card p { color: var(--muted); font-size: .86rem; }
.product-card .price { color: var(--pink); font-weight: 900; font-size: 1.05rem; }
.intro-video { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); background: #000; }

.video-view { position: relative; height: 100%; border-radius: 8px; overflow: hidden; border-radius: 8px; }

.video-unmute {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .95rem;
  border: 0;
  border-radius: 999px;
  background: rgba(21, 23, 53, .55);
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background .2s ease;
}

.video-unmute:hover { background: rgba(21, 23, 53, .75); }

.wholesale {
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(184,15,99,.97), rgba(232,50,118,.82)),
    url("../images/banners/wholesale.jpeg") center right / cover no-repeat;
}

.wholesale h2 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; }
.script-word { color: var(--gold); font-style: italic; }

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .35rem;
  font-weight: 700;
}

.check-list i { color: var(--gold); }
.stars { color: var(--gold); letter-spacing: .04em; }

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.thumb-row img {
  width: 54px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
}

.google-rating {
  display: flex;
  gap: .75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 800;
}

.review-scroll-wrap {
  position: relative;
  max-width: 1020px;
}

.review-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: .25rem;
}

.review-scroll::-webkit-scrollbar { display: none; }

.review-shot {
  margin: 0;
  flex: 0 0 100%;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(21, 23, 53, .06);
}

.review-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  box-shadow: 0 8px 18px rgba(21, 23, 53, .22);
  cursor: pointer;
}

.review-scroll-btn.prev { left: -.75rem; }
.review-scroll-btn.next { right: -.75rem; }

@media (min-width: 576px) {
  .review-shot { flex: 0 0 calc((100% - 2rem) / 3); }
}

.why-card {
  text-align: center;
  padding: 1.2rem .7rem;
}

.why-icon {
  color: var(--pink);
  margin: 0 auto .75rem;
  font-size: 1.35rem;
}

.why-card h3 { font-size: .88rem; font-weight: 900; margin: 0; }

.delivery-panel {
  border-radius: 8px;
  background: linear-gradient(100deg, #fff 0 45%, var(--rose) 45% 100%);
  border: 1px solid #f8c8dc;
  overflow: hidden;
}

.delivery-panel h2 {
  color: var(--pink);
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 900;
  line-height: .95;
}

.accordion-button { font-weight: 800; color: var(--ink); }
.accordion-button:not(.collapsed) { color: var(--pink); background: #fff5f9; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(232, 50, 118, .18); }

.footer {
  color: #fff;
  background: linear-gradient(135deg, #8f0b4d, var(--magenta));
}

.footer a { color: rgba(255,255,255,.78); }
.footer a:hover { color: #fff; }

.newsletter-input {
  border-radius: 999px;
  border: 0;
  padding: .8rem 1rem;
}

.floating-whatsapp,
.scroll-top {
  position: fixed;
  z-index: 1040;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  border: 0;
}

.floating-whatsapp {
  right: 1.25rem;
  bottom: 1.25rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  font-size: 1.65rem;
  box-shadow: 0 0 0 rgba(232,50,118,.45);
  animation: pulse 2s infinite;
}

.scroll-top {
  right: 1.4rem;
  bottom: 5.4rem;
  width: 44px;
  height: 44px;
  background: var(--pink);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}

.fade-up { animation: fadeUp .7s ease both; }
.fade-left { animation: fadeLeft .8s ease both; }
.zoom-in { animation: zoomIn .7s ease both; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232,50,118,.48); }
  70% { box-shadow: 0 0 0 18px rgba(232,50,118,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,50,118,0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(26px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

:focus-visible {
  outline: 3px solid rgba(232, 50, 118, .45);
  outline-offset: 3px;
}
