:root {
  --brand-primary: #6d28d9;
  --brand-secondary: #f97316;
  --brand-pink: #db2777;
  --brand-coral: #f43f5e;
  --ink: #202033;
  --muted: #67677a;
  --line: #e9e7ee;
  --paper: #fffdfb;
  --soft: #f8f6fb;
  --white: #fff;
  --success: #079669;
  --danger: #dc284b;
  --gradient: linear-gradient(115deg, #ff7900 0%, #ef3e51 43%, #d22588 68%, #6d28d9 100%);
  --gradient-soft: linear-gradient(135deg, #fff3e6, #fdf0f8 55%, #f2edff);
  --shadow-sm: 0 8px 26px rgba(45, 32, 67, .08);
  --shadow-md: 0 20px 60px rgba(45, 32, 67, .13);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font: inherit; }
button,
a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(109, 40, 217, .3); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: -60px; left: 18px;
  padding: 10px 16px; border-radius: 999px;
  background: var(--ink); color: white;
  transition: top .2s;
}
.skip-link:focus { top: 15px; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -.04em;
  line-height: 1.12;
}
p { margin: 0; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .22s, box-shadow .22s, background .22s, border-color .22s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gradient);
  color: white;
  box-shadow: 0 12px 28px rgba(217, 39, 119, .25);
}
.btn-primary:hover { box-shadow: 0 16px 36px rgba(109, 40, 217, .28); }
.btn-outline {
  border-color: #d9d6e0;
  background: rgba(255, 255, 255, .7);
  color: var(--ink);
}
.btn-outline:hover { border-color: var(--brand-primary); color: var(--brand-primary); }
.btn-light { background: white; color: var(--brand-primary); box-shadow: var(--shadow-sm); }
.btn-soft { background: #f4effd; color: var(--brand-primary); }
.btn-soft:hover { background: #eadeff; }
.btn-block { width: 100%; }
.text-link { color: var(--brand-primary); font-weight: 700; }
.text-link:hover { color: var(--brand-pink); }

.announcement {
  background: #27223c;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}
.announcement-inner {
  min-height: 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.announcement a { color: white; font-weight: 700; }
.site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(255, 253, 251, .9);
  border-bottom: 1px solid rgba(39, 34, 60, .08);
  backdrop-filter: blur(18px);
}
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 146px; flex: 0 0 auto; }
.brand img { width: 100%; height: 62px; object-fit: contain; }
.nav-panel { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; }
.nav-links a {
  position: relative;
  display: flex; align-items: center; gap: 6px;
  padding: 9px 11px;
  font-size: 14px; font-weight: 600; color: #4b4959;
  border-radius: 10px;
}
.nav-links a:hover { background: #f6f1fb; color: var(--brand-primary); }
.nav-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-coral); }
.header-search {
  width: 178px; height: 42px;
  display: flex; align-items: center; gap: 8px;
  padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; background: white;
}
.header-search svg, .catalog-search svg {
  width: 18px; fill: none; stroke: #777487; stroke-width: 2; stroke-linecap: round;
}
.header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.nav-whatsapp {
  min-height: 42px; display: inline-flex; align-items: center;
  padding: 0 15px; border-radius: 11px;
  background: var(--ink); color: white; font-size: 13px; font-weight: 700; white-space: nowrap;
}
.nav-whatsapp:hover { background: var(--brand-primary); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 11px; background: #f5f1f8; padding: 11px; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 3px; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fffdfb 0%, #fffaf5 44%, #faf4ff 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(109, 40, 217, .09) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000 70%);
}
.hero-grid {
  position: relative; min-height: 690px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px;
  padding-top: 64px; padding-bottom: 40px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-tag {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 17px;
  color: var(--brand-pink);
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em;
}
.eyebrow i { width: 22px; height: 2px; background: var(--brand-secondary); }
.hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 5.4vw, 74px);
  color: #282438;
}
.hero h1 em, .promo-hero h1 em, .about-hero h1 em {
  font-style: normal;
  color: transparent;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-copy > p { max-width: 615px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.proof-avatars { display: flex; }
.proof-avatars span {
  width: 34px; height: 34px; display: grid; place-items: center;
  margin-left: -8px; border: 3px solid white; border-radius: 50%;
  color: white; font-size: 11px; font-weight: 800;
  background: var(--gradient);
}
.proof-avatars span:first-child { margin-left: 0; }
.hero-proof div:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.hero-proof strong { font-size: 13px; }
.hero-proof div:last-child span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; height: 610px; display: grid; place-items: center; }
.hero-visual > img {
  position: relative; z-index: 2;
  width: min(510px, 100%); max-height: 590px; object-fit: contain;
  filter: drop-shadow(0 34px 30px rgba(58, 34, 95, .2));
  animation: float 5s ease-in-out infinite;
}
@keyframes float { 50% { transform: translateY(-12px) rotate(.5deg); } }
.hero-rings {
  position: absolute; width: 490px; height: 490px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,255,255,.7) 0 44%, transparent 45%), conic-gradient(from 120deg, #ffbc76, #f5a4c6, #9f7aea, #ffbc76);
  opacity: .5;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 300px; height: 300px; right: -120px; top: 80px; background: rgba(109, 40, 217, .08); }
.hero-orb-two { width: 180px; height: 180px; left: -90px; bottom: 30px; background: rgba(249, 115, 22, .09); }
.floating-note {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 11px;
  padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px;
  background: rgba(255,255,255,.9); box-shadow: var(--shadow-md); backdrop-filter: blur(8px);
}
.floating-note > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: white; font-weight: 800; background: var(--gradient); }
.floating-note div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-note b { font-size: 12px; }
.floating-note small { color: var(--muted); font-size: 10px; }
.note-one { left: -12px; top: 145px; }
.note-two { right: -10px; bottom: 105px; }
.trust-strip {
  position: relative; z-index: 3;
  min-height: 72px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px;
  border-top: 1px solid var(--line);
  color: #8b8794; font-size: 12px; text-transform: uppercase; letter-spacing: .11em;
}
.trust-strip strong { color: #403c4c; font-family: "Manrope"; }
.trust-strip i { width: 4px; height: 4px; background: var(--brand-pink); border-radius: 50%; }

.section-heading { margin-bottom: 42px; }
.section-heading h2, .benefits-intro h2, .story-grid h2 { font-size: clamp(34px, 4vw, 48px); }
.section-heading p { max-width: 640px; margin: 14px auto 0; color: var(--muted); font-size: 17px; }
.centered { text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading .section-tag { margin-bottom: 10px; }
.category-section { background: white; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.category-card {
  position: relative; min-height: 155px;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  padding: 22px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: 0 5px 20px rgba(35, 28, 50, .035);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.category-card:hover { transform: translateY(-5px); border-color: rgba(109,40,217,.25); box-shadow: var(--shadow-md); }
.category-icon {
  position: absolute; top: 18px; left: 20px;
  min-width: 43px; height: 43px; display: grid; place-items: center;
  padding: 0 8px; border-radius: 13px; font-size: 12px; font-weight: 800;
}
.tone-1 { color: #db5614; background: #fff0e5; }
.tone-2 { color: #d22575; background: #fff0f6; }
.tone-3 { color: #6d28d9; background: #f2edff; }
.tone-4 { color: #16877d; background: #e8f8f5; }
.category-card strong { font-family: "Manrope"; font-size: 16px; }
.category-card small { color: var(--muted); }
.category-card > b { position: absolute; right: 19px; bottom: 22px; color: #bbb6c5; transition: transform .2s; }
.category-card:hover > b { color: var(--brand-primary); transform: translateX(4px); }

.featured-section { background: var(--soft); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  min-width: 0;
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
  background: white; box-shadow: 0 7px 30px rgba(37, 27, 50, .055);
  transition: transform .28s, box-shadow .28s;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-image {
  position: relative; height: 360px; display: grid; place-items: center; overflow: hidden;
  background: var(--gradient-soft);
}
.product-image::after { content: ""; position: absolute; inset: auto -30% -45% 10%; height: 70%; border-radius: 50%; background: rgba(109,40,217,.08); }
.product-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badges { position: absolute; z-index: 2; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; align-items: start; gap: 8px; }
.badge { display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.badge-sale { background: var(--brand-coral); color: white; }
.badge-featured { margin-left: auto; background: rgba(255,255,255,.92); color: var(--brand-primary); box-shadow: var(--shadow-sm); }
.product-body { padding: 21px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--brand-pink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-meta span:last-child { color: #918d9c; text-align: right; }
.product-body h3 { min-height: 51px; margin-top: 10px; font-size: 20px; }
.product-body h3 a:hover { color: var(--brand-primary); }
.product-body > p { min-height: 48px; margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-price { min-height: 74px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 16px; padding-top: 15px; border-top: 1px solid #efedf2; }
.product-price del { width: 100%; color: #9d99a6; font-size: 12px; }
.product-price strong { font-family: "Manrope"; font-size: 22px; }
.product-price small { width: 100%; color: #9995a2; font-size: 10px; }
.product-actions { display: grid; grid-template-columns: 1fr 48px; gap: 9px; margin-top: 15px; }
.product-actions .btn { min-height: 46px; }
.icon-button {
  width: 48px; height: 46px; display: grid; place-items: center;
  border: 1px solid #e4dcec; border-radius: 12px; color: var(--brand-primary); background: white;
}
.icon-button:hover { color: white; border-color: transparent; background: var(--gradient); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.empty-state { max-width: 650px; margin: 50px auto; padding: 60px 30px; text-align: center; border: 1px dashed #d8d1df; border-radius: var(--radius); background: white; }
.empty-state > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; background: #f1eafa; color: var(--brand-primary); font-size: 26px; }
.empty-state h2, .empty-state h3 { margin-bottom: 10px; }
.empty-state p { margin-bottom: 22px; color: var(--muted); }

.sale-section { background: white; }
.sale-banner {
  position: relative; min-height: 430px; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px;
  padding: 55px 65px; border-radius: var(--radius-lg); color: white; background: #29203e;
}
.sale-banner::before { content: ""; position: absolute; width: 520px; height: 520px; right: -120px; top: -140px; border-radius: 50%; background: var(--gradient); filter: blur(10px); opacity: .95; }
.sale-banner::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.19) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent 40%, #000); }
.sale-copy, .sale-products-mini { position: relative; z-index: 2; }
.sale-kicker { display: block; margin-bottom: 8px; color: #ffc27c; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sale-copy h2 { max-width: 550px; font-size: clamp(39px, 5vw, 58px); }
.sale-copy > p { max-width: 540px; margin-top: 15px; color: rgba(255,255,255,.72); }
.countdown { display: flex; align-items: center; gap: 8px; margin: 25px 0; }
.countdown > div { min-width: 67px; display: flex; flex-direction: column; align-items: center; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); }
.countdown strong { font: 800 23px/1 "Manrope"; }
.countdown span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.countdown > b { color: rgba(255,255,255,.4); }
.countdown.is-ended { opacity: .45; }
.sale-products-mini { height: 330px; display: flex; align-items: center; justify-content: center; }
.sale-products-mini a { position: relative; width: 210px; height: 290px; display: grid; place-items: center; }
.sale-products-mini a:first-child { transform: rotate(-8deg) translateX(40px); }
.sale-products-mini a:last-child { transform: rotate(7deg) translateX(-20px) translateY(15px); }
.sale-products-mini img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(0,0,0,.25)); }
.sale-products-mini span { position: absolute; top: -5px; right: -4px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--brand-pink); font-weight: 800; transform: rotate(-7deg); box-shadow: var(--shadow-md); }

.benefits-section { background: linear-gradient(135deg, #fffaf4, #fbf8fd); }
.benefits-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.benefits-intro { position: sticky; top: 150px; }
.benefits-intro p { margin: 20px 0; color: var(--muted); font-size: 17px; }
.benefits-list { display: grid; gap: 13px; }
.benefits-list article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.benefits-list article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--gradient-soft); color: var(--brand-primary); font: 800 13px "Manrope"; }
.benefits-list h3 { margin-bottom: 6px; font-size: 19px; }
.benefits-list p { color: var(--muted); font-size: 14px; }
.cta-section { padding-top: 50px; background: white; }
.cta-card {
  min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 50px;
  padding: 55px 65px; border-radius: var(--radius-lg); color: white;
  background: linear-gradient(110deg, #3c215b 0%, #7c2bad 50%, #df2f79 100%);
  box-shadow: var(--shadow-md);
}
.cta-card h2 { max-width: 680px; font-size: clamp(35px, 4vw, 50px); }
.cta-card p { max-width: 650px; margin-top: 12px; color: rgba(255,255,255,.72); }
.light-tag { color: #ffd5a5; }

.page-hero { position: relative; overflow: hidden; padding: 95px 0 80px; background: var(--gradient-soft); }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -140px; top: -170px; border: 1px solid rgba(109,40,217,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(109,40,217,.035), 0 0 0 110px rgba(249,115,22,.03); }
.compact-hero h1 { max-width: 780px; font-size: clamp(43px, 5vw, 62px); }
.compact-hero p { max-width: 600px; margin-top: 15px; color: var(--muted); font-size: 17px; }
.breadcrumbs, .detail-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; color: #8a8390; font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover, .detail-breadcrumbs a:hover { color: var(--brand-primary); }
.catalog-section { min-height: 600px; background: #fff; }
.catalog-toolbar { display: grid; grid-template-columns: 1fr auto 190px; gap: 12px; }
.catalog-search { height: 52px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.btn-filter { border-color: var(--line); background: white; }
.catalog-toolbar > select { padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); }
.catalog-summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.catalog-summary p { color: var(--muted); }
.catalog-summary strong { color: var(--ink); }
.active-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.active-filters span, .active-filters a, .result-pill { padding: 6px 10px; border-radius: 999px; background: #f5f1f8; color: #6d6375; font-size: 11px; font-weight: 700; }
.active-filters a { color: var(--brand-pink); }
.catalog-grid { padding-top: 35px; }
.filter-overlay { position: fixed; z-index: 200; inset: 0; visibility: hidden; opacity: 0; background: rgba(22,16,29,.48); backdrop-filter: blur(3px); transition: .25s; }
.filter-overlay.is-open { visibility: visible; opacity: 1; }
.filter-drawer {
  position: fixed; z-index: 201; top: 0; right: 0; bottom: 0; width: min(480px, 100%);
  overflow-y: auto; transform: translateX(102%); background: white; box-shadow: -25px 0 70px rgba(20,12,32,.18);
  transition: transform .3s ease;
}
.filter-drawer.is-open { transform: translateX(0); }
.filter-drawer form { min-height: 100%; padding: 32px; }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header span { color: var(--brand-pink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.drawer-header h2 { margin-top: 4px; font-size: 30px; }
.drawer-header button { width: 38px; height: 38px; border: 0; border-radius: 10px; background: #f3eef7; color: var(--ink); font-size: 24px; }
.filter-group { margin-top: 24px; }
.filter-group label, .label-text { display: flex; flex-direction: column; gap: 7px; color: #474352; font-size: 13px; font-weight: 700; }
.filter-group input, .filter-group select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.two-cols { display: grid !important; grid-template-columns: 1fr 1fr; gap: 12px; }
.filter-checks { display: grid; gap: 11px; margin: 25px 0; }
.filter-checks label { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.filter-checks input { width: 18px; height: 18px; accent-color: var(--brand-primary); }
.drawer-actions { position: sticky; bottom: -32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px -32px -32px; padding: 20px 32px; border-top: 1px solid var(--line); background: white; }

.promo-hero { position: relative; overflow: hidden; padding: 105px 0; color: white; background: linear-gradient(115deg, #2a203f 0%, #552267 46%, #a42a86 100%); }
.promo-hero::before { content: ""; position: absolute; width: 580px; height: 580px; right: -170px; top: -240px; border-radius: 50%; background: conic-gradient(#f97316, #f43f5e, #8b5cf6, #f97316); opacity: .5; filter: blur(10px); }
.promo-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 80px; }
.light-eyebrow { color: #ffbd78; }
.promo-hero h1 { font-size: clamp(52px, 6vw, 76px); }
.promo-hero p { max-width: 590px; margin-top: 20px; color: rgba(255,255,255,.7); font-size: 18px; }
.promo-clock-card { padding: 27px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.promo-clock-card > span { font-weight: 800; color: #ffd0a2; }
.promo-clock-card .countdown { margin: 18px 0; }
.promo-clock-card small { color: rgba(255,255,255,.55); }

.product-detail { padding: 40px 0 85px; background: linear-gradient(135deg, #fffdfb, #fbf7ff); }
.detail-breadcrumbs { margin: 0 0 28px; }
.detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: start; }
.detail-main-image { position: relative; height: 650px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-lg); background: var(--gradient-soft); }
.detail-main-image::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(109,40,217,.08); }
.detail-main-image img { position: relative; z-index: 1; width: 92%; height: 92%; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(54,32,79,.16)); }
.detail-sale { position: absolute; z-index: 2; top: 22px; left: 22px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-coral); font-weight: 800; }
.detail-guarantees { display: flex; justify-content: center; gap: 25px; padding: 15px; color: var(--muted); font-size: 11px; }
.detail-thumbnails { display: flex; gap: 9px; margin-top: 12px; overflow-x: auto; padding: 2px; }
.detail-thumbnails button { width: 68px; height: 78px; flex: 0 0 auto; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.detail-thumbnails button.is-active { border-color: var(--brand-primary); box-shadow: 0 0 0 2px rgba(109,40,217,.1); }
.detail-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.detail-content { padding-top: 18px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-tags span { padding: 5px 9px; border-radius: 999px; color: var(--brand-primary); background: #f1eafb; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.detail-tags .tag-highlight { color: #c74312; background: #fff0e3; }
.detail-content h1 { margin-top: 17px; font-size: clamp(40px, 5vw, 60px); }
.detail-lead { margin-top: 20px; color: var(--muted); font-size: 17px; }
.detail-rating { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.detail-rating span { color: #f59e0b; letter-spacing: 2px; }
.detail-rating small { color: #8e8997; }
.detail-price-card { margin-top: 28px; padding: 23px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.detail-promo-label { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 10px; color: var(--success); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.detail-price-card del { color: #9a96a1; font-size: 13px; }
.detail-price { display: flex; align-items: baseline; gap: 12px; }
.detail-price strong { font: 800 38px "Manrope"; }
.detail-price small { color: var(--muted); }
.detail-countdown-label { margin-top: 12px; color: #7a7480; font-size: 11px; }
.compact-countdown { margin: 8px 0 0; }
.compact-countdown > div { min-width: 54px; color: var(--ink); border-color: var(--line); background: #faf8fc; }
.compact-countdown span { color: #9993a1; }
.compact-countdown > b { color: #bbb5c1; }
.btn-buy { width: 100%; min-height: 59px; margin-top: 15px; font-size: 16px; }
.whatsapp-secondary { display: block; margin-top: 13px; color: #087e5d; text-align: center; font-size: 13px; font-weight: 700; }
.quick-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 28px; border: 1px solid var(--line); border-radius: 15px; background: var(--line); overflow: hidden; }
.quick-specs div { min-width: 0; display: flex; flex-direction: column; padding: 13px 10px; background: white; text-align: center; }
.quick-specs span { color: #9994a0; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.quick-specs strong { overflow: hidden; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; }
.detail-info-section { background: white; }
.detail-info-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: start; }
.detail-description h2 { font-size: clamp(36px, 4vw, 50px); }
.rich-text { margin-top: 22px; color: var(--muted); font-size: 17px; }
.audience-box { display: flex; gap: 17px; margin-top: 28px; padding: 22px; border-radius: var(--radius); background: #faf5ff; }
.audience-box > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--gradient); }
.audience-box h3 { margin-bottom: 6px; font-size: 17px; }
.audience-box p { color: var(--muted); font-size: 14px; }
.contents-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.contents-card > span { color: var(--brand-pink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contents-card h2 { margin-top: 5px; font-size: 28px; }
.contents-card ul { list-style: none; display: grid; gap: 12px; margin: 25px 0; padding: 0; }
.contents-card li { display: flex; gap: 10px; color: #565161; font-size: 14px; }
.contents-card li i { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: #def7ed; font-style: normal; font-size: 11px; }
.contents-footer { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.related-section { background: var(--soft); }

.contact-hero { padding: 100px 0; color: white; background: linear-gradient(118deg, #282039, #6c246e 55%, #ca2d7e); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: center; }
.contact-hero .breadcrumbs { color: rgba(255,255,255,.55); }
.contact-hero h1 { max-width: 730px; font-size: clamp(44px, 5.4vw, 65px); }
.contact-hero p { max-width: 660px; margin-top: 20px; color: rgba(255,255,255,.7); font-size: 17px; }
.contact-mini-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.contact-mini-card span { color: #ffc98e; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-mini-card strong { margin: 8px 0 18px; font: 700 22px "Manrope"; }
.contact-mini-card a { font-weight: 700; }
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-details h2 { margin-bottom: 28px; font-size: 40px; }
.contact-details > a { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; margin-top: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; transition: .2s; }
.contact-details > a:hover { transform: translateX(5px); border-color: rgba(109,40,217,.3); box-shadow: var(--shadow-sm); }
.contact-details > a > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--gradient); font-weight: 800; text-transform: uppercase; }
.contact-details > a div { display: flex; flex-direction: column; min-width: 0; }
.contact-details small { color: var(--muted); }
.contact-details strong { overflow-wrap: anywhere; }
.contact-details > a b { color: var(--brand-primary); }
.contact-location { margin-top: 25px; color: var(--muted); font-size: 13px; }
.contact-form, .installer-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow-sm); }
.form-heading { margin-bottom: 25px; }
.form-heading > span { color: var(--brand-pink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-heading h2 { margin-top: 5px; font-size: 31px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; color: #4e4956; font-size: 12px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; min-height: 49px; padding: 11px 13px;
  border: 1px solid #ddd8e2; border-radius: 11px; outline: 0; background: white; color: var(--ink);
  transition: border .2s, box-shadow .2s;
}
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 4px rgba(109,40,217,.08); }
.span-2 { grid-column: 1 / -1; }
.contact-form .btn { margin-top: 20px; }
.contact-form > small { display: block; margin-top: 15px; color: var(--muted); text-align: center; }
.contact-form > small a { color: var(--brand-primary); }
.honeypot { position: absolute !important; left: -10000px !important; }

.about-hero { position: relative; overflow: hidden; padding: 110px 0; background: var(--gradient-soft); }
.about-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.about-hero h1 { font-size: clamp(50px, 6vw, 75px); }
.about-hero p { max-width: 610px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.about-image-stack { position: relative; min-height: 520px; }
.about-image-main { width: 88%; height: 500px; overflow: hidden; margin-left: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-image-main img { width: 100%; height: 100%; object-fit: cover; }
.about-stamp { position: absolute; left: 0; bottom: -20px; width: 185px; height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border: 8px solid white; border-radius: 50%; color: white; background: var(--gradient); text-align: center; transform: rotate(-6deg); }
.about-stamp strong { font: 800 24px "Manrope"; letter-spacing: .08em; }
.about-stamp span { margin-top: 5px; font-size: 9px; line-height: 1.35; text-transform: uppercase; }
.story-section { background: white; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.story-grid p { margin-bottom: 18px; color: var(--muted); font-size: 18px; }
.values-section { background: var(--soft); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.values-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.values-grid span { color: var(--brand-pink); font: 800 12px "Manrope"; }
.values-grid h3 { margin: 60px 0 10px; font-size: 23px; }
.values-grid p { color: var(--muted); font-size: 14px; }
.legal-section { background: white; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin: 37px 0 10px; font-size: 25px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); font-size: 16px; }
.legal-content a { color: var(--brand-primary); text-decoration: underline; }
.legal-contact { margin-top: 45px; padding: 28px; border-radius: var(--radius); background: var(--gradient-soft); }
.legal-contact h2 { margin: 0 0 8px; }

.error-page { min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 20px; text-align: center; background: var(--gradient-soft); }
.error-orbit { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 24px; }
.error-orbit span { font: 800 110px/1 "Manrope"; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.error-orbit i { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gradient); font-style: normal; box-shadow: var(--shadow-md); }
.error-page h1 { max-width: 720px; font-size: clamp(38px, 5vw, 55px); }
.error-page > p { max-width: 600px; margin-top: 17px; color: var(--muted); }

.site-footer { margin-top: 100px; padding: 75px 0 25px; color: rgba(255,255,255,.68); background: #242033; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .9fr 1.1fr; gap: 55px; }
.footer-brand img { width: 165px; height: 70px; object-fit: contain; border-radius: 9px; background: white; }
.footer-brand p { max-width: 310px; margin-top: 16px; font-size: 14px; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-size: 14px; letter-spacing: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-grid a:hover { color: white; }
.social-links { display: flex; gap: 8px; margin-top: 18px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-news { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.footer-news p { font-size: 13px; }
.footer-news .btn { margin-top: 8px; min-height: 42px; padding: 10px 16px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.floating-whatsapp {
  position: fixed; z-index: 90; right: 20px; bottom: 20px;
  width: 55px; height: 55px; display: grid; place-items: center;
  border: 4px solid white; border-radius: 50%; background: #1ebf73; box-shadow: 0 10px 30px rgba(7,120,76,.28);
  transition: transform .2s;
}
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 27px; fill: white; }
.toast { position: fixed; z-index: 500; top: 130px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 12px; color: white; font-size: 14px; font-weight: 700; box-shadow: var(--shadow-md); transition: .3s; }
.toast-success { background: var(--success); }
.toast-error { background: var(--danger); }
.toast.is-hidden { visibility: hidden; opacity: 0; transform: translate(-50%, -15px); }

.installer-page { min-height: 100vh; padding: 60px 20px; background: var(--gradient-soft); }
.installer-shell { width: min(820px, 100%); margin: 0 auto; }
.installer-brand { display: flex; align-items: center; gap: 24px; margin-bottom: 25px; }
.installer-brand img { width: 170px; height: 80px; object-fit: contain; border-radius: 14px; background: white; box-shadow: var(--shadow-sm); }
.installer-brand span { color: var(--brand-pink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.installer-brand h1 { margin-top: 4px; font-size: 34px; }
.installer-form { background: white; }
.installer-form fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.installer-form legend { margin-bottom: 15px; font: 700 20px "Manrope"; }
.installer-form small { color: var(--muted); font-weight: 400; }
.installer-success { padding: 60px; border-radius: var(--radius); background: white; box-shadow: var(--shadow-md); text-align: center; }
.success-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: white; background: var(--success); font-size: 32px; }
.installer-success h2 { margin-top: 20px; font-size: 35px; }
.installer-success p { max-width: 560px; margin: 13px auto; color: var(--muted); }
.installer-success .hero-actions { justify-content: center; }
.alert { margin-bottom: 16px; padding: 13px 16px; border-radius: 12px; font-weight: 700; }
.alert-error { color: #a41331; background: #ffe6ec; }

@media (max-width: 1080px) {
  .navbar { gap: 15px; }
  .nav-panel { gap: 8px; }
  .nav-links a { padding: 8px; font-size: 13px; }
  .header-search { display: none; }
  .hero-grid { gap: 25px; }
  .note-one { left: -20px; }
  .note-two { right: -15px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .product-image { height: 315px; }
  .promo-hero-grid { grid-template-columns: 1fr 410px; gap: 40px; }
  .detail-grid { gap: 40px; }
  .detail-main-image { height: 570px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-news { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .announcement-inner { justify-content: center; }
  .announcement-inner > span { display: none; }
  .navbar { min-height: 70px; }
  .brand { width: 130px; }
  .brand img { height: 56px; }
  .menu-toggle { display: block; }
  .nav-panel {
    position: fixed; inset: 104px 16px auto;
    display: block; visibility: hidden; opacity: 0; transform: translateY(-12px);
    padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-md);
    transition: .22s;
  }
  .nav-panel.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-links { display: grid; gap: 3px; }
  .nav-links a { padding: 12px; font-size: 15px; }
  .header-search { width: 100%; display: flex; margin: 10px 0; }
  .nav-whatsapp { width: 100%; justify-content: center; min-height: 48px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { height: 540px; }
  .hero-visual > img { max-height: 520px; }
  .note-one { left: 8%; }
  .note-two { right: 8%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-image { height: 360px; }
  .sale-banner { grid-template-columns: 1fr; padding: 45px; }
  .sale-products-mini { display: none; }
  .benefits-grid { grid-template-columns: 1fr; gap: 40px; }
  .benefits-intro { position: static; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 45px; }
  .promo-hero-grid { grid-template-columns: 1fr; }
  .promo-clock-card { max-width: 520px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-gallery { max-width: 650px; width: 100%; margin: 0 auto; }
  .detail-info-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-mini-card { max-width: 400px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-image-stack { max-width: 600px; width: 100%; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  .hero-grid { padding-top: 60px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { justify-content: flex-start; text-align: left; }
  .hero-visual { height: 455px; margin-inline: -15px; }
  .hero-rings { width: 360px; height: 360px; }
  .floating-note { padding: 9px; }
  .note-one { left: 2px; top: 100px; }
  .note-two { right: 2px; bottom: 60px; }
  .trust-strip { gap: 11px; padding: 15px 0; text-align: center; }
  .trust-strip > span { width: 100%; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .category-card { min-height: 145px; padding: 16px; }
  .category-card > b { right: 14px; bottom: 17px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 390px; }
  .sale-banner { min-height: auto; padding: 34px 24px; }
  .sale-copy h2 { font-size: 39px; }
  .countdown { gap: 4px; }
  .countdown > div { min-width: 55px; padding: 7px 5px; }
  .countdown strong { font-size: 20px; }
  .benefits-list article { grid-template-columns: 52px 1fr; padding: 18px; }
  .benefits-list article > span { width: 48px; height: 48px; }
  .cta-card { padding: 35px 24px; }
  .cta-card .btn { width: 100%; }
  .page-hero { padding: 70px 0 60px; }
  .compact-hero h1 { font-size: 42px; }
  .catalog-toolbar { grid-template-columns: 1fr auto; }
  .catalog-toolbar > select { grid-column: 1 / -1; height: 48px; }
  .catalog-summary { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .active-filters { justify-content: flex-start; }
  .filter-drawer form { padding: 22px; }
  .drawer-actions { bottom: -22px; margin: 25px -22px -22px; padding: 17px 22px; }
  .two-cols { grid-template-columns: 1fr; }
  .promo-hero { padding: 75px 0; }
  .promo-hero h1 { font-size: 49px; }
  .promo-clock-card { padding: 18px; }
  .detail-main-image { height: 470px; border-radius: 24px; }
  .detail-content h1 { font-size: 41px; }
  .detail-promo-label { flex-direction: column; gap: 3px; }
  .quick-specs { grid-template-columns: 1fr 1fr; }
  .detail-info-section { padding-top: 40px; }
  .contents-card { padding: 24px; }
  .contact-hero { padding: 70px 0; }
  .contact-hero h1 { font-size: 43px; }
  .contact-form { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .about-hero { padding: 75px 0; }
  .about-hero h1 { font-size: 46px; }
  .about-image-stack { min-height: 410px; }
  .about-image-main { height: 390px; }
  .about-stamp { width: 135px; height: 135px; left: -5px; border-width: 5px; }
  .about-stamp strong { font-size: 18px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 210px; }
  .values-grid h3 { margin-top: 42px; }
  .error-orbit span { font-size: 76px; }
  .error-orbit i { width: 56px; height: 56px; }
  .site-footer { margin-top: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-news { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .installer-page { padding: 30px 14px; }
  .installer-brand { align-items: flex-start; flex-direction: column; }
  .installer-form { padding: 24px; }
  .installer-success { padding: 35px 24px; }
}
