:root {
  --ink: #17131f;
  --muted: #6f6977;
  --paper: #fffdfa;
  --surface: #f5f2ee;
  --purple: #5a38b6;
  --purple-dark: #321c73;
  --violet: #7a54d6;
  --lime: #c9f55b;
  --line: #e7e1dc;
  --success: #14855d;
  --shadow: 0 20px 60px rgba(32, 21, 48, .12);
  --radius: 24px;
  --font-title: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.5; }
body, button, input, textarea, select { font-family: var(--font-body); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 32px)); max-width: 100%; margin-inline: auto; }
.sr-only { position: absolute; 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; left: 16px; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { width: 100%; max-width: 100%; height: 76px; position: relative; z-index: 50; background: rgba(255,253,250,.96); border-bottom: 1px solid rgba(23,19,31,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; line-height: 1; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--purple); transform: rotate(-4deg); }
.brand-mark svg { width: 27px; fill: var(--lime); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 800 19px/1 var(--font-title); letter-spacing: -.7px; }
.brand small { font-size: 10px; letter-spacing: 2.3px; color: var(--purple); margin-top: 4px; }
.menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--surface); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--ink); }
.main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 68px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.main-nav.is-open { display: flex; flex-direction: column; }
.main-nav a { padding: 11px 13px; font-weight: 600; border-radius: 10px; }
.main-nav a:hover { background: var(--surface); color: var(--purple); }
.main-nav .nav-contact { background: var(--ink); color: #fff; text-align: center; margin-top: 5px; }

.hero { width: 100%; max-width: 100%; background: var(--purple-dark); color: #fff; overflow: hidden; }
.hero-slider { width: 100%; max-width: 100%; position: relative; min-height: 590px; overflow: hidden; }
.hero-slide { display: none; width: 100%; max-width: 100%; position: relative; min-height: 590px; overflow: hidden; }
.hero-slide.is-active { display: block; animation: fade .5s ease; }
@keyframes fade { from { opacity: .4; } to { opacity: 1; } }
.hero-content { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; padding-top: 52px; padding-bottom: 95px; position: relative; z-index: 2; }
.hero-content > *, .hero-copy, .hero-visual { min-width: 0; max-width: 100%; }
.hero-copy { width: 100%; max-width: 590px; overflow: hidden; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); text-transform: uppercase; letter-spacing: 2.4px; font-size: 12px; font-weight: 700; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.hero h1, .hero-empty h1 { width: 100%; margin: 17px 0; max-width: 650px; overflow-wrap: anywhere; font: 800 clamp(42px, 11vw, 76px)/.99 var(--font-title); letter-spacing: -3px; }
.hero-copy > p, .hero-empty p { width: 100%; color: rgba(255,255,255,.76); font-size: 18px; max-width: 520px; overflow-wrap: break-word; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 29px; }
.hero-actions strong { font: 700 23px var(--font-title); }
.button { min-height: 49px; display: inline-flex; justify-content: center; align-items: center; padding: 12px 23px; border: 0; border-radius: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: #252119; box-shadow: 0 10px 28px rgba(201,245,91,.2); }
.hero-visual { position: relative; height: 290px; display: grid; place-items: center; margin-top: 15px; }
.hero-image-wrap { width: min(76vw, 330px); height: min(76vw, 330px); display: grid; place-items: center; position: relative; }
.hero-image-wrap::before { content: ""; position: absolute; inset: 7%; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); border-radius: 48% 52% 42% 58% / 58% 37% 63% 42%; transform: rotate(12deg); }
.hero-image-wrap img { width: 90%; height: 90%; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(0,0,0,.28)); position: relative; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .5; }
.hero-orb-one { width: 240px; height: 240px; right: -100px; top: -60px; background: #9f76ff; }
.hero-orb-two { width: 170px; height: 170px; left: -100px; bottom: -60px; background: #5d9aff; }
.slider-controls { width: calc(100% - 32px); max-width: 1180px; position: absolute; z-index: 5; left: 50%; bottom: 23px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; }
.slider-controls > button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); color: #fff; border-radius: 50%; cursor: pointer; }
.slider-dots { display: flex; gap: 8px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; background: rgba(255,255,255,.4); border-radius: 10px; cursor: pointer; }
.slider-dots button.is-active { width: 28px; background: var(--lime); }
.hero-empty { min-height: 510px; display: grid; align-items: center; position: relative; background: radial-gradient(circle at 80% 30%, #7450cb, transparent 35%), var(--purple-dark); }
.hero-empty .container { padding-block: 65px; }
.hero-empty em { color: var(--lime); font-style: normal; }

.benefits { border-bottom: 1px solid var(--line); background: #fff; }
.benefits-grid { display: grid; }
.benefits-grid > div { min-height: 94px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.benefits-grid > div:last-child { border-bottom: 0; }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eee9fb; color: var(--purple); font-size: 19px; }
.benefits p { margin: 0; display: flex; flex-direction: column; }
.benefits strong { font-size: 14px; }
.benefits small { color: var(--muted); }

.catalog-section { padding: 74px 0 95px; background: var(--paper); }
.section-heading { display: grid; gap: 15px; margin-bottom: 35px; }
.section-heading h2, .cta-band h2 { margin: 7px 0 0; font: 800 clamp(34px, 7vw, 52px)/1.05 var(--font-title); letter-spacing: -2px; }
.section-heading > p { margin: 0; color: var(--muted); max-width: 430px; }
.eyebrow-dark { color: var(--purple); }
.filters { width: 100%; min-width: 0; max-width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; box-shadow: 0 10px 35px rgba(37,25,51,.05); }
.filter-group, .price-filters, .price-filters > *, .price-filters label { min-width: 0; max-width: 100%; }
.filter-group { overflow: hidden; }
.filter-label, .price-filters label span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.category-chips { width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; gap: 8px; overflow: hidden; padding-bottom: 5px; }
.category-chips label { min-width: 0; flex: 0 1 auto; }
.category-chips input { position: absolute; opacity: 0; }
.category-chips span { display: block; padding: 9px 15px; border: 1px solid var(--line); border-radius: 30px; cursor: pointer; font-weight: 600; font-size: 14px; }
.category-chips input:checked + span { background: var(--purple); border-color: var(--purple); color: #fff; }
.category-chips input:focus-visible + span { outline: 3px solid var(--lime); outline-offset: 2px; }
.price-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 19px; padding-top: 19px; border-top: 1px solid var(--line); }
.price-filters input { width: 100%; min-width: 0; max-width: 100%; height: 45px; border: 1px solid var(--line); background: var(--surface); border-radius: 11px; padding: 0 12px; color: var(--ink); }
.button-filter { grid-column: 1 / -1; background: var(--ink); color: #fff; }
.clear-filters { grid-column: 1 / -1; background: none; border: 0; color: var(--muted); text-decoration: underline; cursor: pointer; }
.catalog-meta { min-height: 65px; display: flex; align-items: center; gap: 13px; }
.catalog-meta p { color: var(--muted); font-weight: 600; }
.loading-dots { display: flex; gap: 3px; }
.loading-dots span { width: 5px; height: 5px; background: var(--purple); border-radius: 50%; animation: pulse 1s infinite alternate; }
.loading-dots span:nth-child(2) { animation-delay: .2s; }.loading-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes pulse { to { opacity: .2; transform: translateY(-3px); } }
.product-grid { width: 100%; min-width: 0; display: grid; gap: 20px; }
.product-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { height: 245px; display: grid; place-items: center; position: relative; background: #f3f0ed; overflow: hidden; }
.product-image::after { content: ""; position: absolute; width: 145px; height: 145px; border-radius: 50%; background: #e9e2f6; z-index: 0; }
.product-image img { width: 84%; height: 84%; object-fit: contain; position: relative; z-index: 1; transition: transform .3s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.image-placeholder { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 30px; background: var(--purple); color: var(--lime); font: 800 26px var(--font-title); position: relative; z-index: 1; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--lime); color: var(--ink); border-radius: 8px; padding: 6px 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.product-card-body { padding: 19px; }
.product-category { color: var(--purple); text-transform: uppercase; letter-spacing: 1.4px; font-size: 10px; font-weight: 800; }
.product-card h3 { min-height: 48px; margin: 7px 0 18px; font: 700 17px/1.35 var(--font-title); }
.product-card h3 a:hover { color: var(--purple); }
.product-card-bottom { display: flex; align-items: end; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.product-card-bottom > div { display: flex; flex-direction: column; }
.product-card-bottom strong { font: 800 19px var(--font-title); }
.product-card-bottom small { margin-top: 2px; font-size: 11px; font-weight: 600; }
.stock-yes { color: var(--success); }.stock-no { color: #a34c4c; }
.card-arrow { width: 41px; height: 41px; display: grid; place-items: center; background: var(--purple); color: #fff; border-radius: 50%; font-size: 20px; transition: background .2s; }
.card-arrow:hover { background: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 65px 25px; text-align: center; border: 1px dashed #cec5bd; border-radius: 20px; color: var(--muted); }
.empty-state > span { font-size: 35px; color: var(--purple); }
.empty-state h3 { color: var(--ink); margin-bottom: 5px; }

.cta-band { padding: 55px 0; background: var(--lime); }
.cta-band .container { display: flex; flex-direction: column; gap: 27px; }
.cta-band .eyebrow { color: var(--purple-dark); }
.button-light { background: #fff; color: var(--ink); align-self: flex-start; }
.site-footer { padding: 58px 0 20px; background: #18131f; color: #fff; }
.footer-grid { display: grid; gap: 40px; }
.brand-light .brand-mark { background: var(--lime); }
.brand-light .brand-mark svg { fill: var(--purple-dark); }
.brand-light small { color: var(--lime); }
.footer-grid p, .footer-grid span { color: #a9a4ae; }
.payment-block { display: flex; flex-direction: column; }
.payment-block > strong { margin: 4px 0 14px; font: 700 18px var(--font-title); }
.payment-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.payment-pills span { padding: 6px 9px; border: 1px solid #3b3541; border-radius: 7px; font-size: 10px; color: #d7d3db; }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact a { margin-top: 5px; color: var(--lime); font-weight: 700; }
.footer-bottom { margin-top: 45px; padding-top: 17px; border-top: 1px solid #302a36; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; color: #807a86; font-size: 12px; }
.whatsapp-float { width: 56px; min-width: 56px; max-width: 56px; height: 56px; min-height: 56px; max-height: 56px; position: fixed; z-index: 40; inset-inline-end: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); margin: 0; padding: 0; overflow: hidden; contain: layout paint; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 8px 27px rgba(21,73,43,.32); }
.whatsapp-float svg { width: 29px; height: 29px; max-width: 29px; display: block; fill: #fff; }

.breadcrumbs { padding: 28px 0; display: flex; gap: 9px; align-items: center; overflow: hidden; white-space: nowrap; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--purple); }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-detail-page { padding-bottom: 90px; background: var(--paper); }
.product-detail { display: grid; gap: 35px; }
.gallery-main { aspect-ratio: 1 / 1; position: relative; display: grid; place-items: center; overflow: hidden; background: #f1eeeb; border-radius: 22px; }
.gallery-main::before { content: ""; position: absolute; width: 70%; height: 70%; border-radius: 50%; background: #e4dcef; }
.gallery-main > img { width: 88%; height: 88%; object-fit: contain; position: relative; z-index: 1; }
.gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; margin-top: 12px; padding: 3px; }
.gallery-thumbs button { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; padding: 4px; border: 2px solid transparent; background: #f1eeeb; border-radius: 12px; cursor: pointer; }
.gallery-thumbs button.is-active { border-color: var(--purple); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-info h1 { margin: 12px 0 9px; font: 800 clamp(34px, 7vw, 53px)/1.07 var(--font-title); letter-spacing: -2px; }
.detail-price { margin: 0 0 13px; color: var(--purple); font: 800 29px var(--font-title); }
.stock-status { display: inline-flex; align-items: center; gap: 7px; margin: 0; padding: 7px 11px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.stock-status span { width: 7px; height: 7px; border-radius: 50%; }
.is-available { color: #0c7852; background: #e7f7f0; }.is-available span { background: #0c9a68; }
.is-unavailable { color: #935055; background: #f8e9e9; }.is-unavailable span { background: #ba5861; }
.featured-note { margin: 24px 0; padding: 15px; background: #f1ebff; border-left: 3px solid var(--purple); border-radius: 0 12px 12px 0; color: var(--purple-dark); font-weight: 600; }
.product-description { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.product-description h2 { font: 700 18px var(--font-title); }
.product-description p { color: #56505d; line-height: 1.75; }
.button-whatsapp { width: 100%; margin-top: 22px; background: #25d366; color: #102b1b; }
.contact-hint { color: var(--muted); text-align: center; font-size: 12px; }
.not-found { min-height: 60vh; display: grid; place-content: center; text-align: center; }
.not-found > span { color: var(--purple); font: 800 80px var(--font-title); }

@media (min-width: 620px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .price-filters { grid-template-columns: 1fr 1fr auto auto; align-items: end; }
  .button-filter, .clear-filters { grid-column: auto; }
  .button-filter { height: 45px; }
  .clear-filters { height: 45px; }
}

@media (max-width: 400px) {
  .container { width: calc(100% - 24px); }
  .site-header { height: 70px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 17px; }
  .main-nav { left: 12px; right: 12px; }
  .hero-slider, .hero-slide, .hero-content { min-height: 560px; }
  .hero-content { padding-top: 40px; padding-bottom: 82px; }
  .hero h1, .hero-empty h1 { font-size: clamp(37px, 12vw, 48px); letter-spacing: -2px; overflow-wrap: anywhere; }
  .hero-copy > p, .hero-empty p { font-size: 16px; }
  .hero-visual { height: 245px; }
  .hero-image-wrap { width: min(68vw, 265px); height: min(68vw, 265px); }
  .slider-controls { width: calc(100% - 24px); }
  .catalog-section { padding-top: 60px; }
  .filters { padding: 16px; }
  .price-filters { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
  .product-image { height: 225px; }
}

@media (min-width: 850px) {
  .site-header { height: 86px; }
  .menu-toggle { display: none; }
  .main-nav { display: flex; align-items: center; position: static; padding: 0; border: 0; box-shadow: none; background: transparent; gap: 2px; }
  .main-nav a { font-size: 13px; }
  .main-nav .nav-contact { margin: 0 0 0 8px; padding-inline: 18px; }
  .hero-slider, .hero-slide, .hero-content { min-height: 605px; }
  .hero-content { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); padding-block: 70px 90px; }
  .hero h1 { font-size: clamp(62px, 6.2vw, 82px); }
  .hero-visual { height: auto; margin: 0; }
  .hero-image-wrap { width: min(38vw, 450px); height: min(38vw, 450px); }
  .slider-controls { justify-content: flex-start; gap: 22px; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid > div { border-bottom: 0; border-right: 1px solid var(--line); justify-content: center; }
  .benefits-grid > div:last-child { border-right: 0; }
  .section-heading { grid-template-columns: 1fr auto; align-items: end; }
  .filters { padding: 22px 25px; }
  .catalog-section { padding-block: 100px 120px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-band .container { flex-direction: row; align-items: center; justify-content: space-between; }
  .button-light { align-self: center; }
  .footer-grid { grid-template-columns: 1fr 1.4fr .8fr; align-items: start; }
  .product-detail { grid-template-columns: 1.07fr .93fr; align-items: start; gap: 70px; }
  .product-info { padding-top: 22px; }
}

@media (min-width: 1100px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .product-image { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
