/* ScanLove public theme. Loaded in addition to styles.css. Does not change TinderOne home-overrides.css. */

html[data-brand="scanlove"],
body.brand-scanlove {
  --bg: #ebebeb;
  --surface: #ffffff;
  --text: #1e1e1e;
  --brand: #f52083;
  --brand-dark: #c13afd;
  --accent: #f5613a;
  --sl-pink: #f52083;
  --sl-purple: #c13afd;
  --sl-coral: #ff7664;
  --sl-grad: linear-gradient(90deg, #f52083 0%, #c13afd 100%);
  --sl-grad-brand: linear-gradient(90deg, #f52083 0%, #c13afd 100%);
  --container: 1252px;
  /* 1440 canvases scale down; clip layout overflow, not the artboard */
  overflow-x: clip;
}

body.brand-scanlove {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  background: #ebebeb;
  color: #1e1e1e;
}

body.brand-scanlove h1,
body.brand-scanlove h2,
body.brand-scanlove h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}

html[data-brand="scanlove"] .header,
body.brand-scanlove .header,
body.brand-scanlove .header--cover,
body.brand-scanlove.page-home .header,
body.brand-scanlove.page-home .header--cover {
  position: relative;
  top: auto;
  background: #ebebeb;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
}

body.brand-scanlove .header__inner {
  max-width: 1252px;
}

body.brand-scanlove .brand__wordmark {
  width: 186px;
  height: auto;
}

body.brand-scanlove .nav__link {
  position: relative;
  font-weight: 400;
  font-size: 13.5px;
  color: #000;
  transition: color 0.22s ease, background-color 0.22s ease;
}

body.brand-scanlove .nav__link::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f52083, #c13afd);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  transition: transform 0.28s ease;
}

body.brand-scanlove .nav__link:hover,
body.brand-scanlove .nav__link:focus-visible {
  color: #f52083;
  background: transparent;
}

body.brand-scanlove .nav__link:hover::after,
body.brand-scanlove .nav__link:focus-visible::after {
  transform: scaleX(1);
}

body.brand-scanlove .nav__auth {
  display: none !important;
}

body.brand-scanlove .nav__lang {
  display: none !important;
}

body.brand-scanlove .btn--primary,
body.brand-scanlove .slBtn--fill {
  background: var(--sl-grad-brand);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body.brand-scanlove .btn--primary,
body.brand-scanlove .slBtn--fill,
body.brand-scanlove .btn--outlineDownload {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s ease, filter 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

body.brand-scanlove .btn--primary:hover,
body.brand-scanlove .slBtn--fill:hover,
body.brand-scanlove .btn--outlineDownload:hover {
  background: linear-gradient(90deg, #ff3a96 0%, #d14fff 100%);
  filter: brightness(1.06) drop-shadow(0 10px 16px rgba(193, 58, 253, 0.34));
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(245, 32, 131, 0.22);
}

body.brand-scanlove .btn--primary:active,
body.brand-scanlove .slBtn--fill:active,
body.brand-scanlove .btn--outlineDownload:active {
  transform: translateY(1px) scale(0.98);
  filter: brightness(0.98);
  box-shadow: 0 4px 12px rgba(193, 58, 253, 0.18);
}

body.brand-scanlove .btn--outlineDownload {
  background: var(--sl-grad-brand);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  isolation: auto;
  box-shadow: none;
}

body.brand-scanlove .btn--outlineDownload:hover {
  background: linear-gradient(90deg, #ff3a96 0%, #d14fff 100%);
  color: #fff;
}

/* Same light TinderOne footer; ScanLove wordmark + brand_href links */
body.brand-scanlove .footer {
  background: transparent;
  color: inherit;
}

body.brand-scanlove .footer a {
  color: #42485f;
  transition: color 0.22s ease;
}

body.brand-scanlove .footer__links a {
  position: relative;
}

body.brand-scanlove .footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f52083, #c13afd);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  transition: transform 0.28s ease;
}

body.brand-scanlove .footer a:hover,
body.brand-scanlove .footer a:focus-visible {
  color: #f52083;
}

body.brand-scanlove .footer__links a:hover::after,
body.brand-scanlove .footer__links a:focus-visible::after {
  transform: scaleX(1);
}

body.brand-scanlove .footer__inner p {
  color: #6b7087;
}

body.brand-scanlove .footer__brand {
  display: inline-flex;
  margin-bottom: 8px;
}

body.brand-scanlove .footer__brand img {
  width: 168px;
  height: auto;
}

body.brand-scanlove .cta,
body.brand-scanlove .section--soft {
  display: none;
}

.slBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.slBtn--sm {
  min-height: 44px;
  padding: 10px 22px;
  font-size: 12px;
}

.slStores {
  display: flex;
  gap: 16px;
}

.slStores img {
  height: 40px;
  width: auto;
}

.slWrap {
  width: min(1252px, calc(100% - 40px));
  margin: 0 auto;
}

.slHeroScale {
  width: 100%;
  overflow: hidden;
}

/* Hero — Figma 3501:215; Y −103 vs artboard (header outside hero).
   Do not shrink with max-width:100%: a 1440 canvas in a narrower box
   cannot center, and overflow:hidden crops the blue card (Figma 1048–1346). */
.slHero {
  width: 1440px;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: #ebebeb;
  background-image: none;
}

.slHero__canvas {
  position: relative;
  width: 1440px;
  height: 851px;
  margin: 0 auto;
  background: #ebebeb;
  border: 0;
  outline: none;
  box-shadow: none;
}

.slHero__eyebrow {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  margin: 0;
  width: min(480px, calc(100% - 40px));
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1e;
}

.slHero__title {
  position: absolute;
  left: 50%;
  top: 84px;
  transform: translateX(-50%);
  margin: 0;
  width: min(1080px, calc(100% - 40px));
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  color: #1e1e1e;
}

body.brand-scanlove .slHero__title {
  letter-spacing: 0;
}

.slHero__lead {
  position: absolute;
  left: 94px;
  top: 230px;
  margin: 0;
  width: 300px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #1e1e1e;
  z-index: 2;
}

/*
  Cards+pills only (no Figma left CTA gradient card at x:94).
  Asset cropped from Figma y:298 (star) → place at 298−103.
  Floating chips are HTML (no baked PNG stroke); Figma shadow only: 3/4/12 @10%.
*/
.slHero__collage {
  position: absolute;
  left: 412px;
  top: 195px;
  width: 934px;
  height: 430px;
  z-index: 1;
  pointer-events: none;
  border: 0;
  outline: none;
  box-shadow: none;
}

.slHero__collageImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: top left;
  border: 0;
  outline: none;
  box-shadow: none;
}

.slHero__pill {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  border: 0;
  outline: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}

/* Figma звезда 450.5,298 → collage-relative; soft shadow via filter (follows tail) */
.slHero__pill--star,
.slHero__pill--fire {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 49px;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(3px 4px 6px rgba(0, 0, 0, 0.1));
  box-shadow: none;
}

.slHero__pill--star::after,
.slHero__pill--fire::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.slHero__pill--star {
  left: 38px;
  top: 0;
}

.slHero__pill--star::after {
  bottom: -7px;
  transform: translateX(-50%);
  border-width: 7px 6px 0;
  border-top-color: #fff;
}

.slHero__pill--fire {
  left: 848px;
  top: 325px;
}

.slHero__pill--fire::after {
  top: -7px;
  transform: translateX(-50%);
  border-width: 0 6px 7px;
  border-bottom-color: #fff;
}

.slHero__pill--star img,
.slHero__pill--fire img {
  width: 33px;
  height: 33px;
  display: block;
  object-fit: contain;
  border: 0;
}

/* Figma Встречи 1015,322 / Свидания 518,669 — content 160×50, radius 8 8 8 0 */
.slHero__pill--meet,
.slHero__pill--dates {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 160px;
  height: 50px;
  padding: 4px 10px 4px 4px;
  border-radius: 8px 8px 8px 0;
  background: #fff;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.1);
}

.slHero__pill--meet {
  left: 603px;
  top: 24px;
}

.slHero__pill--dates {
  left: 106px;
  top: 371px;
}

.slHero__pillAvatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  background: #ebebeb;
}

.slHero__pillAvatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.slHero__pillBody {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.slHero__pillLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.slHero__pillStars {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  color: #f5b400;
}

/* Figma Любовь 870,679 — content-sized chip (no empty white) */
.slHero__pill--love {
  left: 458px;
  top: 381px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.slHero__pill--love img {
  width: 19px;
  height: 19px;
  display: block;
  flex: 0 0 auto;
  border: 0;
}

.slHero__pill--love span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.slHero__cta {
  position: absolute;
  left: 94px;
  top: 397px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 299px;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  padding: 2px 28px 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: none;
  box-shadow: none;
}

/* Store row under CTA; 136+137+26 = 299 to match pill edges */
.slHero__stores {
  position: absolute;
  left: 94px;
  top: 543px;
  z-index: 5;
  width: 299px;
  gap: 26px;
  justify-content: flex-start;
}

.slHero__stores a {
  flex: 0 0 auto;
  line-height: 0;
}

.slHero__stores img {
  height: 40px;
  width: auto;
  display: block;
}

/* Signup — Figma 3527:624 «Подвал», after promo */
.slSignup {
  background: #ebebeb;
  padding: 48px 0 64px;
}

.slSignup h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #1e1e1e;
}

.slSignup p {
  margin: 0;
  max-width: 1252px;
  font-size: 17px;
  line-height: 1.45;
  color: #1e1e1e;
}

/* Mosaic — Figma 3501:293 «2 блок»; overlaps hero by ~148px (806 vs 954−103) */
.slMosaic {
  position: relative;
  z-index: 2;
  margin-top: -148px;
  background: #ebebeb;
  overflow: visible;
}

.slMosaic__canvas {
  position: relative;
  width: 1440px;
  height: 640px;
  margin: 0 auto;
  overflow: visible;
}

.slMosaic__grad {
  position: absolute;
  left: 0;
  top: 53px;
  width: 1440px;
  height: 482px;
  border-radius: 80px;
  background: var(--sl-grad-brand);
  pointer-events: none;
  z-index: 0;
}

.slCard {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: auto;
  border: 0;
  outline: none;
  border-radius: 24px;
  line-height: 0;
  /* Solid white under rounded clip — no fake stroke / inset ring */
  background: #fff;
  box-shadow: none;
}

.slCard img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
}

.slCard--safe { left: 94px; top: 0; width: 404px; height: 288px; }
.slCard--fire { left: 518px; top: 0; width: 404px; height: 288px; }
.slCard--hands { left: 942px; top: 0; width: 404px; height: 288px; }
.slCard--boost { left: 94px; top: 298px; width: 407px; height: 288px; }
.slCard--download { left: 516px; top: 298px; width: 830px; height: 288px; }

/* Figma 3524:148 — interactive hit over baked pink СКАЧАТЬ pill */
.slCard__cta {
  position: absolute;
  left: 231px;
  top: 113px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 50px;
  border-radius: 24px;
  background: transparent;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

/* About — Figma 3504:43 */
.slAbout {
  background: #fff;
}

.slAbout__canvas {
  position: relative;
  width: 1440px;
  height: 660px;
  margin: 0 auto;
}

.slAbout__art {
  position: absolute;
  left: 56px;
  top: 0;
  width: 780px;
  height: 660px;
}

.slAbout__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.slAbout__copy {
  position: absolute;
  left: 836px;
  top: 143px;
  width: 513px;
}

.slAbout h2 {
  font-size: 32px;
  line-height: 1.22;
  margin: 0 0 16px;
}

.slAbout p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 24px;
}

.slAbout .slBtn {
  width: 298px;
}

/* Stories — Figma 4 блок 3527:450
   About ends y=2127, banner y=2220 → 93px white gap.
   Reviews gray starts y=2590, 112px before the banner ends (y=2702). */
.slStories {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 93px 0 0;
}

/* White behind the gap + upper banner; last 112px stay open so gray shows through */
.slStories::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 463px;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.slStories__canvas {
  position: relative;
  z-index: 1;
  width: 1440px;
  height: 482px;
  margin: 0 auto;
  border-radius: 80px;
  background: var(--sl-grad-brand);
  overflow: hidden;
}

.slStories__copy {
  position: absolute;
  left: 114px;
  top: 62px;
  width: 526px;
  z-index: 1;
}

/* Beat body.brand-scanlove h2 { color:#1e1e1e } — Figma 3527:579 / 3527:578 */
body.brand-scanlove .slStories h2 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
}

body.brand-scanlove .slStories p {
  margin: 0;
  width: 510px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.slStories__art {
  position: absolute;
  left: 735px;
  top: 13px;
  width: 578px;
  height: 456px;
}

.slStories__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Reviews overlap last 112px of the pink stories banner; layout matches TinderOne */
body.brand-scanlove #reviews {
  position: relative;
  z-index: 1;
  margin-top: -112px;
  padding-top: calc(80px + 112px);
  background: #ebebeb;
}

body.brand-scanlove #reviews .sectionHead p,
body.brand-scanlove #pricing .sectionHead p {
  color: #5a6178;
}

body.brand-scanlove #pricing.section--pricing {
  background: #ebebeb;
  padding-top: 40px;
}

body.brand-scanlove #pricing .pricePair span {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

body.brand-scanlove #pricing .pricePair span small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.82;
}

body.brand-scanlove #pricing .pricePair--best {
  background: rgba(245, 32, 131, 0.08);
}

body.brand-scanlove #pricing .planCard--gold .pricePair--best {
  background: rgba(240, 180, 41, 0.16);
}

body.brand-scanlove #pricing .priceOff {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #f52083, #c13afd);
}

body.brand-scanlove #pricing .planCard--gold .priceOff {
  color: #3a2a00;
  background: linear-gradient(120deg, #f7d06a, #e8a318);
}

body.brand-scanlove #pricing .priceOff--best {
  padding: 3px 9px;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(193, 58, 253, 0.28);
}

body.brand-scanlove #pricing .pricePair--main span {
  font-size: 18px;
  line-height: 1.2;
}

body.brand-scanlove #pricing .planCard__prices--dual {
  gap: 12px;
  padding-bottom: 12px;
}

body.brand-scanlove #pricing .planCard {
  padding-bottom: 24px;
}

body.brand-scanlove #pricing .pricingFeatures__head,
body.brand-scanlove #pricing .planCard h3 {
  font-family: "Montserrat", sans-serif;
}

/* Promo — Figma 3501:5 (1254×607; 2x export is 2508×1236) */
.slPromo {
  background: #fff;
  padding: 48px 0 32px;
}

.slPromo__canvas {
  position: relative;
  width: 1440px;
  height: 618px;
  margin: 0 auto;
}

.slPromo__scene {
  position: absolute;
  left: 93px;
  top: 0;
  width: 1254px;
  height: 618px;
  display: block;
  z-index: 1;
}

.slPromo__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Hits over baked CTA + store badges — Figma y 4388/4487 vs section 4233 */
.slPromo__cta {
  position: absolute;
  left: 94px;
  top: 155px;
  z-index: 5;
  width: 299px;
  height: 90px;
  background: transparent;
  color: transparent;
  font-size: 0;
  border: 0;
  box-shadow: none;
}

.slPromo__stores {
  position: absolute;
  left: 99px;
  top: 254px;
  z-index: 5;
  gap: 17px;
}

.slPromo__stores a {
  display: block;
  width: 135px;
  height: 40px;
}

.slPromoMobile {
  display: none;
}

@media (max-width: 1440px) {
  .slHero,
  .slMosaic__canvas,
  .slAbout__canvas,
  .slStories__canvas,
  .slPromo__canvas {
    /* 100vw/1440px is unitless — scale(100vw/1440) is invalid (a length) */
    transform: scale(calc(100vw / 1440px));
    transform-origin: top left;
    margin-left: 0;
    margin-right: 0;
    width: 1440px;
    max-width: none;
  }

  /* Wrapper takes the scaled layout height so mosaic overlap stays 148px. */
  .slHeroScale {
    height: calc(851px * (100vw / 1440px));
  }
  .slHero {
    height: 851px;
    margin-bottom: 0;
  }
  .slMosaic {
    height: calc(640px * (100vw / 1440px));
    margin-top: calc(-148px * (100vw / 1440px));
  }
  .slAbout { height: calc(660px * (100vw / 1440px)); }
  .slStories { height: calc(575px * (100vw / 1440px)); }
  .slStories::before { height: calc(463px * (100vw / 1440px)); }
  body.brand-scanlove #reviews {
    margin-top: calc(-112px * (100vw / 1440px));
    padding-top: calc(80px + 112px * (100vw / 1440px));
  }
  .slPromo { height: calc(698px * (100vw / 1440px)); }
}

@media (max-width: 900px) {
  .slHero,
  .slMosaic__canvas,
  .slAbout__canvas,
  .slStories__canvas,
  .slPromo__canvas {
    transform: none;
    width: auto;
    height: auto;
    padding: 0 20px;
  }

  .slHero,
  .slHeroScale,
  .slMosaic,
  .slAbout,
  .slStories,
  .slPromo {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  body.brand-scanlove #reviews {
    margin-top: 0;
    padding-top: 48px;
  }

  .slStories {
    padding: 32px 16px 0;
    background: #fff;
  }

  .slStories::before {
    display: none;
  }

  body.brand-scanlove .slStories p {
    width: auto;
  }

  .slHero__canvas,
  .slPromo__canvas {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .slHero__eyebrow,
  .slHero__title,
  .slHero__lead,
  .slHero__collage,
  .slHero__cta,
  .slHero__stores {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    text-align: center;
  }

  .slHero__canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 20px 32px;
  }

  .slHero__collage {
    position: relative;
    width: 100%;
    height: auto;
  }

  .slHero__collageImg,
  .slPromo__scene {
    position: static;
    width: 100%;
    height: auto;
  }

  .slHero__pill {
    display: none;
  }

  .slHero__cta,
  .slPromo__cta,
  .slHero__stores,
  .slPromo__stores {
    position: static;
    width: auto;
    margin: 12px auto;
    justify-content: center;
  }

  .slMosaic__canvas,
  .slAbout__canvas,
  .slStories__canvas {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .slMosaic__grad { display: none; }

  .slCard,
  .slAbout__art,
  .slAbout__copy,
  .slStories__copy,
  .slStories__art {
    position: static;
    width: 100%;
    height: auto;
  }

  .slStories__canvas {
    border-radius: 32px;
    padding: 24px 16px;
  }

  .slPromo__scene {
    position: static;
    width: 100%;
    height: auto;
  }

  .slPromo {
    background: #fff;
    padding: 28px 0 40px;
  }

  .slPromo__canvas {
    display: none;
  }

  .slPromoMobile {
    display: block;
    width: min(430px, calc(100% - 40px));
    margin: 0 auto;
    overflow: hidden;
  }

  .slPromoMobile__title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1e1e1e;
  }

  .slPromoMobile__title--sub {
    margin: 8px 0 20px;
  }

  .slPromoMobile__mosaic {
    position: relative;
    height: 208px;
    margin: 18px 0 8px;
  }

  .slPromoMobile__friends,
  .slPromoMobile__druzhba,
  .slPromoMobile__couple,
  .slPromoMobile__pink,
  .slPromoMobile__yellowMan,
  .slPromoMobile__wide,
  .slPromoMobile__pills img {
    display: block;
    object-fit: cover;
  }

  .slPromoMobile__friends {
    position: absolute;
    left: 0;
    top: 44px;
    width: 40%;
    height: 100px;
    border-radius: 24px;
  }

  .slPromoMobile__druzhba {
    position: absolute;
    left: 36%;
    top: 50px;
    width: 28%;
    height: 90px;
    z-index: 2;
    border-radius: 22px;
  }

  .slPromoMobile__couple {
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    height: 128px;
    z-index: 3;
    border-radius: 24px;
  }

  .slPromoMobile__shape {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .slPromoMobile__shape img {
    display: block;
    width: 62%;
    height: auto;
  }

  .slPromoMobile__shape--yellow {
    left: 34%;
    top: 146px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #f7ce03;
    z-index: 4;
  }

  .slPromoMobile__shape--cyan {
    left: 24%;
    top: 164px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #4fc0f5;
    z-index: 1;
  }

  .slPromoMobile__shape--lime {
    left: 50%;
    top: 148px;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #cfea00;
    z-index: 4;
  }

  .slPromoMobile__shape--orange {
    right: -18px;
    top: 132px;
    width: 86px;
    height: 70px;
    border-radius: 22px 22px 22px 56px;
    background: #ff7664;
    z-index: 0;
  }

  .slPromoMobile__cta {
    width: 100%;
    min-height: 62px;
    margin: 0 0 16px;
    padding: 16px 20px;
    background: linear-gradient(90deg, #f52083 0%, #c13afd 100%);
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  .slPromoMobile__stores {
    justify-content: center;
    gap: 12px;
    margin: 0 0 28px;
  }

  .slPromoMobile__stores a {
    display: block;
  }

  .slPromoMobile__stores img {
    height: 40px;
    width: auto;
  }

  .slPromoMobile__chatsTitle {
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff7664;
  }

  .slPromoMobile__chatsRow {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 8px;
    align-items: start;
  }

  .slPromoMobile__pills {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  .slPromoMobile__pills img {
    width: 100%;
    height: auto;
  }

  .slPromoMobile__side {
    position: relative;
    min-height: 210px;
  }

  .slPromoMobile__pink {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 72px;
    border-radius: 18px;
  }

  .slPromoMobile__yellowMan {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
    height: 108px;
    border-radius: 18px;
  }

  .slPromoMobile__match {
    position: absolute;
    left: 0;
    top: 78px;
    z-index: 2;
    width: 72%;
    padding: 10px 12px;
    background: #4fc0f5;
    color: #fff;
    border-radius: 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
  }

  .slPromoMobile__shape--limeDot {
    right: 6px;
    top: 122px;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: #cfea00;
    z-index: 3;
  }

  .slPromoMobile__shape--star {
    right: 0;
    top: 148px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #9267f6;
    z-index: 3;
  }

  .slPromoMobile__wide {
    width: 100%;
    height: 96px;
    margin-top: 10px;
    object-position: 18% center;
    border-radius: 24px;
  }
}

html[data-brand="scanlove"][data-visitor-russia="1"] .storeCard--google {
  display: flex !important;
}

html[data-brand="scanlove"] .installModal .authStore__grid {
  grid-template-columns: 1fr;
}

html[data-brand="scanlove"] .installModal .storeCard:hover {
  border-color: #f52083;
}

html[data-brand="scanlove"] .installModal__login {
  display: none;
}

/* —— Motion / hover polish (ScanLove only). Never transform the 1440 canvases. —— */

@keyframes slSheenSweep {
  from { transform: translateX(-130%); }
  to { transform: translateX(130%); }
}

@keyframes slGradDrift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes slAmbientGlow {
  0%, 100% { opacity: 0.18; transform: translate3d(0, 0, 0) scale(1); }
  50% { opacity: 0.34; transform: translate3d(3%, -2%, 0) scale(1.06); }
}

@keyframes slFloatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes slFloatSoftAlt {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(6px) rotate(-4deg); }
}

@keyframes slPillBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes slHeartPulse {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.08); filter: saturate(1.15); }
}

body.brand-scanlove .slBtn--fill::before,
body.brand-scanlove .btn--primary::before,
body.brand-scanlove .btn--outlineDownload::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140px circle at var(--sl-mx, 50%) var(--sl-my, 50%), rgba(255, 255, 255, 0.3), transparent 58%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.25s ease;
}

body.brand-scanlove .slBtn--fill:hover::before,
body.brand-scanlove .btn--primary:hover::before,
body.brand-scanlove .btn--outlineDownload:hover::before,
body.brand-scanlove .slBtn--fill:focus-visible::before,
body.brand-scanlove .btn--primary:focus-visible::before,
body.brand-scanlove .btn--outlineDownload:focus-visible::before {
  opacity: 1;
}

body.brand-scanlove .slBtn--fill::after,
body.brand-scanlove .btn--primary::after,
body.brand-scanlove .btn--outlineDownload::after {
  content: "";
  position: absolute;
  inset: -10% -40%;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.34) 50%, transparent 62%);
  transform: translateX(-130%);
  pointer-events: none;
  z-index: 1;
}

body.brand-scanlove .slBtn--fill:hover::after,
body.brand-scanlove .btn--primary:hover::after,
body.brand-scanlove .btn--outlineDownload:hover::after,
body.brand-scanlove .slBtn--fill:focus-visible::after,
body.brand-scanlove .btn--primary:focus-visible::after,
body.brand-scanlove .btn--outlineDownload:focus-visible::after {
  animation: slSheenSweep 0.65s ease;
}

body.brand-scanlove .slHero__cta:hover,
body.brand-scanlove .slHero__cta:focus-visible,
body.brand-scanlove .slAbout .slBtn--fill:hover,
body.brand-scanlove .slAbout .slBtn--fill:focus-visible {
  transform: translateY(-2px);
}

body.brand-scanlove .header,
body.brand-scanlove .header--cover,
body.brand-scanlove.page-home .header,
body.brand-scanlove.page-home .header--cover,
html[data-brand="scanlove"] .header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ebebeb;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
}

body.brand-scanlove .header.is-scrolled,
html[data-brand="scanlove"] .header.is-scrolled {
  background: rgba(235, 235, 235, 0.9);
  box-shadow: 0 6px 20px rgba(30, 30, 30, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.brand-scanlove .slReveal {
  transition: opacity 0.7s ease;
}

body.brand-scanlove .slReveal:not(.is-visible) {
  opacity: 0;
}

body.brand-scanlove .slReveal.is-visible {
  opacity: 1;
}

body.brand-scanlove #reviews .reveal:not(.is-visible),
body.brand-scanlove #pricing .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(16px);
}

body.brand-scanlove #reviews .reveal.is-visible,
body.brand-scanlove #pricing .reveal.is-visible {
  opacity: 1;
  transform: none;
}

body.brand-scanlove #reviews .review,
body.brand-scanlove #pricing .planCard {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, opacity 0.5s ease;
}

body.brand-scanlove #reviews .review:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 36px rgba(245, 32, 131, 0.14),
    0 0 0 1px rgba(193, 58, 253, 0.12);
}

body.brand-scanlove #pricing .planCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20, 26, 56, 0.12);
}

body.brand-scanlove #pricing .planCard--gold:hover {
  border-color: rgba(245, 32, 131, 0.38) !important;
  box-shadow:
    0 22px 38px rgba(245, 32, 131, 0.14),
    0 0 0 3px rgba(255, 180, 56, 0.18),
    0 0 28px rgba(193, 58, 253, 0.18) !important;
}

body.brand-scanlove #pricing .planCard--premium:hover {
  border-color: rgba(193, 58, 253, 0.48) !important;
  box-shadow:
    0 22px 40px rgba(193, 58, 253, 0.2),
    0 0 0 3px rgba(245, 32, 131, 0.16),
    0 0 32px rgba(245, 32, 131, 0.22) !important;
}

body.brand-scanlove #reviews .iconBtn {
  border-color: rgba(245, 32, 131, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.brand-scanlove #reviews .iconBtn:hover,
body.brand-scanlove #reviews .iconBtn:focus-visible {
  color: #fff;
  background: linear-gradient(90deg, #f52083, #c13afd);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(193, 58, 253, 0.3);
}

body.brand-scanlove #reviews .iconBtn:active {
  transform: translateY(1px) scale(0.96);
}

.slCard {
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.slCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at var(--sl-mx, 50%) var(--sl-my, 38%), rgba(255, 255, 255, 0.24), transparent 58%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.slCard:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 40px rgba(245, 32, 131, 0.16),
    0 8px 20px rgba(30, 30, 30, 0.1);
  z-index: 3;
}

.slCard:hover::before {
  opacity: 1;
}

.slCard:active {
  transform: translateY(-2px);
}

.slMosaic__grad {
  background-image: linear-gradient(90deg, #f52083 0%, #c13afd 50%, #f52083 100%);
  background-size: 200% 100%;
  animation: slGradDrift 16s ease-in-out infinite;
}

.slStories__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(255, 255, 255, 0.22), transparent 46%),
    radial-gradient(ellipse at 12% 86%, rgba(245, 32, 131, 0.28), transparent 42%);
  animation: slAmbientGlow 11s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.slStories__copy,
.slStories__art {
  z-index: 1;
}

@media (max-width: 900px) {
  .slPromoMobile__shape--lime {
    animation: slFloatSoft 5.2s ease-in-out infinite;
  }

  .slPromoMobile__shape--star {
    animation: slFloatSoftAlt 6s ease-in-out infinite;
  }

  .slPromoMobile__shape--yellow {
    animation: slFloatSoft 7s ease-in-out infinite reverse;
  }

  .slPromoMobile__match {
    animation: slFloatSoft 4.8s ease-in-out infinite 0.4s;
  }

  .slPromoMobile__cta {
    transition: transform 0.28s ease, filter 0.28s ease, box-shadow 0.28s ease;
  }

  .slPromoMobile__cta:hover,
  .slPromoMobile__cta:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 10px 22px rgba(193, 58, 253, 0.3);
  }
}

@media (min-width: 1441px) {
  .slHero__pill--star { animation: slPillBob 5.6s ease-in-out infinite; }
  .slHero__pill--meet { animation: slPillBob 6.2s ease-in-out infinite 0.35s; }
  .slHero__pill--dates { animation: slPillBob 5.8s ease-in-out infinite 0.7s; }
  .slHero__pill--love { animation: slPillBob 6.4s ease-in-out infinite 0.15s; }
  .slHero__pill--fire { animation: slPillBob 5.4s ease-in-out infinite 0.9s; }
}

body.brand-scanlove .brand__wordmark {
  transition: transform 0.28s ease, filter 0.28s ease;
}

body.brand-scanlove .brand:hover .brand__wordmark,
body.brand-scanlove .footer__brand:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 6px 10px rgba(245, 32, 131, 0.18));
}

body.brand-scanlove .slHero__stores a,
body.brand-scanlove .slPromoMobile__stores a {
  transition: transform 0.25s ease, filter 0.25s ease;
}

body.brand-scanlove .slHero__stores a:hover,
body.brand-scanlove .slHero__stores a:focus-visible,
body.brand-scanlove .slPromoMobile__stores a:hover,
body.brand-scanlove .slPromoMobile__stores a:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 12px rgba(193, 58, 253, 0.22));
}

body.brand-scanlove .slAbout__copy > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.brand-scanlove .slAbout.is-visible .slAbout__copy > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.06s;
}

body.brand-scanlove .slAbout.is-visible .slAbout__copy > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.16s;
}

body.brand-scanlove .slAbout.is-visible .slAbout__copy > *:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.26s;
}

body.brand-scanlove .slAbout.is-visible .slAbout__copy .slBtn--fill:hover,
body.brand-scanlove .slAbout.is-visible .slAbout__copy .slBtn--fill:focus-visible {
  transform: translateY(-2px);
}

body.brand-scanlove .slAbout.is-visible .slAbout__copy .slBtn--fill:active {
  transform: translateY(1px) scale(0.98);
}

body.brand-scanlove .slStories__copy > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.brand-scanlove .slStories.is-visible .slStories__copy > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.08s;
}

body.brand-scanlove .slStories.is-visible .slStories__copy > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}

body.brand-scanlove #reviews .carousel .review {
  opacity: 0;
  transform: translateY(14px);
}

body.brand-scanlove #reviews .carousel.is-visible .review {
  opacity: 1;
  transform: none;
}

body.brand-scanlove #reviews .carousel.is-visible .review:nth-child(1) { transition-delay: 0.04s; }
body.brand-scanlove #reviews .carousel.is-visible .review:nth-child(2) { transition-delay: 0.12s; }
body.brand-scanlove #reviews .carousel.is-visible .review:nth-child(3) { transition-delay: 0.2s; }
body.brand-scanlove #reviews .carousel.is-visible .review:nth-child(4) { transition-delay: 0.28s; }

body.brand-scanlove #reviews .carousel.is-visible .review:hover {
  transform: translateY(-5px);
}

body.brand-scanlove #pricing .pricingGrid > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.brand-scanlove #pricing .pricingGrid.is-visible > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.05s;
}

body.brand-scanlove #pricing .pricingGrid.is-visible > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.14s;
}

body.brand-scanlove #pricing .pricingGrid.is-visible > *:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.23s;
}

body.brand-scanlove #pricing .pricingGrid.is-visible .planCard:hover {
  transform: translateY(-6px);
}

html[data-brand="scanlove"] .installModal .authModal__dialog {
  border: 1px solid rgba(245, 32, 131, 0.16);
  box-shadow: 0 24px 48px rgba(193, 58, 253, 0.16);
}

html[data-brand="scanlove"] .installModal .authStart__heart {
  display: inline-block;
  background: linear-gradient(90deg, #f52083, #c13afd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: slHeartPulse 2.4s ease-in-out infinite;
}

html[data-brand="scanlove"] .installModal .authModal__close {
  transition: color 0.2s ease, transform 0.2s ease;
}

html[data-brand="scanlove"] .installModal .authModal__close:hover,
html[data-brand="scanlove"] .installModal .authModal__close:focus-visible {
  color: #f52083;
  transform: scale(1.08);
}

html[data-brand="scanlove"] .installModal .storeCard {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

html[data-brand="scanlove"] .installModal .storeCard:hover,
html[data-brand="scanlove"] .installModal .storeCard:focus-visible {
  border-color: #f52083;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(245, 32, 131, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  body.brand-scanlove .slReveal,
  body.brand-scanlove #reviews .reveal,
  body.brand-scanlove #pricing .reveal,
  body.brand-scanlove .slAbout__copy > *,
  body.brand-scanlove .slStories__copy > *,
  body.brand-scanlove #reviews .carousel .review,
  body.brand-scanlove #pricing .pricingGrid > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  body.brand-scanlove .btn--primary,
  body.brand-scanlove .slBtn--fill,
  body.brand-scanlove .btn--outlineDownload,
  body.brand-scanlove .slHero__cta,
  body.brand-scanlove #reviews .review,
  body.brand-scanlove #reviews .iconBtn,
  body.brand-scanlove #pricing .planCard,
  body.brand-scanlove .slCard,
  body.brand-scanlove .header,
  body.brand-scanlove .nav__link,
  body.brand-scanlove .footer a,
  body.brand-scanlove .brand__wordmark {
    transition: none !important;
  }

  body.brand-scanlove .btn--primary:hover,
  body.brand-scanlove .btn--primary:active,
  body.brand-scanlove .slBtn--fill:hover,
  body.brand-scanlove .slBtn--fill:active,
  body.brand-scanlove .btn--outlineDownload:hover,
  body.brand-scanlove .btn--outlineDownload:active,
  body.brand-scanlove .slHero__cta:hover,
  body.brand-scanlove #reviews .review:hover,
  body.brand-scanlove #reviews .iconBtn:hover,
  body.brand-scanlove #pricing .planCard:hover,
  body.brand-scanlove .slCard:hover,
  body.brand-scanlove .slCard:active,
  body.brand-scanlove .brand:hover .brand__wordmark,
  html[data-brand="scanlove"] .installModal .storeCard:hover,
  html[data-brand="scanlove"] .installModal .authModal__close:hover {
    transform: none !important;
  }

  .slMosaic__grad,
  .slStories__canvas::after,
  .slPromoMobile__shape--lime,
  .slPromoMobile__shape--star,
  .slPromoMobile__shape--yellow,
  .slPromoMobile__match,
  .slHero__pill--star,
  .slHero__pill--meet,
  .slHero__pill--dates,
  .slHero__pill--love,
  .slHero__pill--fire,
  html[data-brand="scanlove"] .installModal .authStart__heart {
    animation: none !important;
  }

  body.brand-scanlove .nav__link::after,
  body.brand-scanlove .footer__links a::after,
  body.brand-scanlove .slBtn--fill::before,
  body.brand-scanlove .btn--primary::before,
  body.brand-scanlove .btn--outlineDownload::before,
  body.brand-scanlove .slBtn--fill::after,
  body.brand-scanlove .btn--primary::after,
  body.brand-scanlove .btn--outlineDownload::after,
  .slCard::before {
    content: none;
    animation: none !important;
  }
}
