:root {
  --black: #000000;
  --ink-deep: #1a1816;
  --ink: #1a1816;
  --text: #2c2e2f;
  --muted: #6b6560;
  --line: #cbd2d9;
  --line-warm: rgba(26, 24, 22, 0.1);
  --paper: #ffffff;
  --paper-warm: #faf8f5;
  --panel-deep: #222820;
  --panel-paypal: #001435;
  --panel: #001435;
  --feature-blue: #002991;
  --canvas-side: #e6e1da;
  --surface-sand: #e8dfd3;
  --surface-sage: #d4ddd0;
  --accent-gold: #c9a66b;
  --brand: #007f68;
  --shell: 960px;
  --shell-wide: 1440px;
  --site-canvas: 100%;
  --bento-gap: 0px;
  --bento-radius: 0px;
  --card-radius: 6px;
  --radius: 6px;
  --paypal-sky: #e8dfd3;
  --photo-overlay: 380px;
  --glass-bg: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(255, 255, 255, 0.16);
  --glass-blur: 20px;
  --header-glass-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0.68) 100%
  );
  --header-glass-border: rgba(255, 255, 255, 0.72);
  --header-glass-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 40px rgba(0, 12, 36, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.04);
  --header-glass-blur: blur(28px) saturate(185%) brightness(1.04);
  --gutter: clamp(20px, 4vw, 48px);
  --section-y: clamp(56px, 8vw, 88px);
  --section-y-compact: clamp(40px, 6vw, 72px);
  --section-y-content: clamp(48px, 7vw, 88px);
  --header-h: 59px;
  --brand-mark: 50px;
  --header-ui-size: 13px;
  --header-btn-h: 31px;
  --header-btn-min-w: 94px;
  --anchor-offset: calc(var(--header-h) + 16px);
  --site-width: 100vw;
  --layout-width: min(var(--site-width), 1600px);
  --edge-travel: min(40vw, 440px);
  /* Photo bands scale with layout width, capped by viewport height. */
  --photo-band-height: clamp(160px, min(calc(var(--layout-width) * 0.5625), 76vh), 900px);
  --photo-band-height-tall: clamp(190px, min(calc(var(--layout-width) * 0.6667), 88vh), 980px);
  --hero-overhang: 0.5cm;
  --hero-height: calc(var(--cl-vh, 1vh) * 100 + var(--hero-overhang));
  --band-seam-thick: clamp(16px, 3.2vh, 36px);
  --cinematic-height: var(--photo-band-height);
  --edge-pin-sticky-h: calc(var(--cl-vh, 1vh) * 100);
  --pin-travel: clamp(168px, 36vh, 340px);
  --pin-travel-tall: clamp(188px, 40vh, 380px);
  --feature-sticky-h: max(560px, calc(var(--cl-vh, 1vh) * 100));
  --feature-scene-travel: clamp(420px, 50vh, 580px);
  --feature-scroll-travel: calc(var(--feature-scene-travel) * 4.05);
  --feature-visual-h: min(560px, calc(var(--feature-sticky-h) - clamp(96px, 14svh, 160px)));
  --feature-visual-w: min(400px, 34vw);
  --edge-typeface: var(--font-text);
  --hero-object-position: center;
  --flow-object-position: 50% center;
  --cabinet-object-position: 50% center;
  --photo-pan-y: 0px;
  --hero-content-lift: clamp(8px, 2vw, 28px);
  --hero-content-shift-x: 1.5cm;
  --hero-content-shift-y: -2.7cm;
  --hero-title-shift-y: -1.5cm;
  --hero-logo-nudge: clamp(6px, 1vw, 14px);
  --font-text: var(--font-stack-sans, "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans CJK SC", "Noto Sans CJK KR", "Noto Sans SC", "Noto Sans KR", "PingFang SC", "Microsoft YaHei", "Apple SD Gothic Neo", sans-serif);
  --font-display: var(--font-stack-brand, "Cormorant Garamond", "Times New Roman", "Noto Serif CJK SC", "Noto Serif CJK KR", "Noto Serif SC", Georgia, serif);
  --font-nav: var(--font-text);
  --font-serif: var(--font-text);
  --font: var(--font-text);
  --letter-eyebrow: 0.22em;
  --letter-display: -0.035em;
  --letter-label: -0.012em;
  --text-body: 400 15px/1.58 var(--font-text);
  --text-ui: 600 11px/1.25 var(--font-text);
  --text-eyebrow: 600 11px/1.25 var(--font-text);
  --text-label: 600 15px/1.28 var(--font-text);
  --text-caption: 500 13px/1.48 var(--font-text);
  --text-note: 500 14px/1.5 var(--font-text);
  --text-lead: 400 17px/1.58 var(--font-text);
  --text-promo: 400 18px/1.58 var(--font-text);
  --text-small: 400 14px/1.56 var(--font-text);
}

@supports (height: 100svh) {
  :root {
    --photo-band-height: clamp(160px, min(calc(var(--layout-width) * 0.5625), 76svh), 900px);
    --photo-band-height-tall: clamp(190px, min(calc(var(--layout-width) * 0.6667), 88svh), 980px);
    --hero-height: calc(100svh + var(--hero-overhang));
    --edge-pin-sticky-h: 100svh;
    --pin-travel: clamp(168px, 36svh, 340px);
    --pin-travel-tall: clamp(188px, 40svh, 380px);
    --feature-sticky-h: max(560px, 100svh);
    --feature-scene-travel: clamp(420px, 50svh, 580px);
  }
}

@supports (height: 100dvh) {
  :root {
    --edge-pin-sticky-h: 100dvh;
  }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
  font-family: var(--font-text);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper-warm);
}

html.nav-jump {
  scroll-behavior: auto;
}

html.nav-jump .edge-scene--js,
html.nav-jump .edge-word,
html.nav-jump .reveal,
html.nav-jump .motion-stagger > *,
html.nav-jump .bento-stack > .bento-tile,
html.nav-jump .bento-stack > .bento-statement,
html.nav-jump .tariff-card-slide {
  transition: none !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
}

input,
select,
textarea {
  font-size: max(16px, 1em);
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

[id] { scroll-margin-top: var(--anchor-offset); }

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper-warm);
  font: var(--text-body);
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

p,
.statement-lead,
.hero-lead,
.field-help,
.field-help small,
label,
.footer-tagline,
.trust-item p,
.devices-block__head p,
.devices-block__lead,
.app-promo p,
.card-note,
.form-note,
.glass-card-copy,
.price-card .label,
.site-footer {
  font-family: var(--font-text);
  font-weight: 400;
  letter-spacing: -0.012em;
}

/* ── Retro Super Vision typography ── */
.rsv-eyebrow,
.devices-block__eyebrow,
.cabinet-head__eyebrow,
.label,
.tariff-card-fallback__label {
  font: var(--text-eyebrow);
  letter-spacing: var(--letter-eyebrow);
  text-transform: uppercase;
  color: var(--muted);
}

.rsv-display,
.bento-statement h2,
.devices-block__head h2,
.pricing-statement h2,
.cabinet-head h2,
.section-head h2,
.photo-band-copy h2,
.photo-band-inner-center h2,
.app-promo h2,
.product-copy h2,
.promo-copy h2,
.secure-copy h2,
.feature-intro h2,
.feature-block-title,
.steps-strip-head h2 {
  font-family: var(--font-text);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
  color: var(--ink-deep);
}

.rsv-label,
.device-tile__name,
.trust-item strong {
  font: var(--text-label);
  letter-spacing: var(--letter-label);
  color: var(--ink-deep);
}

.rsv-caption,
.device-tile__meta,
.trust-item span,
.devices-foot__note {
  font: var(--text-caption);
  letter-spacing: 0.02em;
  color: var(--muted);
}

.devices-foot__note {
  font: var(--text-note);
}

.page-wrap {
  width: min(var(--shell-wide), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.shell {
  width: min(var(--shell), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

/* ── Bento layout (PayPal collage rhythm) ── */
.bento-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--bento-gap);
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  padding: 0;
}

@supports (overflow: clip) {
  .bento-stack {
    overflow-x: visible;
  }
}

.bento-tile {
  width: 100%;
  border-radius: var(--bento-radius);
  overflow: hidden;
  border-top: 1px solid var(--line-warm);
}

.bento-tile.edge-scene {
  overflow: hidden;
}

.bento-statement {
  padding: var(--section-y-compact) var(--gutter);
  background: var(--paper-warm);
  text-align: center;
}

.bento-statement h2 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(34px, 5.2vw, 56px);
  line-height: 1.04;
}

.bento-statement .button {
  margin-top: clamp(24px, 3vw, 32px);
}

.statement-lead {
  margin: clamp(16px, 2.5vw, 24px) auto 0;
  max-width: 520px;
  font: var(--text-lead);
  color: var(--muted);
}

.app-promo {
  padding: clamp(72px, 9vw, 112px) var(--gutter);
  background: var(--paypal-sky);
  text-align: center;
}

.app-promo-inner {
  display: grid;
  gap: 20px;
  justify-items: center;
  max-width: 560px;
  margin-inline: auto;
}

.app-promo h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.06;
}

.app-promo p {
  margin: 0;
  max-width: 440px;
  font: var(--text-lead);
  color: rgba(0, 0, 0, 0.72);
}

.app-promo-qr {
  display: block;
  width: 140px;
  height: 140px;
  padding: 12px;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.devices-block {
  background: #fff;
  border-top: 0;
}

.devices-panel {
  width: 100%;
  background: #fff;
}

.devices-panel__shell {
  width: min(var(--shell-wide), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
  padding-block: clamp(36px, 5vw, 52px) clamp(28px, 4vw, 40px);
}

.devices-block__head {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.devices-block__eyebrow {
  margin: 0 0 8px;
}

.devices-block__head h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.06;
}

.devices-block__head p,
.devices-block__lead {
  margin: clamp(10px, 1.6vw, 14px) auto 0;
  max-width: 420px;
  font: var(--text-small);
  color: var(--muted);
}

.devices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 12px);
  list-style: none;
  max-width: 920px;
  margin: clamp(24px, 3.5vw, 32px) auto 0;
  padding: 0;
}

.device-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  padding: clamp(14px, 2vw, 18px) clamp(8px, 1.2vw, 12px);
  border-radius: var(--card-radius);
  text-align: center;
  transition: background 0.25s ease;
}

.device-tile:hover {
  background: var(--paper-warm);
}

.device-tile__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.device-tile__icon--ios {
  width: 44px;
  height: 44px;
}

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

.device-tile__name {
  display: block;
}

.device-tile__meta {
  display: block;
}

.devices-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 28px);
  flex-wrap: wrap;
  max-width: 920px;
  margin: clamp(24px, 3.5vw, 32px) auto 0;
  padding-top: clamp(20px, 3vw, 28px);
}

.devices-foot__brands {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.devices-foot__note {
  margin: 0;
}

.devices-foot__marks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
}

.devices-client {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.devices-client__mark {
  display: block;
  width: auto;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.devices-client:hover .devices-client__mark {
  opacity: 0.95;
}

.devices-client__mark--happ {
  height: clamp(34px, 4.2vw, 42px);
}

.devices-client__mark--incy {
  height: clamp(22px, 2.8vw, 28px);
}

.devices-foot__stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.devices-store-badge {
  display: block;
  line-height: 0;
  border-radius: 6px;
  opacity: 0.94;
  transition:
    opacity 0.2s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.devices-store-badge:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.devices-store-badge img {
  display: block;
  width: auto;
  height: clamp(36px, 4.8vw, 42px);
}

.feature-block-title {
  margin: 0;
  padding: clamp(48px, 6vw, 72px) max(var(--gutter), calc((100% - var(--shell-wide)) / 2)) 0;
  max-width: 680px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  color: #fff;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.shell {
  width: min(var(--shell), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

/* ── Header shell (material → header-optics.css) ── */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  width: 100%;
  transform: translateX(-50%);
  z-index: 40;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Reusable wet-glass for cards (pp-glass etc.) — optical only, no PNG */
.glass-wet {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(165%);
  -webkit-backdrop-filter: blur(28px) saturate(165%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.glass-wet::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.28) 0%,
    transparent 42%
  );
  opacity: 0.65;
}

main,
.site-footer {
  width: 100%;
  margin-inline: auto;
  overflow-x: clip;
}

main {
  background: var(--paper-warm);
}

main:has(.band-seam-host) {
  overflow-x: visible;
}

/* Keep every visual band in the same centered canvas as the content. */
main > .hero,
main > .bento-stack,
.bento-stack > * {
  width: 100%;
  max-width: 100%;
}

.site-header.site-header--over-hero::before {
  display: none;
}

.site-header.site-header--over-hero .brand--light,
.site-header.site-header--over-hero .main-nav--light a {
  color: color-mix(in srgb, #fff calc((1 - var(--header-glass)) * 100%), var(--text));
  text-shadow:
    0 1px calc(6px + (1 - var(--header-glass)) * 6px) rgba(0, 0, 0, calc((1 - var(--header-glass)) * 0.55)),
    0 0 1px rgba(0, 0, 0, calc((1 - var(--header-glass)) * 0.75));
}

.site-header.site-header--over-hero .menu-toggle--light {
  color: color-mix(in srgb, #fff calc((1 - var(--header-glass)) * 100%), var(--black));
  border-color: color-mix(in srgb, rgba(255, 255, 255, 0.58) calc((1 - var(--header-glass)) * 100%), rgba(0, 0, 0, 0.14));
  background: color-mix(in srgb, rgba(0, 0, 0, 0.34) calc((1 - var(--header-glass)) * 100%), rgba(255, 255, 255, 0.5));
  text-shadow: 0 1px 6px rgba(0, 0, 0, calc((1 - var(--header-glass)) * 0.4));
}

.site-header.site-header--over-hero .brand-label,
.site-header:not(.site-header--over-hero) .brand-label,
.site-header.is-scrolled:not(.site-header--over-hero) .brand-label {
  background: var(--black);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.site-header--over-hero .button-outline-light {
  color: color-mix(in srgb, #fff calc((1 - var(--header-glass)) * 100%), var(--black));
  border-color: color-mix(in srgb, rgba(255, 255, 255, 0.85) calc((1 - var(--header-glass)) * 100%), rgba(0, 0, 0, 0.82));
  background: transparent;
  text-shadow: 0 1px 6px rgba(0, 0, 0, calc((1 - var(--header-glass)) * 0.4));
  box-shadow: none;
}

.site-header.site-header--over-hero .button-outline-light:hover {
  background: rgba(255, 255, 255, calc((1 - var(--header-glass)) * 0.1));
}

.site-header.site-header--over-hero .button-outline-telegram {
  color: #1877b8;
  border-color: #1877b8;
  border-width: 1.5px;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.site-header.site-header--over-hero .button-outline-telegram:hover {
  background: rgba(24, 119, 184, calc((1 - var(--header-glass)) * 0.1 + var(--header-glass) * 0.08));
}

.site-header:not(.site-header--over-hero) .brand--light,
.site-header:not(.site-header--over-hero) .main-nav--light a,
.site-header.is-scrolled:not(.site-header--over-hero) .brand--light,
.site-header.is-scrolled:not(.site-header--over-hero) .main-nav--light a {
  color: var(--text);
  text-shadow: none;
}

.site-header:not(.site-header--over-hero) .brand--light,
.site-header.is-scrolled:not(.site-header--over-hero) .brand--light {
  color: #fff;
}

.site-header:not(.site-header--over-hero) .menu-toggle--light,
.site-header.is-scrolled:not(.site-header--over-hero) .menu-toggle--light {
  color: var(--black);
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}

.site-header:not(.site-header--over-hero) .button-outline-light,
.site-header.is-scrolled:not(.site-header--over-hero) .button-outline-light {
  color: var(--black);
  border-color: rgba(0, 0, 0, 0.82);
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.site-header:not(.site-header--over-hero) .button-outline-telegram,
.site-header.is-scrolled:not(.site-header--over-hero) .button-outline-telegram,
.site-header.is-scrolled .button-outline-telegram {
  color: #156da8;
  border-color: #156da8;
  border-width: 1.5px;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.header-inner {
  position: relative;
  z-index: 13;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 19px;
  min-height: var(--header-h);
  padding-block: 4px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: var(--brand-mark);
  height: var(--brand-mark);
  font: 600 20px/1 var(--font-nav);
  color: var(--black);
  letter-spacing: 0.01em;
}

.brand-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--brand-mark);
  height: var(--brand-mark);
  min-width: var(--brand-mark);
  min-height: var(--brand-mark);
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 15px;
  background: var(--black);
  color: #fff;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 29px);
  font: 600 var(--header-ui-size)/1.05 var(--font-nav);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
}

.main-nav a {
  font-weight: 400;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.main-nav a:hover { color: var(--black); }

.main-nav a:focus-visible,
.header-actions a:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-actions .button {
  min-height: var(--header-btn-h);
  min-width: var(--header-btn-min-w);
  padding: 0 14px;
  font-size: var(--header-ui-size);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.button-outline-telegram {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #156da8;
  background: transparent;
  border-color: #156da8;
  border-width: 1.5px;
}

.button-outline-telegram__icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.button-outline-telegram:hover {
  background: rgba(21, 109, 168, 0.1);
}

.menu-toggle {
  display: none;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: var(--header-ui-size);
  font-weight: 700;
  cursor: pointer;
}

/* ── Buttons ── */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 16px/1.1 var(--font-text);
  letter-spacing: -0.012em;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }

.button-small {
  min-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}

.button-dark {
  color: #fff;
  background: var(--black);
  border-color: var(--black);
}

.button-dark:hover { background: #1a1a1a; }

.button-outline {
  color: var(--black);
  background: #fff;
  border-color: var(--black);
}

.button-outline-light {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.button-outline-light:hover { background: rgba(255, 255, 255, 0.1); }

.button-light {
  color: var(--ink-deep);
  background: #fff;
  border-color: #fff;
}

.button-light:hover { background: rgba(255, 255, 255, 0.92); }

.button-plain {
  color: var(--text);
  background: transparent;
  border-color: transparent;
}

.button-payment {
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.button-payment:hover { transform: translateY(-1px); }

.button-asset-img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.button-telegram {
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
}

.telegram-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 4px 16px 4px 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #58c4ff, #229ed9);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.telegram-pill__icon,
.telegram-pill__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

/* ── Hero ── */
.hero {
  position: relative;
  width: 100%;
  height: var(--hero-height);
  min-height: var(--hero-height);
  overflow: hidden;
  background: #0a1628;
}

.hero-bg,
.section-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
}

.hero-bg {
  object-position: var(--hero-object-position);
}

.hero.band-seam-host--bottom.band-seam-host--into-below {
  overflow-x: clip;
  overflow-y: visible;
}

.hero.band-seam-host--bottom.band-seam-host--into-below::before {
  display: block;
  z-index: 31;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.34) 34%, rgba(0, 0, 0, 0.08) 56%, transparent 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, transparent 46%, rgba(0, 0, 0, 0.26) 100%);
}

.hero-inner {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding-top: clamp(32px, 5svh, 56px);
  padding-bottom: clamp(56px, 6svh, 96px);
}

.hero-copy {
  max-width: 440px;
  color: #fff;
  transform: translate(var(--hero-content-shift-x), var(--hero-content-shift-y));
}

.hero-title {
  margin: 0;
  transform: translateY(var(--hero-title-shift-y));
  font-family: var(--font-text);
  font-weight: 800;
  font-size: clamp(36px, 5.5vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: none;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 22px rgba(0, 0, 0, 0.62),
    0 18px 54px rgba(0, 0, 0, 0.5);
  font-feature-settings: "kern" 1, "liga" 1;
}

.hero-title-line {
  display: block;
  overflow: visible;
}

.hero-title-line > span {
  display: block;
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
}

.hero-lead,
.hero-cta-stack {
  opacity: 1;
  transform: none;
}

.hero-title-line:nth-child(1) {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.5vw, 19px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-title-line:nth-child(2),
.hero-title-line:nth-child(3) {
  font-family: var(--font-text);
  font-weight: 800;
  letter-spacing: -0.044em;
  text-transform: none;
  font-synthesis: none;
}

.hero-promo {
  display: inline-flex;
  margin: clamp(18px, 2.4vh, 26px) 0 0;
  padding: 7px 14px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: clamp(11px, 1.1vw, 12px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.hero-lead {
  margin: clamp(12px, 1.8vh, 16px) 0 0;
  max-width: 520px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.54;
  letter-spacing: 0.012em;
  color: rgba(255, 255, 255, 0.86);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 3px 22px rgba(0, 0, 0, 0.48);
  font-synthesis: none;
}

.hero-lead-accent {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 0.88em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.hero-cta-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  max-width: 100%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
}

.hero-payment-logos {
  width: min(100%, clamp(200px, 28vw, 280px));
  pointer-events: none;
  transform: translate(var(--hero-logo-nudge), var(--hero-logo-nudge));
}

.hero-payment-logos img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.94;
  filter: brightness(0) invert(1);
}

/* ── Trust row ── */
.trust-row {
  background: #fff;
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--shell-wide), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(28px, 4vw, 42px) 0;
  border-right: 1px solid var(--line);
  transition: background 0.15s;
}

.trust-item + .trust-item {
  padding-left: clamp(20px, 3vw, 44px);
}

.trust-item:last-child { border-right: 0; }

.trust-item:hover { background: #f7f9fa; }

.trust-item strong {
  display: block;
}

.trust-item span {
  display: block;
}

/* ── Sections ── */
.section-alt {
  background: #fff;
}

.section {
  padding-block: clamp(72px, 9vw, 112px);
}

.section .shell {
  width: min(var(--shell), calc(100% - 2 * var(--gutter)));
}

.section-head {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.section-head-center {
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}

.section-head h2,
.photo-band-copy h2,
.photo-band-inner-center h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.08;
}

.section-head p,
.photo-band-copy p,
.photo-band-inner-center p {
  margin: 16px 0 0;
  font: var(--text-lead);
  color: var(--muted);
}

.label {
  margin: 0 0 8px;
}

h3, h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--black);
}

h3 { font-size: clamp(24px, 2.8vw, 32px); line-height: 1.15; }
h4 { font-size: 20px; line-height: 1.2; }

.muted {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* ── Product block (PayPal+ style) ── */
.product-block {
  background: #fff;
}

.product-block-layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 104px) max(var(--gutter), calc((100% - var(--shell-wide)) / 2));
}

.product-copy h2 {
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.06;
}

.product-bullets {
  margin: 0 0 clamp(24px, 3vw, 32px);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.product-bullets li {
  position: relative;
  padding-left: 28px;
  font: var(--text-promo);
  color: var(--text);
}

.product-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--paypal-sky);
}

.product-note {
  margin: 16px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.product-visual {
  margin: 0;
}

.product-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

/* ── Promo split ── */
.promo-split {
  background: #fff;
}

.promo-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(320px, calc(var(--site-width) * 0.38), 520px);
}

.promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(48px, 7vw, 72px) clamp(32px, 5vw, 64px);
}

.promo-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.06;
}

.promo-copy p {
  margin: 0;
  max-width: 420px;
  font: var(--text-promo);
  color: var(--muted);
}

.promo-visual {
  margin: 0;
  min-height: 100%;
}

.promo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, calc(var(--site-width) * 0.38), 520px);
  object-fit: cover;
}

/* ── Secure block ── */
.secure-block {
  background: #fff;
}

.secure-layout {
  padding: clamp(56px, 8vw, 88px) max(var(--gutter), calc((100% - var(--shell-wide)) / 2)) clamp(24px, 4vw, 40px);
}

.secure-copy {
  max-width: 560px;
}

.secure-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.secure-copy p {
  margin: 0 0 24px;
  font: var(--text-promo);
  color: var(--muted);
}

.secure-photo {
  margin: 0;
}

.secure-photo img {
  display: block;
  width: 100%;
  max-height: clamp(360px, calc(var(--site-width) * 0.46), 640px);
  object-fit: cover;
  object-position: center 30%;
}

.feature-intro {
  padding: clamp(48px, 7vw, 72px) max(var(--gutter), calc((100% - var(--shell-wide)) / 2)) clamp(8px, 2vw, 16px);
  background: var(--panel);
  color: #fff;
}

.feature-intro h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.08;
  color: #fff;
}

/* ── Feature block (PayPal tabs) ── */
#intro .section-bg {
  object-position: 50% center;
}

#flow .section-bg {
  object-position: var(--flow-object-position);
}

#cabinet-banner .section-bg {
  object-position: var(--cabinet-object-position);
}

.paypal-tabs {
  background: transparent;
  color: #fff;
}

.paypal-tabs .feature-block-layout {
  display: grid;
  grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
  justify-content: space-between;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: clamp(420px, 52vw, 620px);
  padding: var(--section-y-content) max(var(--gutter), calc((100% - var(--shell-wide)) / 2));
}

.paypal-tabs .feature-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paypal-tabs .feature-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(4px, 1vw, 10px);
}

.paypal-tabs .feature-tab {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.28);
  font-family: var(--font-text);
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  cursor: pointer;
  transition: color 0.28s ease, opacity 0.28s ease;
  text-align: left;
  text-transform: none;
}

.paypal-tabs .feature-tab:hover { color: rgba(255, 255, 255, 0.68); }
.paypal-tabs .feature-tab.is-active {
  color: #fff;
  font-weight: 800;
}

.paypal-tabs .feature-meta {
  margin-top: clamp(22px, 4vw, 46px);
  min-height: 4.5em;
}

.paypal-tabs .feature-meta-text {
  display: none;
  margin: 0;
  max-width: 270px;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.paypal-tabs .feature-meta-text.is-active {
  display: block;
  animation: fadeUp 0.38s ease both;
}

.paypal-tabs .feature-cta {
  margin-top: clamp(20px, 3vw, 28px);
  align-self: flex-start;
}

/* ── Feature scroll pin (PayPal-style glass scroll) ── */
.feature-scroll-pin {
  --feature-sticky-top: max(var(--header-h), calc(50svh - var(--feature-sticky-h) / 2));
  --feature-accent: #ffffff;
  --feature-accent-2: #6d8ed8;
  --feature-copy-y: 0px;
  --feature-visual-y: 0px;
  --feature-glass-y: 0px;
  --lens-opacity: 0;
  --lens-progress: 0;
  --glass-sweep: 0;
  --feature-stage-y: 0px;
  position: relative;
  background: var(--feature-blue);
  height: calc(var(--feature-sticky-h) + var(--feature-scroll-travel));
  min-height: var(--feature-sticky-h);
  overflow: visible;
  transition: background 0.5s ease;
}

.feature-scroll-pin::before,
.feature-scroll-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-scroll-pin::before {
  display: none;
}

.feature-scroll-pin::after {
  display: none;
}

.feature-scroll-pin[data-feature-active="family"] {
  --feature-accent: #ffffff;
  --feature-accent-2: #6d8ed8;
}

.feature-scroll-pin[data-feature-active="friends"] {
  --feature-accent: #ffffff;
  --feature-accent-2: #6d8ed8;
}

.feature-scroll-pin[data-feature-active="business"] {
  --feature-accent: #ffffff;
  --feature-accent-2: #6d8ed8;
}

.feature-scroll-pin.dark-run {
  background: var(--feature-blue);
}

.feature-scroll-pin__track {
  height: 100%;
}

.feature-scroll-pin__sticky {
  position: sticky;
  top: var(--feature-sticky-top);
  height: var(--feature-sticky-h);
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}

.feature-scroll-pin .paypal-tabs {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
}

.feature-scroll-pin .paypal-tabs .feature-block-layout {
  min-height: 0;
  height: 100%;
  align-items: center;
  grid-template-columns:
    minmax(72px, 1fr)
    minmax(280px, 460px)
    minmax(56px, 104px)
    minmax(300px, 420px)
    minmax(72px, 1fr);
  justify-content: center;
  gap: 0;
  max-width: min(1920px, 100%);
  margin-inline: auto;
  padding-block: 0;
  padding-inline: 0;
}

.feature-scroll-pin .paypal-tabs .feature-side {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: center;
  gap: clamp(28px, 4.2vh, 44px);
  width: 100%;
  height: var(--feature-visual-h);
  min-height: 0;
  transform: translateY(var(--feature-stage-y, 0px));
}

.feature-scroll-pin .paypal-tabs .feature-side-footer {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vh, 18px);
  width: 100%;
  margin-top: 0;
}

.feature-scroll-pin .paypal-tabs .feature-visual {
  --phone-radius: clamp(28px, 11cqw, 44px);
  position: relative;
  width: 100%;
  max-width: var(--feature-visual-w);
  height: var(--feature-visual-h);
  min-height: 0;
  aspect-ratio: 3 / 4;
  margin-inline: auto;
  grid-column: 4;
  justify-self: center;
  align-self: center;
  transform: translateY(var(--feature-stage-y, 0px)) translateZ(0);
  container-type: inline-size;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--phone-radius);
  background: #0a0a0c;
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.14),
    0 28px 72px rgba(0, 0, 0, 0.28);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-scroll-pin .feature-visual-glass-sweep {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  opacity: calc(var(--glass-sweep, 0) * 0.92);
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse 108% 62% at 50% calc(var(--lens-progress, 0.5) * 100%),
      rgba(255, 255, 255, 0.24) 0%,
      rgba(210, 230, 255, 0.11) 34%,
      rgba(255, 255, 255, 0.03) 58%,
      transparent 78%
    ),
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(220, 236, 255, 0.06) 42%,
      rgba(255, 255, 255, 0.02) 68%,
      rgba(170, 205, 255, 0.08) 100%
    );
}

.feature-scroll-pin .feature-visual-lens {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  opacity: var(--lens-opacity, 0);
}

.feature-scroll-pin .feature-visual-lens::before {
  content: "";
  position: absolute;
  left: -14%;
  right: -14%;
  height: 64%;
  top: calc(var(--lens-progress, 0) * 108% - 32%);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 16%,
    rgba(255, 255, 255, 0.26) 46%,
    rgba(255, 255, 255, 0.05) 78%,
    transparent 100%
  );
  filter: blur(30px);
  transform: scaleY(var(--lens-stretch, 1));
  opacity: calc(0.55 + var(--lens-opacity, 0) * 0.45);
}

.feature-scroll-pin .feature-visual-lens::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 92% 46% at 50% calc(var(--lens-progress, 0) * 100%),
      rgba(255, 255, 255, 0.2) 0%,
      rgba(196, 220, 255, 0.09) 36%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 20%,
      transparent 80%,
      rgba(255, 255, 255, 0.04) 100%
    );
  mask-image: radial-gradient(
    ellipse 96% 68% at 50% calc(var(--lens-progress, 0) * 100%),
    #000 0%,
    rgba(0, 0, 0, 0.62) 52%,
    transparent 88%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 96% 68% at 50% calc(var(--lens-progress, 0) * 100%),
    #000 0%,
    rgba(0, 0, 0, 0.62) 52%,
    transparent 88%
  );
  opacity: calc(0.28 + var(--lens-opacity, 0) * 0.62);
}

@media (prefers-reduced-motion: reduce) {
  .feature-scroll-pin .feature-visual-glass-sweep,
  .feature-scroll-pin .feature-visual-lens,
  .feature-scroll-pin .feature-visual-lens::before,
  .feature-scroll-pin .feature-visual-lens::after {
    opacity: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel {
  position: absolute;
  inset: 0;
  display: block;
  max-width: none;
  margin: 0;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  z-index: 1;
  transition: none;
  overflow: hidden;
  border-radius: inherit;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo-wrap {
  position: absolute;
  inset: 0;
  opacity: var(--panel-opacity, 0);
  transform: scale(var(--panel-scale, 1)) translateY(var(--panel-shift, 0px)) translateZ(0);
  filter: blur(var(--panel-blur, 0px)) brightness(var(--panel-bright, 1));
  border-radius: inherit;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel.is-active {
  display: block;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.feature-scroll-pin .paypal-tabs .feature-tabs {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0px, 0.55vh, 6px);
  padding-left: 0;
  transform: none;
}

.feature-scroll-pin .paypal-tabs .feature-tabs::before,
.feature-scroll-pin .paypal-tabs .feature-tabs::after {
  display: none;
}

.feature-scroll-pin .paypal-tabs .feature-tabs::before {
  background: rgba(255, 255, 255, 0.17);
}

.feature-scroll-pin .paypal-tabs .feature-tabs::after {
  height: 1.1em;
  bottom: auto;
  background: linear-gradient(180deg, var(--feature-accent), var(--feature-accent-2));
  box-shadow: 0 0 24px color-mix(in srgb, var(--feature-accent) 76%, transparent);
  transform: translate3d(0, var(--feature-indicator-y, 0px), 0);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-scroll-pin .paypal-tabs .feature-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--font-text);
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: none;
  color: #315da8;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  transform: none;
  transition:
    color 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-scroll-pin .paypal-tabs .feature-tab::before {
  display: none;
}

.feature-scroll-pin .paypal-tabs .feature-tab:hover {
  color: rgba(255, 255, 255, 0.74);
}

.feature-scroll-pin .paypal-tabs .feature-tab.is-active {
  color: #fff;
  font-weight: 800;
}

.feature-scroll-pin .paypal-tabs .feature-tab.is-active::before {
  display: none;
}

.feature-scroll-pin .paypal-tabs .feature-meta {
  position: relative;
  width: min(320px, 100%);
  min-height: 4.8em;
  margin-top: 0;
  transform: none;
}

.feature-scroll-pin .paypal-tabs .feature-meta-text {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 300px;
  font-family: var(--font-text);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.94);
  opacity: var(--meta-opacity, 0);
  transform: translateY(calc((1 - var(--meta-opacity, 0)) * 8px));
  transition:
    opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-scroll-pin .paypal-tabs .feature-meta-text.is-active {
  display: block;
  animation: none;
}

.feature-scroll-pin .paypal-tabs .feature-cta {
  margin-top: 0;
  min-height: 48px;
  padding: 0 30px;
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 999px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  box-shadow: none;
  transform: none;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="self"] .feature-photo {
  object-position: 50% 14%;
  transform: scale(1.18);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="family"] .feature-photo {
  object-position: 50% 12%;
  transform: scale(1.16);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="friends"] .feature-photo {
  object-position: 50% 14%;
  transform: scale(1.14);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="business"] .feature-photo-wrap {
  background: #1c2438;
}

.feature-scroll-pin .feature-photo-wrap::after {
  display: none;
}

.feature-scroll-pin .feature-photo-wrap {
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #0a0a0c;
  box-shadow: none;
}

.feature-scroll-pin .feature-photo-wrap::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 100%);
}

.feature-scroll-pin .feature-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.06) brightness(1.03);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-scroll-pin .feature-film-grain,
.feature-scroll-pin .feature-film-edge {
  display: none !important;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="business"] .feature-photo {
  object-position: 58% 16%;
  transform: scale(1.12);
}

/* Phone UI overlay — Android 16 Material You widgets */
.feature-scroll-pin .phone-ui {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border-radius: inherit;
  overflow: hidden;
  container-type: inline-size;
  font-family: var(--font-text);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.feature-scroll-pin .phone-ui::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.38) 100%);
  pointer-events: none;
  z-index: 0;
}

.feature-scroll-pin .phone-ui__grid,
.feature-scroll-pin .phone-ui__nav-pill {
  position: relative;
  z-index: 1;
}

.feature-scroll-pin .phone-ui.is-visible {
  visibility: visible;
  opacity: 1;
}

/* Legacy alias — keep during migration */
.feature-scroll-pin .pp-glass-stack {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  padding: 4% 3.5%;
  gap: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border-radius: inherit;
  overflow: hidden;
  container-type: inline-size;
}

.feature-scroll-pin .pp-glass-stack.is-visible {
  visibility: visible;
  opacity: 1;
}

.feature-scroll-pin .pp-glass {
  --glass-delay: 0s;
  --glass-radius: clamp(18px, 6.5cqw, 26px);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(5px, 1.2cqw, 9px);
  width: auto;
  max-width: min(100%, 178px);
  padding: clamp(11px, 2.4cqw, 15px);
  font-size: clamp(9px, 2cqw, 11px);
  color: #fff;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
  border-radius: var(--glass-radius);
  border: 0.5px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.14) 34%,
      rgba(18, 22, 32, 0.62) 100%
    );
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity: 1;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .feature-scroll-pin .pp-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px) saturate(1.85) brightness(1.08);
    -webkit-backdrop-filter: blur(40px) saturate(1.85) brightness(1.08);
  }
}

.feature-scroll-pin .pp-glass--zone-tl {
  --glass-delay: 0.05s;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
}

.feature-scroll-pin .pp-glass--zone-tr {
  --glass-delay: 0.08s;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}

.feature-scroll-pin .pp-glass--zone-bl {
  --glass-delay: 0.12s;
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  align-self: end;
}

.feature-scroll-pin .pp-glass--zone-br {
  --glass-delay: 0.14s;
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  align-self: end;
}

.feature-scroll-pin .pp-glass::before,
.feature-scroll-pin .pp-glass::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}

.feature-scroll-pin .pp-glass > * {
  position: relative;
  z-index: 1;
}

.feature-scroll-pin .pp-glass::before {
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.03) 42%,
    transparent 70%
  );
  opacity: 0.7;
}

.feature-scroll-pin .pp-glass::after {
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, transparent 30%);
  opacity: 0.5;
}

.feature-scroll-pin .pp-glass--hero {
  max-width: min(100%, 182px);
  padding: clamp(11px, 2.4cqw, 14px);
  gap: clamp(4px, 1cqw, 7px);
}

.feature-scroll-pin .pp-glass--friends {
  max-width: min(100%, 186px);
  text-align: left;
  justify-items: stretch;
  align-content: start;
}

.feature-scroll-pin .pp-glass--team {
  max-width: min(100%, 184px);
}

.feature-scroll-pin .pp-glass--chip,
.feature-scroll-pin .pp-glass--pill,
.feature-scroll-pin .pp-glass--badge {
  width: auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.55em 0.95em;
  border-radius: 999px;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.feature-scroll-pin .pp-glass--chip {
  border-radius: clamp(14px, 4.5cqw, 18px);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.feature-scroll-pin .pp-glass--pill {
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.feature-scroll-pin .pp-glass--badge {
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.feature-scroll-pin .pp-glass--mini {
  width: auto;
  padding: 0.65em 0.85em;
  gap: 0.45em;
  display: flex;
  align-items: center;
  border-radius: 999px;
}

.feature-scroll-pin .pp-glass--chat {
  max-width: min(100%, 172px);
  padding: clamp(10px, 2.2cqw, 13px);
  gap: 0.5em;
  text-align: left;
  justify-items: stretch;
  align-content: start;
  border-radius: clamp(18px, 6cqw, 24px);
}

.feature-scroll-pin .pp-glass--sticker {
  max-width: min(100%, 148px);
  padding: clamp(10px, 2cqw, 12px);
  gap: 0.3em;
  border-radius: clamp(18px, 5.5cqw, 24px);
}

.feature-scroll-pin .pp-glass--stat {
  max-width: min(100%, 168px);
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 0.7em 1em;
  border-radius: clamp(18px, 5.5cqw, 24px);
}

.feature-scroll-pin .pp-glass__emoji {
  flex: 0 0 auto;
  font-size: 1.1em;
  line-height: 1;
}

.feature-scroll-pin .pp-glass__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.65em;
  font-size: 1.1em;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.94);
}

.feature-scroll-pin .pp-glass__nav {
  flex: 0 0 auto;
  font-size: 1.4em;
  line-height: 1;
  opacity: 0.82;
}

.feature-scroll-pin .pp-glass__ico {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.95em;
  line-height: 1;
}

.feature-scroll-pin .pp-glass__chip-text {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: none;
}

.feature-scroll-pin .pp-glass__head .pp-glass__chip-text {
  padding: 0.25em 0.55em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.feature-scroll-pin .pp-glass--friends .pp-glass__head {
  justify-content: space-between;
  gap: 0.4em;
  font-size: 0.95em;
}

.feature-scroll-pin .pp-glass--friends .pp-glass__head > span:last-child {
  font-weight: 700;
  opacity: 0.92;
}

.feature-scroll-pin .pp-glass__meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45em;
  width: 100%;
}

.feature-scroll-pin .pp-glass__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.35em 0.7em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
}

.feature-scroll-pin .pp-glass__badge--accent {
  border-color: rgba(255, 210, 120, 0.35);
  background: rgba(255, 200, 80, 0.12);
  color: rgba(255, 230, 160, 0.95);
}

.feature-scroll-pin .pp-glass__dot-live {
  width: 0.4em;
  height: 0.4em;
  border-radius: 999px;
  background: #6ee7a0;
  box-shadow: 0 0 0.4em rgba(110, 231, 160, 0.55);
}

.feature-scroll-pin .pp-glass__avatar-wrap {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
}

.feature-scroll-pin .pp-glass__avatar-wrap:not(.pp-glass__avatar-wrap--stack):not(.pp-glass__avatar-wrap--dot) {
  width: clamp(52px, 16cqw, 68px);
  height: clamp(52px, 16cqw, 68px);
  border: 0.16em solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.3em 0.75em rgba(0, 0, 0, 0.14);
}

.feature-scroll-pin .pp-glass__avatar-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 210, 150, 0.14) 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 2;
}

.feature-scroll-pin .pp-glass__avatar-wrap--stack {
  border-radius: 999px;
  border: 0.16em solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.25em 0.7em rgba(0, 0, 0, 0.14);
}

.feature-scroll-pin .pp-glass__avatar-wrap--stack + .pp-glass__avatar-wrap--stack {
  margin-left: -0.55em;
}

.feature-scroll-pin .pp-glass__avatar-wrap--dot {
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  border: 0.1em solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 0.15em 0.5em rgba(0, 0, 0, 0.14);
}

.feature-scroll-pin .pp-glass__avatar-img {
  display: block;
  width: 3.2em;
  height: 3.2em;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
}

.feature-scroll-pin .pp-glass__avatar-img--sm {
  width: 2.6em;
  height: 2.6em;
  border: none;
  box-shadow: none;
}

.feature-scroll-pin .pp-glass__avatars {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-scroll-pin .pp-glass__avatars-more {
  display: grid;
  place-items: center;
  width: 2.4em;
  height: 2.4em;
  margin-left: -0.5em;
  border-radius: 999px;
  border: 0.16em solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.72em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82);
}

.feature-scroll-pin .pp-glass__mini-label {
  font-size: 0.82em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
}

.feature-scroll-pin .pp-glass__icon {
  display: grid;
  place-items: center;
  width: 4.2em;
  height: 4.2em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.2), transparent 50%),
    rgba(255, 255, 255, 0.06);
  font-size: 1.85em;
  font-weight: 900;
  letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-scroll-pin .pp-glass__amount {
  margin: 0;
  font-family: var(--font-text);
  font-size: 2.35em;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.feature-scroll-pin .pp-glass__amount span {
  font-size: 0.72em;
  letter-spacing: -0.04em;
}

.feature-scroll-pin .pp-glass__amount--lg {
  font-size: 2.1em;
}

.feature-scroll-pin .pp-glass__tag {
  padding: 0.4em 0.9em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.14);
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.86);
}

.feature-scroll-pin .pp-glass__tag--sm {
  font-size: 0.72em;
  padding: 0.35em 0.75em;
}

.feature-scroll-pin .pp-glass__sticker-label {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.feature-scroll-pin .pp-glass__chat-head {
  display: flex;
  align-items: center;
  gap: 0.55em;
  width: 100%;
}

.feature-scroll-pin .pp-glass__chat-head > div {
  display: grid;
  gap: 0.08em;
  min-width: 0;
  text-align: left;
}

.feature-scroll-pin .pp-glass__chat-head strong {
  display: block;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.feature-scroll-pin .pp-glass__chat-head span {
  display: block;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 0;
}

.feature-scroll-pin .pp-glass__chat-msg {
  margin: 0;
  width: 100%;
  font-size: 0.95em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.feature-scroll-pin .pp-glass__stat {
  display: grid;
  gap: 0.1em;
  text-align: center;
}

.feature-scroll-pin .pp-glass__stat strong {
  font-size: 1.35em;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.feature-scroll-pin .pp-glass__stat span {
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.feature-scroll-pin .pp-glass__stat-divider {
  width: 1px;
  height: 1.8em;
  background: rgba(255, 255, 255, 0.18);
}

.feature-scroll-pin .pp-glass__title {
  margin: 0;
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.feature-scroll-pin .pp-glass__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.feature-scroll-pin .pp-glass__list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45em;
  padding: 0.45em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.feature-scroll-pin .pp-glass__list li:last-child {
  border-bottom: 0;
}

.feature-scroll-pin .pp-glass__list em {
  font-style: normal;
  font-size: 0.9em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.feature-scroll-pin .pp-glass__dot {
  width: 2em;
  height: 2em;
  border-radius: 999px;
  background: var(--av, #888);
  border: 0.12em solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.feature-scroll-pin .pp-glass__dot-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(1.1) contrast(1.04) brightness(1.02);
}

.feature-scroll-pin .pp-glass__avatar-wrap--dot .pp-glass__dot-img {
  width: 100%;
  height: 100%;
}

.feature-scroll-pin .pp-glass__footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5em;
  width: 100%;
  padding-top: 0.35em;
  margin-top: 0.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-scroll-pin .pp-glass__footer .pp-glass__amount--total {
  width: auto;
  margin: 0;
  font-size: 1.65em;
  text-align: right;
}

.feature-scroll-pin .pp-glass__footer .pp-glass__sticker-label {
  margin: 0;
  align-self: center;
}


/* PayPal-style glass cards on photo */
.pg-card {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 5;
  display: grid;
  gap: 10px;
  width: min(76%, 270px);
  padding: clamp(16px, 2vw, 22px);
  color: #fff;
  text-align: center;
  border-radius: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(8, 12, 22, 0.72) 100%
  );
  backdrop-filter: blur(28px) saturate(1.35);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) translateY(16px) scale(0.97);
  opacity: 0;
  transition:
    opacity 0.48s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-visual-panel.is-active .pg-card {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.pg-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-card__nav {
  opacity: 0.72;
  font-size: 16px;
}

.pg-card__device {
  width: 48px;
  height: 48px;
  margin: 4px auto 0;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pg-card__amount {
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.8vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pg-card__amount--sm {
  font-size: clamp(34px, 4.4vw, 44px);
}

.pg-card__sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.pg-card__pill {
  justify-self: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: default;
}

.pg-card__cta {
  width: 100%;
  margin-top: 4px;
}

.pg-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.pg-card__list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pg-card__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pg-card__list em {
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.pg-card__dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--av, #888);
  border: 2px solid rgba(255, 255, 255, 0.22);
}

.pg-card__dot--lg {
  width: 38px;
  height: 38px;
}

.pg-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-card__msg-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.pg-card__msg-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.pg-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.pg-card--split,
.pg-card--message {
  text-align: left;
}

.pg-card--split .pg-card__head,
.pg-card--message .pg-card__head {
  justify-content: flex-start;
}

.feature-photo-wrap {
  position: absolute;
  inset: 0;
  border-radius: clamp(0px, 1.2vw, 18px);
  overflow: hidden;
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--feature-accent) 18%, #302b28) 0%, #222820 55%, #11172a 100%);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.feature-photo-wrap.is-missing {
  background: transparent;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo-wrap.is-missing {
  background: #0a0a0c;
}

.feature-photo-wrap.is-missing .feature-film-grain,
.feature-photo-wrap.is-missing .feature-film-edge {
  display: none;
}

.feature-photo-wrap--film::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 220, 170, 0.08) 0%,
    transparent 32%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

.feature-photo-wrap--film.is-missing::after {
  display: none;
}

.feature-photo-wrap .feature-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 24%;
  filter: saturate(1.14) contrast(1.08) brightness(0.96);
  transform-origin: 50% 50%;
}

.feature-film-grain {
  position: absolute;
  inset: -30%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  animation: filmGrain 0.42s steps(6) infinite;
}

@keyframes filmGrain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-3%, 2%); }
  50% { transform: translate(2%, -2%); }
  75% { transform: translate(-2%, 3%); }
  100% { transform: translate(0, 0); }
}

.feature-film-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(10px, 1.4vw, 14px);
  z-index: 3;
  pointer-events: none;
  opacity: 0.4;
  background: repeating-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0 5px,
    rgba(255, 255, 255, 0.06) 5px 11px,
    transparent 11px 18px
  );
}

.feature-film-edge--left { left: 0; }
.feature-film-edge--right { right: 0; }

/* Passive PayPal-style info overlays */
.info-card,
.info-pill,
.info-chip {
  position: absolute;
  z-index: 6;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.97);
  transition:
    opacity 0.5s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-visual-panel.is-active .info-card,
.feature-visual-panel.is-active .info-pill,
.feature-visual-panel.is-active .info-chip {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.feature-visual-panel.is-active .info-card:nth-of-type(3),
.feature-visual-panel.is-active .info-pill {
  transition-delay: 0.08s;
}

.info-card {
  display: grid;
  gap: 8px;
  min-width: 146px;
  padding: clamp(12px, 1.8vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(18px, 2.4vw, 26px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0%, rgba(12, 15, 24, 0.66) 100%);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.info-card--paypal {
  top: 53%;
  left: 50%;
  width: min(76%, 292px);
  min-width: 0;
  padding: clamp(20px, 2.8vw, 28px);
  justify-items: center;
  gap: clamp(12px, 1.6vw, 16px);
  text-align: center;
  border-radius: clamp(26px, 3vw, 34px);
  border-color: rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(circle at 30% 12%, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(circle at 70% 85%, rgba(0, 20, 53, 0.16), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.22) 0%, rgba(105, 90, 76, 0.5) 43%, rgba(18, 17, 22, 0.76) 100%);
  backdrop-filter: blur(34px) saturate(1.6);
  -webkit-backdrop-filter: blur(34px) saturate(1.6);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.46),
    0 8px 18px rgba(0, 20, 53, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%) translateY(22px) scale(0.965);
}

.feature-visual-panel.is-active .info-card--paypal {
  transform: translate(-50%, -50%) scale(1);
}

.info-card--family-main { top: 72%; }
.info-card--friends-main { top: 55%; }
.info-card--business-main { top: 62%; width: min(78%, 300px); }

.info-card--bubble {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  max-width: min(244px, 78%);
  padding: 11px 14px;
  border-radius: 22px 22px 22px 8px;
  background: rgba(7, 10, 18, 0.56);
}

.info-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: rgba(255, 255, 255, 0.94);
}

.info-card__nav {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}

.info-card__orb {
  display: grid;
  place-items: center;
  width: clamp(62px, 7vw, 82px);
  height: clamp(62px, 7vw, 82px);
  margin-top: 2px;
  border-radius: 999px;
  border: 5px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.28), transparent 40%),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.info-card__orb--team {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
}

.info-card--paypal .info-card__price {
  font-family: var(--font-text);
  font-size: clamp(54px, 7vw, 78px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.info-card--paypal .info-card__price--business {
  font-size: clamp(42px, 5.4vw, 60px);
  letter-spacing: -0.07em;
}

.info-card--paypal .info-card__sub {
  margin-top: -4px;
  font-size: 12px;
  font-weight: 850;
  color: rgba(255, 255, 255, 0.72);
}

.info-card__currency {
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.info-card__avatar-ring {
  display: flex;
  justify-content: center;
  margin: 4px 0 2px;
}

.info-card__avatar-ring span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--av, #ddd);
  border: 3px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.info-card__avatar-ring span + span {
  margin-left: -12px;
}

.info-card__list {
  width: 100%;
  margin: 0;
  padding: 2px 0 4px;
  list-style: none;
  display: grid;
  gap: 0;
}

.info-card__list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
  font-size: 13px;
  font-weight: 850;
  color: rgba(255, 255, 255, 0.88);
}

.info-card__list li:last-child {
  border-bottom: 0;
}

.info-card__list strong {
  font-weight: 900;
}

.info-card--stack {
  min-width: 188px;
  padding: 14px;
  gap: 0;
}

.info-card--split,
.info-card--business {
  min-width: 176px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.18) 0%, rgba(32, 18, 18, 0.7) 100%);
}

.info-card__kicker {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.info-card__price {
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.9vw, 54px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.info-card__price--sm {
  font-size: clamp(30px, 4.2vw, 44px);
}

.info-card__sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}

.info-card__avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--av, #d7e8ff);
  border: 2px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.info-card--bubble p {
  margin: 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
}

.info-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.info-card__row:first-child {
  padding-top: 0;
}

.info-card__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-card__row span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.58);
}

.info-card__row strong {
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.info-pill {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(9, 13, 24, 0.58);
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transform: translate3d(0, 14px, 0) scale(0.98);
}

.info-chip span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #dff7ff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.feature-visual-panel.is-active .info-chip {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.08s;
}

.info-chip--self { top: 8%; left: 8%; }
.info-chip--family { top: 9%; right: 7%; }
.info-chip--friends { top: 8%; left: 7%; }
.info-chip--business { top: 9%; right: 7%; }

/* Film glass cards — varied layouts */
.film-card {
  position: absolute;
  z-index: 4;
  color: #fff;
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  transition:
    opacity 0.48s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-visual-panel.is-active .film-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.film-card--pos-tl { top: 7%; left: 5%; max-width: min(280px, 78%); }
.film-card--pos-tr { top: 6%; right: 5%; left: auto; max-width: min(260px, 72%); }
.film-card--pos-bl { bottom: 7%; left: 5%; right: auto; max-width: min(320px, 88%); }
.film-card--pos-br { bottom: 7%; right: 5%; left: auto; max-width: min(280px, 80%); }
.film-card--pos-center {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(340px, 88%);
  transform: translate(-50%, -50%) translateY(18px) scale(0.97);
}

.feature-visual-panel.is-active .film-card--pos-center {
  transform: translate(-50%, -50%) scale(1);
}

.feature-visual-panel.is-active .film-card--bubble { transition-delay: 0.04s; }
.feature-visual-panel.is-active .film-card--tag,
.feature-visual-panel.is-active .film-card--badge { transition-delay: 0.03s; }
.feature-visual-panel.is-active .film-card--hero-price,
.feature-visual-panel.is-active .film-card--split { transition-delay: 0.1s; }
.feature-visual-panel.is-active .film-card--chat { transition-delay: 0.05s; }
.feature-visual-panel.is-active .film-card--sticker,
.feature-visual-panel.is-active .film-card--premium { transition-delay: 0.14s; }

.film-card--bubble {
  padding: 14px 18px;
  border-radius: 20px 20px 20px 6px;
  background: rgba(12, 12, 14, 0.52);
}

.film-card__eyebrow {
  display: block;
  font: 600 10px/1 var(--font-text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.film-card__bubble-text {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.film-card--hero-price {
  padding: clamp(18px, 2.5vw, 24px);
  border-radius: clamp(20px, 2.8vw, 28px);
  background: linear-gradient(165deg, rgba(30, 28, 26, 0.55) 0%, rgba(8, 8, 10, 0.78) 100%);
}

.film-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.film-card__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.film-card__pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.film-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.film-card__price {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.film-card__price--md { font-size: clamp(32px, 4.2vw, 44px); }
.film-card__price--lg { font-size: clamp(40px, 5.5vw, 56px); display: block; margin: 4px 0 10px; }

.film-card__currency {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.08em;
}

.film-card__hint {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.film-card__btn { width: 100%; }

.film-card--tag,
.film-card--badge {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
}

.film-card--split {
  padding: clamp(18px, 2.5vw, 24px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(12, 12, 14, 0.72) 100%);
}

.film-card__split-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.film-card__split-head strong {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
}

.film-card__split-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.film-card__split-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.film-card__split-list em {
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.film-card__split-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.film-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--av, #888);
  border: 2px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.film-card__avatar--lg {
  width: 40px;
  height: 40px;
}

.film-card--chat {
  padding: clamp(14px, 2vw, 18px);
  border-radius: 22px 22px 22px 8px;
  background: rgba(10, 10, 12, 0.58);
  max-width: min(300px, 82%);
}

.film-card__chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.film-card__chat-head strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.film-card__chat-head span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 2px;
}

.film-card__chat-msg {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.film-card--sticker {
  padding: clamp(16px, 2.2vw, 20px);
  text-align: center;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.18) 0%, rgba(20, 18, 16, 0.75) 100%);
}

.film-card__sticker-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.film-card--premium {
  padding: clamp(18px, 2.5vw, 24px);
  background: linear-gradient(165deg, rgba(40, 36, 32, 0.62) 0%, rgba(8, 8, 10, 0.82) 100%);
}

.film-card__shield {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.film-card__stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0 16px;
}

.film-card__stat-grid strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.film-card__stat-grid span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.film-card--premium .film-card__price-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.paypal-tabs .feature-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(320px, 42vw, 520px);
}

.paypal-tabs .feature-visual-panel {
  display: none;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0;
  animation: fadeUp 0.28s ease both;
}

.paypal-tabs .feature-visual-panel.is-active {
  display: block;
}

.paypal-tabs .feature-photo {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(0.9) contrast(1.05) brightness(0.97);
  background: linear-gradient(165deg, #3a3530 0%, #222820 55%, #1a1816 100%);
}

/* Glass Card Overlay */
.glass-card--overlay {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(320px, calc(100% - 48px));
  padding: 32px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.4) 0%, rgba(10, 10, 10, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 32px;
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.glass-card-header {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 16px;
}

.glass-card-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.glass-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.glass-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.glass-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glass-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #6bcaff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.glass-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.glass-price {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.glass-card--center {
  text-align: center;
  align-items: center;
}

.glass-icon-large {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.glass-stat-center {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
}

.glass-stat-center strong {
  font-size: 24px;
  font-weight: 800;
}

.glass-stat-center span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.glass-card {
  display: grid;
  gap: 20px;
  justify-items: center;
  padding: clamp(28px, 4vw, 36px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--card-radius);
  backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.glass-card-label {
  align-self: start;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.glass-card-label::before {
  content: "← ";
  opacity: 0.7;
}

.glass-card-qr {
  display: block;
  width: 148px;
  height: 148px;
  padding: 12px;
  background: #fff;
  border-radius: var(--card-radius);
}

.glass-card-stats {
  width: 100%;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.glass-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.glass-stat:last-child { border-bottom: 0; }

.glass-stat span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.glass-stat strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.glass-card-renew {
  text-align: center;
  gap: 8px;
}

.glass-card-renew strong {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.glass-card-renew span {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.glass-card-support {
  text-align: center;
  gap: 10px;
}

.glass-support-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 18px;
  font-weight: 900;
}

.glass-card-support strong {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.glass-card-support span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}

/* ── Photo band ── */
.photo-band {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.photo-band-tall {
  min-height: var(--photo-band-height-tall);
  align-items: flex-end;
}

.section-bg {
  object-position: center center;
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.46) 0%,
    rgba(0, 0, 0, 0.12) 28%,
    rgba(0, 0, 0, 0.02) 44%,
    transparent 56%
  );
}

.photo-band-tall::after {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0.36) 100%
  );
}

.photo-band-inner {
  position: relative;
  z-index: 1;
  width: min(var(--photo-overlay), calc(100% - 2 * var(--gutter)));
  margin-left: max(var(--gutter), calc((100% - var(--shell-wide)) / 2));
  margin-right: auto;
  padding-block: var(--section-y);
}

.photo-band-tall .photo-band-inner-center {
  margin-bottom: clamp(36px, 6vw, 64px);
}

.photo-band-overlay {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 28px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--card-radius);
  backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
}

.photo-band-inner-center {
  width: min(480px, calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
  text-align: center;
  padding: clamp(24px, 4vw, 32px);
  padding-bottom: clamp(32px, 5vw, 48px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--card-radius);
  backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.15);
}

.photo-band-inner-center h2,
.photo-band-inner-center p { color: #fff; }

.photo-band-copy h2 { color: #fff; }
.photo-band-copy p { color: rgba(255,255,255,0.85); }

.photo-band-copy .button {
  margin-top: 24px;
  background: #fff;
  color: var(--black);
  border-color: #fff;
}

.photo-band-copy .button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.steps-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.steps-list li:first-child { padding-top: 0; }
.steps-list li:last-child { padding-bottom: 0; border-bottom: 0; }

/* ── Steps strip (after photo edge) ── */
.steps-strip {
  background: #fff;
  padding: clamp(56px, 8vw, 88px) var(--gutter);
}

.steps-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  width: min(var(--shell-wide), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.steps-strip-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.steps-strip-head p {
  margin: 16px 0 0;
  max-width: 360px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
}

.steps-strip .steps-list li {
  border-bottom-color: var(--line);
}

.steps-strip .steps-num {
  background: #f0f3f6;
  border-color: var(--line);
  color: var(--black);
}

.steps-strip .steps-list strong {
  color: var(--black);
}

.steps-strip .steps-list p {
  color: var(--muted);
}

.steps-strip .button {
  margin-top: 24px;
}

.steps-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.steps-list strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.steps-list p {
  margin: 4px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

/* ── Pricing ── */
.term-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.term-filter button {
  min-width: 130px;
  min-height: 42px;
  padding: 0 20px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.term-filter button.is-active {
  border: 2px solid var(--black);
  background: var(--black);
  color: #fff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.card,
.price-card,
.subscription-card {
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
}

.price-card {
  display: grid;
  gap: 16px;
}

.price-card .label {
  margin: 0;
}

.price-card .price {
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--black);
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Compact PayPal pass: 3 photos / 5 blocks / dark bottom ── */
.compact-paypal-stack .bento-statement {
  border-top: 0;
}

/* ── Pricing showcase (PayPal-style slider) ── */
.pricing-showcase {
  position: relative;
  background: var(--paper-warm);
  border-top: 0;
  --pricing-scroll-travel: clamp(180px, calc(var(--site-width) * 0.22), 320px);
  padding-block: 0;
}

.pricing-showcase__inner {
  position: sticky;
  top: var(--anchor-offset);
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-block: var(--section-y-content);
  background: var(--paper-warm);
  z-index: 1;
}

.pricing-statement {
  text-align: center;
}

.pricing-statement h2 {
  margin: 0 auto;
  max-width: 920px;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1;
}

.pricing-showcase .term-filter {
  margin-bottom: 0;
}

.tariff-slider {
  position: relative;
}

.tariff-slider__stage {
  position: relative;
}

.tariff-slider__viewport {
  overflow: hidden;
  width: 100%;
  min-height: clamp(240px, 38vw, 480px);
}

.tariff-slider__track {
  display: flex;
  gap: 12px;
  will-change: transform;
  min-height: inherit;
}

.tariff-card-slide {
  position: relative;
  flex: 0 0 calc((100% - 30px) / 4);
  border-radius: 0;
  overflow: hidden;
  background: var(--panel-deep);
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.tariff-card-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.28) 100%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.tariff-card-slide:hover,
.tariff-card-slide:focus-within {
  transform: translateY(-6px);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.34) inset;
  filter: saturate(1.04) brightness(1.02);
}

.tariff-card-slide:hover::after,
.tariff-card-slide:focus-within::after {
  opacity: 1;
}

.tariff-card-fallback {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  aspect-ratio: 9 / 16;
  padding: clamp(20px, 4vw, 28px);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, transparent 42%),
    linear-gradient(180deg, #1a2438 0%, #0a1628 100%);
  color: #fff;
}

.tariff-card-slide--no-img .tariff-card-img {
  display: none;
}

.tariff-card-slide--no-img .tariff-card-fallback {
  display: flex;
}

.tariff-card-fallback__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.tariff-card-fallback__price {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.tariff-card-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.tariff-card-slide:hover .tariff-card-img,
.tariff-card-slide:focus-within .tariff-card-img {
  transform: scale(1.015);
}

.tariff-card-buy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  border-radius: inherit;
}

.tariff-card-buy:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: -6px;
}

@media (prefers-reduced-motion: reduce) {
  .tariff-card-slide,
  .tariff-card-slide::after,
  .tariff-card-img,
  .tariff-card-buy {
    transition: none;
  }

  .tariff-card-slide:hover,
  .tariff-card-slide:focus-within,
  .tariff-card-slide:hover .tariff-card-img,
  .tariff-card-slide:focus-within .tariff-card-img {
    transform: none;
  }
}

.tariff-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--black);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tariff-slider:hover .tariff-slider__arrow:not(:disabled),
.tariff-slider:focus-within .tariff-slider__arrow:not(:disabled) {
  opacity: 1;
  pointer-events: auto;
}

.tariff-slider__arrow:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tariff-slider__arrow:hover:not(:disabled) {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

.tariff-slider__arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.tariff-slider__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tariff-slider__arrow--prev {
  left: -8px;
}

.tariff-slider__arrow--next {
  right: -8px;
}

.tariff-slider__arrow[hidden] {
  display: none;
}

.tariff-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(20px, 3vw, 28px);
}

.tariff-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tariff-slider__dot.is-active {
  background: var(--black);
  transform: scale(1.15);
}

.tariff-slider__dot:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

.dark-run {
  background: linear-gradient(
    180deg,
    #2a2e28 0%,
    var(--panel-deep) clamp(24px, 3vw, 40px),
    var(--panel-deep) 100%
  );
  color: #fff;
  border-top: 0;
}

.dark-run .feature-intro,
.dark-run .feature-block,
.dark-run .app-promo--dark,
.dark-run .section-dark {
  background: transparent;
}

.app-promo--dark {
  color: #fff;
  border-top: 0;
}

.app-promo--dark h2 {
  color: #fff;
}

.app-promo--dark p {
  color: rgba(255, 255, 255, 0.76);
}

.section-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.button-block {
  width: 100%;
}

/* ── Cabinet / forms ── */
.cabinet-shell {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.cabinet-head {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.cabinet-head__eyebrow {
  margin: 0 0 12px;
}

.cabinet-head h1,
.cabinet-head h2 {
  margin: 0;
  font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.04;
}

.cabinet-head__lead {
  margin: clamp(12px, 2vw, 18px) auto 0;
  max-width: 440px;
  font: var(--text-lead);
  color: var(--muted);
}

.auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  align-items: stretch;
}

#cabinet.cabinet-section {
  background: var(--paper-warm);
  border-top: 0;
  padding-block: var(--section-y-content);
}

@media (min-width: 761px) {
  #cabinet.cabinet-section {
    scroll-margin-top: calc(var(--anchor-offset) - clamp(340px, 62vh, 420px));
  }
}

#cabinet .card {
  min-height: 100%;
}

.auth-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid rgba(26, 24, 22, 0.1);
  border-radius: var(--card-radius);
  box-shadow: 0 10px 30px rgba(26, 24, 22, 0.04);
}

.auth-card--wide {
  max-width: 520px;
  margin-inline: auto;
}

.auth-card__head {
  margin-bottom: clamp(18px, 2.4vw, 24px);
}

.auth-card__head h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400;
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--ink-deep);
}

.auth-card__lead {
  margin: 8px 0 0;
  font: var(--text-small);
  color: var(--muted);
  line-height: 1.5;
}

.auth-card__fields {
  display: grid;
  gap: 14px;
}

.auth-card__footer {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: clamp(18px, 2.4vw, 24px);
}

#cabinet .field {
  display: grid;
  gap: 8px;
}

#cabinet .field-label {
  font-family: var(--font-nav);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--black);
}

#cabinet input:not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: #fff;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#cabinet input:not([type="checkbox"])::placeholder {
  color: rgba(107, 101, 96, 0.72);
}

#cabinet input:not([type="checkbox"]):focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

#cabinet .password-field input {
  padding-right: 44px;
}

#cabinet .password-field input[type="password"]::-ms-reveal,
#cabinet .password-field input[type="password"]::-ms-clear {
  display: none;
}

#cabinet .password-field input::-webkit-credentials-auto-fill-button,
#cabinet .password-field input::-webkit-strong-password-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

#cabinet .legal-consent:not(.auth-consent) {
  display: block;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(26, 24, 22, 0.1);
  border-radius: var(--card-radius);
  background: var(--paper-warm);
  font-weight: 400;
}

#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"] {
  top: 16px;
  left: 16px;
}

#cabinet .legal-consent:not(.auth-consent) > span::before {
  top: 16px;
  left: 16px;
}

#cabinet .legal-consent:not(.auth-consent) > span::after {
  top: 21px;
  left: 20px;
}

#cabinet .legal-consent strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
}

#cabinet .legal-consent small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.5;
}

#cabinet .legal-consent a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link-code-display {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: var(--card-radius);
  background: var(--paper-warm);
  border: 1px solid rgba(26, 24, 22, 0.08);
  font-size: 15px;
  color: var(--text);
}

.link-code-display strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--black);
}

.confirm-form {
  display: grid;
  gap: 14px;
  margin-bottom: 12px;
}

#cabinet .button-outline-telegram {
  min-height: 48px;
  color: #229ed9;
  background: #fff;
  border-color: rgba(34, 158, 217, 0.35);
}

#cabinet .button-outline-telegram:hover {
  background: rgba(34, 158, 217, 0.06);
  border-color: #229ed9;
}

form {
  display: grid;
  gap: 16px;
}

#cabinet form.auth-card,
#cabinet .auth-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

label {
  display: grid;
  gap: 8px;
  font: var(--text-body);
  color: var(--text);
}

input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: #fff;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

input:not([type="checkbox"]):not([type="radio"]):focus {
  outline: 2px solid var(--black);
  outline-offset: 0;
  border-color: var(--black);
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible,
input[type="checkbox"]:active,
input[type="radio"]:focus,
input[type="radio"]:focus-visible,
input[type="radio"]:active {
  outline: none !important;
  box-shadow: none !important;
}

.checkout-consent,
.auth-consent,
.m-auth-consent,
#cabinet .legal-consent:not(.auth-consent) {
  position: relative;
  display: block;
  padding-left: 28px;
  cursor: pointer;
}

.checkout-consent input[type="checkbox"],
.auth-consent input[type="checkbox"],
.m-auth-consent input[type="checkbox"],
#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.checkout-consent input[type="checkbox"]:focus,
.checkout-consent input[type="checkbox"]:focus-visible,
.auth-consent input[type="checkbox"]:focus,
.auth-consent input[type="checkbox"]:focus-visible,
.m-auth-consent input[type="checkbox"]:focus,
.m-auth-consent input[type="checkbox"]:focus-visible,
#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"]:focus,
#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.checkout-consent > span,
.auth-consent > span,
.m-auth-consent > span,
#cabinet .legal-consent:not(.auth-consent) > span {
  display: block;
}

.checkout-consent > span::before,
.auth-consent > span::before,
.m-auth-consent > span::before,
#cabinet .legal-consent:not(.auth-consent) > span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--ink-deep);
  pointer-events: none;
}

.checkout-consent input[type="checkbox"]:checked + span::before,
.auth-consent input[type="checkbox"]:checked + span::before,
.m-auth-consent input[type="checkbox"]:checked + span::before,
#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"]:checked + span::before {
  background-color: var(--ink-deep);
  box-shadow: none;
}

.checkout-consent > span::after,
.auth-consent > span::after,
.m-auth-consent > span::after,
#cabinet .legal-consent:not(.auth-consent) > span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg);
  pointer-events: none;
}

.checkout-consent input[type="checkbox"]:checked + span::after,
.auth-consent input[type="checkbox"]:checked + span::after,
.m-auth-consent input[type="checkbox"]:checked + span::after,
#cabinet .legal-consent:not(.auth-consent) input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.button:disabled,
.button[aria-disabled="true"] {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}

.button-dark:focus,
.button-dark:focus-visible {
  outline: none;
  box-shadow: none;
}

.auth-consent.legal-consent,
.m-auth-consent.legal-consent,
#cabinet .auth-consent.legal-consent {
  border: 0;
  padding: 0 0 0 28px;
  background: transparent;
}

.checkout-consent a,
.auth-consent a,
.m-auth-consent a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.field-help small {
  font: var(--text-small);
  color: var(--muted);
}

.legal-consent {
  display: block;
  padding: 0 0 0 28px;
  font-weight: 400;
}

.legal-consent strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.legal-consent small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.5;
}

.legal-consent a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
}

.inline-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.account-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.account-actions,
.sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subscriptions {
  display: grid;
  gap: 16px;
}

.subscription-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
}

.subscription-card-muted { opacity: 0.65; }

.sub-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  background: #f0f2f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}

.notice {
  min-height: 24px;
  margin-top: 16px;
  font-weight: 600;
  color: var(--brand);
}

.hidden { display: none !important; }

/* ── Footer ── */
.site-footer {
  background: #141210;
  color: rgba(255, 255, 255, 0.92);
  padding-block: 0;
  margin-top: 0;
  border-top: 0;
}

.footer-strip {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
  flex-wrap: wrap;
}

.footer-brand { color: #fff; flex: 0 0 auto; }

.footer-brand .brand-label {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  font-size: 9px;
  border-radius: 12px;
  border-color: #fff;
  background: var(--black);
  color: #fff;
}

.footer-nav {
  display: flex;
  flex: 1 1 320px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px clamp(12px, 1.8vw, 18px);
  font: 400 11px/1.3 var(--font-text);
  letter-spacing: 0;
  text-transform: none;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.92);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.footer-nav a:hover { opacity: 0.7; }

.footer-strip__end {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.footer-payments {
  flex: 0 0 auto;
  width: clamp(104px, 13vw, 136px);
}

.footer-payments img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: brightness(0) invert(1) contrast(1.15);
}

.footer-copy {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

/* ── Cookie banner ── */
.cookie-banner[hidden],
html.cookie-consent-given .cookie-banner {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.cookie-consent-given body.cookie-banner-open::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
}

body.cookie-banner-open::after {
  content: "";
  display: block;
  height: calc(88px + env(safe-area-inset-bottom, 0px));
  background: #141210;
}

body.cookie-banner-open {
  padding-bottom: 0;
}

.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 120;
  padding: 16px var(--gutter) calc(16px + env(safe-area-inset-bottom, 0px));
  background: rgba(26, 24, 22, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cookie-banner__panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}

.cookie-banner__copy {
  flex: 1 1 360px;
  min-width: 0;
}

.cookie-banner__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.cookie-banner__text {
  margin: 0;
  max-width: 720px;
  font: 400 13px/1.55 var(--font-text);
  color: rgba(255, 255, 255, 0.8);
}

.cookie-banner__text a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.cookie-banner .button-small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 13px;
  white-space: nowrap;
}

/* ── Dialog ── */
dialog {
  width: min(400px, calc(100vw - 32px));
  padding: 28px;
  border: 0;
  border-radius: 8px;
}

dialog::backdrop { background: rgba(0, 0, 0, 0.5); }

.dialog-close-form {
  margin: 0;
  padding: 0;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #f0f2f5;
  cursor: pointer;
  font-size: 20px;
}

#qr-dialog.qr-dialog {
  position: relative;
  width: min(440px, calc(100vw - 24px));
  max-height: calc(100vh - 16px);
  max-height: calc(100dvh - 16px);
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  overscroll-behavior: contain;
}

.qr-dialog__inner {
  position: relative;
  max-height: calc(100vh - 16px);
  max-height: calc(100dvh - 16px);
  overflow: hidden;
  padding: 44px 18px 18px;
}

#qr-dialog .dialog-close {
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef0f3;
  color: #1a1a1a;
  line-height: 1;
  pointer-events: auto;
}

.qr-dialog__title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.25;
}

.qr-dialog__lead {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #667085);
}

.qr-dialog__marks {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.qr-dialog__marks img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.qr-dialog__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.qr-dialog__tab {
  min-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #f7f8fa;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.qr-dialog__tab.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.qr-dialog__qr {
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: #f7f8fa;
  margin-bottom: 12px;
}

.qr-dialog__copy {
  margin-top: 10px;
  width: 100%;
}

#qr-dialog #qr-img {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.qr-platform-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}

.qr-platform-switch__btn {
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9px;
  background: #f7f8fa;
  color: #333;
  font: 600 12px/1.2 var(--font-text, Manrope, sans-serif);
  cursor: pointer;
}

.qr-platform-switch__btn.is-active {
  border-color: rgba(0, 0, 0, 0.18);
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(26, 24, 22, 0.07);
}

.qr-dialog__guide [hidden] {
  display: none !important;
}

.qr-guide-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px;
  margin-top: 10px;
  background: #fff;
}

.qr-guide-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.qr-guide-card__head strong {
  font-size: 14px;
}

.qr-guide-card__app {
  margin-left: auto;
  border-radius: 8px;
}

.qr-guide-card__badge {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef0f3;
  color: #555;
}

.qr-guide-steps {
  margin: 10px 0 8px;
  padding-left: 1.15em;
  font-size: 13px;
  line-height: 1.45;
  color: #333;
}

.qr-guide-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qr-guide-dl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f0f2f5;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.qr-guide-dl img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media (max-width: 520px), (max-height: 700px) {
  #qr-dialog.qr-dialog {
    width: min(440px, calc(100vw - 12px));
    max-height: calc(100vh - 8px);
    max-height: calc(100dvh - 8px);
    border-radius: 14px;
  }

  .qr-dialog__inner {
    max-height: calc(100vh - 8px);
    max-height: calc(100dvh - 8px);
    padding: 40px 12px 10px;
  }

  .qr-dialog__lead {
    display: none;
  }

  .qr-dialog__tabs {
    gap: 6px;
    margin-bottom: 8px;
  }

  .qr-dialog__tab {
    min-height: 36px;
  }

  .qr-dialog__qr {
    padding: 8px;
    margin-bottom: 6px;
  }

  #qr-dialog #qr-img {
    width: 130px;
    height: 130px;
  }

  .qr-dialog__copy {
    min-height: 36px;
    margin-top: 6px;
  }

  .qr-platform-switch {
    margin-top: 6px;
  }

  .qr-platform-switch__btn {
    min-height: 34px;
  }

  .qr-guide-card {
    margin-top: 6px;
    padding: 9px 10px;
  }

  .qr-guide-card__app {
    width: 28px;
    height: 28px;
  }

  .qr-guide-steps {
    margin: 6px 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .qr-guide-dl {
    padding: 5px 8px;
    font-size: 11px;
  }
}

#qr-img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 16px auto;
}

.qr-url {
  overflow-wrap: anywhere;
  font-size: 13px;
  color: var(--muted);
}

/* ── Motion ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInSide {
  from { opacity: 0; transform: translateX(-120px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes lineSlideIn {
  from {
    opacity: 0;
    transform: translate3d(-36px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lineRise {
  from { opacity: 0; transform: translate3d(0, 112%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes cinematicRise {
  from {
    opacity: 0;
    transform: translate3d(0, 76px, 0) scale(0.98);
    filter: blur(12px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes cinematicSlideLeft {
  from {
    opacity: 0;
    transform: translate3d(-108vw, 0, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes cinematicSlideRight {
  from {
    opacity: 0;
    transform: translate3d(108vw, 0, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

.bento-tile.edge-pin,
.bento-tile#how,
.bento-tile#devices,
.bento-tile#about,
.bento-tile#cabinet,
.pricing-showcase {
  border-top: 0;
}

.bento-tile#how {
  border-top: 0;
  overflow: visible;
}

.bento-tile#about {
  overflow: visible;
}

.bento-tile#cabinet {
  overflow: visible;
}

/* ── Scroll-linked black seams (one per boundary) ── */
.band-seam-host {
  --band-seam: 0;
  position: relative;
}

.band-seam-host--top::before,
.band-seam-host--bottom.band-seam-host--into-below::before,
.band-seam-host--top.band-seam-host--into-above:not(.feature-scroll-pin)::before,
.feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::after,
.feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before {
  content: "";
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  height: calc(2px + var(--band-seam, 0) * var(--band-seam-thick));
  background-color: #000;
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: normal;
  box-shadow: none;
}

/* Grows down into the section below */
.band-seam-host--top:not(.band-seam-host--into-above)::before {
  top: 0;
  bottom: auto;
}

/* Photo / blue: grows up from block edge */
.band-seam-host--top.band-seam-host--into-above:not(.feature-scroll-pin)::before {
  top: auto;
  bottom: 100%;
}

.feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::before {
  display: none !important;
}

.feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::after {
  display: block;
  inset: auto;
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
}

.feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before {
  display: block;
  inset: auto;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
}

/* Photo bottom: grows down from photo edge */
.band-seam-host--bottom.band-seam-host--into-below::before {
  top: 100%;
  bottom: auto;
}

.edge-pin__sticky.edge-scene--photo.band-seam-host--into-below {
  overflow: visible;
}

.edge-pin__sticky.edge-scene--photo.band-seam-host--into-below::before {
  display: block;
}

.bento-tile#devices.band-seam-host--into-below {
  overflow: visible;
}

/* ── Edge pin (full-viewport photo + scroll travel) ── */
.edge-pin {
  position: relative;
  width: 100%;
  height: calc(var(--edge-pin-sticky-h) + var(--pin-travel));
  overflow: visible;
  background: #000;
}

.edge-pin__sticky.photo-band {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: var(--edge-pin-sticky-h);
  min-height: var(--edge-pin-sticky-h);
  max-height: var(--edge-pin-sticky-h);
  overflow: visible;
  z-index: 2;
}

.bento-tile#devices,
.pricing-showcase {
  position: relative;
  z-index: 1;
}

.edge-pin__sticky.photo-band .edge-scene__media,
.edge-pin__sticky.photo-band .edge-scene__frame {
  overflow: hidden;
}

.edge-pin--tall {
  height: calc(var(--edge-pin-sticky-h) + var(--pin-travel-tall));
}

.edge-pin--tall .edge-pin__sticky.photo-band {
  height: var(--edge-pin-sticky-h);
  min-height: var(--edge-pin-sticky-h);
  max-height: var(--edge-pin-sticky-h);
}

.edge-pin--tall .edge-pin__sticky.photo-band.edge-scene {
  height: var(--edge-pin-sticky-h);
  min-height: var(--edge-pin-sticky-h);
  max-height: var(--edge-pin-sticky-h);
}

.edge-pin .photo-band {
  display: block;
}

.bento-tile.edge-pin {
  overflow: visible;
}

/* ── Edge reveal ── */
.edge-scene {
  --edge-amount: 1;
  --edge-in: 1;
  --edge-out: 0;
  --edge-scroll-y: 0;
  --edge-scroll-travel: clamp(108px, 24vh, 320px);
  --edge-rise: clamp(28px, 5vh, 64px);
  --edge-split-rise: clamp(36px, 6.5vh, 80px);
  --edge-split-x-left: clamp(-88px, -7vw, -36px);
  --edge-split-x-right: clamp(36px, 7vw, 96px);
  --edge-split-tilt-left: -2.4deg;
  --edge-split-tilt-right: 2.4deg;
  --edge-enter-x: calc(1 - var(--edge-in, 0));
  --edge-shift-left: min(38vw, var(--edge-travel), 400px);
  --edge-shift-right: min(38vw, var(--edge-travel), 400px);
  position: relative;
}

.motion-ready .edge-scene {
  --edge-amount: 0;
  --edge-in: 0;
  --edge-out: 0;
}

.edge-scene--photo {
  overflow: hidden;
}

.edge-scene--photo .edge-scene__frame {
  overflow: hidden;
}

.edge-scene--photo:not(.edge-pin__sticky) {
  min-height: var(--photo-band-height);
}

.edge-scene__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #050505;
}

.edge-scene__media .section-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(-50%, calc(-50% + var(--photo-pan-y, 0px)), 0);
  transform-origin: center center;
  will-change: transform;
}

.edge-scene__frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.edge-scene--panel .edge-scene__frame {
  position: relative;
  inset: auto;
  min-height: clamp(160px, 28vw, 260px);
  padding: clamp(24px, 4vw, 40px) var(--gutter);
}

.edge-scene--panel {
  overflow: hidden;
}

.edge-pair {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, min-content);
  align-content: center;
  justify-content: center;
  gap: clamp(0px, 0.35vw, 7px);
  width: min(100%, 1320px);
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.edge-pin .edge-scene__frame--display {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: clamp(72px, 20vh, 156px);
}

.edge-pin .edge-pair {
  width: 100%;
  max-width: 1320px;
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
  align-content: start;
  transform: translate3d(
    0,
    calc(var(--edge-scroll-y, 0) * var(--edge-scroll-travel)),
    0
  );
}

.edge-word {
  display: block;
  position: relative;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: var(--edge-typeface);
  font-size: clamp(62px, 12.2vw, 188px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.042em;
  text-transform: lowercase;
  color: #fff;
  --edge-travel-amount: calc(
    (1 - var(--edge-in, 0)) + var(--edge-out, 0) * 0.35
  );
  opacity: var(--edge-opacity, 0);
  filter: blur(calc((1 - var(--edge-in, 0)) * 0.14px));
  transform: translate3d(0, 0, 0);
  transition: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

.edge-word--left {
  justify-self: start;
  z-index: 2;
  transform: translate3d(
    calc(var(--edge-travel-amount) * var(--edge-shift-left) * -1),
    0,
    0
  );
}

.edge-word--right {
  justify-self: end;
  z-index: 1;
  font-weight: 900;
  transform: translate3d(
    calc(var(--edge-travel-amount) * var(--edge-shift-right)),
    0,
    0
  );
}

.edge-scene--photo .edge-word--left {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  transform: translate3d(
    calc(
      var(--edge-enter-x) * var(--edge-shift-left) * -1
      + var(--edge-out, 0) * var(--edge-split-x-left)
    ),
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-rise) * -1
      + var(--edge-out, 0) * var(--edge-split-rise) * -1.08
    ),
    0
  )
  rotate(calc(var(--edge-out, 0) * var(--edge-split-tilt-left)));
}

.edge-scene--photo .edge-word--right {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  transform: translate3d(
    calc(
      var(--edge-enter-x) * var(--edge-shift-right)
      + var(--edge-out, 0) * var(--edge-split-x-right)
    ),
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-rise)
      + var(--edge-out, 0) * var(--edge-split-rise) * 1.08
    ),
    0
  )
  rotate(calc(var(--edge-out, 0) * var(--edge-split-tilt-right)));
}

.edge-scene__frame--display .edge-word {
  font-size: clamp(64px, 12.8vw, 196px);
  line-height: 0.84;
  letter-spacing: -0.04em;
}

.edge-scene__frame--compact .edge-word {
  font-size: clamp(36px, 7.5vw, 96px);
  line-height: 0.9;
}

.edge-scene--photo .edge-word--left,
.edge-scene--photo .edge-word--right {
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.28);
  filter: none;
}

.edge-scene--panel:not(.edge-scene--sky) .edge-word--left {
  color: var(--black);
}

.edge-scene--panel:not(.edge-scene--sky) .edge-word--right {
  color: rgba(0, 20, 53, 0.58);
}

.edge-scene--sky .edge-word--left {
  color: var(--black);
}

.edge-scene--sky .edge-word--right {
  color: rgba(0, 20, 53, 0.52);
}

.edge-scene--panel.edge-scene--sky,
.bento-statement.edge-scene {
  padding-top: clamp(56px, 8vw, 88px);
}

.bento-statement.edge-scene {
  padding-bottom: clamp(32px, 5vw, 48px);
  text-align: center;
}

.edge-scene--sky {
  padding-bottom: clamp(16px, 3vw, 24px);
}

.edge-caption {
  position: relative;
  z-index: 1;
  margin: clamp(12px, 2vw, 20px) auto 0;
  max-width: 520px;
  text-align: center;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.5;
  color: var(--muted);
  opacity: calc(0.3 + var(--edge-amount, 0) * 0.7);
  transform: translateY(calc((1 - var(--edge-amount, 0)) * 14px));
}

.edge-scene--sky .edge-caption {
  color: rgba(0, 0, 0, 0.68);
}

.app-promo.edge-scene {
  display: grid;
  gap: clamp(8px, 2vw, 16px);
  justify-items: center;
}

.app-promo.edge-scene .app-promo-inner {
  margin-top: clamp(8px, 2vw, 20px);
}

.photo-band.edge-scene--photo::after,
.edge-pin__sticky.photo-band::after {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 210, 160, 0.06), transparent 46%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, calc(0.05 + var(--edge-amount, 0) * 0.18)) 55%,
      rgba(0, 0, 0, calc(0.08 + var(--edge-amount, 0) * 0.24)) 100%
    );
  opacity: calc(0.18 + var(--edge-amount, 0) * 0.42);
  transition: none;
}

#cabinet-banner .photo-band::after {
  background:
    radial-gradient(circle at 48% 40%, rgba(255, 220, 180, 0.08), transparent 48%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(40, 28, 18, calc(0.04 + var(--edge-amount, 0) * 0.14)) 50%,
      rgba(0, 0, 0, calc(0.07 + var(--edge-amount, 0) * 0.22)) 100%
    );
  opacity: calc(0.16 + var(--edge-amount, 0) * 0.4);
}

#flow .photo-band::after {
  background:
    radial-gradient(circle at 62% 48%, rgba(0, 0, 0, 0.04), transparent 44%),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, calc(0.04 + var(--edge-amount, 0) * 0.16)) 0%,
      rgba(0, 0, 0, calc(0.02 + var(--edge-amount, 0) * 0.08)) 30%,
      transparent 56%
    );
  opacity: calc(0.2 + var(--edge-amount, 0) * 0.42);
}

.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(1) > span {
  animation: lineSlideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}

.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(2) > span {
  animation: lineSlideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(3) > span {
  animation: lineSlideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
}

.motion-ready .hero.reveal,
.motion-ready .hero.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-ready .reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .motion-stagger > *:not(.hero-title) {
  opacity: 0;
  transform: translate3d(-22px, 0, 0);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready .hero-copy.motion-stagger > *:not(.hero-title) {
  opacity: 1;
  transform: none;
}

.motion-ready .motion-stagger.is-visible > *:nth-child(2) { transition-delay: 0.38s; opacity: 1; transform: none; }
.motion-ready .motion-stagger.is-visible > *:nth-child(3) { transition-delay: 0.52s; opacity: 1; transform: none; }
.motion-ready .motion-stagger.is-visible > *:nth-child(4) { transition-delay: 0.66s; opacity: 1; transform: none; }
.motion-ready .motion-stagger.is-visible > *:nth-child(5) { transition-delay: 0.8s; opacity: 1; transform: none; }

/* ── Bento scroll motion ── */
.photo-band {
  --band-progress: 0;
}

.motion-ready .bento-stack > .bento-tile:not(.edge-pin):not(.pricing-showcase):not(.feature-scroll-pin):not(.devices-block):not(.cabinet-section):not(#how),
.motion-ready .bento-stack > .bento-statement:not(#how),
.motion-ready .bento-stack > .trust-row {
  transform: translateY(18px) scale(0.992);
  opacity: 0.92;
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease;
}

.motion-ready .bento-stack > .in-view:not(.edge-pin):not(.pricing-showcase):not(.feature-scroll-pin):not(.devices-block):not(.cabinet-section):not(#how) {
  transform: scale(1);
  opacity: 1;
}

.motion-ready .feature-scroll-pin.reveal,
.motion-ready .feature-scroll-pin.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .edge-pin.reveal,
.motion-ready .edge-pin.reveal.is-visible,
.motion-ready .pricing-showcase.reveal,
.motion-ready .pricing-showcase.reveal.is-visible,
.motion-ready .devices-block.reveal,
.motion-ready .devices-block.reveal.is-visible,
.motion-ready .cabinet-section.reveal,
.motion-ready .cabinet-section.reveal.is-visible,
.motion-ready .bento-statement#how.reveal,
.motion-ready .bento-statement#how.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .photo-band .photo-band-overlay,
.motion-ready .photo-band .photo-band-inner-center {
  transform: translate3d(calc((1 - var(--band-progress)) * -28px), calc((1 - var(--band-progress)) * 20px), 0);
  opacity: calc(0.35 + var(--band-progress) * 0.65);
  transition: opacity 0.4s ease;
}

.motion-ready .photo-band.in-view .photo-band-overlay,
.motion-ready .photo-band.in-view .photo-band-inner-center {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.motion-ready .trust-row .trust-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.motion-ready .trust-row.in-view .trust-item:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.06s;
}

.motion-ready .trust-row.in-view .trust-item:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.14s;
}

.motion-ready .trust-row.in-view .trust-item:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.22s;
}

.motion-ready .bento-statement h2 {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .bento-statement.in-view h2 {
  opacity: 1;
  transform: none;
}

.motion-ready .pricing-statement h2 {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .pricing-showcase.in-view .pricing-statement h2 {
  opacity: 1;
  transform: none;
}

.motion-ready .pricing-showcase .tariff-card-slide,
.motion-ready .devices-block .device-platform,
.motion-ready .devices-block .devices-store-link {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.5s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .pricing-showcase.in-view .tariff-card-slide,
.motion-ready .devices-block.in-view .device-platform,
.motion-ready .devices-block.in-view .devices-store-link {
  opacity: 1;
  transform: none;
}

.motion-ready .pricing-showcase.in-view .tariff-card-slide:nth-child(1),
.motion-ready .devices-block.in-view .device-platform:nth-child(1) { transition-delay: 0.04s; }
.motion-ready .pricing-showcase.in-view .tariff-card-slide:nth-child(2),
.motion-ready .devices-block.in-view .device-platform:nth-child(2) { transition-delay: 0.10s; }
.motion-ready .pricing-showcase.in-view .tariff-card-slide:nth-child(3),
.motion-ready .devices-block.in-view .device-platform:nth-child(3) { transition-delay: 0.16s; }
.motion-ready .pricing-showcase.in-view .tariff-card-slide:nth-child(4),
.motion-ready .devices-block.in-view .device-platform:nth-child(4) { transition-delay: 0.22s; }

.motion-ready .devices-block.in-view .devices-store-link:nth-child(1) { transition-delay: 0.30s; }
.motion-ready .devices-block.in-view .devices-store-link:nth-child(2) { transition-delay: 0.36s; }

/* ── Responsive ── */
@media (min-width: 981px) and (max-height: 700px) {
  .feature-scroll-pin .paypal-tabs .feature-block-layout {
    grid-template-columns:
      minmax(44px, 1fr)
      minmax(330px, 460px)
      minmax(28px, 62px)
      minmax(280px, 350px)
      minmax(44px, 1fr);
    gap: 0;
    padding-block: clamp(40px, 8svh, 58px);
  }

  .feature-scroll-pin .paypal-tabs .feature-side {
    height: var(--feature-visual-h);
    transform: translateY(var(--feature-stage-y, 0px));
  }

  .feature-scroll-pin .paypal-tabs .feature-tabs {
    gap: clamp(0px, 0.6vw, 4px);
  }

  .feature-scroll-pin .paypal-tabs .feature-tab {
    font-size: clamp(24px, 4.2vw, 40px);
    line-height: 1.06;
    letter-spacing: 0.04em;
  }

  .feature-scroll-pin .paypal-tabs .feature-meta {
    min-height: 6.2em;
  }

  .feature-scroll-pin .paypal-tabs .feature-meta-text {
    max-width: 300px;
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.42;
  }

  .feature-scroll-pin .paypal-tabs .feature-cta {
    margin-top: clamp(14px, 2vw, 22px);
    min-height: 42px;
    padding-inline: 24px;
  }

  .feature-scroll-pin .paypal-tabs .feature-visual {
    max-width: min(30vw, 340px);
    height: var(--feature-visual-h);
    transform: translateY(var(--feature-stage-y, 0px));
  }

  .feature-scroll-pin .pp-glass--hero {
    width: min(58%, 220px);
    min-height: min(34%, 220px);
    padding: clamp(11px, 1.8vw, 15px);
    gap: clamp(5px, 0.9vw, 9px);
    border-radius: clamp(14px, 1.6vw, 20px);
  }

  .feature-scroll-pin .pp-glass--split {
    width: min(52%, 200px);
  }

  .feature-scroll-pin .pp-glass--chat {
    width: min(48%, 180px);
  }

  .feature-scroll-pin .pp-glass__head {
    gap: 8px;
    font-size: clamp(10px, 1.1vw, 12px);
  }

  .feature-scroll-pin .pp-glass__nav {
    font-size: 16px;
  }

  .feature-scroll-pin .pp-glass__avatar,
  .feature-scroll-pin .pp-glass__icon {
    width: clamp(38px, 3.8vw, 48px);
    height: clamp(38px, 3.8vw, 48px);
  }

  .feature-scroll-pin .pp-glass__icon {
    font-size: clamp(18px, 2vw, 24px);
  }

  .feature-scroll-pin .pp-glass__amount {
    font-size: clamp(38px, 4.2vw, 52px);
  }

  .feature-scroll-pin .pp-glass__amount--lg,
  .feature-scroll-pin .pp-glass__amount--total {
    font-size: clamp(30px, 3.4vw, 42px);
  }

  .feature-scroll-pin .pp-glass__tag {
    padding: 4px 9px;
    font-size: 8px;
  }
}

@media (max-width: 560px) {
  .tariff-card-slide {
    flex-basis: 100%;
  }

  .pricing-statement h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
}

@media (max-width: 1240px) {
  .tariff-card-slide {
    flex-basis: calc((100% - 20px) / 3);
  }

  .pricing-statement h2 {
    font-size: clamp(34px, 6vw, 56px);
  }
}

@media (max-width: 980px) {
  :root {
    --photo-band-height: clamp(160px, min(calc(var(--layout-width) * 0.5625), 72vh), 760px);
    --photo-band-height-tall: clamp(190px, min(calc(var(--layout-width) * 0.6667), 82vh), 860px);
    --hero-height: calc(var(--cl-vh, 1vh) * 100 + var(--hero-overhang));
    --pin-travel: clamp(100px, 24vh, 200px);
    --pin-travel-tall: clamp(120px, 28vh, 240px);
    --feature-sticky-h: auto;
    --feature-scroll-travel: 0px;
  }

  @supports (height: 100svh) {
    :root {
      --photo-band-height: clamp(160px, min(calc(var(--layout-width) * 0.5625), 72svh), 760px);
      --photo-band-height-tall: clamp(190px, min(calc(var(--layout-width) * 0.6667), 82svh), 860px);
      --hero-height: calc(100svh + var(--hero-overhang));
      --pin-travel: clamp(100px, 24svh, 200px);
      --pin-travel-tall: clamp(120px, 28svh, 240px);
    }
  }

  .hero {
    height: var(--hero-height);
    min-height: var(--hero-height);
  }

  .hero-inner {
    padding-top: clamp(32px, 6vw, 48px);
    padding-bottom: calc(clamp(32px, 6vw, 48px) + var(--hero-content-lift));
  }

  .hero-bg {
    object-position: center;
    opacity: 1 !important;
    display: block !important;
  }

  .photo-band { min-height: var(--photo-band-height); }
  .photo-band-tall { min-height: var(--photo-band-height-tall); }

  .tariff-card-slide {
    flex-basis: calc((100% - 10px) / 2);
  }

  .tariff-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .tariff-slider__arrow--prev {
    left: 4px;
  }

  .tariff-slider__arrow--next {
    right: 4px;
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle { display: inline-flex; justify-self: end; }
  .main-nav, .header-actions { display: none; }

  body.menu-open .main-nav {
    position: fixed;
    inset: calc(var(--header-h) + 8px) 16px auto;
    display: grid;
    gap: 4px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  }

  body.menu-open .main-nav a {
    padding: 12px;
    border-radius: 4px;
  }

  .trust-inner { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item + .trust-item {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-item:last-child { border-bottom: 0; }

  .product-block-layout,
  .promo-split-layout {
    grid-template-columns: 1fr;
  }

  .devices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .devices-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .devices-foot__stores {
    width: 100%;
  }

  .promo-visual img {
    min-height: 280px;
  }

  .feature-block-layout { grid-template-columns: 1fr; }
  .paypal-tabs .feature-block-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: clamp(40px, 7vw, 64px) var(--gutter);
    min-height: 0;
  }

  .feature-scroll-pin {
    --feature-scroll-travel: 0px;
    height: auto;
  }

  .feature-scroll-pin__sticky {
    position: relative;
    top: auto;
    height: auto;
  }

  .feature-scroll-pin .paypal-tabs .feature-block-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding-block: clamp(40px, 7vw, 64px);
  }

  .feature-scroll-pin .paypal-tabs .feature-side {
    grid-column: auto;
    height: auto;
    justify-content: center;
    transform: none;
  }

  .feature-scroll-pin .paypal-tabs .feature-visual {
    grid-column: auto;
    max-width: min(420px, 100%);
    height: auto;
    min-height: clamp(380px, 105vw, 460px);
    margin-inline: auto;
    justify-self: center;
    transform: none;
  }

  .feature-scroll-pin .paypal-tabs .feature-tabs {
    padding-left: 0;
  }

  .feature-scroll-pin .paypal-tabs .feature-tabs::before,
  .feature-scroll-pin .paypal-tabs .feature-tabs::after {
    display: none;
  }

  .feature-scroll-pin .paypal-tabs .feature-meta {
    width: 100%;
    min-height: 0;
    margin-top: 18px;
  }

  .feature-scroll-pin .paypal-tabs .feature-meta-text {
    position: static;
    display: none;
    max-width: 440px;
  }

  .feature-scroll-pin .paypal-tabs .feature-meta-text.is-active {
    display: block;
  }

  .pg-card {
    width: min(84%, 320px);
  }

  .feature-scroll-pin .pp-glass--hero {
    max-width: min(100%, 168px);
  }

  .feature-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .paypal-tabs .feature-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .feature-tab {
    font-size: 15px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
  }
  .paypal-tabs .feature-tab {
    font-size: 15px;
    line-height: 1.15;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
  }

  .feature-scroll-pin .paypal-tabs .feature-tab {
    gap: 0;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    text-shadow: none;
  }

  .feature-scroll-pin .paypal-tabs .feature-tab::before {
    display: none;
  }

  .feature-tab.is-active {
    background: #fff;
    color: var(--black);
    border-color: #fff;
  }
  .paypal-tabs .feature-tab.is-active {
    background: #fff;
    color: var(--black);
    border-color: #fff;
  }

  .paypal-tabs .feature-meta {
    margin-top: 18px;
  }

  .paypal-tabs .feature-meta-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .feature-scroll-pin .paypal-tabs .feature-visual-panel {
    max-width: min(520px, 100%);
    margin-inline: auto;
  }

  .paypal-tabs .feature-photo {
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="business"] .feature-photo {
    object-position: 62% 26%;
  }

  .glass-card--overlay {
    width: min(340px, calc(100% - 28px));
    padding: 22px;
    border-radius: 22px;
  }

  .feature-meta {
    min-height: 0;
    margin-top: 24px;
    padding-top: 24px;
  }

  .feature-visual { min-height: 240px; }

  .photo-band-inner {
    width: calc(100% - 2 * var(--gutter));
    margin-inline: auto;
  }

  .photo-band-inner-center {
    width: min(480px, calc(100% - 2 * var(--gutter)));
  }

  .photo-band-inner { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .auth-grid { grid-template-columns: 1fr; }

  .cabinet-head h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .auth-card {
    padding: 20px;
  }
  .subscription-card { grid-template-columns: 1fr; }
  .account-card { flex-direction: column; align-items: flex-start; }
  .inline-form { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .edge-pin {
    height: calc(var(--edge-pin-sticky-h) + var(--pin-travel));
  }

  .edge-pin--tall {
    height: calc(var(--edge-pin-sticky-h) + var(--pin-travel-tall));
  }

  #flow .section-bg {
    object-position: 50% center;
  }

  .brand-label {
    font-size: 10px;
    border-radius: 14px;
  }

  .devices-panel__shell {
    padding-block: 32px 36px;
  }

  .devices-block__lead {
    font-size: 14px;
    line-height: 1.5;
  }

  .devices-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 20px;
  }

  .device-tile {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 12px 14px;
    gap: 12px;
  }

  .devices-foot {
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;
    text-align: center;
  }

  .devices-foot__brands {
    align-items: center;
    width: 100%;
  }

  .devices-foot__marks {
    justify-content: center;
  }

  .devices-foot__stores {
    justify-content: center;
  }

  .devices-store-badge img {
    height: 38px;
  }

  .paypal-tabs .feature-photo {
    aspect-ratio: 3 / 4;
  }

  .feature-scroll-pin .pp-glass--hero {
    max-width: min(100%, 168px);
    padding: 12px;
    gap: 8px;
  }

  .feature-scroll-pin .pp-glass--chip,
  .feature-scroll-pin .pp-glass--pill,
  .feature-scroll-pin .pp-glass--badge,
  .feature-scroll-pin .pp-glass--mini,
  .feature-scroll-pin .pp-glass--stat {
    font-size: 11px;
  }

  .feature-scroll-pin .pp-glass__amount {
    font-size: clamp(36px, 11vw, 50px);
  }

  .feature-scroll-pin .pp-glass__amount--lg {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-scroll-pin .pp-glass__amount--total {
    font-size: clamp(34px, 10vw, 46px);
  }

  .feature-scroll-pin .pp-glass__avatar,
  .feature-scroll-pin .pp-glass__icon {
    width: 46px;
    height: 46px;
  }

  .feature-scroll-pin .pp-glass__avatars span {
    width: 30px;
    height: 30px;
  }

  .feature-scroll-pin .pp-glass__list li {
    padding: 7px 0;
    font-size: 12px;
  }

  .glass-card--overlay {
    top: 54%;
    width: min(300px, calc(100% - 20px));
    padding: 16px;
    gap: 14px;
    border-radius: 18px;
  }

  .glass-card-title {
    font-size: 16px;
  }

  .glass-card-body {
    gap: 10px;
  }

  .glass-stat {
    font-size: 13px;
  }

  .glass-avatar {
    width: 24px;
    height: 24px;
  }

  .glass-price {
    font-size: clamp(28px, 10vw, 42px);
  }
}

@media (max-width: 640px) {
  .hero-cta-stack {
    width: auto;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
  }

  .hero-inner {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .hero-copy {
    max-width: min(240px, calc(100% - 2 * var(--gutter)));
  }

  .hero-title {
    font-size: clamp(24px, 8.8vw, 36px);
    line-height: 0.96;
  }

  .hero-lead {
    margin-top: 8px;
    max-width: 220px;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.35;
  }

  .hero-actions {
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
  }

  .hero-actions .button {
    width: auto;
    min-height: 30px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero-payment-logos {
    align-self: flex-start;
    width: min(100%, 150px);
  }
  .footer-strip {
    gap: 8px;
  }

  .footer-nav {
    flex-basis: 100%;
    justify-content: flex-start;
    order: 3;
  }

  .footer-strip__end {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .cookie-banner__panel {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-banner__actions .button-small {
    flex: 1 1 calc(50% - 4px);
    justify-content: center;
  }

  .cookie-banner__actions #cookie-accept {
    flex-basis: 100%;
  }

  body.cookie-banner-open {
    padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
  }

  .edge-word--left {
    top: auto;
  }

  .edge-word--right {
    bottom: auto;
  }

  .edge-word {
    font-size: clamp(32px, 15vw, 80px);
    line-height: 0.9;
  }

  .edge-scene__frame--display .edge-word {
    font-size: clamp(34px, 16vw, 88px);
  }

  .steps-strip-inner { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-inner {
    padding-bottom: 10px;
  }

  .hero-copy {
    max-width: 170px;
  }

  .hero-title {
    font-size: clamp(18px, 6.2vw, 24px);
    line-height: 0.94;
  }

  .hero-lead {
    margin-top: 6px;
    max-width: 160px;
    font-size: 8px;
    line-height: 1.25;
  }

  .hero-cta-stack {
    gap: 6px;
    margin-top: 8px;
  }

  .hero-actions .button {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 8px;
  }

  .hero-payment-logos {
    width: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-title-line > span,
  .hero-lead,
  .hero-cta-stack {
    opacity: 1 !important;
    transform: none !important;
  }
  .edge-scene { --edge-amount: 1 !important; --edge-in: 1 !important; --edge-out: 0 !important; --edge-opacity: 1 !important; }
  .edge-word {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
  }
  .bento-stack > .bento-tile,
  .bento-stack > .bento-statement,
  .bento-stack > .trust-row {
    clip-path: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ── Legal & checkout pages ── */
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding:
    calc(12px + env(safe-area-inset-top, 0px))
    max(var(--gutter), env(safe-area-inset-right, 0px))
    12px
    max(var(--gutter), env(safe-area-inset-left, 0px));
  border-bottom: 1px solid rgba(26, 24, 22, 0.08);
  background: rgba(250, 248, 245, 0.82);
  -webkit-backdrop-filter: var(--header-glass-blur);
  backdrop-filter: var(--header-glass-blur);
  box-shadow: var(--header-glass-shadow);
}

.topbar .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}

.topbar .nav a,
.topbar .nav .admin-nav-back {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(26, 24, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.topbar .nav .admin-nav-back {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.topbar .brand {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.topbar .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--black);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.legal-page {
  width: min(960px, calc(100% - 2 * var(--gutter)));
  max-width: none;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px) 0 calc(var(--section-y) + env(safe-area-inset-bottom, 0px));
}

.legal-page h1 {
  margin: 12px 0 24px;
  max-width: 760px;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lead {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
}

.panel {
  padding: clamp(20px, 4vw, 36px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76)),
    var(--paper);
  border: 1px solid rgba(26, 24, 22, 0.1);
  border-radius: clamp(18px, 3vw, 30px);
  box-shadow: 0 24px 80px rgba(26, 24, 22, 0.08);
}

.legal-text p {
  margin: 0 0 16px;
  line-height: 1.65;
}

.legal-text h2 {
  margin: 30px 0 12px;
  font-family: var(--font-text);
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
  color: var(--ink-deep);
}

.legal-text ul {
  margin: 0 0 16px;
  padding-left: 20px;
  line-height: 1.6;
}

.legal-text li + li {
  margin-top: 6px;
}

.legal-text a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
}

.legal-text p:last-child { margin-bottom: 0; }

main.section > .panel {
  width: min(640px, calc(100% - 2 * var(--gutter)));
  margin: var(--section-y) auto;
}

main.section > .panel h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
}

.requisites-list {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: 10px 18px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid rgba(26, 24, 22, 0.08);
  border-radius: 18px;
  background: rgba(250, 248, 245, 0.64);
}

.requisites-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.requisites-list dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink-deep);
  font-weight: 600;
}

/* ── Admin console ── */
.admin-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 166, 107, 0.2), transparent 34vw),
    radial-gradient(circle at 88% 10%, rgba(0, 127, 104, 0.12), transparent 32vw),
    var(--paper-warm);
}

.admin-wrap {
  width: min(1180px, calc(100% - 2 * var(--gutter)));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 calc(var(--section-y) + env(safe-area-inset-bottom, 0px));
}

.admin-hero {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(20px, 4vw, 34px);
}

.admin-hero h1 {
  margin: 0;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: var(--ink-deep);
}

.admin-hero p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
}

.admin-card {
  margin: 14px 0;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(26, 24, 22, 0.1);
  border-radius: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 60px rgba(26, 24, 22, 0.08);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .admin-card {
    background: rgba(255, 255, 255, 0.64);
    -webkit-backdrop-filter: blur(26px) saturate(170%);
    backdrop-filter: blur(26px) saturate(170%);
  }
}

.admin-toolbar,
.admin-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-input {
  min-width: min(100%, 300px);
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(26, 24, 22, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-deep);
  outline: none;
}

.admin-input:focus {
  border-color: rgba(0, 127, 104, 0.42);
  box-shadow: 0 0 0 4px rgba(0, 127, 104, 0.1);
}

.admin-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--ink-deep);
  border-radius: 999px;
  background: var(--ink-deep);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s, background 0.12s, border-color 0.12s;
}

.admin-btn:hover {
  background: #2a2724;
}

.admin-btn:active {
  transform: scale(0.98);
}

.admin-btn:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.admin-btn--light {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-deep);
  border-color: rgba(26, 24, 22, 0.14);
}

.admin-btn--light:hover {
  background: #fff;
  border-color: rgba(26, 24, 22, 0.22);
}

.admin-muted {
  color: var(--muted);
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(26, 24, 22, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-detail {
  max-height: min(56svh, 640px);
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  padding: 16px;
  border-radius: 18px;
  background: #141210;
  color: #fff;
  font: 500 13px/1.55 ui-monospace, "Cascadia Code", Consolas, monospace;
}

@media (max-width: 760px) {
  .topbar {
    align-items: flex-start;
  }

  .topbar .nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .legal-page {
    width: min(100% - 28px, 680px);
    padding-top: 28px;
  }

  .panel {
    border-radius: 22px;
  }

  .requisites-list {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px;
  }

  .admin-toolbar {
    align-items: stretch;
  }

  .admin-input,
  .admin-toolbar .admin-btn {
    width: 100%;
  }

  .admin-card--table {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
  }

  .admin-table-wrap {
    overflow: visible;
  }

  .admin-table,
  .admin-table thead,
  .admin-table tbody,
  .admin-table tr,
  .admin-table th,
  .admin-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .admin-table thead {
    display: none;
  }

  .admin-table tr {
    margin: 0 0 12px;
    padding: 14px;
    border: 1px solid rgba(26, 24, 22, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 36px rgba(26, 24, 22, 0.07);
  }

  .admin-table td {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(26, 24, 22, 0.06);
  }

  .admin-table td:last-child {
    border-bottom: 0;
  }

  .admin-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .admin-actions {
    align-items: stretch;
  }

  .admin-actions .admin-btn {
    flex: 1 1 140px;
  }
}

@media (max-width: 420px) {
  .admin-table td {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .admin-actions .admin-btn {
    flex-basis: 100%;
  }
}

/* ── Phone UI widgets (Material You / Android 16) ── */
.feature-scroll-pin .phone-ui.is-visible .pw {
  animation: pw-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.feature-scroll-pin .phone-ui.is-visible .pw--slot-a { animation-delay: 0.04s; }
.feature-scroll-pin .phone-ui.is-visible .pw--slot-b { animation-delay: 0.1s; }
.feature-scroll-pin .phone-ui.is-visible .pw--slot-c { animation-delay: 0.16s; }
.feature-scroll-pin .phone-ui.is-visible .pw--slot-d { animation-delay: 0.22s; }

@keyframes pw-enter {
  from { opacity: 0; transform: translateY(10px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.feature-scroll-pin .phone-ui__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding: clamp(10px, 3cqw, 16px) clamp(16px, 4.5cqw, 22px) clamp(6px, 1.6cqw, 10px);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.feature-scroll-pin .phone-ui__time {
  font-size: clamp(11px, 3.1cqw, 14px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.feature-scroll-pin .phone-ui__status-icons {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.4cqw, 7px);
  color: rgba(255, 255, 255, 0.94);
}

.feature-scroll-pin .phone-ui__ico {
  display: block;
  flex-shrink: 0;
  shape-rendering: geometricPrecision;
}

.feature-scroll-pin .phone-ui__ico--signal {
  width: clamp(15px, 4.2cqw, 19px);
  height: clamp(10px, 2.8cqw, 12px);
}

.feature-scroll-pin .phone-ui__ico--wifi {
  width: clamp(14px, 4cqw, 17px);
  height: clamp(10px, 2.8cqw, 12px);
}

.feature-scroll-pin .phone-ui__ico--battery {
  width: clamp(22px, 6.2cqw, 26px);
  height: clamp(10px, 2.8cqw, 12px);
}

.feature-scroll-pin .phone-ui__grid {
  display: grid;
  gap: clamp(7px, 2.2cqw, 11px);
  padding: clamp(4px, 1.2cqw, 8px) clamp(12px, 3.6cqw, 18px) clamp(38px, 10cqw, 52px);
  align-content: end;
  flex: 1;
  min-height: 0;
}

.feature-scroll-pin .phone-ui__grid--self {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: auto auto;
}

.feature-scroll-pin .phone-ui__grid--self .pw--slot-a { grid-column: 1; grid-row: 1; justify-self: start; }
.feature-scroll-pin .phone-ui__grid--self .pw--slot-b { grid-column: 2; grid-row: 1; justify-self: end; }
.feature-scroll-pin .phone-ui__grid--self .pw--slot-c { grid-column: 1; grid-row: 2; justify-self: start; align-self: end; }
.feature-scroll-pin .phone-ui__grid--self .pw--slot-d { grid-column: 2; grid-row: 2; justify-self: end; align-self: end; }

.feature-scroll-pin .phone-ui__grid--family {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-template-rows: auto auto;
}

.feature-scroll-pin .phone-ui__grid--family .pw--slot-a { grid-column: 1; grid-row: 1; justify-self: start; }
.feature-scroll-pin .phone-ui__grid--family .pw--slot-b { grid-column: 2; grid-row: 1; justify-self: end; }
.feature-scroll-pin .phone-ui__grid--family .pw--slot-c { grid-column: 1; grid-row: 2; justify-self: stretch; width: 100%; max-width: none; align-self: end; }
.feature-scroll-pin .phone-ui__grid--family .pw--slot-d { grid-column: 2; grid-row: 2; justify-self: end; align-self: center; }

.feature-scroll-pin .phone-ui__grid--friends {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: auto auto;
}

.feature-scroll-pin .phone-ui__grid--friends .pw--slot-a { grid-column: 1; grid-row: 1; justify-self: start; }
.feature-scroll-pin .phone-ui__grid--friends .pw--slot-b { grid-column: 2; grid-row: 1; justify-self: stretch; width: 100%; max-width: none; }
.feature-scroll-pin .phone-ui__grid--friends .pw--slot-c { grid-column: 1; grid-row: 2; justify-self: start; align-self: end; }
.feature-scroll-pin .phone-ui__grid--friends .pw--slot-d { grid-column: 2; grid-row: 2; justify-self: end; align-self: end; }

.feature-scroll-pin .phone-ui__grid--business {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.feature-scroll-pin .phone-ui__grid--business .pw--slot-a { grid-column: 1; grid-row: 1; justify-self: start; }
.feature-scroll-pin .phone-ui__grid--business .pw--slot-b { grid-column: 2; grid-row: 1; justify-self: end; }
.feature-scroll-pin .phone-ui__grid--business .pw--slot-c { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; width: 100%; max-width: none; }
.feature-scroll-pin .phone-ui__grid--business .pw--slot-d { grid-column: 1 / -1; grid-row: 3; justify-self: stretch; width: 100%; max-width: none; align-self: end; }

.feature-scroll-pin .phone-ui__nav-pill {
  position: absolute;
  bottom: clamp(7px, 2cqw, 11px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(32px, 11cqw, 44px);
  height: clamp(3px, 0.85cqw, 4px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.feature-scroll-pin .pw {
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 6cqw, 28px);
  border: 0.5px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.08) 38%,
      rgba(8, 12, 24, 0.52) 100%
    );
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  color: #fff;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .feature-scroll-pin .pw {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(42px) saturate(1.9) brightness(1.08) contrast(1.04);
    -webkit-backdrop-filter: blur(42px) saturate(1.9) brightness(1.08) contrast(1.04);
  }
}

.feature-scroll-pin .pw::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 42%, transparent 68%);
  z-index: 0;
}

.feature-scroll-pin .pw::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  z-index: 0;
}

.feature-scroll-pin .pw > * { position: relative; z-index: 1; }

.feature-scroll-pin .feature-visual-panel[data-panel="self"] { --pw-accent: #ff7043; --pw-accent-soft: rgba(255,112,67,0.22); }
.feature-scroll-pin .feature-visual-panel[data-panel="family"] { --pw-accent: #d4a574; --pw-accent-soft: rgba(212,165,116,0.22); }
.feature-scroll-pin .feature-visual-panel[data-panel="friends"] { --pw-accent: #c9a227; --pw-accent-soft: rgba(201,162,39,0.22); }
.feature-scroll-pin .feature-visual-panel[data-panel="business"] { --pw-accent: #5b9bd5; --pw-accent-soft: rgba(91,155,213,0.22); }

.feature-scroll-pin .pw--pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.58em 1em;
  border-radius: 999px;
  font-size: clamp(9px, 2.5cqw, 11px);
  font-weight: 600;
  letter-spacing: -0.015em;
  white-space: nowrap;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.feature-scroll-pin .pw__ico-svg {
  display: block;
  width: 1.35em;
  height: 1.35em;
  padding: 0.2em;
  border-radius: 999px;
  background: var(--pw-accent-soft, rgba(255, 112, 67, 0.24));
  color: var(--pw-accent, #ff7043);
  box-sizing: content-box;
  flex-shrink: 0;
}

.feature-scroll-pin .pw__emoji { font-size: 1.05em; line-height: 1; }
.feature-scroll-pin .pw__label { color: rgba(255,255,255,0.95); }

.feature-scroll-pin .pw--ring {
  display: grid;
  place-items: center;
  width: clamp(52px, 16cqw, 68px);
  height: clamp(52px, 16cqw, 68px);
  padding: 0;
  border-radius: 999px;
}

.feature-scroll-pin .pw__ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.feature-scroll-pin .pw__ring-track { fill: none; stroke: rgba(255,255,255,0.15); stroke-width: 3; }
.feature-scroll-pin .pw__ring-fill { fill: none; stroke: var(--pw-accent, #ff7043); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 88; stroke-dashoffset: 22; }

.feature-scroll-pin .pw__ring-val {
  font-size: clamp(8px, 2.2cqw, 10px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}

.feature-scroll-pin .pw__ring-val span { display: block; font-size: 0.72em; font-weight: 600; opacity: 0.7; }

.feature-scroll-pin .pw--counter {
  display: grid;
  place-items: center;
  width: clamp(52px, 16cqw, 68px);
  height: clamp(52px, 16cqw, 68px);
  padding: 0.4em;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 25%, var(--pw-accent-soft) 0%, transparent 60%), rgba(255,255,255,0.1);
}

.feature-scroll-pin .pw__counter-num { font-size: clamp(16px, 5cqw, 22px); font-weight: 900; letter-spacing: -0.05em; line-height: 1; }
.feature-scroll-pin .pw__counter-label { font-size: clamp(6px, 1.6cqw, 8px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.65; }

.feature-scroll-pin .pw--badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0.85em;
  border-radius: 999px;
  font-size: clamp(8px, 2.2cqw, 10px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--pw-accent-soft) 0%, rgba(0,0,0,0.35) 100%);
  border-color: rgba(255,255,255,0.3);
}

.feature-scroll-pin .pw__badge-text {
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.75) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-scroll-pin .pw--notify {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.55em 0.75em;
  max-width: min(100%, 140px);
  border-radius: clamp(14px, 4.5cqw, 20px);
  font-size: clamp(8px, 2.2cqw, 10px);
}

.feature-scroll-pin .pw__notify-ava {
  width: 1.8em;
  height: 1.8em;
  border-radius: 999px;
  object-fit: cover;
  border: 1.5px solid rgba(255,255,255,0.5);
  flex-shrink: 0;
}

.feature-scroll-pin .pw__notify-body { display: grid; gap: 0.05em; min-width: 0; text-align: left; }
.feature-scroll-pin .pw__notify-body strong { font-weight: 700; letter-spacing: -0.02em; }
.feature-scroll-pin .pw__notify-body span { font-size: 0.85em; opacity: 0.68; }

.feature-scroll-pin .pw--hero {
  display: grid;
  gap: clamp(4px, 1.2cqw, 8px);
  width: min(100%, clamp(130px, 40cqw, 170px));
  padding: clamp(10px, 2.8cqw, 14px);
  border-radius: clamp(18px, 6cqw, 26px);
  text-align: left;
  justify-items: stretch;
}

.feature-scroll-pin .pw__hero-head {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: clamp(9px, 2.5cqw, 11px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.feature-scroll-pin .pw__back,
.feature-scroll-pin .pw__arrow { font-size: 1.2em; opacity: 0.75; line-height: 1; }
.feature-scroll-pin .pw__title { flex: 1; }

.feature-scroll-pin .pw__hero-body { display: flex; align-items: center; gap: 0.65em; }

.feature-scroll-pin .pw__avatar {
  flex-shrink: 0;
  width: clamp(40px, 12cqw, 52px);
  height: clamp(40px, 12cqw, 52px);
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.75);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.feature-scroll-pin .pw__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.feature-scroll-pin .pw__hero-info { display: grid; gap: 0.25em; min-width: 0; }

.feature-scroll-pin .pw__avatar-row { display: flex; align-items: center; }

.feature-scroll-pin .pw__avatar-sm {
  width: clamp(28px, 8.5cqw, 36px);
  height: clamp(28px, 8.5cqw, 36px);
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  margin-left: -0.4em;
}

.feature-scroll-pin .pw__avatar-sm:first-child { margin-left: 0; }

.feature-scroll-pin .pw__avatar-more {
  display: grid;
  place-items: center;
  width: clamp(26px, 8cqw, 34px);
  height: clamp(26px, 8cqw, 34px);
  margin-left: -0.35em;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.3);
  font-size: clamp(7px, 2cqw, 9px);
  font-weight: 800;
}

.feature-scroll-pin .pw__chips { display: flex; flex-wrap: wrap; gap: 0.35em; }

.feature-scroll-pin .pw__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.3em 0.6em;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.15);
  font-size: clamp(7px, 2cqw, 9px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.82);
}

.feature-scroll-pin .pw__chip--accent {
  border-color: rgba(255,210,120,0.35);
  background: rgba(255,200,80,0.14);
  color: rgba(255,230,160,0.95);
}

.feature-scroll-pin .pw__live {
  width: 0.45em;
  height: 0.45em;
  border-radius: 999px;
  background: #6ee7a0;
  box-shadow: 0 0 0.35em rgba(110,231,160,0.55);
}

.feature-scroll-pin .pw__price {
  margin: 0;
  font-size: clamp(22px, 7cqw, 32px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.feature-scroll-pin .pw__price span { font-size: 0.72em; }
.feature-scroll-pin .pw__price--lg { font-size: clamp(20px, 6.5cqw, 28px); }
.feature-scroll-pin .pw__price--xl { font-size: clamp(18px, 5.8cqw, 26px); }

.feature-scroll-pin .pw__currency {
  display: inline-block;
  padding: 0.25em 0.6em;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.12);
  font-size: clamp(7px, 2cqw, 9px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
}

.feature-scroll-pin .pw--toast {
  display: flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.65em 0.8em;
  max-width: min(100%, 140px);
  border-radius: clamp(16px, 5cqw, 22px);
  font-size: clamp(8px, 2.2cqw, 10px);
  background: linear-gradient(145deg, rgba(46,125,50,0.35) 0%, rgba(0,0,0,0.4) 100%);
}

.feature-scroll-pin .pw__toast-ico {
  display: grid;
  place-items: center;
  width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  background: rgba(110,231,160,0.25);
  font-size: 0.85em;
  font-weight: 800;
  flex-shrink: 0;
}

.feature-scroll-pin .pw__toast-text { display: grid; gap: 0.05em; text-align: left; }
.feature-scroll-pin .pw__toast-text strong { font-weight: 700; }
.feature-scroll-pin .pw__toast-text span { font-size: 0.85em; opacity: 0.72; }

.feature-scroll-pin .pw--bubble {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.55em 0.85em;
  border-radius: 999px;
  font-size: clamp(8px, 2.2cqw, 10px);
  font-weight: 700;
  background: linear-gradient(145deg, rgba(46,125,50,0.3) 0%, rgba(0,0,0,0.35) 100%);
}

.feature-scroll-pin .pw__bubble-dot {
  width: 0.5em;
  height: 0.5em;
  border-radius: 999px;
  background: #6ee7a0;
  box-shadow: 0 0 0.4em rgba(110,231,160,0.6);
}

.feature-scroll-pin .pw--list {
  display: grid;
  gap: clamp(3px, 1cqw, 6px);
  width: min(100%, clamp(130px, 40cqw, 170px));
  padding: clamp(10px, 2.8cqw, 14px);
  border-radius: clamp(18px, 6cqw, 26px);
  font-size: clamp(8px, 2.2cqw, 10px);
  text-align: left;
}

.feature-scroll-pin .pw__list-head { font-weight: 800; letter-spacing: -0.02em; font-size: 1.05em; margin-bottom: 0.15em; }
.feature-scroll-pin .pw__list { margin: 0; padding: 0; list-style: none; display: grid; }

.feature-scroll-pin .pw__list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.4em;
  padding: 0.35em 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-weight: 500;
}

.feature-scroll-pin .pw__list li:last-child { border-bottom: 0; }

.feature-scroll-pin .pw__list li img {
  width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.3);
}

.feature-scroll-pin .pw__list li em { font-style: normal; font-weight: 600; opacity: 0.72; }
.feature-scroll-pin .pw__list-hint { margin: 0.2em 0 0; font-size: 0.88em; opacity: 0.75; line-height: 1.35; }

.feature-scroll-pin .pw--total {
  display: grid;
  gap: 0.2em;
  padding: clamp(10px, 2.8cqw, 14px);
  max-width: min(100%, 120px);
  border-radius: clamp(18px, 6cqw, 26px);
  text-align: center;
  justify-items: center;
  background: linear-gradient(152deg, var(--pw-accent-soft) 0%, rgba(0,0,0,0.45) 100%);
}

.feature-scroll-pin .pw__total-label {
  font-size: clamp(7px, 2cqw, 9px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}

.feature-scroll-pin .pw--stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3cqw, 16px);
  padding: 0.72em 1em;
  max-width: none;
  width: 100%;
  border-radius: clamp(18px, 6cqw, 26px);
  font-size: clamp(8px, 2.2cqw, 10px);
}

.feature-scroll-pin .phone-ui__grid--business .pw--hero-team {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0.45em 0.75em;
  align-items: center;
}

.feature-scroll-pin .phone-ui__grid--business .pw--hero-team .pw__hero-head {
  grid-column: 1;
  grid-row: 1;
}

.feature-scroll-pin .phone-ui__grid--business .pw--hero-team .pw__avatar-row {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
}

.feature-scroll-pin .phone-ui__grid--business .pw--hero-team .pw__chips {
  grid-column: 1;
  grid-row: 3;
}

.feature-scroll-pin .phone-ui__grid--business .pw--hero-team .pw__price {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  text-align: right;
  font-size: clamp(20px, 6.5cqw, 30px);
}

.feature-scroll-pin .pw__stat { display: grid; gap: 0.05em; text-align: center; }
.feature-scroll-pin .pw__stat strong { font-size: 1.3em; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.feature-scroll-pin .pw__stat span { font-size: 0.72em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.55; }
.feature-scroll-pin .pw__stat-sep { width: 1px; height: 1.6em; background: rgba(255,255,255,0.18); }

/* Photo crops for new originals */
.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="self"] .feature-photo {
  object-position: 50% 28%;
  transform: scale(1.1);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="family"] .feature-photo {
  object-position: 50% 22%;
  transform: scale(1.12);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="friends"] .feature-photo {
  object-position: 50% 35%;
  transform: scale(1.08);
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="business"] .feature-photo-wrap {
  background: #87b8e8;
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel[data-panel="business"] .feature-photo {
  object-position: 50% 18%;
  transform: scale(1.14);
}

