:root {
  color-scheme: dark;
  --bg: #0c0f12;
  --ink: #f6f7f2;
  --muted: #b7bcb8;
  --line: rgba(255, 255, 255, 0.16);
  --red: #ff2b2b;
  --yellow: #f7c331;
  --green: #25d07f;
  --panel: #151a1f;
  --panel-strong: #20272d;
  --paper: #f4efe5;
  --paper-ink: #15100d;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

body::selection {
  background: var(--yellow);
  color: #111;
}

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

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

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 30;
  background: var(--yellow);
  color: #111;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(12, 15, 18, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.main-nav,
.hero-actions,
.quick-contact {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.4rem;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.main-nav {
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

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

.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  color: #fff;
  font-weight: 800;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-switch:hover {
  border-color: rgba(247, 195, 49, 0.7);
  color: var(--yellow);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  min-height: 92svh;
  overflow: hidden;
  padding: 130px clamp(18px, 5vw, 80px) 72px;
  background:
    linear-gradient(135deg, rgba(12, 15, 18, 0.48), rgba(12, 15, 18, 0.9) 58%, rgba(12, 15, 18, 0.98)),
    url("assets/gallery/bungee-sky-jump.jpeg") center 34% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
}

.fall-line {
  position: absolute;
  top: 12%;
  right: 28%;
  width: 2px;
  height: 74%;
  background: linear-gradient(transparent, rgba(255,255,255,0.85), transparent);
  transform: rotate(11deg);
}

.speed {
  position: absolute;
  width: 28vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(247,195,49,0.9), transparent);
  transform: rotate(-18deg);
}

.speed-one { top: 24%; right: 5%; }
.speed-two { top: 46%; right: 18%; }
.speed-three { top: 68%; right: -2%; }

.hero-content,
.hero-panel,
.section,
.split-section,
.site-footer {
  position: relative;
  z-index: 1;
}

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

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

h1,
h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(4.1rem, 12vw, 10.5rem);
  line-height: 0.82;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 7vw, 5.7rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

.hero-copy {
  max-width: 710px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 900;
}

.button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 42px rgba(255, 43, 43, 0.22);
}

.button.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.button.dark {
  background: var(--paper-ink);
  color: var(--paper);
}

.button.full {
  width: 100%;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.hero-panel {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.hero-panel div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(15, 20, 24, 0.72);
  padding: 18px;
}

.hero-panel span {
  display: block;
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 0.9;
}

.hero-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.95rem;
}

.ticker {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 16px clamp(18px, 5vw, 80px);
  border-block: 1px solid var(--line);
  background: #11161a;
}

.ticker span {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.section,
.split-section {
  scroll-margin-top: 86px;
  padding: clamp(60px, 10vw, 110px) clamp(18px, 5vw, 80px);
}

.section-head {
  display: grid;
  gap: 2px;
  margin-bottom: 34px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 16px;
}

.offer-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.offer-media {
  position: relative;
  min-height: 250px;
  background: #1f252b;
  overflow: hidden;
}

.offer-media::before,
.offer-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.offer-media::before {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0.72)),
    var(--media);
}

.offer-media::after {
  background-image: linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.5) 45%, transparent 46%);
  opacity: 0.35;
}

.photo-card::before,
.photo-card::after {
  display: none;
}

.photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.photo-card::selection {
  background: transparent;
}

.offer-card:hover .photo-card img,
.location-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.photo-card::before {
  content: "";
}

.photo-card span {
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.65);
}

.offer-media span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.offer-bungee { --media: radial-gradient(circle at 70% 25%, #f7c331 0 10%, transparent 11%), linear-gradient(145deg, #2b3138, #0d1014 58%, #ff2b2b); }
.offer-zip { --media: radial-gradient(circle at 24% 34%, #25d07f 0 9%, transparent 10%), linear-gradient(145deg, #283b46, #121619 58%, #2178ff); }
.offer-event { --media: radial-gradient(circle at 72% 28%, #ff2b2b 0 11%, transparent 12%), linear-gradient(145deg, #3a2d25, #121619 62%, #f7c331); }

.offer-body {
  min-width: 0;
  padding: 22px;
}

.offer-body h3 {
  max-width: 12ch;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

.location {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-body p:not(.location) {
  color: var(--muted);
  line-height: 1.55;
}

.price-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 8px;
}

.price-list span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(247, 195, 49, 0.28);
  border-radius: 8px;
  background: rgba(247, 195, 49, 0.08);
  color: var(--muted);
  padding: 11px 13px;
  font-weight: 800;
}

.price-list strong {
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.9rem;
  line-height: 0.9;
  white-space: nowrap;
}

.price-list.compact {
  margin-top: 16px;
}

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

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

.pricing-grid.single-price {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
}

.price-card {
  border: 1px solid rgba(247, 195, 49, 0.32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(247, 195, 49, 0.1), rgba(21, 26, 31, 0.94));
  padding: clamp(20px, 4vw, 30px);
}

.price-card span {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin-top: 12px;
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.6rem, 9vw, 6.8rem);
  line-height: 0.82;
}

.offer-body a {
  display: inline-flex;
  margin-top: 8px;
  color: #fff;
  font-weight: 900;
  border-bottom: 2px solid var(--red);
}

.offer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 0.75fr;
  gap: 10px;
  padding: 0 clamp(18px, 5vw, 80px) clamp(60px, 8vw, 90px);
}

.gallery-strip img {
  width: 100%;
  height: clamp(230px, 30vw, 430px);
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.gallery-strip img:nth-child(2),
.gallery-strip img:nth-child(4) {
  margin-top: 40px;
}

.locations {
  background: #11161a;
}

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

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

.location-photo {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #1b2026;
}

.location-photo::after,
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.65));
  pointer-events: none;
}

.location-photo img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.location-body {
  padding: 24px;
}

address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.location-actions,
.event-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 40px;
  align-items: center;
  background: var(--paper);
  color: var(--paper-ink);
}

.split-section .eyebrow {
  color: #b51616;
}

.impact-copy p:not(.eyebrow) {
  max-width: 640px;
  color: #453d34;
  font-size: 1.1rem;
  line-height: 1.65;
}

.impact-copy .button {
  margin-top: 18px;
}

.impact-list {
  display: grid;
  gap: 12px;
}

.impact-list div {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(21, 16, 13, 0.2);
  padding: 18px 0;
}

.impact-list strong {
  font-size: 1.15rem;
}

.impact-list span {
  color: #62584d;
}

.voucher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(90deg, rgba(247, 195, 49, 0.94), rgba(255, 43, 43, 0.86)),
    #f7c331;
  color: #111;
}

.voucher .eyebrow {
  color: #111;
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 64px;
}

.proof div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.proof strong {
  display: block;
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
}

.proof span {
  color: var(--muted);
  font-weight: 800;
}

.trust-section {
  background: #f4efe5;
  color: var(--paper-ink);
}

.trust-section .eyebrow {
  color: #c02b22;
}

.trust-section h2 {
  color: var(--paper-ink);
}

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

.trust-grid article,
.flow-grid div {
  border: 1px solid rgba(21, 16, 13, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  padding: 22px;
}

.trust-grid span,
.flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-weight: 900;
}

.trust-grid h3,
.flow-grid strong {
  display: block;
  margin: 18px 0 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  color: var(--paper-ink);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.trust-grid p,
.flow-grid p {
  margin-bottom: 0;
  color: rgba(21, 16, 13, 0.72);
  line-height: 1.58;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 620px);
  gap: 32px;
  align-items: start;
  background: #11161a;
}

.booking-copy {
  position: sticky;
  top: 100px;
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.quick-contact {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.quick-contact a,
.quick-contact .contact-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--yellow);
  font-weight: 900;
}

.messenger-choice {
  position: relative;
  overflow: visible;
  border: 0;
  background: transparent;
}

.messenger-choice summary {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--yellow);
  font-weight: 900;
  list-style: none;
}

.messenger-choice summary::after {
  display: none;
}

.messenger-choice div {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 180px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #11181d;
  padding: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.messenger-choice div a {
  border: 0;
  border-radius: 6px;
  padding: 10px 12px;
}

.messenger-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.messenger-links a {
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  padding: 10px 13px;
  font-style: normal;
  font-weight: 900;
}

.reservation-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: clamp(18px, 4vw, 30px);
}

.booking-wizard {
  gap: 20px;
}

.wizard-step {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
}

.wizard-step:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.wizard-label {
  margin: 0;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.choice-card,
.product-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 29, 0.72);
  color: #fff;
  padding: 16px;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.choice-card {
  cursor: pointer;
}

.choice-card:hover {
  border-color: rgba(247, 195, 49, 0.48);
  transform: translateY(-1px);
}

.choice-card.is-active {
  border-color: var(--yellow);
  background: linear-gradient(145deg, rgba(247, 195, 49, 0.14), rgba(17, 24, 29, 0.95));
  box-shadow: inset 0 0 0 1px rgba(247, 195, 49, 0.22);
}

.choice-card.is-active::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-size: 0.85rem;
  font-weight: 900;
}

.choice-card span,
.product-card span {
  color: var(--yellow);
  padding-right: 28px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choice-card strong,
.product-card strong {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.12;
  overflow-wrap: normal;
  text-transform: none;
}

.choice-card em,
.product-card em {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.38;
}

.stepper,
.mini-stepper {
  display: inline-grid;
  grid-template-columns: 46px minmax(72px, 110px) 46px;
  align-items: center;
  width: max-content;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stepper button,
.mini-stepper button,
.calendar-nav button,
.calendar-day,
.slot-button {
  border: 0;
  color: #fff;
  background: #172027;
  cursor: pointer;
  font-weight: 900;
}

.stepper button,
.mini-stepper button {
  height: 46px;
  font-size: 1.2rem;
}

.stepper input,
.mini-stepper output {
  display: grid;
  place-items: center;
  height: 46px;
  border: 0;
  border-inline: 1px solid var(--line);
  background: #0f151a;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.calendar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.calendar-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
}

.calendar-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.calendar-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
}

.calendar-nav span {
  min-width: 150px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}

.month-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.calendar-day-name {
  padding: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  min-height: 54px;
  border-radius: 8px;
  background: #151d23;
}

.calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.calendar-day.is-today {
  box-shadow: inset 0 0 0 1px rgba(247, 195, 49, 0.55);
}

.calendar-day.is-selected,
.slot-button.is-selected {
  background: var(--yellow);
  color: #111;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 8px;
  max-height: 250px;
  overflow: auto;
  padding-right: 4px;
}

.slot-button {
  min-height: 42px;
  border-radius: 8px;
}

.product-card {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  align-content: space-between;
  min-height: 132px;
}

.product-card > div:first-child {
  min-width: 0;
}

.mini-stepper {
  grid-template-columns: 40px 50px 40px;
  margin-top: 10px;
}

.order-summary {
  border: 1px solid rgba(247, 195, 49, 0.38);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--yellow);
  font-weight: 900;
  text-align: right;
}

.switch-line {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  font-weight: 900;
}

.switch-line input {
  width: 20px;
  height: 20px;
}

.voucher-number {
  display: grid;
  gap: 8px;
}

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

label {
  display: grid;
  gap: 7px;
  color: #e2e5df;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0f1317;
  color: #fff;
  padding: 13px 12px;
  outline: none;
}

select {
  min-height: 52px;
  appearance: none;
  padding-right: 46px;
  cursor: pointer;
}

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}

option {
  background: #11161a;
  color: #fff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
summary:focus-visible,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(247, 195, 49, 0.38);
  outline-offset: 3px;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.captcha-box {
  border: 1px solid rgba(247, 195, 49, 0.32);
  border-radius: 8px;
  background: rgba(247, 195, 49, 0.06);
  padding: 14px;
}

.captcha-box span {
  color: var(--yellow);
  font-weight: 900;
}

.captcha-box input {
  max-width: 220px;
}

.consent input,
.honeypot {
  width: auto;
}

.honeypot {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-status.success {
  color: var(--green);
}

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

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 0;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease;
}

details[open] {
  border-color: rgba(247, 195, 49, 0.42);
  background: var(--panel-strong);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: #fff;
  list-style: none;
  padding: 18px;
  font-weight: 900;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--yellow);
  font-size: 1.2rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 34px clamp(18px, 5vw, 80px) 96px;
  background: #07090b;
}

.site-footer div {
  display: grid;
  gap: 7px;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
}

.footer-socials {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-top: 6px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  font-weight: 900;
}

.footer-socials a:hover {
  border-color: rgba(247, 195, 49, 0.55);
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 25;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 15, 18, 0.88);
  backdrop-filter: blur(16px);
}

.mobile-cta a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 6px;
  background: #171d22;
  font-size: 0.88rem;
  font-weight: 900;
}

.mobile-cta a:nth-child(3) {
  background: var(--red);
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 88svh;
  padding: 130px clamp(18px, 5vw, 80px) 76px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(12, 15, 18, 0.34), rgba(12, 15, 18, 0.92) 68%), var(--page-image) center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}

.page-hero > div {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.bungee-hero {
  --page-image: url("assets/gallery/bungee-sky-jump.jpeg");
  background-position: center;
}

.zip-hero {
  --page-image: url("assets/gallery/zipline-over-balaton.webp");
  background-position: center;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: start;
}

.detail-grid p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.fact-row {
  display: grid;
  gap: 12px;
}

.fact-row div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 18px;
}

.fact-row strong {
  display: block;
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.8rem;
  line-height: 0.9;
}

.fact-row span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}

.media-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 10px;
  padding: 0 clamp(18px, 5vw, 80px) clamp(60px, 8vw, 90px);
}

.media-mosaic img {
  width: 100%;
  height: clamp(260px, 36vw, 540px);
  border-radius: 8px;
  object-fit: cover;
}

.media-mosaic img:nth-child(2) {
  margin-top: 52px;
}

.media-mosaic img:nth-child(4) {
  grid-column: span 2;
  height: clamp(220px, 25vw, 360px);
}

.single-location {
  max-width: 820px;
}

.social-section {
  background: #0f1317;
}

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

.social-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.78)), var(--social-image) center / cover no-repeat;
}

.social-card span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-card strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.92;
}

.social-card em {
  display: block;
  max-width: 310px;
  margin-top: 10px;
  color: #d9ddd8;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.bungee-social {
  --social-image: url("assets/gallery/bungee-crane-jump-1200.jpg");
}

.zip-social {
  --social-image: url("assets/gallery/zipline-over-balaton.webp");
}

.messenger-social {
  --social-image: linear-gradient(135deg, #ff2b2b, #f7c331 58%, #25d07f);
}

.info-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 0;
}

.info-panel div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 20px;
}

.info-panel strong {
  display: block;
  color: var(--yellow);
  font-size: 1.04rem;
}

.info-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.jump-flow {
  padding-top: 0;
}

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

.flow-grid div {
  background: var(--panel);
  border-color: var(--line);
}

.flow-grid strong {
  color: #fff;
}

.flow-grid p {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .split-section,
  .booking,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

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

  .offer-grid,
  .location-grid,
  .media-mosaic,
  .social-grid,
  .info-panel,
  .pricing-grid,
  .trust-grid,
  .flow-grid,
  .choice-grid,
  .product-grid,
  .proof,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 84px;
  }

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

  .brand span:last-child {
    display: none;
  }

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

  .hero {
    padding: 100px 16px 48px;
  }

  .page-hero {
    min-height: 76svh;
    padding: 112px 16px 52px;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 4.85rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-panel,
  .form-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .calendar-head {
    align-items: start;
    flex-direction: column;
  }

  .month-calendar {
    gap: 4px;
  }

  .calendar-day {
    min-height: 46px;
  }

  .booking-wizard {
    padding: 14px;
  }

  .choice-card,
  .product-card {
    min-height: auto;
    padding: 14px;
  }

  .choice-card strong,
  .product-card strong {
    font-size: 1rem;
  }

  .choice-card em,
  .product-card em {
    font-size: 0.84rem;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .offer-media {
    min-height: 210px;
  }

  .section,
  .split-section,
  .gallery-strip {
    padding-inline: 16px;
  }

  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 44px;
  }

  .media-mosaic {
    padding-inline: 16px;
    padding-bottom: 44px;
  }

  .gallery-strip img,
  .media-mosaic img,
  .media-mosaic img:nth-child(4) {
    height: 210px;
  }

  .gallery-strip img:nth-child(2),
  .gallery-strip img:nth-child(4),
  .media-mosaic img:nth-child(2) {
    margin-top: 0;
  }

  .media-mosaic img:nth-child(4) {
    grid-column: auto;
  }

  .location-photo,
  .location-photo img {
    min-height: 240px;
  }

  .voucher {
    display: grid;
  }

  .mobile-cta {
    display: grid;
  }
}

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