:root {
  --brand-50: #f0fdfa;
  --brand-100: #ccfbf1;
  --brand-200: #99f6e4;
  --brand-400: #2dd4bf;
  --brand-500: #14b8a6;
  --brand-600: #0d9488;
  --brand-700: #0f766e;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-900: #0f172a;
  --bg: #f8f9fa;
  --danger: #e11d48;
  --shadow-nav: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-xl: 0 20px 40px -5px rgba(13, 148, 136, 0.12);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  background: var(--bg);
  color: var(--slate-900);
  line-height: 1.65;
  overflow-x: hidden;
}
body::selection {
  background: var(--brand-500);
  color: #fff;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.aurora-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: #fff;
  pointer-events: none;
}
.aurora-blob {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.6;
  mix-blend-mode: multiply;
  animation: float 10s ease-in-out infinite;
}
.aurora-blob--a { background: #ccfbf1; top: 0; left: 0; }
.aurora-blob--b {
  background: #fef3c7;
  top: 0;
  right: 0;
  animation-delay: 2s;
}

.nav-pill {
  display: none;
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-nav);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 0.5rem;
  align-items: center;
  gap: 0.25rem;
  width: auto;
  max-width: 42rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.875rem;
}
.nav-logo:hover { background: var(--slate-100); }
.nav-logo img { height: 1rem; width: 1rem; display: block; border-radius: 0.28rem; }
.nav-logo span { font-weight: 800; letter-spacing: -0.03em; color: var(--slate-900); }
.nav-divider {
  width: 1px;
  height: 1rem;
  background: #d1d5db;
  margin: 0 0.25rem;
}
.nav-pill a.nav-item {
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav-pill a.nav-item:hover {
  color: #000;
  background: var(--slate-100);
}
.nav-cta {
  margin-left: 0.5rem;
  padding: 0.625rem 1.5rem;
  border-radius: 999px;
  background: var(--slate-900);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.2);
  transition: background 0.2s var(--ease);
}
.nav-cta:hover { background: var(--brand-600); }

.nav-mobile {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-100);
  padding: 1rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nav-mobile-brand { display: flex; align-items: center; gap: 0.45rem; font-weight: 800; letter-spacing: -0.03em; }
.nav-mobile-brand img { height: 1.25rem; width: 1.25rem; display: block; border-radius: 0.35rem; }
.nav-mobile-cta {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-600);
}

.hero {
  padding: 10rem 1.5rem 5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-inner { max-width: 80rem; margin: 0 auto; }
.hero-badge-wrap {
  display: inline-block;
  margin-bottom: 1.5rem;
  animation: float 3s ease-in-out infinite;
}
.hero-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--brand-200);
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.1;
  color: var(--slate-900);
  margin: 0 0 2rem;
}
.hero-shimmer,
.text-shimmer {
  color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--brand-600) 0%,
    var(--brand-600) 42%,
    #22d3ee 50%,
    var(--brand-600) 58%,
    var(--brand-600) 100%
  );
  background-size: 240% 100%;
  background-position: 100% center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
}
.text-shimmer--on-dark {
  background-image: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 42%,
    #67e8f9 50%,
    #ffffff 58%,
    #ffffff 100%
  );
}
.hero-shimmer.is-shine,
.text-shimmer.is-shine {
  animation: text-shimmer 1.45s ease-out 1 both;
}
.hero-shimmer.is-shone,
.text-shimmer.is-shone {
  animation: none;
  background-image: none;
  color: var(--brand-600);
  -webkit-text-fill-color: var(--brand-600);
}
.text-shimmer--on-dark.is-shone {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.hero-lead {
  font-size: 1.125rem;
  color: var(--slate-500);
  max-width: 42rem;
  margin: 0 auto 3rem;
  font-weight: 500;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  background: var(--slate-900);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}
.btn-dark:hover {
  background: #1e293b;
  transform: translateY(-4px);
}
.btn-dark:disabled {
  opacity: 0.6;
  transform: none;
  cursor: wait;
}

.marquee-wrap {
  width: 100%;
  background: var(--brand-700);
  color: #fff;
  padding: 1rem 0;
  overflow: hidden;
  transform: rotate(-1deg);
  transform-origin: left;
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.25);
  position: relative;
  z-index: 10;
}
.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  align-items: center;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 0.75rem; }
.marquee-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #fde047;
  display: inline-block;
}

.section {
  padding: 6rem 1.5rem;
  position: relative;
}
.section-white { background: #fff; }
.section-muted {
  background: var(--slate-50);
  border-top: 1px solid var(--slate-200);
}
.section-dark {
  background: var(--slate-900);
  color: #fff;
  overflow: hidden;
}
.section-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.section-head {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  color: var(--brand-600);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  display: block;
}
.section-head h2,
.section-copy h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--slate-900);
  margin: 0 0 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.section-dark .section-head h2 { color: #fff; }
.section-lead {
  color: var(--slate-500);
  font-size: 1.125rem;
  margin: 0;
}
.section-dark .section-lead { color: #94a3b8; }

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.feature-card {
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid var(--slate-100);
  transition: all 0.3s var(--ease);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: inherit;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--brand-200);
}
.icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s var(--ease);
}
.feature-card:hover .icon-box { transform: scale(1.1); }
.icon-box svg { width: 1.4rem; height: 1.4rem; }
.icon-teal { background: #f0fdfa; color: var(--brand-600); }
.icon-amber { background: #fffbeb; color: #d97706; }
.icon-sky { background: #f0f9ff; color: #0284c7; }
.icon-violet { background: #f5f3ff; color: #7c3aed; }
.icon-rose { background: #fff1f2; color: #e11d48; }
.icon-orange { background: #fff7ed; color: #ea580c; }
.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--slate-900);
}
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  color: var(--slate-600);
  line-height: 1.4;
  gap: 0.75rem;
}
.check {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.check-teal { color: var(--brand-500); }
.check-amber { color: #f59e0b; }
.check-sky { color: #0ea5e9; }
.check-violet { color: #8b5cf6; }

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.chip {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background: #ccfbf1;
  color: var(--brand-700);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.point {
  display: flex;
  gap: 1.25rem;
  margin-top: 2rem;
}
.point-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brand-500);
}
.point-icon svg { width: 1.2rem; height: 1.2rem; }
.point h4 { margin: 0 0 0.25rem; font-weight: 700; }
.point p { margin: 0; font-size: 0.875rem; color: var(--slate-500); }
.mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.mini-wide { grid-column: auto; }
.tag {
  font-size: 0.75rem;
  background: #d1fae5;
  color: #047857;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
}
.note {
  font-size: 0.75rem;
  color: var(--slate-500);
  background: var(--slate-50);
  padding: 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid var(--slate-100);
}

.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  pointer-events: none;
}
.blob-a {
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: rgba(13, 148, 136, 0.2);
}
.blob-b {
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: rgba(245, 158, 11, 0.18);
}
.dark-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: border-color 0.2s var(--ease);
}
.glass-card:hover { border-color: rgba(20, 184, 166, 0.5); }
.glass-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #fff;
}
.glass-icon svg { width: 1.4rem; height: 1.4rem; }
.glass-icon--teal { background: var(--brand-600); }
.glass-icon--amber { background: #d97706; }
.glass-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.glass-card p {
  color: #94a3b8;
  margin: 0 0 2rem;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}
.metric {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.metric span {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.metric strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--brand-400);
}
.glass-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  color: #cbd5e1;
}
.glass-list li { display: flex; align-items: center; gap: 0.75rem; }
.glass-list svg { width: 1rem; height: 1rem; color: #f59e0b; flex-shrink: 0; }

.pricing {
  padding: 6rem 0;
  background: #fff;
  border-top: 1px solid var(--slate-100);
}
.pricing-inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.pricing h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.price-card {
  position: relative;
  background: var(--slate-900);
  border-radius: 2.5rem;
  padding: 2.5rem;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35);
  transition: transform 0.5s var(--ease);
}
.price-card:hover { transform: scale(1.01); }
.price-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease);
}
.price-card:hover .price-sheen { opacity: 1; }
.price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
.price-copy { text-align: left; width: 100%; }
.price-kicker {
  color: var(--brand-400);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.price-card h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.price-copy p {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0;
}
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--slate-900);
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  width: 100%;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.btn-light:hover {
  background: var(--brand-500);
  color: #fff;
}
.price-note {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: #9ca3af;
}

.site-footer {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--slate-100);
  background: #f9fafb;
}
.footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-brand img {
  height: 1.25rem;
  opacity: 0.5;
  filter: grayscale(1);
}
.footer-brand span {
  font-size: 0.75rem;
  color: #9ca3af;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--slate-500);
  font-weight: 500;
}
.footer-links a:hover { color: #000; }

.ad-slot { margin: 1.5rem auto; max-width: 80rem; padding: 0 1.5rem; }
.ad-slot__inner {
  min-height: 90px;
  border: 1px dashed #e2e8f0;
  border-radius: 1.5rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.8rem;
}

.tool-page {
  padding: 8rem 1.5rem 4rem;
  max-width: 48rem;
  margin: 0 auto;
}
.tool-page h1 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
}
.tool-page .lead {
  color: var(--slate-500);
  margin: 0 0 2rem;
}
.rank-form {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.rank-form label {
  flex: 1 1 220px;
  display: grid;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.rank-form input {
  min-height: 3rem;
  border: 1px solid var(--slate-200);
  border-radius: 0.9rem;
  padding: 0 0.9rem;
  background: #fff;
}
.rank-form input:focus {
  outline: 2px solid var(--brand-200);
  border-color: var(--brand-500);
}
.rank-form .btn-dark {
  width: auto;
  min-width: 8rem;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  align-self: flex-end;
}
.form-hint { min-height: 1.5em; color: var(--slate-500); }
.result {
  margin-top: 1rem;
  border-radius: 1.5rem;
  padding: 0;
  background: transparent;
  color: #fff;
  display: grid;
  gap: 14px;
}
.result-summary {
  margin: 0;
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 600;
}
.result-card {
  border-radius: 1.5rem;
  padding: 1.5rem;
  background: var(--slate-900);
}
.result .rank-num {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4ade80;
}
.result .meta { color: #94a3b8; margin: 0.5rem 0 1rem; }
.result ol { margin: 0; padding-left: 1.2rem; color: #e2e8f0; }
.result li { margin: 0.4rem 0; }
.result-kw {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0.75rem;
}
.result-kw span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #86efac;
  text-transform: uppercase;
}
.result-kw strong {
  color: #fff;
  font-size: 0.95rem;
}
.badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  color: #4ade80;
  font-size: 0.75rem;
  font-weight: 700;
}
.badge.warn { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.field-hint {
  margin-left: 6px;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 500;
}
.err { color: var(--danger); }

.text-balance {
  text-wrap: balance;
  word-break: keep-all;
}
.word-keep { word-break: keep-all; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes text-shimmer {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

@media (min-width: 640px) {
  .hero-actions { flex-direction: row; }
  .btn-dark { width: auto; }
  .mini-grid { grid-template-columns: 1fr 1fr; }
  .mini-wide { grid-column: 1 / -1; }
}
@media (min-width: 768px) {
  br.md-only { display: none; }
  .nav-pill { display: flex; }
  .nav-mobile { display: none; }
  .hero {
    padding: 15rem 1.5rem 7rem;
  }
  .hero h1 { font-size: 6rem; }
  .hero-lead { font-size: 1.5rem; }
  .section-head h2,
  .section-copy h2,
  .pricing h2 {
    font-size: 3rem;
  }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .dark-grid { grid-template-columns: 1fr 1fr; }
  .price-row { flex-direction: row; }
  .btn-light { width: auto; }
  .price-card { padding: 4rem; }
  .price-card h3 { font-size: 3rem; }
  .price-copy p { font-size: 1rem; }
  .footer-inner { flex-direction: row; }
  .tool-page { padding-top: 10rem; }
  .tool-page h1 { font-size: 2.5rem; }
  .glass-card { padding: 3rem; }
}
@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .split {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

/* MyRank independent visual system */
:root {
  --brand-50: #f5f3ff;
  --brand-100: #ede9fe;
  --brand-200: #ddd6fe;
  --brand-400: #a78bfa;
  --brand-500: #7c6cf2;
  --brand-600: #6758dc;
  --brand-700: #5546c7;
  --slate-900: #121321;
  --bg: #f6f7fb;
  --shadow-nav: 0 14px 40px rgba(25, 24, 48, 0.14);
  --shadow-xl: 0 28px 70px -28px rgba(71, 57, 170, 0.32);
}

body {
  background: var(--bg);
}

.aurora-bg {
  background:
    radial-gradient(circle at 8% 8%, rgba(126, 108, 242, 0.13), transparent 25%),
    radial-gradient(circle at 92% 18%, rgba(34, 211, 238, 0.12), transparent 24%),
    #f8f8fc;
}
.aurora-blob {
  display: none;
}

.nav-pill {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  min-height: 68px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px 8px 18px;
  border-radius: 20px;
  background: rgba(18, 19, 33, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-nav);
  justify-content: space-between;
  gap: 0.25rem;
  overflow: visible;
  will-change: width, padding, border-radius, transform;
  transition:
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    max-width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    min-height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-logo {
  padding: 8px;
  color: #fff;
  border-radius: 12px;
  flex-shrink: 0;
  transition:
    padding 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-logo:hover {
  background: rgba(255, 255, 255, 0.06);
}
.nav-logo img {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}
.nav-logo span {
  color: #fff;
  font-size: 1rem;
}
.nav-logo small {
  display: inline-block;
  margin-left: 4px;
  max-width: 6rem;
  color: #777991;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  vertical-align: middle;
  transition:
    opacity 0.28s ease,
    max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-divider {
  display: block;
  width: 0;
  height: 1rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-pill a.nav-item {
  color: #a9abbd;
  padding: 10px 18px;
  border-radius: 11px;
  white-space: nowrap;
  transition:
    color 0.2s var(--ease),
    background 0.2s var(--ease),
    padding 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-pill a.nav-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 12px 14px 12px 20px;
  border-radius: 13px;
  background: #fff;
  color: #161725 !important;
  box-shadow: none;
  flex-shrink: 0;
  white-space: nowrap;
  transition:
    background 0.2s var(--ease),
    padding 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-cta b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--brand-600);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1;
  transition:
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.2s ease;
}
.nav-cta:hover {
  background: #efedff;
}
.nav-cta-wrap {
  position: relative;
  flex-shrink: 0;
}
.nav-cta-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  min-width: 204px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(18, 19, 33, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(18, 19, 33, 0.32);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.nav-cta-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.nav-cta-wrap:hover .nav-cta-menu,
.nav-cta-wrap:focus-within .nav-cta-menu,
.nav-cta-wrap.is-open .nav-cta-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-cta-wrap:hover .nav-cta b,
.nav-cta-wrap:focus-within .nav-cta b,
.nav-cta-wrap.is-open .nav-cta b {
  transform: rotate(180deg);
}
.nav-cta-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 11px;
  color: #d5d7e4;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-cta-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.nav-cta-menu a i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(103, 88, 220, 0.22);
  color: #c4baff;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
}
.nav-mobile-cta-wrap {
  position: relative;
}
.nav-mobile-cta {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.nav-mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  min-width: 168px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(18, 19, 33, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(18, 19, 33, 0.35);
}
.nav-mobile-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #e4e5ef;
  font-size: 0.88rem;
  font-weight: 600;
}
.nav-mobile-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* PC: delayed soft compress into centered pill */
@media (min-width: 768px) {
  body.is-scrolled .nav-pill {
    width: max-content;
    max-width: min(42rem, calc(100% - 40px));
    min-height: 56px;
    top: 1.5rem;
    padding: 0.5rem;
    border-radius: 999px;
    justify-content: center;
    gap: 0.25rem;
    box-shadow: 0 18px 44px rgba(18, 19, 33, 0.28);
    transform: translateX(-50%) scale(0.985);
    transition:
      width 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.16s,
      max-width 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.16s,
      min-height 0.68s cubic-bezier(0.16, 1, 0.3, 1) 0.14s,
      padding 0.68s cubic-bezier(0.16, 1, 0.3, 1) 0.14s,
      border-radius 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.12s,
      top 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s,
      box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s,
      gap 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.14s,
      transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
  }
  body.is-scrolled .nav-logo {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    transition:
      padding 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.18s,
      border-radius 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
  }
  body.is-scrolled .nav-logo small {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
    transition:
      opacity 0.22s ease 0.12s,
      max-width 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.14s,
      margin 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.14s;
  }
  body.is-scrolled .nav-divider {
    width: 1px;
    margin: 0 0.15rem;
    opacity: 1;
    transition:
      width 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.28s,
      margin 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.28s,
      opacity 0.4s ease 0.32s;
  }
  body.is-scrolled .nav-pill a.nav-item {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    transition:
      color 0.2s var(--ease),
      background 0.2s var(--ease),
      padding 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
      border-radius 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
  }
  body.is-scrolled .nav-cta {
    margin-left: 0.15rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    gap: 12px;
    transition:
      background 0.2s var(--ease),
      padding 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.22s,
      border-radius 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
      gap 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.22s,
      margin 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
  }
  body.is-scrolled .nav-cta b {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    transition:
      width 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.24s,
      height 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.24s,
      border-radius 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
  }
}

.nav-mobile {
  background: rgba(18, 19, 33, 0.96);
  border: 0;
  color: #fff;
}
.nav-mobile-brand {
  color: #fff;
}
.nav-mobile-cta {
  padding: 8px 13px;
  border-radius: 10px;
  color: #fff;
  background: var(--brand-600);
}

.hero {
  padding: 132px 24px 72px;
  text-align: left;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.hero-inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-badge-wrap {
  margin: 0 0 24px;
  animation: none;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 10px;
  border: 1px solid rgba(103, 88, 220, 0.2);
  background: rgba(255, 255, 255, 0.75);
  color: var(--brand-700);
  box-shadow: 0 8px 24px rgba(72, 59, 171, 0.08);
}
.hero-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
  animation: livePulse 2s ease-in-out infinite;
}
.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 5.7vw, 5.2rem);
  line-height: 1.06;
  letter-spacing: -0.065em;
}
.hero-kicker {
  display: block;
  margin-bottom: 0.08em;
  white-space: nowrap;
}
.hero-shimmer {
  background-image: linear-gradient(
    90deg,
    #6758dc 0%,
    #6758dc 42%,
    #22d3ee 50%,
    #8b5cf6 58%,
    #6758dc 100%
  );
  background-size: 240% 100%;
  animation: none;
}
.hero-lead {
  max-width: 580px;
  margin: 0 0 34px;
  font-size: 1.12rem;
  line-height: 1.75;
}
.hero-actions {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.btn-dark {
  width: auto;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 15px;
  background: var(--slate-900);
  font-size: 1rem;
  box-shadow: 0 18px 36px -18px rgba(18, 19, 33, 0.7);
}
.btn-dark span {
  margin-left: 18px;
  color: #c4baff;
}
.btn-dark:hover {
  background: var(--brand-700);
  transform: translateY(-3px);
}
.btn-text {
  padding: 15px 10px;
  color: var(--slate-600);
  font-size: 0.94rem;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.btn-text:hover {
  color: var(--brand-700);
  border-color: var(--brand-400);
}
.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 45px;
}
.hero-proof span {
  padding: 0 22px;
  color: #77798d;
  font-size: 0.76rem;
  border-right: 1px solid #ddddea;
}
.hero-proof span:first-child {
  padding-left: 0;
}
.hero-proof span:last-child {
  border-right: 0;
}
.hero-proof b {
  display: block;
  margin-bottom: 1px;
  color: #202133;
  font-size: 1.12rem;
}

.hero-visual {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
}
.visual-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.visual-orbit--one {
  width: 460px;
  height: 460px;
  border: 1px solid rgba(103, 88, 220, 0.18);
}
.visual-orbit--two {
  width: 360px;
  height: 360px;
  border: 1px dashed rgba(6, 182, 212, 0.24);
  animation: orbitSpin 28s linear infinite;
}
.rank-window {
  position: relative;
  z-index: 2;
  width: min(430px, 92%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 35px 90px -30px rgba(73, 60, 176, 0.38),
    inset 0 0 0 1px rgba(117, 104, 220, 0.05);
  backdrop-filter: blur(20px);
}
.rank-window::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(103, 88, 220, 0.12), rgba(34, 211, 238, 0.09));
}
.rank-window__top,
.window-brand,
.rank-row,
.rank-row > span,
.rank-summary {
  display: flex;
  align-items: center;
}
.rank-window__top {
  justify-content: space-between;
  margin-bottom: 20px;
}
.window-brand {
  gap: 9px;
  color: #35364a;
  font-size: 0.82rem;
  font-weight: 800;
}
.window-brand img {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}
.window-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 7px;
  color: #16a34a;
  background: #f0fdf4;
  font-size: 0.62rem;
  font-weight: 800;
}
.window-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.rank-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 15px;
  margin-bottom: 13px;
  border: 1px solid #e5e5ef;
  border-radius: 13px;
  color: #343548;
  background: #fafafe;
  font-size: 0.82rem;
  font-weight: 650;
}
.rank-search svg {
  width: 17px;
  color: var(--brand-600);
}
.rank-list {
  position: relative;
  display: grid;
  gap: 8px;
}
.rank-focus-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 58px;
  border-radius: 13px;
  border: 1px solid #cfc7ff;
  background: #f3f0ff;
  box-shadow: 0 8px 22px rgba(103, 88, 220, 0.1);
  pointer-events: none;
  z-index: 0;
  transition:
    top 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.rank-list.has-focus-slider .rank-row {
  position: relative;
  z-index: 1;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.rank-list.has-focus-slider .rank-row.is-hit {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.rank-row {
  min-height: 58px;
  padding: 0 13px;
  border-radius: 13px;
  border: 1px solid transparent;
  transition:
    background 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    opacity 0.45s ease,
    color 0.45s ease;
}
.rank-row > strong {
  width: 26px;
  color: #a7a8b5;
  font-size: 0.76rem;
}
.rank-row > span {
  flex: 1;
  gap: 10px;
  min-width: 0;
}
.rank-row span > i:not(.bounce-char) {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border-radius: 9px;
  background: #e9e9f1;
  color: #fff;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 800;
}
.rank-row small {
  color: #8d8e9d;
  font-size: 0.72rem;
}
.rank-row.is-hit {
  border-color: #cfc7ff;
  background: #f3f0ff;
  box-shadow: 0 8px 22px rgba(103, 88, 220, 0.1);
}
.rank-row.is-muted {
  opacity: 0.78;
}
.rank-row.is-hit > strong,
.rank-row.is-hit small {
  color: var(--brand-700);
  font-weight: 750;
}
.rank-row.is-hit span > i:not(.bounce-char) {
  background: var(--brand-600);
}
.rank-row.is-hit > b {
  padding: 4px 8px;
  border-radius: 7px;
  color: var(--brand-700);
  background: #fff;
  font-size: 0.62rem;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.rank-list.has-focus-slider .rank-row > b {
  opacity: 0.35;
}
.rank-list.has-focus-slider .rank-row.is-hit > b {
  opacity: 1;
}
.rank-summary {
  justify-content: space-between;
  min-height: 76px;
  padding: 0 16px;
  margin-top: 16px;
  border-radius: 17px;
  color: #fff;
  background: var(--slate-900);
}
.rank-summary > span {
  color: #aaaabd;
  font-size: 0.7rem;
}
.rank-summary > strong {
  font-size: 2rem;
  line-height: 1;
}
.rank-summary > strong small {
  margin-left: 2px;
  font-size: 0.75rem;
}
.rank-summary em {
  padding: 5px 8px;
  border-radius: 7px;
  color: #b8afff;
  background: rgba(124, 108, 242, 0.15);
  font-size: 0.61rem;
  font-style: normal;
}
.float-card {
  position: absolute;
  z-index: 4;
  padding: 11px 14px;
  border: 1px solid #ececf4;
  border-radius: 12px;
  color: #55566a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(40, 38, 72, 0.13);
  font-size: 0.7rem;
  font-weight: 750;
}
.float-card--top {
  top: 88px;
  right: -5px;
  transform: rotate(3deg);
}
.float-card--top span {
  margin-right: 5px;
  color: #22c55e;
}
.float-card--bottom {
  bottom: 82px;
  left: -8px;
  transform: rotate(-3deg);
}
.float-card--bottom b {
  margin-right: 6px;
  color: var(--brand-600);
}

.category-strip {
  position: relative;
  z-index: 5;
  padding: 0 24px;
  background: transparent;
}
.category-strip__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #e5e5ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 50px rgba(34, 34, 62, 0.06);
}
.category-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6e6f80;
  font-size: 0.76rem;
  font-weight: 700;
  border-right: 1px solid #ebebf2;
}
.category-strip span:last-child {
  border: 0;
}
.category-strip i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: var(--brand-700);
  background: var(--brand-50);
  font-size: 0.62rem;
  font-style: normal;
}
.marquee-wrap {
  display: none;
}

.ad-slot {
  margin: 28px auto;
}
.ad-slot__inner {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}

.section {
  padding: 110px 24px;
}
.section-white {
  background: transparent;
}
.section-inner {
  max-width: 1180px;
}
.section-head--split {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
}
.section-head--split > div {
  flex: 1;
}
.section-head--split .section-lead {
  max-width: 430px;
  padding-bottom: 8px;
}
.section-head h2,
.section-copy h2 {
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  letter-spacing: -0.05em;
}
.eyebrow {
  color: var(--brand-600);
  letter-spacing: 0.16em;
}

.feature-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.feature-card {
  position: relative;
  grid-column: span 3;
  min-height: 280px;
  padding: 30px;
  border-radius: 24px;
  border-color: #e8e8f0;
  overflow: hidden;
}
.feature-card::after {
  content: "↗";
  position: absolute;
  right: 25px;
  bottom: 23px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e2eb;
  border-radius: 11px;
  color: #8b8c9b;
  background: #fff;
  transition: all 0.25s var(--ease);
}
.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-xl);
  border-color: #d9d4ff;
}
.feature-card:hover::after {
  color: #fff;
  background: var(--brand-600);
  border-color: var(--brand-600);
  transform: rotate(8deg);
}
.feature-card--featured {
  min-height: 360px;
  background:
    radial-gradient(circle at 90% 15%, rgba(34, 211, 238, 0.18), transparent 30%),
    linear-gradient(145deg, #f1efff, #fbfbff);
  border-color: #ddd8ff;
}
.feature-card--featured .icon-box {
  width: 68px;
  height: 68px;
  background: var(--brand-600);
  color: #fff;
}
.feature-card--featured h3 {
  font-size: 1.55rem;
}
.feature-card--dark {
  color: #fff;
  background:
    radial-gradient(circle at 90% 5%, rgba(124, 108, 242, 0.42), transparent 31%),
    #171827;
  border-color: #171827;
}
.feature-card--dark h3,
.feature-card--dark strong {
  color: #fff;
}
.feature-card--dark .feature-list li {
  color: #b8b9c8;
}
.feature-card--dark .icon-box {
  background: rgba(255, 255, 255, 0.09);
  color: #fbbf24;
}
.feature-card--dark::after {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}
.card-no {
  position: absolute;
  top: 29px;
  right: 29px;
  color: #b1b2bf;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}
.feature-card--dark .card-no {
  color: #77798f;
}
.feature-card h3 {
  font-size: 1.32rem;
}
.feature-list {
  max-width: 90%;
}

.section-muted {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 40px;
  border: 1px solid #e9e7f5;
  border-radius: 38px;
  background:
    radial-gradient(circle at 95% 10%, rgba(124, 108, 242, 0.1), transparent 29%),
    #f0f1f7;
}
.section-muted .split {
  gap: 80px;
}
.chip {
  border-radius: 999px;
  color: var(--brand-700);
  background: #e9e5ff;
}
.point {
  align-items: center;
  padding: 14px;
  margin-top: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.point:hover {
  border-color: #e0dcef;
  background: rgba(255, 255, 255, 0.65);
}
.point-icon {
  border-radius: 13px;
  color: var(--brand-600);
}
.mini-grid {
  transform: rotate(1.5deg);
}
.mini-grid .feature-card {
  min-height: 0;
  border-radius: 20px;
}
.mini-grid .feature-card:nth-child(2) {
  transform: translateY(16px);
}

.section-dark {
  width: min(1280px, calc(100% - 32px));
  margin: 80px auto 0;
  border-radius: 38px;
  background: #121321;
}
.section-dark .section-head {
  text-align: left;
  margin-left: 0;
}
.dark-grid {
  grid-template-columns: 1.15fr 0.85fr;
}
.glass-card {
  border-radius: 26px;
}
.glass-card:first-child {
  background: linear-gradient(140deg, rgba(124, 108, 242, 0.16), rgba(255, 255, 255, 0.04));
}
.glass-icon {
  border-radius: 13px;
}
.glass-icon--teal {
  background: var(--brand-600);
}
.metric {
  border-radius: 12px;
}
.metric strong {
  color: #c4baff;
}

.pricing {
  padding: 120px 24px;
  background: transparent;
  border: 0;
}
.pricing-inner {
  max-width: 1180px;
  padding: 0;
  text-align: left;
}
.pricing h2 {
  max-width: 520px;
  margin: 0 0 42px;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  letter-spacing: -0.05em;
}
.price-card {
  padding: 0;
  border: 1px solid #ddd9ff;
  border-radius: 28px;
  color: var(--slate-900);
  background:
    radial-gradient(circle at 100% 0, rgba(34, 211, 238, 0.21), transparent 34%),
    linear-gradient(135deg, #efecff, #fff 64%);
  box-shadow: 0 30px 80px -35px rgba(80, 66, 190, 0.38);
}
.price-card:hover {
  transform: translateY(-4px);
}
.price-sheen {
  display: none;
}
.price-row {
  min-height: 260px;
  padding: 48px 54px;
}
.price-copy {
  width: auto;
}
.price-kicker {
  color: var(--brand-600);
}
.price-card h3 {
  color: var(--slate-900);
}
.price-copy p {
  color: #6f7081;
}
.btn-light {
  min-width: 200px;
  color: #fff;
  background: var(--slate-900);
  border-radius: 15px;
}
.btn-light:hover {
  background: var(--brand-600);
}
.price-note {
  padding-left: 4px;
}

#faq.section-white {
  padding-top: 60px;
}
#faq .section-head {
  text-align: left;
  margin-left: 0;
}
#faq .feature-card {
  min-height: 0;
  margin-bottom: 10px !important;
  padding: 24px 26px;
  border-radius: 17px;
}
#faq .feature-card::after {
  display: none;
}
#faq .feature-card h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.tool-page {
  position: relative;
  max-width: 960px;
  min-height: 670px;
  padding: 160px 24px 80px;
}
.tool-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 105px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 108, 242, 0.16), transparent 68%);
}
.tool-page h1 {
  max-width: 620px;
  font-size: clamp(2.7rem, 6vw, 4.5rem);
}
.tool-page .lead {
  max-width: 720px;
  font-size: 1.05rem;
}
.rank-form {
  align-items: flex-end;
  margin-top: 36px;
  padding: 28px;
  border-color: #e4e2f0;
  border-radius: 22px;
  box-shadow: 0 25px 70px -35px rgba(59, 48, 140, 0.3);
}
.rank-form label {
  gap: 9px;
}
.rank-form input {
  min-height: 54px;
  border-radius: 13px;
  background: #fafafe;
}
.rank-form .btn-dark {
  min-height: 54px;
  border-radius: 13px;
}
.result {
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.result-card {
  border-radius: 22px;
  background: #171827;
}
.result .rank-num {
  color: #4ade80;
}
.result .hit-name {
  color: #4ade80;
}
.result .hit-name__ico {
  background: #16a34a;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.28);
}
.result li.is-match {
  color: #86efac;
  font-weight: 700;
}
.result-card--pending {
  border: 1px dashed rgba(74, 222, 128, 0.35);
  background: rgba(23, 24, 39, 0.72);
}
.result-card--pending .meta {
  margin: 0;
}

.site-footer {
  border: 0;
  background: #121321;
}
.footer-brand span,
.footer-links {
  color: #8d8fa4;
}
.footer-links a:hover {
  color: #fff;
}
.footer-brand img {
  opacity: 0.8;
  filter: none;
}

@keyframes livePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.75); opacity: 0.6; }
}
@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1023px) {
  .hero {
    min-height: auto;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .hero-proof {
    justify-content: center;
  }
  .hero-visual {
    min-height: 500px;
  }
  .float-card--top {
    right: 8%;
  }
  .float-card--bottom {
    left: 8%;
  }
  .category-strip__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 0;
  }
  .category-strip span:nth-child(4) {
    border-right: 0;
  }
  .section-head--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card {
    grid-column: auto;
  }
  .section-muted .split {
    gap: 50px;
  }
  .dark-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 120px 20px 50px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .hero-kicker {
    white-space: normal;
  }
  .hero-lead br {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-text {
    text-align: center;
  }
  .hero-proof {
    margin-top: 32px;
  }
  .hero-proof span {
    flex: 1;
    padding: 0 8px;
    text-align: center;
  }
  .hero-visual {
    min-height: 420px;
  }
  .visual-orbit--one {
    width: 340px;
    height: 340px;
  }
  .visual-orbit--two {
    width: 270px;
    height: 270px;
  }
  .rank-window {
    width: 100%;
    padding: 17px;
    border-radius: 22px;
  }
  .float-card {
    display: none;
  }
  .category-strip {
    padding: 0 16px;
  }
  .category-strip__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 10px;
  }
  .category-strip span {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .category-strip span:nth-child(even) {
    border-right: 0;
  }
  .section {
    padding: 78px 18px;
  }
  .section-head {
    margin-bottom: 36px;
  }
  .section-head h2,
  .section-copy h2 {
    font-size: 2.35rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card,
  .feature-card--featured {
    min-height: 260px;
  }
  .section-muted,
  .section-dark {
    width: calc(100% - 20px);
    border-radius: 26px;
  }
  .mini-grid {
    transform: none;
  }
  .mini-grid .feature-card:nth-child(2) {
    transform: none;
  }
  .pricing {
    padding: 90px 18px;
  }
  .price-row {
    padding: 34px 26px;
    align-items: stretch;
  }
  .price-card h3 {
    font-size: 2.1rem;
  }
  .footer-inner {
    align-items: flex-start;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .tool-page {
    padding: 120px 18px 55px;
  }
  .rank-form {
    padding: 20px;
  }
  .rank-form .btn-dark {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hit-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-700);
  font-weight: 800;
}
.rank-list .hit-name {
  /* Demo name stays fixed; only the focus slider moves */
  animation: none;
  transform: none;
}
.hit-name__ico {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  flex-shrink: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--brand-600);
  box-shadow: 0 4px 12px rgba(103, 88, 220, 0.22);
}
.hit-name__ico svg {
  width: 12px;
  height: 12px;
}
.bounce-chars {
  display: inline;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  line-height: 1.35;
}
.rank-row.is-hit .hit-name {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.rank-row.is-hit .bounce-chars {
  color: var(--brand-700);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-row.is-hit .hit-name__ico {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border-radius: 9px;
  background: var(--brand-600);
  color: #fff;
}
.rank-row.is-hit > b {
  flex: 0 0 auto;
}
.result .hit-name {
  margin: 0.35rem 0 0.15rem;
  color: #4ade80;
}
.result .bounce-chars {
  font-size: 1.05rem;
}
.result li.is-match .hit-name {
  gap: 6px;
}
.result li.is-match {
  color: #86efac;
  font-weight: 700;
}

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

@media (prefers-reduced-motion: reduce) {
  .hero-shimmer,
  .text-shimmer {
    animation: none !important;
    color: var(--brand-600);
    -webkit-text-fill-color: var(--brand-600);
    background: none;
  }
  .text-shimmer--on-dark {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .hit-name {
    animation: none !important;
  }
  .rank-focus-slider {
    transition: none !important;
  }
}

.result .meta.fp-hint,
.result .fp-hint {
  margin-top: 6px;
  color: #8b86a3;
  font-size: 0.72rem;
}
.result ol {
  margin: 0;
  padding: 0.55rem 0.7rem 0.55rem 1.35rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #e2e8f0;
}
.result li {
  margin: 0.2rem 0;
  padding: 0.42rem 0.55rem;
  margin-left: -0.35rem;
  border-radius: 10px;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}
.result li:not(.is-match) {
  cursor: pointer;
}
.result li:not(.is-match):hover {
  background: rgba(124, 108, 240, 0.2);
  box-shadow: inset 0 0 0 1px rgba(167, 152, 255, 0.4);
  color: #f3f0ff;
}
.fp-open {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(167, 152, 255, 0.4);
  text-underline-offset: 3px;
}
.fp-open:hover {
  color: #efeaff;
  text-decoration-color: #c4b8ff;
}
.result li .fp-open,
.result .meta > .fp-open {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  cursor: pointer;
}
/* Hand icon on competitor hover */
.result li:not(.is-match) .fp-open::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateY(2px) scale(0.85);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  pointer-events: none;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c4b8ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14V6.5a1.5 1.5 0 0 1 3 0V13'/%3E%3Cpath d='M11 13V5.5a1.5 1.5 0 0 1 3 0V13'/%3E%3Cpath d='M14 13V7.5a1.5 1.5 0 0 1 3 0V15a5.5 5.5 0 0 1-5.5 5.5H11A4.5 4.5 0 0 1 6.5 16v-2a1.5 1.5 0 0 1 3 0V14'/%3E%3Cpath d='M6.5 14V12a1.5 1.5 0 1 1 3 0'/%3E%3C/svg%3E");
}
.result li:not(.is-match) .fp-open:hover::before,
.result li:not(.is-match):hover .fp-open::before,
.result li:not(.is-match) .fp-open:focus-visible::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.result li:not(.is-match) .fp-open::after {
  content: "VS";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b4cdb, #7c6cf0);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(91, 76, 219, 0.28);
  opacity: 0;
  transform: translateX(-4px) scale(0.92);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  pointer-events: none;
}
.result li:not(.is-match) .fp-open:hover::after,
.result li:not(.is-match):hover .fp-open::after,
.result li:not(.is-match) .fp-open:focus-visible::after {
  opacity: 1;
  transform: translateX(0) scale(1);
}
@media (hover: none) {
  .result li:not(.is-match) .fp-open::before,
  .result li:not(.is-match) .fp-open::after {
    opacity: 0.92;
    transform: none;
  }
}
.fp-modal[hidden] {
  display: none !important;
}
.fp-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}
.fp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 28, 0.55);
  backdrop-filter: blur(4px);
}
.fp-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  padding: 22px 22px 20px;
  border-radius: 22px;
  border: 1px solid #ddd6ff;
  background:
    radial-gradient(120% 80% at 10% -10%, rgba(103, 88, 220, 0.14), transparent 55%),
    #fff;
  box-shadow: 0 28px 80px rgba(40, 30, 90, 0.28);
}
.fp-modal__x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f3f1fb;
  color: #4b4568;
  font-size: 1.2rem;
  cursor: pointer;
}
.fp-modal__eyebrow {
  margin: 0 0 6px;
  color: var(--brand-600);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.fp-modal__title {
  margin: 0 0 8px;
  color: #1f1b33;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.25;
  padding-right: 36px;
}
.fp-modal__lead {
  margin: 0 0 16px;
  color: #6b6684;
  font-size: 0.88rem;
  line-height: 1.45;
}
.fp-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 18px 14px;
  border-radius: 14px;
  border: 1px dashed #d5cff5;
  background: #f7f5ff;
  text-align: center;
}
.fp-loading[hidden] {
  display: none !important;
}
.fp-loading__spin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #dcd6ff;
  border-top-color: var(--brand-600);
  animation: fpSpin 0.8s linear infinite;
}
.fp-loading strong {
  color: #2c2748;
  font-size: 0.95rem;
  font-weight: 850;
}
.fp-loading small {
  color: #7a7593;
  font-size: 0.78rem;
  line-height: 1.4;
}
@keyframes fpSpin {
  to { transform: rotate(360deg); }
}
.fp-modal.is-loading .fp-rows,
.fp-modal.is-loading .fp-urgency,
.fp-modal.is-loading .fp-cta {
  opacity: 0.45;
  pointer-events: none;
}
.fp-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.fp-vs__card {
  padding: 12px;
  border-radius: 14px;
  background: #f7f6fc;
  border: 1px solid #ebe7ff;
}
.fp-vs__card.is-you {
  background: #eefbf3;
  border-color: #c7f0d8;
}
.fp-vs__card.is-rival {
  background: #fff4f4;
  border-color: #ffd4d4;
}
.fp-vs__card small {
  display: block;
  color: #7a7690;
  font-size: 0.68rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.fp-vs__card strong {
  display: block;
  color: #211d36;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}
.fp-vs__mid {
  color: #9a94b5;
  font-size: 0.72rem;
  font-weight: 800;
}
.fp-rows {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.fp-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr 88px;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #faf9ff;
  border: 1px solid #ece9f8;
  font-size: 0.82rem;
}
.fp-row__label {
  color: #4f4a68;
  font-weight: 800;
}
.fp-row__num {
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  color: #2c2742;
}
.fp-row__num.is-pending {
  color: #9a94b5;
  font-weight: 650;
}
.fp-row__gap {
  text-align: right;
  font-weight: 800;
  font-size: 0.78rem;
}
.fp-row__gap.is-loss {
  color: #dc2626;
}
.fp-row__gap.is-win {
  color: #16a34a;
}
.fp-row__gap.is-tie {
  color: #7a7690;
}
.fp-urgency {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2a2148, #4c3d8f);
  color: #f4f0ff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}
.fp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  background: var(--brand-600);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(103, 88, 220, 0.28);
}
.fp-cta:hover {
  background: var(--brand-700);
}
@media (max-width: 560px) {
  .fp-row {
    grid-template-columns: 64px 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .fp-row__gap {
    grid-column: 1 / -1;
    text-align: left;
  }
}
