:root {
  --ink: #151922;
  --ink-soft: #3d4554;
  --muted: #6b7382;
  --gray-50: #f5f6f8;
  --gray-100: #eef0f4;
  --gray-200: #e2e6ed;
  --gray-300: #c8ced8;
  --white: #ffffff;
  --accent: #2b6bff;
  --accent-2: #5b9dff;
  --accent-deep: #1a4fd6;
  --grad: linear-gradient(135deg, #1a4fd6 0%, #2b6bff 42%, #6eb6ff 100%);
  --grad-soft: linear-gradient(180deg, #f7f8fb 0%, #eef2f8 100%);
  --shadow: 0 18px 40px rgba(21, 25, 34, 0.08), 0 2px 8px rgba(43, 107, 255, 0.08);
  --shadow-lg: 0 28px 64px rgba(21, 25, 34, 0.12);
  --r: 1.25rem;
  --r-sm: 0.9rem;
  --wrap: 72rem;
  --narrow: 40.5rem;
  --font: "Outfit", system-ui, sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6.5rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--gray-50);
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
a { color: var(--accent); font-weight: 700; text-decoration: none; }
a:hover { color: var(--accent-deep); }
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.wrap {
  width: min(calc(100% - 2rem), var(--wrap));
  margin-inline: auto;
}

.wrap--narrow {
  width: min(calc(100% - 2rem), 70rem);
  margin-inline: auto;
}

h1, h2, h3, h4 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 650;
  margin: 0 0 var(--space-4);
}

h1 { font-size: clamp(2.15rem, 4.6vw, 3.6rem); max-width: 18ch; }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 var(--space-4); max-width: 72ch; }
p:last-child { margin-bottom: 0; }

.kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-3);
}

.index-label {
  font-variant-numeric: tabular-nums;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: var(--space-2);
}

.rule {
  width: 3rem;
  height: 3px;
  border: 0;
  margin: 0 0 var(--space-5);
  background: var(--grad);
  border-radius: 99px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-split {
  display: inline-flex;
  align-items: stretch;
  min-height: 3rem;
  border-radius: 0.7rem;
  overflow: hidden;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 10px 24px rgba(43, 107, 255, 0.28);
  font-weight: 700;
}

.btn-split:hover { color: #fff; filter: brightness(1.05); }

.btn-split__label {
  display: grid;
  place-items: center;
  padding: 0.7rem 1.1rem;
}

.btn-split__chev {
  display: grid;
  place-items: center;
  width: 2.6rem;
  background: rgba(0, 0, 0, 0.16);
}

.btn-split__chev::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.btn-split--ghost {
  background: var(--gray-100);
  color: var(--accent);
  box-shadow: none;
}

.btn-split--ghost:hover { color: var(--accent-deep); }

.btn-split--ghost .btn-split__chev {
  background: rgba(43, 107, 255, 0.12);
}

.btn-split--ghost .btn-split__chev::after {
  border-color: var(--accent);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
}

.badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.badge--pba {
  background: rgba(43, 107, 255, 0.12);
  color: var(--accent-deep);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.verdict {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent-deep);
}

.verdict::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--grad);
}

.img-round {
  border-radius: var(--r);
  overflow: hidden;
}

.img-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.note-18 {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: var(--space-3);
}

.motif-list {
  margin: 0 0 var(--space-5);
  padding: 0;
  list-style: none;
}

.motif-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.55rem;
}

.motif-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--accent);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 80;
  background: var(--grad);
  pointer-events: none;
}

.cookie {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  width: min(24rem, calc(100% - 2rem));
  background: var(--white);
  color: var(--ink);
  padding: 1.15rem 1.2rem;
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
}

.cookie p { font-size: 0.92rem; }

.logo-fallback {
  width: 7.5rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background: var(--gray-100);
  border-radius: 0.6rem;
  font-weight: 750;
  color: var(--ink);
}

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