:root {
  --bg: #d9e0ea;
  --panel: #ffffff;
  --ink: #1f2a3d;
  --muted: #607084;
  --line: #c8d2df;
  --soft: #eef3f8;
  --brand: #df4c2a;
  --brand-dark: #b9391c;
  --accent: #1f2a3d;
  --shadow: 0 18px 44px rgba(31, 42, 61, 0.13);
  font-family: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #d9e0ea 0%, #eef2f6 42%, #f8fafc 100%);
}

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

.hero {
  background: #d9e0ea;
  color: var(--ink);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.hero::after {
  display: none;
}

.hero-inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 0;
  padding: 28px 22px 38px;
  position: relative;
  z-index: 1;
}

.brand-banner {
  border: 5px solid #ffffff;
  box-shadow: 0 18px 34px rgba(31, 42, 61, 0.15);
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.event-chip {
  background: #fff;
  border: 2px solid var(--brand);
  border-radius: 999px;
  color: var(--brand);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  text-transform: uppercase;
  width: fit-content;
}

h1 {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin: 18px 0 14px;
  max-width: 850px;
  text-wrap: balance;
  text-transform: uppercase;
}

.hero-copy {
  color: #33445b;
  font-size: 18px;
  line-height: 1.55;
  max-width: 690px;
}

.page {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 390px;
  margin: 0 auto 56px;
  max-width: 1180px;
  padding: 0 22px;
  position: relative;
  z-index: 3;
}

.main,
.tickets,
.route-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(18, 30, 54, 0.07);
}

.main { overflow: hidden; }

.summary-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 22px;
}

.summary-item {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.icon {
  align-items: center;
  background: #f9e2d9;
  border-radius: 6px;
  color: var(--brand);
  display: grid;
  flex: 0 0 36px;
  font-size: 18px;
  height: 36px;
  place-items: center;
  width: 36px;
}

.label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.value {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 3px;
}

.section { padding: 28px 30px; }

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

h2 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  margin: 0 0 15px;
  text-transform: uppercase;
}

p {
  color: #39465a;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.tickets {
  align-self: start;
  overflow: hidden;
  position: sticky;
  top: 86px;
}

.tickets-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  padding: 22px;
}

.ticket-brand {
  background: #d9e0ea;
  border: 3px solid var(--brand);
  border-radius: 50%;
  flex: 0 0 64px;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.tickets-head h2 {
  margin-bottom: 3px;
}

.status {
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ticket { padding: 20px 22px; }

.ticket-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.ticket-top {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}

.ticket-name {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.ticket-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.price {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.notice {
  background: #f9e2d9;
  border-top: 1px solid #edb6a3;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  padding: 14px 16px;
}

.disabled-buy {
  background: var(--ink);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: not-allowed;
  display: block;
  font: inherit;
  font-weight: 800;
  min-height: 50px;
  opacity: 1;
  width: 100%;
}

.cta { padding: 0 22px 22px; }

.route-page {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px auto 56px;
  max-width: 900px;
  padding: 0 22px;
}

.route-card { padding: 24px; }

.route-icon {
  background: #d9e0ea;
  border: 3px solid var(--brand);
  border-radius: 50%;
  height: 74px;
  margin-bottom: 14px;
  object-fit: cover;
  width: 74px;
}

.route-card h2 { margin-bottom: 8px; }

.route-card a {
  color: var(--brand);
  font-weight: 800;
}

@media (max-width: 920px) {
  .hero-inner,
  .page,
  .route-page {
    grid-template-columns: 1fr;
  }

  .page { margin-top: 0; }

  .tickets { position: static; }
}

@media (max-width: 680px) {
  .hero-inner,
  .page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .summary-row { grid-template-columns: 1fr; }

  .section { padding: 24px 20px; }

  .ticket-top { display: grid; }
}
