:root {
  --ink: #10202a;
  --ink-soft: #314854;
  --paper: #fbfaf6;
  --paper-strong: #fff;
  --mist: #eef3ee;
  --line: #dbe3df;
  --teal: #217f86;
  --teal-dark: #155a61;
  --amber: #f2b84b;
  --coral: #df6048;
  --shadow: 0 20px 48px rgba(12, 31, 38, 0.14);
  --container: calc(100% - 40px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img,
svg {
  display: block;
}

svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

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

.container {
  width: var(--container);
  max-width: 1140px;
  margin: 0 auto;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 76px;
  padding: 14px 20px;
  color: #fff;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 10px 30px rgba(17, 32, 42, 0.12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.brand-title,
.brand-city {
  display: block;
  white-space: nowrap;
}

.brand-title {
  font-weight: 800;
  line-height: 1.05;
}

.brand-city {
  font-size: 13px;
  opacity: 0.76;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: currentColor;
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  opacity: 0.82;
}

.nav a:hover {
  opacity: 1;
}

.header-phone,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.header-phone,
.button-primary {
  color: var(--ink);
  background: var(--amber);
}

.header-phone {
  padding: 0 16px;
}

.button {
  padding: 0 18px;
}

.button-primary {
  box-shadow: 0 12px 30px rgba(242, 184, 75, 0.28);
}

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

.button-dark {
  color: #fff;
  background: var(--teal-dark);
}

.button-map {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.16);
  -webkit-appearance: none;
  appearance: none;
}

.site-header.is-scrolled .nav-toggle,
.site-header.is-open .nav-toggle {
  background: var(--mist);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
}

.hero {
  padding: 150px 0 88px;
  color: #fff;
  background: var(--ink);
}

.hero-content {
  position: relative;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--amber);
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 56px;
}

.hero-strip span {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 800;
}

.section {
  padding: 82px 0;
}

.intro-band {
  padding: 52px 0;
  color: #fff;
  background: #142630;
}

.intro-grid,
.prices-layout,
.contact-grid {
  display: grid;
  gap: 48px;
  align-items: start;
}

.intro-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.prices-layout {
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
}

.contact-grid {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.intro-grid p:last-child,
.section-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.intro-grid p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.section-copy {
  margin-top: 18px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.feature-grid,
.steps,
.route-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.tariff-panel,
.steps li,
.route-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.feature-card {
  min-height: 250px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.feature-card .icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
}

.feature-card p,
.steps p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.muted-section {
  background: var(--mist);
}

.tariff-panel {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tariff-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.tariff-table th,
.tariff-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.tariff-table tr:last-child td {
  border-bottom: 0;
}

.tariff-table th {
  color: var(--teal-dark);
  background: #f7faf7;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tariff-table td {
  color: var(--ink);
  font-weight: 800;
}

.tariff-table td span {
  display: inline-block;
}

.tariff-table td:first-child {
  color: var(--coral);
  font-size: 22px;
  font-weight: 900;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 210px;
  padding: 26px;
}

.steps span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--amber);
  font-weight: 900;
}

.rules-section {
  background: #fff0dc;
  border-top: 1px solid rgba(242, 184, 75, 0.45);
  border-bottom: 1px solid rgba(242, 184, 75, 0.45);
}

.rules-section .section-kicker {
  color: #b73528;
}

.rules-section .steps li {
  border-color: rgba(223, 96, 72, 0.34);
  background: #fff;
  box-shadow: 0 14px 34px rgba(124, 63, 21, 0.1);
}

.rules-section .steps span {
  color: #fff;
  background: var(--coral);
}

.notice-panel {
  margin-top: 24px;
  padding: 28px 30px;
  border: 2px solid var(--coral);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(124, 31, 18, 0.16);
}

.notice-panel strong {
  display: block;
  margin-bottom: 10px;
  color: #c83124;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.notice-panel p {
  max-width: 920px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 800;
}

.notice-panel p + p {
  margin-top: 8px;
  color: #3d407a;
  font-weight: 900;
}

.route-section,
.contact-section,
.video-section {
  background: #fff;
}

.route-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}

.route-card {
  overflow: hidden;
  margin: 0;
  box-shadow: var(--shadow);
}

.route-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.route-card figcaption {
  padding: 16px 18px;
  color: var(--ink-soft);
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.contact-line {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: var(--ink-soft);
  font-weight: 700;
}

.contact-line svg {
  color: var(--coral);
  transform: translateY(2px);
}

.map-panel {
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr);
  gap: 42px;
  align-items: start;
}

.video-layout .section-head {
  margin-bottom: 0;
}

.video-frame {
  overflow: hidden;
  width: min(100%, 420px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #000;
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 29 / 53;
  background: #000;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}

.footer-inner a {
  color: #fff;
  font-weight: 800;
}

@media (min-width: 1180px) {
  .site-header {
    padding-right: calc((100vw - 1140px) / 2);
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--paper-strong);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px 10px;
  }

  .header-phone {
    display: none;
  }

  .intro-grid,
  .prices-layout,
  .contact-grid,
  .video-layout,
  .feature-grid,
  .steps,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .steps li {
    min-height: auto;
  }

  .route-grid {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 28px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-title {
    font-size: 15px;
  }

  .brand-city {
    font-size: 12px;
  }

  .nav {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  .hero {
    padding: 118px 0 54px;
  }

  h1 {
    max-width: 326px;
    font-size: clamp(38px, 10.4vw, 44px);
    line-height: 1.03;
  }

  h2 {
    max-width: 326px;
    font-size: 29px;
  }

  .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .hero-copy,
  .hero .eyebrow,
  .hero-actions {
    max-width: 326px;
  }

  .hero-strip {
    margin-top: 34px;
  }

  .hero-strip span {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .intro-band {
    padding: 44px 0;
  }

  .intro-grid > *,
  .prices-layout > *,
  .contact-grid > *,
  .feature-card,
  .tariff-panel,
  .steps li,
  .route-card {
    min-width: 0;
  }

  .intro-grid p:last-child,
  .section-copy,
  .feature-card p,
  .steps p {
    max-width: 326px;
    font-size: 16px;
  }

  .tariff-table,
  .tariff-table thead,
  .tariff-table tbody,
  .tariff-table tr,
  .tariff-table td {
    display: block;
  }

  .tariff-table thead {
    display: none;
  }

  .tariff-table tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .tariff-table tr:last-child {
    border-bottom: 0;
  }

  .tariff-table td {
    display: grid;
    grid-template-columns: minmax(88px, 0.8fr) minmax(0, 1fr);
    gap: 14px;
    padding: 8px 18px;
    border-bottom: 0;
    text-align: right;
    align-items: center;
    overflow-wrap: anywhere;
  }

  .tariff-table td::before {
    content: attr(data-label);
    color: var(--ink-soft);
    font-weight: 800;
    text-align: left;
  }

  .tariff-table td span {
    min-width: 0;
  }

  .route-card img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .notice-panel {
    padding: 20px;
  }

  .notice-panel strong {
    font-size: 20px;
  }

  .notice-panel p {
    font-size: 16px;
  }

  .map-panel,
  .map-panel iframe {
    height: 360px;
    min-height: 360px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
