:root {
  --bg: #f8f8fc;
  --surface: #ffffff;
  --surface-2: #f0edf8;
  --text: #140d20;
  --muted: #6f6979;
  --line: rgba(37, 18, 67, .11);
  --purple-950: #17052d;
  --purple-900: #260748;
  --purple-800: #38106f;
  --purple-700: #5621a8;
  --violet: #7c3cff;
  --violet-2: #a86cff;
  --magenta: #df176f;
  --red: #f04444;
  --green: #13a870;
  --orange: #ff8a36;
  --shadow: 0 26px 70px rgba(38, 7, 72, .13);
  --shadow-soft: 0 12px 38px rgba(38, 7, 72, .08);
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 36px;
  --shell: min(1240px, calc(100% - 40px));
}

html[data-theme="dark"] {
  --bg: #0d0814;
  --surface: #17101f;
  --surface-2: #21152d;
  --text: #f7f3ff;
  --muted: #aaa0b7;
  --line: rgba(255, 255, 255, .1);
  --shadow: 0 26px 70px rgba(0, 0, 0, .35);
  --shadow-soft: 0 12px 38px rgba(0, 0, 0, .26);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans Georgian", "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--surface-2); }
.eyebrow { margin: 0 0 12px; color: var(--violet); font: 800 11px/1.4 "Inter", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.top-strip { background: linear-gradient(90deg, var(--purple-950), var(--purple-700)); color: #fff; font-size: 12px; }
.top-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 89%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; font: 900 26px/1 "Inter", sans-serif; letter-spacing: -.06em; }
.brand-mark { color: var(--magenta); }
.brand-word { color: var(--purple-800); }
html[data-theme="dark"] .brand-word { color: #b99aff; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; color: var(--muted); font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--text); }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -28px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--magenta), var(--violet)); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; transition: .2s ease; }
.icon-button:hover { transform: translateY(-2px); border-color: var(--violet); }
.cart-button { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 9px 0 18px; border: 0; border-radius: 999px; background: var(--purple-900); color: #fff; font-weight: 800; cursor: pointer; }
.cart-button strong { min-width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); font: 800 12px "Inter", sans-serif; }
.mobile-menu-button { display: none; border: 0; background: transparent; font-size: 24px; }
.mobile-nav { display: none; }

.button { min-height: 44px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button--primary { background: linear-gradient(135deg, var(--magenta), var(--violet)); color: #fff; box-shadow: 0 13px 30px rgba(124, 60, 255, .26); }
.button--primary:hover { box-shadow: 0 17px 38px rgba(124, 60, 255, .36); }
.button--dark { background: var(--purple-950); color: #fff; }
.button--ghost { border-color: var(--line); background: var(--surface); color: var(--text); }
.button--glass { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(10px); }
.button--block { width: 100%; }
.button--large { min-height: 54px; padding-inline: 28px; border-radius: 15px; }
.text-link { font-weight: 800; color: var(--violet); }

.hero-section { position: relative; min-height: 700px; overflow: hidden; background: radial-gradient(circle at 70% 35%, rgba(129, 66, 255, .36), transparent 25%), linear-gradient(120deg, #17052d 0%, #2b0754 48%, #4d1a92 100%); color: #fff; }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 25%, #000 80%, transparent); }
.hero-noise { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 85%, rgba(223, 23, 111, .24), transparent 23%); }
.hero-grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.hero-copy { padding: 78px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #d9cdf0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker span { width: 30px; height: 2px; background: var(--magenta); }
.hero-copy h1, .catalog-hero h1, .account-copy h1 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .96; letter-spacing: -.06em; font-weight: 900; }
.hero-copy h1 em, .catalog-hero h1 em, .account-copy h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.78); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 28px 0 32px; color: #cfc5dc; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 42px; display: flex; align-items: center; gap: 15px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 36px; height: 36px; margin-left: -8px; display: grid; place-items: center; border: 2px solid #2b0754; border-radius: 50%; background: linear-gradient(135deg, #faf7ff, #bfa7ea); color: var(--purple-900); font-size: 11px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:last-child { background: var(--violet); color: #fff; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 13px; }
.hero-proof small { margin-top: 3px; color: #9f92ae; font-size: 11px; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 520px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(189, 148, 255, .35), rgba(115, 42, 208, .05) 54%, transparent 68%); filter: blur(2px); }
.hero-product-card { position: relative; z-index: 4; width: min(520px, 90%); padding: 12px; border: 1px solid rgba(255,255,255,.19); border-radius: 28px; background: rgba(255,255,255,.09); box-shadow: 0 45px 90px rgba(10, 0, 24, .4); backdrop-filter: blur(16px); transform: perspective(1200px) rotateY(-6deg) rotateX(2deg); }
.hero-product-card__top, .hero-product-card__bottom { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; font: 700 10px "Inter", sans-serif; letter-spacing: .12em; }
.live-dot { display: flex; align-items: center; gap: 7px; color: #95ffd3; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #31eaa0; box-shadow: 0 0 0 5px rgba(49,234,160,.12); }
.hero-product-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border-radius: 19px; background: #fff; }
.hero-product-card__bottom small, .hero-product-card__bottom strong { display: block; }
.hero-product-card__bottom small { color: #b5a7c9; letter-spacing: .04em; }
.hero-product-card__bottom strong { margin-top: 6px; font-size: 15px; letter-spacing: -.02em; }
.hero-price { text-align: right; }
.hero-price del { display: block; color: #9f91ad; font-size: 11px; }
.hero-price strong { color: #fff; font-size: 23px; }
.floating-stat { position: absolute; z-index: 6; min-width: 150px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(20, 7, 42, .77); box-shadow: 0 15px 40px rgba(0,0,0,.25); backdrop-filter: blur(14px); animation: float 5s ease-in-out infinite; }
.floating-stat > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(124,60,255,.25); color: #c4a8ff; }
.floating-stat strong, .floating-stat small { display: block; }
.floating-stat strong { font: 800 13px "Inter", sans-serif; }
.floating-stat small { margin-top: 2px; color: #a99bb8; font-size: 9px; }
.floating-stat--camera { left: 0; top: 26%; }
.floating-stat--flight { right: -20px; top: 34%; animation-delay: -2s; }
.floating-stat--range { left: 6%; bottom: 15%; animation-delay: -3.5s; }
.circuit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.circuit--one { width: 570px; height: 570px; }
.circuit--two { width: 430px; height: 430px; border-style: dashed; animation: spin 28s linear infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.trust-bar { position: relative; z-index: 3; margin-top: -1px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-bar__grid > div { min-height: 112px; padding: 25px 28px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 15px; border-right: 1px solid var(--line); }
.trust-bar__grid > div:last-child { border-right: 0; }
.trust-bar__grid span { grid-row: span 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--surface-2); color: var(--violet); font: 900 11px "Inter", sans-serif; }
.trust-bar__grid strong { font-size: 13px; }
.trust-bar__grid small { color: var(--muted); font-size: 11px; }

.section-heading { margin-bottom: 38px; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 57px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading--split > p { max-width: 420px; color: var(--muted); line-height: 1.75; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 330px; padding: 30px; display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card--large { grid-column: span 2; background: linear-gradient(135deg, #1b0734, #451187); color: #fff; }
.category-card--violet { background: linear-gradient(145deg, #721dd7, #cf1f7d); color: #fff; }
.category-card > div { position: relative; z-index: 2; width: 56%; align-self: flex-end; }
.category-card span { font: 800 10px "Inter", sans-serif; letter-spacing: .12em; color: var(--violet); }
.category-card--large span, .category-card--violet span { color: #d9c5ff; }
.category-card h3 { margin: 8px 0 12px; font-size: 31px; line-height: 1.05; letter-spacing: -.045em; }
.category-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.category-card--large p, .category-card--violet p { color: rgba(255,255,255,.72); }
.category-card b { display: block; margin-top: 18px; font-size: 12px; }
.category-card img { position: absolute; right: -10%; bottom: -8%; width: 65%; height: 92%; object-fit: cover; object-position: center; border-radius: 25px 0 0 0; transform: rotate(-2deg); filter: saturate(.96); }
.category-card--large img { width: 58%; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, rgba(255,255,255,.06)); pointer-events: none; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.products-grid--catalog { grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card__media { position: relative; display: block; padding: 13px; background: linear-gradient(145deg, #f8f6fc, #eee8f7); }
html[data-theme="dark"] .product-card__media { background: linear-gradient(145deg, #261733, #170f20); }
.product-card__media img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: 17px; background: #fff; }
.product-badges { position: absolute; z-index: 3; top: 23px; left: 23px; right: 23px; display: flex; align-items: flex-start; gap: 6px; flex-wrap: wrap; }
.badge { padding: 7px 9px; border-radius: 8px; font: 900 9px/1 "Inter", sans-serif; letter-spacing: .06em; box-shadow: 0 7px 18px rgba(0,0,0,.12); }
.badge--sale { background: var(--magenta); color: #fff; }
.badge--dark { background: #171020; color: #fff; }
.badge--violet { margin-left: auto; background: var(--violet); color: #fff; }
.stock-pill { position: absolute; right: 24px; bottom: 24px; padding: 6px 9px; border-radius: 8px; background: rgba(23, 5, 45, .88); color: #fff; font-size: 9px; font-weight: 800; backdrop-filter: blur(9px); }
.product-card__body { padding: 22px; }
.product-card__body h3 { margin: 0; font-size: 21px; line-height: 1.18; letter-spacing: -.03em; }
.product-subtitle { min-height: 42px; margin: 8px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.rating-line { display: flex; align-items: center; gap: 8px; }
.rating-line span { color: #ffae00; font-size: 12px; letter-spacing: 1px; }
.rating-line b { font: 800 11px "Inter", sans-serif; }
.rating-line small, .rating-line a { color: var(--muted); font-size: 9px; }
.mini-specs { min-height: 82px; margin: 17px 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.mini-specs li { position: relative; margin: 7px 0; padding-left: 16px; color: var(--muted); font-size: 10px; }
.mini-specs li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 3px rgba(124,60,255,.12); }
.price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.price-row strong { font: 900 26px "Inter", sans-serif; letter-spacing: -.04em; }
.price-row del { margin-left: 8px; color: var(--muted); font-size: 12px; }
.price-row > span { color: var(--green); font-size: 9px; font-weight: 800; }
.card-actions { margin-top: 17px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }

.tech-story { display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--purple-950); color: #fff; box-shadow: var(--shadow); }
.tech-story__media { position: relative; min-height: 620px; overflow: hidden; background: radial-gradient(circle at center, rgba(124,60,255,.35), transparent 40%), linear-gradient(145deg,#240745,#10031e); }
.tech-story__media::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 40px 40px; }
.tech-story__media img { position: absolute; inset: 8% 4% 4%; width: 92%; height: 88%; object-fit: cover; object-position: center; border-radius: 24px; mix-blend-mode: screen; filter: contrast(1.05) saturate(.9); }
.scan-line { position: absolute; left: 4%; right: 4%; top: 40%; height: 1px; background: #d39fff; box-shadow: 0 0 20px #aa68ff; animation: scan 4s ease-in-out infinite; }
@keyframes scan { 0%,100% { top: 18%; opacity: .3; } 50% { top: 82%; opacity: 1; } }
.media-label { position: absolute; left: 27px; bottom: 23px; font: 700 9px "Inter", sans-serif; color: #ad9dbe; letter-spacing: .13em; }
.tech-story__copy { padding: 70px 65px; }
.tech-story__copy h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.tech-story__copy > p:not(.eyebrow) { color: #bfb3cb; line-height: 1.8; }
.feature-list { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.1); }
.feature-list > div { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.feature-list > div > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #bc9aff; font: 800 10px "Inter", sans-serif; }
.feature-list strong { font-size: 14px; }
.feature-list p { margin: 6px 0 0; color: #9486a4; font-size: 11px; line-height: 1.7; }

.video-showcase { background: linear-gradient(180deg, var(--surface-2), var(--bg)); }
.video-showcase__grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.video-placeholder { position: relative; min-height: 580px; overflow: hidden; border-radius: var(--radius-lg); background: #120620; }
.video-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,3,25,.9), transparent 55%); }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.63) saturate(.8); }
.play-button { position: absolute; z-index: 3; left: 50%; top: 50%; width: 78px; height: 78px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(255,255,255,.13); color: #fff; font-size: 24px; backdrop-filter: blur(10px); cursor: pointer; }
.video-caption { position: absolute; z-index: 3; left: 38px; right: 38px; bottom: 34px; color: #fff; }
.video-caption span { display: block; margin-bottom: 9px; color: #c6a8ff; font: 800 9px "Inter", sans-serif; letter-spacing: .14em; }
.video-caption strong { max-width: 560px; display: block; font-size: 25px; line-height: 1.25; }
.review-panel { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.review-score { display: flex; align-items: center; gap: 20px; margin: 25px 0; }
.review-score > strong { font: 900 70px/1 "Inter", sans-serif; letter-spacing: -.08em; }
.review-score span, .review-score small { display: block; }
.review-score span { color: #ffad00; letter-spacing: 3px; }
.review-score small { margin-top: 6px; color: var(--muted); font-size: 9px; }
.review-panel blockquote { margin: 38px 0; font-size: 20px; line-height: 1.55; letter-spacing: -.025em; }
.review-author { display: flex; align-items: center; gap: 13px; }
.review-author > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--violet),var(--magenta)); color: #fff; font-weight: 900; }
.review-author strong, .review-author small { display: block; }
.review-author small { color: var(--green); font-size: 9px; }
.buyer-media-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.buyer-media-grid div { min-height: 84px; padding: 12px; display: grid; place-items: end start; border-radius: 12px; background: linear-gradient(145deg,var(--surface-2),rgba(124,60,255,.12)); color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }

.delivery-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg,#fff,#eee8f7); box-shadow: var(--shadow-soft); }
html[data-theme="dark"] .delivery-panel { background: linear-gradient(135deg,#21152d,#140c1d); }
.delivery-panel__copy { padding: 70px; }
.delivery-panel__copy h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.06; letter-spacing: -.055em; }
.delivery-panel__copy > p { color: var(--muted); line-height: 1.8; }
.delivery-steps { margin: 34px 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.delivery-steps span { font-size: 9px; font-weight: 800; }
.delivery-steps i { width: 25px; height: 1px; background: linear-gradient(90deg,var(--magenta),var(--violet)); }
.delivery-map { position: relative; min-height: 550px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle, rgba(169,107,255,.3), transparent 43%), linear-gradient(145deg,#2f0b5a,#17052d); color: #fff; }
.delivery-map::before { content: ""; position: absolute; inset: 0; opacity: .33; background-image: radial-gradient(rgba(255,255,255,.3) 1px, transparent 1px); background-size: 18px 18px; }
.delivery-map > strong { position: relative; z-index: 2; font: 900 clamp(60px,8vw,110px) "Inter", sans-serif; letter-spacing: -.09em; color: rgba(255,255,255,.08); }
.map-orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.map-orbit--one { width: 420px; height: 260px; transform: rotate(-18deg); }
.map-orbit--two { width: 310px; height: 410px; transform: rotate(33deg); }
.map-pin { position: absolute; z-index: 3; padding: 7px 10px; border-radius: 8px; background: #fff; color: var(--purple-900); font-size: 9px; font-weight: 900; box-shadow: 0 9px 25px rgba(0,0,0,.25); }
.map-pin::before { content: ""; position: absolute; left: 50%; bottom: -6px; width: 8px; height: 8px; transform: translateX(-50%) rotate(45deg); background: #fff; }
.map-pin--tbilisi { top: 32%; right: 29%; }
.map-pin--batumi { bottom: 30%; left: 20%; }
.map-pin--kutaisi { bottom: 43%; left: 37%; }
.delivery-badge { position: absolute; z-index: 3; right: 28px; bottom: 28px; width: 125px; height: 125px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); text-align: center; font: 900 23px "Inter", sans-serif; backdrop-filter: blur(10px); }
.delivery-badge small { margin-top: 5px; color: #c6b4d5; font: 600 8px "Noto Sans Georgian", sans-serif; }

.section--faq { padding-top: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 6px; display: flex; justify-content: space-between; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--violet); font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 800px; margin: -5px 0 25px; color: var(--muted); line-height: 1.8; }

.site-footer { margin-top: 40px; padding: 75px 0 25px; background: var(--purple-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid p { max-width: 350px; color: #9486a4; line-height: 1.8; }
.footer-grid strong { margin-bottom: 12px; font-size: 12px; }
.footer-grid a, .footer-grid span { color: #9f92ad; font-size: 11px; }
.brand--footer .brand-word, .brand--admin .brand-word { color: #b99aff; }
.social-row { display: flex !important; flex-direction: row !important; gap: 17px !important; }
.footer-bottom { margin-top: 60px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #72637e; font-size: 9px; }

.catalog-hero { padding: 90px 0; background: radial-gradient(circle at 82% 30%, rgba(124,60,255,.35), transparent 25%), linear-gradient(135deg,#17052d,#3c1074); color: #fff; }
.catalog-hero__grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.catalog-hero h1 { font-size: clamp(48px,6vw,78px); }
.catalog-hero p:not(.eyebrow) { color: #baacc8; }
.catalog-hero__stats { display: flex; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.catalog-hero__stats div { min-width: 125px; padding: 21px; border-right: 1px solid rgba(255,255,255,.1); }
.catalog-hero__stats div:last-child { border-right: 0; }
.catalog-hero__stats strong, .catalog-hero__stats span { display: block; }
.catalog-hero__stats strong { font: 900 23px "Inter", sans-serif; }
.catalog-hero__stats span { margin-top: 4px; color: #a999b8; font-size: 9px; }
.catalog-layout { display: grid; grid-template-columns: 260px 1fr; align-items: start; gap: 28px; }
.filter-panel { position: sticky; top: 100px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); }
.filter-head { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.filter-head strong { font-size: 14px; }
.filter-head a { color: var(--violet); font-size: 9px; font-weight: 800; }
.filter-form { display: grid; gap: 17px; margin-top: 18px; }
label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: none; background: var(--surface); color: var(--text); transition: border-color .2s ease, box-shadow .2s ease; }
input, select { min-height: 45px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(124,60,255,.1); }
.filter-promo { margin-top: 22px; padding: 18px; border-radius: 15px; background: linear-gradient(145deg,rgba(124,60,255,.13),rgba(223,23,111,.08)); }
.filter-promo span { font-size: 22px; }
.filter-promo strong { display: block; margin: 8px 0; font-size: 12px; }
.filter-promo p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.catalog-toolbar { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.catalog-toolbar strong, .catalog-toolbar span { display: block; }
.catalog-toolbar span { color: var(--muted); font-size: 9px; }
.filter-mobile-toggle { display: none; }
.empty-results { min-height: 500px; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-results > span { font-size: 80px; color: var(--violet); }
.empty-results p { color: var(--muted); }

.product-detail { padding-top: 28px; padding-bottom: 90px; }
.breadcrumbs { margin-bottom: 24px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 9px; }
.breadcrumbs b { color: var(--text); }
.product-detail__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.product-gallery { position: sticky; top: 115px; }
.main-product-image { position: relative; overflow: hidden; padding: 16px; border-radius: var(--radius-lg); background: linear-gradient(145deg,#f6f3fb,#e8e0f3); cursor: zoom-in; }
html[data-theme="dark"] .main-product-image { background: linear-gradient(145deg,#24182e,#160e1e); }
.main-product-image img { width: 100%; aspect-ratio: 1.03; object-fit: cover; border-radius: 25px; background: #fff; transition: transform .45s ease; }
.main-product-image.is-zoomed img { transform: scale(1.35); }
.main-product-image .product-badges { top: 30px; left: 30px; }
.zoom-hint { position: absolute; right: 28px; bottom: 28px; padding: 8px 11px; border-radius: 10px; background: rgba(18,6,32,.82); color: #fff; font-size: 8px; font-weight: 800; }
.gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.gallery-thumbs button { min-height: 92px; padding: 5px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--violet); cursor: pointer; }
.gallery-thumbs button.is-active { border-color: var(--violet); }
.gallery-thumbs img { width: 100%; height: 80px; object-fit: cover; border-radius: 9px; }
.gallery-thumbs span { display: grid; place-items: center; gap: 5px; font: 900 16px "Inter", sans-serif; }
.gallery-thumbs small { color: var(--muted); font: 700 7px "Noto Sans Georgian", sans-serif; }
.product-info { padding-top: 15px; }
.product-info__meta { display: flex; justify-content: space-between; align-items: center; }
.stock-status { color: var(--green); font-size: 9px; font-weight: 800; }
.stock-status.is-low { color: var(--orange); }
.product-info h1 { margin: 12px 0 14px; font-size: clamp(42px,4.6vw,68px); line-height: .98; letter-spacing: -.065em; }
.product-lead { color: var(--muted); font-size: 15px; line-height: 1.75; }
.rating-line--large { padding: 14px 0 22px; border-bottom: 1px solid var(--line); }
.rating-line--large a { text-decoration: underline; }
.pricing-box { margin: 22px 0; padding: 22px; display: flex; justify-content: space-between; align-items: center; border-radius: 18px; background: linear-gradient(135deg,rgba(124,60,255,.12),rgba(223,23,111,.08)); }
.pricing-box small, .pricing-box strong, .pricing-box del, .pricing-box span { display: block; }
.pricing-box small { color: var(--muted); font-size: 9px; }
.pricing-box strong { font: 900 45px "Inter", sans-serif; letter-spacing: -.06em; }
.pricing-box > div:last-child { text-align: right; }
.pricing-box del { color: var(--muted); }
.pricing-box span { margin-top: 5px; color: var(--green); font-size: 10px; font-weight: 800; }
.quick-spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.quick-spec-grid > div { min-height: 95px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.quick-spec-grid span { display: block; margin-bottom: 9px; color: var(--violet); font-size: 19px; }
.quick-spec-grid small, .quick-spec-grid strong { display: block; }
.quick-spec-grid small { color: var(--muted); font-size: 8px; }
.quick-spec-grid strong { margin-top: 3px; font-size: 10px; }
.inline-upsell { margin: 20px 0; padding: 17px; border: 1px solid rgba(124,60,255,.25); border-radius: 17px; background: var(--surface); }
.inline-upsell > div { margin-bottom: 12px; }
.inline-upsell > div span { display: block; color: var(--magenta); font: 900 9px "Inter", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.inline-upsell > div strong { font-size: 13px; }
.inline-upsell label { padding: 10px; display: grid; grid-template-columns: auto 58px 1fr; align-items: center; gap: 12px; border-radius: 12px; background: var(--surface-2); cursor: pointer; }
.inline-upsell label img { width: 58px; height: 58px; object-fit: cover; border-radius: 9px; background: #fff; }
.inline-upsell label span b, .inline-upsell label span small { display: block; }
.inline-upsell label span small { margin-top: 4px; color: var(--violet); }
.purchase-actions { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9px; }
.micro-trust { margin-top: 17px; display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 8px; }
.product-sections { padding-top: 38px; }
.tab-nav { position: sticky; top: 76px; z-index: 15; margin-bottom: 24px; padding: 9px; display: flex; gap: 5px; border: 1px solid var(--line); border-radius: 15px; background: color-mix(in srgb,var(--surface) 90%, transparent); backdrop-filter: blur(14px); }
.tab-nav a { padding: 12px 17px; border-radius: 10px; color: var(--muted); font-size: 10px; font-weight: 800; }
.tab-nav a.is-active, .tab-nav a:hover { background: var(--purple-900); color: #fff; }
.content-panel { margin-bottom: 24px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.specification-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specification-grid > div { min-height: 90px; padding: 23px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specification-grid span { color: var(--violet); font: 900 10px "Inter", sans-serif; }
.specification-grid strong { font-size: 12px; }
.tag-row { margin-top: 25px; display: flex; gap: 8px; flex-wrap: wrap; }
.tag-row span { padding: 9px 12px; border-radius: 999px; background: rgba(19,168,112,.1); color: var(--green); font-size: 9px; font-weight: 800; }
.box-section { display: grid; grid-template-columns: 300px 1fr; gap: 50px; }
.box-copy h2 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.box-copy p { color: var(--muted); line-height: 1.7; }
.box-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.box-grid > div { position: relative; min-height: 165px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.box-grid > div > span { position: absolute; top: 12px; right: 12px; color: var(--muted); font: 800 9px "Inter", sans-serif; }
.box-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--purple-700),var(--violet)); color: #fff; }
.box-grid strong { font-size: 10px; line-height: 1.4; }
.review-section { display: grid; grid-template-columns: 270px 1fr; gap: 45px; }
.review-summary > strong { display: block; font: 900 86px/1 "Inter", sans-serif; letter-spacing: -.08em; }
.review-summary > span { display: block; color: #ffad00; letter-spacing: 4px; }
.review-summary p { color: var(--muted); font-size: 9px; }
.review-bars { display: grid; gap: 7px; margin-top: 25px; }
.review-bars i { height: 5px; border-radius: 10px; background: linear-gradient(90deg,var(--violet) var(--score), var(--surface-2) var(--score)); }
.review-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.review-cards article, .review-media-placeholder { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-2); }
.review-cards article > div { display: flex; justify-content: space-between; }
.review-cards article span { color: #ffad00; }
.review-cards article small { color: var(--green); font-size: 8px; }
.review-cards article h3 { font-size: 14px; }
.review-cards article p { color: var(--muted); font-size: 10px; line-height: 1.75; }
.review-cards article footer { color: var(--muted); font-size: 9px; }
.review-media-placeholder { min-height: 170px; grid-column: span 2; display: grid; place-items: center; align-content: center; text-align: center; background: linear-gradient(145deg,rgba(124,60,255,.12),rgba(223,23,111,.08)); }
.review-media-placeholder > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); color: #fff; }
.review-media-placeholder strong, .review-media-placeholder small { display: block; }
.review-media-placeholder strong { margin-top: 10px; }
.review-media-placeholder small { max-width: 430px; margin-top: 4px; color: var(--muted); }
.delivery-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.delivery-info-grid > div { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-2); }
.delivery-info-grid > div > span { font-size: 28px; }
.delivery-info-grid h3 { font-size: 15px; }
.delivery-info-grid p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.mobile-sticky-buy { display: none; }

.account-page { min-height: 760px; padding: 100px 0; background: radial-gradient(circle at 20% 30%,rgba(124,60,255,.3),transparent 22%),linear-gradient(135deg,#17052d 0 50%,var(--bg) 50%); }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.account-copy { color: #fff; }
.account-copy h1 { font-size: clamp(50px,6vw,78px); }
.account-copy > p { max-width: 500px; color: #b5a6c4; line-height: 1.8; }
.account-feature { max-width: 490px; padding: 18px 0; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.1); }
.account-feature > span { color: #b996ff; font: 900 10px "Inter", sans-serif; }
.account-feature strong { font-size: 13px; }
.account-feature p { margin: 5px 0 0; color: #8f819e; font-size: 10px; }
.account-card { min-height: 430px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.account-card form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; }
.account-results { margin-top: 30px; }
.results-count { color: var(--muted); font-size: 10px; }
.order-status-card { margin-top: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-2); }
.order-status-card > div:first-child { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; }
.order-status-card h3 { font-size: 13px; }
.status-track { display: grid !important; grid-template-columns: repeat(4,1fr); margin-top: 18px; }
.status-track i { position: relative; height: 4px; background: var(--line); }
.status-track i::before { content: ""; position: absolute; left: 0; top: -4px; width: 12px; height: 12px; border-radius: 50%; background: #c9c3d1; }
.status-track i.is-done { background: var(--violet); }
.status-track i.is-done::before { background: var(--violet); box-shadow: 0 0 0 4px rgba(124,60,255,.15); }
.status-labels { margin-top: 10px; display: grid !important; grid-template-columns: repeat(4,1fr); color: var(--muted); font-size: 7px; }
.order-status-card footer { margin-top: 20px; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.no-orders { min-height: 230px; display: grid; place-items: center; align-content: center; text-align: center; }
.no-orders > span { color: var(--violet); font-size: 50px; }
.no-orders p { color: var(--muted); font-size: 10px; }

.policy-hero { padding: 90px 0; background: linear-gradient(135deg,#17052d,#48148c); color: #fff; }
.policy-hero h1 { margin: 0; font-size: clamp(44px,6vw,76px); letter-spacing: -.06em; }
.policy-hero p { max-width: 760px; color: #b9a9c9; line-height: 1.8; }
.policy-content { max-width: 900px; }
.policy-content h2 { margin-top: 45px; font-size: 25px; }
.policy-content p { color: var(--muted); line-height: 1.9; }
.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; background: radial-gradient(circle,rgba(124,60,255,.35),transparent 30%),#17052d; color:#fff; }
.not-found span { color: #ad87ff; font: 800 11px "Inter",sans-serif; letter-spacing:.15em; }
.not-found h1 { margin: 15px 0 0; font-size: clamp(50px,9vw,110px); letter-spacing:-.07em; }
.not-found p { color:#a999b7; }

.drawer-backdrop { position: fixed; z-index: 98; inset: 0; opacity: 0; background: rgba(12,4,22,.62); backdrop-filter: blur(4px); transition: opacity .2s ease; }
.drawer-backdrop.is-visible { opacity: 1; }
.cart-drawer { position: fixed; z-index: 99; top: 0; right: 0; width: min(520px,100%); height: 100dvh; display: flex; flex-direction: column; transform: translateX(103%); background: var(--surface); box-shadow: -30px 0 80px rgba(11,3,22,.24); transition: transform .34s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head { min-height: 91px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-drawer__head h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 22px; }
.empty-state { min-height: 70vh; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-orb { width: 95px; height: 95px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#b994ff,var(--violet) 50%,#2a0752); color:#fff; font-size:35px; box-shadow: 0 24px 50px rgba(124,60,255,.3); }
.empty-state h3 { margin-bottom: 0; font-size: 22px; }
.empty-state p { max-width: 330px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.cart-items { display: grid; gap: 10px; }
.cart-item { padding: 10px; display: grid; grid-template-columns: 83px 1fr auto; gap: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.cart-item img { width: 83px; height: 83px; object-fit: cover; border-radius: 11px; background:#fff; }
.cart-item__main > p { margin: 2px 0; color: var(--violet); font-size: 7px; font-weight:800; text-transform:uppercase; }
.cart-item__main > strong { display:block; font-size:11px; }
.cart-item__bottom { margin-top: 10px; display:flex; align-items:center; justify-content:space-between; }
.cart-item__bottom b { font:900 15px "Inter",sans-serif; }
.cart-item__remove { align-self:start; border:0; background:transparent; color:var(--muted); cursor:pointer; }
.quantity-control { display:flex; align-items:center; border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.quantity-control button { width:27px; height:27px; border:0; background:var(--surface-2); cursor:pointer; }
.quantity-control span { width:27px; text-align:center; font:800 10px "Inter",sans-serif; }
.upsell-box { margin: 18px 0; padding: 16px; border: 1px solid rgba(124,60,255,.25); border-radius: 16px; background: linear-gradient(145deg,rgba(124,60,255,.1),rgba(223,23,111,.05)); }
.upsell-box__head { margin-bottom: 11px; display:flex; align-items:center; justify-content:space-between; }
.upsell-box__head span { color:var(--magenta); font:900 8px "Inter",sans-serif; text-transform:uppercase; letter-spacing:.1em; }
.upsell-box__head strong { font-size:11px; }
.upsell-item { padding: 8px; display:grid; grid-template-columns:55px 1fr auto; align-items:center; gap:10px; border-radius:11px; background:var(--surface); }
.upsell-item + .upsell-item { margin-top:7px; }
.upsell-item img { width:55px;height:55px;object-fit:cover;border-radius:8px;background:#fff; }
.upsell-item strong,.upsell-item small { display:block; }
.upsell-item strong { font-size:9px; }
.upsell-item small { color:var(--violet);font-size:8px; }
.upsell-item button { padding:8px 9px;border:0;border-radius:8px;background:var(--purple-900);color:#fff;font-size:8px;font-weight:800;cursor:pointer; }
.cart-summary { padding: 16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.cart-summary > div { padding:5px 0; display:flex;justify-content:space-between;color:var(--muted);font-size:9px; }
.cart-summary strong { color:var(--text); }
.cart-summary .cart-total { margin-top:7px;padding-top:12px;border-top:1px dashed var(--line);font-size:13px;color:var(--text); }
.cart-total strong { font:900 23px "Inter",sans-serif; }
.checkout-form { margin-top:22px; display:grid; gap:13px; }
.form-title { display:flex;align-items:center;gap:12px; }
.form-title > span { width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--purple-900);color:#fff;font:900 10px "Inter",sans-serif; }
.form-title strong,.form-title small { display:block; }
.form-title small { color:var(--muted);font-size:8px; }
.form-grid { display:grid;gap:12px; }
.form-grid--2 { grid-template-columns:repeat(2,1fr); }
.form-grid--4 { grid-template-columns:repeat(4,1fr); }
.payment-choice { display:grid;grid-template-columns:repeat(2,1fr);gap:8px; }
.payment-choice label { padding:11px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;cursor:pointer; }
.payment-choice label:has(input:checked) { border-color:var(--violet);background:rgba(124,60,255,.08); }
.payment-choice input { width:auto;min-height:0; }
.payment-choice b,.payment-choice small { display:block; }
.payment-choice b { color:var(--text);font-size:9px; }
.payment-choice small { font-size:7px; }
.consent { display:flex;grid-template-columns:auto 1fr;align-items:center;gap:8px; }
.consent input { width:auto;min-height:0; }
.consent a { color:var(--violet);text-decoration:underline; }
.form-note { margin:0;text-align:center;color:var(--muted);font-size:7px; }
.modal-backdrop { position:fixed;z-index:120;inset:0;padding:20px;display:grid;place-items:center;background:rgba(12,4,22,.72);backdrop-filter:blur(8px); }
html .modal-backdrop[hidden],
html .modal-backdrop.is-hidden { display:none !important; }
.success-modal { width:min(480px,100%);padding:42px;border-radius:var(--radius-lg);background:var(--surface);text-align:center;box-shadow:var(--shadow); }
.success-check { width:75px;height:75px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#13a870,#43d89c);color:#fff;font-size:35px;box-shadow:0 18px 40px rgba(19,168,112,.25); }
.success-modal h2 { font-size:25px;line-height:1.35;letter-spacing:-.035em; }
.success-modal > p:not(.eyebrow) { color:var(--muted);font-size:10px; }

.admin-login-body { min-height:100vh;background:linear-gradient(120deg,#130424 0 52%,#f6f3fb 52%); }
.admin-login-shell { min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10vw;width:min(1160px,calc(100% - 40px));margin:auto; }
.admin-login-brand { color:#fff; }
.admin-login-brand h1 { margin:20px 0;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.06em; }
.admin-login-brand h1 em { color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.7);font-style:normal; }
.admin-login-brand > p:not(.eyebrow) { max-width:520px;color:#a99ab7;line-height:1.8; }
.admin-login-lines { margin-top:45px;display:grid;gap:8px; }
.admin-login-lines i { width:180px;height:2px;background:linear-gradient(90deg,var(--magenta),transparent); }
.admin-login-lines i:nth-child(2){width:120px}.admin-login-lines i:nth-child(3){width:70px}
.admin-login-card { max-width:480px;padding:45px;border-radius:var(--radius-lg);background:#fff;color:#160e20;box-shadow:0 35px 90px rgba(23,5,45,.2); }
.admin-lock { width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,var(--magenta),var(--violet));color:#fff;font-size:25px; }
.admin-login-card h2 { margin:8px 0;font-size:28px;letter-spacing:-.04em; }
.admin-login-card p { color:#746b7e;font-size:11px; }
.admin-login-card form { margin:27px 0 17px;display:grid;gap:16px; }
.admin-login-card small { color:#8c8296;font-size:8px;line-height:1.6; }
.form-error { margin:15px 0;padding:12px 15px;border:1px solid rgba(240,68,68,.25);border-radius:11px;background:rgba(240,68,68,.08);color:#c72d2d;font-size:10px;font-weight:800; }

.admin-body { background:#f4f2f8; }
html[data-theme="dark"] .admin-body { background:#0d0814; }
.admin-sidebar { position:fixed;z-index:50;top:0;left:0;bottom:0;width:245px;padding:28px 18px;display:flex;flex-direction:column;background:#17052d;color:#fff; }
.admin-sidebar .brand { padding:0 13px;margin-bottom:42px; }
.admin-sidebar nav { display:grid;gap:5px; }
.admin-sidebar nav a { padding:13px 14px;display:flex;align-items:center;gap:12px;border-radius:10px;color:#9485a4;font-size:10px;font-weight:700; }
.admin-sidebar nav a span { width:22px;color:#ae8dff;font:900 15px "Inter",sans-serif; }
.admin-sidebar nav a:hover,.admin-sidebar nav a.is-active { background:rgba(255,255,255,.09);color:#fff; }
.admin-sidebar__bottom { margin-top:auto;padding:15px 10px 0;border-top:1px solid rgba(255,255,255,.09); }
.admin-sidebar__bottom > div { display:flex;align-items:center;gap:10px; }
.admin-sidebar__bottom > div > span { width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--violet);font-weight:900; }
.admin-sidebar__bottom strong,.admin-sidebar__bottom small { display:block; }
.admin-sidebar__bottom strong { font-size:9px; }.admin-sidebar__bottom small{color:#7f708d;font-size:7px}
.admin-sidebar__bottom button { margin-top:12px;padding:0;border:0;background:transparent;color:#9b8ba9;font-size:8px;cursor:pointer; }
.admin-main { margin-left:245px;padding:36px; }
.admin-topbar { margin-bottom:28px;display:flex;justify-content:space-between;align-items:center; }
.admin-topbar h1 { margin:0;font-size:31px;letter-spacing:-.045em; }
.admin-topbar > div > span { color:var(--muted);font-size:10px; }
.admin-top-actions { display:flex;align-items:center;gap:10px; }
.admin-notice { margin-bottom:18px;padding:13px 17px;border:1px solid rgba(19,168,112,.25);border-radius:12px;background:rgba(19,168,112,.08);color:var(--green);font-size:10px;font-weight:800; }
.metric-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:14px; }
.metric-grid article { min-height:145px;padding:22px;display:flex;justify-content:space-between;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft); }
.metric-grid article span,.metric-grid article strong,.metric-grid article small { display:block; }
.metric-grid article span { color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em; }
.metric-grid article strong { margin:12px 0 9px;font:900 28px "Inter",sans-serif;letter-spacing:-.04em; }
.metric-grid article small { color:var(--muted);font-size:8px; }.metric-grid article small b{color:var(--violet)}
.metric-grid article > i { width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:rgba(124,60,255,.1);color:var(--violet);font:900 18px "Inter",sans-serif;font-style:normal; }
.admin-grid-wide { margin-top:14px;display:grid;grid-template-columns:1.7fr .7fr;gap:14px; }
.admin-panel { border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft); }
.admin-panel__head { padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line); }
.admin-panel__head span,.admin-panel__head h2 { display:block; }.admin-panel__head span{color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.12em}.admin-panel__head h2{margin:4px 0 0;font-size:16px;letter-spacing:-.03em}
.admin-panel__head select { min-height:34px;width:auto;font-size:8px; }
.fake-chart { position:relative;height:310px;padding:28px 25px 30px 55px; }
.fake-chart svg { width:100%;height:220px;overflow:visible; }
.chart-y { position:absolute;left:16px;top:35px;bottom:47px;display:flex;flex-direction:column;justify-content:space-between;color:var(--muted);font:700 7px "Inter",sans-serif; }
.chart-x { display:flex;justify-content:space-between;color:var(--muted);font-size:7px; }
.inventory-panel { padding-bottom:25px; }
.donut { --percent:calc(var(--value) * 1%);width:170px;height:170px;margin:28px auto 20px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--violet) var(--percent),var(--surface-2) 0); }
.donut::before { content:"";grid-area:1/1;width:125px;height:125px;border-radius:50%;background:var(--surface); }
.donut > div { position:relative;grid-area:1/1;text-align:center; }.donut strong,.donut span{display:block}.donut strong{font:900 31px "Inter",sans-serif}.donut span{color:var(--muted);font-size:8px}
.inventory-legend { padding:0 24px;display:grid;gap:10px; }.inventory-legend span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:8px}.inventory-legend i{width:8px;height:8px;border-radius:3px;background:var(--violet)}.inventory-legend span:nth-child(2) i{background:var(--orange)}.inventory-legend span:nth-child(3) i{background:#c8c1cf}.inventory-legend b{margin-left:auto;color:var(--text)}
.admin-table-panel { margin-top:14px; }
.table-tools { display:flex;gap:8px; }.table-tools input{width:180px;min-height:36px}.table-tools select{width:145px;min-height:36px}
.table-scroll { overflow:auto; }
.admin-table { width:100%;border-collapse:collapse;white-space:nowrap; }
.admin-table th,.admin-table td { padding:14px 17px;text-align:left;border-bottom:1px solid var(--line);font-size:8px; }
.admin-table th { color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.07em;background:var(--surface-2); }
.admin-table td strong,.admin-table td small { display:block; }.admin-table td small{margin-top:4px;color:var(--muted);font-size:7px}
.table-product { display:flex;align-items:center;gap:9px; }.table-product img{width:42px;height:42px;object-fit:cover;border-radius:8px;background:#fff}.table-product span{max-width:155px;overflow:hidden;text-overflow:ellipsis}
.order-status { display:inline-flex!important;padding:7px 9px;border-radius:8px;font-size:7px!important;font-weight:900!important; }
.order-status--new { background:rgba(124,60,255,.1);color:var(--violet)!important; }.order-status--confirmed{background:rgba(255,138,54,.12);color:#dc6e1c!important}.order-status--shipped{background:rgba(29,136,224,.12);color:#1976c1!important}.order-status--delivered{background:rgba(19,168,112,.12);color:var(--green)!important}.order-status--cancelled{background:rgba(240,68,68,.1);color:var(--red)!important}
.status-form { display:flex;gap:5px; }.status-form select{min-height:31px;width:110px;padding:0 7px;font-size:7px}.status-form button{border:0;border-radius:7px;background:var(--purple-900);color:#fff;font-size:7px;font-weight:800;cursor:pointer}
.table-empty { padding:50px;text-align:center;color:var(--muted); }
.admin-product-grid { padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px; }
.admin-product-card { overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface); }
.admin-product-card__media { position:relative;padding:7px;background:var(--surface-2); }.admin-product-card__media img{width:100%;aspect-ratio:1.1;object-fit:cover;border-radius:10px;background:#fff}.admin-product-card__media > span{position:absolute;top:13px;left:13px;padding:5px 7px;border-radius:7px;font-size:6px;font-weight:900}.admin-product-card__media .is-active{background:#dff7ed;color:var(--green)}.admin-product-card__media .is-inactive{background:#eee9f1;color:#817486}
.admin-product-card > div:nth-child(2) { padding:13px; }.admin-product-card p{margin:0;color:var(--violet);font-size:6px;text-transform:uppercase;font-weight:900}.admin-product-card h3{margin:6px 0 10px;font-size:12px}.admin-product-card strong{font:900 15px "Inter",sans-serif}.admin-product-card del{margin-left:6px;color:var(--muted);font-size:8px}.admin-product-card small{display:block;margin-top:8px;color:var(--muted);font-size:7px}
.admin-product-card footer { display:flex;border-top:1px solid var(--line); }.admin-product-card footer>*{flex:1;padding:9px;text-align:center;border-right:1px solid var(--line);font-size:7px;font-weight:800}.admin-product-card footer>*:last-child{border-right:0}.admin-product-card footer button{width:100%;padding:0;border:0;background:transparent;color:var(--red);cursor:pointer}
.admin-form-body .admin-main { padding-bottom:90px; }
.product-editor { display:grid;grid-template-columns:1.4fr .6fr;gap:14px; }
.product-editor > .admin-panel { padding:25px; }
.editor-main { grid-column:1; }.editor-media{grid-column:2;grid-row:1}.editor-pricing,.editor-content,.editor-upsell{grid-column:1/-1}
.editor-section-title { margin-bottom:22px;display:flex;gap:13px;align-items:flex-start; }.editor-section-title > span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(124,60,255,.1);color:var(--violet);font:900 9px "Inter",sans-serif}.editor-section-title h2{margin:0;font-size:17px}.editor-section-title p{margin:4px 0 0;color:var(--muted);font-size:8px}
.editor-main,.editor-pricing,.editor-content,.editor-upsell { display:grid;gap:16px; }
.image-upload-box { min-height:310px;padding:12px;display:grid;align-content:space-between;border:1px dashed rgba(124,60,255,.35);border-radius:16px;background:var(--surface-2);text-align:center; }
.image-upload-box img { width:100%;height:210px;object-fit:contain;border-radius:11px;background:#fff; }.image-upload-box strong,.image-upload-box small{display:block}.image-upload-box strong{font-size:10px}.image-upload-box small{margin:5px 0 10px;color:var(--muted);font-size:7px}
.checkbox-row { display:flex;gap:18px;flex-wrap:wrap; }.checkbox-row label{display:flex;align-items:center;gap:8px}.checkbox-row input{width:auto;min-height:0}
.upsell-admin-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:9px; }.upsell-admin-grid label{padding:9px;display:grid;grid-template-columns:auto 50px 1fr;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;cursor:pointer}.upsell-admin-grid label:has(input:checked){border-color:var(--violet);background:rgba(124,60,255,.06)}.upsell-admin-grid input{width:auto;min-height:0}.upsell-admin-grid img{width:50px;height:50px;object-fit:cover;border-radius:8px;background:#fff}.upsell-admin-grid b,.upsell-admin-grid small{display:block}.upsell-admin-grid b{font-size:8px}.upsell-admin-grid small{color:var(--violet);font-size:7px}
.editor-actions { grid-column:1/-1;display:flex;justify-content:flex-end;gap:9px; }

@media (max-width: 1100px) {
  .desktop-nav { display:none; }
  .mobile-menu-button { display:block; }
  .mobile-nav { position:absolute;left:20px;right:20px;top:76px;padding:14px;display:none;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow); }
  .mobile-nav.is-open { display:grid; }
  .mobile-nav a { padding:12px;border-bottom:1px solid var(--line);font-size:11px;font-weight:800; }
  .hero-grid { grid-template-columns:1fr 1fr;gap:20px; }
  .floating-stat--camera { left:-15px }.floating-stat--flight{right:-10px}.floating-stat--range{left:0}
  .products-grid,.products-grid--catalog { grid-template-columns:repeat(2,1fr); }
  .category-grid { grid-template-columns:repeat(2,1fr); }.category-card--large{grid-column:span 2}
  .quick-spec-grid { grid-template-columns:repeat(2,1fr); }
  .box-section,.review-section { grid-template-columns:1fr; }
  .box-grid { grid-template-columns:repeat(4,1fr); }
  .admin-main { padding:25px; }.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-grid-wide{grid-template-columns:1fr}.admin-product-grid{grid-template-columns:repeat(3,1fr)}
  .product-editor { grid-template-columns:1fr; }.editor-main,.editor-media,.editor-pricing,.editor-content,.editor-upsell{grid-column:1;grid-row:auto}.upsell-admin-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width: 780px) {
  :root { --shell:min(100% - 28px,1240px);--radius:19px;--radius-lg:25px; }
  .section { padding:70px 0; }
  .top-strip__inner { justify-content:center;min-height:31px }.top-strip__inner span:nth-child(n+2){display:none}
  .nav-wrap { height:66px }.mobile-nav{top:66px}.brand{font-size:23px}.cart-button span{display:none}.cart-button{padding-left:9px}
  .hero-section,.hero-grid { min-height:auto; }.hero-grid{grid-template-columns:1fr;padding:60px 0 80px}.hero-copy{padding:0}.hero-copy h1{font-size:54px}.hero-copy>p{font-size:14px}.hero-visual{min-height:500px}.hero-product-card{width:92%}.floating-stat{min-width:125px;padding:10px}.floating-stat--camera{top:20%;left:0}.floating-stat--flight{top:43%;right:-5px}.floating-stat--range{left:6%;bottom:4%}
  .trust-bar__grid { grid-template-columns:repeat(2,1fr) }.trust-bar__grid>div{min-height:95px;padding:18px;border-bottom:1px solid var(--line)}
  .section-heading--split { display:block }.section-heading--split .text-link{display:inline-block;margin-top:15px}.section-heading h2{font-size:38px}
  .category-grid { grid-template-columns:1fr }.category-card--large{grid-column:auto}.category-card{min-height:300px}.category-card>div{width:65%}.category-card img,.category-card--large img{width:65%}
  .products-grid,.products-grid--catalog { grid-template-columns:1fr; }.product-card__media img{aspect-ratio:1.22}.product-subtitle,.mini-specs{min-height:auto}
  .tech-story { grid-template-columns:1fr }.tech-story__media{min-height:420px}.tech-story__copy{padding:40px 28px}.tech-story__copy h2{font-size:43px}
  .video-showcase__grid { grid-template-columns:1fr }.video-placeholder{min-height:430px}.review-panel{padding:30px}
  .delivery-panel { grid-template-columns:1fr }.delivery-panel__copy{padding:45px 28px}.delivery-panel__copy h2{font-size:43px}.delivery-map{min-height:430px}
  .footer-grid { grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{display:grid;gap:7px}
  .catalog-hero { padding:65px 0 }.catalog-hero__grid{grid-template-columns:1fr}.catalog-hero h1{font-size:51px}.catalog-hero__stats{overflow:auto}.catalog-layout{grid-template-columns:1fr}.filter-panel{display:none;position:static}.filter-panel.is-open{display:block}.filter-mobile-toggle{display:inline-flex}
  .product-detail { padding-bottom:40px }.product-detail__grid{grid-template-columns:1fr;gap:25px}.product-gallery{position:static}.product-info h1{font-size:48px}.pricing-box strong{font-size:38px}.purchase-actions{grid-template-columns:1fr}.micro-trust{display:grid}.tab-nav{top:66px;overflow:auto}.content-panel{padding:28px}.specification-grid{grid-template-columns:1fr}.box-grid{grid-template-columns:repeat(2,1fr)}.review-cards{grid-template-columns:1fr}.review-media-placeholder{grid-column:auto}.delivery-info-grid{grid-template-columns:1fr}.mobile-sticky-buy{position:fixed;z-index:40;left:0;right:0;bottom:0;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);background:var(--surface);box-shadow:0 -15px 35px rgba(0,0,0,.1)}.mobile-sticky-buy small,.mobile-sticky-buy strong{display:block}.mobile-sticky-buy small{color:var(--muted);font-size:7px}.mobile-sticky-buy strong{font:900 20px "Inter",sans-serif}
  .account-page{padding:65px 0;background:linear-gradient(160deg,#17052d 0 48%,var(--bg) 48%)}.account-grid{grid-template-columns:1fr;gap:55px}.account-copy h1{font-size:50px}.account-card{padding:26px}.account-card form{grid-template-columns:1fr}
  .form-grid--2,.form-grid--4{grid-template-columns:1fr}.payment-choice{grid-template-columns:1fr}.cart-drawer__body{padding:15px}
  .admin-login-body{background:linear-gradient(170deg,#130424 0 48%,#f6f3fb 48%)}.admin-login-shell{grid-template-columns:1fr;padding:60px 0;gap:80px}.admin-login-card{padding:30px}
  .admin-sidebar{position:static;width:100%;height:auto;padding:15px;display:flex;flex-direction:row;align-items:center}.admin-sidebar .brand{margin:0}.admin-sidebar nav{display:none}.admin-sidebar__bottom{margin:0 0 0 auto;padding:0;border:0}.admin-sidebar__bottom>div{display:none}.admin-sidebar__bottom button{margin:0}.admin-main{margin-left:0;padding:17px}.admin-topbar{align-items:flex-start}.admin-topbar h1{font-size:24px}.admin-topbar>div>span{display:none}.admin-top-actions .button{font-size:0;padding:0;width:44px}.admin-top-actions .button::after{content:"＋";font-size:20px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid article{min-height:125px;padding:16px}.admin-grid-wide{grid-template-columns:1fr}.admin-product-grid{grid-template-columns:repeat(2,1fr)}.table-tools{display:none}.upsell-admin-grid{grid-template-columns:1fr 1fr}.product-editor>.admin-panel{padding:18px}.editor-actions{position:sticky;bottom:0;padding:12px;background:var(--bg);z-index:10}
}

@media (max-width: 480px) {
  .hero-copy h1,.catalog-hero h1,.account-copy h1{font-size:44px}.hero-actions{display:grid}.hero-visual{min-height:430px}.floating-stat{min-width:112px}.floating-stat strong{font-size:10px}.floating-stat small{font-size:7px}.hero-product-card__bottom{display:grid;gap:10px}.hero-price{text-align:left}
  .trust-bar__grid{grid-template-columns:1fr}.trust-bar__grid>div{border-right:0}.category-card>div{width:75%}.category-card img{opacity:.65;width:72%}
  .review-score>strong{font-size:55px}.buyer-media-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
  .quick-spec-grid{grid-template-columns:1fr 1fr}.gallery-thumbs button{min-height:70px}.gallery-thumbs img{height:58px}.product-info h1{font-size:42px}.pricing-box{align-items:flex-start;gap:15px}.pricing-box strong{font-size:34px}.box-grid{grid-template-columns:1fr 1fr}.content-panel{padding:22px}.tab-nav a{white-space:nowrap}
  .cart-item{grid-template-columns:68px 1fr auto}.cart-item img{width:68px;height:68px}.upsell-item{grid-template-columns:48px 1fr}.upsell-item img{width:48px;height:48px}.upsell-item button{grid-column:2;width:100%}
  .metric-grid{grid-template-columns:1fr}.admin-product-grid{grid-template-columns:1fr}.upsell-admin-grid{grid-template-columns:1fr}.admin-topbar{display:grid;gap:15px}.admin-top-actions{justify-content:flex-end}
}

/* =========================================================
   AERONI SIMPLE STOREFRONT — light, clear, conversion focused
   ========================================================= */
body:not(.admin-body) {
  background: #f6f7fb;
}
body:not(.admin-body) .section { padding: 72px 0; }
body:not(.admin-body) .section--compact { padding: 68px 0; }
body:not(.admin-body) .section--catalog-preview { background: #eef1f8; }

.top-strip {
  background: #32106f;
  font-size: 11px;
}
.top-strip__inner { min-height: 30px; }
.site-header {
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 24px rgba(25, 20, 45, .05);
}
html[data-theme="dark"] .site-header { background: rgba(23,16,31,.96); }
.nav-wrap { height: 72px; }
.brand { font-size: 29px; }
.desktop-nav a { font-size: 12px; }
.desktop-nav a.is-active::after { bottom: -26px; }
.cart-button { background: #32106f; }

.simple-hero {
  padding: 68px 0 76px;
  background:
    radial-gradient(circle at 84% 18%, rgba(124,60,255,.13), transparent 28%),
    linear-gradient(180deg, #fff, #f6f7fb);
  border-bottom: 1px solid var(--line);
}
html[data-theme="dark"] .simple-hero {
  background: radial-gradient(circle at 84% 18%, rgba(124,60,255,.20), transparent 28%), var(--bg);
}
.simple-hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
}
.simple-hero__copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 900;
}
.simple-hero__copy h1 em {
  color: var(--purple-700);
  font-style: normal;
}
html[data-theme="dark"] .simple-hero__copy h1 em { color: #b696ff; }
.simple-hero__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.hero-search {
  max-width: 670px;
  min-height: 62px;
  padding: 7px 7px 7px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(50,16,111,.13);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(50,16,111,.09);
}
.hero-search > span { color: var(--purple-700); font-size: 25px; }
.hero-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}
.hero-search button {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: var(--purple-800);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.simple-hero__actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.simple-hero__trust { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.simple-hero__trust span { color: var(--muted); font-size: 11px; font-weight: 700; }
.simple-hero__product {
  position: relative;
  display: block;
  padding: 18px;
  border: 1px solid rgba(50,16,111,.11);
  border-radius: 34px;
  background: var(--surface);
  box-shadow: 0 30px 80px rgba(50,16,111,.14);
  transition: transform .25s ease;
}
.simple-hero__product:hover { transform: translateY(-5px); }
.simple-hero__product > img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: 24px;
  background: #fff;
}
.simple-hero__badge {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #32106f;
  color: #fff;
  font: 800 9px "Inter", sans-serif;
  letter-spacing: .08em;
}
.simple-hero__product-info {
  padding: 18px 7px 4px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.simple-hero__product-info small,
.simple-hero__product-info strong,
.simple-hero__price del,
.simple-hero__price b { display: block; }
.simple-hero__product-info small { color: var(--muted); font-size: 9px; }
.simple-hero__product-info strong { margin-top: 6px; font-size: 17px; }
.simple-hero__price { text-align: right; white-space: nowrap; }
.simple-hero__price del { color: var(--muted); font-size: 10px; }
.simple-hero__price b { font: 900 25px "Inter", sans-serif; }

.simple-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.simple-heading > p,
.simple-heading > div + p { max-width: 480px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.simple-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.simple-category-card {
  min-height: 190px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid rgba(50,16,111,.10);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 12px 35px rgba(50,16,111,.06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.simple-category-card:nth-child(2) { background: #fff7df; }
.simple-category-card:nth-child(3) { background: #f3efff; }
.simple-category-card:nth-child(4) { background: #edf8f5; }
html[data-theme="dark"] .simple-category-card:nth-child(n) { background: var(--surface); }
.simple-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(124,60,255,.4);
  box-shadow: 0 20px 45px rgba(50,16,111,.12);
}
.simple-category-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #32106f;
  color: #fff;
  font: 900 27px "Inter", sans-serif;
}
.simple-category-card strong,
.simple-category-card small { display: block; }
.simple-category-card strong { font-size: 18px; line-height: 1.25; }
.simple-category-card small { margin-top: 5px; color: var(--muted); font: 700 9px "Inter", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.simple-category-card > b { align-self: flex-end; color: var(--purple-700); font-size: 20px; }

.products-grid,
.products-grid--catalog,
.products-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.product-card--simple {
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(27, 20, 50, .06);
}
.product-card--simple:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(27,20,50,.11); }
.product-card--simple .product-card__media {
  padding: 10px;
  background: #f7f8fb;
}
html[data-theme="dark"] .product-card--simple .product-card__media { background: var(--surface-2); }
.product-card--simple .product-card__media img {
  aspect-ratio: 1.02;
  object-fit: contain;
  border-radius: 16px;
}
.product-card--simple .product-badges { top: 18px; left: 18px; right: 18px; }
.product-card--simple .badge { padding: 6px 8px; font-size: 7px; border-radius: 8px; }
.product-card--simple .stock-pill { right: 17px; bottom: 17px; }
.product-card--simple .product-card__body { padding: 15px; }
.product-card__category {
  margin: 0 0 7px;
  color: var(--purple-700);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card--simple .product-card__body h3 {
  min-height: 42px;
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card--simple .rating-line { margin: 9px 0 8px; }
.product-card--simple .rating-line span { font-size: 10px; }
.product-card--simple .rating-line b,
.product-card--simple .rating-line small { font-size: 8px; }
.product-card--simple .product-subtitle {
  min-height: 34px;
  margin: 0 0 11px;
  font-size: 9px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card--simple .price-row { align-items: center; }
.product-card--simple .price-row strong { font-size: 22px; }
.product-card--simple .price-row del { display: block; margin: 1px 0 0; font-size: 9px; }
.product-card--simple .price-row > span {
  padding: 5px 7px;
  border-radius: 8px;
  background: #e8f8f1;
  color: #0c8f5e;
  font-size: 9px;
}
.product-card--simple .card-actions {
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
  gap: 7px;
}
.product-card--simple .card-actions .button {
  min-height: 40px;
  padding: 0 9px;
  border-radius: 11px;
  font-size: 10px;
}
.section-cta-center { margin-top: 30px; text-align: center; }

.simple-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  overflow: hidden;
}
.simple-benefits article {
  min-height: 185px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}
.simple-benefits article:last-child { border-right: 0; }
.simple-benefits article > span { color: var(--violet); font: 900 11px "Inter", sans-serif; }
.simple-benefits strong { font-size: 16px; }
.simple-benefits p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.simple-delivery {
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 55px;
  border-radius: 34px;
  background: #32106f;
  color: #fff;
  box-shadow: 0 25px 60px rgba(50,16,111,.2);
}
.simple-delivery h2 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.06; letter-spacing: -.05em; }
.simple-delivery > div > p:not(.eyebrow) { max-width: 600px; color: #cfc2e5; line-height: 1.75; }
.simple-delivery__steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.simple-delivery__steps span {
  min-height: 100px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  font-size: 11px;
  font-weight: 700;
}
.simple-delivery__steps b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: #32106f; }

.simple-catalog-hero {
  padding: 62px 0 38px;
  background: linear-gradient(180deg, #fff, #f6f7fb);
}
html[data-theme="dark"] .simple-catalog-hero { background: var(--bg); }
.simple-catalog-hero h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
}
.simple-catalog-hero p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.simple-catalog { padding-top: 26px !important; }
.catalog-controls {
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(230px, auto) auto;
  gap: 10px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(27,20,50,.05);
}
.catalog-search {
  min-height: 50px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
}
.catalog-search span { color: var(--purple-700); font-size: 23px; }
.catalog-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); }
.catalog-sort { display: grid; gap: 5px; }
.catalog-sort > span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-sort select {
  min-height: 50px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--text);
  outline: 0;
  font-size: 11px;
  font-weight: 700;
}
.catalog-controls > .button { min-height: 50px; }
.category-pills {
  margin: 18px 0 25px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.category-pills::-webkit-scrollbar { display: none; }
.category-pills a {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.category-pills a:hover,
.category-pills a.is-active { border-color: #32106f; background: #32106f; color: #fff; }
.catalog-result-head {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.catalog-result-head strong,
.catalog-result-head span { display: block; }
.catalog-result-head strong { font-size: 18px; }
.catalog-result-head span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.catalog-result-head > a { color: var(--violet); font-size: 10px; font-weight: 800; }

@media (max-width: 1100px) {
  .simple-hero__grid { gap: 38px; }
  .simple-category-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid,
  .products-grid--catalog,
  .products-grid--home { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .simple-benefits { grid-template-columns: repeat(2, 1fr); }
  .simple-benefits article:nth-child(2) { border-right: 0; }
  .simple-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  body:not(.admin-body) .section--compact { padding: 48px 0; }
  .top-strip__inner span:first-child { display: none; }
  .top-strip__inner { justify-content: center; }
  .site-header .nav-wrap { height: 68px; }
  .site-header .brand { font-size: 27px; }
  .site-header .icon-button { display: none; }
  .site-header .cart-button { min-width: 44px; width: 44px; height: 44px; padding: 0; justify-content: center; border-radius: 14px; }
  .site-header .cart-button span { display: none; }
  .site-header .mobile-menu-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
  .mobile-nav { padding: 12px 20px 20px; background: var(--surface); border-top: 1px solid var(--line); }
  .mobile-nav.is-open { display: grid; gap: 4px; }
  .mobile-nav a { padding: 13px; border-radius: 12px; font-size: 12px; font-weight: 800; }
  .mobile-nav a:hover { background: var(--surface-2); }

  .simple-hero { padding: 44px 0 52px; }
  .simple-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .simple-hero__copy h1 { font-size: 48px; }
  .simple-hero__copy > p:not(.eyebrow) { font-size: 13px; }
  .hero-search { min-height: 56px; grid-template-columns: auto 1fr; padding-right: 14px; }
  .hero-search button { display: none; }
  .simple-hero__product { max-width: 560px; padding: 13px; border-radius: 26px; }
  .simple-hero__badge { top: 24px; left: 24px; }
  .simple-hero__product > img { border-radius: 19px; }
  .simple-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .simple-category-card { min-height: 155px; padding: 16px; border-radius: 21px; }
  .simple-category-card__icon { width: 45px; height: 45px; border-radius: 14px; font-size: 21px; }
  .simple-category-card strong { font-size: 14px; }
  .simple-category-card small { font-size: 7px; }
  .simple-heading { align-items: end; }
  .simple-heading h2 { font-size: 34px; }
  .simple-heading > p { display: none; }

  .products-grid,
  .products-grid--catalog,
  .products-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card--simple { border-radius: 17px; }
  .product-card--simple .product-card__media { padding: 6px; }
  .product-card--simple .product-card__media img { border-radius: 12px; }
  .product-card--simple .product-card__body { padding: 11px; }
  .product-card--simple .product-card__body h3 { min-height: 36px; font-size: 13px; }
  .product-card--simple .product-subtitle { display: none; }
  .product-card--simple .rating-line { margin: 7px 0; }
  .product-card--simple .rating-line span { letter-spacing: -1px; font-size: 8px; }
  .product-card--simple .rating-line small { display: none; }
  .product-card--simple .price-row strong { font-size: 19px; }
  .product-card--simple .price-row del { font-size: 8px; }
  .product-card--simple .price-row > span { padding: 4px 5px; font-size: 7px; }
  .product-card--simple .card-actions { gap: 5px; }
  .product-card--simple .card-actions .button { min-height: 37px; font-size: 9px; padding: 0 5px; }
  .product-card--simple .badge { padding: 4px 5px; font-size: 6px; }
  .product-card--simple .product-badges { top: 11px; left: 11px; right: 11px; gap: 4px; }
  .product-card--simple .stock-pill { display: none; }

  .simple-benefits { grid-template-columns: 1fr 1fr; border-radius: 22px; }
  .simple-benefits article { min-height: 160px; padding: 18px; }
  .simple-benefits strong { font-size: 13px; }
  .simple-benefits p { font-size: 9px; }
  .simple-delivery { padding: 30px 22px; grid-template-columns: 1fr; gap: 28px; border-radius: 26px; }
  .simple-delivery h2 { font-size: 39px; }
  .simple-delivery__steps { gap: 8px; }
  .simple-delivery__steps span { min-height: 85px; padding: 13px; font-size: 9px; }

  .simple-catalog-hero { padding: 44px 0 25px; }
  .simple-catalog-hero h1 { font-size: 46px; }
  .simple-catalog-hero p:not(.eyebrow) { font-size: 12px; line-height: 1.6; }
  .catalog-controls { grid-template-columns: 1fr; border-radius: 18px; }
  .catalog-controls > .button { display: none; }
  .catalog-sort { grid-template-columns: auto 1fr; align-items: center; }
  .catalog-sort > span { padding-left: 4px; }
  .catalog-sort select { width: 100%; }
  .category-pills { margin: 14px 0 22px; }
  .category-pills a { padding: 10px 13px; font-size: 9px; }
}

@media (max-width: 390px) {
  .simple-hero__copy h1 { font-size: 42px; }
  .simple-category-card { min-height: 145px; }
  .simple-category-card strong { font-size: 12px; }
  .product-card--simple .product-card__body h3 { font-size: 12px; }
  .product-card--simple .price-row strong { font-size: 17px; }
  .product-card--simple .card-actions .button { font-size: 8px; }
}

/* =========================================================
   AERONI V3 — CATEGORY NAVIGATION
   ========================================================= */
.desktop-category-link {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.desktop-category-link:hover { color: var(--text); }

.category-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(10, 7, 16, .58);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity .22s ease;
}
.category-drawer-backdrop.is-visible { opacity: 1; }
.category-drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: min(440px, 94vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #171a21;
  color: #fff;
  box-shadow: -28px 0 80px rgba(0, 0, 0, .32);
  transform: translateX(105%);
  transition: transform .3s cubic-bezier(.22,.8,.22,1);
}
.category-drawer.is-open { transform: translateX(0); }
.category-drawer__head {
  min-height: 78px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.category-drawer .brand-word { color: #b79cff; }
.category-drawer__head > button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 29px;
  cursor: pointer;
}
.category-drawer__search {
  margin: 18px 20px 8px;
  min-height: 58px;
  padding: 0 10px 0 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: #fff;
  color: #1b1820;
}
.category-drawer__search span { color: #6c6177; font-size: 22px; }
.category-drawer__search input { min-width: 0; border: 0; outline: 0; background: transparent; color: #1b1820; font-size: 13px; }
.category-drawer__search button { width: 39px; height: 39px; border: 0; border-radius: 12px; background: #32106f; color: #fff; cursor: pointer; }
.category-drawer__scroll { padding: 8px 20px 28px; overflow-y: auto; }
.drawer-section { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.drawer-section:last-child { border-bottom: 0; }
.drawer-section > p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9c7cff;
  font-size: 13px;
  font-weight: 900;
}
.drawer-section > p span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(124,60,255,.16); }
.drawer-section > a {
  min-height: 52px;
  padding: 8px 8px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  border-radius: 13px;
  color: #e9e5ef;
  transition: background .18s ease, transform .18s ease;
}
.drawer-section > a:hover { background: rgba(255,255,255,.07); transform: translateX(-3px); }
.drawer-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.07); color: #c5afff; font-size: 18px; }
.drawer-section b { font-size: 12px; }
.drawer-section em { color: #8b8194; font-style: normal; }
.drawer-section--service > p { color: #27c58d; }

.home-category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
}
.drone-segment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.drone-segment-card {
  position: relative;
  min-height: 235px;
  padding: 28px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(50,16,111,.08);
  border-radius: 28px;
  background: #f3efff;
  box-shadow: 0 16px 40px rgba(39,21,75,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.drone-segment-card:first-child { grid-column: 1 / -1; min-height: 270px; background: linear-gradient(120deg, #241044, #5b27a7); color: #fff; }
.drone-segment-card--budget { background: #fff6d9; }
.drone-segment-card--beginner { background: #eaf8f5; }
html[data-theme="dark"] .drone-segment-card { background: var(--surface); border-color: var(--line); }
html[data-theme="dark"] .drone-segment-card:first-child { background: linear-gradient(120deg, #241044, #5b27a7); }
.drone-segment-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(39,21,75,.14); }
.drone-segment-card__copy { position: relative; z-index: 2; width: 58%; display: flex; flex-direction: column; align-items: flex-start; }
.drone-segment-card__copy > span { color: var(--violet); font: 900 9px "Inter", sans-serif; letter-spacing: .13em; }
.drone-segment-card:first-child .drone-segment-card__copy > span { color: #d8c9ff; }
.drone-segment-card h3 { margin: 15px 0 12px; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.13; letter-spacing: -.04em; }
.drone-segment-card p { max-width: 390px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.drone-segment-card:first-child p { color: #d8cfea; }
.drone-segment-card b { margin-top: auto; padding-top: 18px; color: var(--purple-700); font-size: 11px; }
.drone-segment-card:first-child b { color: #fff; }
.drone-segment-card > img {
  position: absolute;
  right: -3%;
  bottom: -12%;
  width: 52%;
  height: 112%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 28px rgba(26,14,48,.2));
  transition: transform .3s ease;
}
.drone-segment-card:first-child > img { width: 49%; right: 1%; bottom: -9%; mix-blend-mode: normal; border-radius: 22px; }
html[data-theme="dark"] .drone-segment-card > img { mix-blend-mode: normal; }
.drone-segment-card:hover > img { transform: scale(1.04) rotate(-1deg); }

.home-category-menu {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #191c23;
  color: #fff;
  box-shadow: 0 18px 46px rgba(20,13,31,.15);
}
.home-category-menu__head { padding: 3px 5px 17px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.home-category-menu__head > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(124,60,255,.2); color: #bca4ff; font-size: 21px; }
.home-category-menu__head small, .home-category-menu__head strong { display: block; }
.home-category-menu__head small { color: #837a8d; font: 800 8px "Inter", sans-serif; letter-spacing: .12em; }
.home-category-menu__head strong { margin-top: 4px; font-size: 15px; }
.home-category-menu > a {
  min-height: 61px;
  padding: 8px 5px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.home-category-menu > a > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.07); color: #c7b4ff; }
.home-category-menu b, .home-category-menu small { display: block; }
.home-category-menu b { font-size: 11px; }
.home-category-menu small { margin-top: 3px; color: #817a89; font-size: 8px; }
.home-category-menu em { color: #817a89; font-style: normal; }
.home-category-menu > button { margin-top: auto; min-height: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.07); color: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }

.catalog-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 20px; align-items: start; }
.catalog-main { min-width: 0; }
.catalog-sidebar {
  position: sticky;
  top: 104px;
  padding: 18px;
  border-radius: 24px;
  background: #191c23;
  color: #fff;
  box-shadow: 0 16px 42px rgba(20,13,31,.12);
}
.catalog-sidebar__title { padding: 4px 4px 17px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
.catalog-sidebar__title > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(124,60,255,.2); color: #c2adff; }
.catalog-sidebar__title small, .catalog-sidebar__title strong { display: block; }
.catalog-sidebar__title small { color: #817a89; font: 800 7px "Inter", sans-serif; letter-spacing: .12em; }
.catalog-sidebar__title strong { margin-top: 4px; font-size: 14px; }
.catalog-sidebar__group { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.catalog-sidebar__group > p { margin: 0 7px 9px; color: #9c7cff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.catalog-sidebar__group > a { min-height: 43px; padding: 6px 7px; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 7px; border-radius: 11px; color: #ddd8e4; }
.catalog-sidebar__group > a:hover, .catalog-sidebar__group > a.is-active { background: rgba(255,255,255,.08); color: #fff; }
.catalog-sidebar__group > a > span { color: #bba5f9; }
.catalog-sidebar__group b { font-size: 9px; line-height: 1.35; }
.catalog-sidebar__group em { color: #77707e; font-style: normal; }
.catalog-sidebar__all { margin-top: 14px; min-height: 43px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--magenta), var(--violet)); color: #fff; font-size: 9px; font-weight: 900; }
.catalog-main .products-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.segment-pills { margin: 18px 0 0; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.segment-pills::-webkit-scrollbar { display: none; }
.segment-pills a { flex: 0 0 auto; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 9px; font-weight: 800; }
.segment-pills a:hover, .segment-pills a.is-active { border-color: #6d35cf; background: #f0eaff; color: #4c198e; }
html[data-theme="dark"] .segment-pills a:hover, html[data-theme="dark"] .segment-pills a.is-active { background: #38225a; color: #e8ddff; }
.mobile-filter-row { display: none; }

@media (max-width: 1120px) {
  .home-category-layout { grid-template-columns: 1fr; }
  .home-category-menu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 10px; }
  .home-category-menu__head { grid-column: 1 / -1; }
  .home-category-menu > button { grid-column: 1 / -1; margin-top: 14px; }
  .catalog-layout { grid-template-columns: 210px minmax(0,1fr); }
  .catalog-main .products-grid--catalog { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .desktop-category-link { display: none; }
  .home-category-layout { gap: 12px; }
  .drone-segment-grid { grid-template-columns: 1fr; gap: 10px; }
  .drone-segment-card:first-child { grid-column: auto; min-height: 218px; }
  .drone-segment-card { min-height: 190px; padding: 20px; border-radius: 22px; }
  .drone-segment-card__copy { width: 63%; }
  .drone-segment-card h3 { margin: 10px 0 8px; font-size: 22px; }
  .drone-segment-card p { font-size: 8px; }
  .drone-segment-card > img, .drone-segment-card:first-child > img { width: 48%; height: 100%; right: -4%; bottom: -8%; }
  .home-category-menu { display: flex; padding: 16px; border-radius: 22px; }
  .home-category-menu > a { min-height: 56px; }
  .catalog-layout { display: block; }
  .catalog-sidebar { display: none; }
  .mobile-filter-row { margin: 12px 0 0; display: flex; align-items: center; justify-content: space-between; }
  .mobile-filter-row button { min-height: 42px; padding: 0 15px; border: 0; border-radius: 12px; background: #191c23; color: #fff; font-size: 10px; font-weight: 800; }
  .mobile-filter-row a { color: var(--violet); font-size: 9px; font-weight: 800; }
  .segment-pills { margin-top: 12px; }
  .segment-pills a { padding: 10px 12px; font-size: 8px; }
  .category-drawer { width: min(410px, 94vw); }
}

@media (max-width: 420px) {
  .category-drawer { width: 100%; }
  .category-drawer__head { min-height: 70px; }
  .drone-segment-card__copy { width: 68%; }
  .drone-segment-card h3 { font-size: 19px; }
  .drone-segment-card > img, .drone-segment-card:first-child > img { width: 43%; right: -7%; }
}

/* =========================================================
   AERONI V4 — permanent white storefront + live orders
   ========================================================= */
:root,
html[data-theme="dark"] {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f7f7fa;
  --text: #09090b;
  --muted: #4f4f57;
  --line: rgba(9, 9, 11, .12);
  --shadow: 0 24px 65px rgba(20, 16, 31, .11);
  --shadow-soft: 0 10px 32px rgba(20, 16, 31, .07);
}

html,
body:not(.admin-body),
body:not(.admin-body) main {
  background: #ffffff !important;
  color: #09090b !important;
}

body:not(.admin-body) .section--soft,
body:not(.admin-body) .section--catalog-preview,
.simple-catalog-hero,
.simple-hero,
.account-page,
.policy-page,
.product-detail,
.catalog-search {
  background: #ffffff !important;
}

.site-header,
html[data-theme="dark"] .site-header {
  background: rgba(255, 255, 255, .97) !important;
  color: #09090b !important;
}

.brand-word,
html[data-theme="dark"] .brand-word,
.desktop-nav a,
.simple-hero__copy h1,
.simple-heading h2,
.simple-catalog-hero h1,
.product-card__body h3,
.product-info h1,
.content-panel h2,
.faq-list summary {
  color: #09090b !important;
}

.simple-hero__copy h1 em,
html[data-theme="dark"] .simple-hero__copy h1 em {
  color: #5621a8 !important;
}

.product-card,
.product-card--simple,
.simple-hero__product,
.simple-category-card,
.simple-benefits,
.catalog-controls,
.content-panel,
.account-card,
.policy-card,
.review-card,
.delivery-info-card {
  background: #ffffff !important;
  color: #09090b !important;
}

.product-card--simple .product-card__media,
html[data-theme="dark"] .product-card--simple .product-card__media,
.main-product-image,
.gallery-thumbs button,
.cart-item img {
  background: #f7f7fa !important;
}

/* Light category navigation instead of a dark block. */
.home-category-menu,
.catalog-sidebar,
.category-drawer {
  background: #ffffff !important;
  color: #09090b !important;
  border: 1px solid rgba(9, 9, 11, .12);
  box-shadow: 0 18px 48px rgba(20, 16, 31, .10);
}

.home-category-menu__head,
.catalog-sidebar__title,
.drawer-section,
.home-category-menu > a,
.catalog-sidebar__group {
  border-color: rgba(9, 9, 11, .11) !important;
}

.home-category-menu b,
.catalog-sidebar b,
.drawer-section b,
.category-drawer__head,
.category-drawer__search input {
  color: #09090b !important;
}

.home-category-menu small,
.home-category-menu em,
.catalog-sidebar em,
.category-drawer__search input::placeholder,
.drawer-section em {
  color: #696970 !important;
}

.home-category-menu > a > span,
.catalog-sidebar__title > span,
.home-category-menu__head > span,
.drawer-icon,
.drawer-section > p span {
  background: #f1ecff !important;
  color: #5621a8 !important;
}

.home-category-menu > a:hover,
.catalog-sidebar__group > a:hover,
.catalog-sidebar__group > a.is-active,
.drawer-section > a:hover {
  background: #f5f1ff !important;
  color: #09090b !important;
}

.home-category-menu > button,
.catalog-sidebar__all {
  border-color: rgba(86, 33, 168, .18) !important;
  background: #5621a8 !important;
  color: #ffffff !important;
}

.category-drawer__search {
  background: #ffffff !important;
  border-color: rgba(9, 9, 11, .13) !important;
}

.drone-segment-card,
.drone-segment-card:first-child,
html[data-theme="dark"] .drone-segment-card,
html[data-theme="dark"] .drone-segment-card:first-child {
  background: #ffffff !important;
  color: #09090b !important;
  border-color: rgba(9, 9, 11, .12) !important;
}

.drone-segment-card:first-child p,
.drone-segment-card p {
  color: #4f4f57 !important;
}

.drone-segment-card:first-child b,
.drone-segment-card b {
  color: #5621a8 !important;
}

.drone-segment-card:first-child .drone-segment-card__copy > span {
  color: #7c3cff !important;
}

.segment-pills a,
html[data-theme="dark"] .segment-pills a {
  background: #ffffff !important;
  color: #3f3f46 !important;
}

.segment-pills a:hover,
.segment-pills a.is-active,
html[data-theme="dark"] .segment-pills a:hover,
html[data-theme="dark"] .segment-pills a.is-active {
  background: #f1ecff !important;
  color: #421783 !important;
}

@media (max-width: 760px) {
  .mobile-filter-row button {
    background: #ffffff !important;
    color: #09090b !important;
    border: 1px solid rgba(9, 9, 11, .14) !important;
  }
}

/* Admin dashboard: poll every 5 seconds and visibly report new orders. */
.admin-live-status {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cdebdc;
  border-radius: 999px;
  background: #f3fbf7;
  color: #167451;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-live-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20bd7a;
  box-shadow: 0 0 0 5px rgba(32, 189, 122, .12);
}

.admin-live-status[data-state="offline"] {
  border-color: #f3d2a9;
  background: #fff8ed;
  color: #9b5c0b;
}
.admin-live-status[data-state="offline"] i { background: #e99b31; box-shadow: 0 0 0 5px rgba(233, 155, 49, .13); }
.admin-live-status[data-state="new"] {
  border-color: #cfc0ff;
  background: #f4f0ff;
  color: #5621a8;
}
.admin-live-status[data-state="new"] i { background: #7c3cff; box-shadow: 0 0 0 5px rgba(124, 60, 255, .13); }

.admin-live-toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100vw - 32px));
  padding: 16px 20px;
  border-radius: 16px;
  background: #17101f;
  color: #ffffff;
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
  font-size: 12px;
  font-weight: 800;
}
.admin-live-toast[hidden] { display: none !important; }

@media (max-width: 760px) {
  .admin-live-status { min-height: 36px; padding-inline: 10px; }
  .admin-live-status span { display: none; }
  .admin-live-toast { right: 16px; bottom: 16px; }
}

/* =========================================================
   AERONI V5 — simple readable product detail
   ========================================================= */
.product-info--simple .product-lead {
  max-width: 680px;
  color: #3f3f46;
  font-size: 15px;
  line-height: 1.85;
}

.pricing-box--simple {
  border: 1px solid rgba(9, 9, 11, .10);
  background: #ffffff !important;
  box-shadow: 0 12px 34px rgba(20, 16, 31, .06);
}

.key-facts {
  margin: 24px 0;
  border-top: 1px solid rgba(9, 9, 11, .14);
  border-bottom: 1px solid rgba(9, 9, 11, .14);
}

.key-facts__head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(9, 9, 11, .10);
}

.key-facts__head strong {
  font-size: 14px;
  letter-spacing: -.02em;
}

.key-facts__head a {
  color: #5621a8;
  font-size: 10px;
  font-weight: 800;
}

.key-facts__list {
  display: grid;
}

.key-fact-row {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(9, 9, 11, .08);
}

.key-fact-row:last-child { border-bottom: 0; }
.key-fact-row span { color: #71717a; font-size: 10px; }
.key-fact-row strong { color: #09090b; font-size: 12px; line-height: 1.45; text-align: right; }

.inline-upsell--simple {
  border-color: rgba(9, 9, 11, .12);
  background: #ffffff !important;
}

.inline-upsell--simple label { background: #f7f7fa !important; }

.micro-trust--simple {
  padding-top: 16px;
  border-top: 1px solid rgba(9, 9, 11, .10);
  color: #52525b;
}

.product-sections--simple {
  background: #ffffff !important;
}

.tab-nav--simple {
  border: 0;
  border-bottom: 1px solid rgba(9, 9, 11, .12);
  border-radius: 0;
  background: rgba(255,255,255,.96) !important;
  box-shadow: none;
}

.tab-nav--simple a {
  border-radius: 999px;
  color: #52525b;
}

.tab-nav--simple a.is-active,
.tab-nav--simple a:hover {
  background: #09090b !important;
  color: #ffffff !important;
}

.product-sections--simple .content-panel {
  border: 0;
  border-bottom: 1px solid rgba(9, 9, 11, .12);
  border-radius: 0;
  box-shadow: none;
  background: #ffffff !important;
}

.simple-section-intro {
  max-width: 680px;
  margin-bottom: 34px;
}

.simple-section-intro h2 {
  margin: 5px 0 12px;
  color: #09090b;
  font-size: clamp(30px, 4vw, 50px);
  letter-spacing: -.055em;
}

.simple-section-intro > p:last-child {
  margin: 0;
  color: #52525b;
  font-size: 13px;
  line-height: 1.75;
}

.product-overview-simple {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.overview-readable > p {
  margin: 0;
  color: #27272a;
  font-size: 17px;
  line-height: 1.95;
}

.plain-benefit-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(9, 9, 11, .12);
}

.plain-benefit-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(9, 9, 11, .10);
}

.plain-benefit-list li span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1ecff;
  color: #5621a8;
  font-size: 10px;
  font-weight: 900;
}

.plain-benefit-list li strong {
  color: #18181b;
  font-size: 12px;
}

.specification-panel-simple {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.spec-sheet {
  border-top: 2px solid #09090b;
}

.spec-sheet__row {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(140px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(9, 9, 11, .12);
}

.spec-sheet__row span {
  color: #71717a;
  font-size: 11px;
}

.spec-sheet__row strong {
  color: #09090b;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.box-section--simple {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.box-list-simple {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #09090b;
}

.box-list-simple > div {
  min-height: 66px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(9, 9, 11, .12);
}

.box-list-simple > div:nth-child(odd) {
  margin-right: 28px;
}

.box-list-simple span {
  color: #8b5cf6;
  font: 800 10px "Inter", sans-serif;
}

.box-list-simple strong {
  color: #18181b;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .product-overview-simple,
  .specification-panel-simple,
  .box-section--simple {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .simple-section-intro { margin-bottom: 10px; }
}

@media (max-width: 760px) {
  .product-info--simple .product-lead { font-size: 14px; }
  .key-facts__head { min-height: 54px; }
  .key-fact-row {
    min-height: 60px;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px 0;
  }
  .key-fact-row strong { text-align: left; }
  .micro-trust--simple { gap: 11px; }
  .product-sections--simple .content-panel { padding: 34px 0; }
  .tab-nav--simple { padding-inline: 0; }
  .overview-readable > p { font-size: 15px; line-height: 1.85; }
  .spec-sheet__row {
    min-height: 66px;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 0;
  }
  .spec-sheet__row strong { text-align: left; font-size: 13px; }
  .box-list-simple { grid-template-columns: 1fr; }
  .box-list-simple > div:nth-child(odd) { margin-right: 0; }
}

/* =========================================================
   AERONI V6 — mobile-first storefront and checkout
   ========================================================= */
body { overflow-x: hidden; }
button, a, input, select, textarea { touch-action: manipulation; }
.mobile-bottom-nav { display: none; }
.mobile-only-label { display: none; }

@media (hover: none) {
  .product-card:hover,
  .drone-segment-card:hover,
  .simple-category-card:hover,
  .button:hover { transform: none; }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 24px, 1240px);
    --radius: 18px;
    --radius-lg: 22px;
  }

  html { scroll-padding-top: 78px; }
  body:not(.admin-body) { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  body.no-scroll { position: relative; width: 100%; }
  .section { padding: 48px 0; }
  .section--compact { padding: 40px 0; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

  /* Compact sticky header */
  .top-strip { font-size: 10px; }
  .top-strip__inner { min-height: 28px; }
  .site-header { top: 0; }
  .nav-wrap { height: 60px; gap: 10px; }
  .brand { font-size: 22px; }
  .nav-actions { gap: 5px; }
  .cart-button { min-width: 43px; min-height: 43px; padding: 0 7px; justify-content: center; }
  .cart-button strong { min-width: 27px; height: 27px; }
  .mobile-menu-button {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    font-size: 21px;
    cursor: pointer;
  }

  /* Thumb-friendly fixed navigation */
  .mobile-bottom-nav {
    position: fixed;
    z-index: 70;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(62px + env(safe-area-inset-bottom));
    padding: 7px 10px max(7px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    border-top: 1px solid rgba(9, 9, 11, .10);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 30px rgba(20, 16, 31, .08);
    backdrop-filter: blur(16px);
  }
  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    min-width: 0;
    min-height: 48px;
    padding: 4px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #66616d;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
  }
  .mobile-bottom-nav a.is-active { background: #f3efff; color: #5621a8; }
  .mobile-bottom-nav i { font-style: normal; font-size: 18px; line-height: 1; }
  .mobile-bottom-nav [data-mobile-cart-count] {
    position: absolute;
    top: 1px;
    left: calc(50% + 8px);
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #7c3cff;
    color: #fff;
    font: 800 8px/1 "Inter", sans-serif;
  }

  /* Home hero */
  .simple-hero { padding: 36px 0 18px; }
  .simple-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .simple-hero__copy h1 { font-size: clamp(36px, 11vw, 48px); line-height: 1.02; }
  .simple-hero__copy > p { margin: 18px 0 20px; font-size: 14px; line-height: 1.7; }
  .hero-search {
    min-height: auto;
    padding: 6px;
    grid-template-columns: auto minmax(0, 1fr);
    border-radius: 16px;
  }
  .hero-search input { min-height: 44px; font-size: 16px; }
  .hero-search button { grid-column: 1 / -1; min-height: 48px; width: 100%; border-radius: 12px; }
  .simple-hero__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .simple-hero__actions .button { width: 100%; min-height: 50px; }
  .simple-hero__trust { display: grid; gap: 8px; font-size: 10px; }
  .simple-hero__product { padding: 10px; border-radius: 22px; }
  .simple-hero__product img { aspect-ratio: 1.15; object-fit: contain; border-radius: 16px; }
  .simple-hero__product-info { padding: 13px 4px 2px; align-items: center; gap: 10px; }
  .simple-hero__product-info strong { max-width: 190px; font-size: 14px; }
  .simple-hero__price b { font-size: 21px; }

  /* Headings */
  .section-heading { margin-bottom: 22px; }
  .section-heading h2,
  .simple-heading h2 { font-size: 31px; line-height: 1.12; }
  .section-heading--split { display: grid; gap: 10px; }
  .section-heading--split .text-link { margin-top: 0; }

  /* Home categories */
  .home-category-layout { gap: 14px; }
  .drone-segment-grid { grid-template-columns: 1fr; gap: 10px; }
  .drone-segment-card,
  .drone-segment-card:first-child {
    min-height: 184px;
    padding: 19px;
    border-radius: 20px;
  }
  .drone-segment-card__copy { width: 67%; }
  .drone-segment-card h3 { margin: 8px 0 7px; font-size: 20px; }
  .drone-segment-card p { font-size: 9px; line-height: 1.55; }
  .drone-segment-card b { padding-top: 10px; font-size: 10px; }
  .drone-segment-card > img,
  .drone-segment-card:first-child > img { width: 43%; height: 94%; right: -4%; bottom: -3%; }

  .home-category-menu {
    padding: 14px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    border-radius: 20px !important;
  }
  .home-category-menu__head { grid-column: 1 / -1; padding: 2px 2px 12px; }
  .home-category-menu > a {
    min-height: 105px;
    padding: 13px 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid var(--line) !important;
    border-radius: 15px;
    background: #faf9fc;
  }
  .home-category-menu > a > span { width: 34px; height: 34px; flex: 0 0 auto; }
  .home-category-menu > a div { min-width: 0; }
  .home-category-menu > a b { font-size: 10px; line-height: 1.35; }
  .home-category-menu > a small { font-size: 7px; line-height: 1.35; }
  .home-category-menu > a em { display: none; }
  .home-category-menu > button { grid-column: 1 / -1; min-height: 48px; margin-top: 2px; }

  /* Two-column mobile product grid */
  .products-grid,
  .products-grid--home,
  .products-grid--catalog,
  .catalog-main .products-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .product-card--simple { border-radius: 16px; }
  .product-card--simple .product-card__media { padding: 6px; }
  .product-card--simple .product-card__media img { border-radius: 12px; }
  .product-card--simple .product-badges { top: 10px; left: 10px; right: 10px; gap: 4px; }
  .product-card--simple .badge { padding: 4px 5px; border-radius: 6px; font-size: 6px; }
  .product-card--simple .stock-pill { right: 9px; bottom: 9px; padding: 5px 6px; font-size: 6px; }
  .product-card--simple .product-card__body { padding: 10px; }
  .product-card__category { margin-bottom: 5px; font-size: 6px; }
  .product-card--simple .product-card__body h3 { min-height: 35px; font-size: 12px; line-height: 1.4; }
  .product-card--simple .rating-line { margin: 6px 0; gap: 3px; }
  .product-card--simple .rating-line span { font-size: 8px; letter-spacing: 0; }
  .product-card--simple .rating-line b { font-size: 7px; }
  .product-card--simple .rating-line small { display: none; }
  .product-card--simple .product-subtitle { display: none; }
  .product-card--simple .price-row { margin-top: 8px; gap: 4px; }
  .product-card--simple .price-row strong { font-size: 17px; }
  .product-card--simple .price-row del { font-size: 7px; }
  .product-card--simple .price-row > span { padding: 4px; font-size: 7px; }
  .product-card--simple .card-actions { grid-template-columns: 1fr; margin-top: 9px; }
  .product-card--simple .card-actions .button--ghost { display: none; }
  .product-card--simple .card-actions .button { min-height: 42px; width: 100%; font-size: 9px; }
  .section-cta-center .button { width: 100%; }

  /* Benefits, delivery and FAQ */
  .simple-benefits { grid-template-columns: 1fr; border-radius: 20px; }
  .simple-benefits article { min-height: auto; padding: 21px; flex-direction: row; gap: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .simple-benefits article:last-child { border-bottom: 0; }
  .simple-benefits article > span { padding-top: 3px; }
  .simple-benefits p { font-size: 10px; }
  .simple-delivery { padding: 26px 20px; grid-template-columns: 1fr; gap: 24px; border-radius: 22px; }
  .simple-delivery h2 { font-size: 34px; }
  .simple-delivery__steps { grid-template-columns: 1fr 1fr; gap: 8px; }
  .simple-delivery__steps span { min-height: 88px; padding: 13px; font-size: 9px; }
  .faq-list summary { padding: 20px 2px; gap: 14px; font-size: 13px; line-height: 1.45; }
  .faq-list p { margin-bottom: 20px; font-size: 11px; line-height: 1.7; }

  /* Catalog */
  .simple-catalog-hero { padding: 36px 0 22px; }
  .simple-catalog-hero h1 { font-size: 40px; }
  .simple-catalog-hero p:not(.eyebrow) { margin-top: 12px; font-size: 12px; line-height: 1.6; }
  .simple-catalog { padding-top: 14px !important; }
  .catalog-controls { padding: 9px; grid-template-columns: 1fr; gap: 8px; border-radius: 17px; }
  .catalog-search { min-height: 48px; border-radius: 12px; }
  .catalog-search input,
  .catalog-sort select { width: 100%; font-size: 16px; }
  .catalog-sort select { min-height: 48px; border-radius: 12px; }
  .catalog-controls > .button { width: 100%; min-height: 48px; }
  .mobile-filter-row { margin-top: 10px; }
  .mobile-filter-row button { min-height: 44px !important; }
  .segment-pills,
  .category-pills { margin-top: 12px; margin-inline: -12px; padding-inline: 12px; scroll-snap-type: x proximity; }
  .segment-pills a,
  .category-pills a { min-height: 42px; display: inline-flex; align-items: center; scroll-snap-align: start; font-size: 8px; }
  .catalog-result-head { margin: 15px 0 12px; align-items: center; }
  .catalog-result-head strong { font-size: 15px; }
  .catalog-result-head span { font-size: 8px; }

  /* Product page */
  .product-detail { padding-top: 12px; padding-bottom: 28px; }
  .breadcrumbs { padding-bottom: 10px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; font-size: 8px; }
  .breadcrumbs::-webkit-scrollbar { display: none; }
  .product-detail__grid { grid-template-columns: 1fr; gap: 20px; }
  .product-gallery { position: static; }
  .main-product-image { padding: 8px; border-radius: 19px; cursor: default; }
  .main-product-image img { aspect-ratio: 1.08; object-fit: contain; border-radius: 14px; }
  .main-product-image.is-zoomed img { transform: none; }
  .zoom-hint { display: none; }
  .gallery-thumbs { gap: 7px; }
  .gallery-thumbs button { min-height: 64px; border-radius: 11px; }
  .gallery-thumbs img { height: 54px; }
  .product-info { padding-top: 0; }
  .product-info__meta { gap: 8px; align-items: flex-start; }
  .product-info__meta .eyebrow { max-width: 62%; }
  .stock-status { white-space: nowrap; font-size: 8px; }
  .product-info h1 { margin: 9px 0 11px; font-size: 34px; line-height: 1.05; }
  .product-info--simple .product-lead { font-size: 13px; line-height: 1.75; }
  .rating-line--large { flex-wrap: wrap; gap: 6px; }
  .rating-line--large a { width: 100%; }
  .pricing-box--simple { margin: 17px 0; padding: 17px; align-items: flex-end; border-radius: 15px; }
  .pricing-box strong { font-size: 34px; }
  .pricing-box > div:last-child { max-width: 48%; }
  .pricing-box span { font-size: 8px; line-height: 1.4; }
  .key-facts { margin: 18px 0; }
  .key-facts__head { min-height: 50px; }
  .key-fact-row { min-height: 54px; padding: 10px 0; }
  .key-fact-row span { font-size: 9px; }
  .key-fact-row strong { font-size: 12px; }
  .inline-upsell { padding: 13px; }
  .inline-upsell--simple label { grid-template-columns: auto 54px 1fr; min-height: 76px; }
  .inline-upsell--simple label img { width: 54px; height: 54px; }
  .purchase-actions { grid-template-columns: 1fr; gap: 8px; }
  .purchase-actions .button { width: 100%; min-height: 52px; }
  .micro-trust { grid-template-columns: 1fr; font-size: 9px; }

  .product-sections { padding-top: 20px; }
  .tab-nav {
    top: 60px;
    margin-inline: -12px;
    padding: 8px 12px;
    gap: 5px;
    overflow-x: auto;
    border-inline: 0;
    scrollbar-width: none;
  }
  .tab-nav::-webkit-scrollbar { display: none; }
  .tab-nav a { flex: 0 0 auto; min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; font-size: 9px; }
  .product-sections--simple .content-panel { margin-bottom: 0; padding: 30px 0; }
  .simple-section-intro h2 { font-size: 30px; }
  .simple-section-intro > p:last-child { font-size: 11px; }
  .overview-readable > p { font-size: 14px; }
  .plain-benefit-list li { min-height: 50px; }
  .spec-sheet__row { min-height: 60px; }
  .spec-sheet__row strong { font-size: 12px; }
  .box-list-simple > div { min-height: 58px; padding-right: 0; }
  .review-section { gap: 24px; }
  .review-summary > strong { font-size: 66px; }
  .review-cards article,
  .review-media-placeholder { padding: 18px; border-radius: 14px; }
  .review-cards article > div { gap: 8px; flex-wrap: wrap; }
  .delivery-info-grid > div { padding: 19px; }

  .mobile-sticky-buy {
    z-index: 65;
    bottom: calc(62px + env(safe-area-inset-bottom));
    min-height: 64px;
    padding: 8px 12px;
    background: rgba(255,255,255,.98);
  }
  .mobile-sticky-buy .button { min-height: 44px; padding-inline: 20px; }

  /* Cart becomes a full mobile checkout screen */
  .cart-drawer { width: 100%; max-width: none; }
  .cart-drawer__head { min-height: 70px; padding: 12px 15px; }
  .cart-drawer__head h2 { font-size: 21px; }
  .cart-drawer__head .eyebrow { margin-bottom: 4px; font-size: 8px; }
  .cart-drawer__body { padding: 14px 12px calc(24px + env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .empty-state { min-height: calc(100dvh - 110px); }
  .cart-item { grid-template-columns: 70px minmax(0, 1fr) 30px; gap: 9px; padding: 8px; border-radius: 13px; }
  .cart-item img { width: 70px; height: 70px; border-radius: 9px; }
  .cart-item__main > strong { font-size: 10px; line-height: 1.4; }
  .cart-item__bottom { margin-top: 7px; gap: 6px; }
  .cart-item__bottom b { font-size: 13px; }
  .quantity-control button { min-width: 30px; min-height: 30px; }
  .cart-item__remove { width: 30px; height: 30px; padding: 0; }
  .upsell-box { margin: 14px 0; padding: 12px; }
  .upsell-box__head { align-items: flex-start; gap: 8px; }
  .upsell-item { grid-template-columns: 48px minmax(0, 1fr); gap: 8px; }
  .upsell-item img { width: 48px; height: 48px; }
  .upsell-item button { grid-column: 1 / -1; min-height: 40px; width: 100%; }
  .cart-summary > div { gap: 15px; font-size: 9px; }
  .cart-summary strong { text-align: right; }
  .checkout-form { gap: 12px; }
  .form-grid--2 { grid-template-columns: 1fr; }
  .checkout-form label { font-size: 10px; }
  .checkout-form input,
  .checkout-form textarea,
  .checkout-form select { min-height: 49px; font-size: 16px; }
  .checkout-form textarea { min-height: 96px; padding-top: 13px; }
  .payment-choice { grid-template-columns: 1fr; }
  .payment-choice label { min-height: 58px; }
  .consent { align-items: flex-start; line-height: 1.5; }
  .consent input { margin-top: 3px; }
  .success-modal { padding: 28px 20px; border-radius: 21px; }
  .success-modal h2 { font-size: 21px; }

  /* Drawer */
  .category-drawer { width: 100%; max-width: none; }
  .category-drawer__head { min-height: 66px; padding: 10px 15px; }
  .category-drawer__search { margin: 10px 12px 4px; min-height: 52px; }
  .category-drawer__search input { font-size: 16px; }
  .category-drawer__scroll { padding: 5px 12px calc(24px + env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .drawer-section { padding: 14px 0; }
  .drawer-section > a { min-height: 56px; }

  /* Footer */
  .site-footer { margin-top: 20px; padding: 46px 0 23px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid > div { gap: 9px; }
  .footer-grid p { font-size: 11px; }
  .footer-grid a,
  .footer-grid span { min-height: 30px; display: inline-flex; align-items: center; font-size: 10px; }
  .footer-bottom { padding-top: 18px; padding-bottom: 6px; font-size: 8px; }
}

@media (max-width: 360px) {
  :root { --shell: min(100% - 18px, 1240px); }
  .simple-hero__copy h1 { font-size: 34px; }
  .drone-segment-card__copy { width: 72%; }
  .drone-segment-card > img,
  .drone-segment-card:first-child > img { width: 38%; right: -6%; }
  .home-category-menu { grid-template-columns: 1fr !important; }
  .home-category-menu__head,
  .home-category-menu > button { grid-column: auto; }
  .products-grid,
  .products-grid--home,
  .products-grid--catalog,
  .catalog-main .products-grid--catalog { grid-template-columns: 1fr !important; }
  .product-card--simple .product-card__body h3 { min-height: auto; font-size: 15px; }
  .product-card--simple .product-subtitle { display: -webkit-box; }
  .simple-delivery__steps { grid-template-columns: 1fr; }
  .pricing-box--simple { align-items: flex-start; gap: 8px; }
  .pricing-box strong { font-size: 31px; }
  .mobile-bottom-nav a,
  .mobile-bottom-nav button { font-size: 8px; }
}

/* V6 mobile precedence fixes for rules defined in earlier versions. */
@media (max-width: 760px) {
  .top-strip { display: none; }
  .site-header .nav-wrap { height: 60px; }
  .site-header .brand { font-size: 22px; }
  .hero-search button { display: inline-flex !important; align-items: center; justify-content: center; }
  .catalog-controls > .button { display: inline-flex !important; align-items: center; justify-content: center; }
}
/* V7: accounts, reviews, comparison, guide and marketing controls */
.promo-marquee{overflow:hidden;white-space:nowrap}.promo-marquee__track{display:flex;width:max-content;gap:5rem;animation:aeroni-marquee 22s linear infinite;padding:.55rem 0;font-weight:800}.promo-marquee__track span{padding-left:2rem}@keyframes aeroni-marquee{to{transform:translateX(-50%)}}
.brand-logo-image{display:block;max-width:150px;max-height:44px;object-fit:contain}
.auth-page,.profile-page,.compare-page,.guide-page{padding-top:clamp(2rem,6vw,5rem);padding-bottom:6rem}.auth-card{max-width:520px;margin:auto;background:#fff;border:1px solid #e9e5ef;border-radius:28px;padding:clamp(1.4rem,5vw,3rem);box-shadow:0 20px 70px rgba(36,14,75,.08)}.auth-card h1{margin:.35rem 0 1rem}.auth-card form{display:grid;gap:1rem;margin-top:1.5rem}.auth-card label,.review-form label,.settings-form label,.review-admin-form label{display:grid;gap:.5rem;font-weight:700}.auth-card input,.review-form input,.review-form select,.review-form textarea,.compare-picker select,.settings-form input,.settings-form textarea,.review-admin-form input,.review-admin-form select,.review-admin-form textarea{width:100%;border:1px solid #ddd6e8;border-radius:14px;padding:.95rem 1rem;background:#fff;color:#17121e;font:inherit}.auth-card footer{text-align:center;margin-top:1.3rem}.auth-card footer a{color:#6d20e8;font-weight:800}
.profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.profile-orders{display:grid;gap:1rem}.profile-orders article{background:#fff;border:1px solid #ebe7ef;border-radius:20px;padding:1.25rem}.profile-orders article>div,.profile-orders article footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.review-section--real{display:grid;gap:1.5rem}.review-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.review-form{background:#faf8fd;border:1px solid #e7e0ef;border-radius:22px;padding:1.25rem;display:grid;gap:1rem}.review-login-callout{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;background:#f6f2fc;border-radius:20px;padding:1.2rem}.review-login-callout p{flex:1;min-width:220px;margin:0}.review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.review-item{border:1px solid #e9e4ee;border-radius:22px;padding:1.2rem;background:#fff}.review-item header{display:flex;justify-content:space-between;gap:1rem}.review-item header div{display:grid;gap:.25rem}.review-item header span{color:#ffb400;letter-spacing:.08em}.review-item header small{color:#6d6477}.review-item>img{width:100%;max-height:260px;object-fit:cover;border-radius:16px;margin-top:1rem}.review-item footer{font-size:.8rem;color:#83778c;margin-top:1rem}.empty-reviews{grid-column:1/-1;padding:2rem;text-align:center;border:1px dashed #d8cfdf;border-radius:20px}.quick-guide-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,#211033,#6926d9);color:#fff}.quick-guide-card .eyebrow{color:#d9c3ff}
.compare-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:.75rem;margin:2rem 0}.compare-table-wrap{overflow:auto;border:1px solid #e8e3ed;border-radius:24px}.compare-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.compare-table th,.compare-table td{padding:1rem;border-bottom:1px solid #eee9f2;text-align:center}.compare-table th:first-child{text-align:left;min-width:160px}.compare-table thead th{vertical-align:top}.compare-table thead img{width:120px;height:100px;object-fit:contain;display:block;margin:auto}.compare-table thead strong{display:block;margin-top:.7rem}
.guide-hero{max-width:760px;margin-bottom:2rem}.guide-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.guide-steps article{display:flex;gap:1.2rem;padding:1.4rem;border:1px solid #e9e4ee;border-radius:22px;background:#fff}.guide-steps article>span{font-size:1.6rem;font-weight:900;color:#7c2cff}.guide-steps h3{margin:0 0 .5rem}.guide-steps p{margin:0;color:#6e6675}.guide-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.video-frame{aspect-ratio:16/9;background:#17121e;border-radius:24px;overflow:hidden;color:#fff;display:grid;place-items:center;text-align:center}.video-frame iframe{width:100%;height:100%;border:0}.video-frame span{font-size:2rem}.guide-videos h3{margin:.8rem .3rem}
.admin-standalone{max-width:1100px;margin:0 auto;padding:2rem}.review-admin-form,.settings-form{display:grid;gap:1rem;margin:1.5rem 0}.admin-review-list{display:grid;gap:.8rem}.admin-review-list article{display:grid;grid-template-columns:1fr auto;gap:1rem;background:#fff;border-radius:16px;padding:1rem}.admin-review-list article p{grid-column:1/-1}.admin-review-list button{border:0;background:#fff0f1;color:#b3202e;border-radius:10px;padding:.6rem .8rem;font-weight:800}
@media(max-width:900px){.compare-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-picker .button{grid-column:1/-1}.review-list,.guide-steps,.guide-videos{grid-template-columns:1fr}.quick-guide-card{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.promo-marquee__track{font-size:.78rem}.brand-logo-image{max-width:112px;max-height:36px}.review-section__head,.profile-head{align-items:flex-start;flex-direction:column}.review-item header{flex-direction:column}.compare-picker{grid-template-columns:1fr}.compare-picker .button{grid-column:auto}.auth-page,.profile-page,.compare-page,.guide-page{padding-top:1.25rem}.auth-card{border-radius:20px}.guide-steps article{padding:1rem}.quick-guide-card{padding:1.25rem}.admin-standalone{padding:1rem}.admin-review-list article{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.promo-marquee__track{animation:none}}

/* V8 settings and official logo fix */
.brand-logo-image{width:auto;height:auto;max-width:158px;max-height:48px}
.settings-block{margin:1.25rem 0;padding:1.25rem;border:1px solid #e7e7ec;border-radius:18px;background:#fff}
.settings-block h2{margin:0 0 1rem;color:#111}
.settings-preview{display:flex;align-items:center;justify-content:flex-start;min-height:92px;margin-bottom:1rem;padding:1rem;border-radius:14px;background:#f7f7fa}
.settings-preview--logo img{display:block;max-width:220px;max-height:70px;object-fit:contain}
.admin-notice{margin:1rem 0;padding:.9rem 1rem;border-radius:12px;background:#eafaf2;color:#087a43;font-weight:700}
.video-frame video{width:100%;height:100%;object-fit:cover;background:#000}
@media(max-width:640px){.brand-logo-image{max-width:122px;max-height:38px}.settings-block{padding:1rem}.settings-preview--logo img{max-width:180px}}


/* V9 official supplied Aeroni logo */
.brand-logo-image{max-width:176px;max-height:68px;object-fit:contain}
@media(max-width:640px){.brand-logo-image{max-width:132px;max-height:54px}}

/* V11 compact catalog, Alta-style cards, quick order and promotions */
.home-first{padding-top:32px}.home-first__head,.home-product-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.home-first__head h1{font-size:clamp(34px,5vw,58px);margin:4px 0}.home-first__head>a,.home-product-heading>a{font-weight:800;color:#5422b8}.home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-category-grid>a{min-height:154px;border:1px solid #dadce3;border-radius:22px;padding:22px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.home-category-grid>a:hover{transform:translateY(-3px);border-color:#6e35d7;box-shadow:0 16px 36px rgba(49,27,80,.1)}.home-category-grid span{font-size:28px;color:#682cdb;margin-bottom:auto}.home-category-grid strong{font-size:18px;color:#111}.home-category-grid small{margin-top:5px;color:#6c6872}.alta-card{border:1px solid #dfe1e7!important;border-radius:18px!important;background:#fff;overflow:hidden;box-shadow:none!important}.alta-card:hover{border-color:#a997cc!important;box-shadow:0 10px 28px rgba(29,19,45,.08)!important}.alta-card .product-card__media{position:relative}.wishlist-button{position:absolute;right:10px;top:10px;z-index:3;width:38px;height:38px;border-radius:50%;border:1px solid #dedce3;background:#fff;font-size:23px;line-height:1;color:#29242f;cursor:pointer}.wishlist-button.is-active{color:#e02357;background:#fff0f5;border-color:#ffc6d7}.alta-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.button--buy{background:#26212d;color:#fff}.button--cart{background:#722ee8;color:#fff;border:0}.promotions-section{background:#f4f0fb;padding:58px 0}.promotions-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.promotions-banner h2{font-size:clamp(28px,4vw,46px);margin:5px 0}.promotions-grid{grid-template-columns:repeat(3,1fr)}.quick-order-page{padding-top:30px;padding-bottom:80px}.quick-order-back{display:inline-block;margin-bottom:18px;font-weight:800}.quick-order-layout{display:grid;grid-template-columns:1fr .8fr;gap:28px;align-items:start}.quick-order-product,.quick-order-card{background:#fff;border:1px solid #e0e1e6;border-radius:24px;padding:24px}.quick-order-product{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.quick-order-product img{width:100%;max-height:430px;object-fit:contain}.quick-order-product h1{font-size:clamp(27px,4vw,46px);margin:8px 0 18px}.quick-price{display:flex;align-items:center;gap:12px}.quick-price strong{font-size:36px;color:#5d25c8}.quick-price del{color:#817b88}.quick-order-card h2{font-size:28px;margin:0 0 8px}.quick-order-card form{display:grid;gap:15px;margin-top:22px}.quick-order-card form>label{display:grid;gap:7px;font-weight:800}.quick-order-card input[type=text],.quick-order-card input[type=tel]{min-height:52px;border:1px solid #d8d8df;border-radius:13px;padding:0 14px;font-size:16px}.shipping-options{border:0;padding:0;margin:4px 0;display:grid;gap:8px}.shipping-options legend{font-weight:900;margin-bottom:10px}.shipping-options label{cursor:pointer}.shipping-options input{position:absolute;opacity:0}.shipping-options span{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dcdae2;border-radius:14px;padding:15px;background:#fff}.shipping-options input:checked+span{border-color:#722ee8;background:#f7f2ff;box-shadow:0 0 0 2px #722ee8 inset}.shipping-options em{font-style:normal;font-weight:900;color:#5d25c8}.quick-total{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e5e2e8}.quick-total strong{font-size:26px}.quick-order-status{min-height:22px;margin:0;color:#b42334}.quick-order-status.is-success{color:#087a43;font-weight:800}
@media(max-width:900px){.home-category-grid{grid-template-columns:repeat(2,1fr)}.quick-order-layout{grid-template-columns:1fr}.promotions-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.products-grid--home-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.products-grid--home-compact .alta-card .product-card__body{padding:8px!important}.products-grid--home-compact .alta-card h3{font-size:10px!important;min-height:28px!important}.products-grid--home-compact .product-card__category,.products-grid--home-compact .rating-line,.products-grid--home-compact .price-row del{display:none!important}.products-grid--home-compact .price-row strong{font-size:13px!important}.products-grid--home-compact .alta-card__actions{grid-template-columns:1fr}.products-grid--home-compact .button--cart{display:none}.products-grid--home-compact .button{min-height:34px!important;font-size:9px!important;padding:5px!important}.products-grid--home-compact .wishlist-button{width:30px;height:30px;font-size:18px}.home-first{padding-top:18px}.home-category-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-category-grid>a{min-height:118px;padding:14px;border-radius:16px}.home-category-grid strong{font-size:13px}.home-category-grid small{font-size:9px}.home-category-grid span{font-size:21px}.home-first__head{align-items:flex-start}.home-first__head h1{font-size:34px}.promotions-banner{align-items:flex-start;flex-direction:column}.promotions-grid{grid-template-columns:repeat(2,1fr)}.quick-order-product{grid-template-columns:1fr;padding:15px}.quick-order-card{padding:18px}.quick-order-page{padding-top:16px}.alta-card__actions{gap:5px}.alta-card__actions .button{font-size:10px;padding:7px 4px;min-height:40px}}
@media(max-width:360px){.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important}.products-grid--home-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home-category-grid{grid-template-columns:repeat(2,1fr)}}

/* V12 — desktop product layout and lighter typography */
:root{
  --store-purple:#6f2bd9;
  --store-purple-dark:#5520b5;
  --store-ink:#17151c;
  --store-muted:#77727d;
  --store-border:#e7e4eb;
  --store-soft:#f7f6f9;
}

body{background:#fff;color:var(--store-ink);font-weight:400;line-height:1.55}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:600}
.desktop-nav a,.desktop-category-link,.button,.cart-button,.text-link{font-weight:500}
.desktop-category-link{border:0;background:transparent;color:var(--muted);font-size:13px;cursor:pointer;padding:0}

/* Wider and balanced desktop header */
@media (min-width:1000px){
  :root{--shell:min(1440px,calc(100% - 72px))}
  .nav-wrap{height:78px;gap:28px}
  .brand-logo-image{max-width:150px;max-height:58px}
  .desktop-nav{gap:31px}
  .desktop-nav a,.desktop-category-link{font-size:14px;font-weight:500}
  .cart-button{min-height:46px;padding:0 10px 0 20px;font-weight:500}
}

/* Product page — clean two-column desktop composition */
.sales-product{padding:28px 0 42px;background:#fff}
.sales-product__shell{max-width:1440px}
.breadcrumbs--compact{display:flex;align-items:center;gap:9px;margin:0 0 20px;color:#8b8790;font-size:13px;font-weight:400}
.breadcrumbs--compact a:hover{color:var(--store-purple)}
.breadcrumbs--compact b{color:#4d4852;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sales-hero{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(390px,.78fr);gap:28px;align-items:start}
.sales-media{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;padding:30px;border:1px solid var(--store-border);border-radius:22px;background:#fff;overflow:hidden}
.sales-media>img{width:100%;height:100%;max-height:650px;object-fit:contain}
.sales-media__badges{position:absolute;z-index:2;top:18px;left:18px;right:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;pointer-events:none}
.sale-chip,.gift-chip{display:inline-flex;align-items:center;min-height:36px;padding:7px 13px;border-radius:10px;font-size:13px;font-weight:600;line-height:1.2}
.sale-chip{background:#ed1754;color:#fff}
.gift-chip{max-width:65%;background:#fff;color:#5e29bf;border:1px solid #d7c4ff;box-shadow:0 8px 24px rgba(89,44,172,.10)}
.sales-summary{position:sticky;top:110px;padding:28px;border:1px solid var(--store-border);border-radius:22px;background:#fff;box-shadow:0 16px 45px rgba(31,22,45,.055)}
.sales-kicker{display:inline-flex;margin:0 0 11px;padding:7px 11px;border-radius:999px;background:#f0e9ff;color:var(--store-purple);font-size:12px;font-weight:500}
.sales-summary h1{margin:0 0 14px;font-size:clamp(29px,2.7vw,43px);line-height:1.17;letter-spacing:-.025em;font-weight:600;color:#19171d}
.sales-rating{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:#817b87;font-size:13px}
.sales-rating>span{color:#7140d8;letter-spacing:2px;font-size:18px}
.sales-rating b{color:#29252d;font-weight:500}
.sales-rating a{text-decoration:underline;text-underline-offset:3px}
.sales-price{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 22px;padding:0}
.sales-price strong{order:-1;color:#e51651;font-size:42px;line-height:1;font-weight:600;letter-spacing:-.035em}
.sales-price del{color:#8f8993;font-size:20px;font-weight:400}
.sales-price span{padding:7px 11px;border-radius:999px;background:#6f2bd9;color:#fff;font-size:12px;font-weight:500}
.sales-offer{margin:0 0 20px;padding:18px;border-radius:16px;background:var(--store-soft);border:1px solid #ece9ef}
.sales-offer>strong{display:block;margin-bottom:13px;color:#5f2ac1;font-size:14px;font-weight:500}
.offer-timer{display:flex;align-items:center;justify-content:center;gap:12px}
.offer-timer div{min-width:58px;text-align:center}
.offer-timer b{display:block;color:#28242c;font-size:24px;line-height:1;font-weight:500;font-variant-numeric:tabular-nums}
.offer-timer span{display:block;margin-top:6px;color:#95909a;font-size:10px;font-weight:400}
.offer-timer i{color:#aaa4ae;font-style:normal;font-size:20px}
.sales-order-button{width:100%;min-height:58px;border-radius:12px;background:linear-gradient(135deg,#742cdf,#5e24c8);font-size:17px;font-weight:600;box-shadow:0 13px 25px rgba(101,40,204,.19)}
.sales-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:19px;padding-top:18px;border-top:1px solid var(--store-border)}
.sales-trust span{text-align:center;color:#5f5a65;font-size:11px;font-weight:400;line-height:1.45}

.sales-section{padding-top:62px;padding-bottom:62px}
.sales-section--soft{background:#faf9fb}
.sales-section__head{margin-bottom:26px}
.sales-section__head p{margin:0 0 7px;color:var(--store-purple);font-size:12px;font-weight:500;letter-spacing:.02em}
.sales-section__head h2{margin:0;font-size:clamp(27px,3vw,38px);line-height:1.25;font-weight:600;letter-spacing:-.02em}
.benefit-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--store-border);border-radius:18px;background:#fff;overflow:hidden}
.benefit-list>div{min-height:92px;display:flex;align-items:center;gap:13px;padding:20px;border-right:1px solid var(--store-border);border-bottom:1px solid var(--store-border)}
.benefit-list>div:nth-child(3n){border-right:0}
.benefit-list>div:nth-last-child(-n+3){border-bottom:0}
.benefit-list span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#eee5ff;color:#6d28d9;font-size:16px}
.benefit-list strong{font-size:14px;line-height:1.55;font-weight:500}
.sales-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px;border-top:1px solid var(--store-border)}
.sales-specs>div{display:grid;grid-template-columns:minmax(150px,.8fr) 1.2fr;gap:24px;padding:18px 8px;border-bottom:1px solid var(--store-border)}
.sales-specs>div:nth-child(odd){padding-right:34px;border-right:1px solid var(--store-border)}
.sales-specs>div:nth-child(even){padding-left:34px}
.sales-specs span{color:#8a858e;font-size:13px;font-weight:400}
.sales-specs strong{color:#27232b;font-size:14px;font-weight:500}
.sales-box-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px;border-top:1px solid var(--store-border)}
.sales-box-list>div{display:flex;align-items:center;gap:18px;min-height:64px;padding:13px 8px;border-bottom:1px solid var(--store-border)}
.sales-box-list b{color:#6e2bd5;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}
.sales-box-list span{font-size:14px;font-weight:400}
.sales-reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.sales-reviews article{display:flex;flex-direction:column;min-height:210px;padding:21px;border:1px solid var(--store-border);border-radius:17px;background:#fff}
.sales-review__stars{color:#6f2bd9;letter-spacing:2px;font-size:16px}
.sales-reviews article>p{margin:15px 0 20px;color:#514c56;font-size:14px;line-height:1.75;font-weight:400}
.sales-reviews article>img{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:18px}
.sales-reviews footer{display:flex;flex-direction:column;gap:4px;margin-top:auto}
.sales-reviews footer strong{font-size:13px;font-weight:500}
.sales-reviews footer span{color:#89838e;font-size:11px;font-weight:400}

.quick-order-section{padding:70px 0;background:#f8f5fc}
.quick-order-section .quick-order-card{display:grid;grid-template-columns:1fr .9fr;gap:45px;align-items:center;padding:34px;border:1px solid #e7e0ef;border-radius:24px;background:#fff}
.quick-order-copy>p{margin:0 0 8px;color:#6e2bd5;font-size:12px;font-weight:500}
.quick-order-copy h2{margin:0 0 12px;font-size:clamp(28px,3.2vw,42px);line-height:1.24;font-weight:600;letter-spacing:-.025em}
.quick-order-copy>span{color:#77717d;font-size:14px;font-weight:400}
.quick-order-section .quick-order-product{display:flex;align-items:center;gap:13px;margin-top:23px;padding:12px;border:1px solid var(--store-border);border-radius:14px;background:#fff}
.quick-order-section .quick-order-product img{width:76px;height:76px;object-fit:contain}
.quick-order-section .quick-order-product div{display:grid;gap:4px}
.quick-order-section .quick-order-product strong{font-size:14px;font-weight:500}
.quick-order-section .quick-order-product span{color:#6d28d9;font-size:18px;font-weight:600}
.quick-order-form{display:grid;gap:14px}
.quick-order-form label{display:grid;gap:7px;color:#4d4852;font-size:13px;font-weight:500}
.quick-order-form input{width:100%;min-height:54px;padding:0 15px;border:1px solid #dad5df;border-radius:12px;background:#fff;color:#17151c;font-size:16px;font-weight:400;outline:none}
.quick-order-form input:focus{border-color:#7540d4;box-shadow:0 0 0 3px rgba(117,64,212,.10)}
.quick-order-note{margin:0;color:#85808a;font-size:11px;font-weight:400;text-align:center}
.mobile-sales-bar{display:none}

/* Cards and catalog use lighter, more readable type */
.product-card h3,.product-card--simple .product-card__body h3,.alta-card h3{font-weight:500;letter-spacing:-.01em}
.product-card__category,.product-subtitle,.rating-line{font-weight:400}
.price-row strong{font-weight:600}
.price-row del,.price-row>span{font-weight:400}
.home-category-grid strong{font-weight:500}
.home-category-grid small{font-weight:400}
.alta-card__actions .button{font-weight:500}

@media (max-width:1100px){
  .sales-hero{grid-template-columns:1fr 430px;gap:20px}
  .sales-media{min-height:530px;padding:22px}
  .sales-summary{padding:22px}
  .sales-trust{grid-template-columns:1fr}
  .sales-trust span{text-align:left}
}

@media (max-width:900px){
  .sales-product{padding-top:14px}
  .sales-hero{grid-template-columns:1fr}
  .sales-media{min-height:auto;aspect-ratio:1/1;padding:18px;border-radius:18px}
  .sales-media>img{max-height:100%;object-fit:contain}
  .sales-summary{position:static;padding:21px;border-radius:18px}
  .sales-summary h1{font-size:30px}
  .sales-price strong{font-size:36px}
  .benefit-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefit-list>div,.benefit-list>div:nth-child(3n),.benefit-list>div:nth-last-child(-n+3){border-right:1px solid var(--store-border);border-bottom:1px solid var(--store-border)}
  .benefit-list>div:nth-child(2n){border-right:0}
  .benefit-list>div:nth-last-child(-n+2){border-bottom:0}
  .sales-reviews{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quick-order-section .quick-order-card{grid-template-columns:1fr;gap:25px}
}

@media (max-width:760px){
  :root{--shell:min(100% - 22px,1240px)}
  body{font-size:14px}
  .sales-product{padding-bottom:24px}
  .breadcrumbs--compact{font-size:10px;margin-bottom:11px}
  .sales-media__badges{top:10px;left:10px;right:10px}
  .sale-chip,.gift-chip{min-height:30px;padding:6px 9px;font-size:10px;border-radius:8px}
  .gift-chip{max-width:72%}
  .sales-summary{padding:17px}
  .sales-kicker{font-size:10px;padding:5px 9px}
  .sales-summary h1{font-size:25px;margin-bottom:10px}
  .sales-rating{font-size:11px;margin-bottom:16px;flex-wrap:wrap}
  .sales-rating>span{font-size:15px}
  .sales-price{margin-bottom:16px;gap:9px}
  .sales-price strong{font-size:31px}
  .sales-price del{font-size:16px}
  .sales-price span{font-size:10px}
  .sales-offer{padding:14px}
  .sales-offer>strong{font-size:12px}
  .offer-timer{gap:7px}
  .offer-timer div{min-width:48px}
  .offer-timer b{font-size:21px}
  .sales-order-button{min-height:52px;font-size:15px}
  .sales-trust{gap:7px;margin-top:14px;padding-top:14px}
  .sales-trust span{font-size:10px}
  .sales-section{padding-top:40px;padding-bottom:40px}
  .sales-section__head{margin-bottom:18px}
  .sales-section__head h2{font-size:25px}
  .benefit-list{grid-template-columns:1fr;border-radius:14px}
  .benefit-list>div,.benefit-list>div:nth-child(2n),.benefit-list>div:nth-last-child(-n+2){min-height:64px;padding:14px;border-right:0;border-bottom:1px solid var(--store-border)}
  .benefit-list>div:last-child{border-bottom:0}
  .benefit-list strong{font-size:13px}
  .sales-specs{grid-template-columns:1fr}
  .sales-specs>div,.sales-specs>div:nth-child(odd),.sales-specs>div:nth-child(even){grid-template-columns:42% 58%;gap:10px;padding:14px 2px;border-right:0}
  .sales-specs span,.sales-specs strong{font-size:12px}
  .sales-box-list{grid-template-columns:1fr}
  .sales-box-list>div{min-height:52px;padding:10px 2px}
  .sales-reviews{grid-template-columns:1fr}
  .sales-reviews article{min-height:auto;padding:17px}
  .quick-order-section{padding:40px 0 95px}
  .quick-order-section .quick-order-card{padding:18px;border-radius:17px}
  .quick-order-copy h2{font-size:26px}
  .quick-order-section .quick-order-product{padding:9px}
  .quick-order-section .quick-order-product img{width:58px;height:58px}
  .mobile-sales-bar{position:fixed;z-index:55;left:0;right:0;bottom:calc(65px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border-top:1px solid #e6e2e9;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 -10px 30px rgba(32,19,49,.10)}
  .mobile-sales-bar>div{display:grid;line-height:1.1}
  .mobile-sales-bar del{color:#96909a;font-size:10px;font-weight:400}
  .mobile-sales-bar strong{color:#e51651;font-size:18px;font-weight:600}
  .mobile-sales-bar .button{width:auto;min-height:45px;padding:0 17px;font-size:12px;font-weight:600}
}

/* V13 — Brand hero, reviews, about page and elegant motion */
@font-face{
  font-family:'BPG Nino Mtavruli';
  src:url('/fonts/bpg-nino-mtavruli-bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
:root{--brand-purple:#6f35d8;--brand-violet:#8b4de8;--brand-ink:#17141d;--brand-muted:#6e6875;--brand-soft:#f7f5fa}
body{color:var(--brand-ink)}
h1,h2,h3,.brand-hero__product strong,.home-category-grid strong,.button{font-family:'BPG Nino Mtavruli','Noto Sans Georgian',sans-serif;letter-spacing:.01em}
a,button,.alta-card,.home-category-grid>a,.home-review-card{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease,background-color .28s ease,color .28s ease,opacity .28s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(111,53,216,.2)}
.brand-hero{padding:30px 0 54px;background:linear-gradient(180deg,#fff 0%,#faf8fd 100%);overflow:hidden}
.brand-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:48px;align-items:center;min-height:610px}
.brand-hero__copy{position:relative;z-index:2;padding:40px 0}
.brand-hero__copy h1{font-size:clamp(48px,5.5vw,84px);line-height:1.03;margin:12px 0 22px;font-weight:700}
.brand-hero__copy h1 span{color:var(--brand-purple)}
.brand-hero__copy>p:not(.eyebrow){max-width:610px;font-size:17px;line-height:1.8;color:var(--brand-muted)}
.brand-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.brand-hero__trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#5d5764;font-size:12px}
.brand-hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px;border:1px solid #ebe6f0;border-radius:32px;background:radial-gradient(circle at 55% 40%,#fff 0,#f4eefc 54%,#ece4f7 100%);overflow:hidden;box-shadow:0 30px 80px rgba(67,40,90,.13)}
.brand-hero__media img{position:relative;z-index:2;width:90%;height:90%;object-fit:contain;filter:drop-shadow(0 28px 32px rgba(27,20,36,.2));transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.brand-hero__media:hover img{transform:scale(1.035) translateY(-5px)}
.brand-hero__glow{position:absolute;inset:auto -20% -45% 20%;height:65%;border-radius:50%;background:rgba(126,66,218,.16);filter:blur(45px)}
.brand-hero__product{position:absolute;z-index:3;left:24px;bottom:24px;display:grid;gap:3px;padding:14px 17px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);box-shadow:0 12px 28px rgba(38,26,50,.12)}
.brand-hero__product small{font-size:10px;color:var(--brand-muted)}
.brand-hero__product strong{font-size:15px}
.brand-hero__product span{font-size:18px;color:var(--brand-purple);font-weight:700}
.home-first{padding-top:58px}
.home-first__head h2{font-size:34px}
.home-category-grid>a:hover{transform:translateY(-6px);border-color:#cdb9ec;box-shadow:0 18px 34px rgba(58,38,77,.1)}
.alta-card:hover{transform:translateY(-7px);border-color:#d4c5e9;box-shadow:0 18px 40px rgba(41,28,55,.11)}
.alta-card:hover img{transform:scale(1.04)}
.alta-card img{transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.home-reviews{padding:76px 0;background:#faf9fc;border-top:1px solid #eee9f2;border-bottom:1px solid #eee9f2}
.home-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-review-card{display:flex;flex-direction:column;min-height:260px;padding:25px;border:1px solid #e8e2ed;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(35,24,44,.04)}
.home-review-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(35,24,44,.09)}
.home-review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.review-stars{color:#7742d5;letter-spacing:2px;font-size:15px}
.home-review-card__top small{font-size:9px;color:#777080;text-align:right}
.home-review-card>p{font-size:14px;line-height:1.85;color:#3c3741;flex:1;margin:0 0 18px}
.home-review-card>img{width:100%;height:150px;object-fit:cover;border-radius:14px;margin-bottom:16px}
.home-review-card footer{display:grid;gap:3px;padding-top:14px;border-top:1px solid #eee9f1}
.home-review-card footer strong{font-size:13px;font-weight:600}
.home-review-card footer span{font-size:10px;color:#8a838e}
.home-about-banner{padding:72px 0}
.home-about-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:54px 58px;border-radius:30px;color:#fff;background:linear-gradient(125deg,#241733 0%,#542593 58%,#8146dc 100%);box-shadow:0 26px 60px rgba(72,36,115,.22)}
.home-about-banner__inner>div{max-width:760px}
.home-about-banner h2{font-size:38px;margin:8px 0 14px}
.home-about-banner p{line-height:1.8;color:rgba(255,255,255,.75)}
.button--light{background:#fff;color:#291837;border-color:#fff;white-space:nowrap}
.about-hero{padding:64px 0 78px;background:linear-gradient(180deg,#fff,#faf7fd)}
.about-hero__grid{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center;min-height:570px}
.about-hero h1{font-size:clamp(44px,5vw,72px);line-height:1.08;margin:12px 0 24px}
.about-hero p{max-width:680px;font-size:17px;line-height:1.9;color:var(--brand-muted);margin-bottom:30px}
.about-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px;border-radius:36px;background:radial-gradient(circle,#fff 0,#f2eafc 55%,#e9def8 100%);overflow:hidden}
.about-hero__visual img{position:relative;z-index:2;width:min(78%,430px);height:auto;mix-blend-mode:multiply;filter:drop-shadow(0 24px 30px rgba(69,35,102,.18))}
.about-hero__visual span{position:absolute;width:360px;height:360px;border:1px solid rgba(115,55,212,.18);border-radius:50%;box-shadow:0 0 0 55px rgba(115,55,212,.05),0 0 0 110px rgba(115,55,212,.03)}
.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:70px;padding-bottom:70px}
.about-values article{padding:32px;border:1px solid #e8e1ee;border-radius:22px;background:#fff;transition:transform .3s ease,box-shadow .3s ease}
.about-values article:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(39,24,51,.08)}
.about-values span{display:block;color:var(--brand-purple);font-size:12px;margin-bottom:25px}
.about-values h2{font-size:24px;margin-bottom:12px}
.about-values p{font-size:13px;line-height:1.8;color:var(--brand-muted)}
.about-story{padding:85px 0;background:#19131f;color:#fff}
.about-story__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.about-story h2{font-size:42px;line-height:1.2}
.about-story__inner>p{font-size:16px;line-height:2;color:rgba(255,255,255,.68)}
.about-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:70px;margin-bottom:70px;padding:42px 48px;border:1px solid #e7dfec;border-radius:24px;background:#faf7fd}
.about-cta h2{font-size:32px;margin-bottom:8px}
.about-cta p{color:var(--brand-muted)}
.reveal-up{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal-up.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal-up{opacity:1;transform:none;transition:none}*{scroll-behavior:auto!important}}
@media(max-width:980px){.brand-hero__grid,.about-hero__grid{grid-template-columns:1fr}.brand-hero__grid{gap:10px}.brand-hero__media{min-height:460px}.home-reviews__grid{grid-template-columns:repeat(2,1fr)}.about-values{grid-template-columns:1fr}.about-story__inner{grid-template-columns:1fr;gap:30px}}
@media(max-width:760px){.brand-hero{padding:8px 0 35px}.brand-hero__grid{min-height:auto}.brand-hero__copy{padding:28px 0 10px}.brand-hero__copy h1{font-size:40px}.brand-hero__copy>p:not(.eyebrow){font-size:13px;line-height:1.7}.brand-hero__trust{display:grid;gap:8px}.brand-hero__media{min-height:auto;aspect-ratio:1/1;border-radius:22px}.brand-hero__product{left:12px;right:12px;bottom:12px}.home-first{padding-top:35px}.home-first__head h2{font-size:27px}.home-reviews{padding:48px 0}.home-reviews__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.home-review-card{min-width:84%;scroll-snap-align:start}.home-about-banner{padding:45px 0}.home-about-banner__inner{display:grid;padding:32px 25px;border-radius:22px}.home-about-banner h2{font-size:28px}.about-hero{padding:35px 0 50px}.about-hero h1{font-size:38px}.about-hero p{font-size:14px}.about-hero__visual{min-height:340px;border-radius:24px}.about-values{padding-top:45px;padding-bottom:45px}.about-story{padding:55px 0}.about-story h2{font-size:31px}.about-story__inner>p{font-size:14px}.about-cta{display:grid;margin-top:45px;margin-bottom:45px;padding:28px 24px}.about-cta h2{font-size:27px}}

/* V14 — Compact homepage hero */
.brand-hero {
  padding: 18px 0 34px;
}
.brand-hero__grid {
  grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
  gap: 36px;
  min-height: 440px;
}
.brand-hero__copy {
  padding: 22px 0;
}
.brand-hero__copy h1 {
  max-width: 640px;
  margin: 8px 0 16px;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.02;
}
.brand-hero__copy > p:not(.eyebrow) {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.65;
}
.brand-hero__actions {
  margin-top: 22px;
}
.brand-hero__trust {
  margin-top: 20px;
  gap: 14px;
  font-size: 10px;
}
.brand-hero__media {
  min-height: 400px;
  border-radius: 26px;
}
.brand-hero__media img {
  width: 84%;
  height: 84%;
}
.brand-hero__product {
  left: 18px;
  bottom: 18px;
  padding: 11px 14px;
}
.brand-hero__product strong { font-size: 13px; }
.brand-hero__product span { font-size: 16px; }

@media (max-width: 980px) {
  .brand-hero__grid { min-height: auto; gap: 18px; }
  .brand-hero__media { min-height: 380px; }
}

@media (max-width: 760px) {
  .brand-hero { padding: 4px 0 24px; }
  .brand-hero__copy { padding: 22px 0 6px; }
  .brand-hero__copy h1 { font-size: 34px; margin-bottom: 12px; }
  .brand-hero__copy > p:not(.eyebrow) { font-size: 12px; line-height: 1.6; }
  .brand-hero__actions { margin-top: 16px; }
  .brand-hero__trust { margin-top: 15px; }
  .brand-hero__media {
    min-height: 0;
    aspect-ratio: 1.22 / 1;
    border-radius: 20px;
  }
  .brand-hero__media img { width: 82%; height: 82%; }
  .brand-hero__product { left: 10px; right: 10px; bottom: 10px; padding: 9px 11px; }
}

/* ===== Aeroni V17: mobile hero, continuous banner and correct category icons ===== */
.top-strip.promo-marquee{display:block!important;visibility:visible!important;min-height:34px;overflow:hidden;background:#f6f0ff;color:#351269;position:relative;z-index:80}
.promo-marquee__track{display:flex!important;align-items:center;width:max-content;min-width:200%;gap:0!important;padding:8px 0!important;animation:aeroni-marquee-v17 15s linear infinite!important;will-change:transform;font-size:12px;font-weight:500!important}
.promo-marquee__track span{display:block;flex:0 0 auto;min-width:50vw;padding:0 48px!important;text-align:center}
@keyframes aeroni-marquee-v17{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

.brand-hero__media{position:relative}
.brand-hero__slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(.985);transition:opacity .65s ease,transform .8s cubic-bezier(.22,.7,.2,1),visibility .65s;z-index:2}
.brand-hero__slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.brand-hero__slide img{width:88%;height:86%;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(27,20,36,.18))}
.brand-hero__dots{position:absolute;z-index:5;right:18px;bottom:18px;display:flex;gap:7px}
.brand-hero__dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(54,20,107,.22);padding:0;transition:width .25s ease,background .25s ease}
.brand-hero__dots button.is-active{width:24px;background:#6f2ed7}

.drawer-section-icon,.drawer-icon{flex:0 0 auto}
.drawer-section-icon svg,.drawer-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.drawer-section>p{display:flex;align-items:center;gap:10px}
.drawer-section>p .drawer-section-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f2eaff;color:#6f2ed7}
.drawer-icon{background:#f3edff!important;color:#6f2ed7!important}
.drawer-section a:hover .drawer-icon{background:#6f2ed7!important;color:#fff!important;transform:translateY(-1px)}
.drawer-section a,.drawer-icon{transition:background .25s ease,color .25s ease,transform .25s ease}

@media(max-width:760px){
  .top-strip.promo-marquee{min-height:30px}
  .promo-marquee__track{font-size:10px!important;padding:7px 0!important;animation-duration:12s!important}
  .promo-marquee__track span{min-width:100vw;padding:0 24px!important}
  .site-header{top:0!important}
  .brand-hero{display:block!important;padding:10px 0 22px!important;overflow:hidden}
  .brand-hero__grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:0!important}
  .brand-hero__copy{padding:12px 0 0!important}
  .brand-hero__copy .eyebrow{font-size:9px!important}
  .brand-hero__copy h1{font-size:clamp(34px,10.5vw,46px)!important;line-height:1.02!important;margin:8px 0 12px!important;max-width:100%}
  .brand-hero__copy>p:not(.eyebrow){max-width:32ch;font-size:12px!important;line-height:1.55!important;margin:0}
  .brand-hero__actions{margin-top:14px!important;gap:8px!important}
  .brand-hero__actions .button{min-height:42px;padding:10px 14px;font-size:11px}
  .brand-hero__trust{display:flex!important;gap:8px 14px!important;margin-top:12px!important;font-size:9px!important}
  .brand-hero__media{display:block!important;min-height:0!important;height:auto!important;aspect-ratio:1.18/1!important;border-radius:20px!important;overflow:hidden!important;background:radial-gradient(circle at 55% 40%,#fff 0,#f3edfb 58%,#eae0f6 100%)}
  .brand-hero__slide{inset:0!important;padding:8px 8px 42px!important}
  .brand-hero__slide img{width:100%!important;height:100%!important;object-fit:contain!important}
  .brand-hero__product{left:10px!important;right:auto!important;bottom:10px!important;max-width:72%;padding:8px 10px!important;border-radius:13px!important;gap:1px!important}
  .brand-hero__product small{font-size:8px!important}
  .brand-hero__product strong{font-size:11px!important;line-height:1.25!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-hero__product span{font-size:15px!important}
  .brand-hero__dots{right:10px;bottom:14px}
  .category-drawer__head .brand-logo-image{max-width:112px!important;max-height:48px!important;object-fit:contain}
  .category-drawer__scroll{padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}
  .drawer-section>p{font-size:13px!important;line-height:1.35!important}
  .drawer-section a{min-height:62px!important;padding:9px 4px!important;gap:11px!important}
  .drawer-section a b{font-size:13px!important;line-height:1.35!important;font-weight:500!important}
  .drawer-icon{width:40px!important;height:40px!important;border-radius:12px!important}
}

@media(max-width:390px){
  .brand-hero__copy h1{font-size:33px!important}
  .brand-hero__media{aspect-ratio:1.05/1!important}
  .brand-hero__product{max-width:77%}
}
\n\n/* Aeroni V18 */\n.brand-logo-image{object-fit:contain!important;background:transparent!important}.site-header .brand-logo-image{width:116px;height:54px}.product-status-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;color:#fff;font-size:12px;font-weight:700;line-height:1.1}.products-grid--home-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1000px}.products-grid--home-compact .product-card__media{min-height:390px}.price-row--split{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.price-row--split>strong{font-size:25px}.price-row--split>div{display:flex;align-items:center;gap:8px}.discount-pill{padding:5px 8px;border-radius:999px;background:#efe7ff;color:#6726c7;font-size:12px;font-weight:700}.alta-card__actions--two{grid-template-columns:1fr 1fr}.button--view{background:#fff;color:#301064;border:1px solid #d8cbea}.button--view:hover{border-color:#6d28d9;background:#f8f4ff}.status-editor{display:grid;grid-template-columns:1.4fr 1.4fr .7fr 1fr;gap:16px;align-items:end;margin-top:18px;padding:18px;border:1px solid #e8e0f3;border-radius:18px;background:#faf8ff}.status-preview-wrap{display:grid;gap:8px}.compare-page--v18{max-width:1200px}.compare-modern-card{margin-top:28px;padding:28px;border:1px solid #e5deef;border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(48,16,100,.08);overflow:auto}.compare-modern-grid{display:grid;grid-template-columns:180px repeat(3,minmax(190px,1fr));align-items:center;border-top:1px solid #eee7f5}.compare-modern-grid>*{padding:22px}.compare-modern-grid h3{font-size:14px;color:#777;font-weight:600}.compare-modern-grid>strong{font-size:21px;color:#1b1524;font-weight:800}.compare-modern-grid--labels{border:0}.compare-model{text-align:center}.compare-model img{width:150px;height:130px;object-fit:contain;display:block;margin:auto}.compare-model strong{display:block;margin-top:12px;font-size:16px}.compare-modern-grid--names a{display:grid;gap:6px;color:#1c1723;font-weight:700}.compare-modern-grid--names span{font-size:13px;color:#6d28d9}.footer-topline{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footer-tech{display:flex;align-items:center;gap:20px}.footer-tech p{margin:5px 0 0}.footer-grid--three{grid-template-columns:1.2fr 1.2fr 1fr}.social-icons{display:flex;gap:10px}.social-icons a{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.1);color:#fff;font-size:20px;transition:.25s ease}.social-icons a:hover{transform:translateY(-3px);background:#7c3aed}.site-footer--v18 .brand-logo-image{width:95px;height:60px;filter:none}\n@media(max-width:760px){.products-grid--home-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.products-grid--home-compact .product-card__media{min-height:190px}.products-grid--home-compact .product-card__body{padding:12px}.products-grid--home-compact h3{font-size:14px}.price-row--split{align-items:flex-start;flex-direction:column;gap:5px}.price-row--split>strong{font-size:19px}.alta-card__actions--two{grid-template-columns:1fr 1fr}.alta-card__actions--two .button{padding:10px 6px;font-size:12px}.status-editor{grid-template-columns:1fr}.compare-modern-card{padding:12px;border-radius:20px}.compare-modern-grid{grid-template-columns:100px repeat(3,160px)}.compare-modern-grid>*{padding:14px 10px}.compare-modern-grid>strong{font-size:16px}.compare-model img{width:105px;height:90px}.footer-topline,.footer-tech{align-items:flex-start}.footer-topline{flex-direction:column}.footer-grid--three{grid-template-columns:1fr 1fr}.site-header .brand-logo-image{width:92px;height:48px}}\n
/* ===== Aeroni V19: sales-focused product cards ===== */
.product-card--sales{display:flex;flex-direction:column;height:100%;border-radius:22px!important;overflow:hidden;background:#fff}
.product-card--sales .product-card__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:330px;aspect-ratio:1/1;background:linear-gradient(180deg,#fbfaff 0%,#f5f1fb 100%);overflow:hidden;padding:16px}
.product-card--sales .product-card__media img{width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(1.06)}
.product-card--sales:hover .product-card__media img{transform:scale(1.1)}
.product-badges--compact{position:absolute;z-index:3;left:10px;top:10px;right:52px;display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap}
.product-badges--compact .product-status-badge,.product-badges--compact .badge{min-height:23px;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:700;box-shadow:0 4px 12px rgba(28,15,49,.08)}
.product-card--sales .wishlist-button{width:34px;height:34px;right:10px;top:10px;font-size:19px}
.product-card--sales .product-card__body{display:flex;flex:1;flex-direction:column;padding:17px 17px 16px}
.product-card--sales .product-card__category{margin:0 0 7px;font-size:10px;color:#81798b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card--sales h3{min-height:46px;margin:0 0 8px;font-size:16px;line-height:1.42;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-rating{display:flex;align-items:center;gap:6px;min-height:24px;margin-bottom:7px}
.product-rating__stars{color:#f3a712;letter-spacing:1px;font-size:14px;white-space:nowrap}
.product-rating strong{font-size:12px;color:#2d2734}
.product-rating small{font-size:10px;color:#928b99}
.stock-line{display:flex;align-items:center;gap:7px;min-height:24px;margin-bottom:10px;font-size:11px}
.stock-line span{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 4px currentColor;opacity:.88}
.stock-line strong{font-size:11px;font-weight:600}
.stock-line--in{color:#159447}.stock-line--low{color:#d58c00}.stock-line--out{color:#d72e42}
.price-row--sales{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:7px!important;margin-top:auto;margin-bottom:13px}
.price-row--sales>strong{font-size:24px!important;line-height:1;color:#5e28c8;font-weight:800}
.price-row--sales del{font-size:13px;color:#97909f}
.discount-inline{display:inline-flex;align-items:center;min-height:23px;padding:4px 7px;border-radius:999px;background:#efe7ff;color:#6929c9;font-size:10px;font-weight:800}
.product-card--sales .alta-card__actions{margin-top:0;gap:8px}
.product-card--sales .alta-card__actions .button{display:flex;align-items:center;justify-content:center;min-height:43px;padding:9px 10px;border-radius:12px;font-size:12px;font-weight:600;text-align:center}
.button--disabled{cursor:not-allowed;background:#e9e6ed!important;color:#96909a!important;border-color:#e9e6ed!important;box-shadow:none!important;transform:none!important}
.admin-stock-note{display:grid;gap:5px;align-content:center;min-height:75px;padding:12px 14px;border:1px solid #e7dff1;border-radius:14px;background:#faf8ff}.admin-stock-note strong{font-size:12px}.admin-stock-note span{font-size:11px;line-height:1.5;color:#746b7d}
.products-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.products-grid--home-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;max-width:1100px}
.products-grid--home-compact .product-card--sales .product-card__media{min-height:420px;aspect-ratio:1.12/1}

@media(max-width:980px){
  .products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card--sales .product-card__media{min-height:290px}
}
@media(max-width:760px){
  .products-grid--catalog,.products-grid--home-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .product-card--sales{border-radius:17px!important}
  .product-card--sales .product-card__media,.products-grid--home-compact .product-card--sales .product-card__media{min-height:0!important;aspect-ratio:1/1.08!important;padding:8px!important}
  .product-card--sales .product-card__media img{transform:scale(1.1)}
  .product-card--sales:hover .product-card__media img{transform:scale(1.12)}
  .product-card--sales .product-card__body,.products-grid--home-compact .product-card__body{padding:11px!important}
  .product-card--sales .product-card__category{font-size:8px;margin-bottom:5px}
  .product-card--sales h3,.products-grid--home-compact .product-card--sales h3{display:-webkit-box!important;min-height:38px!important;margin-bottom:5px!important;font-size:12px!important;line-height:1.55!important;-webkit-line-clamp:2!important}
  .product-rating{gap:4px;min-height:20px;margin-bottom:4px}
  .product-rating__stars{font-size:10px;letter-spacing:0}
  .product-rating strong{font-size:10px}.product-rating small{font-size:8px}
  .stock-line{gap:5px;min-height:19px;margin-bottom:7px}.stock-line span{width:6px;height:6px;box-shadow:0 0 0 2px currentColor}.stock-line strong{font-size:9px}
  .price-row--sales{display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;margin-bottom:9px!important}
  .price-row--sales>strong{font-size:17px!important}.price-row--sales del{display:inline!important;font-size:9px!important}.discount-inline{min-height:18px;padding:2px 5px;font-size:8px}
  .product-card--sales .alta-card__actions{grid-template-columns:1fr 1fr!important;gap:5px!important}
  .product-card--sales .alta-card__actions .button{min-height:36px!important;padding:6px 3px!important;border-radius:9px!important;font-size:9px!important;line-height:1.15}
  .product-badges--compact{left:6px;top:6px;right:38px;gap:4px}.product-badges--compact .product-status-badge,.product-badges--compact .badge{min-height:18px;padding:2px 5px;font-size:7px}
  .product-card--sales .wishlist-button{width:28px;height:28px;right:6px;top:6px;font-size:16px}
}
@media(max-width:360px){
  .products-grid--catalog,.products-grid--home-compact{gap:8px!important}
  .product-card--sales .product-card__body{padding:9px!important}
  .product-card--sales h3{font-size:11px!important}
  .price-row--sales>strong{font-size:15px!important}
}


/* ===== Aeroni final: admin dashboard scroll fix ===== */
html:has(body.admin-body) {
  height: auto !important;
  min-height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
}
body.admin-body,
body.admin-body.no-scroll {
  position: relative !important;
  height: auto !important;
  min-height: 100vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
}
.admin-sidebar {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.admin-main {
  min-height: 100vh;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 90px;
}
@media (max-width: 760px) {
  html:has(body.admin-body),
  body.admin-body,
  body.admin-body.no-scroll {
    overflow-y: auto !important;
  }
  .admin-sidebar {
    position: sticky;
    top: 0;
    overflow: visible;
  }
  .admin-main {
    min-height: auto;
    padding-bottom: 110px;
  }
}

/* V21: instructions, legal pages and campaign landings */
.instruction-admin-list{display:grid;gap:16px}.instruction-admin-item{border:1px solid var(--line,#ddd);border-radius:18px;padding:18px;background:var(--surface,#fff);display:grid;gap:12px}.instruction-admin-head{display:flex;justify-content:space-between;align-items:center}.instruction-admin-head button{border:0;background:#fee2e2;color:#b91c1c;border-radius:10px;padding:8px 12px;cursor:pointer}.instruction-accordion{display:grid;gap:12px}.instruction-accordion details{background:#fff;border:1px solid #e9e5f2;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(35,18,71,.05)}.instruction-accordion summary{list-style:none;display:flex;gap:12px;align-items:center;padding:18px 20px;cursor:pointer}.instruction-accordion summary::-webkit-details-marker{display:none}.instruction-accordion details[open] summary span{transform:rotate(90deg)}.instruction-accordion summary span{transition:.25s;color:#7c3aed}.instruction-content{padding:0 20px 20px;display:grid;gap:16px}.instruction-video{aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#0b0613}.instruction-video iframe,.instruction-video video{width:100%;height:100%;border:0;object-fit:contain}.instruction-text{white-space:pre-line;line-height:1.8;color:#423b4f}.warranty-link{color:#5b21b6;font-weight:700;text-decoration:none}.legal-page{max-width:900px;padding-top:56px;padding-bottom:80px}.legal-page h1{font-size:clamp(30px,5vw,52px);margin-bottom:36px}.legal-page h2{margin-top:34px;font-size:24px}.legal-page p,.legal-page li{line-height:1.85;color:#494252}.legal-page ul{padding-left:24px}.landing-hero{background:radial-gradient(circle at 80% 10%,rgba(124,58,237,.18),transparent 42%),#fbfaff;padding:48px 0}.landing-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:50px;align-items:center}.landing-media{background:#fff;border-radius:28px;min-height:520px;display:grid;place-items:center;overflow:hidden;box-shadow:0 24px 80px rgba(50,16,111,.13)}.landing-media img,.landing-media video{width:100%;height:100%;max-height:640px;object-fit:contain}.landing-copy h1{font-size:clamp(38px,5vw,68px);line-height:1.05}.landing-price{display:flex;align-items:center;gap:14px;margin:22px 0}.landing-price strong{font-size:38px}.landing-price del{color:#8b8495}.landing-price span{background:#ede9fe;color:#6d28d9;padding:7px 10px;border-radius:999px;font-weight:800}.landing-gift{padding:14px 16px;border-radius:14px;background:#fff7ed;color:#9a3412;font-weight:750;margin-bottom:18px}@media(max-width:760px){.landing-hero{padding:18px 0 32px}.landing-hero__grid{grid-template-columns:1fr;gap:22px}.landing-media{min-height:360px;border-radius:20px}.landing-copy h1{font-size:38px}.landing-price strong{font-size:32px}.legal-page{padding-top:30px}.instruction-content{padding:0 14px 16px}.instruction-accordion summary{padding:16px 14px}}

/* Aeroni V22 — Landing Pages visible inside Admin Dashboard */
.landing-admin-dashboard{scroll-margin-top:24px}
.landing-admin-dashboard .admin-panel__head p{margin:6px 0 0;color:#756d82;font-size:14px}
.landing-admin-actions{display:flex;gap:10px;flex-wrap:wrap}
.landing-dashboard-grid{margin-top:20px}
.landing-empty-state{display:grid;justify-items:start;gap:10px;padding:34px;border:1px dashed #d9cbed;border-radius:22px;background:#fbf9ff;margin-top:18px}
.landing-empty-state strong{font-size:20px;color:#241635}
.landing-empty-state p{margin:0 0 6px;color:#756d82;max-width:620px;line-height:1.7}
@media(max-width:760px){.landing-admin-dashboard .admin-panel__head{align-items:flex-start}.landing-admin-actions{width:100%}.landing-admin-actions .button{flex:1}.landing-empty-state{padding:22px}}


/* Aeroni V24 — Mobile polish, compact conversion UI and overflow fix */
html,body{max-width:100%;overflow-x:hidden}
*,*::before,*::after{box-sizing:border-box}
img,video,iframe,svg{max-width:100%}
.sales-primary-actions{display:flex;align-items:stretch;gap:10px;max-width:560px}
.sales-primary-actions .button{flex:1;justify-content:center;text-align:center}
.button--cart-secondary{background:#fff;color:#5b21b6;border:1px solid #cab9e8;box-shadow:0 8px 24px rgba(76,29,149,.08)}
.button--cart-secondary:hover{background:#f8f5ff;border-color:#7c3aed;transform:translateY(-1px)}
.social-icons a svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:1.7}
.social-icons a svg rect,.social-icons a svg circle{fill:none}
.social-icons a svg .social-fill{fill:currentColor;stroke:none}
.button--cart-add{border:0;cursor:pointer}

@media(max-width:760px){
  body{width:100%;position:relative}
  .shell{width:min(100% - 28px,1200px);max-width:100%;margin-inline:auto}
  main,section,.sales-product,.sales-section,.quick-order-section,.site-footer{max-width:100%;overflow-x:clip}
  .sales-product__shell{padding-top:4px}
  .breadcrumbs--compact{font-size:11px;gap:5px;white-space:normal;overflow-wrap:anywhere;margin-bottom:10px}
  .sales-hero{gap:16px}
  .sales-media{border-radius:20px;min-width:0}
  .sales-media__badges{left:10px;right:10px;top:10px;gap:6px}
  .sale-chip,.gift-chip{font-size:10px;padding:6px 8px;line-height:1.25}
  .product-gallery-thumbs{max-width:100%;overflow-x:auto;padding-bottom:3px}
  .sales-summary{padding-top:2px;min-width:0}
  .sales-kicker{font-size:10px;margin-bottom:6px}
  .sales-summary h1{font-size:clamp(25px,7.2vw,32px)!important;line-height:1.18;margin:0 0 9px;letter-spacing:-.025em;overflow-wrap:anywhere}
  .sales-rating{font-size:11px;gap:6px;flex-wrap:wrap;margin-bottom:10px}
  .sales-price{display:grid;grid-template-columns:auto 1fr;align-items:end;column-gap:9px;row-gap:2px;margin:12px 0;padding:13px 14px;border:1px solid #e8e0f3;border-radius:17px;background:linear-gradient(135deg,#fff,#faf7ff);box-shadow:0 10px 30px rgba(49,16,100,.06)}
  .sales-price strong{font-size:29px!important;line-height:1;color:#4c1d95;grid-row:1/3}
  .sales-price del{font-size:12px;align-self:end;color:#8c8497}
  .sales-price span{font-size:10px;display:inline-flex;width:max-content;padding:4px 7px;border-radius:999px;background:#ede9fe;color:#6d28d9}
  .sales-offer{padding:12px 13px!important;border-radius:17px!important;margin:10px 0 12px}
  .sales-offer>strong{display:block;font-size:11px;line-height:1.4;margin-bottom:8px;text-align:center}
  .offer-timer{justify-content:center;gap:5px!important}
  .offer-timer>div{min-width:49px!important;padding:7px 6px!important;border-radius:11px!important}
  .offer-timer b{font-size:20px!important;line-height:1!important}
  .offer-timer span{font-size:8px!important;margin-top:3px!important}
  .offer-timer i{font-size:16px!important}
  .sales-primary-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%;max-width:100%}
  .sales-primary-actions .button{width:100%;min-height:46px;padding:11px 14px;font-size:13px;border-radius:14px;margin:0 auto}
  .sales-trust{grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:11px}
  .sales-trust>*{font-size:9px!important;padding:9px!important;line-height:1.35}
  .sales-section{padding-top:35px!important;padding-bottom:35px!important}
  .sales-section__head{margin-bottom:16px!important}
  .sales-section__head p{font-size:10px!important;margin-bottom:5px}
  .sales-section__head h2{font-size:clamp(22px,6.3vw,28px)!important;line-height:1.2;margin:0;letter-spacing:-.02em}
  .benefit-list,.sales-specs,.sales-box-list{gap:8px!important}
  .benefit-list>div,.sales-specs>div,.sales-box-list>div{padding:12px 13px!important;border-radius:14px!important;font-size:12px}
  .quick-order-section{padding:38px 0 96px!important}
  .quick-order-card{width:min(100% - 28px,560px);margin-inline:auto;padding:18px!important;border-radius:22px!important;display:block!important;text-align:center}
  .quick-order-copy{max-width:440px;margin:0 auto 15px}
  .quick-order-copy>p{font-size:10px;margin-bottom:5px}
  .quick-order-copy h2{font-size:22px!important;line-height:1.25;margin:0 0 7px}
  .quick-order-copy>span{font-size:11px;line-height:1.55}
  .quick-order-product{grid-template-columns:54px 1fr!important;align-items:center;text-align:left;padding:9px!important;margin-top:12px;border-radius:14px}
  .quick-order-product img{width:54px;height:54px;object-fit:contain}
  .quick-order-form{max-width:420px;margin:0 auto;text-align:left;gap:10px!important;padding:14px!important;border-radius:18px!important}
  .quick-order-form label{font-size:11px;gap:5px}
  .quick-order-form input{min-height:45px!important;padding:10px 12px!important;border-radius:12px!important;font-size:13px}
  .quick-order-form .sales-order-button{min-height:46px!important;margin-top:2px;justify-content:center;text-align:center}
  .quick-order-note{font-size:9px!important;line-height:1.45;text-align:center}
  .mobile-sales-bar{left:8px!important;right:8px!important;bottom:68px!important;width:auto!important;min-height:58px!important;padding:7px 8px 7px 11px!important;border-radius:17px!important;gap:8px!important;box-shadow:0 12px 35px rgba(35,18,71,.2)!important}
  .mobile-sales-bar>div{min-width:70px}
  .mobile-sales-bar del{font-size:9px!important}
  .mobile-sales-bar strong{font-size:17px!important;line-height:1.05}
  .mobile-sales-bar .button{min-height:42px!important;padding:9px 13px!important;font-size:12px!important;border-radius:12px!important;justify-content:center;text-align:center}
  .product-card__body{min-width:0}
  .product-card__body h3,.product-card__body h3 a{overflow-wrap:anywhere}
  .price-row--sales{flex-wrap:wrap;gap:5px!important}
  .price-row--sales strong{font-size:17px!important}
  .price-row--sales del{font-size:10px!important}
  .discount-inline{font-size:9px!important;padding:3px 5px!important}
  .alta-card__actions--two{grid-template-columns:1fr!important}
  .alta-card__actions--two .button{width:100%;min-width:0;font-size:10px!important;line-height:1.2;min-height:36px!important;padding:7px 5px!important;text-align:center;justify-content:center}
  .site-footer--v18{padding-bottom:76px}
  .footer-topline{padding:23px 0!important;gap:16px!important}
  .footer-tech{gap:12px!important}
  .footer-tech strong{font-size:14px}.footer-tech p{font-size:10px;line-height:1.5}
  .social-icons{gap:8px!important}
  .social-icons a{width:38px!important;height:38px!important;border-radius:12px!important}
  .footer-grid--three{gap:24px 15px!important;padding-top:25px!important}
  .footer-grid--three>div{min-width:0}.footer-grid--three a,.footer-grid--three span{font-size:10px;overflow-wrap:anywhere}
  .cart-drawer{width:min(94vw,430px)!important;max-width:100%}
}
@media(max-width:390px){
  .shell{width:min(100% - 22px,1200px)}
  .sales-summary h1{font-size:24px!important}
  .sales-trust{grid-template-columns:1fr!important}
  .mobile-sales-bar .button{font-size:11px!important;padding-inline:10px!important}
}

/* =========================================================
   AERONI V25 — REAL MOBILE RESPONSIVE FIX
   Fixes iPhone overflow, clipped filters, narrow product cards,
   footer text collisions and oversized mobile spacing.
   ========================================================= */
html, body { max-width: 100%; overflow-x: clip; }
body:not(.admin-body) main,
body:not(.admin-body) section,
body:not(.admin-body) .shell,
body:not(.admin-body) .catalog-main,
body:not(.admin-body) .catalog-layout,
body:not(.admin-body) .products-grid,
body:not(.admin-body) .product-card { min-width: 0; max-width: 100%; }
img, svg, video, iframe { max-width: 100%; }

@media (max-width: 760px) {
  :root { --mobile-gutter: 16px; }
  .shell { width: 100%; padding-left: var(--mobile-gutter); padding-right: var(--mobile-gutter); }
  body:not(.admin-body) main { padding-bottom: 74px; }

  /* Catalog heading */
  .simple-catalog-hero { padding: 24px 0 12px !important; overflow: hidden; }
  .simple-catalog-hero .eyebrow { margin-bottom: 6px; font-size: 8px; }
  .simple-catalog-hero h1 { margin: 0; max-width: 100%; font-size: clamp(30px, 9vw, 40px) !important; line-height: 1.12; overflow-wrap: anywhere; }
  .simple-catalog-hero p:not(.eyebrow) { margin: 10px 0 0; max-width: 34rem; font-size: 11px !important; line-height: 1.55; }
  .section--compact.simple-catalog { padding-top: 16px !important; padding-bottom: 30px !important; }

  /* Search / sort controls */
  .catalog-controls { width: 100%; padding: 10px !important; gap: 9px !important; border-radius: 18px !important; overflow: hidden; }
  .catalog-search { min-width: 0; min-height: 50px; padding: 0 14px; border-radius: 14px; }
  .catalog-search input { width: 100%; min-width: 0; font-size: 14px; }
  .catalog-sort { width: 100%; min-width: 0; grid-template-columns: 72px minmax(0, 1fr) !important; gap: 8px; }
  .catalog-sort > span { padding: 0 !important; font-size: 8px; white-space: nowrap; }
  .catalog-sort select { width: 100%; min-width: 0; min-height: 46px; padding: 0 34px 0 12px; font-size: 12px; text-overflow: ellipsis; }
  .catalog-controls > .button { min-height: 46px !important; font-size: 12px; }

  .mobile-filter-row { gap: 12px; }
  .mobile-filter-row button { min-width: 0; min-height: 42px !important; padding: 0 14px !important; border: 1px solid var(--line) !important; background: var(--surface) !important; color: var(--text) !important; }
  .mobile-filter-row a { flex: 0 0 auto; font-size: 9px; }

  /* Filter chips: wrap inside viewport instead of creating a wide page */
  .segment-pills,
  .category-pills { width: 100%; margin: 12px 0 0 !important; display: flex; flex-wrap: wrap; gap: 8px; overflow: visible !important; }
  .segment-pills a,
  .category-pills a { max-width: 100%; padding: 9px 12px !important; font-size: 8px !important; line-height: 1.25; white-space: normal; text-align: center; overflow-wrap: anywhere; }
  .segment-pills a { flex: 1 1 calc(50% - 4px); }
  .category-pills a { flex: 1 1 calc(33.333% - 6px); }

  .catalog-result-head { margin: 20px 0 14px; align-items: flex-start; gap: 12px; }
  .catalog-result-head strong { font-size: 17px; }
  .catalog-result-head span { font-size: 8px; }
  .catalog-result-head > a { max-width: 44%; text-align: right; font-size: 8px; line-height: 1.35; }

  /* One full-width product card on phones: no empty right half */
  .products-grid,
  .products-grid--catalog,
  .products-grid--home,
  .products-grid--home-compact { grid-template-columns: minmax(0, 1fr) !important; gap: 14px !important; }
  .product-card--simple { width: 100%; max-width: 460px; margin-inline: auto; border-radius: 20px; }
  .product-card--simple .product-card__media { min-height: 0 !important; padding: 8px; }
  .product-card--simple .product-card__media img { width: 100%; aspect-ratio: 1.18; object-fit: contain; }
  .product-card--simple .product-card__body { padding: 14px; }
  .product-card--simple .product-card__body h3 { min-height: 0; font-size: 15px; line-height: 1.3; }
  .product-card--simple .price-row { gap: 8px; flex-wrap: wrap; }
  .product-card--simple .price-row strong { font-size: 22px; }
  .product-card--simple .card-actions { grid-template-columns: 1fr 1.15fr; }
  .product-card--simple .card-actions .button { min-width: 0; min-height: 42px; padding: 0 8px; font-size: 10px; white-space: normal; line-height: 1.25; }

  /* Footer: stack cleanly; no three squeezed columns */
  .site-footer--v18 { margin-top: 24px; padding: 0 0 84px !important; overflow: hidden; }
  .footer-topline { padding: 24px 0 !important; flex-direction: column; align-items: stretch !important; gap: 18px !important; }
  .footer-tech { width: 100%; align-items: center !important; gap: 14px !important; }
  .site-footer--v18 .brand-logo-image { width: 105px; height: 54px; flex: 0 0 auto; }
  .footer-tech > div { min-width: 0; }
  .footer-tech strong { display: block; font-size: 16px !important; line-height: 1.25; }
  .footer-tech p { margin-top: 5px; font-size: 10px !important; line-height: 1.55 !important; overflow-wrap: anywhere; }
  .social-icons { width: 100%; justify-content: flex-start; }
  .footer-grid--three { padding-top: 24px; grid-template-columns: 1fr !important; gap: 26px !important; }
  .footer-grid--three > div { min-width: 0; gap: 10px; }
  .footer-grid--three strong { margin: 0 0 4px; font-size: 14px; }
  .footer-grid--three a,
  .footer-grid--three span { max-width: 100%; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; word-break: normal; }
  .footer-bottom { margin-top: 28px !important; padding-top: 18px !important; font-size: 9px; }

  /* Compact bottom navigation */
  .mobile-bottom-nav { left: 0; right: 0; bottom: 0; width: 100%; max-width: 100%; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); gap: 4px; }
  .mobile-bottom-nav a,
  .mobile-bottom-nav button { min-width: 0; min-height: 52px; padding: 5px 3px; font-size: 8px !important; line-height: 1.15; }
  .mobile-bottom-nav i { font-size: 16px; }
}

@media (max-width: 390px) {
  :root { --mobile-gutter: 13px; }
  .catalog-sort { grid-template-columns: 62px minmax(0, 1fr) !important; }
  .catalog-sort select { font-size: 11px; }
  .segment-pills a { flex-basis: 100%; }
  .category-pills a { flex-basis: calc(50% - 4px); }
  .catalog-result-head > a { max-width: 48%; }
  .footer-tech { align-items: flex-start !important; }
  .site-footer--v18 .brand-logo-image { width: 88px; height: 48px; }
}

/* =========================================================
   AERONI V26 — MOBILE CATEGORY PILLS FIX
   Prevents category/segment labels from being clipped on phones.
   ========================================================= */
@media (max-width: 760px) {
  .segment-pills,
  .category-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .segment-pills a,
  .category-pills a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 44px;
    padding: 9px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 15px !important;
    white-space: normal !important;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: center;
    line-height: 1.3 !important;
    font-size: 8px !important;
  }

  .catalog-main,
  .simple-catalog,
  .simple-catalog > .shell {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 390px) {
  .segment-pills,
  .category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .segment-pills a,
  .category-pills a {
    min-height: 42px;
    padding: 8px 7px !important;
    font-size: 7.5px !important;
  }
}


/* =========================================================
   AERONI V27 — PRODUCTS FILTERS FINAL MOBILE FIX
   Keeps every category fully visible on /products, including
   query-string states such as ?q=&sort=price-desc.
   ========================================================= */
@media (max-width: 760px) {
  body:not(.admin-body) .simple-catalog,
  body:not(.admin-body) .simple-catalog .catalog-layout,
  body:not(.admin-body) .simple-catalog .catalog-main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills,
  body:not(.admin-body) .simple-catalog .category-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills > a,
  body:not(.admin-body) .simple-catalog .category-pills > a {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 9px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto;
    text-align: center !important;
    font-size: 9px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 360px) {
  body:not(.admin-body) .simple-catalog .segment-pills,
  body:not(.admin-body) .simple-catalog .category-pills {
    grid-template-columns: 1fr !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills > a,
  body:not(.admin-body) .simple-catalog .category-pills > a {
    min-height: 42px !important;
    font-size: 9px !important;
  }
}

/* =========================================================
   AERONI V28 — CENTERED MOBILE FILTER CHIPS
   Keeps both product-level and product-type filters centered,
   evenly spaced and fully inside the mobile viewport.
   ========================================================= */
@media (max-width: 760px) {
  body:not(.admin-body) .simple-catalog .catalog-main {
    padding-inline: 0 !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills,
  body:not(.admin-body) .simple-catalog .category-pills {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    margin: 12px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills > a,
  body:not(.admin-body) .simple-catalog .category-pills > a {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 9px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.25 !important;
    font-size: 8.5px !important;
    border-radius: 15px !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills > a.is-active,
  body:not(.admin-body) .simple-catalog .category-pills > a.is-active {
    box-shadow: 0 8px 20px rgba(50, 16, 111, .16) !important;
  }
}

@media (max-width: 360px) {
  body:not(.admin-body) .simple-catalog .segment-pills,
  body:not(.admin-body) .simple-catalog .category-pills {
    width: 100% !important;
    max-width: 100% !important;
    gap: 7px !important;
  }

  body:not(.admin-body) .simple-catalog .segment-pills > a,
  body:not(.admin-body) .simple-catalog .category-pills > a {
    min-height: 44px !important;
    padding: 8px 6px !important;
    font-size: 7.8px !important;
  }
}

/* =========================================================
   AERONI V29 — LANDING CTA CENTER + ADMIN CRM
   ========================================================= */
.landing-copy .landing-primary-cta{
  display:flex!important;
  width:min(100%,360px)!important;
  margin:20px auto 0!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.crm-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:22px}.crm-metrics article{background:#fff;border:1px solid #ece7f4;border-radius:18px;padding:18px;box-shadow:0 8px 28px rgba(42,20,78,.05)}.crm-metrics span{display:block;color:#776d83;font-size:12px;margin-bottom:7px}.crm-metrics strong{font-size:29px;color:#28153d}.crm-panel{margin-bottom:24px}.crm-search{width:min(100%,330px);border:1px solid #ded7e8;border-radius:12px;padding:11px 14px;background:#fff}.crm-board{display:grid;grid-template-columns:repeat(5,minmax(260px,1fr));gap:14px;overflow-x:auto;padding:4px 2px 12px}.crm-column{background:#f8f6fb;border:1px solid #e9e3f1;border-radius:18px;min-height:300px}.crm-column>header{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border-bottom:1px solid #e6dfed}.crm-column>header span{display:grid;place-items:center;min-width:27px;height:27px;border-radius:999px;background:#eee8fa;color:#6f2bd6;font-weight:800}.crm-column__body{display:grid;gap:11px;padding:11px}.crm-card{background:#fff;border:1px solid #e9e3f1;border-radius:15px;padding:13px;box-shadow:0 7px 20px rgba(38,17,71,.05)}.crm-card__top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.crm-card>a{color:#6d28d9;font-weight:700;text-decoration:none}.crm-card small{display:block;color:#82798c;margin-top:4px}.crm-priority{font-size:10px;padding:5px 7px;border-radius:999px}.crm-priority--high{background:#ffe4e6;color:#be123c}.crm-priority--normal{background:#ede9fe;color:#6d28d9}.crm-priority--low{background:#ecfdf5;color:#047857}.crm-card__product{display:flex;gap:9px;align-items:center;margin:12px 0;padding:9px;background:#faf9fc;border-radius:11px}.crm-card__product img{width:46px;height:46px;object-fit:contain;border-radius:8px;background:#fff}.crm-card__product div{display:grid;gap:2px}.crm-card__product b{font-size:12px}.crm-card__product span{font-weight:800;color:#6d28d9}.crm-source{font-size:11px;color:#716779;background:#f4effb;padding:7px 9px;border-radius:9px}.crm-card__form{display:grid;gap:8px;margin-top:10px}.crm-card__form label{display:grid;gap:4px;color:#655b70;font-size:10px;font-weight:700}.crm-card__form select,.crm-card__form input,.crm-card__form textarea{width:100%;box-sizing:border-box;border:1px solid #ded7e8;border-radius:9px;padding:8px;background:#fff;font:inherit;font-size:11px}.crm-card__form textarea{resize:vertical}.crm-card__form .button{min-height:38px;padding:8px 12px;font-size:11px}
@media(max-width:1100px){.crm-metrics{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.landing-copy .landing-primary-cta{width:min(100%,320px)!important;margin:16px auto 0!important}.crm-metrics{grid-template-columns:repeat(2,1fr);gap:9px}.crm-metrics article{padding:14px}.crm-metrics strong{font-size:24px}.crm-board{grid-template-columns:repeat(5,minmax(84vw,1fr));scroll-snap-type:x proximity}.crm-column{scroll-snap-align:start}.crm-search{width:100%}.crm-panel .admin-panel__head{align-items:stretch}.crm-admin-body .admin-main{overflow-x:hidden}}


/* V30 — account orders and customer review composer */
.review-composer{margin:0 auto 24px;max-width:880px}.review-form,.review-login-prompt{background:#fff;border:1px solid rgba(99,45,190,.14);border-radius:22px;padding:22px;box-shadow:0 14px 40px rgba(44,14,94,.07)}.review-form__head{display:flex;justify-content:space-between;gap:14px;margin-bottom:16px}.review-form__head strong,.review-login-prompt strong{display:block;font-size:20px}.review-form__head span,.review-login-prompt span{display:block;color:#746b7f;margin-top:4px}.review-form__grid{display:grid;grid-template-columns:180px 1fr;gap:14px}.review-form label{display:grid;gap:7px;font-weight:700}.review-form select,.review-form textarea,.review-form input[type=file]{width:100%;border:1px solid #ddd5e8;border-radius:13px;background:#fff;padding:12px;font:inherit}.review-form textarea{min-height:110px;resize:vertical}.review-form__text{grid-row:span 2}.review-form .button{margin-top:15px}.review-login-prompt{display:flex;align-items:center;justify-content:space-between;gap:18px}.quick-order-message{margin-top:12px;padding:14px 16px;border-radius:14px;display:grid;gap:4px}.quick-order-message.is-success{background:#ecfbf3;color:#146c43;border:1px solid #bcebd1}.quick-order-message.is-error{background:#fff0f2;color:#a51d35;border:1px solid #ffd0d8}.quick-order-message a{font-weight:800;text-decoration:underline;color:inherit}
@media(max-width:680px){.review-form,.review-login-prompt{padding:16px;border-radius:17px}.review-form__grid{grid-template-columns:1fr}.review-form__text{grid-row:auto}.review-login-prompt{align-items:stretch;flex-direction:column}.review-login-prompt .button,.review-form .button{width:100%;justify-content:center}.review-form__head strong,.review-login-prompt strong{font-size:17px}}

/* V31 quick-order CTA feedback */
.quick-order-section.quick-order-highlight .quick-order-card,
.quick-order-card.quick-order-highlight {
  animation: quickOrderPulse .9s ease;
}
@keyframes quickOrderPulse {
  0%,100% { box-shadow: inherit; }
  45% { box-shadow: 0 0 0 5px rgba(124,58,237,.16), 0 18px 45px rgba(89,40,180,.18); }
}

/* ==========================================================================\n   V32 — bilingual UI, unified price typography and review star color\n   ========================================================================== */
:root{
  --aeroni-price-purple:#7c3aed;
  --aeroni-star-yellow:#fbbf24;
  --aeroni-price-font:"Manrope","Noto Sans Georgian",Inter,sans-serif;
}
.language-switcher{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:38px;padding:4px 6px;border:1px solid #e7dff3;border-radius:999px;background:#fff;box-shadow:0 5px 18px rgba(69,32,119,.06)}
.language-switcher button{display:grid;place-items:center;min-width:32px;height:28px;padding:0 7px;border:0;border-radius:999px;background:transparent;color:#766b82;font:800 11px/1 Inter,sans-serif;letter-spacing:.04em;cursor:pointer;transition:.2s ease}
.language-switcher button:hover{color:#6d28d9;background:#f5f0ff}
.language-switcher button.is-active{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 5px 14px rgba(109,40,217,.25)}
.language-switcher span{font-size:10px;color:#b8afc3}

/* Every customer-facing current price uses the same Aeroni purple and Manrope. */
.price-row>strong,.price-row--sales>strong,.landing-price>strong,.sales-price>strong,
.quick-price>strong,.quick-total>strong,.cart-item__bottom>b,.cart-summary strong,
[data-cart-subtotal],[data-cart-total],[data-quick-total],.product-price strong,
.product-detail-price strong,.mobile-sales-bar>strong,.quick-order-product span,
.crm-card__product span{
  color:var(--aeroni-price-purple)!important;
  font-family:var(--aeroni-price-font)!important;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.035em;
}
.price-row del,.price-row--sales del,.landing-price del,.sales-price del,.quick-price del,
.product-detail-price del{font-family:var(--aeroni-price-font)!important}

/* Review stars — consistent warm yellow everywhere. */
.product-rating__stars,.sales-rating>span:first-child,.review-stars,.rating-stars,
.review-card__stars,.review-list article span,.admin-review-list article span,
[data-rating-stars],.stars,.star-rating label,.star-rating span{
  color:var(--aeroni-star-yellow)!important;
  text-shadow:0 1px 0 rgba(146,94,0,.08);
}
.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:var(--aeroni-star-yellow)!important}

html[data-language="en"] body{font-family:Inter,Arial,sans-serif}
html[data-language="en"] .price-row>strong,html[data-language="en"] .landing-price>strong,
html[data-language="en"] .sales-price>strong{font-family:var(--aeroni-price-font)!important}

@media(max-width:760px){
  .nav-actions{gap:7px}
  .language-switcher{min-height:34px;padding:3px 4px;gap:3px}
  .language-switcher button{min-width:28px;height:26px;padding:0 5px;font-size:10px}
  html[data-language="en"] .desktop-nav a,html[data-language="en"] .desktop-nav button{letter-spacing:0}
}
@media(max-width:390px){
  .site-header .language-switcher{position:absolute;right:58px;top:50%;transform:translateY(-50%)}
  .cart-button>span{display:none}
}
