:root {
  --ink: #17202a;
  --muted: #5d6873;
  --paper: #ffffff;
  --soft: #f4f6f7;
  --dark: #111820;
  --yellow: #ffd600;
  --yellow-dark: #e7bd00;
  --line: #dfe4e7;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: #574800; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(17,24,32,.96);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 26px; }
.brand { color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.brand span { color: var(--yellow); font-size: 1.35rem; }
nav { display: flex; gap: 24px; margin-left: auto; }
nav a { color: #d8dee3; text-decoration: none; font-size: .94rem; }
nav a:hover { color: #fff; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #e3ba00;
  border-radius: 10px;
  color: #111;
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(255,214,0,.18);
  font-weight: 800;
  text-decoration: none;
}
.button:hover { background: #ffe137; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #2878ff; outline-offset: 3px; }
.button-small { min-height: 40px; padding-inline: 16px; font-size: .9rem; }

.hero { padding: 76px 0 64px; color: #fff; background: radial-gradient(circle at 20% 10%, #263440, transparent 40%), var(--dark); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: #9a7f00; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { max-width: 680px; font-size: clamp(2.5rem, 6vw, 4.6rem); letter-spacing: -.035em; }
h2 { margin-bottom: 20px; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -.025em; }
.lead { max-width: 680px; margin: 24px 0; color: #d5dce2; font-size: 1.15rem; }
.verdict { padding: 18px 20px; border: 1px solid rgba(255,214,0,.42); border-radius: 14px; background: rgba(255,214,0,.08); }
.verdict strong { color: var(--yellow); }
.verdict p { margin: 5px 0 0; color: #eef2f4; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.text-link { font-weight: 800; text-underline-offset: 4px; }
.hero .text-link { color: #fff; }
.disclosure { margin: 16px 0 0; color: #98a4ae; font-size: .82rem; }
.hero-media { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: 0 28px 60px rgba(0,0,0,.36); }
.hero-media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.section { padding: 78px 0; }
.section-alt { background: var(--soft); }
.quick { padding-top: 64px; }
.facts-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.facts-grid article { min-height: 132px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.facts-grid span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.facts-grid strong { line-height: 1.35; }
.summary { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.section p { color: #3f4b55; }

.registry { margin: 28px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.registry div { display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid var(--line); }
.registry div:last-child { border-bottom: 0; }
.registry dt, .registry dd { margin: 0; padding: 14px 18px; }
.registry dt { color: var(--muted); background: var(--soft); font-weight: 700; }
.registry dd { font-weight: 700; }
.notice, .checklist { margin-top: 26px; padding: 20px 22px; border-left: 5px solid var(--yellow-dark); border-radius: 8px; background: #fff9d6; }
.notice strong { display: block; margin-bottom: 5px; }

.two-columns, .media-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.steps strong { display: block; }
.steps p { margin: 3px 0 0; }
.checklist ul { margin-bottom: 0; }
.media-grid img { border-radius: 18px; box-shadow: 0 20px 46px rgba(17,24,32,.16); }

details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 18px 4px; cursor: pointer; font-weight: 800; }
details p { margin: -4px 4px 18px; }

.responsible { padding: 52px 0; color: #fff; background: #202a34; }
.responsible-inner { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 36px; }
.responsible h2 { margin: 0; font-size: 2rem; }
.responsible p { margin: 0; color: #d4dce2; }
.light { color: #fff; white-space: nowrap; }

footer { padding: 34px 0; color: #aeb8c0; background: #111820; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 30px; align-items: start; }
footer p { margin: 0; }
footer a { color: #fff; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .92em; }

@media (max-width: 860px) {
  nav { display: none; }
  .header-inner { gap: 12px; }
  .header-inner .button { margin-left: auto; }
  .hero { padding: 48px 0; }
  .hero-grid, .two-columns, .media-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-media { max-width: 620px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .responsible-inner, .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .light { white-space: normal; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { position: static; }
  .header-inner { min-height: 60px; }
  .brand { font-size: .9rem; }
  .brand span { font-size: 1.1rem; }
  .button-small { min-height: 38px; padding-inline: 13px; font-size: .82rem; }
  h1 { font-size: 2.55rem; }
  .lead { font-size: 1.04rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .section { padding: 56px 0; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid article { min-height: auto; }
  .registry div { grid-template-columns: 1fr; }
  .registry dt { padding-bottom: 4px; }
  .registry dd { padding-top: 4px; }
}
