:root {
  --bg: #061423;
  --bg-deep: #020913;
  --panel: rgba(7, 27, 45, 0.86);
  --panel-strong: #071b2d;
  --gold: #f8c96a;
  --gold-2: #d99632;
  --sea: #2dd4bf;
  --coral: #ff7b5f;
  --text: #ffffff;
  --muted: #c8d1dc;
  --soft: rgba(255, 255, 255, 0.08);
  --line: rgba(248, 201, 106, 0.36);
  --success: #35c76a;
  --danger: #ef4d45;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --header: 76px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(248, 201, 106, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 201, 106, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, rgba(45, 212, 191, 0.08), transparent 42%),
    var(--bg-deep);
  background-size: 64px 64px, 64px 64px, auto, auto;
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
textarea {
  font: 16px/1.5 Inter, "Segoe UI", Arial, sans-serif;
}

button,
input,
textarea {
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(18px, 5vw, 56px);
  border-bottom: 1px solid rgba(248, 201, 106, 0.22);
  background: rgba(2, 9, 19, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 5px rgba(248, 201, 106, 0.1);
}

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

.brand strong {
  font-size: 21px;
  font-weight: 950;
  text-transform: uppercase;
}

.brand small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav,
.header-actions,
.action-row,
.trust-line,
.facts,
.feature-list {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}

.desktop-nav a,
.site-footer a {
  text-decoration: none;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.header-actions {
  gap: 12px;
}

.city {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold);
}

.mobile-nav {
  display: none;
}

.page-root:focus {
  outline: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header));
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.08fr);
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px) clamp(46px, 7vw, 90px);
  overflow: hidden;
}

.hero::before,
.plain-hero::before,
.success-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 9, 19, 0.97) 0%, rgba(2, 9, 19, 0.78) 44%, rgba(2, 9, 19, 0.2) 100%),
    linear-gradient(180deg, rgba(2, 9, 19, 0.12), rgba(2, 9, 19, 0.98)),
    repeating-linear-gradient(132deg, transparent 0 46px, rgba(248, 201, 106, 0.07) 47px 48px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/sochi-hero-web.jpg") center / cover no-repeat;
  opacity: 0.56;
  transform: scale(1.02);
  animation: slowZoom 14s ease-in-out infinite alternate;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 92px);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
}

h3 {
  font-size: 20px;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.action-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-primary {
  color: #07111d;
  background: linear-gradient(180deg, #ffd978 0%, #e0a13e 100%);
  box-shadow: 0 12px 32px rgba(248, 201, 106, 0.22);
}

.btn {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.btn-outline {
  border-color: var(--line);
  color: var(--gold);
  background: rgba(7, 27, 45, 0.72);
}

.btn-quiet {
  border-color: rgba(255, 255, 255, 0.13);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.trust-line {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  color: var(--muted);
}

.trust-line span {
  position: relative;
  padding-left: 18px;
}

.trust-line span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-visual {
  position: relative;
  min-height: 570px;
  perspective: 900px;
}

.sochi-photo {
  position: absolute;
  inset: 2% 0 0 10%;
  border: 1px solid rgba(248, 201, 106, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248, 201, 106, 0.18), transparent 34%),
    linear-gradient(320deg, rgba(45, 212, 191, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(7, 27, 45, 0.05), rgba(2, 9, 19, 0.82)),
    url("assets/sochi-hero-web.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.sochi-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 9, 19, 0.78), transparent 55%),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(255, 255, 255, 0.06) 77px 78px),
    repeating-linear-gradient(0deg, transparent 0 76px, rgba(255, 255, 255, 0.04) 77px 78px);
}

.map-glow {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(248, 201, 106, 0.18);
  border-radius: 50%;
  filter: blur(0.2px);
}

.route-line {
  position: absolute;
  height: 3px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(248, 201, 106, 0), var(--gold), var(--sea));
  box-shadow: 0 0 20px rgba(248, 201, 106, 0.38);
}

.route-line-a {
  left: 25%;
  top: 36%;
  width: 230px;
  transform: rotate(25deg);
}

.route-line-b {
  left: 47%;
  top: 54%;
  width: 210px;
  transform: rotate(-18deg);
}

.route-pin {
  position: absolute;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  color: #07111d;
  background: var(--gold);
  font-weight: 950;
  box-shadow: 0 0 32px rgba(248, 201, 106, 0.42);
}

.route-pin-a {
  left: 21%;
  top: 30%;
}

.route-pin-b {
  left: 46%;
  top: 48%;
}

.route-pin-c {
  right: 18%;
  top: 37%;
  background: var(--sea);
}

.route-caption {
  position: absolute;
  padding: 8px 10px;
  border: 1px solid rgba(248, 201, 106, 0.22);
  border-radius: 999px;
  color: var(--text);
  background: rgba(2, 9, 19, 0.68);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.route-caption-a {
  left: 12%;
  top: 22%;
}

.route-caption-b {
  left: 41%;
  top: 62%;
}

.route-caption-c {
  right: 8%;
  top: 29%;
}

.phone-preview {
  position: absolute;
  left: 0;
  top: 5%;
  width: min(330px, 58%);
  min-width: 260px;
  min-height: 470px;
  padding: 22px;
  border: 10px solid #0b1018;
  border-radius: 38px;
  background: linear-gradient(180deg, #102c43 0%, #071422 100%);
  box-shadow: var(--shadow);
  transform: rotate(-7deg) translateZ(24px);
  transition: transform 220ms ease;
}

.hero-visual:hover .phone-preview {
  transform: rotate(-5deg) translateY(-4px) translateZ(24px);
}

.phone-top {
  width: 92px;
  height: 20px;
  margin: -12px auto 14px;
  border-radius: 999px;
  background: #05070c;
}

.phone-map {
  position: relative;
  height: 250px;
  margin-bottom: 18px;
  border: 1px solid rgba(248, 201, 106, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(40deg, transparent 0 47%, rgba(248, 201, 106, 0.48) 48% 49%, transparent 50%),
    linear-gradient(128deg, transparent 0 47%, rgba(248, 201, 106, 0.34) 48% 49%, transparent 50%),
    rgba(255, 255, 255, 0.04);
}

.node {
  position: absolute;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(7, 27, 45, 0.86);
  font-weight: 950;
}

.node-a {
  left: 28%;
  top: 24%;
}

.node-b {
  left: 52%;
  top: 48%;
}

.node-c {
  left: 38%;
  top: 72%;
}

.phone-preview strong,
.phone-preview small,
.phone-preview button {
  display: block;
}

.phone-preview small {
  margin-top: 4px;
  color: var(--muted);
}

.phone-preview button {
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  border: 0;
  border-radius: var(--radius);
  color: #061423;
  background: var(--gold);
  font-weight: 900;
}

.rating-badge {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(7, 27, 45, 0.78);
  font-size: 34px;
  font-weight: 950;
}

.rating-badge small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.section {
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 64px);
}

.section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(45, 212, 191, 0.035));
}

.section-head {
  width: min(1040px, 100%);
  margin: 0 auto 30px;
}

.centered {
  text-align: center;
}

.split {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: start;
  margin-inline: auto;
}

.narrow {
  width: min(720px, 100%);
  margin-inline: auto;
}

.quest-card,
.panel,
.order-box,
.step,
.trust-panel,
.code-panel,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.quest-card {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(300px, 0.6fr) minmax(0, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.quest-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% 34%;
  height: 220px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.12), transparent);
  pointer-events: none;
}

.quest-image {
  position: relative;
  min-height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 18, 31, 0.04), rgba(5, 18, 31, 0.65)),
    url("assets/sochi-quest-cover-web.jpg") center / cover no-repeat;
}

.quest-image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(248, 201, 106, 0.24);
  border-radius: 10px;
}

.quest-card-body {
  padding: 24px 20px 20px 0;
}

.quest-card-body p,
.panel p,
.order-box p,
.step p,
.legal p {
  color: var(--muted);
}

.facts {
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.route-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 26px;
}

.route-mini span {
  padding: 8px 10px;
  border: 1px solid rgba(45, 212, 191, 0.34);
  border-radius: 999px;
  color: #dffcf8;
  background: rgba(45, 212, 191, 0.08);
  font-size: 13px;
  font-weight: 850;
}

.facts span {
  min-width: 128px;
  padding: 12px;
  border: 1px solid rgba(248, 201, 106, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.facts b,
.facts small {
  display: block;
}

.facts b {
  color: var(--text);
}

.facts small {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.steps {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.step {
  min-height: 230px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.step:hover,
.faq details:hover,
.quest-card:hover {
  border-color: rgba(248, 201, 106, 0.58);
}

.step:hover {
  transform: translateY(-4px);
  background: rgba(9, 36, 59, 0.92);
}

.step strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #07111d;
  background: var(--gold);
  font-weight: 950;
}

.trust-panel {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 28px;
}

.route-story {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin: 0 auto;
  padding-inline: clamp(22px, 5vw, 58px);
  border: 1px solid rgba(248, 201, 106, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7, 27, 45, 0.92), rgba(2, 9, 19, 0.78)),
    linear-gradient(110deg, transparent 42%, rgba(45, 212, 191, 0.1));
  box-shadow: var(--shadow);
}

.route-story.compact {
  margin-top: clamp(28px, 5vw, 48px);
}

.route-story-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.story-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.story-points span {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--text);
}

.story-points b {
  color: var(--sea);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.route-board {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(248, 201, 106, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 9, 19, 0.18), rgba(2, 9, 19, 0.92)),
    url("assets/sochi-quest-cover-web.jpg") center / cover no-repeat;
}

.route-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(255, 255, 255, 0.055) 57px 58px),
    repeating-linear-gradient(0deg, transparent 0 56px, rgba(255, 255, 255, 0.045) 57px 58px);
}

.board-path {
  position: absolute;
  left: 16%;
  top: 56%;
  width: 68%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--sea), var(--coral));
  transform: rotate(-18deg);
  box-shadow: 0 0 28px rgba(248, 201, 106, 0.42);
}

.board-stop {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 76px;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  color: #07111d;
  background: var(--gold);
  font-weight: 950;
  text-align: center;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.stop-one {
  left: 12%;
  bottom: 22%;
}

.stop-two {
  left: 44%;
  top: 40%;
  background: var(--sea);
}

.stop-three {
  right: 10%;
  top: 22%;
  background: var(--coral);
}

.route-board strong,
.route-board small {
  position: absolute;
  left: 28px;
  z-index: 1;
}

.route-board strong {
  bottom: 46px;
  color: var(--gold);
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1;
}

.route-board small {
  bottom: 24px;
  color: var(--muted);
  font-weight: 850;
}

.trust-grid,
.faq {
  display: grid;
  gap: 14px;
}

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

.trust-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 201, 106, 0.2);
  border-radius: var(--radius);
  color: var(--gold);
  text-align: center;
  font-weight: 900;
}

.plain-hero,
.success-hero {
  position: relative;
  padding: clamp(54px, 10vw, 118px) clamp(18px, 5vw, 64px);
}

.plain-hero.compact {
  padding-bottom: clamp(26px, 5vw, 56px);
}

.plain-hero .btn {
  margin-top: 26px;
}

.panel,
.order-box {
  padding: 24px;
}

.feature-list {
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.feature-list span,
.feature-list a,
.security-strip,
.status-box {
  padding: 14px;
  border: 1px solid rgba(248, 201, 106, 0.2);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.feature-list a:hover {
  color: var(--gold);
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 22px 0;
  padding-top: 16px;
  border-top: 1px solid rgba(248, 201, 106, 0.24);
}

.price-row strong {
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

.form {
  display: grid;
  gap: 14px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--text);
  background: rgba(2, 9, 19, 0.62);
  outline: none;
}

textarea {
  min-height: 120px;
  padding-block: 12px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(248, 201, 106, 0.14);
}

.payment-layout {
  align-items: stretch;
}

.checkout-hero {
  padding-bottom: clamp(32px, 6vw, 68px);
}

.checkout-steps {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.checkout-steps span {
  min-height: 94px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(248, 201, 106, 0.18);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.checkout-steps b {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 201, 106, 0.32);
  border-radius: 50%;
  color: var(--gold);
}

.checkout-steps strong,
.checkout-steps small {
  min-width: 0;
}

.checkout-steps strong {
  color: var(--text);
}

.checkout-steps small {
  font-size: 12px;
}

.checkout-steps .active {
  border-color: rgba(248, 201, 106, 0.72);
  background: rgba(248, 201, 106, 0.11);
}

.checkout-steps .done {
  border-color: rgba(45, 212, 191, 0.46);
}

.checkout-steps .done b {
  color: #061423;
  background: var(--sea);
}

.checkout-preview,
.checkout-note,
.payment-actions,
.pending-timeline {
  display: grid;
  gap: 10px;
}

.checkout-preview {
  margin: 24px 0;
}

.checkout-preview span,
.checkout-note span,
.pending-timeline span {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(248, 201, 106, 0.2);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.checkout-preview b {
  color: var(--sea);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.checkout-card {
  position: sticky;
  top: calc(var(--header) + 22px);
}

.checkout-note {
  margin-bottom: 18px;
}

.checkout-note span {
  color: #dffcf8;
  border-color: rgba(45, 212, 191, 0.28);
  background: rgba(45, 212, 191, 0.07);
  font-size: 14px;
}

.qr-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.qr-panel img {
  width: 100%;
  border-radius: var(--radius);
  background: white;
}

.payment-qr-card {
  min-height: 430px;
  align-self: start;
}

.payment-qr-frame {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.payment-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.payment-summary {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid rgba(248, 201, 106, 0.24);
  border-radius: var(--radius);
  background: rgba(7, 27, 45, 0.76);
  box-shadow: var(--shadow);
}

.payment-summary p {
  color: var(--muted);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(248, 201, 106, 0.16);
}

.summary-row b {
  color: var(--gold);
  text-align: right;
}

.pending-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.pending-timeline {
  margin: 24px 0;
}

.pending-timeline span b {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 2px solid rgba(248, 201, 106, 0.62);
  border-radius: 50%;
}

.pending-timeline .done b {
  border-color: var(--sea);
  background: var(--sea);
}

.pending-timeline .active {
  color: var(--text);
  border-color: rgba(248, 201, 106, 0.52);
  background: rgba(248, 201, 106, 0.08);
}

.success-hero {
  display: flex;
  gap: 28px;
  align-items: center;
}

.success-mark {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(248, 201, 106, 0.08);
  font-size: 86px;
  font-weight: 950;
  box-shadow: 0 0 68px rgba(248, 201, 106, 0.22);
}

.code-section {
  padding-top: 0;
}

.code-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 28px;
}

.code-panel > strong {
  display: block;
  margin: 16px 0 4px;
  padding: 22px;
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: clamp(30px, 6vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.code-panel .action-row {
  justify-content: flex-start;
}

.activation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: center;
}

.activation-layout p {
  color: var(--muted);
}

.activation-layout strong {
  display: block;
  margin: 16px 0 4px;
  padding: 22px;
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: clamp(28px, 5vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.activation-qr {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(248, 201, 106, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.activation-qr img {
  width: 100%;
  border-radius: 12px;
  background: white;
}

.activation-qr span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.faq {
  width: min(940px, 100%);
  margin: 0 auto;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 900;
}

.legal {
  width: min(920px, 100%);
  margin: 0 auto;
}

.legal h2 {
  margin-top: 28px;
  font-size: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) 0.8fr 0.8fr;
  gap: 32px;
  padding: 42px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(248, 201, 106, 0.22);
  color: var(--muted);
  background: rgba(2, 9, 19, 0.82);
}

.brand-footer {
  margin-bottom: 14px;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 50;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  animation: reveal 520ms ease both;
}

.delay-1 {
  animation-delay: 110ms;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.07);
  }
}

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

@media (max-width: 980px) {
  .desktop-nav,
  .city {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    top: var(--header);
    left: 0;
    right: 0;
    z-index: 28;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 18px 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(2, 9, 19, 0.96);
  }

  .mobile-nav.open {
    display: grid;
  }

  .mobile-nav a {
    padding: 14px 0;
    color: var(--muted);
    text-decoration: none;
  }

  .hero,
  .split,
  .quest-card,
  .route-story,
  .qr-panel,
  .activation-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 460px;
  }

  .quest-card-body {
    padding: 8px;
  }

  .checkout-card {
    position: static;
  }

  .checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-actions {
    grid-template-columns: 1fr;
  }

  .payment-qr-card {
    min-height: auto;
  }

  .payment-qr-frame {
    width: min(280px, 100%);
    margin: 0 auto;
  }

  .activation-qr {
    width: min(280px, 100%);
    margin: 0 auto;
  }

  .route-board {
    min-height: 360px;
  }

  .steps,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  :root {
    --header: 68px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small,
  .header-actions .btn {
    display: none;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .hero {
    min-height: calc(86svh - var(--header));
    padding-block: 34px 24px;
  }

  .lead {
    margin-top: 16px;
    font-size: 17px;
  }

  .btn {
    min-height: 50px;
  }

  .trust-line {
    margin-top: 18px;
    font-size: 14px;
  }

  .action-row,
  .facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 158px;
  }

  .phone-preview {
    display: none;
  }

  .sochi-photo {
    inset: 0;
    transform: none;
  }

  .route-caption {
    display: none;
  }

  .route-line-a {
    left: 18%;
    top: 38%;
    width: 180px;
  }

  .route-line-b {
    left: 38%;
    top: 58%;
    width: 145px;
  }

  .rating-badge {
    right: 12px;
    bottom: 12px;
    width: 96px;
    height: 96px;
    font-size: 22px;
  }

  .steps,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: auto;
  }

  .route-story {
    width: calc(100% - 28px);
    padding: 28px 18px;
    border-radius: 14px;
  }

  .route-board {
    min-height: 300px;
  }

  .board-stop {
    min-width: 62px;
    min-height: 62px;
    font-size: 13px;
  }

  .success-hero {
    display: block;
  }

  .success-mark {
    width: 110px;
    height: 110px;
    margin-bottom: 22px;
    font-size: 58px;
  }

  .code-panel > strong {
    font-size: 30px;
  }

  .checkout-steps {
    grid-template-columns: 1fr;
  }

  .checkout-steps span {
    min-height: 78px;
  }

  .activation-layout strong {
    font-size: 26px;
    padding: 16px;
  }

  .summary-row {
    display: block;
  }

  .summary-row b {
    display: block;
    margin-top: 4px;
    text-align: left;
  }
}
