:root {
  --ink: #18211f;
  --ink-soft: #33423e;
  --field: #1c332f;
  --field-2: #284742;
  --paper: #eef1ec;
  --paper-deep: #d7ded6;
  --brass: #b68a45;
  --rust: #88443f;
  --steel: #416f78;
  --white: #fbfcf7;
  --muted: #66726c;
  --line: rgba(24, 33, 31, 0.15);
  --shadow: 0 24px 80px rgba(24, 33, 31, 0.18);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Golos Text", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.inline-link {
  color: var(--rust);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

button,
input,
select,
textarea {
  font: inherit;
}

.icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

:focus-visible {
  outline: 3px solid rgba(199, 144, 71, 0.75);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(238, 241, 236, 0.9);
  border-bottom: 1px solid rgba(23, 33, 29, 0.12);
  backdrop-filter: blur(18px);
  transition: min-height 180ms ease, padding 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header[data-scrolled] {
  min-height: 60px;
  padding-block: 8px;
  background: rgba(238, 241, 236, 0.97);
  box-shadow: 0 12px 34px rgba(23, 33, 29, 0.1);
}

.site-header[data-scrolled] .brand-mark {
  width: 34px;
  height: 34px;
  font-size: 18px;
}

.site-header[data-scrolled] .brand small {
  opacity: 0;
  transform: translateY(-4px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--field);
  color: var(--paper);
  border-radius: 6px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  transition: width 180ms ease, height 180ms ease, font-size 180ms ease;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 800;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 13px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
}

.nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-color: var(--brass);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--field);
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
}

.menu-toggle .icon {
  width: 18px;
  height: 18px;
}

.menu-toggle .icon path {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header[data-menu-open] .menu-toggle .icon path:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.site-header[data-menu-open] .menu-toggle .icon path:nth-child(2) {
  opacity: 0;
}

.site-header[data-menu-open] .menu-toggle .icon path:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.site-header[data-menu-open] .nav {
  position: absolute;
  top: calc(100% + 8px);
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  display: flex;
  justify-content: center;
  padding: 10px 14px;
  background: rgba(238, 241, 236, 0.98);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(23, 33, 29, 0.14);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--paper);
  background: var(--field);
  border-radius: 6px;
  font-weight: 800;
}

.header-call .icon {
  color: var(--brass);
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background: #101712;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 18, 15, 0.96) 0%, rgba(15, 28, 23, 0.82) 46%, rgba(15, 28, 23, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 10, 8, 0.4) 0%, rgba(5, 10, 8, 0.04) 46%, rgba(5, 10, 8, 0.66) 100%),
    url("assets/hero.png") center / cover no-repeat;
  transform: scale(1.03);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(199, 144, 71, 0.1) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(199, 144, 71, 0.14), transparent 34%);
  opacity: 0.55;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  bottom: 0;
  height: 1px;
  background: rgba(255, 250, 240, 0.24);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: calc(100svh - 72px);
  width: min(1180px, calc(100% - 36px));
  padding: clamp(42px, 6vh, 76px) 0 34px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brass);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 96px;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 720px;
  padding-left: 18px;
  margin-bottom: 20px;
  color: rgba(255, 250, 240, 0.86);
  border-left: 4px solid var(--brass);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.45;
}

.hero-rally {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin: 0 0 22px;
}

.hero-rally span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #171d18;
  background: var(--brass);
  border: 1px solid rgba(255, 250, 240, 0.36);
  border-radius: 4px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-brief {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  width: min(980px, 100%);
  padding: 12px;
  margin-bottom: 16px;
  background: rgba(8, 16, 13, 0.78);
  border: 1px solid rgba(199, 144, 71, 0.62);
  border-left: 8px solid var(--brass);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(3, 8, 6, 0.36);
}

.hero-brief > p {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 12px 16px;
  color: var(--brass);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-brief dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.14);
}

.hero-brief div {
  min-height: 82px;
  padding: 14px 16px;
  background: rgba(255, 250, 240, 0.08);
}

.hero-brief dt,
.hero-region-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 250, 240, 0.66);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-brief dd {
  display: block;
  margin: 0;
  color: var(--paper);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.hero-region-card {
  display: grid;
  grid-template-columns: minmax(130px, 0.32fr) minmax(0, 0.68fr);
  gap: 8px 18px;
  align-items: center;
  width: min(820px, 100%);
  padding: 16px 18px;
  margin-bottom: 16px;
  color: var(--paper);
  background: rgba(18, 32, 27, 0.82);
  border: 1px solid rgba(199, 144, 71, 0.7);
  border-radius: var(--radius);
}

.hero-region-card span {
  grid-column: 1;
  margin: 0;
  color: var(--brass);
}

.hero-region-card strong {
  grid-column: 1;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.hero-region-card p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 15px;
  font-weight: 650;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin: 0 0 24px;
  overflow: hidden;
  background: rgba(199, 144, 71, 0.34);
  border: 1px solid rgba(199, 144, 71, 0.34);
  border-radius: var(--radius);
}

.hero-trust div {
  padding: 15px 16px;
  background: rgba(18, 32, 27, 0.74);
}

.hero-trust dt {
  margin-bottom: 5px;
  color: var(--brass);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.hero-trust dd {
  margin: 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: 13px;
  font-weight: 650;
}

.hero-city-selector {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: min(860px, 100%);
  margin-bottom: 26px;
}

.hero-city-label {
  color: var(--brass);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-city-marquee {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 1px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero-city-list {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: city-marquee 118s linear infinite;
}

.hero-city-marquee:hover .hero-city-list,
.hero-city-marquee:focus-within .hero-city-list {
  animation-play-state: paused;
}

.hero-city-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--white);
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-city-list a:hover,
.hero-city-list a.is-primary {
  background: rgba(255, 250, 240, 0.22);
  border-color: rgba(199, 144, 71, 0.7);
}

.hero-city-list a.is-primary {
  color: #161b16;
  background: var(--brass);
  border-color: var(--brass);
}

@keyframes city-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--brass);
  color: #161b16;
  box-shadow: 0 18px 40px rgba(199, 144, 71, 0.24);
}

.button-secondary {
  background: rgba(255, 250, 240, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 250, 240, 0.34);
}

.button span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(23, 33, 29, 0.16);
  line-height: 1;
}

.button .icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.3;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin: 0;
  background: rgba(255, 250, 240, 0.16);
  border: 1px solid rgba(255, 250, 240, 0.18);
}

.hero-facts div {
  min-height: 126px;
  padding: 22px;
  background: rgba(18, 32, 27, 0.68);
}

.hero-facts dt {
  margin-bottom: 8px;
  color: var(--paper);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.hero-facts dd {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 14px;
}

.quick-start-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  padding: 24px clamp(18px, 4vw, 56px);
  color: var(--paper);
  background: var(--field);
  border-top: 1px solid rgba(255, 250, 240, 0.14);
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
}

.quick-start-copy {
  max-width: 660px;
}

.quick-start-copy .eyebrow {
  margin-bottom: 8px;
}

.quick-start-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 46px);
}

.quick-start-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(116px, 1fr));
  gap: 8px;
}

.quick-start-items span {
  display: inline-grid;
  min-height: 38px;
  padding: 0 14px;
  place-items: center;
  color: var(--field);
  background: var(--paper);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  width: min(1120px, calc(100% - 36px));
  padding: clamp(66px, 9vw, 112px) 0;
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.35fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.section-heading p:not(.eyebrow) {
  max-width: 660px;
  color: var(--ink-soft);
  font-size: 18px;
}

.section-heading.narrow {
  max-width: 760px;
}

.start-support {
  padding-top: clamp(58px, 7vw, 88px);
}

.support-grid,
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.support-card,
.benefits-grid article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.support-card.is-primary {
  background: var(--field);
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.14);
}

.support-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  background: rgba(33, 49, 42, 0.09);
  border-radius: 6px;
  font-weight: 900;
}

.support-card.is-primary span {
  background: rgba(255, 255, 255, 0.14);
}

.support-card p,
.benefits-grid p,
.benefits-head > p {
  color: var(--ink-soft);
}

.support-card.is-primary p {
  color: rgba(255, 250, 240, 0.78);
}

.benefits {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefits-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}

.benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefits-grid a {
  color: var(--field);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefit {
  min-height: 240px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.benefit-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  place-items: center;
  background: var(--field);
  color: var(--paper);
  border-radius: 6px;
  font-weight: 900;
}

.benefit-icon .icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.1;
}

.benefit p,
.timeline p,
.faq p,
.requirements li {
  color: var(--ink-soft);
}

.roles-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.payments-section {
  padding-bottom: clamp(66px, 9vw, 112px);
}

.section-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--steel);
  border: 1px solid rgba(33, 49, 42, 0.18);
  border-radius: var(--radius);
}

.section-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 21, 17, 0.02), rgba(12, 21, 17, 0.24));
  pointer-events: none;
}

.section-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.payments-head,
.roles-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
}

.verification-panel,
.roles-brief {
  padding: 22px;
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brass);
  border-radius: var(--radius);
}

.verification-panel .section-visual,
.roles-brief .section-visual {
  margin: -6px -6px 18px;
}

.verification-panel span,
.roles-brief span {
  display: block;
  margin-bottom: 14px;
  color: var(--field);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
}

.verification-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.verification-panel li + li {
  margin-top: 9px;
}

.roles-brief p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.roles-brief .section-visual {
  aspect-ratio: 16 / 10;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.payment-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.68) inset;
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease;
}

.payment-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--brass);
  border-radius: var(--radius) var(--radius) 0 0;
}

.payment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(182, 138, 69, 0.12), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.is-reveal-ready {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 520ms ease var(--reveal-delay, 0ms),
    transform 520ms ease var(--reveal-delay, 0ms),
    box-shadow 220ms ease;
  will-change: opacity, transform;
}

.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.payment-card:hover {
  box-shadow: 0 18px 46px rgba(24, 33, 31, 0.12);
}

.payment-card:hover::after {
  opacity: 1;
}

.payment-card.is-strong {
  background: var(--field);
  color: var(--white);
}

.payment-card.is-strong::before {
  background: var(--rust);
}

.payment-card.is-wide {
  grid-row: span 2;
}

.payment-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--brass);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.payment-card p {
  position: relative;
  margin-bottom: 0;
  color: var(--ink-soft);
  z-index: 1;
}

.payment-card.is-strong p {
  color: rgba(255, 250, 240, 0.76);
}

.payment-card span,
.payment-card strong {
  position: relative;
  z-index: 1;
}

.payment-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 15px;
}

.payment-note p {
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 18px;
  color: rgba(255, 250, 240, 0.78);
  background: var(--field);
  border-radius: var(--radius);
}

.payment-note dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.payment-note div {
  display: grid;
  min-height: 134px;
  padding: 16px;
  align-content: space-between;
  gap: 9px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.payment-note div:hover {
  color: var(--paper);
  background: var(--field);
  border-color: rgba(255, 250, 240, 0.16);
  box-shadow: 0 16px 34px rgba(24, 33, 31, 0.14);
  transform: translateY(-2px);
}

.payment-note .target-icon {
  width: 44px;
  height: 44px;
  color: var(--brass);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-note dt {
  color: var(--field);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
  transition: color 180ms ease;
}

.payment-note div:hover dt {
  color: var(--brass);
}

.payment-note dd {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
  transition: color 180ms ease;
}

.payment-note div:hover dd {
  color: rgba(255, 250, 240, 0.78);
}

.direction-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.direction-strip a {
  position: relative;
  display: grid;
  min-height: 92px;
  padding: 16px;
  align-content: center;
  gap: 7px;
  background: var(--white);
  color: var(--ink-soft);
  font-weight: 800;
  overflow: hidden;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.direction-strip a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.25;
  transform: translate(-4px, -4px) rotate(-45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.direction-strip a:hover {
  color: var(--paper);
  background: var(--field);
  transform: translateY(-2px);
}

.direction-strip a:hover::after {
  opacity: 0.7;
  transform: translate(0, 0) rotate(-45deg);
}

.direction-strip span {
  display: block;
  color: var(--field);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.direction-strip a:hover span {
  color: var(--brass);
}

.direction-strip small {
  display: block;
  max-width: 170px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  color: var(--muted);
}

.direction-strip a:hover small {
  color: rgba(255, 250, 240, 0.72);
}

.catalog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}

.catalog-row p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.roles-link {
  flex: 0 0 auto;
}

.cities-section {
  border-bottom: 1px solid var(--line);
}

.cities-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
}

.cities-layout .section-visual,
.route .section-visual {
  min-height: 250px;
}

.service-area {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}

.service-area span {
  display: inline-grid;
  min-height: 42px;
  padding: 0 16px;
  place-items: center;
  color: var(--paper);
  background: var(--steel);
  border-radius: 6px;
  font-weight: 850;
}

.city-catalog-button {
  margin-top: 12px;
}

.seo-page {
  background: var(--paper);
}

.seo-main {
  width: min(1040px, calc(100% - 36px));
  padding: clamp(58px, 8vw, 96px) 0;
  margin: 0 auto;
}

.seo-main h1 {
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 74px);
}

.seo-lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 20px;
}

.seo-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  margin: 34px 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.seo-panel strong {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.seo-vacancy-group {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.seo-vacancy-group:first-of-type {
  margin-top: 34px;
}

.seo-vacancy-group h2 {
  max-width: 760px;
  margin-bottom: 10px;
  color: var(--field);
  font-size: clamp(26px, 4vw, 42px);
}

.seo-vacancy-group p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.seo-links a {
  display: inline-grid;
  min-height: 42px;
  padding: 0 14px;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink-soft);
  font-weight: 750;
}

.seo-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--rust);
  font-weight: 850;
}

.route {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: clamp(32px, 6vw, 78px);
}

.route .section-visual {
  margin-top: 28px;
}

.route-support {
  margin-top: 16px;
  padding: 18px;
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brass);
  border-radius: var(--radius);
}

.route-support span {
  display: block;
  margin-bottom: 8px;
  color: var(--field);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.1;
}

.route-support p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.official-routes {
  padding-top: 0;
}

.official-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.official-grid a {
  display: grid;
  gap: 12px;
  min-height: 152px;
  padding: 22px;
  align-content: space-between;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--steel);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.official-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(65, 111, 120, 0.5);
  box-shadow: 0 18px 42px rgba(24, 33, 31, 0.12);
}

.official-grid span {
  color: var(--rust);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.official-grid strong {
  color: var(--field);
  font-size: 20px;
  line-height: 1.18;
}

.timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--paper);
  background: var(--steel);
  border-radius: 6px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
}

.timeline p {
  margin-bottom: 0;
}

.requirements {
  padding-top: 0;
}

.check-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.check-columns ul {
  margin: 0;
  padding: 24px 24px 24px 46px;
  background: rgba(255, 250, 240, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-columns li + li {
  margin-top: 14px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 4vw, 56px);
  background: var(--field);
  color: var(--white);
}

.contact-copy {
  max-width: 650px;
  justify-self: end;
}

.contact-copy p {
  color: rgba(255, 250, 240, 0.76);
  font-size: 18px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.contact-cards a,
.contact-cards p {
  min-height: 112px;
  padding: 18px;
  margin: 0;
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: var(--radius);
  font-weight: 800;
}

.contact-cards span {
  display: block;
  margin-bottom: 10px;
  color: var(--brass);
  font-size: 13px;
  text-transform: uppercase;
}

.request-form {
  display: grid;
  gap: 14px;
  max-width: 470px;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  background: var(--white);
  border: 1px solid rgba(23, 33, 29, 0.2);
  border-radius: 6px;
  color: var(--ink);
}

.request-form textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  min-height: 20px;
  color: var(--field);
  font-weight: 800;
}

.form-status.is-error {
  color: var(--rust);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 850;
}

.faq details p {
  padding: 0 22px 20px;
  margin-bottom: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 250, 240, 0.72);
  background: #101713;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--brass);
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: nowrap;
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
  }

  .site-header[data-menu-open] .nav {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 42px;
  }

  h1 {
    font-size: 72px;
  }

  .hero-copy {
    max-width: none;
    font-size: 19px;
  }

  .hero-facts,
  .hero-trust,
  .hero-brief,
  .hero-region-card,
  .split,
  .route,
  .check-columns,
  .contact-section,
  .contact-cards,
  .payments-head,
  .roles-layout,
  .cities-layout,
  .support-grid,
  .benefits-head,
  .benefits-grid,
  .payment-note,
  .payment-grid,
  .official-grid,
  .quick-start-band {
    grid-template-columns: 1fr;
  }

  .hero-region-card p,
  .hero-region-card span,
  .hero-region-card strong {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-brief dd,
  .hero-trust dt,
  .hero-facts dt {
    font-size: 28px;
  }

  .quick-start-band {
    align-items: stretch;
  }

  .direction-strip,
  .payment-note dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-card.is-wide {
    grid-row: auto;
  }

  .catalog-row {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-copy {
    max-width: none;
    justify-self: stretch;
  }

  .request-form {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    gap: 12px;
  }

  .brand small {
    display: none;
  }

  .header-call {
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy {
    padding-left: 14px;
    font-size: 18px;
  }

  .hero-rally span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero-city-selector {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-brief,
  .hero-region-card,
  .quick-start-band {
    padding: 16px;
  }

  .hero-brief {
    border-left-width: 4px;
    gap: 10px;
  }

  .hero-brief > p {
    padding: 0;
  }

  .hero-brief dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-brief div {
    min-height: auto;
  }

  .hero-brief dd,
  .hero-trust dt,
  .hero-facts dt {
    font-size: 25px;
  }

  .quick-start-items {
    grid-template-columns: 1fr;
  }

  .site-header[data-menu-open] .nav {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header[data-menu-open] .nav a {
    min-height: 40px;
    padding: 8px 0;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-facts div {
    min-height: auto;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .direction-strip {
    grid-template-columns: 1fr;
  }

  .payment-note dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

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

  .is-reveal-ready {
    opacity: 1;
    transform: none;
  }

}
