:root {
  color-scheme: light;
  --blue: #0052ff;
  --blue-deep: #071638;
  --orange: #ff8a1f;
  --orange-soft: #ffe0bd;
  --ice: #dbe8ff;
  --cream: #ffffff;
  --night: #030917;
  --panel: #0b1733;
  --panel-soft: #101f42;
  --fog-50: #061126;
  --fog-100: #101f42;
  --ink: #f7f9ff;
  --slate-700: #d8e2ff;
  --slate-600: #aeb9d3;
  --slate-500: #7f8aa8;
  --mist-200: rgba(219, 232, 255, 0.16);
  --smoke-300: rgba(219, 232, 255, 0.28);
  --white: #ffffff;
  --shadow-button: rgba(255, 138, 31, 0.22) 0 12px 28px, rgba(255, 138, 31, 0.18) 0 0 0 1px;
  --shadow-card: rgba(0, 0, 0, 0.26) 0 0 0 1px, rgba(0, 0, 0, 0.28) 0 18px 48px;
  --shadow-float: rgba(0, 0, 0, 0.42) 0 30px 90px, rgba(219, 232, 255, 0.12) 0 0 0 1px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-fluid: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.18, 0.9, 0.24, 1.12);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  --scroll-progress: 0;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: "Zalando Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-feature-settings: "cv11", "ss01";
}
body.is-loading {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 82, 255, 0.16), transparent 28%),
    radial-gradient(circle at 80% 44%, rgba(255, 138, 31, 0.12), transparent 24%),
    linear-gradient(125deg, rgba(219, 232, 255, 0.035), transparent 42%);
  opacity: 0.85;
  transform: translate3d(0, calc(var(--scroll-progress) * -96px), 0);
  will-change: transform;
}
main,
.footer,
.topbar {
  position: relative;
  z-index: 1;
}
.site-shell {
  min-height: 100vh;
}
body.is-locked {
  overflow: hidden;
}
body.is-locked .site-shell {
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
body.is-unlocked .coming-soon {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.015);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
h1, h2, h3, .brand { font-family: "Zalando Sans Expanded", "Zalando Sans", system-ui, sans-serif; }
.ranking-panel,
.filters,
.site-card,
.metric-badge,
select,
input {
  font-family: "Zalando Sans", system-ui, sans-serif;
}
.score-box strong,
.rank-number,
#resultCount,
.eyebrow {
  font-family: "Zalando Sans Expanded", "Zalando Sans", system-ui, sans-serif;
}

@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes navDrop { from { opacity: 0; transform: translateY(-18px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes fillBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes loaderExit {
  to {
    clip-path: inset(0 0 100% 0);
    transform: translateY(-18px);
    opacity: 0.92;
  }
}
@keyframes loaderMark {
  0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 0 0 rgba(255, 138, 31, 0)); }
  50% { transform: translateY(-3px) scale(1.035); filter: drop-shadow(0 0 24px rgba(255, 138, 31, 0.38)); }
}
@keyframes maskUp {
  from {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translateY(42px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes panelRise {
  from {
    opacity: 0;
    clip-path: inset(20% 0 0 0 round 16px);
    transform: translateY(70px) scale(0.975);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 16px);
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes heroDrift {
  0%, 100% { background-position: center, center, 50% 50%, center; }
  50% { background-position: center, center, 56% 46%, center; }
}
@keyframes softScan {
  from { transform: translateX(-18%) skewX(-10deg); opacity: 0; }
  20%, 65% { opacity: 0.46; }
  to { transform: translateX(118%) skewX(-10deg); opacity: 0; }
}
@keyframes glowText {
  0%, 100% { text-shadow: rgba(0, 82, 255, 0.26) 0 0 0; }
  50% { text-shadow: rgba(0, 82, 255, 0.52) 0 0 28px; }
}
@keyframes listIn {
  from { opacity: 0; transform: translateY(18px) scale(0.985); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes avatarPulse {
  0%, 100% { transform: translateY(0); box-shadow: rgba(0, 82, 255, 0.14) 0 0 0 0; }
  50% { transform: translateY(-2px); box-shadow: rgba(255, 138, 31, 0.24) 0 0 0 5px; }
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    linear-gradient(120deg, rgba(0, 82, 255, 0.08), transparent 34%),
    linear-gradient(300deg, rgba(255, 138, 31, 0.12), transparent 36%),
    var(--night);
  color: var(--ink);
  clip-path: inset(0 0 0 0);
  transform-origin: top;
  will-change: clip-path, transform, opacity;
}
.page-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(219, 232, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.62;
}
.page-loader.is-leaving {
  animation: loaderExit 0.92s var(--ease-fluid) forwards;
}
.loader-inner {
  position: relative;
  z-index: 1;
  width: min(340px, calc(100vw - 56px));
  display: grid;
  gap: 18px;
}
.loader-inner img {
  width: 54px;
  height: auto;
  animation: loaderMark 1.35s ease-in-out infinite;
}
.loader-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  font-family: "Zalando Sans Expanded", "Zalando Sans", system-ui, sans-serif;
}
.loader-copy span {
  color: var(--slate-700);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.loader-copy strong {
  color: var(--white);
  font-size: 48px;
  line-height: 0.86;
  font-weight: 600;
}
.loader-track {
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(219, 232, 255, 0.14);
}
.loader-track span {
  display: block;
  width: calc(var(--loader-progress, 0) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  box-shadow: rgba(255, 138, 31, 0.38) 0 0 18px;
  transition: width 0.18s var(--ease-fluid);
}

.coming-soon {
  position: fixed;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 9, 23, 0.42), var(--night) 92%),
    linear-gradient(90deg, rgba(3, 9, 23, 0.94), rgba(3, 9, 23, 0.76) 54%, rgba(3, 9, 23, 0.52)),
    url("pagedar-dark-hero.png") center / cover no-repeat,
    var(--night);
  transition: opacity 0.42s var(--ease-out), visibility 0.42s var(--ease-out), transform 0.42s var(--ease-out);
}
.coming-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(219, 232, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0 46%, transparent 74%);
  opacity: 0.5;
}
.coming-card {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 46px;
  border: 1px solid rgba(219, 232, 255, 0.18);
  border-radius: 22px;
  background: rgba(6, 17, 38, 0.76);
  box-shadow: var(--shadow-float);
  backdrop-filter: blur(24px) saturate(1.16);
}
.coming-logo {
  width: 154px;
  height: auto;
  display: block;
  margin-bottom: 58px;
}
.coming-card h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(52px, 9vw, 92px);
  line-height: 0.95;
  font-weight: 600;
  text-transform: uppercase;
}
.coming-card p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--slate-600);
  font-size: 18px;
  line-height: 1.55;
}
.access-form {
  display: grid;
  gap: 10px;
  margin-top: 36px;
}
.access-form label {
  color: var(--slate-700);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.access-row {
  display: flex;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(219, 232, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}
.access-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 0 12px;
  color: var(--white);
  background: transparent;
  font-size: 16px;
}
.access-row input::placeholder {
  color: var(--slate-500);
}
.access-message {
  min-height: 20px;
  color: var(--orange-soft);
  font-size: 14px;
}
.access-form.has-error .access-row {
  border-color: rgba(255, 138, 31, 0.78);
  box-shadow: rgba(255, 138, 31, 0.22) 0 0 0 3px;
}

.ticker {
  display: none;
  height: 36px;
  overflow: hidden;
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--mist-200);
  color: var(--slate-500);
  font-size: 12px;
  font-weight: 500;
}
.ticker-track { display: flex; white-space: nowrap; animation: ticker 54s linear infinite; }
.ticker-group { display: flex; flex-shrink: 0; }
.ticker span { padding: 0 18px; }
.ticker strong { color: var(--ink); font-weight: 600; margin-left: 6px; }

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: auto;
  padding: 16px 0 0;
  background: transparent;
  pointer-events: none;
  transition: transform 0.36s var(--ease-out), opacity 0.24s ease;
  will-change: transform, opacity;
}
body.nav-hidden .topbar {
  opacity: 0;
  transform: translateY(-96px);
}
.nav-inner {
  width: min(1080px, calc(100% - 32px));
  height: 62px;
  margin: 0 auto;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(6, 17, 38, 0.72);
  box-shadow: rgba(0, 0, 0, 0.28) 0 20px 60px, rgba(219, 232, 255, 0.1) 0 0 0 1px;
  backdrop-filter: blur(22px) saturate(1.2);
  pointer-events: auto;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
body.is-loading .nav-inner {
  opacity: 0;
  transform: translateY(-18px) scale(0.98);
}
body.page-ready .nav-inner {
  animation: navDrop 0.86s var(--ease-fluid) 0.08s both;
}
.nav-inner:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(6, 17, 38, 0.84);
  box-shadow: rgba(0, 0, 0, 0.34) 0 24px 72px, rgba(255, 138, 31, 0.16) 0 0 0 1px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  transition: color 0.2s ease;
}
.brand-emblem {
  width: 31px;
  height: auto;
  flex: 0 0 auto;
  transform-origin: 50% 52%;
  transition: filter 0.25s ease, transform 0.35s var(--ease-spring);
}
.brand-lockup {
  width: 126px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  transform-origin: 50% 52%;
  transition: filter 0.25s ease, transform 0.35s var(--ease-spring);
}
.brand:hover .brand-emblem {
  filter: drop-shadow(0 0 16px rgba(255, 138, 31, 0.42));
  transform: rotate(-4deg) scale(1.07);
}
.brand:hover .brand-lockup {
  filter: drop-shadow(0 0 16px rgba(255, 138, 31, 0.28));
  transform: translateY(-1px) scale(1.02);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px 17px 17px 17px;
  background: var(--blue);
  color: var(--white);
  box-shadow: rgba(11, 30, 77, 0.18) 0 8px 20px, rgba(255, 138, 31, 0.3) 0 0 0 1px;
  flex: 0 0 auto;
}
.brand-mark svg {
  width: 28px;
  height: 28px;
  overflow: visible;
}
.logo-stem,
.logo-bowl,
.logo-scan,
.logo-core {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.logo-stem,
.logo-bowl {
  stroke: var(--cream);
  stroke-width: 6.2;
}
.logo-scan {
  stroke: var(--orange);
  stroke-width: 3.2;
}
.logo-core {
  fill: var(--orange);
  stroke: var(--blue-deep);
  stroke-width: 1.8;
}
.logo-pixel { fill: var(--orange); }
.pixel-b { fill: var(--blue); }
.pixel-d { fill: var(--cream); }

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--slate-600);
  font-size: 15px;
  font-weight: 500;
}
.nav a {
  position: relative;
  transition: color 0.2s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s var(--ease-out);
}
.nav a:hover { color: var(--white); }
.nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s var(--ease-spring), box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.btn-primary { background: var(--blue); color: var(--white); box-shadow: var(--shadow-button); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: rgba(219, 232, 255, 0.14) 0 0 0 1px;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary:hover { box-shadow: rgba(0, 82, 255, 0.28) 0 16px 34px, rgba(255, 138, 31, 0.24) 0 0 0 1px; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); }

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 620px;
  padding: 118px 0 84px;
  background:
    linear-gradient(180deg, rgba(3,9,23,0.28), var(--night) 100%),
    linear-gradient(90deg, rgba(3,9,23,0.86) 0%, rgba(3,9,23,0.58) 48%, rgba(3,9,23,0.24) 100%),
    url("pagedar-dark-hero.png") center / cover no-repeat,
    var(--night);
  background-position:
    center,
    center,
    calc(50% + var(--hero-parallax-x, 0px)) calc(50% + var(--hero-parallax-y, 0px)),
    center;
  background-size: auto, auto, calc(100% + 80px), auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 138, 31, 0.12) 48%, transparent 62%);
  filter: blur(18px);
  animation: softScan 9s ease-in-out infinite 1.2s;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  translate: 0 var(--parallax-offset, 0px);
  will-change: translate;
}
.hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0;
}
.hero h1 span {
  color: var(--blue);
  animation: glowText 5.6s ease-in-out infinite;
}
.hero p {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--slate-600);
  font-size: 18px;
  line-height: 1.56;
  opacity: 0;
}
.url-box {
  width: min(100%, 520px);
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--mist-200);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: rgba(0, 0, 0, 0.26) 0 18px 48px, rgba(255, 255, 255, 0.18) 0 0 0 1px;
  opacity: 0;
  transition: box-shadow 0.25s ease, transform 0.25s var(--ease-spring), background 0.25s ease;
}
body.page-ready .hero h1 {
  opacity: 1;
  animation: maskUp 1.04s var(--ease-fluid) 0.32s backwards;
}
body.page-ready .hero p {
  opacity: 1;
  animation: maskUp 0.92s var(--ease-fluid) 0.52s backwards;
}
body.page-ready .url-box {
  opacity: 1;
  animation: maskUp 0.92s var(--ease-fluid) 0.7s backwards;
}
.url-box:focus-within {
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.3) 0 22px 54px, rgba(255, 138, 31, 0.72) 0 0 0 2px;
  transform: translateY(-2px);
}
.url-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 11px 12px;
  color: var(--blue-deep);
  background: transparent;
  font-size: 16px;
}
.url-box input::placeholder { color: var(--slate-500); }
.submit-circle {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px 18px 18px 18px;
  background: var(--orange);
  color: var(--white);
  cursor: pointer;
  box-shadow: var(--shadow-button);
  transition: transform 0.22s var(--ease-spring), box-shadow 0.22s ease;
}
.submit-circle:hover { transform: rotate(-8deg) scale(1.06); box-shadow: rgba(255, 138, 31, 0.34) 0 16px 34px; }

.mockup-section { margin-top: -44px; position: relative; z-index: 2; }
.mockup-frame {
  overflow: hidden;
  border-radius: 16px;
  background: var(--panel);
  box-shadow: var(--shadow-float);
  transition: transform 0.42s var(--ease-out), box-shadow 0.42s ease;
  transform-origin: center top;
  translate: 0 var(--parallax-offset, 0px);
  will-change: transform, translate;
}
body.is-loading .mockup-frame {
  opacity: 0;
}
body.page-ready .mockup-frame {
  opacity: 1;
  animation: panelRise 1.08s var(--ease-fluid) 0.82s backwards;
}
.mockup-frame:hover {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.5) 0 34px 96px, rgba(255, 138, 31, 0.16) 0 0 0 1px;
}
.mockup-top {
  min-height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--panel-soft);
  border-bottom: 1px solid var(--mist-200);
  color: var(--slate-600);
  font-size: 12px;
  font-weight: 500;
}
.dots { display: flex; gap: 6px; }
.dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--smoke-300); }
.dots span:nth-child(2) { background: rgba(0, 82, 255, 0.56); }
.dots span:nth-child(3) { background: rgba(255, 138, 31, 0.7); }
.mockup-body { display: grid; grid-template-columns: 280px minmax(0, 1fr); background: var(--panel); }
.filters {
  padding: 28px;
  border-right: 1px solid var(--mist-200);
  background: var(--panel-soft);
}
.filters h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
.metric-badge {
  display: inline-flex;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--slate-700);
  font-size: 14px;
  font-weight: 500;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s var(--ease-spring), background 0.22s ease;
}
.metric-badge:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.09); }
.metric-badge strong { color: var(--blue); }
.filters label {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  color: var(--slate-600);
  font-size: 14px;
  font-weight: 500;
}
.filters select {
  width: 100%;
  border: 1px solid var(--mist-200);
  border-radius: 12px;
  padding: 10px 12px;
  background: var(--panel);
  color: var(--ink);
}
.check-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.check-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-600);
  font-size: 15px;
}
.check-list i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 138, 31, 0.18);
  color: var(--orange);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.reviewer-stack {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--mist-200);
}
.avatar-row {
  display: flex;
  align-items: center;
  min-height: 36px;
}
.avatar-row span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border: 2px solid var(--panel-soft);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(0, 82, 255, 0.95), rgba(7, 22, 56, 0.96));
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 18px;
  animation: avatarPulse 4.8s ease-in-out infinite;
  animation-delay: calc(var(--avatar-index, 0) * 0.42s);
}
.avatar-row span:first-child { margin-left: 0; --avatar-index: 0; }
.avatar-row span:nth-child(2) { --avatar-index: 1; background: linear-gradient(145deg, rgba(255, 138, 31, 0.96), rgba(94, 43, 4, 0.95)); }
.avatar-row span:nth-child(3) { --avatar-index: 2; background: linear-gradient(145deg, rgba(219, 232, 255, 0.96), rgba(79, 96, 132, 0.96)); color: var(--blue-deep); }
.avatar-row span:nth-child(4) {
  --avatar-index: 3;
  width: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--orange);
}
.reviewer-stack p {
  margin: 12px 0 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.46;
}
.ranking-panel { padding: 28px; }
.ranking-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ranking-head h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}
#resultCount { margin: 0; color: var(--slate-500); font-size: 14px; font-weight: 500; }
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}
.category-filter button {
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid var(--mist-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--slate-600);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.22s var(--ease-spring), box-shadow 0.22s ease;
}
.category-filter button:hover {
  border-color: rgba(255, 138, 31, 0.38);
  color: var(--white);
  transform: translateY(-1px);
}
.category-filter button.active {
  border-color: rgba(255, 138, 31, 0.64);
  background: rgba(255, 138, 31, 0.16);
  color: var(--white);
  box-shadow: rgba(255, 138, 31, 0.18) 0 10px 28px;
}
.site-list { display: grid; }
.site-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 118px;
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--mist-200);
  animation: listIn 0.52s var(--ease-out) both;
  animation-delay: var(--delay, 0s);
  transition: background 0.28s ease, transform 0.34s var(--ease-fluid), border-color 0.28s ease, filter 0.28s ease;
}
.site-card:last-child { border-bottom: 0; }
.site-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 138, 31, 0.24);
  transform: translateX(6px);
  filter: brightness(1.08);
}
.rank-number { color: var(--slate-500); font-size: 14px; font-weight: 600; }
.thumb { display: none; }
.site-main { min-width: 0; }
.site-title { display: flex; gap: 10px; align-items: center; }
.site-title h3 { margin: 0; color: var(--ink); font-size: 16px; font-weight: 600; }
.award-tag, .category-tag {
  padding: 4px 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--slate-600);
  font-size: 11px;
  font-weight: 700;
}
.site-main h4 {
  margin: 5px 0 0;
  color: var(--ink);
  font-family: "Zalando Sans", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 700;
}
.site-main p {
  display: block;
  max-width: 680px;
  margin: 4px 0 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 13px;
}
.metric-row {
  grid-column: 2 / 5;
  display: block;
  height: 6px;
  border-radius: 9999px;
  overflow: hidden;
  background: var(--fog-100);
}
.metric-row span { display: none; }
.metric-row::before {
  content: "";
  display: block;
  height: 100%;
  width: 88%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transform-origin: left;
  animation: fillBar 0.8s ease both;
}
.score-box {
  display: grid;
  justify-items: end;
  gap: 3px;
  color: var(--slate-600);
}
.score-box strong {
  color: var(--ink);
  text-align: right;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.score-box > span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.star-row {
  display: flex;
  justify-content: flex-end;
  gap: 1px;
  color: rgba(219, 232, 255, 0.22);
  font-size: 10px;
  letter-spacing: 0;
}
.star-row span.filled {
  color: var(--orange);
}
.show-more {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 1px solid rgba(255, 138, 31, 0.28);
  border-radius: 12px;
  background: rgba(255, 138, 31, 0.1);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.22s var(--ease-spring), border-color 0.2s ease;
}
.show-more:hover {
  border-color: rgba(255, 138, 31, 0.54);
  background: rgba(255, 138, 31, 0.16);
  transform: translateY(-1px);
}
.show-more[hidden] {
  display: none;
}

.trust-strip {
  padding: 48px 0;
  background: var(--night);
  translate: 0 var(--parallax-offset, 0px);
  will-change: translate;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  color: var(--slate-500);
  font-size: 15px;
  font-weight: 600;
}
.logos span {
  transition: color 0.22s ease, transform 0.22s var(--ease-spring);
}
.logos span:hover {
  color: var(--white);
  transform: translateY(-2px);
}
.section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 96px 0;
  background: var(--night);
}
.section::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 28%, rgba(0, 82, 255, 0.1), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255, 138, 31, 0.08), transparent 22%);
  transform: translate3d(0, var(--section-parallax, 0px), 0);
  will-change: transform;
}
.section.white { background: var(--panel); }
.section-heading {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
  translate: 0 var(--parallax-offset, 0px);
  will-change: translate;
}
.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 400;
}
.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--slate-600);
  font-size: 18px;
  line-height: 1.56;
}
.people-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 34px;
  align-items: center;
  margin: -12px 0 48px;
  padding: 22px;
  border: 1px solid var(--mist-200);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(0, 82, 255, 0.14), transparent 34%),
    linear-gradient(300deg, rgba(255, 138, 31, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow-float);
  translate: 0 var(--parallax-offset, 0px);
  will-change: translate;
}
.people-art {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 82, 255, 0.22), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(255, 138, 31, 0.16), transparent 28%),
    var(--fog-50);
}
.people-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 9, 23, 0.42));
  pointer-events: none;
}
.people-art img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(92%, 680px);
  max-width: none;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.32));
}
.people-copy {
  padding: 8px 10px 8px 0;
}
.people-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: 0;
}
.people-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--slate-600);
  font-size: 17px;
  line-height: 1.58;
}
.people-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.people-signals span {
  padding: 8px 12px;
  border: 1px solid var(--mist-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--slate-700);
  font-size: 13px;
  font-weight: 600;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  translate: 0 var(--parallax-offset, 0px);
  will-change: translate;
}
.card {
  padding: 32px;
  border: 1px solid var(--mist-200);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(17, 24, 39, 0.03) 0 2px 2px -2px;
  transition: transform 0.28s var(--ease-out), border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 138, 31, 0.28);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.32) 0 20px 58px, rgba(255, 138, 31, 0.14) 0 0 0 1px;
}
.card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
}
.card p {
  margin: 12px 0 0;
  color: var(--slate-600);
  font-size: 16px;
  line-height: 1.56;
}
.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,138,31,0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,138,31,0.09) 1px, transparent 1px),
    linear-gradient(96deg, var(--blue-deep), var(--panel));
  background-size: 34px 34px, 34px 34px, auto;
  color: var(--white);
  box-shadow: var(--shadow-float);
  transition: transform 0.32s var(--ease-out), box-shadow 0.32s ease;
  translate: 0 var(--parallax-offset, 0px);
  will-change: transform, translate;
}
.cta-panel:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.48) 0 34px 90px, rgba(255, 138, 31, 0.18) 0 0 0 1px;
}
.cta-panel h2 {
  margin: 0;
  max-width: 720px;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
}
.cta-panel p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.56;
}
.footer {
  padding: 36px 0;
  background: var(--night);
  border-top: 1px solid var(--mist-200);
  color: var(--slate-500);
  font-size: 14px;
}
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-links { display: flex; gap: 22px; }
.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  max-width: min(360px, calc(100vw - 44px));
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--panel-soft);
  color: var(--white);
  box-shadow: var(--shadow-float);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.toast.show { transform: translateY(0); opacity: 1; }

.reveal {
  opacity: 0;
  transform: translateY(48px) scale(0.985);
  clip-path: inset(14% 0 0 0 round 16px);
  filter: blur(8px);
  transition:
    opacity 0.92s var(--ease-fluid),
    transform 0.92s var(--ease-fluid),
    clip-path 0.92s var(--ease-fluid),
    filter 0.92s var(--ease-fluid);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, clip-path, filter;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0 round 16px);
  filter: blur(0);
}
.mockup-frame.reveal.is-visible:hover,
.card.reveal.is-visible:hover,
.cta-panel.reveal.is-visible:hover {
  transform: translateY(-6px);
}
.cta-panel.reveal.is-visible:hover {
  transform: translateY(-4px);
}

@media (max-width: 900px) {
  .container { padding: 0 20px; }
  .topbar { padding-top: 12px; }
  .nav-inner {
    width: min(560px, calc(100% - 24px));
    height: 58px;
    padding-left: 14px;
    border-radius: 18px;
  }
  .nav, .btn-ghost { display: none; }
  .hero { min-height: auto; padding-top: 102px; padding-bottom: 82px; }
  .hero h1 { font-size: 48px; }
  .section-heading h2 { font-size: 40px; }
  .cta-panel h2 { font-size: 36px; }
  .mockup-body, .people-story, .cards, .cta-panel { grid-template-columns: 1fr; }
  .people-story { gap: 24px; padding: 18px; }
  .people-art { min-height: 300px; }
  .people-copy { padding: 0 6px 6px; }
  .people-copy h3 { font-size: 32px; }
  .filters { border-right: 0; border-bottom: 1px solid var(--mist-200); }
  .ranking-head { display: block; }
  #resultCount { margin-top: 8px; }
  .site-card { grid-template-columns: 42px minmax(0, 1fr); }
  .score-box {
    grid-column: 2;
    justify-items: start;
    margin-top: 2px;
  }
  .score-box strong { font-size: 22px; }
  .award-tag { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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

@media (max-width: 560px) {
  .coming-soon { padding: 16px; }
  .coming-card { padding: 28px; border-radius: 18px; }
  .coming-logo { width: 132px; margin-bottom: 42px; }
  .coming-card h1 { font-size: 46px; }
  .coming-card p:not(.eyebrow) { font-size: 16px; }
  .access-row { flex-direction: column; align-items: stretch; }
  .access-row input { min-height: 42px; padding: 0 8px; }
  .brand { font-size: 16px; }
  .brand-lockup { width: 112px; }
  .nav-actions .btn-primary { min-height: 38px; padding: 8px 12px; font-size: 13px; }
  .hero { padding-top: 96px; padding-bottom: 86px; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 17px; }
  .mockup-section { margin-top: -24px; }
  .mockup-top { font-size: 11px; }
  .ranking-panel, .filters, .card, .cta-panel { padding: 24px; }
  .people-story { margin-bottom: 34px; padding: 14px; }
  .people-art { min-height: 250px; }
  .people-art img { width: 112%; }
  .people-copy h3 { font-size: 28px; }
  .people-copy p:not(.eyebrow) { font-size: 16px; }
  .site-card { gap: 10px; }
  .site-title { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-links { flex-wrap: wrap; }
}
