:root {
  --ink: #291f31;
  --ink-soft: #6f6478;
  --paper: #f6f1ec;
  --card: rgba(255,255,255,.88);
  --line: rgba(50,35,61,.11);
  --purple: #6d4af2;
  --purple-dark: #4c2fc9;
  --rose: #e95f8f;
  --rose-dark: #c83f72;
  --gold: #d2aa70;
  --vk: #2688eb;
  --green: #2fbf84;
  --shadow-sm: 0 10px 30px rgba(55,40,69,.10);
  --shadow-md: 0 24px 70px rgba(56,39,74,.16);
  --shadow-lg: 0 38px 110px rgba(43,27,62,.22);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --safe-bottom: max(16px, env(safe-area-inset-bottom));
  --viewport-height: 100vh;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(233,95,143,.14), transparent 30rem),
    radial-gradient(circle at 92% 11%, rgba(109,74,242,.14), transparent 32rem),
    var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: calc(26px + env(safe-area-inset-bottom));
}
body.modal-open { overflow: hidden; }
body.chat-input-active .sticky-cta,
body.chat-input-active .idle-nudge { display: none !important; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.hidden { display: none !important; }

.ambient { position: fixed; z-index: -2; border-radius: 999px; filter: blur(64px); pointer-events: none; opacity: .48; }
.ambient-one { width: 340px; height: 340px; left: -180px; top: 18%; background: rgba(233,95,143,.22); animation: floatOne 16s ease-in-out infinite; }
.ambient-two { width: 420px; height: 420px; right: -240px; top: 48%; background: rgba(109,74,242,.20); animation: floatTwo 20s ease-in-out infinite; }
.grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px max(16px, env(safe-area-inset-left)) 11px max(16px, env(safe-area-inset-right));
  border-bottom: 1px solid rgba(57,42,68,.06);
  background: rgba(246,241,236,.78);
  backdrop-filter: blur(18px) saturate(1.25);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -.035em; }
.brand-mark { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--purple), var(--rose)); box-shadow: 0 10px 26px rgba(109,74,242,.24); font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.brand-name { font-size: 20px; }
.header-actions { display: flex; align-items: center; gap: 9px; min-width: 0; }
.age-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 32px; padding: 0 10px; border: 1px solid rgba(41,31,49,.12); border-radius: 999px; color: #62576b; background: rgba(255,255,255,.52); font-size: 12px; font-weight: 850; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 16px; border-radius: 14px; color: #fff; text-decoration: none; background: linear-gradient(135deg, var(--purple), #7e5cff); box-shadow: 0 10px 24px rgba(109,74,242,.22); font-size: 13px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta:active { transform: scale(.97); }

.section-shell { width: min(1160px, calc(100% - 32px)); margin-inline: auto; min-width: 0; }
.hero { display: grid; grid-template-columns: minmax(0,1fr); gap: 28px; padding-top: 30px; padding-bottom: 64px; }
.hero-copy, .deck-area { min-width: 0; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--purple-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; }
.eyebrow { padding: 9px 13px; border: 1px solid rgba(109,74,242,.14); border-radius: 999px; background: rgba(109,74,242,.075); }
.hero h1 { max-width: 780px; margin: 20px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 10.8vw, 68px); line-height: .99; letter-spacing: -.052em; font-weight: 650; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(110deg, var(--purple-dark) 5%, var(--purple) 45%, var(--rose-dark) 100%); background-clip: text; -webkit-background-clip: text; font-style: italic; text-shadow: 0 15px 40px rgba(109,74,242,.12); }
.hero-subtitle { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.55; }
.trust-row { width: 100%; display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
.trust-card { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); }
.trust-card .trust-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; font-size: 13px; font-weight: 950; }
.trust-vk .trust-icon { color: #fff; background: linear-gradient(145deg, #3499f4, #1675d5); }
.trust-fast .trust-icon { color: #61441d; background: linear-gradient(145deg, #f5dfbd, #d8ad72); font-size: 19px; }
.trust-card b, .trust-card small { display: block; min-width: 0; }
.trust-card b { font-size: 14px; }
.trust-card small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }
.personal-note { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #675d70; font-size: 13px; font-weight: 700; }
.personal-note span { color: var(--rose); font-size: 9px; filter: drop-shadow(0 0 7px rgba(233,95,143,.5)); }

.deck-area { width: 100%; max-width: 470px; margin-inline: auto; }
.deck-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 3px 12px; }
.deck-topline > div:first-child span, .deck-topline > div:first-child b { display: block; }
.deck-topline > div:first-child span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; }
.deck-topline > div:first-child b { margin-top: 3px; font-size: 14px; }
.activity-mark { display: inline-flex; align-items: center; gap: 7px; max-width: 48%; padding: 8px 10px; border: 1px solid rgba(47,191,132,.16); border-radius: 999px; color: #257855; background: rgba(47,191,132,.08); font-size: 11px; font-weight: 850; white-space: nowrap; }
.activity-mark i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(47,191,132,.10); }
.deck-shell { position: relative; min-height: 590px; padding: 12px 12px 16px; border: 1px solid rgba(49,33,63,.09); border-radius: 36px; background: rgba(255,255,255,.52); box-shadow: var(--shadow-lg); isolation: isolate; overflow: hidden; }
.deck-shell::before { content: ""; position: absolute; inset: 0; z-index: -2; border-radius: inherit; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.50)); }
.deck-glow { position: absolute; left: 50%; top: 24%; width: 86%; height: 64%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(109,74,242,.17), transparent 68%); filter: blur(25px); z-index: -1; pointer-events: none; }
.card-deck { position: relative; height: 480px; width: 100%; min-width: 0; }
.profile-card { position: absolute; inset: 0; overflow: hidden; border-radius: 29px; background: #ddd; box-shadow: 0 24px 60px rgba(30,22,40,.27); touch-action: pan-y; user-select: none; transform-origin: 50% 95%; will-change: transform, opacity; }
.profile-card:nth-child(1) { transform: translate3d(0,13px,0) scale(.948) rotate(-1.8deg); opacity: .42; }
.profile-card:nth-child(2) { transform: translate3d(0,7px,0) scale(.974) rotate(1deg); opacity: .77; }
.profile-card:nth-child(3) { transform: translate3d(0,0,0); }
.profile-photo { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.profile-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(25,16,31,.04) 24%, rgba(24,16,29,.04) 50%, rgba(24,16,29,.86) 100%); pointer-events: none; }
.profile-online { position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px; max-width: calc(100% - 28px); padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(25,17,31,.38); backdrop-filter: blur(13px); font-size: 11px; font-weight: 800; }
.profile-online i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #5ce7a9; box-shadow: 0 0 0 4px rgba(92,231,169,.13); }
.profile-meta { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 19px; color: #fff; }
.profile-meta h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; line-height: 1; letter-spacing: -.035em; }
.profile-distance { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.profile-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; background: rgba(19,13,24,.31); backdrop-filter: blur(8px); font-size: 11px; font-weight: 750; }
.swipe-stamp { position: absolute; z-index: 4; top: 82px; padding: 8px 12px; border: 3px solid currentColor; border-radius: 10px; opacity: 0; font-size: 18px; letter-spacing: .09em; font-weight: 950; pointer-events: none; }
.stamp-like { right: 22px; color: #69e2ae; transform: rotate(10deg); }
.stamp-skip { left: 22px; color: #fff; transform: rotate(-10deg); }
.controls { position: relative; z-index: 4; display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin-top: 13px; }
.action-button { min-width: 0; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 21px; cursor: pointer; font-size: 14px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.action-button:active { transform: scale(.975); }
.action-button .action-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; font-size: 19px; }
.action-button.skip { color: #5e5367; background: #f0ebee; box-shadow: inset 0 0 0 1px rgba(49,34,57,.07); }
.action-button.skip .action-icon { background: rgba(255,255,255,.76); }
.action-button.like { color: #fff; background: linear-gradient(135deg, var(--rose) 0%, var(--purple) 100%); box-shadow: 0 15px 32px rgba(200,63,114,.24); }
.action-button.like .action-icon { background: rgba(255,255,255,.16); }
.deck-support { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 13px; text-align: center; }
.swipe-guide { color: #817685; font-size: 11px; font-weight: 700; }
.swipe-guide i { color: var(--purple); font-style: normal; }
.no-like-link { border: 0; padding: 7px 10px; color: var(--purple-dark); background: transparent; cursor: pointer; font-size: 12px; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(109,74,242,.24); text-underline-offset: 4px; }
.no-like-link.attention { animation: attentionPulse 1.8s ease-in-out 2; }

.liked-cta, .more-panel, .deck-empty { position: absolute; z-index: 9; inset: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px; border-radius: 29px; text-align: center; background: linear-gradient(160deg, rgba(255,255,255,.97), rgba(248,242,250,.95)); backdrop-filter: blur(18px); animation: panelIn .38s cubic-bezier(.18,.84,.25,1); }
.liked-symbol, .empty-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(145deg, var(--rose), var(--purple)); box-shadow: 0 18px 40px rgba(200,63,114,.24); font-size: 28px; }
.liked-copy { margin: 17px 0 20px; }
.liked-copy span, .liked-copy b, .liked-copy small { display: block; }
.liked-copy span, .panel-kicker { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 950; }
.liked-copy b { margin-top: 7px; font-family: Georgia, serif; font-size: 27px; }
.liked-copy small { margin-top: 7px; color: var(--ink-soft); font-size: 13px; }
.more-panel h3, .deck-empty h3 { margin: 9px 0 8px; font-family: Georgia, serif; font-size: 29px; line-height: 1.05; }
.more-panel p, .deck-empty p { max-width: 330px; margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }

.primary-cta, .secondary-cta, .light-cta, .final-cta { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 20px; border: 0; border-radius: 18px; overflow: hidden; text-align: center; text-decoration: none; cursor: pointer; font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.primary-cta { color: #fff; background: linear-gradient(135deg, var(--purple), var(--rose)); box-shadow: 0 15px 34px rgba(109,74,242,.24); }
.primary-cta::after, .final-cta::after { content: ""; position: absolute; inset: -70% -20%; transform: translateX(-120%) rotate(16deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.26), transparent); animation: shimmer 4.8s ease-in-out infinite; }
.primary-cta:active, .secondary-cta:active, .light-cta:active, .final-cta:active { transform: scale(.98); }
.text-button { margin-top: 12px; border: 0; padding: 8px; color: #716577; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.centered { margin-inline: auto; }

.intent-section, .chat-section, .steps-section, .faq-section, .final-section { padding-top: 70px; padding-bottom: 70px; }
.section-heading { max-width: 690px; margin-bottom: 28px; }
.section-heading.compact { max-width: 610px; }
.section-heading h2, .product-copy h2, .final-card h2 { margin: 10px 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 8vw, 55px); line-height: 1.03; letter-spacing: -.042em; font-weight: 650; }
.section-heading p, .product-copy p, .final-card p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.58; }
.intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.intent-grid button { min-width: 0; padding: 17px 14px; border: 1px solid var(--line); border-radius: 21px; text-align: left; background: rgba(255,255,255,.66); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.intent-grid button:active { transform: scale(.98); }
.intent-grid button.selected { border-color: rgba(109,74,242,.43); background: linear-gradient(145deg, rgba(109,74,242,.12), rgba(233,95,143,.08)); box-shadow: 0 18px 40px rgba(109,74,242,.12); }
.intent-grid span, .intent-grid b, .intent-grid small { display: block; }
.intent-grid span { font-size: 21px; }
.intent-grid b { margin-top: 10px; font-size: 14px; }
.intent-grid small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.secondary-cta { margin-top: 18px; color: var(--purple-dark); border: 1px solid rgba(109,74,242,.18); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }

.chat-stage { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; align-items: center; }
.chat-phone { width: 100%; max-width: 560px; min-width: 0; margin-inline: auto; overflow: hidden; border: 1px solid rgba(42,30,52,.12); border-radius: 30px; background: #f5f4f7; box-shadow: var(--shadow-md); }
.chat-header { display: flex; align-items: center; gap: 11px; padding: 13px 14px; border-bottom: 1px solid rgba(46,34,56,.08); background: rgba(255,255,255,.9); }
.chat-header img { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; background: #ddd; }
.chat-header > div { flex: 1; min-width: 0; }
.chat-header b, .chat-header span { display: block; }
.chat-header b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.chat-header div span { display: flex; align-items: center; gap: 6px; margin-top: 3px; color: #7c7182; font-size: 11px; }
.chat-header div span i { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); }
.chat-demo-mark { flex: 0 0 auto; padding: 6px 8px; border-radius: 999px; color: var(--purple-dark); background: rgba(109,74,242,.08); text-transform: uppercase; letter-spacing: .07em; font-size: 9px !important; font-weight: 900; }
.chat-messages {
  min-height: 260px;
  max-height: none;
  overflow: visible;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
  padding: 18px 13px 10px;
  scroll-behavior: auto;
}
.message-row { display: flex; width: 100%; margin-bottom: 10px; animation: messageIn .32s ease both; }
.message-row.outgoing { justify-content: flex-end; }
.message-bubble { max-width: 86%; padding: 11px 13px; border-radius: 17px 17px 17px 5px; color: #3b3142; background: #fff; box-shadow: 0 8px 22px rgba(48,35,59,.08); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.outgoing .message-bubble { border-radius: 17px 17px 5px 17px; color: #fff; background: linear-gradient(135deg, var(--purple), #8061f6); }
.typing-bubble { display: inline-flex; align-items: center; gap: 4px; min-width: 54px; }
.typing-bubble i { width: 6px; height: 6px; border-radius: 50%; background: #9c91a1; animation: typing 1s ease-in-out infinite; }
.typing-bubble i:nth-child(2) { animation-delay: .16s; }
.typing-bubble i:nth-child(3) { animation-delay: .32s; }
.demo-photo-card { width: min(270px, 83%); margin-top: 8px; overflow: hidden; border: 0; border-radius: 18px; padding: 0; background: #ddd; box-shadow: 0 16px 32px rgba(49,34,60,.16); cursor: pointer; }
.demo-photo-card .photo-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.demo-photo-card img { width: 100%; height: 100%; object-fit: cover; filter: blur(15px) saturate(.88); transform: scale(1.09); }
.demo-photo-card .photo-lock { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(rgba(20,13,25,.10), rgba(20,13,25,.46)); text-align: center; }
.demo-photo-card .photo-lock span { display: inline-flex; flex-direction: column; align-items: center; gap: 7px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(25,17,31,.38); backdrop-filter: blur(10px); font-size: 11px; font-weight: 850; }
.demo-photo-card .photo-lock b { font-size: 19px; }
.quick-replies { display: flex; gap: 8px; overflow-x: auto; padding: 0 12px 11px; scrollbar-width: none; scroll-snap-type: x proximity; }
.quick-replies::-webkit-scrollbar { display: none; }
.quick-replies button { flex: 0 0 auto; max-width: 78%; padding: 9px 11px; border: 1px solid rgba(109,74,242,.17); border-radius: 999px; color: var(--purple-dark); background: rgba(255,255,255,.8); cursor: pointer; font-size: 11px; font-weight: 800; scroll-snap-align: start; }
.chat-composer { position: sticky; bottom: 0; display: grid; grid-template-columns: minmax(0,1fr) 42px; gap: 8px; padding: 10px 11px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(45,31,55,.08); background: rgba(255,255,255,.93); backdrop-filter: blur(16px); }
.chat-composer input { width: 100%; min-width: 0; height: 44px; padding: 0 14px; border: 1px solid rgba(47,34,57,.11); border-radius: 15px; outline: none; color: var(--ink); background: #f4f1f5; font-size: 14px; }
.chat-composer input:focus { border-color: rgba(109,74,242,.52); box-shadow: 0 0 0 4px rgba(109,74,242,.09); }
.chat-composer button { width: 42px; height: 42px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--purple), var(--rose)); cursor: pointer; font-size: 18px; font-weight: 900; }
.chat-side-card { padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-md); }
.side-label { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 950; }
.chat-side-card h3 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: 30px; line-height: 1.08; }
.chat-side-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.chat-side-card ul { display: grid; gap: 9px; margin: 18px 0 22px; padding: 0; list-style: none; }
.chat-side-card li { position: relative; padding-left: 23px; color: #4f4457; font-size: 13px; font-weight: 700; }
.chat-side-card li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--green); font-weight: 950; }

.product-section { position: relative; overflow: hidden; margin-top: 34px; padding: 74px 0; color: #fff; background: linear-gradient(135deg, #21172a 0%, #342044 42%, #4a2e57 100%); }
.product-section::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(233,95,143,.36), transparent 68%); }
.product-section::after { content: ""; position: absolute; width: 420px; height: 420px; left: -220px; bottom: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(109,74,242,.42), transparent 68%); }
.product-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr); gap: 34px; }
.section-kicker.light { color: #d7c8ff; }
.product-copy p { color: rgba(255,255,255,.72); }
.light-cta { margin-top: 22px; color: #291f31; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.benefits-grid article { min-width: 0; padding: 18px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.075); backdrop-filter: blur(13px); }
.benefits-grid article > span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 10px; color: #fff; background: linear-gradient(145deg, rgba(109,74,242,.95), rgba(233,95,143,.95)); font-size: 10px; font-weight: 950; }
.benefits-grid h3 { margin: 13px 0 6px; font-size: 14px; }
.benefits-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.45; }

.steps-grid { display: grid; gap: 10px; margin-bottom: 20px; }
.steps-grid article { display: flex; align-items: flex-start; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-sm); }
.steps-grid article > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--purple), var(--rose)); font-weight: 950; }
.steps-grid h3 { margin: 2px 0 5px; font-size: 15px; }
.steps-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.70); box-shadow: 0 8px 24px rgba(45,33,55,.06); }
.faq-list summary { position: relative; padding: 17px 45px 17px 16px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--purple); font-size: 21px; font-weight: 500; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list p { margin: 0; padding: 0 16px 17px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.final-card { position: relative; overflow: hidden; padding: 42px 22px; border-radius: 34px; color: #fff; text-align: center; background: linear-gradient(145deg, #4b2ed0 0%, #6d4af2 42%, #d64d82 100%); box-shadow: 0 32px 80px rgba(95,58,181,.27); }
.final-card .section-kicker { justify-content: center; }
.final-card h2 { max-width: 770px; margin-inline: auto; }
.final-card p { max-width: 680px; margin-inline: auto; color: rgba(255,255,255,.78); }
.final-cta { margin-top: 23px; color: #33233c; background: #fff; box-shadow: 0 18px 42px rgba(27,14,35,.19); }
.final-card small { display: block; margin-top: 13px; color: rgba(255,255,255,.7); font-size: 11px; }
.final-orbit { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 220px; height: 220px; left: -125px; top: -130px; animation: orbit 16s linear infinite; }
.orbit-two { width: 300px; height: 300px; right: -190px; bottom: -180px; animation: orbit 22s linear infinite reverse; }
.site-footer { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 10px; display: flex; flex-direction: column; gap: 8px; color: #817686; font-size: 11px; }
.site-footer div { display: flex; flex-direction: column; gap: 3px; }
.site-footer b { color: var(--ink); font-size: 14px; }

.sticky-cta { position: fixed; z-index: 45; left: max(10px, env(safe-area-inset-left)); right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 10px 10px 10px 11px; border: 1px solid rgba(255,255,255,.58); border-radius: 22px; background: rgba(35,24,43,.92); backdrop-filter: blur(20px) saturate(1.2); box-shadow: 0 22px 60px rgba(26,16,34,.34); color: #fff; animation: stickyIn .35s cubic-bezier(.2,.8,.2,1); }
.sticky-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--rose), var(--purple)); }
.sticky-copy { min-width: 0; }
.sticky-copy span, .sticky-copy b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-copy span { color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.sticky-copy b { margin-top: 3px; font-size: 12px; }
.sticky-button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 14px; color: #2b2032; background: #fff; text-decoration: none; font-size: 11px; font-weight: 900; }
.sticky-close { position: absolute; right: -2px; top: -16px; width: 28px; height: 28px; border: 0; border-radius: 50%; color: #fff; background: rgba(35,24,43,.92); box-shadow: 0 6px 18px rgba(25,16,32,.24); cursor: pointer; }

.idle-nudge { position: fixed; z-index: 50; left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); max-width: 460px; margin-inline: auto; padding: 17px; border: 1px solid rgba(52,35,63,.11); border-radius: 25px; background: rgba(255,255,255,.95); backdrop-filter: blur(20px); box-shadow: 0 28px 80px rgba(42,26,52,.26); animation: nudgeIn .38s cubic-bezier(.18,.84,.25,1); }
.idle-close { position: absolute; right: 9px; top: 8px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #726677; background: #f1edf1; cursor: pointer; }
.idle-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--purple), var(--rose)); }
.idle-copy { padding: 12px 2px 13px; }
.idle-copy span { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 950; }
.idle-copy h3 { margin: 6px 0 5px; font-family: Georgia, serif; font-size: 24px; }
.idle-copy p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.idle-nudge .primary-cta { width: 100%; }

.conversion-modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: end center; padding: 12px max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
.modal-backdrop { position: absolute; inset: 0; background: rgba(24,15,30,.55); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(440px, 100%); padding: 25px 20px 18px; border-radius: 29px; text-align: center; background: #fff; box-shadow: 0 34px 100px rgba(25,14,33,.42); animation: modalIn .34s cubic-bezier(.18,.84,.25,1); }
.modal-close { position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: #726677; background: #f1edf1; cursor: pointer; }
.modal-symbol { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #3499f4, #1675d5); box-shadow: 0 17px 34px rgba(38,136,235,.25); font-size: 16px; font-weight: 950; }
.modal-kicker { color: var(--purple-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 950; }
.modal-card h3 { margin: 8px 0 8px; font-family: Georgia, serif; font-size: 28px; line-height: 1.06; }
.modal-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.modal-card .primary-cta { width: 100%; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.like-burst::after { content: "♥"; position: absolute; z-index: 20; left: 50%; top: 46%; color: var(--rose); font-size: 70px; filter: drop-shadow(0 14px 26px rgba(200,63,114,.28)); pointer-events: none; animation: heartBurst .7s ease both; }
.demo-right { animation: demoRight .72s ease-in-out; }
.demo-left { animation: demoLeft .72s ease-in-out; }

@media (min-width: 540px) {
  .trust-row { grid-template-columns: 1fr 1fr; }
  .intent-grid { grid-template-columns: repeat(4,1fr); }
  .steps-grid { grid-template-columns: repeat(3,1fr); }
  .steps-grid article { flex-direction: column; }
  .site-footer { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .site-footer div { flex-direction: row; align-items: baseline; gap: 10px; }
}

@media (min-width: 860px) {
  .site-header { min-height: 76px; padding-inline: max(28px, env(safe-area-inset-left)); }
  .hero { grid-template-columns: minmax(0,1.05fr) minmax(390px,.82fr); align-items: center; gap: 70px; padding-top: 65px; padding-bottom: 96px; }
  .hero h1 { font-size: clamp(58px,6vw,82px); }
  .deck-area { max-width: 470px; }
  .chat-stage { grid-template-columns: minmax(0,1.12fr) minmax(320px,.78fr); gap: 28px; }
  .chat-phone { margin-inline: 0; }
  .product-inner { grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); align-items: center; gap: 60px; }
  .intent-section, .chat-section, .steps-section, .faq-section, .final-section { padding-top: 95px; padding-bottom: 95px; }
  .sticky-cta { left: 50%; right: auto; width: min(620px, calc(100% - 32px)); transform: translateX(-50%); }
  .conversion-modal { place-items: center; }
}

@media (max-width: 760px) {
  .site-header { min-height: 62px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 12px; font-size: 19px; }
  .brand-name { font-size: 18px; }
  .header-cta { min-height: 36px; padding-inline: 12px; font-size: 11px; }
  .hero { padding-top: 25px; }
  .hero h1 { margin-top: 17px; }
  .deck-shell { min-height: 560px; border-radius: 30px; padding: 9px 9px 13px; }
  .card-deck { height: 454px; }
  .profile-card { border-radius: 25px; }
  .profile-meta h3 { font-size: 28px; }
  .controls { margin-top: 10px; }
  .action-button { min-height: 57px; border-radius: 18px; }
  .liked-cta, .more-panel, .deck-empty { inset: 9px; border-radius: 25px; }
  .section-shell { width: min(100% - 24px, 1160px); }
  .intent-section, .chat-section, .steps-section, .faq-section, .final-section { padding-top: 58px; padding-bottom: 58px; }
  .section-heading { margin-bottom: 22px; }
  .product-section { padding: 60px 0; }
  .chat-messages { min-height: 240px; max-height: min(410px, calc(var(--viewport-height) - 245px)); }
  .chat-phone { border-radius: 25px; }
  .chat-side-card { padding: 21px 18px; }
  .benefits-grid article { padding: 16px 13px; }
  .final-card { padding: 36px 18px; border-radius: 29px; }
  .sticky-copy span { display: none; }
}

@media (max-width: 390px) {
  .header-actions { gap: 6px; }
  .age-mark { min-width: 34px; height: 29px; padding: 0 8px; font-size: 10px; }
  .header-cta { padding-inline: 10px; }
  .hero h1 { font-size: 39px; }
  .hero-subtitle { font-size: 15px; }
  .card-deck { height: 430px; }
  .deck-shell { min-height: 532px; }
  .profile-meta { left: 15px; right: 15px; bottom: 16px; }
  .profile-meta h3 { font-size: 26px; }
  .action-button { min-height: 54px; font-size: 13px; }
  .intent-grid { grid-template-columns: 1fr 1fr; }
  .intent-grid button { padding: 15px 12px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .sticky-cta { grid-template-columns: 34px minmax(0,1fr) auto; gap: 7px; padding: 8px; }
  .sticky-avatar { width: 34px; height: 34px; }
  .sticky-button { min-height: 36px; padding-inline: 9px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@keyframes floatOne { 50% { transform: translate(40px,-40px) scale(1.08); } }
@keyframes floatTwo { 50% { transform: translate(-35px,45px) scale(.92); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes messageIn { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: .45; } 30% { transform: translateY(-4px); opacity: 1; } }
@keyframes shimmer { 0%,68% { transform: translateX(-120%) rotate(16deg); } 86%,100% { transform: translateX(130%) rotate(16deg); } }
@keyframes stickyIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (min-width: 860px) { @keyframes stickyIn { from { opacity: 0; transform: translate(-50%,24px); } to { opacity: 1; transform: translateX(-50%); } } }
@keyframes nudgeIn { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(.975); } to { opacity: 1; transform: none; } }
@keyframes heartBurst { 0% { opacity: 0; transform: translate(-50%,-15%) scale(.35); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-90%) scale(1.25); } }
@keyframes demoRight { 50% { transform: translateX(17px) rotate(2deg); } }
@keyframes demoLeft { 50% { transform: translateX(-15px) rotate(-1.7deg); } }
@keyframes attentionPulse { 50% { color: var(--rose-dark); transform: scale(1.025); } }
@keyframes orbit { to { transform: rotate(360deg); } }

/* v4.6.0 — mobile-first premium refresh */
:root {
  --ink: #2b2230;
  --ink-soft: #746a79;
  --paper: #f7f3ef;
  --purple: #6948e8;
  --purple-dark: #4f34ba;
  --rose: #d85b88;
  --rose-dark: #b93f6c;
  --gold: #d7b27a;
  --green: #2fb982;
  --shadow-sm: 0 10px 30px rgba(48,35,58,.08);
  --shadow-md: 0 24px 70px rgba(48,33,61,.14);
  --shadow-lg: 0 38px 110px rgba(43,27,62,.18);
}

html, body { overscroll-behavior-x: none; }
body { background:
  radial-gradient(circle at 8% 3%, rgba(216,91,136,.11), transparent 28rem),
  radial-gradient(circle at 93% 12%, rgba(105,72,232,.12), transparent 30rem),
  linear-gradient(180deg, #faf7f4 0%, #f7f3ef 68%, #f4f0ec 100%);
}
main { width: 100%; max-width: 100%; overflow-x: clip; }
section, header, footer, .section-shell, .chat-stage, .product-inner { min-width: 0; max-width: 100%; }

.site-header {
  background: rgba(250,247,244,.86);
  border-bottom-color: rgba(52,38,62,.07);
  box-shadow: 0 8px 30px rgba(45,31,55,.035);
}
.brand-mark { background: linear-gradient(145deg, #7254ea, #d35a88); }
.header-cta { background: linear-gradient(135deg, #6143df, #7957ee); }

.hero { padding-top: 34px; padding-bottom: 54px; }
.hero h1,
.section-heading h2,
.product-copy h2,
.final-card h2,
.chat-side-card h3,
.more-panel h3,
.deck-empty h3,
.modal-card h3,
.idle-copy h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Inter, sans-serif;
}
.hero h1 {
  color: #302537;
  font-size: clamp(42px, 10.4vw, 72px);
  line-height: .98;
  letter-spacing: -.061em;
  font-weight: 860;
  text-wrap: balance;
}
.hero-title-accent {
  display: block;
  width: fit-content;
  margin-top: 5px;
  color: transparent;
  background: linear-gradient(105deg, #4e31bf 0%, #7350ed 48%, #c34f80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 880;
  letter-spacing: -.064em;
  filter: drop-shadow(0 14px 28px rgba(91,59,204,.10));
}
.hero-subtitle { max-width: 620px; }

.trust-row { gap: 12px; }
.trust-card {
  position: relative;
  overflow: hidden;
  padding: 15px 16px;
  border: 1px solid rgba(59,42,70,.09);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,255,255,.60));
  box-shadow: 0 15px 40px rgba(48,34,58,.075);
  backdrop-filter: blur(18px);
}
.trust-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,72,232,.10), transparent 68%);
  pointer-events: none;
}
.trust-card .trust-icon {
  flex-basis: 46px;
  height: 46px;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 10px 22px rgba(45,31,55,.10);
}
.trust-card b { color: #33283a; font-size: 14px; letter-spacing: -.01em; }
.trust-card small { color: #7a707f; font-size: 12px; line-height: 1.34; }
.trust-vk .trust-icon { background: linear-gradient(145deg, #3499f4, #1774d4); }
.trust-fast .trust-icon { color: #5b3c18; background: linear-gradient(145deg, #f3dbb6, #d9ad70); }

.activity-mark {
  border-color: rgba(47,185,130,.15);
  color: #257656;
  background: linear-gradient(145deg, rgba(47,185,130,.10), rgba(255,255,255,.54));
  box-shadow: 0 8px 20px rgba(47,185,130,.07);
}
.age-mark { color: #62596a; background: rgba(255,255,255,.78); border-color: rgba(52,38,62,.11); }

.section-heading h2, .product-copy h2, .final-card h2 {
  color: #302537;
  font-weight: 830;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.section-heading h2 { font-size: clamp(32px, 7.8vw, 54px); }
.chat-heading { margin-bottom: 20px; }
.chat-heading h2 { max-width: 720px; }

.chat-section { padding-top: 54px; padding-bottom: 54px; }
.chat-stage { align-items: stretch; }
.chat-phone {
  display: flex;
  flex-direction: column;
  min-height: 570px;
  max-width: 590px;
  border-color: rgba(46,32,57,.10);
  border-radius: 32px;
  background: linear-gradient(180deg, #f5f3f7 0%, #efedf2 100%);
  box-shadow: 0 28px 85px rgba(42,28,55,.17);
}
.chat-header {
  min-height: 72px;
  padding: 12px 15px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(46,32,56,.045);
}
.chat-header img { width: 48px; height: 48px; border: 2px solid rgba(255,255,255,.92); box-shadow: 0 8px 18px rgba(45,31,54,.14); }
.chat-header b { color: #34283b; font-size: 15px; }
.chat-status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #35c68a;
  box-shadow: 0 0 0 5px rgba(53,198,138,.11);
}
.chat-messages {
  flex: 1 1 auto;
  min-height: 350px;
  max-height: 460px;
  padding: 18px 14px 12px;
  scrollbar-gutter: stable;
}
.message-bubble { font-size: 14px; box-shadow: 0 9px 24px rgba(47,34,58,.075); }
.message-row.outgoing .message-bubble { background: linear-gradient(145deg, #7355e8, #6847dc); }
.demo-photo-card {
  width: min(310px, 86%);
  border-radius: 19px;
  box-shadow: 0 18px 38px rgba(47,32,59,.18);
}
.demo-photo-card .photo-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.demo-photo-card img { filter: blur(18px) saturate(.88) brightness(.88); transform: scale(1.12); }
.demo-photo-card .photo-lock { position: absolute; inset: 0; display: grid; place-items: center; }
.demo-photo-card .photo-lock span {
  max-width: calc(100% - 24px);
  padding: 12px 15px;
  border-color: rgba(255,255,255,.32);
  background: rgba(28,19,34,.45);
  box-shadow: 0 10px 28px rgba(16,10,20,.18);
}
.quick-replies { padding: 1px 12px 10px; }
.quick-replies button { min-height: 38px; background: rgba(255,255,255,.92); }
.chat-composer { padding: 10px 11px calc(10px + env(safe-area-inset-bottom)); }
.chat-composer input {
  height: 46px;
  font-size: 16px; /* iOS: prevents focus zoom */
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}
.chat-composer button { width: 44px; height: 44px; }
.chat-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(59,42,70,.09);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.66));
}
.chat-side-card h3 { color: #33273a; font-weight: 820; letter-spacing: -.035em; }
.chat-side-card li::before { color: var(--purple); }

.product-section {
  margin-top: 24px;
  padding: 68px 0;
  background: linear-gradient(135deg, #241a2c 0%, #342341 48%, #4b2f55 100%);
}
.benefits-grid { gap: 12px; }
.benefits-grid article {
  position: relative;
  overflow: hidden;
  padding: 19px 16px;
  border-color: rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 40px rgba(10,5,14,.10);
}
.benefits-grid article::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -66px;
  top: -66px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218,91,136,.20), transparent 68%);
}
.benefits-grid article > span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(145deg, #7453ea, #d15886);
  box-shadow: 0 10px 22px rgba(32,16,43,.22);
  font-size: 12px;
}
.benefits-grid h3 { font-size: 15px; letter-spacing: -.015em; }
.benefits-grid p { font-size: 12.5px; }

.steps-grid article, .faq-list details {
  border-color: rgba(57,41,68,.09);
  background: linear-gradient(145deg, rgba(255,255,255,.89), rgba(255,255,255,.58));
}
.final-card {
  padding: 46px 24px;
  background: linear-gradient(135deg, #4e32c8 0%, #714fe5 48%, #c44f82 100%);
}
.final-card h2 {
  color: #fff;
  max-width: 760px;
  font-size: clamp(34px, 6.2vw, 58px);
  line-height: 1.02;
}
.site-footer { padding-bottom: 18px; }

@media (min-width: 860px) {
  .hero { padding-top: 62px; padding-bottom: 84px; }
  .hero h1 { font-size: clamp(58px, 5.65vw, 78px); }
  .chat-section, .steps-section, .faq-section, .final-section { padding-top: 78px; padding-bottom: 78px; }
  .chat-phone { min-height: 600px; }
  .chat-messages { min-height: 380px; max-height: 480px; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
  .hero { padding-top: 23px; padding-bottom: 42px; gap: 24px; }
  .hero h1 { margin: 16px 0 12px; font-size: clamp(39px, 11.2vw, 50px); line-height: .98; }
  .hero-title-accent { margin-top: 3px; }
  .hero-subtitle { font-size: 15px; line-height: 1.48; }
  .trust-row { margin-top: 18px; gap: 9px; }
  .trust-card { padding: 13px 14px; border-radius: 19px; }
  .trust-card .trust-icon { flex-basis: 42px; height: 42px; border-radius: 14px; }
  .personal-note { margin-top: 14px; }
  .deck-shell { min-height: 552px; }
  .chat-section, .steps-section, .faq-section, .final-section { padding-top: 44px; padding-bottom: 44px; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2 { margin-top: 8px; font-size: clamp(30px, 8.6vw, 40px); line-height: 1.04; }
  .chat-phone { min-height: 548px; border-radius: 25px; }
  .chat-header { min-height: 64px; padding: 9px 12px; }
  .chat-header img { width: 44px; height: 44px; }
  .chat-messages { min-height: 340px; max-height: min(430px, calc(var(--viewport-height) - 210px)); padding-top: 14px; }
  .message-bubble { max-width: 90%; font-size: 13px; line-height: 1.4; }
  .demo-photo-card { width: min(300px, 88%); }
  .demo-photo-card .photo-wrap { aspect-ratio: 16 / 9.7; }
  .chat-side-card { padding: 20px 17px; border-radius: 24px; }
  .chat-side-card h3 { font-size: 26px; }
  .product-section { margin-top: 10px; padding: 48px 0; }
  .benefits-grid { grid-template-columns: 1fr; gap: 9px; }
  .benefits-grid article { padding: 16px 15px; border-radius: 20px; }
  .steps-grid { gap: 8px; }
  .faq-list { gap: 7px; }
  .faq-list summary { padding-top: 15px; padding-bottom: 15px; }
  .final-card { padding: 34px 17px; border-radius: 27px; }
  .final-card h2 { font-size: clamp(29px, 8.4vw, 38px); line-height: 1.04; letter-spacing: -.047em; }
  .final-card p { font-size: 14px; line-height: 1.5; }
  .sticky-cta { bottom: max(8px, env(safe-area-inset-bottom)); }
  .idle-nudge { bottom: max(9px, env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 38px; }
  .trust-card b { font-size: 13px; }
  .trust-card small { font-size: 11px; }
  .chat-messages { min-height: 324px; }
  .demo-photo-card { width: 91%; }
  .final-card h2 { font-size: 29px; }
}
body.chat-section-visible .sticky-cta,
body.chat-section-visible .idle-nudge { display: none !important; }


/* v4.6.1 — conversion polish and mobile messenger mode */
:root {
  --visual-height: 100svh;
  --visual-offset-top: 0px;
  --visual-offset-left: 0px;
}

/* The first profile deck is visible immediately, without waiting for reveal observers. */
.hero-copy.is-visible,
.deck-area.is-visible { opacity: 1; transform: none; }

/* Premium tinted proof cards: no cheap plain-white tiles. */
.trust-card {
  isolation: isolate;
  border: 1px solid rgba(74, 55, 92, .11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.60), 0 16px 42px rgba(46,31,57,.09);
}
.trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.32), transparent 58%);
}
.trust-vk {
  background: linear-gradient(145deg, rgba(222,239,255,.96), rgba(218,224,255,.78));
}
.trust-fast {
  background: linear-gradient(145deg, rgba(250,232,202,.96), rgba(239,211,178,.78));
}
.trust-card .trust-icon { position: relative; z-index: 1; }
.trust-vk .trust-icon { box-shadow: 0 12px 28px rgba(33,127,221,.24); }
.trust-fast .trust-icon { box-shadow: 0 12px 28px rgba(167,112,43,.19); }

/* Chat photo: readable pose, no darkening, but still clearly locked. */
.demo-photo-card img {
  filter: blur(8px) saturate(.95) contrast(.98);
  transform: scale(1.055);
}
.demo-photo-card .photo-lock { background: transparent; }
.demo-photo-card .photo-lock span {
  color: #fff;
  background: rgba(37,25,44,.55);
  border-color: rgba(255,255,255,.42);
  box-shadow: 0 12px 30px rgba(24,14,30,.24);
  backdrop-filter: blur(10px) saturate(1.1);
}

/* Product block: readable headline and compact icon-left benefit rows. */
.product-copy h2 { color: #fff; text-shadow: 0 12px 32px rgba(9,4,14,.20); }
.product-copy p { color: rgba(255,255,255,.72); }
.benefits-grid article {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 14px;
}
.benefits-grid article > span {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  border-radius: 13px;
}
.benefits-grid article > div { min-width: 0; }
.benefits-grid h3 { margin: 0 0 4px; color: #fff; font-size: 14px; line-height: 1.15; }
.benefits-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 11.5px; line-height: 1.32; }

/* Taller messenger window in normal mobile state. */
.chat-phone { min-height: 620px; }

/* Focused mobile composer behaves like a messenger above the keyboard. */
body.chat-keyboard-mode { overflow: hidden; touch-action: none; }
body.chat-keyboard-mode .chat-phone {
  position: fixed;
  z-index: 120;
  top: calc(var(--visual-offset-top) + 6px);
  left: calc(var(--visual-offset-left) + 8px);
  width: calc(100vw - 16px);
  height: calc(var(--visual-height) - 12px);
  min-height: 0;
  max-width: none;
  margin: 0;
  border-radius: 24px;
  box-shadow: 0 30px 100px rgba(28,17,36,.34);
}
body.chat-keyboard-mode .chat-header {
  flex: 0 0 auto;
  min-height: 64px;
  padding: 8px 12px;
}
body.chat-keyboard-mode .chat-header img { width: 44px; height: 44px; }
body.chat-keyboard-mode .chat-messages {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding: 10px 12px 8px;
  scroll-behavior: auto;
}
body.chat-keyboard-mode .quick-replies {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 4px 10px 7px;
  scrollbar-width: none;
}
body.chat-keyboard-mode .quick-replies::-webkit-scrollbar { display: none; }
body.chat-keyboard-mode .quick-replies button { flex: 0 0 auto; min-height: 34px; }
body.chat-keyboard-mode .chat-composer {
  position: relative;
  flex: 0 0 auto;
  bottom: auto;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
}
body.chat-keyboard-mode .message-bubble { font-size: 13px; line-height: 1.38; }
body.chat-keyboard-mode .sticky-cta,
body.chat-keyboard-mode .idle-nudge { display: none !important; }

@media (max-width: 760px) {
  .hero { padding-bottom: 34px; }
  .chat-section, .steps-section, .faq-section, .final-section { padding-top: 38px; padding-bottom: 38px; }
  .product-section { margin-top: 14px; padding: 44px 0; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-card { min-height: 88px; padding: 12px; gap: 10px; }
  .trust-card .trust-icon { flex-basis: 40px; height: 40px; border-radius: 13px; }
  .trust-card b { font-size: 13px; }
  .trust-card small { font-size: 10.5px; line-height: 1.28; }

  .chat-phone {
    height: auto;
    min-height: 590px;
  }
  .chat-messages { min-height: 0; max-height: none; }
  .chat-side-card {
    padding: 18px;
    min-height: 0;
    text-align: center;
    background: linear-gradient(145deg, rgba(238,231,255,.92), rgba(252,231,240,.82));
    border-color: rgba(105,72,232,.13);
  }
  .chat-side-card .side-label,
  .chat-side-card p,
  .chat-side-card ul { display: none; }
  .chat-side-card h3 { margin: 0 0 14px; font-size: 25px; }
  .chat-side-card .primary-cta { width: 100%; }

  .product-inner { gap: 26px; }
  .product-copy h2 { font-size: 34px; line-height: 1.02; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .benefits-grid article {
    grid-template-columns: 34px minmax(0,1fr);
    gap: 9px;
    min-height: 92px;
    padding: 11px;
    border-radius: 18px;
  }
  .benefits-grid article > span { width: 34px; height: 34px; border-radius: 11px; font-size: 10px; }
  .benefits-grid h3 { font-size: 12px; }
  .benefits-grid p { font-size: 9.8px; line-height: 1.27; }

  .section-heading { margin-bottom: 18px; }
  .steps-grid, .faq-list { margin-top: 20px; }
  .final-card { padding-block: 38px; }
}

@media (max-width: 340px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { min-height: 72px; }
}
body.chat-keyboard-mode #interactiveChat { transform: none !important; }


/* v4.6.2 — direct composer focus, dialog exit and outline proof cards */
.chat-identity { flex: 1 1 auto; min-width: 0; }
.chat-name-line { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; min-width: 0; }
.chat-header .chat-name-line > b { flex: 0 1 auto; min-width: 0; }
.chat-header .chat-online {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  color: #2c9b68;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}
.chat-header .chat-online i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #35c986;
  box-shadow: 0 0 0 4px rgba(53,201,134,.12);
}
.chat-exit {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 0 auto;
  border: 0;
  padding: 4px 0 4px 8px;
  color: #8b828f;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}
.chat-exit span { display: block; white-space: nowrap; }
.chat-exit b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(54,39,64,.10);
  border-radius: 50%;
  color: #55495c;
  background: rgba(255,255,255,.78);
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 7px 18px rgba(42,28,50,.08);
}
body.chat-keyboard-mode .chat-exit { display: inline-flex; }
body.chat-keyboard-mode .chat-header { gap: 9px; }
body.chat-keyboard-mode .chat-header .chat-online { font-size: 9.5px; }
body.chat-keyboard-mode .chat-header .chat-name-line { gap: 6px; }

/* Keep conversion prompts above the full-screen messenger portal. */
.conversion-modal { z-index: 180; }

/* Proof cards use the page surface itself; only elegant colored outlines remain. */
.trust-card,
.trust-vk,
.trust-fast {
  background: transparent;
  box-shadow: none;
}
.trust-card::before { display: none; }
.trust-vk {
  border-color: rgba(63,143,230,.28);
  box-shadow: inset 0 0 0 1px rgba(118,170,238,.06);
}
.trust-fast {
  border-color: rgba(190,137,66,.28);
  box-shadow: inset 0 0 0 1px rgba(220,171,104,.06);
}
.trust-card:hover { transform: translateY(-1px); }

@media (max-width: 760px) {
  .chat-exit span { font-size: 9px; }
  .chat-exit b { width: 28px; height: 28px; }
  body.chat-keyboard-mode .chat-header img { width: 42px; height: 42px; }
}

@media (max-width: 360px) {
  .chat-exit span { display: none; }
}


/* v4.6.4 — clean Lovesta Swipe palette on the v4.6.2 base */
:root {
  color-scheme: dark;
  --ink: #fbf8ff;
  --ink-soft: #afa8ba;
  --paper: #09080d;
  --card: rgba(21,18,28,.82);
  --line: rgba(255,255,255,.11);
  --purple: #8b5cf6;
  --purple-dark: #b59cff;
  --rose: #ff5f8f;
  --rose-dark: #ff8caf;
  --gold: #ffc767;
  --green: #5be0be;
  --shadow-sm: 0 12px 32px rgba(0,0,0,.20);
  --shadow-md: 0 24px 70px rgba(0,0,0,.30);
  --shadow-lg: 0 38px 110px rgba(0,0,0,.42);
}

html {
  background: #09080d;
}
body {
  position: relative;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 2%, rgba(255,95,143,.13), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(139,92,246,.15), transparent 31rem),
    radial-gradient(circle at 50% 82%, rgba(91,224,190,.06), transparent 34rem),
    linear-gradient(180deg, #0b0910 0%, #08070b 52%, #060609 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body::before {
  content: "";
  position: fixed;
  inset: -30vh 0 auto;
  width: 100%;
  height: 68vh;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 55%, rgba(255,95,143,.22), transparent 24%),
    radial-gradient(circle at 73% 38%, rgba(139,92,246,.24), transparent 28%),
    radial-gradient(circle at 52% 80%, rgba(91,224,190,.09), transparent 22%);
  filter: blur(34px);
  opacity: .68;
  animation: swipeAurora 13s ease-in-out infinite alternate;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .13;
  background-image: radial-gradient(rgba(255,255,255,.16) .55px, transparent .55px);
  background-size: 6px 6px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}
main, section, .product-section, .chat-section, .steps-section, .faq-section, .final-section {
  background-color: transparent;
}
.ambient { opacity: .22; filter: blur(86px); }
.ambient-one { background: rgba(255,95,143,.26); }
.ambient-two { background: rgba(139,92,246,.24); }
.grain { opacity: .018; }

.site-header {
  top: 14px;
  width: min(1160px, calc(100% - 36px));
  min-height: 66px;
  margin: 14px auto 0;
  padding: 11px 12px 11px 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(13,11,17,.72);
  box-shadow: 0 14px 46px rgba(0,0,0,.26);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.brand-name { color: #fbf8ff; }
.brand-mark {
  color: #fff;
  background: linear-gradient(135deg, #ff6b9d 0%, #ad5cff 52%, #6d77ff 100%);
  box-shadow: 0 12px 34px rgba(170,83,255,.35), inset 0 1px 0 rgba(255,255,255,.34);
}
.age-mark {
  color: #d8d2df;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
}
.header-cta,
.primary-cta,
.hero-actions button,
.action-button.like {
  color: #fff;
  background: linear-gradient(110deg, #ff5f8f 0%, #a65cff 54%, #6c72ff 100%);
  box-shadow: 0 14px 34px rgba(139,92,246,.26), inset 0 1px 0 rgba(255,255,255,.20);
}

.hero {
  color: #fbf8ff;
  padding-top: 82px;
  padding-bottom: 78px;
}
.hero-copy { align-items: flex-start; }
.online-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #d8d2df;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  font-size: 14px;
  font-weight: 760;
}
.online-pill > span {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #5be0be;
  box-shadow: 0 0 0 5px rgba(91,224,190,.10), 0 0 18px rgba(91,224,190,.82);
  animation: swipeOnlinePulse 1.9s ease-out infinite;
}
.online-pill b { font: inherit; }
.hero h1 {
  max-width: 720px;
  margin: 29px 0 23px;
  color: #fbf8ff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(62px, 6.4vw, 88px);
  line-height: .94;
  letter-spacing: -.064em;
  font-weight: 900;
}
.hero-title-accent {
  display: inline;
  color: transparent;
  background: linear-gradient(95deg, #ff83aa 4%, #c278ff 49%, #818cff 95%);
  background-size: 160% 160%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: swipeGradient 7s ease-in-out infinite alternate;
}
.hero-subtitle {
  max-width: 650px;
  margin: 0;
  color: #afa8ba;
  font-size: 19px;
  line-height: 1.58;
  letter-spacing: -.012em;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}
.hero-actions button,
.hero-actions a {
  min-height: 58px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 820;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.hero-actions button { border: 0; }
.hero-actions a {
  color: #f4eff9;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hero-actions button:active,
.hero-actions a:active { transform: scale(.985); }
.hero-trust-row {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.hero-trust-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: #c8c1cf;
  background: rgba(255,255,255,.035);
  font-size: 13px;
  font-weight: 720;
}
.hero-trust-row span::before {
  content: "✓";
  margin-right: 7px;
  color: #5be0be;
  font-weight: 900;
}

.deck-topline > div:first-child span { color: #9f97aa; }
.deck-topline > div:first-child b { color: #f7f2fa; }
.activity-mark {
  color: #dffbed;
  border-color: rgba(91,224,190,.28);
  background: rgba(91,224,190,.075);
  box-shadow: none;
}
.activity-mark i { background: #5be0be; box-shadow: 0 0 0 5px rgba(91,224,190,.10); }
.deck-shell {
  border-color: rgba(255,255,255,.13);
  background: linear-gradient(160deg, rgba(33,25,40,.92), rgba(16,13,21,.96));
  box-shadow: 0 34px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
}
.deck-shell::before { background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)); }
.deck-glow { background: radial-gradient(circle, rgba(139,92,246,.28), transparent 68%); }
.deck-support, .swipe-guide { color: #afa8ba; }
.no-like-link { color: #c9b7ff; text-decoration-color: rgba(181,156,255,.32); }
.action-button.skip {
  color: #e3dce8;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
}
.action-button.skip .action-icon { background: rgba(255,255,255,.09); }
.liked-cta, .more-panel, .deck-empty {
  color: #fbf8ff;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 80% 10%, rgba(255,95,143,.18), transparent 17rem),
    linear-gradient(155deg, rgba(39,28,47,.98), rgba(16,13,21,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.liked-copy b, .more-panel h3, .deck-empty h3 { color: #fff; }
.liked-copy small, .more-panel p, .deck-empty p { color: #afa8ba; }
.text-button { color: #c8c1cf; }

.section-kicker, .eyebrow { color: #ff8caf; }
.section-heading h2,
.product-copy h2,
.final-card h2,
.chat-side-card h3,
.more-panel h3,
.deck-empty h3,
.modal-card h3,
.idle-copy h3 {
  color: #fbf8ff;
}
.section-heading p, .product-copy p, .final-card p { color: #afa8ba; }

.chat-phone {
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(180deg, #17131d 0%, #100d15 100%);
  box-shadow: 0 28px 85px rgba(0,0,0,.38);
}
.chat-header {
  border-bottom-color: rgba(255,255,255,.08);
  background: rgba(27,22,34,.96);
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
}
.chat-header b { color: #fbf8ff; }
.chat-header .chat-online { color: #73e3bd; }
.chat-messages { background: transparent; }
.message-bubble {
  color: #f1ebf4;
  background: rgba(255,255,255,.075);
  box-shadow: 0 9px 24px rgba(0,0,0,.16);
}
.message-row.outgoing .message-bubble {
  color: #fff;
  background: linear-gradient(145deg, #8057ef, #d8508b);
}
.quick-replies button {
  color: #d8caff;
  border-color: rgba(181,156,255,.22);
  background: rgba(255,255,255,.055);
}
.chat-composer {
  border-top-color: rgba(255,255,255,.08);
  background: rgba(22,17,28,.96);
}
.chat-composer input {
  color: #fbf8ff;
  border-color: rgba(255,255,255,.11);
  background: rgba(255,255,255,.065);
}
.chat-composer input::placeholder { color: #827a8d; }
.chat-composer input:focus { border-color: rgba(181,156,255,.58); box-shadow: 0 0 0 4px rgba(139,92,246,.12); }
.chat-side-card {
  color: #fbf8ff;
  border-color: rgba(255,255,255,.11);
  background: linear-gradient(145deg, rgba(39,29,47,.90), rgba(20,16,26,.92));
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}
.chat-side-card h3 { color: #fff; }
.chat-side-card p, .chat-side-card li { color: #afa8ba; }
.chat-side-card li::before { color: #5be0be; }
.chat-exit { color: #a8a0af; }
.chat-exit b { color: #ece6f0; border-color: rgba(255,255,255,.10); background: rgba(255,255,255,.06); }

.product-section {
  margin-top: 24px;
  padding: 34px 0;
  color: #fff;
  background: transparent;
}
.product-section::before, .product-section::after { opacity: .28; }
.product-inner {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,95,143,.16), transparent 24rem),
    radial-gradient(circle at 0 100%, rgba(139,92,246,.18), transparent 26rem),
    linear-gradient(145deg, rgba(31,24,39,.90), rgba(16,13,21,.90));
  box-shadow: 0 28px 82px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
}
.product-copy h2 { color: #fff; }
.product-copy p { color: #afa8ba; }
.benefits-grid article {
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}
.benefits-grid h3 { color: #fff; }
.benefits-grid p { color: #afa8ba; }

.steps-grid article,
.faq-list details {
  color: #fbf8ff;
  border-color: rgba(255,255,255,.10);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.12);
}
.steps-grid h3, .faq-list summary { color: #fbf8ff; }
.steps-grid p, .faq-list p { color: #afa8ba; }
.faq-list summary::after { color: #b59cff; }
.secondary-cta {
  color: #fff;
  border-color: rgba(255,255,255,.11);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.light-cta, .final-cta {
  color: #fff;
  background: linear-gradient(110deg, #ff5f8f 0%, #a65cff 54%, #6c72ff 100%);
  box-shadow: 0 14px 34px rgba(139,92,246,.26);
}
.final-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.13), transparent 24rem),
    linear-gradient(135deg, #4329bb 0%, #764ee8 48%, #d64c84 100%);
}

.sticky-cta { border-color: rgba(255,255,255,.13); background: rgba(25,19,32,.94); }
.idle-nudge, .modal-card {
  color: #fbf8ff;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 90% 0, rgba(255,95,143,.18), transparent 18rem),
    linear-gradient(150deg, rgba(42,31,50,.98), rgba(18,14,23,.98));
  box-shadow: 0 34px 100px rgba(0,0,0,.50);
}
.idle-copy span, .modal-kicker { color: #ff8caf; }
.idle-copy p, .modal-card p { color: #afa8ba; }
.modal-close, .idle-close { color: #d8d2df; border-color: rgba(255,255,255,.10); background: rgba(255,255,255,.055); }
.site-footer { color: #827a8d; }
.site-footer b { color: #fbf8ff; }

.photo-intro-row { animation: messageIn .26s ease both; }
.photo-message-row { animation: swipePhotoArrive .34s cubic-bezier(.2,.8,.2,1) both; }

html.chat-dialog-open,
body.chat-dialog-open {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
body.chat-dialog-open { touch-action: auto; }
body.chat-dialog-open .chat-phone {
  position: fixed;
  z-index: 120;
  top: calc(var(--visual-offset-top) + 6px);
  left: calc(var(--visual-offset-left) + 8px);
  width: calc(100vw - 16px);
  height: calc(var(--visual-height) - 12px);
  min-height: 0;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  box-shadow: 0 30px 100px rgba(0,0,0,.48);
}
body.chat-dialog-open .chat-header { flex: 0 0 auto; min-height: 64px; padding: 8px 12px; gap: 9px; }
body.chat-dialog-open .chat-header img { width: 42px; height: 42px; }
body.chat-dialog-open .chat-exit { display: inline-flex; }
body.chat-dialog-open .chat-messages {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding: 10px 12px 8px;
}
body.chat-dialog-open .quick-replies { flex: 0 0 auto; display: flex; flex-wrap: nowrap; overflow-x: auto; padding: 4px 10px 7px; scrollbar-width: none; }
body.chat-dialog-open .quick-replies::-webkit-scrollbar { display: none; }
body.chat-dialog-open .quick-replies button { flex: 0 0 auto; min-height: 34px; }
body.chat-dialog-open .chat-composer { position: relative; flex: 0 0 auto; bottom: auto; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); }
body.chat-dialog-open .message-bubble { font-size: 13px; line-height: 1.38; }
body.chat-dialog-open .sticky-cta,
body.chat-dialog-open .idle-nudge { display: none !important; }
body.chat-dialog-open:not(.chat-keyboard-mode) .chat-messages { scroll-behavior: smooth; }

@keyframes swipeAurora { from { transform: translate3d(-2%,-2%,0) scale(1); } to { transform: translate3d(3%,2%,0) scale(1.06); } }
@keyframes swipeOnlinePulse {
  0% { box-shadow: 0 0 0 0 rgba(91,224,190,.34), 0 0 18px rgba(91,224,190,.75); }
  70% { box-shadow: 0 0 0 9px rgba(91,224,190,0), 0 0 18px rgba(91,224,190,.75); }
  100% { box-shadow: 0 0 0 0 rgba(91,224,190,0), 0 0 18px rgba(91,224,190,.75); }
}
@keyframes swipeGradient { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes swipePhotoArrive { from { opacity: 0; transform: translateY(9px) scale(.985); } to { opacity: 1; transform: none; } }

@media (min-width: 900px) {
  .hero { grid-template-columns: minmax(0,1.02fr) minmax(390px,.82fr); gap: 62px; align-items: center; }
}

@media (max-width: 760px) {
  body::before { inset: -22vh 0 auto; height: 54vh; opacity: .58; }
  .site-header {
    top: 8px;
    width: calc(100% - 24px);
    min-height: 58px;
    margin: 8px 12px 0;
    padding: 9px 11px 9px 13px;
    border-radius: 19px;
  }
  .brand { gap: 10px; font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px; }
  .brand-name { font-size: 15px; }
  .age-mark { min-width: 38px; height: 31px; padding-inline: 9px; }
  .header-cta { min-height: 40px; padding-inline: 12px; font-size: 12px; }

  .hero { width: min(100% - 24px, 1160px); padding: 68px 0 52px; gap: 38px; text-align: center; overflow: visible; }
  .hero-copy { align-items: center; }
  .online-pill { margin-inline: auto; padding: 9px 13px; font-size: 13px; }
  .hero h1 { max-width: 365px; margin: 25px auto 19px; font-size: clamp(45px, 13.4vw, 61px); line-height: .95; letter-spacing: -.061em; }
  .hero-subtitle { max-width: 360px; margin: 0 auto; font-size: 17px; line-height: 1.5; }
  .hero-actions { width: 100%; margin-top: 29px; display: grid; justify-items: center; gap: 11px; }
  .hero-actions button { width: min(340px, 92vw); min-height: 70px; padding: 0 28px; border-radius: 23px; font-size: 20px; }
  .hero-actions a { width: min(310px, 86vw); min-height: 58px; }
  .hero-trust-row { max-width: 350px; margin: 19px auto 0; justify-content: center; }
  .hero-trust-row span { font-size: 12px; }
  .deck-area { width: min(100%, 365px); max-width: 365px; }
  .deck-topline { margin-inline: 3px; text-align: left; }

  .product-inner { padding: 28px 18px; border-radius: 28px; }
  .chat-side-card { background: linear-gradient(145deg, rgba(39,29,47,.94), rgba(20,16,26,.96)); }

  body.chat-dialog-open .chat-phone {
    top: calc(var(--visual-offset-top) + 4px);
    left: calc(var(--visual-offset-left) + 4px);
    width: calc(100vw - 8px);
    height: calc(var(--visual-height) - 8px);
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .online-pill > span,
  .hero-title-accent,
  .photo-message-row,
  body::before { animation: none !important; }
}

/* Lovesta Tracker v4.6.6: lighter Android rendering without visual redesign. */
html.android-performance .ambient,
html.android-performance .grain,
html.android-performance body::after {
  display: none !important;
}

html.android-performance body::before {
  position: absolute;
  filter: none;
  opacity: .40;
  animation: none !important;
}

html.android-performance .site-header {
  background: rgba(13,11,17,.96);
  box-shadow: 0 9px 26px rgba(0,0,0,.22);
}

html.android-performance .site-header,
html.android-performance .online-pill,
html.android-performance .hero-actions a,
html.android-performance .profile-online,
html.android-performance .profile-tags span,
html.android-performance .liked-cta,
html.android-performance .more-panel,
html.android-performance .deck-empty,
html.android-performance .demo-photo-card .photo-lock span,
html.android-performance .chat-composer,
html.android-performance .benefits-grid article,
html.android-performance .sticky-cta,
html.android-performance .idle-nudge,
html.android-performance .modal-backdrop {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.android-performance .online-pill > span,
html.android-performance .hero-title-accent,
html.android-performance .primary-cta::after,
html.android-performance .final-cta::after,
html.android-performance .orbit-one,
html.android-performance .orbit-two {
  animation: none !important;
}

html.android-performance .profile-card {
  will-change: auto;
}

html.android-performance .profile-card.is-dragging {
  will-change: transform, opacity;
}

html.android-performance .deck-shell {
  box-shadow: 0 22px 58px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
}

html.android-performance .chat-phone,
html.android-performance .product-inner,
html.android-performance .final-card {
  box-shadow: 0 18px 48px rgba(0,0,0,.27);
}

html.android-performance .product-section,
html.android-performance .steps-section,
html.android-performance .faq-section,
html.android-performance .final-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}

html.android-performance.chat-dialog-open .chat-phone,
html.android-performance body.chat-dialog-open .chat-phone {
  content-visibility: visible;
}
