:root {
  --bg: #08070d;
  --bg-soft: #11101a;
  --panel: #151320;
  --panel-strong: #201b2e;
  --text: #fff8fb;
  --muted: #c9b8c8;
  --dim: #8d7d91;
  --red: #ec3f83;
  --red-strong: #ff6aa2;
  --gold: #b11234;
  --ink: #fff8fb;
  --line: rgba(255, 248, 251, 0.13);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 8%, rgba(236, 63, 131, 0.22), transparent 32rem),
    radial-gradient(circle at 15% 18%, rgba(177, 18, 52, 0.22), transparent 26rem),
    linear-gradient(180deg, #08070d 0%, #100e18 44%, #08070d 100%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--glow-x, 72%) var(--glow-y, 24%), rgba(236, 63, 131, 0.16), transparent 18rem),
    radial-gradient(circle at 12% 82%, rgba(177, 18, 52, 0.14), transparent 20rem);
  opacity: 0.8;
  transition: background 220ms ease;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(8, 7, 13, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav-cta,
.button {
  font-weight: 800;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: max-content;
  letter-spacing: 0;
}

.brand-mark {
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-strong), var(--gold));
  box-shadow: 0 0 0 4px rgba(177, 18, 52, 0.18), 0 12px 28px rgba(236, 63, 131, 0.28);
  animation: pulseGlow 2.8s ease-in-out infinite;
}

.top-nav {
  display: flex;
  gap: clamp(0.75rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.94rem;
}

.top-nav a:hover,
.nav-cta:hover {
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1rem;
  color: var(--bg);
  background: var(--ink);
  border: 1px solid rgba(255, 248, 251, 0.14);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
}

.hero > *,
.split-section > *,
.recommendation > * {
  min-width: 0;
}

.hero h1,
.section h2,
.recommendation h2,
.final-cta h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 13vw, 10.5rem);
}

.hero-lede {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  overflow-wrap: break-word;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.2rem;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary::after,
.character-copy a::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transition: transform 520ms ease;
}

.button-primary:hover::after,
.character-copy a:hover::after {
  transform: translateX(120%);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--gold));
  border: 1px solid rgba(255, 106, 162, 0.32);
  box-shadow: 0 18px 44px rgba(236, 63, 131, 0.28);
}

.button-secondary {
  background: rgba(255, 248, 251, 0.05);
  border: 1px solid var(--line);
  color: var(--muted);
}

.microcopy,
.affiliate-note {
  color: var(--dim);
  font-size: 0.92rem;
}

.hero-visual {
  width: min(100%, 34rem);
  aspect-ratio: 560 / 708;
  min-height: 0;
  justify-self: end;
  border: 0;
  border-radius: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 52% 28%, rgba(236, 63, 131, 0.18), transparent 14rem),
    linear-gradient(150deg, #17111d, #08070d);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  animation: floatPanel 6s ease-in-out infinite;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  border-radius: inherit;
}

.hero-media {
  z-index: 1;
}

.hero-visual::before {
  content: none;
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(177, 18, 52, 0.28);
  border-radius: 50% 50% 44% 44%;
  background: linear-gradient(180deg, rgba(255, 248, 251, 0.08), rgba(255, 248, 251, 0.02));
  filter: drop-shadow(0 22px 42px rgba(177, 18, 52, 0.2));
}

.hero-visual::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 48%;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--red-strong), var(--gold), transparent);
  box-shadow: 0 0 28px rgba(177, 18, 52, 0.32);
  animation: scanLine 3.8s ease-in-out infinite;
}

.visual-card {
  position: absolute;
  z-index: 3;
  left: 7%;
  right: 7%;
  bottom: 7%;
  padding: 1rem;
  background: rgba(15, 13, 23, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.visual-card p {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.visual-card strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.status-dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.4rem;
  background: var(--red-strong);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(240, 82, 130, 0.55);
  animation: pulseDot 1.8s ease-in-out infinite;
}

.signal-lines {
  display: grid;
  gap: 0.42rem;
  margin-top: 1rem;
}

.signal-lines span {
  display: block;
  height: 0.44rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(236, 63, 131, 0.58), rgba(177, 18, 52, 0.34), transparent);
  transform-origin: left;
  animation: signalFlow 2.6s ease-in-out infinite;
}

.signal-lines span:nth-child(2) {
  width: 74%;
  animation-delay: 160ms;
}

.signal-lines span:nth-child(3) {
  width: 48%;
  animation-delay: 320ms;
}

.trust-strip,
.section,
.recommendation,
.final-cta,
.site-footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.language-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.85rem;
  width: 100%;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--dim);
}

.language-links a:hover,
.language-links a:focus-visible {
  color: var(--text);
  text-decoration: underline;
}

:root:dir(rtl) .site-header,
:root:dir(rtl) .hero,
:root:dir(rtl) .characters-top,
:root:dir(rtl) .recommendation,
:root:dir(rtl) .split-section {
  direction: rtl;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 251, 0.08);
  box-shadow: var(--shadow);
}

.trust-strip span {
  padding: 1rem;
  background: rgba(255, 248, 251, 0.045);
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0 0;
}

.characters-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.section-heading {
  max-width: 46rem;
}

.section h2,
.recommendation h2,
.final-cta h2 {
  font-size: clamp(2.15rem, 5vw, 4.35rem);
}

.section-heading p,
.copy-block p,
.recommendation p {
  color: var(--muted);
  font-size: 1.04rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.feature-card {
  min-height: 17rem;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 248, 251, 0.075), rgba(255, 248, 251, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.character-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 106, 162, 0.34);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.feature-card h3 {
  margin: 1.25rem 0 0.65rem;
  font-size: 1.28rem;
  line-height: 1.15;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.card-kicker {
  color: var(--gold);
  font-weight: 900;
}

.recommendation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    linear-gradient(100deg, rgba(236, 63, 131, 0.2), rgba(177, 18, 52, 0.18)),
    var(--panel);
  border: 1px solid rgba(177, 18, 52, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.recommendation p {
  max-width: 43rem;
  margin-bottom: 0;
}

.characters-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.character-tabs {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.35rem;
  background: rgba(255, 248, 251, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.character-tab {
  min-height: 2.55rem;
  padding: 0 1rem;
  color: var(--muted);
  font: inherit;
  font-weight: 900;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.character-tab:hover {
  transform: translateY(-1px);
}

.character-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--gold));
  box-shadow: 0 12px 28px rgba(177, 18, 52, 0.26);
}

.character-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.character-panel[hidden] {
  display: none;
}

.character-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.1), rgba(255, 248, 251, 0.045)),
    var(--panel);
  border: 1px solid rgba(255, 248, 251, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.character-portrait {
  aspect-ratio: 4 / 5;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: var(--panel-strong);
}

.character-portrait img,
.character-portrait video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: rgba(8, 7, 13, 0.62);
  border: 1px solid rgba(255, 248, 251, 0.18);
  border-radius: 999px;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  transition: background 160ms ease, transform 160ms ease;
}

.gallery-arrow:hover {
  background: rgba(236, 63, 131, 0.82);
  transform: translateY(-50%) scale(1.06);
}

.gallery-arrow-prev {
  left: 0.55rem;
}

.gallery-arrow-next {
  right: 0.55rem;
}

.gallery-count {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 4;
  padding: 0.16rem 0.45rem;
  color: rgba(255, 248, 251, 0.9);
  background: rgba(8, 7, 13, 0.58);
  border: 1px solid rgba(255, 248, 251, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.character-portrait::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;
  width: 52%;
  height: 74%;
  transform: translateX(-50%);
  border-radius: 48% 48% 18% 18%;
  background: linear-gradient(180deg, rgba(255, 248, 251, 0.9), rgba(236, 63, 131, 0.35));
  box-shadow: 0 -26px 60px rgba(177, 18, 52, 0.2);
  animation: portraitBreathe 4.6s ease-in-out infinite;
}

.character-portrait::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  width: 30%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(circle at 36% 44%, rgba(32, 24, 33, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 64% 44%, rgba(32, 24, 33, 0.82) 0 3px, transparent 4px),
    linear-gradient(180deg, #ffe5df, #d99a95);
  box-shadow:
    -1.2rem -0.3rem 0 0.15rem rgba(46, 29, 55, 0.96),
    1.2rem -0.3rem 0 0.15rem rgba(46, 29, 55, 0.96),
    0 0 0 999px rgba(0, 0, 0, 0);
}

.portrait-realistic-1 {
  background:
    radial-gradient(circle at 50% 20%, rgba(177, 18, 52, 0.34), transparent 9rem),
    linear-gradient(140deg, #191522, #342039 58%, #171326);
}

.portrait-realistic-2 {
  background:
    radial-gradient(circle at 42% 22%, rgba(236, 63, 131, 0.34), transparent 10rem),
    linear-gradient(140deg, #100e18, #321b32 52%, #171326);
}

.portrait-realistic-3 {
  background:
    radial-gradient(circle at 56% 18%, rgba(177, 18, 52, 0.3), transparent 10rem),
    linear-gradient(140deg, #16111d, #35213a 56%, #120f1b);
}

.portrait-realistic-4 {
  background:
    radial-gradient(circle at 48% 18%, rgba(236, 63, 131, 0.34), transparent 10rem),
    linear-gradient(140deg, #140d16, #42172a 56%, #100e18);
}

.portrait-anime-1,
.portrait-anime-2,
.portrait-anime-3,
.portrait-anime-4 {
  background:
    repeating-linear-gradient(135deg, rgba(177, 18, 52, 0.12) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 50% 18%, rgba(236, 63, 131, 0.34), transparent 10rem),
    linear-gradient(150deg, #171326, #2e1b48 55%, #120f1b);
}

.portrait-anime-1::after,
.portrait-anime-2::after,
.portrait-anime-3::after,
.portrait-anime-4::after {
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 34% 45%, #111 0 4px, transparent 5px),
    radial-gradient(circle at 66% 45%, #111 0 4px, transparent 5px),
    linear-gradient(180deg, #ffd8e1, #d88c9a);
  box-shadow:
    -1.55rem -0.45rem 0 0.25rem rgba(44, 28, 72, 0.96),
    1.55rem -0.45rem 0 0.25rem rgba(44, 28, 72, 0.96);
}

.portrait-anime-2 {
  background:
    repeating-linear-gradient(135deg, rgba(177, 18, 52, 0.12) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 54% 16%, rgba(236, 63, 131, 0.32), transparent 10rem),
    linear-gradient(150deg, #16111d, #332048 55%, #130f1d);
}

.portrait-anime-3 {
  background:
    repeating-linear-gradient(135deg, rgba(177, 18, 52, 0.12) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 46% 16%, rgba(236, 63, 131, 0.32), transparent 10rem),
    linear-gradient(150deg, #191522, #2e2144 55%, #100e18);
}

.portrait-anime-4 {
  background:
    repeating-linear-gradient(135deg, rgba(177, 18, 52, 0.12) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 52% 16%, rgba(236, 63, 131, 0.34), transparent 10rem),
    linear-gradient(150deg, #160f1a, #3d1838 55%, #100e18);
}

.character-portrait.has-asset {
  background: var(--panel-strong);
}

.character-portrait.has-asset::before,
.character-portrait.has-asset::after {
  display: none;
}

.character-copy {
  padding: 1.2rem;
}

.character-copy h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.55rem;
  line-height: 1.05;
}

.character-copy p {
  margin: 0;
  color: var(--muted);
}

.character-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-height: 2.45rem;
  padding: 0 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--gold));
  border-radius: var(--radius);
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.character-copy a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(236, 63, 131, 0.24);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.copy-block {
  border-left: 1px solid rgba(177, 18, 52, 0.32);
  padding-left: clamp(1.2rem, 3vw, 2rem);
}

.compact {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.comparison {
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(69, 35, 56, 0.08);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.42fr) 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 248, 251, 0.045);
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row span {
  color: var(--gold);
  font-weight: 900;
}

.comparison-row strong {
  color: var(--text);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

details {
  background: rgba(255, 248, 251, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: var(--muted);
}

.final-cta {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  text-align: center;
}

.final-cta .button {
  margin-top: 1.4rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 0.92rem;
}

.link-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(236, 63, 131, 0.22), transparent 22rem),
    linear-gradient(135deg, rgba(177, 18, 52, 0.2), transparent 18rem),
    var(--bg);
}

.redirect-panel {
  width: min(30rem, 100%);
  padding: clamp(1.5rem, 6vw, 2.5rem);
  text-align: center;
  background: rgba(21, 19, 32, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.loader-ring {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.4rem;
  border: 2px solid rgba(58, 37, 52, 0.1);
  border-top-color: var(--red-strong);
  border-right-color: var(--gold);
  border-radius: 999px;
  animation: spin 950ms linear infinite;
}

.redirect-panel h1 {
  margin: 0;
  font-size: clamp(1.7rem, 6vw, 2.55rem);
  line-height: 1.05;
}

.redirect-panel p {
  color: var(--muted);
}

.manual-link {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(177, 18, 52, 0.5);
  text-underline-offset: 0.25rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(177, 18, 52, 0.18), 0 12px 28px rgba(236, 63, 131, 0.28);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(236, 63, 131, 0.14), 0 16px 38px rgba(236, 63, 131, 0.42);
  }
}

@keyframes pulseDot {
  0%, 100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

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

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

@keyframes scanLine {
  0%, 100% {
    opacity: 0.45;
    transform: translateX(-50%) scaleX(0.82);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.18);
  }
}

@keyframes signalFlow {
  0%, 100% {
    opacity: 0.68;
    transform: scaleX(0.82);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes portraitBreathe {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .top-nav {
    display: none;
  }

  .hero,
  .split-section,
  .recommendation {
    grid-template-columns: 1fr;
  }

  .characters-top {
    align-items: start;
    flex-direction: column;
  }

  .character-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    justify-self: center;
  }

  .trust-strip,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recommendation {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 1rem;
  }

  .brand {
    font-size: 0.96rem;
  }

  .nav-cta {
    min-height: 2.35rem;
    padding-inline: 0.85rem;
  }

  .hero {
    padding-top: 3rem;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 18vw, 4.7rem);
  }

  .section h2,
  .recommendation h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .feature-grid,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .characters-section {
    padding-top: 2rem;
  }

  .character-panel {
    gap: 0.65rem;
    margin-top: 1.2rem;
  }

  .character-card {
    border-radius: 7px;
  }

  .character-portrait {
    aspect-ratio: 1 / 0.95;
  }

  .character-copy {
    padding: 0.7rem;
  }

  .character-copy h3 {
    margin: 0.2rem 0 0.35rem;
    font-size: 1.05rem;
  }

  .character-copy p {
    display: -webkit-box;
    min-height: 3.45rem;
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .character-copy a {
    width: 100%;
    min-height: 2.15rem;
    margin-top: 0.65rem;
    padding: 0 0.55rem;
    font-size: 0.78rem;
  }

  .character-copy a {
    font-size: 0;
  }

  .character-copy a::before {
    content: "Meet";
    font-size: 0.78rem;
  }

  .gallery-arrow {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.82rem;
  }

  .gallery-arrow-prev {
    left: 0.35rem;
  }

  .gallery-arrow-next {
    right: 0.35rem;
  }

  .gallery-count {
    right: 0.35rem;
    bottom: 0.35rem;
    font-size: 0.64rem;
  }

  .card-kicker {
    font-size: 0.7rem;
  }

  .feature-card {
    min-height: auto;
  }

  .copy-block {
    border-left: 0;
    padding-left: 0;
  }

  .site-footer {
    flex-direction: column;
  }
}
