@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/literata-cyr-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/literata-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/literata-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-cyr-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-cyr-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

:root {
  --sand: #f6ebdd;
  --cream: #fff8f0;
  --ink: #1c1712;
  --muted: #5a4d42;
  --olive: #1f3d32;
  --clay: #c24e1d;
  --clay-deep: #9a3c14;
  --focus: #c24e1d;
  --serif: "Literata", "Palatino Linotype", serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --container: 1060px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.72;
  color: var(--ink);
  background:
    radial-gradient(circle at 12px 12px, rgba(194, 78, 29, 0.14) 1.4px, transparent 1.6px),
    var(--sand);
  background-size: 28px 28px;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 1rem;
  top: -120px;
  z-index: 80;
  padding: 0.6rem 1rem;
  background: var(--clay);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.skip:focus { top: 1rem; }

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

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.16;
  color: var(--olive);
}
h1 { font-size: clamp(2rem, 4.6vw, 3.45rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); margin: 0 0 0.9rem; max-width: 22ch; }
h3 { font-size: 1.18rem; margin: 1.35rem 0 0.5rem; color: var(--clay); }
p { margin: 0 0 1rem; color: var(--muted); }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--olive);
  color: var(--cream);
}

.bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2rem, 1340px);
  min-height: 74px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--cream);
}

.geo {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: var(--clay);
  color: #fff;
  padding: 0.16rem 0.38rem;
  border-radius: 999px;
}

.desktop {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 0.8rem;
  overflow: auto;
}
.desktop a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d7e4dc;
  white-space: nowrap;
}
.desktop a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.actions { display: flex; align-items: center; gap: 0.5rem; }

.lang { display: inline-flex; border: 1px solid rgba(255, 248, 240, 0.35); border-radius: 999px; overflow: hidden; }
.lang a {
  min-width: 40px;
  min-height: 34px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--cream);
}
.lang a[aria-current="page"] { background: var(--clay); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  border: 2px solid var(--clay);
  border-radius: 999px;
  background: transparent;
  color: var(--clay);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: var(--clay); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--clay); color: #fff; }
.btn-primary:hover { background: var(--clay-deep); }
.header .btn { color: var(--cream); border-color: var(--cream); }
.header .btn:hover { background: var(--cream); color: var(--olive); }
.header .btn-primary { background: var(--clay); border-color: var(--clay); color: #fff; }
.header .btn-primary:hover { background: var(--clay-deep); color: #fff; }

.nav-toggle, .burger, .mobile { display: none; }

.hero {
  width: min(100% - 2rem, 980px);
  margin: clamp(1.6rem, 4vw, 2.8rem) auto 2.4rem;
}

.ticket {
  position: relative;
  background: var(--cream);
  padding: 1.8rem 1.6rem 1.7rem;
  border: 2px dashed var(--olive);
  border-radius: 18px;
}
.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  background: var(--sand);
  border: 2px dashed var(--olive);
  border-radius: 50%;
  transform: translateY(-50%);
}
.ticket::before { left: -13px; }
.ticket::after { right: -13px; }

.kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.section { padding-bottom: 2.3rem; }

.banner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 168px;
  padding: 1.1rem 7vw;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 248, 240, 0.08) 0 12px, transparent 12px 24px),
    var(--olive);
  color: var(--cream);
}

.banner-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.1vw, 2.5rem);
  color: var(--cream);
}

.num {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 3px solid var(--clay);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--clay);
  background: var(--cream);
  transform: rotate(-8deg);
}

.banner svg { width: min(20vw, 130px); opacity: 0.9; }

.body { padding-top: 1.45rem; }

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.card {
  padding: 1.05rem 1.1rem;
  background: var(--cream);
  border: 1.5px dashed var(--olive);
  border-radius: 14px;
}
.card h3 { margin: 0 0 0.4rem; }
.card p { margin: 0; }

.samples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.samples li {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-weight: 700;
}

.gold { color: var(--clay); font-weight: 700; }

.layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  margin-top: 0.7rem;
}

.faq {
  margin-bottom: 0.5rem;
  padding: 0.8rem 1rem;
  background: var(--cream);
  border-radius: 12px;
  border: 1.5px dashed var(--clay);
}
.faq summary { cursor: pointer; color: var(--olive); font-weight: 700; }

.form {
  display: grid;
  gap: 0.7rem;
  padding: 1.15rem;
  background: var(--olive);
  color: var(--cream);
  border-radius: 16px;
}
.form h3 { color: #f3d2c2; margin-top: 0; }
.form label { display: grid; gap: 0.3rem; color: var(--cream); }
.form input, .form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 2px solid #f3d2c2;
  border-radius: 10px;
  background: var(--cream);
  color: var(--ink);
}
.form input:user-invalid, .form textarea:user-invalid { border-color: #e07a7a; }

.footer {
  padding: 2rem 0 2.5rem;
  background: var(--clay);
  color: #fff;
}
.footer p { color: #f7d8c8; }
.footer p:first-child { color: #fff; font-weight: 700; }

@media (max-width: 1280px) {
  .desktop, .hide-sm { display: none; }
  .burger {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 0.75rem;
    border: 2px solid var(--cream);
    border-radius: 999px;
    color: var(--cream);
    cursor: pointer;
    font-weight: 700;
  }
  .mobile {
    display: none;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0 1rem 1rem;
    background: var(--olive);
  }
  .mobile a { text-decoration: none; color: var(--cream); font-weight: 700; }
  .nav-toggle:checked ~ .mobile { display: flex; }
}

@media (max-width: 1024px) {
  .layout, .grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .banner { grid-template-columns: auto 1fr; min-height: 132px; padding: 1rem 1.1rem; }
  .banner svg { display: none; }
  .ticket::before, .ticket::after { display: none; }
}

.toc {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto 2rem;
  padding: 1.1rem 1.2rem;
  background: var(--cream, #fff8f0);
  border: 2px dashed var(--olive, #1f3d32);
  border-radius: 16px;
}
.toc h2 { margin: 0 0 0.7rem; font-size: 1.1rem; }
.toc ol { margin: 0; padding-left: 1.2rem; }
.toc a { color: var(--clay, #c24e1d); text-decoration: none; font-weight: 700; }
.toc a:hover { text-decoration: underline; }
.lead { font-size: 1.05rem; }
.table-wrap { overflow-x: auto; margin: 0 0 1.1rem; }
.table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table th, .table td {
  padding: 0.65rem 0.75rem;
  border: 1.5px dashed var(--olive, #1f3d32);
  text-align: left;
  vertical-align: top;
}
.table th { background: var(--olive, #1f3d32); color: #fff; }
.list { margin: 0 0 1rem; padding-left: 1.2rem; }
.list li { margin: 0 0 0.4rem; }
.section-cta { margin: 1rem 0 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
