@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/onest-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/onest-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

:root {
  color-scheme: dark;
  --bg: #000000;
  --bg2: #000000;
  --surface: #161616;
  --surface-hover: #1c1c1c;
  --surface-deep: #181818;
  --surface-muted: #141414;
  --border: rgba(255,255,255,0.08);
  --border-hi: rgba(255,255,255,0.15);
  --text: #f0f0f0;
  --text-dim: rgba(240,240,240,0.55);
  --text-mid: rgba(240,240,240,0.7);
  --accent: #f0f0f0;
  --sans: 'Onest', 'Inter', 'Helvetica Neue', sans-serif;
  --mono: 'Onest', monospace;

  --nav-bg-scrolled: rgba(0,0,0,0.72);
  --nav-border-scrolled: rgba(255,255,255,0.07);
  --nav-login-border: rgba(255,255,255,0.12);
  --nav-login-hover-border: rgba(255,255,255,0.28);

  --scroll-pill-bg: rgba(240,240,240,0.96);
  --scroll-pill-fg: #080808;
  --scroll-pill-shadow: 0 8px 32px rgba(0,0,0,0.35);

  --film-card-a: #181818;
  --film-card-b: #141414;
  --film-card-c: #161616;

  --ph-stripe-line: rgba(255,255,255,0.025);
  --ph-label: rgba(255,255,255,0.2);

  --toggle-track: rgba(255,255,255,0.07);
  --toggle-thumb: rgba(255,255,255,0.15);

  --how-visual-bg: #181818;
  --how-card-hover-bg: #1c1c1c;
  --how-num-bg: rgba(255,255,255,0.07);

  --feature-grid-bg: #1a1a1a;
  --feat-cell-bg: #1e1e1e;
  --feat-bullet: rgba(255,255,255,0.3);

  --fui-divider: rgba(255,255,255,0.07);
  --fui-pane-border: rgba(255,255,255,0.07);
  --fui-step-bg: rgba(255,255,255,0.1);
  --fui-upload-bg: rgba(255,255,255,0.04);
  --fui-upload-border: rgba(255,255,255,0.12);
  --fui-thumb-bg: rgba(255,255,255,0.08);
  --fui-pill-bg: rgba(255,255,255,0.07);
  --fui-pill-on: rgba(255,255,255,0.18);
  --fui-select-bg: rgba(255,255,255,0.06);
  --fui-select-border: rgba(255,255,255,0.1);

  --feat-result-bg: #111;
  --vid-card-bg: #0a0a0a;
  --vid-overlay: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 38%, transparent 60%);

  --compare-border: rgba(255,255,255,0.06);
  --compare-lit-bg: linear-gradient(160deg, #121212 0%, #080808 60%, #111 100%);
  --compare-shotika-bg: linear-gradient(160deg, #1e1e1e 0%, #141414 60%, #111111 100%);
  --compare-pill-bg: rgba(255,255,255,0.07);
  --compare-pill-accent-bg: #fff;
  --compare-pill-accent-fg: #000;
  --compare-cta-bg: #2a2a2a;
  --compare-cta-fg: #f0f0f0;
  --compare-cta-hover: #383838;

  --pfb-bg: linear-gradient(160deg, #191919 0%, #131313 60%, #0f0f0f 100%);
  --pfb-border: rgba(255,255,255,0.07);
  --pfb-muted: rgba(255,255,255,0.35);
  --pfb-sparkle-c: rgba(255,255,255,0.3);
  --pfb-shots-c: rgba(255,255,255,0.65);
  --pfb-btn-bg: #e4e4e4;
  --pfb-btn-fg: #080808;

  --pc-popular-bg: linear-gradient(180deg,#f6f6f6 0%,#dedede 100%);
  --pc-popular-fg: #1c1c1c;
  --pc-popular-border: rgba(255,255,255,0.55);
  --pc-popular-shadow: 0 2px 12px rgba(0,0,0,0.35);

  --price-card-bg: linear-gradient(160deg,#1b1b1b 0%,#131313 60%,#0f0f0f 100%);
  --price-card-border: rgba(255,255,255,0.055);
  --price-card-hover-bg: linear-gradient(160deg,#1d1d1d 0%,#141414 60%,#101010 100%);
  --price-card-hi-bg: radial-gradient(ellipse 100% 80% at 0% 0%,rgba(255,255,255,0.14) 0%,rgba(10,10,10,0) 62%),#101010;
  --price-card-hi-border: rgba(255,255,255,0.24);
  --price-card-hi-inset: rgba(255,255,255,0.06);

  --pc-btn-bg: #282828;
  --pc-btn-fg: #f0f0f0;
  --pc-btn-hover: #444444;
  --pc-btn-hi-bg: #e4e4e4;
  --pc-btn-hi-fg: #080808;
  --pc-btn-hi-hover: #fefefe;
  --pc-hi-sparkle: rgba(255,255,255,0.55);

  --faq-item-border: rgba(255,255,255,0.04);
  --faq-plus-bg: rgba(255,255,255,0.07);
  --faq-plus-open: rgba(255,255,255,0.13);

  --footer-border: rgba(255,255,255,0.06);
  --footer-bottom-border: rgba(255,255,255,0.04);
  --footer-col-h: rgba(240,240,240,0.35);
  --footer-copy: rgba(240,240,240,0.3);

  --ghost-hover-border: rgba(255,255,255,0.28);
  --card-shadow: none;
  --card-shadow-hover: none;
  --card-shadow-hi: none;
  --compare-pane-shadow: none;
}

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: rgba(8,8,8,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background .3s ease, backdrop-filter .3s ease;
}
@media(min-width:1100px){nav{padding:0 60px}}
@media(min-width:1440px){nav{padding:0 80px}}
nav.scrolled {
  background: var(--nav-bg-scrolled);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--nav-border-scrolled);
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}
.pikme-logo-svg { display: block; width: 90px; height: auto; }
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-links a {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-mid);
  text-decoration: none;
  transition: color .18s;
}
.nav-links a:hover { color: var(--text); }
.nav-end { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-btn {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 22px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: var(--text);
  color: var(--bg);
  transition: opacity .3s ease;
}
.nav-btn:hover { opacity: .85; }
.nav-login {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  padding: 9px 18px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: transparent;
  color: var(--text);
}
.nav-login:hover { opacity: .7; }

/* ── SCROLL PILL ── */
.scroll-pill {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--scroll-pill-bg);
  color: var(--scroll-pill-fg);
  border-radius: 100px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: transform .4s cubic-bezier(.34,1.36,.64,1), opacity .3s ease;
  white-space: nowrap;
  box-shadow: var(--scroll-pill-shadow);
}
.scroll-pill.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.scroll-pill.visible:hover { opacity: .88; }
.scroll-pill.menu-open { opacity: 0 !important; pointer-events: none; }

/* ── HERO ── */
.hero-stage { position: relative; z-index: 0; }
.page-flow { position: relative; z-index: 1; background: var(--bg); }
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 136px 28px 0px;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-word-mobile { display: none; }
.hero-word-desktop { display: inline; }

.hero-headline {
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 24px;
}
.hero-headline em {
  font-style: normal;
  font-weight: 300;
  color: var(--text-mid);
}
.hero-sub {
  font-size: 18px;
  color: var(--text-dim);
  line-height: 1.5;
  max-width: 580px;
  font-weight: 400;
  margin-bottom: 32px;
}
.hero-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.btn-fill-lg {
  font-family: var(--sans);
  font-size: 15px;
  padding: 16px 40px;
  border-radius: 100px;
  background: var(--text);
  color: var(--bg);
  border: none;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .01em;
  transition: opacity .3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-fill-lg:hover { opacity: .82; }
.btn-ghost-lg {
  font-family: var(--sans);
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 100px;
  border: 1px solid var(--border-hi);
  background: transparent;
  color: var(--text-mid);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: color .2s, border-color .2s;
}
.btn-ghost-lg:hover { color: var(--text); border-color: var(--ghost-hover-border); }

/* hero stats row */
.hero-stats {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.hero-stat-val {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}
.hero-stat-label {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 4px;
  font-weight: 400;
}
.hero-stat-div {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* ── FILM STRIP ── */
.film-strip-wrap {
  width: 100%;
  overflow: hidden;
  background: var(--bg);
  padding: 0 0 48px;
  position: relative;
}
.film-strip-wrap::before,.film-strip-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 8%;
  z-index: 2;
  pointer-events: none;
}
.film-strip-wrap::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.film-strip-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg), transparent); }
.film-strip {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: filmScroll 70s linear infinite;
  will-change: transform;
}
.film-strip:hover { animation-play-state: paused; }
.film-card {
  width: 240px;
  height: 320px;
  border-radius: 12px;
  background: var(--surface);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.film-card img, .film-card video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.film-card:nth-child(4n)   { background: var(--film-card-a); }
.film-card:nth-child(4n+2) { background: var(--film-card-b); }
.film-card:nth-child(4n+3) { background: var(--film-card-c); }
@keyframes filmScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* film card model badge */
.film-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 6px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  letter-spacing: .01em;
}
.film-badge img { width: 14px; height: 14px; object-fit: contain; border-radius: 3px; }

/* film card placeholder gradient */
.film-card-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.film-card-ph-g1 { background: linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%); }
.film-card-ph-g2 { background: linear-gradient(135deg,#1a0a2e 0%,#2d1b4e 50%,#4a2060 100%); }
.film-card-ph-g3 { background: linear-gradient(135deg,#0a1a1a 0%,#0d2d2d 50%,#134040 100%); }
.film-card-ph-g4 { background: linear-gradient(135deg,#1a1500 0%,#2d2500 50%,#3d3200 100%); }
.film-card-ph-g5 { background: linear-gradient(135deg,#1a0a0a 0%,#2d1010 50%,#3d1a1a 100%); }
.film-card-ph-g6 { background: linear-gradient(135deg,#0a1520 0%,#10253a 50%,#1a3550 100%); }

/* ── HERO ILLUSTRATION ── */
.hero-illustration-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: -110px auto 0;
  padding: 0 20px;
  overflow: hidden;
}
.hero-illustration-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, var(--bg) 0%, transparent 18%, transparent 82%, var(--bg) 100%),
    linear-gradient(to right, var(--bg) 0%, transparent 12%, transparent 88%, var(--bg) 100%);
  pointer-events: none;
}
.hero-illustration {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  user-select: none;
  -webkit-user-drag: none;
}

/* ── MODELS MARQUEE ── */
.models-marquee-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 16px 0 72px;
}
.models-marquee-wrap::before,
.models-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 320px;
  z-index: 2;
  pointer-events: none;
}
.models-marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--bg) 0%, var(--bg) 30%, transparent 100%); }
.models-marquee-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg) 0%, var(--bg) 30%, transparent 100%); }
.models-marquee-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: marqueeScroll 36s linear infinite;
  will-change: transform;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.models-marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity .2s;
}
.models-marquee-item:hover { opacity: 0.9; }
.models-marquee-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.models-marquee-item span {
  font-size: 19px;
  font-weight: 400;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.01em;
}

/* ── SECTION COMMON ── */
.section { padding: 100px 28px; }
.section.seam-t { padding-top: 56px; }
.section.seam-b { padding-bottom: 56px; }
.sec-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  justify-content: center;
}
.sec-h {
  font-size: clamp(28px,3.2vw,46px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sec-h em { font-style: normal; font-weight: 300; color: var(--text-mid); }
.sec-desc {
  font-size: 18px;
  color: var(--text-dim);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 18px;
}
.sec-stack { margin-bottom: 48px; }
.sec-stack--center { text-align: center; }
.sec-stack--center > .sec-desc { margin-left: auto; margin-right: auto; max-width: 560px; }
.feat-section-sub {
  font-size: 17px;
  color: var(--text-dim);
  max-width: 560px;
  margin: 14px auto 0;
  line-height: 1.6;
}
.rule { display: none; }

/* ── MODELS GRID ── */
.models-section { padding: 72px 28px; }
.models-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.model-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: .01em;
  transition: border-color .2s, color .2s, background .2s;
  cursor: default;
}
.model-chip:hover { border-color: var(--border-hi); color: var(--text); background: var(--surface-hover); }
.model-chip img { width: 18px; height: 18px; object-fit: contain; border-radius: 4px; }
.models-count-note {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 400;
}

/* ── GENERATION TYPES GRID ── */
.gentypes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.gentype-card {
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface);
  aspect-ratio: 3/4;
  position: relative;
}
.gentype-card img, .gentype-card video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.gentype-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 40%, transparent 70%);
  pointer-events: none;
}
.gentype-foot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px;
  z-index: 2;
}
.gentype-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(0,0,0,0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  color: white;
}
.gentype-title {
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.gentype-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.45;
}
/* placeholder gradients for type cards */
.gtph-image   { background: linear-gradient(160deg,#1a1035 0%,#2d1f60 100%); }
.gtph-video   { background: linear-gradient(160deg,#0f2030 0%,#1a4060 100%); }
.gtph-enhance { background: linear-gradient(160deg,#1a2510 0%,#2d4520 100%); }
.gtph-audio   { background: linear-gradient(160deg,#301510 0%,#602510 100%); }

/* ── FEATURES BENTO ── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* r1: top | r2: 4K+Logo+Payment | r3: gap | r4: Clock+Logo+100+ | r5: editor top | r6: editor bottom = NoVPN */
  grid-template-rows: 180px 118px 36px 148px 86px 75px;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
/* Row 1: Speed(5) | 6K(2) | Parallel(5) */
.bento-grid > .bento-card:nth-child(1)  { grid-column: 1 / 6;  grid-row: 1; }
.bento-grid > .bento-card:nth-child(2)  { grid-column: 6 / 8;  grid-row: 1; }
.bento-grid > .bento-card:nth-child(3)  { grid-column: 8 / 13; grid-row: 1; }
/* 4K: rows 2+3, fills gap so no space between it and Clock */
.bento-grid > .bento-card:nth-child(4)  { grid-column: 1 / 4;  grid-row: 2 / 4; }
/* Logo: rows 2–4 */
.bento-grid > .bento-card:nth-child(5)  { grid-column: 4 / 11; grid-row: 2 / 5; }
/* Payment: row 2 */
.bento-grid > .bento-card:nth-child(6)  { grid-column: 11 / 13; grid-row: 2; }
/* Clock: rows 4–5 (fills space down to NoVPN) */
.bento-grid > .bento-card:nth-child(7)  { grid-column: 1 / 4;  grid-row: 4 / 6; }
/* 100+: rows 3–4 */
.bento-grid > .bento-card:nth-child(8)  { grid-column: 11 / 13; grid-row: 3 / 5; }
/* NoVPN: row 6 only — short strip */
.bento-grid > .bento-card:nth-child(9)  { grid-column: 1 / 4;  grid-row: 6; }
/* Image editor / 50+ / Convenient: rows 5+6 — taller, bottom-aligned with NoVPN */
.bento-grid > .bento-card:nth-child(10) { grid-column: 4 / 6;  grid-row: 5 / 7; }
.bento-grid > .bento-card:nth-child(11) { grid-column: 6 / 9;  grid-row: 5 / 7; }
.bento-grid > .bento-card:nth-child(12) { grid-column: 9 / 13; grid-row: 5 / 7; }

/* Base card */
.bento-card {
  border-radius: 20px;
  background: var(--surface);
  overflow: hidden;
  position: relative;
  transition: transform .3s ease;
  cursor: default;
}
.bento-card:hover { transform: scale(1.015); }
.bento-card * { cursor: default; user-select: none; }

/* Centered flex card — base for all non-image cards */
.bento-card--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 24px;
}

/* Speed — wide image card */
.bento-card--speed {
  background:
    radial-gradient(ellipse 55% 55% at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.04) 100%),
    url('images/moln.jpg') center / 130% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

/* Eye/4K — photo background */
.bento-card--eye {
  background: url('images/eye.jpg') center / cover no-repeat;
}
.bento-card--eye::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  pointer-events: none;
  z-index: 0;
}
.bento-card--eye > * { position: relative; z-index: 1; }

/* Pixel — starfield background for 50+ */
.bento-card--pixel {
  background: url('images/pixel.png') center / cover no-repeat;
}

/* Stat number */
.bento-stat-num {
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1;
  transform: translateY(0.07em);
}
.bento-stat-purple {
  background: linear-gradient(135deg, #d4aaff 0%, #9b6dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature label — pinned to bottom of card */
.bento-feat-label {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 500;
  color: var(--text);
  line-height: 1.35;
  padding: 0 16px;
  z-index: 1;
}
.bento-feat-label--hi {
  color: #fff;
  font-size: clamp(14px, 1.4vw, 17px);
}

/* Cards that mix visual + label: shift centering up so stat/image
   doesn't overlap the absolute label at the bottom */
.bento-card--center:has(.bento-feat-label) {
  padding-bottom: 52px;
}
.bento-card--eye {
  padding-bottom: 52px;
}

/* Text title */
.bento-text-title {
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--text);
  line-height: 1.25;
}

/* Logo image */
.bento-logo-img { height: 52px; width: auto; opacity: 0.95; }

/* Cards illustration card (100+ шаблонов) */
.bento-card--cards {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
  overflow: hidden;
  gap: 10px;
}
.bento-cards-label {
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 500;
  color: var(--text);
  line-height: 1.35;
  flex-shrink: 0;
  text-align: center;
}

/* Phone fan */
.bento-phones-fan {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
}

.bento-phone {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 54px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #16161a;
  box-shadow: 0 4px 18px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,255,255,0.07);
  transform-origin: 50% 100%;
}

.bento-phone--1 { transform: translateX(-50%) rotate(-24deg); z-index: 1; }
.bento-phone--2 { transform: translateX(-50%) rotate(-12deg); z-index: 2; }
.bento-phone--3 { transform: translateX(-50%) rotate(0deg);   z-index: 5; width: 58px; height: 104px; }
.bento-phone--4 { transform: translateX(-50%) rotate(12deg);  z-index: 2; }
.bento-phone--5 { transform: translateX(-50%) rotate(24deg);  z-index: 1; }

.bp-preview {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.bp-preview--purple { background: linear-gradient(145deg, #7c3aed 0%, #4338ca 100%); }
.bp-preview--orange { background: linear-gradient(145deg, #f59e0b 0%, #dc2626 100%); }
.bp-preview--blue   { background: linear-gradient(145deg, #06b6d4 0%, #3b82f6 100%); }
.bp-preview--pink   { background: linear-gradient(145deg, #ec4899 0%, #8b5cf6 100%); }
.bp-preview--green  { background: linear-gradient(145deg, #10b981 0%, #0891b2 100%); }

.bp-shimmer {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    110deg,
    transparent 0, transparent 18px,
    rgba(255,255,255,0.06) 18px, rgba(255,255,255,0.06) 19px
  );
}

.bp-foot {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1c21;
  border-top: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
}
.bp-tag {
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}

/* NoVPN row */
.bento-novpn-row { display: flex; align-items: center; gap: 10px; }
.bento-novpn-icon { height: 24px; width: auto; flex-shrink: 0; }

/* Icon sizes */
.bento-clock-img { width: 100px; height: 100px; object-fit: contain; opacity: 0.9; }
.bento-novpn-row .bento-text-title { font-size: clamp(14px, 1.35vw, 17px); }
.bento-count-img { height: 78px; object-fit: contain; }

/* ── BENTO RESPONSIVE ── */
@media(max-width:1100px) {
  .bento-grid {
    grid-template-rows: 155px 102px 30px 128px 74px 65px;
    gap: 10px;
  }
  .bento-stat-num   { font-size: clamp(34px, 4vw, 52px); }
  .bento-text-title { font-size: clamp(14px, 1.7vw, 19px); }
  .bento-clock-img  { width: 72px; height: 72px; }
  .bento-count-img  { height: 40px; }
}

@media(max-width:720px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 100px 125px 75px 100px 115px 85px 62px 135px;
    gap: 8px;
  }

  /* R1: Speed (лево) | 6K (право) */
  .bento-grid > .bento-card:nth-child(1)  { grid-column: 1/2; grid-row: 1; }
  .bento-grid > .bento-card:nth-child(2)  { grid-column: 2/3; grid-row: 1; }

  /* R2: Parallel — полная ширина */
  .bento-grid > .bento-card:nth-child(3)  { grid-column: 1/3; grid-row: 2; }

  /* 4K: лево, r3+4 | Logo: право, r3+4+5 (выше 4K) */
  .bento-grid > .bento-card:nth-child(4)  { grid-column: 1/2; grid-row: 3/5; }
  .bento-grid > .bento-card:nth-child(5)  { grid-column: 2/3; grid-row: 3/6; }

  /* R5: Payment лево (под 4K) */
  .bento-grid > .bento-card:nth-child(6)  { grid-column: 1/2; grid-row: 5; }

  /* Clock: лево r6+7 | Convenient: право r6 */
  .bento-grid > .bento-card:nth-child(7)  { grid-column: 1/2; grid-row: 6/8; }
  .bento-grid > .bento-card:nth-child(8)  { grid-column: 2/3; grid-row: 6; }

  /* NoVPN: лево r8 (короткий) | 100+cards: право r7+8 */
  .bento-grid > .bento-card:nth-child(9)  { grid-column: 1/2; grid-row: 8; }
  .bento-grid > .bento-card:nth-child(12) { grid-column: 2/3; grid-row: 7/9; }

  /* R9: Image editor (лево) | 50+ (право) */
  .bento-grid > .bento-card:nth-child(10) { grid-column: 1/2; grid-row: 9; }
  .bento-grid > .bento-card:nth-child(11) { grid-column: 2/3; grid-row: 9; }

  .bento-stat-num   { font-size: clamp(32px, 9vw, 48px); }
  .bento-text-title { font-size: clamp(14px, 4vw, 17px); }
  .bento-feat-label { font-size: 13px; bottom: 14px; }
  .bento-clock-img  { width: 56px; height: 56px; }
  .bento-count-img  { height: 44px; }
  .bento-logo-img   { height: 38px; }
  .bento-card--speed {
    background:
      radial-gradient(ellipse 45% 50% at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.04) 100%),
      url('images/moln.jpg') center / 180% no-repeat;
  }
  .bento-card--center:has(.bento-feat-label) { padding-bottom: 44px; }
  .bento-card--eye { padding-bottom: 44px; }
  .bento-phone { width: 44px; height: 80px; border-radius: 10px; }
  .bento-phone--3 { width: 48px; height: 88px; }
}

/* ── HOW SECTION (white) ── */
#how {
  background: #ffffff;
  --bg: #ffffff;
  --text: #15171a;
  --text-dim: rgba(21,23,26,0.46);
  --text-mid: rgba(21,23,26,0.64);
  --how-visual-bg: #e8ebef;
  --how-num-bg: rgba(21,23,26,0.07);
  --ph-stripe-sm-line: rgba(21,23,26,0.05);
  --card-shadow: 0 1px 2px rgba(0,0,0,0.04),0 4px 14px rgba(0,0,0,0.06);
}
.how-wrap { max-width: 1100px; margin: 0 auto; }
.how-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}
.how-card { display: flex; flex-direction: column; background: transparent; }
.how-card-visual {
  order: 0;
  position: relative;
  overflow: hidden;
  background: var(--how-visual-bg);
  aspect-ratio: 4/3;
  flex-shrink: 0;
  border-radius: 16px;
}
.how-card-num {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #ffffff;
  color: #15171a;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 2px 8px rgba(0,0,0,0.12);
}
.how-card-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.how-card-title {
  order: 1;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.3;
  margin-top: 16px;
}
.how-card-desc {
  order: 2;
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.45;
  font-weight: 400;
  margin-top: 12px;
}
.steps-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.steps-footer-text { font-size: 17px; color: var(--accent); font-weight: 400; line-height: 1.6; }

/* how card placeholder */
.how-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-ph-icon { font-size: 36px; opacity: 0.15; }
.ph-stripe-sm {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-55deg,transparent,transparent 4px,var(--ph-stripe-sm-line) 4px,var(--ph-stripe-sm-line) 8px);
}

/* ── COMPARE ── */
.compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}
.compare-pane {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--compare-border);
}
.compare-pane.lit   { background: var(--compare-lit-bg); }
.compare-pane.pikme { background: var(--compare-shotika-bg); }
.compare-head { margin-bottom: 22px; }
.compare-head-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.compare-tag { font-size: 22px; font-weight: 500; letter-spacing: -0.02em; color: var(--text); line-height: 1.2; }
.compare-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 100px;
  font-size: 13px;
  background: var(--compare-pill-bg);
  color: var(--text-dim);
  white-space: nowrap;
  flex-shrink: 0;
}
.compare-pill.pill-accent { background: var(--compare-pill-accent-bg); color: var(--compare-pill-accent-fg); }
.compare-items { display: flex; flex-direction: column; gap: 2px; }
.compare-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 8px 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}
.ci-icon { flex-shrink: 0; display: flex; align-items: center; margin-top: 3px; }
.compare-cta {
  display: block;
  margin-top: 28px;
  text-align: center;
  padding: 14px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 500;
  background: var(--compare-cta-bg);
  color: var(--compare-cta-fg);
  text-decoration: none;
  transition: background .3s ease;
}
.compare-cta:hover { background: var(--compare-cta-hover); }

/* ── PRICING ── */
.pricing-free-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--pfb-bg);
  border: 1px solid var(--pfb-border);
  border-radius: 24px;
  padding: 28px 32px;
  margin: 24px auto 0;
  width: fit-content;
}
.pfb-left { display: flex; flex-direction: column; gap: 5px; }
.pfb-title { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: var(--text); line-height: 1.2; }
.pfb-sub { font-size: 14px; color: var(--pfb-muted); line-height: 1.4; }
.pfb-shots { font-weight: 400; color: var(--pfb-shots-c); }
.pfb-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 15px 24px;
  border-radius: 13px;
  background: var(--pfb-btn-bg);
  color: var(--pfb-btn-fg);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s ease;
  white-space: nowrap;
}
.pfb-btn:hover { opacity: 0.92; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: start;
}
@media(min-width:1280px) {
  .pricing-grid { grid-template-columns: repeat(4, 1fr); }
}
.pc-popular-badge {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%,-50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--pc-popular-bg);
  color: var(--pc-popular-fg);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid var(--pc-popular-border);
  box-shadow: var(--pc-popular-shadow);
  white-space: nowrap;
}
/* ── Gradient border wrapper ── */
.pc-wrap {
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(to bottom left, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%);
  margin-top: 20px;
}
.pc-wrap--hi {
  background: linear-gradient(to bottom left, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.01) 100%);
}

.price-card {
  background: #0d0d0d;
  padding: clamp(26px,3.2vw,36px) 24px clamp(28px,3.5vw,36px);
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.hi {
  background: linear-gradient(to bottom, #181818 60%, #0f0f0f 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
}

/* Header: name + desc + tokens */
.pc-header { margin-bottom: 16px; }
.pc-name { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: var(--text); margin-bottom: 14px; line-height: 1.2; }
.pc-desc { font-size: 14px; color: var(--text-dim); line-height: 1.4; margin-bottom: 16px; }
.pc-tokens {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 10px;
}

/* Generation bullets */
.pc-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.pc-bullet {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 13px;
  color: rgba(240,240,240,0.75);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  white-space: nowrap;
}

.pc-price-row { display: flex; align-items: baseline; gap: 7px; margin-bottom: 24px; }
.pc-amount { font-size: 36px; font-weight: 600; letter-spacing: -0.03em; color: var(--text); line-height: 1; }
.pc-currency { font-size: 18px; font-weight: 400; color: var(--text-mid); }
.pc-period { font-size: 14px; color: var(--text-dim); }

.pc-btn {
  display: block;
  text-align: center;
  padding: 15px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: var(--pc-btn-bg);
  color: var(--pc-btn-fg);
  transition: background .32s ease;
}
.pc-btn:hover { background: var(--pc-btn-hover); }
.price-card.hi .pc-btn { background: var(--pc-btn-hi-bg); color: var(--pc-btn-hi-fg); }
.price-card.hi .pc-btn:hover { background: var(--pc-btn-hi-hover); }

/* ── Kreator variant selector (glass pill) ── */
.pc-variant-wrap {
  background: linear-gradient(135deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0.20) 100%);
  padding: 1px;
  border-radius: 38px;
  margin-bottom: 16px;
}
.pc-variant-sel {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 2px;
  border-radius: 37px;
  background: rgba(22,22,22,0.90);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.pc-variant-pill {
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: calc(50% - 6px);
  left: 5px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.10);
  pointer-events: none;
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pc-variant-btn {
  position: relative;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--sans);
  cursor: pointer;
  border: none;
  background: transparent;
  color: #aaaaaa;
  transition: color .15s;
  z-index: 1;
}
.pc-variant-btn.active { color: #ffffff; }

/* Colored card gradient border wrappers */
.pc-wrap--purple {
  background: linear-gradient(135deg, color-mix(in srgb, #BA3DFD 55%, transparent) 0%, rgba(255,255,255,0.01) 35%, rgba(255,255,255,0.01) 65%, color-mix(in srgb, #BA3DFD 55%, transparent) 100%);
}
.pc-wrap--yellow {
  background: linear-gradient(135deg, color-mix(in srgb, #FDB315 55%, transparent) 0%, rgba(255,255,255,0.01) 35%, rgba(255,255,255,0.01) 65%, color-mix(in srgb, #FDB315 55%, transparent) 100%);
}
.pc-wrap--blue {
  background: linear-gradient(135deg, color-mix(in srgb, #16B1FF 55%, transparent) 0%, rgba(255,255,255,0.01) 35%, rgba(255,255,255,0.01) 65%, color-mix(in srgb, #16B1FF 55%, transparent) 100%);
}

/* Colored card backgrounds */
.price-card--purple { background: linear-gradient(to bottom, #0f0f0f 60%, color-mix(in srgb, #BA3DFD 10%, #0f0f0f) 100%); }
.price-card--yellow { background: linear-gradient(to bottom, #0f0f0f 60%, color-mix(in srgb, #FDB315 10%, #0f0f0f) 100%); }
.price-card--blue   { background: linear-gradient(to bottom, #0f0f0f 60%, color-mix(in srgb, #16B1FF 10%, #0f0f0f) 100%); }

/* Corner badge */
.pc-badge {
  position: absolute;
  top: 12px; right: 12px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* Generation hint text */
.pc-shots-note {
  font-size: 13px;
  color: rgba(240,240,240,0.5);
  line-height: 1.45;
  margin-bottom: 20px;
}

/* Features section */
.pc-feats { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.pc-unlimited { display: flex; flex-direction: column; gap: 8px; }
.pc-unlimited-header { display: flex; align-items: center; gap: 8px; }
.pc-unlimited-inf { color: rgba(255,255,255,0.4); font-size: 18px; line-height: 1; width: 16px; text-align: center; flex-shrink: 0; }
.pc-unlimited-label { font-size: 14px; font-weight: 500; color: var(--text); }
.pc-model-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.pc-model-pill {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(240,240,240,0.8);
  background: rgba(255,255,255,0.04);
  white-space: nowrap;
}
.pc-feat-row { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--text); line-height: 1.45; }
.pc-feat-icon { flex-shrink: 0; margin-top: 2px; color: rgba(255,255,255,0.4); }

/* ── FAQ ── */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--faq-item-border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  padding: 26px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  letter-spacing: -0.01em;
  line-height: 1.35;
  transition: color .18s;
  -webkit-tap-highlight-color: transparent;
}
.faq-q:focus { outline: none; }
@media(hover:hover){ .faq-q:hover { color: var(--text-mid); } }
.faq-plus { flex-shrink: 0; display:flex; align-items:center; justify-content:center; color: var(--text-dim); transition: transform .28s cubic-bezier(.4,0,.2,1), color .18s; }
.faq-plus.open { transform: rotate(180deg); color: var(--text); }
.faq-a {
  font-size: 16px;
  color: var(--text-dim);
  line-height: 1.75;
  font-weight: 400;
  overflow: hidden;
  max-height: 0;
  transition: max-height .32s ease, padding-bottom .22s;
  padding-bottom: 0;
}
.faq-a.open { max-height: 300px; padding-bottom: 28px; }

/* ── FOOTER ── */
footer {
  padding: 80px 40px 48px;
  border-top: 1px solid var(--footer-border);
}
@media(min-width:1100px){footer{padding-left:60px;padding-right:60px}}
@media(min-width:1440px){footer{padding-left:80px;padding-right:80px}}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px,300px) 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 60px;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; margin-right: 32px; }
.footer-logo { display: inline-flex; align-items: center; color: var(--text); margin-bottom: 14px; text-decoration: none; }
.footer-logo .pikme-logo-svg { width: min(160px,100%); }
.footer-tagline { font-size: 13px; color: var(--text-dim); line-height: 1.65; font-weight: 400; margin-bottom: 20px; max-width: 240px; }
.footer-cta { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--text-mid); text-decoration: none; transition: color .3s ease; }
.footer-cta:hover { color: var(--text); }
.footer-col-h { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--footer-col-h); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14px; color: var(--text-dim); text-decoration: none; transition: color .18s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--footer-bottom-border);
}
.footer-copy { font-family: var(--mono); font-size: 10px; color: var(--footer-copy); letter-spacing: .04em; }

/* ── BURGER ── */
.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  width: 24px; height: 18px;
  position: relative;
}
.nav-burger .bun {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .25s;
}
.nav-burger .bun::before,.nav-burger .bun::after {
  content: '';
  display: block;
  width: 22px; height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: transform .32s cubic-bezier(.23,1,.32,1);
}
.nav-burger .bun::before { top: -7px; }
.nav-burger .bun::after  { top:  7px; }
.nav-burger.is-active .bun { background: transparent; }
.nav-burger.is-active .bun::before { transform: translateY(7px) rotate(45deg); }
.nav-burger.is-active .bun::after  { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 198;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 84px 28px 52px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mm-links { display: flex; flex-direction: column; gap: 0; }
.mobile-menu a.mm-link {
  display: block;
  font-size: clamp(40px,11vw,60px);
  font-weight: 400;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding: 6px 0;
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity .15s, transform .15s;
}
.mobile-menu a.mm-link:hover { opacity: .55 !important; }
.mobile-menu.open .mm-links a.mm-link:nth-child(1){opacity:1;transform:translateY(0);transition:opacity .36s cubic-bezier(.22,1,.36,1) .06s,transform .4s cubic-bezier(.22,1,.36,1) .06s}
.mobile-menu.open .mm-links a.mm-link:nth-child(2){opacity:1;transform:translateY(0);transition:opacity .36s cubic-bezier(.22,1,.36,1) .12s,transform .4s cubic-bezier(.22,1,.36,1) .12s}
.mobile-menu.open .mm-links a.mm-link:nth-child(3){opacity:1;transform:translateY(0);transition:opacity .36s cubic-bezier(.22,1,.36,1) .18s,transform .4s cubic-bezier(.22,1,.36,1) .18s}
.mobile-menu.open .mm-links a.mm-link:nth-child(4){opacity:1;transform:translateY(0);transition:opacity .36s cubic-bezier(.22,1,.36,1) .24s,transform .4s cubic-bezier(.22,1,.36,1) .24s}
.mobile-menu.open .mm-links a.mm-link:nth-child(5){opacity:1;transform:translateY(0);transition:opacity .36s cubic-bezier(.22,1,.36,1) .3s,transform .4s cubic-bezier(.22,1,.36,1) .3s}
.mobile-menu .mm-cta {
  font-size: clamp(36px,10vw,52px);
  font-weight: 400;
  color: var(--text-dim);
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.18;
  opacity: 0;
  transition: opacity .28s ease;
}
.mobile-menu.open .mm-cta { opacity: 1; transition: opacity .32s ease .32s; }
.mobile-menu .mm-cta:hover { opacity: .55 !important; }

/* ── BTN COMMON ── */
.btn-fill {
  font-family: var(--sans);
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  border: none;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .01em;
  transition: opacity .3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-fill:hover { opacity: .82; }
.btn-ghost {
  font-family: var(--sans);
  font-size: 12.5px;
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid var(--border-hi);
  background: transparent;
  color: var(--text-mid);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: color .3s ease, border-color .3s ease;
}
.btn-ghost:hover { color: var(--text); border-color: var(--ghost-hover-border); }

/* ── REVEAL ── */
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1);
}
.js-reveal .reveal.in-view { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media(min-width:1100px){#pricing{padding-left:60px;padding-right:60px}}
@media(min-width:1440px){#pricing{padding-left:80px;padding-right:80px}}

@media(min-width:721px) and (max-width:1100px) {
  .hero-illustration-wrap { margin-top: -40px; padding: 0 40px; }
}

@media(max-width:960px) {
  .gentypes-grid { grid-template-columns: 1fr 1fr; }
  .how-cards { display:flex; flex-direction:row; overflow-x:auto; gap:18px; padding:0 28px; margin:0 -28px 44px; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .how-cards::-webkit-scrollbar { display:none; }
  .how-card { flex:0 0 72vw; max-width:320px; min-width:240px; }
  .compare-wrap { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}
@media(max-width:720px) {
  nav { padding:0 16px; }
  .nav-links { display:none; }
  .nav-end { margin-left:auto; gap:10px; }
  .nav-btn { font-size:13px; padding:10px 22px; }
  .nav-burger { display:flex; transform:scale(0.82); transform-origin:center; }
  .nav-login { display:none; }
  .hero-text-block { padding:122px 16px 44px; }
  .hero-word-mobile { display: inline; }
  .hero-word-desktop { display: none; }
  .hero-sub-br { display: none; }
  .hero-cta-row { flex-direction: column; align-items: center; gap: 10px; }
  .btn-fill-lg { width: 100%; max-width: 320px; text-align: center; }
  .btn-ghost-lg { width: auto; }
  .hero-illustration-wrap { margin-top: -60px; padding: 0; }
  .hero-illustration { width: 115%; margin-left: -7.5%; }
  .models-marquee-item span { font-size:20px; }
  .models-marquee-item img { width:24px; height:24px; }
  .models-marquee-track { gap:44px; }
  .models-marquee-wrap { padding:12px 0 56px; }
  .models-marquee-wrap::before,
  .models-marquee-wrap::after { width:80px; }
  .hero-headline { font-size:clamp(30px,8vw,44px) !important; letter-spacing:-0.03em; }
  .hero-sub { font-size:16px; }
  .hero-stats { gap:20px; flex-wrap:wrap; justify-content:center; }
  .hero-stat-div { display:none; }
  .section { padding:88px 16px; }
  .section.seam-t { padding-top:52px; }
  .section.seam-b { padding-bottom:52px; }
  .models-section { padding:52px 16px; }
  .gentypes-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .pricing-grid { grid-template-columns:1fr; }
  .pricing-free-banner { flex-direction:column; gap:20px; align-items:flex-start; }
  .film-card { width:200px; height:266px; }
  .footer-grid { grid-template-columns:1fr; }
  .models-grid { gap:8px; }
  .model-chip { font-size:12px; padding:8px 14px; }
}

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 400;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: min(540px, calc(100vw - 32px));
  width: 100%;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  transition: transform .4s cubic-bezier(.34,1.36,.64,1);
}
.cookie-banner--visible { transform: translateX(-50%) translateY(0); }
.cookie-banner--hidden  { transform: translateX(-50%) translateY(120%); }
.cookie-banner__text { font-size: 13px; color: var(--text-dim); line-height: 1.5; flex: 1; }
.cookie-banner__link { color: var(--text-mid); text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__btn {
  flex-shrink: 0;
  padding: 9px 20px;
  border-radius: 9px;
  background: var(--text);
  color: var(--bg);
  border: none;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity .2s;
}
.cookie-banner__btn:hover { opacity: .85; }
