:root {
  --black: #090909;
  --black-soft: #0d0e0f;
  --panel: #121315;
  --panel-light: #17181a;
  --line: #2a2b2e;
  --line-soft: rgba(255, 255, 255, 0.09);
  --white: #f6f4ef;
  --muted: #a2a2a5;
  --red: #b7ff00;
  --red-bright: #cbff3d;
  --green: #21c063;
  --content: 1240px;
  --pad: clamp(20px, 5vw, 72px);
  --header-height: 82px;
  --display: "Saira Semi Condensed", "Bahnschrift Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", "Segoe UI", Arial, sans-serif;
  --logo: "Bahnschrift Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

::selection {
  color: var(--black);
  background: var(--red);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  transform: translateY(-160%);
  color: var(--black);
  background: var(--white);
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: min(calc(100% - (var(--pad) * 2)), var(--content));
  margin-inline: auto;
}

.section-block {
  position: relative;
  padding-block: clamp(88px, 10vw, 150px);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled {
  border-color: var(--line-soft);
  background: rgba(9, 9, 9, 0.88);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--pad) * 2)), 1400px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 31px;
  transform: skewX(-18deg);
  gap: 3px;
}

.brand-mark span {
  display: block;
  height: 4px;
  background: var(--red);
}

.brand-mark span:nth-child(1) { width: 100%; }
.brand-mark span:nth-child(2) { width: 73%; }
.brand-mark span:nth-child(3) { width: 45%; }

.brand-name {
  font-family: var(--logo);
  font-size: 1.35rem;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.055em;
}

.main-nav,
.nav-links {
  display: flex;
  align-items: center;
}

.main-nav {
  gap: clamp(22px, 3vw, 50px);
}

.nav-links {
  gap: clamp(17px, 2vw, 31px);
}

.nav-links a {
  position: relative;
  color: #b9b9ba;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  content: "";
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}

.nav-links a.active::after,
.nav-links a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button svg,
.contact-links svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.8;
}

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

.button-primary {
  color: var(--black);
  background: var(--red);
  font-family: var(--display);
}

.button-primary:hover {
  background: var(--red-bright);
}

.button-ghost {
  border-color: var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.02);
}

.button-ghost:hover,
.button-outline:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
}

.nav-cta {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.69rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 82% 40%, rgba(183, 255, 0, 0.075), transparent 26%),
    linear-gradient(120deg, #0a0a0a 0%, #0b0c0d 67%, #0e0e0f 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to right, transparent 0%, black 55%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  top: 11%;
  right: -12%;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  transform: rotate(-14deg);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(255, 255, 255, 0.012), 0 0 0 220px rgba(255, 255, 255, 0.008);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - var(--header-height) - 43px);
  align-items: center;
  grid-template-columns: minmax(0, 0.91fr) minmax(470px, 1.09fr);
  gap: clamp(48px, 6vw, 90px);
  padding-block: 64px 66px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  color: #b4b4b6;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(183, 255, 0, 0.11);
}

.eyebrow-separator {
  width: 1px;
  height: 14px;
  margin-inline: 12px;
  transform: skewX(-20deg);
  background: #48484b;
}

.hero h1,
.section-heading h2,
.booking-banner h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 710px;
  margin-top: 28px;
  font-size: clamp(4rem, 5.3vw, 6.4rem);
}

.hero h1 span {
  position: relative;
  display: block;
  padding-left: clamp(37px, 5vw, 72px);
  color: var(--red);
  font-style: italic;
  white-space: nowrap;
}

.hero h1 span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(24px, 3.5vw, 49px);
  height: 6px;
  transform: skewX(-35deg);
  background: var(--red);
  content: "";
}

.hero-subtitle {
  max-width: 555px;
  margin: 31px 0 0;
  color: #b8b8bb;
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-meta {
  display: flex;
  max-width: 570px;
  margin-top: clamp(46px, 7vh, 86px);
  border-top: 1px solid var(--line);
}

.hero-meta > div {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 10px;
  padding: 19px 16px 0 0;
  color: #a0a0a3;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.meta-index {
  color: var(--red);
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  border: 1px solid var(--line-soft);
  background: rgba(17, 18, 20, 0.72);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-color: var(--red);
  content: "";
}

.hero-visual::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--red);
  border-left: 2px solid var(--red);
}

.hero-visual::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
}

.visual-topline {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid var(--line-soft);
  color: #929296;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.live-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.visual-stage {
  position: relative;
  aspect-ratio: 1.12;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 43%, rgba(183, 255, 0, 0.085), transparent 27%),
    repeating-linear-gradient(125deg, transparent 0 58px, rgba(255, 255, 255, 0.022) 59px 60px),
    #0c0d0f;
}

.visual-stage::before,
.sim-media::before {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.speed-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.speed-lines::before,
.speed-lines::after {
  position: absolute;
  width: 38%;
  height: 1px;
  transform: rotate(-24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  content: "";
}

.speed-lines::before { top: 24%; left: 3%; }
.speed-lines::after { right: 1%; bottom: 26%; }

.track-art {
  position: absolute;
  inset: 7% 3% 9%;
  width: 94%;
  height: 84%;
  transform: rotate(-7deg);
}

.track-shadow,
.track-line {
  vector-effect: non-scaling-stroke;
}

.track-shadow {
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 34;
}

.track-line {
  stroke: #dad9d6;
  stroke-dasharray: 5 8;
  stroke-width: 1.6;
}

.track-point { fill: var(--red); }
.track-pulse { fill: none; stroke: rgba(183, 255, 0, 0.4); stroke-width: 1; }

.telemetry {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 11px 13px;
  border-left: 2px solid var(--red);
  background: rgba(8, 8, 9, 0.76);
  backdrop-filter: blur(5px);
}

.telemetry span,
.telemetry small {
  color: #8f8f91;
  font-size: 0.49rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.telemetry strong {
  margin-block: 2px;
  font-family: var(--display);
  font-size: 1.12rem;
  letter-spacing: 0.04em;
}

.telemetry-speed { top: 12%; left: 6%; }
.telemetry-lap { top: 41%; right: 5%; border-left-color: #777; }
.telemetry-lap strong { font-size: 0.76rem; }

.visual-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-top: 1px solid var(--line-soft);
  background: rgba(9, 9, 10, 0.85);
  backdrop-filter: blur(8px);
}

.caption-code {
  flex-shrink: 0;
  color: var(--red);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.visual-caption p {
  max-width: 310px;
  margin: 0;
  color: #a9a9ab;
  font-size: 0.7rem;
  line-height: 1.45;
}

.hero-rail {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 60px);
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  color: #737376;
  background: rgba(6, 6, 6, 0.8);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-rail i {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: var(--red);
}

.experience {
  background: var(--black-soft);
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 50px;
  margin-bottom: clamp(48px, 6vw, 78px);
}

.section-heading-inline {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
}

.section-kicker {
  margin: 0 0 24px;
}

.section-kicker span {
  display: inline-grid;
  width: 27px;
  height: 18px;
  margin-right: 11px;
  place-items: center;
  color: var(--black);
  background: var(--red);
  font-size: 0.57rem;
}

.section-heading h2,
.booking-banner h2,
.contact h2 {
  font-size: clamp(3.3rem, 6.2vw, 6.2rem);
}

.section-heading h2 em,
.booking-banner h2 em,
.contact h2 em {
  color: var(--red);
  font-style: italic;
}

.section-intro {
  max-width: 470px;
  margin: 0;
  padding-bottom: 5px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 295px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(25px, 3vw, 39px);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #111214;
  transition: background-color 220ms ease;
}

.feature-card:hover {
  background: #161719;
}

.feature-primary {
  grid-row: span 2;
  min-height: 590px;
  background:
    linear-gradient(145deg, rgba(183, 255, 0, 0.11), transparent 52%),
    #111410;
  box-shadow: inset 0 3px 0 var(--red);
}

.feature-primary:hover {
  background:
    linear-gradient(145deg, rgba(183, 255, 0, 0.15), transparent 58%),
    #151914;
}

.feature-wide {
  grid-column: span 2;
  min-height: 295px;
}

.feature-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #5e5e62;
  font-family: var(--display);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.feature-primary .feature-number { color: var(--red); }

.feature-icon {
  display: grid;
  width: 67px;
  height: 67px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
}

.feature-primary .feature-icon {
  width: 90px;
  height: 90px;
  border-color: rgba(183, 255, 0, 0.42);
  color: var(--red);
}

.feature-icon svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.7;
}

.feature-primary .feature-icon svg { width: 52px; }

.feature-card h3 {
  max-width: 320px;
  margin: 35px 0 11px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-card p {
  max-width: 370px;
  margin: 0;
  color: #99999d;
  font-size: 0.83rem;
  line-height: 1.6;
}

.feature-primary p { color: #a5a8a1; }

.skill-gauge {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #77777a;
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.skill-gauge i {
  width: 33px;
  height: 5px;
  transform: skewX(-20deg);
  background: #3a3b3e;
}

.skill-gauge i:nth-of-type(-n + 3) { background: var(--red); }

.simulators {
  background: #0a0a0b;
}

.simulator-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sim-card {
  border: 1px solid var(--line);
  background: #111214;
  transition: transform 220ms ease, border-color 220ms ease;
}

.sim-card:hover {
  transform: translateY(-6px);
  border-color: #494a4e;
}

.sim-media {
  position: relative;
  aspect-ratio: 1.55;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 63% 70%, rgba(183, 255, 0, 0.11), transparent 35%), #151619;
}

.sim-media-alt { background: radial-gradient(circle at 32% 35%, rgba(183, 255, 0, 0.085), transparent 35%), #121315; }
.sim-media-third { background: radial-gradient(circle at 70% 30%, rgba(183, 255, 0, 0.08), transparent 32%), #161719; }

.placeholder-badge {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #a5a5a8;
  background: rgba(9, 9, 9, 0.65);
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sim-big-number {
  position: absolute;
  right: -3px;
  bottom: -31px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--display);
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

.sim-media svg {
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: -1%;
  width: 94%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1.2;
}

.sim-media svg circle { stroke: var(--red); }

.sim-content {
  padding: 25px;
}

.sim-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
}

.sim-title-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.sim-title-row span {
  color: var(--red);
  font-size: 0.49rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
}

.sim-content dl {
  display: grid;
  margin: 19px 0 0;
  gap: 10px;
}

.sim-content dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sim-content dt,
.sim-content dd {
  margin: 0;
  font-size: 0.7rem;
}

.sim-content dt { color: #727276; text-transform: uppercase; letter-spacing: 0.09em; }
.sim-content dd { color: #b6b6b9; font-weight: 650; }

.pricing {
  overflow: hidden;
  background: var(--panel);
}

.pricing::before {
  position: absolute;
  top: -250px;
  right: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.012), 0 0 0 200px rgba(255, 255, 255, 0.008);
  content: "";
}

.pricing-grid {
  position: relative;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 455px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  background: #0e0f10;
}

.price-card.featured {
  border-top: 3px solid var(--red);
  background: #17181a;
}

.popular-label {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 8px 12px;
  transform: translateY(-50%);
  color: var(--black);
  background: var(--red);
  font-size: 0.49rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-tag {
  color: #77777b;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.price-card h3 {
  min-height: 68px;
  margin: 17px 0 34px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.price-card h3 strong {
  margin-right: 4px;
  color: var(--white);
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 900;
}

.price-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-placeholder span {
  color: #77777b;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-placeholder strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 1.28rem;
  font-style: italic;
  letter-spacing: 0.035em;
}

.price-card p {
  flex: 1;
  margin: 23px 0 28px;
  color: #929296;
  font-size: 0.81rem;
  line-height: 1.65;
}

.button-outline {
  border-color: var(--line);
  color: var(--white);
}

.pricing-note {
  margin: 22px 0 0;
  color: #747478;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.pricing-note span { color: var(--red); }

.booking-banner {
  position: relative;
  overflow: hidden;
  padding-block: clamp(86px, 9vw, 132px);
  background:
    radial-gradient(circle at 18% 16%, rgba(183, 255, 0, 0.075), transparent 26%),
    #10120f;
  box-shadow:
    inset 0 1px 0 rgba(183, 255, 0, 0.35),
    inset 0 -1px 0 rgba(183, 255, 0, 0.18);
}

.booking-banner::before {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  content: "";
  background-image: repeating-linear-gradient(120deg, transparent 0 56px, rgba(183, 255, 0, 0.09) 57px 58px);
}

.booking-shell {
  position: relative;
  z-index: 1;
}

.section-kicker.light { color: #a5a8a1; }
.section-kicker.light span { color: var(--black); background: var(--red); }

.booking-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr minmax(280px, 0.42fr);
  gap: clamp(40px, 7vw, 100px);
}

.booking-banner .booking-heading h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.booking-banner h2 em { color: var(--red); }

.booking-demo-note {
  max-width: 370px;
  padding: 0 0 7px 20px;
  border-left: 1px solid rgba(183, 255, 0, 0.34);
}

.booking-demo-note > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.booking-demo-note i,
.booking-hint i,
.booking-live-summary > p i {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
}

.booking-demo-note p {
  margin: 10px 0 0;
  color: #8f928b;
  font-size: 0.76rem;
  line-height: 1.55;
}

.booking-progress {
  position: relative;
  margin-top: clamp(42px, 6vw, 70px);
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(10, 11, 10, 0.78);
  scrollbar-width: none;
}

.booking-progress::-webkit-scrollbar { display: none; }

.booking-progress-line {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #292c27;
}

.booking-progress-line i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
  transition: width 300ms ease;
}

.booking-progress ol {
  display: grid;
  min-width: 670px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.booking-progress li {
  display: flex;
  min-height: 67px;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  border-right: 1px solid var(--line-soft);
  color: #62655f;
  transition: color 180ms ease, background-color 180ms ease;
}

.booking-progress li:last-child { border-right: 0; }

.booking-progress li span {
  color: #4e514b;
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 800;
}

.booking-progress li strong {
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-progress li.current {
  color: var(--white);
  background: rgba(183, 255, 0, 0.045);
}

.booking-progress li.current span,
.booking-progress li.complete span { color: var(--red); }
.booking-progress li.complete { color: #989b94; }

.booking-app {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 18px;
  margin-top: 18px;
}

.booking-main,
.booking-live-summary {
  border: 1px solid var(--line);
  background: rgba(14, 15, 15, 0.95);
}

.booking-main {
  min-width: 0;
  padding: clamp(26px, 4vw, 48px);
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.booking-step {
  min-height: 470px;
}

.booking-step[hidden] { display: none !important; }

.booking-step-heading {
  display: grid;
  align-items: start;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--line);
}

.booking-step-index {
  padding-top: 7px;
  color: var(--red);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.booking-step-heading h3,
.booking-success h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.booking-step-heading h3:focus,
.booking-success h3:focus { outline: none; }

.booking-step-heading p {
  margin: 8px 0 0;
  color: #858882;
  font-size: 0.78rem;
  line-height: 1.5;
}

.booking-calendar {
  max-width: 600px;
  margin-top: 27px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.calendar-header > strong {
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.calendar-header > div { display: flex; gap: 7px; }

.calendar-header button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--white);
  background: #141615;
  cursor: pointer;
}

.calendar-header button:hover:not(:disabled) { border-color: var(--red); color: var(--red); }
.calendar-header button:disabled { cursor: not-allowed; opacity: 0.28; }

.calendar-header svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays {
  margin-bottom: 7px;
  color: #666963;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-days { gap: 6px; }

.calendar-day {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  min-width: 0;
  padding: 0;
  place-items: center;
  border: 1px solid transparent;
  color: #c7cac3;
  background: #151716;
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 700;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.calendar-day:hover:not(:disabled) { border-color: rgba(183, 255, 0, 0.6); color: var(--white); }
.calendar-day.today { border-color: #4a4d47; }
.calendar-day.today::after { position: absolute; bottom: 5px; width: 3px; height: 3px; border-radius: 50%; background: var(--red); content: ""; }
.calendar-day.selected { color: var(--black); background: var(--red); }
.calendar-day.selected::after { background: var(--black); }
.calendar-day:disabled { color: #3f423d; background: #111211; cursor: not-allowed; }
.calendar-day.empty { visibility: hidden; }

.booking-hint,
.booking-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: #70736d;
  font-size: 0.65rem;
  line-height: 1.45;
}

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

.duration-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line);
  color: var(--white);
  background: #141615;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.duration-card:hover:not(:disabled) { transform: translateY(-2px); border-color: #5a5d56; }
.duration-card:disabled { cursor: not-allowed; opacity: 0.42; }
.duration-card.selected { border-color: var(--red); background: linear-gradient(145deg, rgba(183, 255, 0, 0.09), transparent 65%), #151815; }

.option-check {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 18px;
  height: 18px;
  border: 1px solid #555851;
  border-radius: 50%;
}

.selected .option-check { border: 5px solid var(--red); }

.duration-value {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.duration-value strong {
  color: var(--red);
  font-size: 3.7rem;
  font-style: italic;
  font-weight: 850;
  line-height: 0.9;
}

.duration-copy {
  margin-top: 24px;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 750;
  text-transform: uppercase;
}

.duration-card small { margin-top: auto; color: #777a74; font-size: 0.61rem; }

.group-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 15px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: #121412;
}

.group-size-label {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.group-size strong {
  display: block;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 750;
  text-transform: uppercase;
}

.group-size p {
  margin: 7px 0 0;
  color: #71746e;
  font-size: 0.66rem;
  line-height: 1.45;
}

.people-counter {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 42px 54px 42px;
  border: 1px solid #3b3e38;
}

.people-counter button,
.people-counter output {
  display: grid;
  height: 48px;
  place-items: center;
}

.people-counter button {
  padding: 0;
  border: 0;
  color: var(--red);
  background: #171917;
  cursor: pointer;
  font-size: 1.25rem;
}

.people-counter button:hover:not(:disabled) { color: var(--black); background: var(--red); }
.people-counter button:disabled { color: #444741; cursor: not-allowed; }

.people-counter output {
  border-right: 1px solid #3b3e38;
  border-left: 1px solid #3b3e38;
  color: var(--white);
  background: #101110;
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 800;
}

.time-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 23px;
  color: #767972;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.time-legend span { display: inline-flex; align-items: center; gap: 6px; }
.time-legend i { width: 7px; height: 7px; border-radius: 50%; background: #4b4e48; }
.time-legend i.available { background: var(--red); }
.time-legend i.selected { border: 2px solid var(--red); background: transparent; }

.time-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 25px;
}

.time-slot {
  display: flex;
  min-height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #343731;
  color: var(--red);
  background: #141615;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 750;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.time-slot small { color: #696c66; font-family: var(--body); font-size: 0.47rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.time-slot:hover:not(:disabled) { border-color: var(--red); }
.time-slot.selected { border-color: var(--red); color: var(--black); background: var(--red); }
.time-slot.selected small { color: rgba(9, 9, 9, 0.67); }
.time-slot:disabled { border-color: #252724; color: #555852; background: #111211; cursor: not-allowed; }
.time-slot:disabled small { color: #444741; }

.booking-simulators {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 28px;
}

.simulator-selection-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 2px solid var(--red);
  background: rgba(183, 255, 0, 0.045);
}

.simulator-selection-status p {
  margin: 0;
  color: #8d9089;
  font-size: 0.68rem;
  line-height: 1.45;
}

.simulator-selection-status strong {
  flex: 0 0 auto;
  color: var(--red);
  font-family: var(--display);
  font-size: 1.18rem;
  font-style: italic;
}

.booking-simulator {
  position: relative;
  display: grid;
  min-height: 128px;
  align-items: center;
  grid-template-columns: 52px 1fr auto;
  gap: 17px;
  padding: 19px;
  border: 1px solid var(--line);
  color: var(--white);
  background: #141615;
  cursor: pointer;
  text-align: left;
  transition: border-color 170ms ease, background-color 170ms ease;
}

.booking-simulator:hover:not(:disabled) { border-color: #5a5d56; }
.booking-simulator.selected { border-color: var(--red); background: linear-gradient(110deg, rgba(183, 255, 0, 0.09), transparent 60%), #151815; }
.booking-simulator:disabled { color: #585b55; background: #111211; cursor: not-allowed; }

.simulator-mini-number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #3c3f39;
  color: var(--red);
  font-family: var(--display);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 850;
}

.booking-simulator:disabled .simulator-mini-number { color: #474a44; }
.booking-simulator strong { display: block; font-family: var(--display); font-size: 0.95rem; font-weight: 750; text-transform: uppercase; }
.booking-simulator small { display: block; margin-top: 5px; color: #71746e; font-size: 0.55rem; letter-spacing: 0.06em; text-transform: uppercase; }

.simulator-select-mark {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid #4d504a;
  border-radius: 50%;
  color: transparent;
  font-size: 0.67rem;
}

.booking-simulator.selected .simulator-select-mark { border-color: var(--red); color: var(--black); background: var(--red); }

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 14px;
  margin-top: 29px;
}

.booking-form label { display: block; }

.booking-form label > span {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #a6a9a2;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form label > span em {
  color: #5f625c;
  font-size: 0.49rem;
  font-style: normal;
  font-weight: 700;
}

.booking-form input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #343731;
  border-radius: 0;
  outline: 0;
  color: var(--white);
  background: #141615;
  font-family: var(--body);
  font-size: 0.83rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.booking-form input::placeholder { color: #555852; }
.booking-form input:focus { border-color: var(--red); box-shadow: inset 3px 0 0 var(--red); }
.booking-form label.invalid input { border-color: #d45a5a; }
.booking-form label small { display: none; margin-top: 6px; color: #df7474; font-size: 0.58rem; }
.booking-form label.invalid small { display: block; }

.booking-privacy svg {
  width: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.5;
}

.booking-test-warning {
  margin: 28px 0 0;
  padding: 17px 18px;
  border-left: 2px solid var(--red);
  color: #8a8d87;
  background: rgba(183, 255, 0, 0.045);
  font-size: 0.71rem;
  line-height: 1.55;
}

.booking-test-warning strong { color: var(--white); }
.mobile-review { display: none; }

.booking-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.booking-controls[hidden] { display: none; }

.booking-back {
  border-color: var(--line);
  color: #9a9d96;
  background: transparent;
}

.booking-back:hover { border-color: #555851; color: var(--white); }
.booking-next:disabled { transform: none; cursor: not-allowed; opacity: 0.32; }

.booking-error {
  min-height: 17px;
  margin: 9px 0 0;
  color: #df7474;
  font-size: 0.64rem;
  text-align: right;
}

.booking-live-summary {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  overflow: hidden;
}

.summary-topline {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: #868982;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-topline strong {
  padding: 5px 7px;
  color: var(--black);
  background: var(--red);
  font-size: 0.49rem;
  letter-spacing: 0.08em;
}

.booking-live-summary dl { margin: 0; padding: 7px 20px; }

.booking-live-summary dl div {
  display: flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line-soft);
}

.booking-live-summary dt {
  color: #666963;
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-live-summary dd {
  margin: 0;
  color: #c2c5bd;
  font-size: 0.69rem;
  font-weight: 650;
  text-align: right;
}

.summary-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 21px 20px;
  background: rgba(183, 255, 0, 0.055);
}

.summary-price span { color: #858881; font-size: 0.54rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.summary-price strong { color: var(--red); font-family: var(--display); font-size: 1.45rem; font-style: italic; }

.summary-payment-breakdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.summary-payment-breakdown > div {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 15px 20px;
}

.summary-payment-breakdown > div + div { border-left: 1px solid var(--line-soft); }
.summary-payment-breakdown span { color: #666963; font-size: 0.52rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.summary-payment-breakdown span em { color: var(--red); font-style: normal; }
.summary-payment-breakdown strong { color: #d5d8d0; font-family: var(--display); font-size: 0.98rem; }

.booking-live-summary > p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 16px 20px;
  color: #60635d;
  font-size: 0.58rem;
  line-height: 1.5;
}

.mobile-review dl {
  display: grid;
  margin: 27px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
}

.mobile-review dl div {
  min-height: 73px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mobile-review dt { color: #666963; font-size: 0.51rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.mobile-review dd { margin: 7px 0 0; color: var(--white); font-size: 0.72rem; font-weight: 700; }
.mobile-review .review-price dd { color: var(--red); font-family: var(--display); font-size: 1.15rem; }
.mobile-review .review-deposit dd { color: var(--red); font-family: var(--display); font-size: 1rem; }
.mobile-review .review-remaining dd { font-family: var(--display); font-size: 1rem; }

.booking-success {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.success-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 23px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, 0.45);
  border-radius: 50%;
  color: var(--black);
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(183, 255, 0, 0.05);
}

.success-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.booking-success h3 { margin-top: 13px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.booking-success > p { max-width: 520px; margin: 15px 0 0; color: #92958e; font-size: 0.83rem; line-height: 1.6; }

.success-details {
  display: grid;
  width: min(100%, 620px);
  margin-top: 32px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
}

.success-details div {
  min-height: 78px;
  padding: 15px 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.success-details span,
.success-number span { display: block; color: #60635d; font-size: 0.49rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.success-details strong { display: block; margin-top: 8px; font-size: 0.69rem; }

.success-number {
  margin: 22px 0 27px;
  padding: 14px 25px;
  border-left: 2px solid var(--red);
  background: rgba(183, 255, 0, 0.05);
}

.success-number strong { display: block; margin-top: 7px; color: var(--red); font-family: var(--display); font-size: 1.25rem; letter-spacing: 0.05em; }
.booking-success > small { margin-top: 15px; color: #575a54; font-size: 0.57rem; }

.booking-shell.complete .booking-app { grid-template-columns: 1fr; }
.booking-shell.complete .booking-live-summary { display: none; }

.button-dark {
  color: var(--black);
  background: var(--red);
  font-family: var(--display);
}

.button-dark:hover { background: var(--red-bright); }

.location { background: #0a0a0b; }

.location-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: clamp(32px, 5vw, 68px);
}

.map-placeholder {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #121315;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
}

.map-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  stroke: #35363a;
  stroke-width: 7;
}

.map-route path:first-child {
  stroke: #68696c;
  stroke-dasharray: 4 8;
  stroke-width: 1.5;
}

.map-pin {
  position: absolute;
  top: 43%;
  left: 47%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  transform: rotate(45deg);
  border-radius: 50% 50% 50% 8px;
  background: var(--red);
  box-shadow: 0 12px 30px rgba(183, 255, 0, 0.16);
}

.map-pin span {
  width: 14px;
  height: 14px;
  border: 4px solid var(--black);
  border-radius: 50%;
}

.map-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 21px;
  border: 1px solid var(--line);
  background: rgba(9, 9, 10, 0.88);
  backdrop-filter: blur(10px);
}

.map-label span {
  color: var(--red);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-label strong {
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-info article {
  display: grid;
  align-items: start;
  grid-template-columns: 53px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.info-icon {
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
}

.info-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.location-info h3 {
  margin: 3px 0 8px;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.location-info p {
  margin: 0;
  color: #8f8f93;
  font-size: 0.8rem;
  line-height: 1.55;
}

.location-info .button { margin-top: 32px; }
.disabled-link { cursor: default; opacity: 0.65; }

.contact {
  position: relative;
  overflow: hidden;
  background: #141517;
}

.contact::before {
  position: absolute;
  right: -15%;
  bottom: -90%;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.012), 0 0 0 180px rgba(255, 255, 255, 0.008);
  content: "";
}

.contact-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(55px, 8vw, 120px);
}

.contact-copy p:last-child {
  max-width: 440px;
  margin: 28px 0 0;
  color: #96969a;
  font-size: 0.87rem;
  line-height: 1.65;
}

.contact-links {
  border-top: 1px solid var(--line);
}

.contact-links > a {
  display: grid;
  min-height: 93px;
  align-items: center;
  grid-template-columns: 1fr auto 20px;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background-color 180ms ease;
}

.contact-links > a:hover {
  padding-inline: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.contact-platform {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-platform i {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
  font-family: var(--body);
  font-size: 0.52rem;
  font-style: normal;
  letter-spacing: 0.06em;
}

.contact-value {
  color: #7f7f83;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.contact-links svg { color: var(--red); }

.site-footer {
  padding-top: 70px;
  background: #080808;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 60px;
}

.brand-footer .brand-name { font-size: 1.55rem; }

.footer-top p {
  margin: 22px 0 0;
  color: #77777b;
  font-size: 0.75rem;
  line-height: 1.6;
}

.footer-top nav {
  display: flex;
  align-items: flex-start;
  gap: clamp(25px, 5vw, 60px);
}

.footer-top nav a {
  color: #929296;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-top nav a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-soft);
  color: #505054;
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 23px;
  bottom: 23px;
  display: flex;
  height: 52px;
  align-items: center;
  gap: 10px;
  padding: 0 17px 0 13px;
  border-radius: 2px;
  color: #fff;
  background: #1ba953;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.38);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: var(--green);
}

.whatsapp-float svg {
  width: 27px;
  fill: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  :root { --header-height: 72px; }

  .nav-links { gap: 17px; }
  .nav-links a { font-size: 0.65rem; }
  .nav-cta { display: none; }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 34px;
  }

  .hero h1 { font-size: clamp(3.9rem, 6vw, 5rem); }
  .visual-stage { aspect-ratio: 1; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-primary { grid-row: span 1; min-height: 320px; }
  .feature-wide { grid-column: span 2; }
  .simulator-grid { grid-template-columns: repeat(2, 1fr); }
  .sim-card:last-child { grid-column: span 2; }
  .sim-card:last-child .sim-media { aspect-ratio: 2.5; }
  .price-card { padding: 28px; }
}

@media (max-width: 900px) {
  :root { --pad: 20px; }

  .site-header { border-color: var(--line-soft); background: rgba(9, 9, 9, 0.9); backdrop-filter: blur(16px); }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 0;
    cursor: pointer;
  }

  .menu-toggle-label {
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-toggle-lines {
    position: relative;
    display: block;
    width: 25px;
    height: 16px;
  }

  .menu-toggle-lines i {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: currentColor;
    transition: top 180ms ease, transform 180ms ease;
  }

  .menu-toggle-lines i:first-child { top: 3px; }
  .menu-toggle-lines i:last-child { top: 11px; width: 17px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child { top: 7px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child { top: 7px; width: 25px; transform: rotate(-45deg); }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: flex;
    height: calc(100svh - var(--header-height));
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    padding: 26px var(--pad) 32px;
    visibility: hidden;
    transform: translateX(100%);
    background: #0b0b0c;
    transition: transform 260ms ease, visibility 260ms;
  }

  .main-nav.open { visibility: visible; transform: translateX(0); }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-links a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }

  .nav-links a::after { display: none; }
  .nav-links a::before { order: 2; color: var(--red); content: "↗"; font-family: var(--body); font-size: 0.9rem; }
  .nav-cta { display: inline-flex; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: auto; }

  .hero-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
    padding-block: 67px 88px;
  }

  .hero-copy,
  .hero-visual { min-width: 0; }

  .hero h1 { font-size: clamp(4rem, 15vw, 6.5rem); }
  .hero-visual { width: min(100%, 620px); }
  .visual-stage { aspect-ratio: 1.12; }
  .hero-rail { position: relative; }

  .section-heading,
  .section-heading-inline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading h2,
  .booking-banner h2,
  .contact h2 { font-size: clamp(3.3rem, 12vw, 5.3rem); }

  .section-intro { max-width: 600px; }
  .simulator-grid { grid-template-columns: 1fr; }
  .sim-card:last-child { grid-column: auto; }
  .sim-card:last-child .sim-media { aspect-ratio: 1.55; }

  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card p { min-height: 66px; }

  .booking-heading { grid-template-columns: 1fr; gap: 27px; }
  .booking-demo-note { max-width: 540px; }
  .booking-app { grid-template-columns: 1fr; }
  .booking-live-summary { display: none; }
  .mobile-review { display: block; }
  .booking-step { min-height: 440px; }

  .location-grid,
  .contact-shell { grid-template-columns: 1fr; }
  .location-grid { gap: 25px; }
  .location-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .location-info .button { grid-column: span 2; }

  .contact-shell { gap: 58px; }
}

@media (max-width: 560px) {
  .section-block { padding-block: 88px; }
  .hero-grid { padding-top: 46px; }
  .eyebrow { font-size: 0.55rem; letter-spacing: 0.11em; }
  .eyebrow-separator { margin-inline: 8px; }
  .hero h1 { margin-top: 22px; font-size: clamp(2.9rem, 12vw, 4.3rem); letter-spacing: -0.06em; }
  .hero h1 span { padding-left: 30px; }
  .hero h1 span::before { width: 20px; height: 4px; }
  .hero-subtitle { margin-top: 23px; font-size: 0.94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 51px; padding-inline: 16px; font-size: 0.66rem; }

  .hero-meta { margin-top: 47px; }
  .hero-meta > div { display: block; padding-right: 7px; font-size: 0.56rem; }
  .meta-index { display: block; margin-bottom: 6px; }

  .visual-stage { min-height: 390px; aspect-ratio: auto; }
  .visual-caption { display: block; }
  .visual-caption p { margin-top: 6px; font-size: 0.62rem; }
  .telemetry-lap { top: 48%; }

  .hero-rail { justify-content: flex-start; gap: 18px; padding-inline: 20px; }
  .hero-rail span:nth-of-type(n + 4),
  .hero-rail i:nth-of-type(n + 3) { display: none; }

  .section-heading { margin-bottom: 42px; }
  .section-kicker { margin-bottom: 20px; }
  .section-heading h2,
  .booking-banner h2,
  .contact h2 { font-size: clamp(3.15rem, 15vw, 4.5rem); }

  .experience-grid { grid-template-columns: 1fr; }
  .feature-card,
  .feature-primary { min-height: 285px; }
  .feature-wide { grid-column: auto; }
  .feature-primary .feature-icon { width: 67px; height: 67px; }
  .feature-primary .feature-icon svg { width: 38px; }
  .skill-gauge { gap: 4px; }
  .skill-gauge i { flex: 1; }

  .simulator-grid { gap: 14px; }
  .sim-content { padding: 21px; }
  .sim-title-row { align-items: flex-start; }
  .sim-title-row h3 { font-size: 1.25rem; }

  .price-card { padding: 29px 24px; }
  .price-card h3 { margin-bottom: 27px; }
  .price-card p { min-height: auto; }

  .booking-banner { padding-block: 74px; }
  .booking-banner .booking-heading h2 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .booking-demo-note { padding-left: 15px; }
  .booking-progress { margin-top: 36px; }
  .booking-progress ol { min-width: 590px; }
  .booking-progress li { min-height: 58px; padding-inline: 12px; }
  .booking-main { padding: 21px; }
  .booking-step { min-height: 0; }
  .booking-step-heading { grid-template-columns: 48px 1fr; gap: 11px; padding-bottom: 21px; }
  .booking-step-heading h3 { font-size: 1.72rem; }
  .booking-step-heading p { font-size: 0.7rem; }
  .booking-calendar { margin-top: 22px; }
  .calendar-header { margin-bottom: 16px; }
  .calendar-days { gap: 4px; }
  .calendar-day { font-size: 0.68rem; }
  .duration-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
  .duration-card:last-child:nth-child(3) { grid-column: 1 / -1; }
  .duration-card { min-height: 142px; padding: 17px; }
  .duration-value { font-size: 0.92rem; }
  .duration-value strong { font-size: 2.5rem; }
  .duration-copy { margin-top: 13px; font-size: 0.76rem; }
  .duration-card small { margin-top: 13px; font-size: 0.52rem; line-height: 1.35; }
  .option-check { top: 13px; right: 13px; }
  .group-size { align-items: flex-start; flex-direction: column; gap: 17px; padding: 18px; }
  .people-counter { width: 100%; grid-template-columns: 1fr 1fr 1fr; }
  .time-legend { gap: 12px; }
  .time-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 20px; }
  .time-slot { min-height: 61px; font-size: 1rem; }
  .booking-simulators { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
  .simulator-selection-status { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 19px; }
  .booking-simulator { min-height: 94px; grid-template-columns: 44px 1fr auto; padding: 14px; }
  .simulator-mini-number { width: 44px; height: 44px; font-size: 1rem; }
  .booking-form { grid-template-columns: 1fr; gap: 15px; margin-top: 22px; }
  .booking-form input { height: 52px; font-size: 1rem; }
  .booking-controls {
    position: sticky;
    z-index: 85;
    bottom: 0;
    margin: 26px -21px -21px;
    padding: 13px 21px;
    background: rgba(14, 15, 15, 0.96);
    backdrop-filter: blur(12px);
  }
  .booking-controls .button { flex: 1; }
  .booking-error { margin-top: 29px; text-align: left; }
  .booking-review-step { padding-bottom: 18px; }
  .booking-test-warning { margin-top: 18px; }
  .mobile-review dl { margin-top: 21px; }
  .booking-success { min-height: 560px; padding-block: 25px; }
  .booking-success h3 { font-size: 2.7rem; }
  .success-details { grid-template-columns: repeat(2, 1fr); }
  .success-details div:last-child { grid-column: span 2; }

  .map-placeholder { min-height: 380px; }
  .map-pin { width: 48px; height: 48px; }
  .map-label { display: block; }
  .map-label strong { display: block; margin-top: 7px; }

  .location-info { display: block; }
  .location-info .button { width: 100%; }

  .contact-links > a {
    grid-template-columns: 1fr 20px;
    gap: 14px;
    padding-block: 16px;
  }

  .contact-value { grid-row: 2; grid-column: 1; padding-left: 49px; }
  .contact-links svg { grid-row: 1 / span 2; grid-column: 2; }

  .footer-top { flex-direction: column; gap: 40px; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-bottom { gap: 20px; }
  .footer-bottom span:last-child { text-align: right; }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
