/* LoveSmartChoice — global styles */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/poppins-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/poppins-400-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/poppins-500-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/poppins-500-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/assets/fonts/poppins-600-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/assets/fonts/poppins-600-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/poppins-700-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/poppins-700-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Intro Bold Caps'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/Intro-Bold-Caps.woff2) format('woff2'), url(/assets/fonts/Intro-Bold-Caps.woff) format('woff'); }

:root {
  --bg: #131313;
  --panel: #1c1418;
  --accent: #ff356e;
  --accent-dark: #d92a5c;
  --accent-soft: rgba(255, 53, 110, .5);
  --muted: #858585;
  --line: rgba(255, 255, 255, .16);
  --hero-grad: linear-gradient(180deg, rgba(27, 16, 26, .85) 0%, rgba(66, 41, 63, .85) 141%);
  --radius: 16px;
  --font: 'Poppins', system-ui, sans-serif;
  --display: 'Intro Bold Caps', 'Poppins', system-ui, sans-serif;
  --cookie-h: 0px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; overflow-wrap: break-word; word-break: break-word; }
h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; word-break: break-word; line-height: 1.2; }
ul, ol { list-style-position: outside; }
button { font-family: inherit; border: 0; cursor: pointer; background: none; color: inherit; }
a, button, summary, label { -webkit-tap-highlight-color: transparent; }
.btn, .nav a, summary, .lang-switch a, .burger, .chip { user-select: none; -webkit-user-select: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { max-width: 1320px; margin-inline: auto; padding-inline: 20px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 18px;
  border-radius: 16px;
  transition: background .2s, transform .2s, box-shadow .2s;
  text-align: center;
}
.btn:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255, 53, 110, .35); }
.btn--ghost { background: transparent; border: 1px solid var(--accent); }
.btn--ghost:hover { background: var(--accent); }

.section-title { font-weight: 700; font-size: 36px; line-height: 40px; }
.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .5px; }

/* ---------- Topbar promo ---------- */
.topbar {
  background: var(--accent);
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 4px 16px;
  text-align: center;
}
.topbar a { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; text-transform: uppercase; }
.topbar a span { font-weight: 400; font-size: 13px; }
.topbar a:hover { text-decoration: underline; }
.topbar img { width: 97px; height: 23px; object-fit: contain; }
.topbar-slots {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 1px 14px;
  font-weight: 400;
  font-size: 13px;
  max-width: 100%;
  text-align: center;
}
.topbar-slots strong {
  font-weight: 700;
  color: #ffe08a;
  display: inline-block;
  animation: slot-beacon 2.2s ease-in-out infinite;
}
@keyframes slot-beacon { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

/* ---------- Header ---------- */
.site-header { border-bottom: 1px solid var(--line); position: relative; z-index: 60; }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 22px; letter-spacing: .5px; }
.brand img { width: 44px; height: 33px; }
.nav { display: flex; align-items: center; gap: 38px; }
.nav a { font-weight: 700; font-size: 16px; position: relative; padding-block: 4px; }
.nav a::after { content: ''; position: absolute; inset-inline: 0; bottom: -2px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.lang-switch { display: flex; gap: 4px; }
.lang-switch a {
  width: 35px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent;
  transition: border-color .2s;
}
.lang-switch a:hover { border-color: var(--accent-soft); }
.lang-switch a.is-active { background: var(--accent); border-color: var(--accent); }
.burger { display: none; width: 44px; height: 44px; position: relative; z-index: 71; }
.burger span, .burger::before, .burger::after {
  content: ''; display: block; width: 24px; height: 2px; background: #fff; margin: 5px auto; border-radius: 2px; transition: transform .25s, opacity .25s;
}
.burger.is-open span { opacity: 0; }
.burger.is-open::before { transform: translateY(7px) rotate(45deg); }
.burger.is-open::after { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 8, 11, .97);
  z-index: 70;
  padding: 84px 24px 32px;
  overflow-y: auto;
}
.nav-mobile.is-open { display: block; }
.nav-mobile-close { position: absolute; top: 18px; right: 16px; width: 44px; height: 44px; font-size: 28px; line-height: 1; color: #fff; }
.nav-mobile a { display: block; padding: 14px 4px; font-weight: 700; font-size: 20px; border-bottom: 1px solid var(--line); text-align: center; }

/* ---------- Hero ---------- */
.hero { padding-top: 20px; }
.hero-panel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-panel::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--hero-grad); }
.hero-girls {
  position: absolute;
  right: 8px;
  bottom: 0;
  height: 96%;
  width: auto;
  z-index: 0;
  pointer-events: none;
}
.hero-girls img { height: 100%; width: auto; object-fit: contain; object-position: bottom right; }
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 44px 60px;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.hero-copy h1 { display: contents; font-size: inherit; font-weight: inherit; }
.hero-line1 { font-family: var(--display); font-weight: 400; font-size: 48px; line-height: 1.08; text-transform: uppercase; }
.hero-line2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 3.3vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
  background: var(--accent);
  border-radius: 50px;
  padding: 10px 34px;
  white-space: nowrap;
}
.hero-sub { font-size: 16px; line-height: 1.35; max-width: 520px; }
.hero-sub b { display: block; }
.hero-badges { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.hero-badges li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.hero-badges img { width: 28px; height: 28px; }

/* ---------- Radar strip ---------- */
.radar-strip { padding-top: 24px; }
.radar-avatars { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.radar {
  position: relative;
  width: 92px; height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #40e0d0;
  box-shadow: 0 0 14px rgba(64, 224, 208, .45);
  background:
    radial-gradient(circle, transparent 61%, rgba(64, 224, 208, .14) 62%, transparent 63%),
    radial-gradient(circle, transparent 40%, rgba(64, 224, 208, .14) 41%, transparent 42%),
    linear-gradient(rgba(64, 224, 208, .12), rgba(64, 224, 208, .12)) 50% 0/1px 100% no-repeat,
    linear-gradient(rgba(64, 224, 208, .12), rgba(64, 224, 208, .12)) 0 50%/100% 1px no-repeat,
    radial-gradient(circle at 50% 50%, rgba(64, 224, 208, .10), rgba(19, 19, 19, .6) 70%);
  transition: opacity .4s ease, width .4s ease, margin-inline-end .4s ease, border-color .4s ease, border-width .4s ease, box-shadow .4s ease;
}
.radar.is-done {
  /* .radar — первый flex-item в .radar-avatars (gap: 20px), поэтому справа от него
     ровно один зазор в 20px; margin-inline-end гасит именно его, border-width гасит
     толщину рамки (border-box иначе оставляет ~2px) — без этого display:none в конце
     схлопывал бы остаток рывком */
  opacity: 0;
  width: 0;
  border-width: 0;
  border-color: transparent;
  box-shadow: none;
  margin-inline-end: -20px;
  pointer-events: none;
}
.radar::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(64, 224, 208, .55), transparent 70deg, transparent 360deg);
  animation: radar-sweep 3.2s linear infinite;
}
@keyframes radar-sweep { to { transform: rotate(360deg); } }
.radar-status {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1.25;
  color: #40e0d0;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-inline: 6px;
  text-shadow: 0 0 6px rgba(64, 224, 208, .6);
  animation: radar-blink 1.7s ease-in-out infinite;
}
@keyframes radar-blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.radar-ava { position: relative; display: block; width: 94px; }
/* до «обнаружения» радаром аватarki скрыты (JS-гейт), появляются с пружиной */
html.js .radar-ava {
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.3s ease-out, transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}
html.js .radar-ava.is-found {
  opacity: 1;
  transform: scale(1);
}
.radar-ava img { width: 94px; height: 94px; border-radius: 50%; border: 2px solid transparent; transition: border-color .3s, box-shadow .3s; }
.radar-ava.is-live img { border-color: #40e0d0; box-shadow: 0 0 14px rgba(64, 224, 208, .45); }
.radar-ava:hover img { border-color: rgba(64, 224, 208, .6); }
.radar-geo {
  position: absolute;
  left: 50%; bottom: -10px;
  transform: translateX(-50%);
  background: rgba(10, 24, 22, .92);
  border: 1px solid rgba(64, 224, 208, .6);
  color: #7ef5e7;
  font-size: 11px;
  line-height: 1;
  padding: 4px 9px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}
.radar-ava.is-live .radar-geo { opacity: 1; }
/* когда радар исчез — метка и зелёная обводка синхронно и медленно моргают (появляются/исчезают по кругу) */
.radar-avatars.is-blinking .radar-ava.is-live .radar-geo {
  animation: radar-geo-blink 3s ease-in-out infinite;
}
.radar-avatars.is-blinking .radar-ava.is-live img {
  animation: radar-border-blink 3s ease-in-out infinite;
}
@keyframes radar-geo-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes radar-border-blink {
  0%, 100% { border-color: #40e0d0; box-shadow: 0 0 14px rgba(64, 224, 208, .45); }
  50% { border-color: transparent; box-shadow: 0 0 0 rgba(64, 224, 208, 0); }
}

/* ---------- Toplist ---------- */
.toplist { padding-top: 44px; }
.toplist-grid { display: grid; grid-template-columns: minmax(0, 1fr) 408px; gap: 20px; align-items: stretch; }
.toplist-items { display: flex; flex-direction: column; gap: 22px; }
.offer-card {
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  min-height: 120px;
  transition: border-color .2s, box-shadow .2s;
}
.offer-card:hover { border-color: var(--accent); box-shadow: 0 6px 24px rgba(255, 53, 110, .18); }
.offer-logo {
  width: 220px;
  align-self: stretch;
  min-height: 120px;
  flex-shrink: 0;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-grad), #252525;
}
.offer-logo img { max-width: 163px; max-height: 60px; object-fit: contain; }
.offer-feats { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 10px; padding-block: 14px; }
.offer-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; font-weight: 500; line-height: 1.4; }
.offer-feats li::before { content: ''; flex-shrink: 0; width: 11px; height: 11px; margin-top: 3px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #ff7ba1, var(--accent)); }
.offer-voice { display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; color: #7ef5e7; font-size: 12px; font-weight: 600; padding: 0; }
.model-voice { align-self: stretch; margin-top: 0; width: 100%; justify-content: space-between; }
.offer-voice .voice-label { text-decoration-line: underline; text-decoration-color: currentColor; transition: text-decoration-color .2s; }
.offer-voice:hover .voice-label { text-decoration-color: transparent; }
.voice-wave { display: inline-flex; align-items: center; gap: 2px; height: 16px; }
.voice-wave i { width: 3px; height: 6px; border-radius: 2px; background: #40e0d0; transition: background .2s; }
.voice-wave i:nth-child(2) { height: 12px; }
.voice-wave i:nth-child(3) { height: 16px; }
.voice-wave i:nth-child(4) { height: 9px; }
.voice-wave i:nth-child(5) { height: 13px; }
.offer-voice.is-playing .voice-wave i { animation: wave-bounce .7s ease-in-out infinite alternate; }
.offer-voice.is-playing .voice-wave i:nth-child(2) { animation-delay: .1s; }
.offer-voice.is-playing .voice-wave i:nth-child(3) { animation-delay: .2s; }
.offer-voice.is-playing .voice-wave i:nth-child(4) { animation-delay: .3s; }
.offer-voice.is-playing .voice-wave i:nth-child(5) { animation-delay: .4s; }
@keyframes wave-bounce { from { transform: scaleY(.4); } to { transform: scaleY(1.15); } }
.offer-cta { flex-shrink: 0; width: 156px; display: flex; flex-direction: column; gap: 10px; }
.offer-score { display: flex; align-items: center; gap: 13px; }
.offer-score b { font-family: var(--display); font-weight: 400; font-size: 34px; line-height: 1; }
.offer-score img { width: 85px; height: 40px; object-fit: contain; }
.offer-cta .btn { width: 100%; white-space: nowrap; padding-inline: 8px; font-size: 14px; }

.side-banner {
  position: relative;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 24px;
  isolation: isolate;
  transition: box-shadow .25s, border-color .25s;
}
.side-banner:hover { border-color: var(--accent); box-shadow: 0 10px 32px rgba(255, 53, 110, .3); }
.side-banner-bg { position: absolute; inset: 0; z-index: -1; }
.side-banner-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 20%; }
.side-banner-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19, 19, 19, .25) 30%, rgba(19, 19, 19, .88) 82%); }
.side-banner-logo { width: 163px; height: 39px; object-fit: contain; }
.side-banner-offer { text-align: center; text-transform: uppercase; text-shadow: 0 4px 4px rgba(0, 0, 0, .5); display: flex; flex-direction: column; gap: 2px; width: 100%; }
.side-banner-offer b { font-family: var(--display); font-weight: 400; font-size: 29px; line-height: 1.15; }
.side-banner-offer span { font-family: var(--display); font-size: 20px; line-height: 1.2; }
.side-banner .btn { width: 100%; max-width: 252px; margin: 10px auto 0; }

/* ---------- Promo modal (Swipey offer, timed popup) ---------- */
.promo-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(0, 0, 0, .72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.promo-modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.promo-modal {
  position: relative;
  width: min(680px, 100%);
  border: 1px solid #fff;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  transform: translateY(16px);
  transition: transform .3s, border-color .25s, box-shadow .25s;
}
.promo-modal-backdrop.is-open .promo-modal { transform: translateY(0); }
.promo-modal:hover { border-color: var(--accent); box-shadow: 0 10px 32px rgba(255, 53, 110, .3); }
.promo-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 300px;
  padding: 16px 24px 24px;
}
.promo-modal-bg { position: absolute; inset: 0; z-index: -1; }
.promo-modal-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 25%; }
.promo-modal-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19, 19, 19, .15) 25%, rgba(19, 19, 19, .9) 85%); }
.promo-modal-logo { width: 150px; height: 36px; object-fit: contain; margin-bottom: auto; }
.promo-modal-offer { text-align: center; text-transform: uppercase; text-shadow: 0 4px 4px rgba(0, 0, 0, .5); display: flex; flex-direction: column; gap: 2px; width: 100%; }
.promo-modal-offer b { font-family: var(--display); font-weight: 400; font-size: 30px; line-height: 1.15; }
.promo-modal-offer span { font-family: var(--display); font-size: 20px; line-height: 1.2; }
.promo-modal .btn { width: 100%; max-width: 260px; margin: 12px auto 0; }
.promo-modal-close {
  position: absolute;
  top: 10px; right: 12px;
  z-index: 3;
  width: 34px; height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
  transition: background .2s;
}
.promo-modal-close:hover { background: rgba(0, 0, 0, .65); }

/* ---------- SEO intro ---------- */
.seo-intro { padding-top: 80px; }
.seo-intro h2 { font-size: 36px; line-height: 40px; font-weight: 700; margin-bottom: 20px; }
.seo-intro p { margin-bottom: 14px; }
.seo-intro h3 { font-size: 24px; font-weight: 400; margin: 22px 0 16px; }
.seo-intro ul { padding-left: 24px; display: flex; flex-direction: column; gap: 6px; }

/* ---------- Model cards ---------- */
.models { padding-top: 80px; }
.models-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.model-card { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.model-media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 305 / 395; background: var(--panel); }
.model-media > img, .model-media > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* браузер декодирует <video> (bt709) чуть ярче, чем ту же картинку AVIF (sRGB) — компенсируем на статичном кадре */
.model-media > img { z-index: 1; filter: brightness(1.02) saturate(1.015); transition: opacity .45s; }
.model-media > video { z-index: 0; }
.model-media.is-playing > img { opacity: 0; }
.model-media::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  border: 2px solid rgba(255, 255, 255, .85);
  z-index: 2;
  pointer-events: none;
  transition: opacity .25s;
}
.model-media::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  margin-left: -6px; margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  z-index: 3;
  pointer-events: none;
  transition: opacity .25s;
}
.model-media:hover::before, .model-media:hover::after,
.model-media.is-playing::before, .model-media.is-playing::after { opacity: 0; }
.model-stats {
  position: absolute;
  right: 10px; bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
  z-index: 1;
}
.model-stats span { display: inline-flex; align-items: center; gap: 3px; }
.model-stats img { width: 16px; height: 16px; }
.model-name { font-size: 16px; font-weight: 500; }
.model-foot { display: flex; align-items: center; gap: 10px; }
.model-quote { flex: 1; min-width: 0; color: var(--muted); font-size: 10px; line-height: 1.6; font-weight: 500; }
.model-foot .btn { flex-shrink: 0; min-width: 106px; }

/* ---------- FAQ home ---------- */
.faq-section { padding-top: 80px; }
.faq-grid { display: grid; grid-template-columns: 412px minmax(0, 1fr); gap: 21px; align-items: start; }
.faq-photo { border-radius: var(--radius); overflow: hidden; }
.faq-photo img { width: 100%; height: auto; }
.faq-body { padding-top: 29px; }
.faq-body .section-title { margin-bottom: 40px; }
.faq-list { display: flex; flex-direction: column; gap: 18px; }
.faq-item { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 21px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.25;
  padding-block: 6px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-marker { flex-shrink: 0; position: relative; width: 19px; height: 19px; }
.faq-marker::before, .faq-marker::after { content: ''; position: absolute; background: var(--accent); left: 0; top: 8px; width: 19px; height: 4px; border-radius: 1px; transition: transform .25s; }
.faq-marker::after { transform: rotate(90deg); }
.faq-item.is-open .faq-marker::after { transform: rotate(0deg); }
.faq-answer { overflow: hidden; }
.faq-answer-in { padding: 10px 0 4px 40px; color: #eee; font-size: 16px; line-height: 20px; }

/* ---------- Talk banner ---------- */
.talk-banner { padding-top: 80px; }
.talk-panel {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-height: 437px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 20px 50px;
  isolation: isolate;
  text-align: center;
}
.talk-bg { position: absolute; inset: 0; z-index: -1; }
.talk-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.talk-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19, 19, 19, .1) 40%, rgba(19, 19, 19, .82) 88%); }
.talk-logo { position: absolute; top: 19px; left: 50%; transform: translateX(-50%); width: 163px; height: 39px; object-fit: contain; }
.talk-panel h2 { font-family: var(--display); font-weight: 400; font-size: clamp(26px, 4vw, 50px); line-height: 1.1; text-transform: uppercase; margin-bottom: 21px; max-width: 950px; }
.talk-panel .btn { width: min(310px, 100%); }

/* ---------- Team ---------- */
.team-section { padding-top: 80px; }
.team-grid { display: grid; grid-template-columns: minmax(0, 1fr) 522px; gap: 20px; align-items: start; }
.team-copy { display: flex; flex-direction: column; gap: 20px; }
.team-copy h3 { font-size: 24px; font-weight: 400; }
.team-copy ul { padding-left: 24px; }
.team-contacts { display: flex; flex-direction: column; gap: 20px; }
.team-contacts li { display: flex; align-items: center; gap: 8px; }
.team-contacts img { width: 24px; height: 24px; }
.team-map { border-radius: 36px; overflow: hidden; aspect-ratio: 789 / 619; }
.team-map img { width: 100%; height: auto; }
.team-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 90px; padding-bottom: 28px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 20px; }
.footer-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 30px; }
.footer-brand img { width: 62px; height: 46px; }
.footer-nav { display: flex; gap: clamp(24px, 5vw, 80px); flex-wrap: wrap; }
.footer-nav a { font-weight: 500; font-size: 16px; }
.footer-nav a:hover { color: var(--accent); }
.footer-line { border: 0; height: 1px; background: var(--line); }
.footer-copy { margin: 20px auto 0; max-width: 1064px; text-align: center; font-size: 12px; line-height: 16px; color: #ddd; }

/* ---------- Inner pages ---------- */
.page-hero { padding-top: 34px; }
.page-hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 4vw, 44px); text-transform: uppercase; }
.page-hero p { margin-top: 12px; color: #ccc; max-width: 780px; }
.page-updated { display: inline-block; margin-top: 14px; font-size: 13px; color: var(--muted); }

.prose-section { padding-top: 34px; }
.legal-content { display: flex; flex-direction: column; gap: 14px; }
.legal-content h2 { font-size: 22px; margin-top: 18px; }
.legal-content ul, .legal-content ol { padding-left: 24px; display: flex; flex-direction: column; gap: 6px; }
.legal-content a { color: var(--accent); }

.about-section { padding-top: 40px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.about-copy { display: flex; flex-direction: column; gap: 14px; }
.about-copy h2 { font-size: 26px; margin-top: 10px; }
.about-copy ul { padding-left: 24px; display: flex; flex-direction: column; gap: 6px; }
.about-photo { border-radius: var(--radius); overflow: hidden; }
.about-photo img { width: 100%; height: auto; }

.stat-band { padding-top: 50px; }
.stat-band-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.stat-cell { border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 22px; text-align: center; }
.stat-cell b { display: block; font-family: var(--display); font-weight: 400; font-size: 34px; color: var(--accent); }
.stat-cell span { font-size: 13px; color: #ccc; }

.contact-section { padding-top: 40px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.contact-grid .team-map { grid-column: 1 / -1; aspect-ratio: 3 / 1; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info li { display: flex; align-items: center; gap: 10px; }
.contact-info img { width: 24px; height: 24px; }
.contact-form { border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.contact-form label { font-weight: 600; font-size: 14px; display: flex; flex-direction: column; gap: 8px; }
.contact-form input, .contact-form textarea {
  background: #1d1d1d;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  width: 100%;
}
.contact-form textarea { resize: none; min-height: 140px; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); }
.form-done { border: 1px solid rgba(64, 224, 208, .6); border-radius: var(--radius); padding: 40px 28px; text-align: center; font-size: 18px; font-weight: 600; color: #7ef5e7; }

.brands-section { padding-top: 40px; display: flex; flex-direction: column; gap: 34px; }
.brand-review { border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 30px; }
.brand-review-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.brand-review-head .offer-logo { width: 200px; min-height: 96px; border-radius: 12px; }
.brand-review-score { display: flex; align-items: center; gap: 13px; }
.brand-review-score b { font-family: var(--display); font-weight: 400; font-size: 34px; }
.brand-review-score img { width: 85px; height: 40px; }
.brand-review h2 { font-size: 24px; margin-bottom: 10px; }
.brand-review p { margin-bottom: 12px; color: #ddd; }
.brand-review ul { padding-left: 24px; margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.brand-pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 18px; }
.brand-pros, .brand-cons { border-radius: 12px; padding: 16px 18px; }
.brand-pros { background: rgba(64, 224, 208, .07); border: 1px solid rgba(64, 224, 208, .3); }
.brand-cons { background: rgba(255, 53, 110, .07); border: 1px solid var(--accent-soft); }
.brand-pros h3, .brand-cons h3 { font-size: 15px; margin-bottom: 8px; }
.brand-pros ul, .brand-cons ul { margin-bottom: 0; font-size: 14px; }

.catalog-section { padding-top: 40px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.catalog-note { padding-top: 40px; }
.catalog-note h2 { font-size: 24px; margin-bottom: 12px; }
.catalog-note p { margin-bottom: 12px; color: #ddd; }

/* ---------- Generator ---------- */
.generator-section { padding-top: 40px; }
.generator-grid { display: grid; grid-template-columns: minmax(0, 1fr) 413px; gap: 30px; align-items: start; }
.gen-panel { border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 22px; }
.gen-group h3 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.gen-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
  transition: border-color .2s, background .2s;
}
.chip:hover { border-color: var(--accent); }
.chip.is-selected { background: var(--accent); border-color: var(--accent); color: #fff; }
.gen-result { border: 1px solid rgba(64, 224, 208, .5); border-radius: var(--radius); padding: 24px; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.gen-result-avatar { width: 128px; height: 128px; border-radius: 50%; overflow: hidden; border: 2px solid #40e0d0; box-shadow: 0 0 22px rgba(64, 224, 208, .4); }
.gen-result-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gen-result h3 { font-size: 20px; }
.gen-result p { color: #ccc; font-size: 14px; min-height: 42px; }
.gen-progress { width: 100%; height: 8px; border-radius: 6px; background: #242424; overflow: hidden; }
.gen-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #40e0d0, var(--accent)); transition: width .3s; }

/* ---------- FAQ page ---------- */
.faq-page-section { padding-top: 40px; }
.faq-page-section .faq-list { max-width: 980px; }

/* ---------- Audio modal & toast ---------- */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, .72);
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}
.modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.modal-box {
  background: #101014;
  border: 1px solid rgba(64, 224, 208, .55);
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(64, 224, 208, .22);
  max-width: 420px;
  width: 100%;
  padding: 30px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  transform: translateY(14px);
  transition: transform .25s;
}
.modal-backdrop.is-open .modal-box { transform: translateY(0); }
.modal-box p { font-size: 16px; line-height: 1.5; }
.modal-box .btn { width: 100%; }
.modal-close { position: absolute; top: 10px; right: 14px; font-size: 26px; color: #888; }
.modal-box { position: relative; }

/* ---------- Age gate ---------- */
.agegate {
  position: fixed; inset: 0;
  z-index: 200;
  background: rgba(5, 5, 7, .9);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.agegate-box {
  position: relative;
  background: #0a0a0d;
  border: 2px solid #40e0d0;
  box-shadow: 0 0 34px rgba(64, 224, 208, .35), inset 0 0 24px rgba(64, 224, 208, .06);
  border-radius: 14px;
  max-width: 460px;
  width: 100%;
  padding: 34px 30px 30px;
  text-align: center;
  overflow: hidden;
}
.agegate-title {
  font-family: var(--display);
  font-weight: 400;
  color: #40e0d0;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.agegate-figure { width: 96px; height: 96px; margin: 0 auto 18px; border-radius: 50%; background: radial-gradient(circle at 50% 38%, rgba(64, 224, 208, .35), transparent 70%); display: flex; align-items: center; justify-content: center; }
.agegate-figure svg { width: 64px; height: 64px; }
.agegate-text { font-size: 15px; line-height: 1.55; color: #ddd; margin-bottom: 24px; }
.agegate-actions { display: flex; gap: 14px; }
.agegate-actions button {
  flex: 1;
  font-weight: 700;
  font-size: 17px;
  padding: 14px 10px;
  border-radius: 12px;
  transition: transform .15s, box-shadow .2s;
}
.agegate-yes { background: var(--accent); color: #fff; }
.agegate-yes:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(255, 53, 110, .45); }
.agegate-no { background: transparent; color: #9adcd4; border: 1px solid rgba(64, 224, 208, .5); }
.agegate-no:hover { background: rgba(64, 224, 208, .12); }
.agegate-pixels { position: absolute; inset: 0; display: grid; pointer-events: none; z-index: 5; }
.agegate-pixels i { background: #0a0a0d; outline: 1px solid #0a0a0d; opacity: 1; }
.agegate.is-dissolving .agegate-pixels i { animation: pixel-out .5s forwards; }
@keyframes pixel-out { to { opacity: 0; } }

/* ---------- Cookie bar ---------- */
.cookiebar {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 110;
  background: #1a1a1e;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 980px;
  margin-inline: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}
.cookiebar p { flex: 1 1 320px; font-size: 13px; line-height: 1.5; color: #ccc; }
.cookiebar p a { color: var(--accent); }
.cookiebar-actions { display: flex; gap: 10px; }
.cookiebar .btn { font-size: 14px; padding: 9px 18px; }

/* ---------- Support chat ---------- */
.sc-toggle {
  position: fixed;
  right: 18px;
  bottom: calc(18px + var(--cookie-h));
  z-index: 105;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255, 53, 110, .45);
  transition: transform .2s, box-shadow .2s, bottom .25s;
}
.sc-toggle:hover { transform: scale(1.07); box-shadow: 0 10px 30px rgba(255, 53, 110, .6); }
.sc-toggle svg { width: 28px; height: 28px; }
.sc-badge { position: absolute; top: -2px; right: -2px; width: 14px; height: 14px; border-radius: 50%; background: #40e0d0; border: 2px solid var(--bg); }
.sc-panel {
  position: fixed;
  right: 18px;
  bottom: calc(88px + var(--cookie-h));
  z-index: 106;
  width: 360px;
  max-width: calc(100vw - 36px);
  height: 460px;
  max-height: calc(100dvh - 120px);
  background: #17171b;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .6);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .25s, transform .25s, bottom .25s;
}
.sc-panel.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sc-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: linear-gradient(90deg, var(--accent), #b3244e); }
.sc-head img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255, 255, 255, .6); }
.sc-head-name { font-weight: 700; font-size: 15px; }
.sc-head-status { font-size: 12px; opacity: .9; display: flex; align-items: center; gap: 5px; }
.sc-head-status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #6bffb8; }
.sc-close { margin-left: auto; color: #fff; font-size: 24px; width: 34px; height: 34px; }
.sc-log { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.sc-msg { max-width: 82%; padding: 9px 13px; border-radius: 14px; font-size: 14px; line-height: 1.45; }
.sc-msg--bot { background: #232329; border-bottom-left-radius: 4px; align-self: flex-start; }
.sc-msg--user { background: var(--accent); border-bottom-right-radius: 4px; align-self: flex-end; }
.sc-typing { display: inline-flex; gap: 4px; padding: 12px 14px; }
.sc-typing i { width: 7px; height: 7px; border-radius: 50%; background: #777; animation: sc-blink 1s infinite; }
.sc-typing i:nth-child(2) { animation-delay: .2s; }
.sc-typing i:nth-child(3) { animation-delay: .4s; }
@keyframes sc-blink { 0%, 80%, 100% { opacity: .3; } 40% { opacity: 1; } }
.sc-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.sc-form input { flex: 1; background: #232329; border: 1px solid var(--line); border-radius: 12px; color: #fff; font-family: inherit; font-size: 14px; padding: 10px 12px; min-width: 0; }
.sc-form input:focus { outline: none; border-color: var(--accent); }
.sc-send { background: var(--accent); border-radius: 12px; width: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.sc-send svg { width: 20px; height: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 1220px) {
  .nav { display: none; }
  .burger { display: block; }
  .header-inner { gap: 10px; }
  .toplist-grid { grid-template-columns: 1fr; }
  .side-banner { min-height: 360px; }
  .promo-modal-content { min-height: 240px; padding: 14px 18px 20px; }
  .promo-modal-offer b { font-size: 24px; }
  .models-grid, .catalog-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 16px; }
  .models-grid .model-card, .catalog-grid .model-card { flex: 0 0 276px; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .faq-photo { max-width: 412px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-map { max-width: 640px; }
  .generator-grid { grid-template-columns: 1fr; }
  .gen-result { max-width: 460px; }
  .hero-girls { right: -40px; opacity: .9; }
}
@media (max-width: 1100px) {
  .stat-band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .toplist-items { gap: 6px; }
  .brand { font-size: 16px; gap: 4px; }
  .brand img { width: 32px; height: 24px; }
  .lang-switch { gap: 3px; }
  .lang-switch a { width: 28px; height: 24px; font-size: 12px; }
  .topbar { gap: 4px; }
  .topbar-slots { font-size: 12px; padding-inline: 6px; }
  .topbar-headline { display: none; }
  .topbar a img { display: none; }
  .topbar-region { display: none; }
  .section-title, .seo-intro h2 { font-size: 20px; line-height: 28px; }
  .hero-panel { min-height: 210px; }
  .hero-copy { max-width: 60%; align-items: flex-start; text-align: left; padding: 18px 16px; gap: 8px; }
  .hero-line1 { font-size: 24px; }
  .hero-line2 { font-size: clamp(10px, 3.6vw, 16px); padding: 6px 18px; white-space: normal; margin-inline: -10px; }
  .hero-sub { display: none; }
  .hero { padding-top: 0; }
  .hero-badges { flex-direction: column; align-items: flex-start; gap: 6px; }
  .hero-badges li { font-size: 11px; gap: 6px; }
  .hero-badges img { width: 18px; height: 18px; }
  .radar-strip { display: none; }
  .offer-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo score" "feats feats" "btn btn";
    align-items: center;
    gap: 12px 14px;
    padding: 8px 16px;
    min-height: 0;
  }
  .offer-logo { grid-area: logo; width: 110px; min-height: 44px; padding: 6px; }
  .offer-logo img { max-width: 100%; max-height: 32px; }
  .offer-cta { display: contents; }
  .offer-score { grid-area: score; justify-self: end; min-width: 0; gap: 8px; }
  .offer-score b { font-size: 24px; }
  .offer-score img { width: 62px; height: 29px; }
  .offer-feats { grid-area: feats; padding-block: 0; gap: 4px; }
  .offer-feats li { display: block; position: relative; padding-left: 18px; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .offer-feats li::before { position: absolute; left: 0; top: 50%; margin-top: 0; transform: translateY(-50%); }
  .offer-cta .btn { grid-area: btn; width: 100%; max-width: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .team-map { aspect-ratio: 4 / 3; }
  .brand-pros-cons { grid-template-columns: 1fr; }
  .faq-item summary { font-size: 18px; gap: 14px; }
  .faq-answer-in { padding-left: 33px; }
  .faq-photo { order: 2; }
  .faq-body { order: 1; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-brand { font-size: 22px; gap: 6px; }
  .footer-brand img { width: 44px; height: 33px; }
  .talk-panel { min-height: 360px; }
  .site-footer { margin-top: 30px; }
}
@media (max-width: 520px) {
  .stat-band-grid { grid-template-columns: 1fr; }
  .cookiebar { left: 10px; right: 10px; bottom: 10px; }
  .agegate-actions { flex-direction: column; }
}
@media (max-width: 430px) {
  .container { padding-inline: 14px; padding-block: 6px; }
  .toplist { padding-top: 0; }
  .hero-panel { min-height: 148px; }
  .hero-copy { padding: 16px 14px; max-width: 56%; }
  .hero-line1 { font-size: 20px; }
  .hero-badges li { font-size: 10px; gap: 5px; }
  .hero-badges img { width: 14px; height: 14px; }
  .sc-panel { right: 10px; }
  .sc-toggle { right: 10px; }
}
@media (max-width: 360px) {
  .hero-line1 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .radar::before, .radar-status, .topbar-slots strong, .offer-voice.is-playing .voice-wave i, .sc-typing i { animation: none; }
  html.js .radar-ava { opacity: 1; transform: none; transition: none; }
  .radar { transition: none; }
  .radar-avatars.is-blinking .radar-ava.is-live .radar-geo { animation: none; opacity: 1; }
  .radar-avatars.is-blinking .radar-ava.is-live img { animation: none; border-color: #40e0d0; box-shadow: 0 0 14px rgba(64, 224, 208, .45); }
  html { scroll-behavior: auto; }
}
