:root {
  --navy-950: #061226;
  --navy-900: #071a3d;
  --navy-800: #092b68;
  --blue-600: #0b67d8;
  --blue-400: #20a6ff;
  --gold: #f8bd3d;
  --gold-700: #d99a13;
  --ink: #111827;
  --muted: #657085;
  --line: rgba(12, 37, 84, 0.13);
  --ice: #f7fbff;
  --white: #ffffff;
  --shadow: 0 22px 50px rgba(6, 18, 38, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--ice);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.page-glow {
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 2;
  width: min(86vw, 1100px);
  height: 245px;
  pointer-events: none;
  overflow: hidden;
  background:
    linear-gradient(101deg, rgba(0, 69, 146, 0.96) 0%, rgba(0, 121, 211, 0.82) 23%, rgba(117, 218, 255, 0.38) 43%, rgba(255, 255, 255, 0.72) 56%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(circle at 4% 12%, rgba(0, 182, 255, 0.8) 0%, rgba(0, 105, 210, 0.46) 28%, rgba(0, 69, 146, 0.18) 48%, transparent 72%);
  clip-path: polygon(0 0, 100% 0, 73% 24%, 51% 39%, 28% 57%, 0 74%);
  filter: saturate(1.16);
  opacity: 0.94;
  transform: translateZ(0);
  animation: glowBreathe 12s ease-in-out infinite;
}

.page-glow::before,
.page-glow::after {
  position: absolute;
  inset: -18px -120px -34px -80px;
  content: "";
}

.page-glow::before {
  background:
    linear-gradient(166deg, transparent 11%, rgba(255, 255, 255, 0.84) 13%, rgba(126, 225, 255, 0.58) 14%, transparent 17%),
    linear-gradient(166deg, transparent 20%, rgba(255, 255, 255, 0.72) 22%, rgba(106, 215, 255, 0.46) 24%, transparent 28%),
    linear-gradient(166deg, transparent 31%, rgba(255, 255, 255, 0.58) 33%, rgba(72, 190, 255, 0.34) 35%, transparent 40%),
    linear-gradient(160deg, transparent 44%, rgba(255, 255, 255, 0.42) 47%, transparent 53%);
  opacity: 0.82;
  filter: blur(0.25px);
  transform: translateZ(0);
  animation: lightStreak 11s ease-in-out infinite;
}

.page-glow::after {
  background-image:
    radial-gradient(circle at 11% 12%, rgba(255, 255, 255, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 19% 17%, rgba(255, 255, 255, 0.54) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 9%, rgba(255, 255, 255, 0.48) 0 1px, transparent 2px),
    radial-gradient(circle at 39% 18%, rgba(255, 255, 255, 0.36) 0 1px, transparent 2px);
  opacity: 0.62;
  transform: translateZ(0);
  animation: sparkleDrift 13s ease-in-out infinite;
}

.glow-shimmer,
.glow-star {
  position: absolute;
  display: block;
  pointer-events: none;
}

.glow-shimmer {
  top: 14px;
  left: -42%;
  width: 72%;
  height: 58px;
  background: linear-gradient(166deg, transparent 0%, rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0.34) 48%, rgba(119, 222, 255, 0.2) 54%, transparent 70%);
  filter: blur(1px);
  mask-image: linear-gradient(90deg, transparent 0%, black 22%, black 72%, transparent 100%);
  opacity: 0.78;
  transform: rotate(-4deg);
  animation: shimmerSweep 8.5s ease-in-out infinite;
}

.glow-star {
  width: var(--star-size, 20px);
  height: var(--star-size, 20px);
  opacity: 0.72;
  transform: translateZ(0) scale(0.82);
  animation: starTwinkle var(--star-speed, 5.8s) ease-in-out infinite;
  animation-delay: var(--star-delay, 0s);
}

.glow-star::before,
.glow-star::after {
  position: absolute;
  inset: 50% auto auto 50%;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
  box-shadow: 0 0 14px rgba(129, 225, 255, 0.72);
  transform: translate(-50%, -50%);
}

.glow-star::before {
  width: 100%;
  height: 2px;
}

.glow-star::after {
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.98), transparent);
}

.glow-star-1 {
  --star-delay: -0.8s;
  --star-size: 28px;
  --star-speed: 6.4s;
  top: 23px;
  left: 16%;
}

.glow-star-2 {
  --star-delay: -2.6s;
  --star-size: 18px;
  --star-speed: 7.8s;
  top: 54px;
  left: 8%;
}

.glow-star-3 {
  --star-delay: -4.1s;
  --star-size: 22px;
  --star-speed: 8.6s;
  top: 18px;
  left: 34%;
}

.site-header {
  z-index: 20;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(3, 13, 33, 0.72), rgba(3, 13, 33, 0.28) 72%, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 980ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 980ms ease,
    background 420ms ease;
}

.site-header::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: min(74vw, 980px);
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0.72) 62%, rgba(255, 255, 255, 0.28) 82%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-110%);
}

.site-header.is-soft-return {
  transition-duration: 1280ms;
}

.site-header.is-scrolled {
  background: rgba(4, 15, 37, 0.7);
  box-shadow: 0 16px 36px rgba(3, 13, 33, 0.14);
}

.navbar {
  position: relative;
  min-height: 72px;
  padding-block: 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  padding: 0 22px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.navbar-brand img {
  width: clamp(245px, 23vw, 350px);
  height: auto;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 166, 255, 0.18);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--white);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.72rem;
  font-weight: 650;
}

.language-switch a {
  color: rgba(255, 255, 255, 0.68);
}

.language-switch a:hover,
.language-switch .is-active {
  color: var(--gold);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.hero-video-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -4;
  width: min(66.666vw, 66.666%);
  background: var(--navy-950);
}

.hero-video,
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
}

.hero-video {
  z-index: 1;
  filter: brightness(0.56) saturate(0.9) contrast(1.04);
  opacity: 0;
  transition: opacity 260ms linear;
}

.hero-video.is-active {
  opacity: 1;
}

.hero-poster {
  z-index: 0;
  transform: scale(1.02);
  filter: brightness(0.56) saturate(0.9) contrast(1.04);
}

.hero-video-wrap::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 14, 31, 0.2) 0%, rgba(5, 14, 31, 0.28) 42%, rgba(5, 14, 31, 0.54) 72%, rgba(5, 14, 31, 0.88) 100%),
    linear-gradient(180deg, rgba(5, 14, 31, 0.22) 0%, rgba(5, 14, 31, 0.34) 58%, rgba(5, 14, 31, 0.86) 100%),
    rgba(5, 14, 31, 0.2);
}

.hero-blue-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 8%, rgba(94, 211, 255, 0.56), rgba(38, 172, 255, 0.16) 16%, transparent 34%),
    linear-gradient(135deg, transparent 12%, rgba(15, 124, 255, 0.5) 19%, rgba(88, 200, 255, 0.18) 22%, transparent 31%),
    linear-gradient(150deg, transparent 66%, rgba(13, 103, 216, 0.72) 76%, rgba(114, 219, 255, 0.26) 81%, transparent 88%);
  filter: saturate(1.24);
  animation: orbitBreath 6.5s ease-in-out infinite;
}

.hero-container {
  position: relative;
  z-index: 3;
}

.hero-media-panel {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding-top: 58px;
}

.hero-copy-panel {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 104px clamp(24px, 6vw, 90px) 52px;
  background: linear-gradient(90deg, rgba(5, 17, 42, 0.5), rgba(5, 17, 42, 0.72));
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.hero-copy {
  width: min(680px, 100%);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 35px;
  height: 2px;
  content: "";
  background: currentColor;
}

.text-blue {
  color: var(--blue-600);
}

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

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.85rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-meta {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-meta p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 750;
}

.hero-meta i {
  color: var(--gold);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 520px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.hero-stats div {
  min-height: 86px;
  padding: 16px 8px;
  text-align: center;
  background: rgba(3, 14, 35, 0.54);
}

.hero-stats strong {
  display: block;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.hero-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 4px;
  padding-inline: 18px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-gold {
  border-color: var(--gold);
  color: #061226;
  background: var(--gold);
}

.btn-gold:hover,
.btn-gold:focus {
  border-color: #ffd36b;
  color: #061226;
  background: #ffd36b;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  border-color: var(--white);
  color: var(--navy-950);
  background: var(--white);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-from-left {
  transform: translate3d(-34px, 0, 0) scale(0.99);
}

.speaker-card.reveal-on-scroll,
.transfer-option-card.reveal-on-scroll,
.invitation-card.reveal-on-scroll {
  transform: translate3d(0, 42px, 0) scale(0.96);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.section-pad {
  padding-block: clamp(54px, 7vw, 94px);
}

.programme-section {
  position: relative;
  z-index: 3;
  background: var(--white);
}

.programme-heading {
  max-width: 860px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.programme-heading .section-kicker {
  color: var(--gold);
}

.programme-heading h2 {
  color: var(--navy-950);
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.programme-notes {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.62fr) minmax(0, 1.55fr);
  margin-bottom: clamp(28px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, #f8fbff, #f1f6fc);
  box-shadow: 0 16px 38px rgba(9, 43, 104, 0.08);
}

.programme-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: clamp(20px, 2.4vw, 28px);
}

.programme-note + .programme-note {
  border-left: 1px solid var(--line);
}

.programme-note-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue-600);
  border-radius: 50%;
  background: rgba(22, 126, 255, 0.1);
  font-size: 1.1rem;
}

.programme-note-catering .programme-note-icon {
  color: var(--navy-950);
  background: rgba(248, 189, 61, 0.88);
}

.programme-note h3 {
  margin: 2px 0 0;
  color: var(--navy-950);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.programme-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.programme-note .programme-note-detail {
  padding-top: 8px;
  border-top: 1px solid rgba(14, 47, 99, 0.1);
  color: var(--navy-800);
  font-weight: 650;
}

.programme-content {
  position: relative;
}

.programme-mobile-status {
  display: none;
}

.lead-copy {
  max-width: 36rem;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.programme-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.day-tab {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--navy-800);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(9, 43, 104, 0.08);
}

.day-tab strong,
.day-tab span {
  display: block;
}

.day-tab strong {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.day-tab span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.day-tab.is-active {
  color: var(--white);
  border-color: var(--navy-800);
  background: var(--navy-800);
}

.day-tab.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.programme-list {
  border-top: 1px solid var(--line);
}

.programme-day {
  display: none;
}

.programme-day.is-active {
  display: block;
  animation: programmeDayIn 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes programmeDayIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.programme-item {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.programme-item time {
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 900;
}

.programme-item h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.programme-item p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.speakers-section {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 26, 61, 0.96), rgba(5, 14, 31, 0.98)),
    radial-gradient(circle at 94% 10%, rgba(32, 166, 255, 0.34), transparent 32%);
  overflow: hidden;
}

.speakers-section::after,
.registration-section::after {
  position: absolute;
  right: -12vw;
  bottom: -8vw;
  width: 64vw;
  height: 23vw;
  content: "";
  background: linear-gradient(150deg, transparent 25%, rgba(22, 126, 255, 0.74), rgba(133, 223, 255, 0.28), transparent 72%);
  filter: blur(2px);
  transform: rotate(-8deg);
  animation: blueSweep 7s ease-in-out infinite;
}

.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.speaker-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.speaker-reveal {
  position: relative;
  z-index: 2;
}

.speaker-viewport {
  position: relative;
  max-height: var(--speaker-collapsed-height, 300px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 calc(100% - 86px),
    rgba(0, 0, 0, 0.92) calc(100% - 66px),
    rgba(0, 0, 0, 0.42) calc(100% - 28px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 calc(100% - 86px),
    rgba(0, 0, 0, 0.92) calc(100% - 66px),
    rgba(0, 0, 0, 0.42) calc(100% - 28px),
    transparent 100%
  );
  transition: max-height 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.speaker-reveal.is-expanded .speaker-viewport {
  -webkit-mask-image: none;
  mask-image: none;
}

.speaker-reveal-actions {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.speaker-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 184px;
}

.speaker-toggle i {
  font-size: 0.9rem;
  transition: transform 360ms ease;
}

.speaker-reveal.is-expanded .speaker-toggle i {
  transform: rotate(180deg);
}

.speaker-card {
  min-height: 240px;
  padding: 22px 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

.speaker-avatar {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.speaker-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.speaker-avatar span {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 900;
}

.avatar-1 { background: linear-gradient(135deg, #d77967, #422259); }
.avatar-2 { background: linear-gradient(135deg, #3c6aa8, #0c223d); }
.avatar-3 { background: linear-gradient(135deg, #e4a972, #5c2556); }
.avatar-4 { background: linear-gradient(135deg, #5876a0, #1e1e30); }
.avatar-5 { background: linear-gradient(135deg, #d7b17d, #7b3158); }
.avatar-6 { background: linear-gradient(135deg, #c56f54, #182f5d); }

.speaker-card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 900;
}

.speaker-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.venue-experience-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 12%, rgba(32, 166, 255, 0.22), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(248, 189, 61, 0.1), transparent 24%),
    linear-gradient(135deg, #071a3d 0%, #061226 74%);
}

.venue-experience-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(150deg, transparent 64%, rgba(22, 126, 255, 0.46) 76%, rgba(133, 223, 255, 0.18) 82%, transparent 90%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 132px);
  opacity: 0.64;
  animation: blueSweep 9s ease-in-out infinite;
}

.venue-experience-section .container-xl {
  position: relative;
  z-index: 2;
}

.venue-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: 1px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.venue-story h2,
.venue-panel h3 {
  text-transform: uppercase;
}

.venue-story {
  height: 100%;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(5, 17, 42, 0.58);
  backdrop-filter: blur(16px);
}

.venue-story h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  line-height: 0.98;
}

.venue-story p,
.venue-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.venue-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-top: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 5px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.venue-panel:hover .venue-panel-cta,
.venue-panel:focus .venue-panel-cta {
  border-color: var(--gold);
  color: var(--navy-950);
  background: var(--gold);
  transform: translateX(2px);
}

.venue-story > p {
  max-width: 880px;
  margin: 24px 0;
  font-size: 1.05rem;
}

.venue-story > .venue-hotel-note {
  margin: -8px 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.venue-hotel-note a {
  color: #55cde9;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.venue-hotel-note a:hover {
  color: var(--white);
}

.venue-hotel-note i {
  margin-left: 4px;
  font-size: 0.78rem;
}

.venue-facts {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.venue-facts p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}

.venue-facts i {
  color: #55cde9;
  font-size: 1.4rem;
}

.venue-photo-orb {
  position: relative;
  justify-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.venue-photo-orb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.94) saturate(1.08) contrast(1.03);
}

.venue-photo-orb::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 17, 42, 0.2), transparent 28%),
    linear-gradient(180deg, transparent 72%, rgba(5, 17, 42, 0.16));
}

.venue-photo-brand {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 3vw, 34px);
  bottom: clamp(20px, 3vw, 34px);
  display: block;
  width: clamp(145px, 16vw, 190px);
  opacity: 0.8;
  filter: drop-shadow(0 3px 5px rgba(5, 17, 42, 0.78)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
  transition: opacity 180ms ease, transform 180ms ease;
}

.venue-photo-brand:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.venue-photo-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.venue-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "locality wellness walks"
    "images images images";
  gap: 24px;
  margin-top: 24px;
}

.venue-panel {
  display: block;
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 22px 50px rgba(3, 13, 33, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  cursor: pointer;
}

.venue-panel:hover,
.venue-panel:focus {
  transform: translateY(-4px);
  border-color: rgba(85, 205, 233, 0.36);
  color: inherit;
  background: rgba(255, 255, 255, 0.085);
  outline: none;
}

.venue-panel:focus-visible {
  box-shadow: 0 0 0 3px rgba(85, 205, 233, 0.32), 0 22px 50px rgba(3, 13, 33, 0.22);
}

.venue-panel .section-kicker {
  margin-bottom: 10px;
}

.venue-panel h3 {
  margin: 0 0 20px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
}

.venue-locality {
  grid-area: locality;
}

.venue-wellness {
  grid-area: wellness;
}

.venue-walks {
  grid-area: walks;
}

.venue-image-grid {
  grid-area: images;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 16px;
}

.venue-image-grid span {
  display: block;
  min-height: 150px;
  border-radius: 8px;
  background-size: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.venue-image-grid span:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(6, 18, 38, 0.03), rgba(6, 18, 38, 0.14)),
    url("../images/okolie-permon-03.jpg");
  background-position: center 54%;
}

.venue-image-grid span:nth-child(2) {
  margin-top: 0;
  background-image:
    linear-gradient(180deg, rgba(6, 18, 38, 0.03), rgba(6, 18, 38, 0.14)),
    url("../images/wellness-permon-06.jpg");
  background-position: center;
}

.venue-image-grid span:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(6, 18, 38, 0.03), rgba(6, 18, 38, 0.14)),
    url("../images/wellness-permon-03.jpg");
  background-position: center;
}

.venue-image-grid span:nth-child(4) {
  margin-top: 0;
  background-image:
    linear-gradient(180deg, rgba(6, 18, 38, 0.03), rgba(6, 18, 38, 0.14)),
    url("../images/wellness-permon-05.jpg");
  background-position: center;
}

.transfer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(32, 166, 255, 0.18), transparent 25%),
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
}

.transfer-section::before {
  position: absolute;
  top: -110px;
  right: -160px;
  width: 640px;
  height: 260px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(150deg, transparent 20%, rgba(11, 103, 216, 0.52), rgba(85, 205, 233, 0.28), transparent 72%),
    radial-gradient(circle at 70% 34%, rgba(248, 189, 61, 0.24), transparent 28%);
  filter: blur(2px);
  opacity: 0.82;
  transform: rotate(-5deg);
  animation: blueSweep 10s ease-in-out infinite;
}

.transfer-section .container-xl {
  position: relative;
  z-index: 2;
}

.transfer-heading {
  max-width: 860px;
  margin: 0 0 30px;
}

.transfer-heading h2 {
  color: var(--navy-950);
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.transfer-heading p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.transfer-option-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(12, 37, 84, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(6, 18, 38, 0.1);
}

.transfer-option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.transfer-option-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 12px 24px rgba(11, 103, 216, 0.22);
}

.transfer-option-card:nth-child(2) .transfer-option-icon {
  background: var(--gold-700);
  box-shadow: 0 12px 24px rgba(217, 154, 19, 0.2);
}

.transfer-option-card:nth-child(3) .transfer-option-icon {
  background: var(--navy-800);
}

.transfer-option-icon i {
  font-size: 1.35rem;
}

.transfer-option-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--blue-600);
  background: #eef6ff;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.transfer-option-card h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.transfer-option-card > p {
  margin: 14px 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.transfer-option-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.transfer-option-card li {
  position: relative;
  padding-left: 22px;
  color: var(--navy-800);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.4;
}

.transfer-option-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 14px rgba(248, 189, 61, 0.36);
}

.transfer-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.transfer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(12, 37, 84, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.82)),
    radial-gradient(circle at 8% 14%, rgba(32, 166, 255, 0.14), transparent 36%);
  box-shadow: 0 24px 58px rgba(6, 18, 38, 0.12);
}

.transfer-copy h2 {
  max-width: 700px;
  color: var(--navy-950);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.transfer-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.transfer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.transfer-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
}

.transfer-price-card,
.transfer-route-card {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.transfer-price-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(5, 17, 42, 0.08), rgba(5, 17, 42, 0.36)),
    linear-gradient(145deg, #092b68, #061226 72%);
}

.transfer-price-card span,
.transfer-route-card > span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.transfer-price-card strong {
  display: block;
  margin: 16px 0 10px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.88;
}

.transfer-price-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  text-transform: uppercase;
}

.transfer-route-card {
  position: relative;
  padding: 30px;
  background: var(--white);
}

.transfer-route-card::before {
  position: absolute;
  top: 86px;
  bottom: 82px;
  left: 50px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, rgba(11, 103, 216, 0.12), rgba(11, 103, 216, 0.68), rgba(248, 189, 61, 0.46));
}

.transfer-route-card > span {
  color: var(--blue-600);
}

.transfer-route-card ol {
  display: grid;
  gap: 26px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.transfer-route-card li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.transfer-route-card i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 0 0 6px #eef6ff, 0 12px 22px rgba(11, 103, 216, 0.28);
}

.transfer-route-card li:last-child i {
  background: var(--gold-700);
  box-shadow: 0 0 0 6px #fff7e4, 0 12px 22px rgba(217, 154, 19, 0.28);
}

.transfer-route-card p {
  margin: 0;
  color: var(--navy-800);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.accommodation-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(35, 166, 255, 0.25), transparent 30%),
    linear-gradient(135deg, #071a3d 0%, #061226 72%);
}

.accommodation-section::after {
  position: absolute;
  right: -10vw;
  bottom: -8vw;
  width: 52vw;
  height: 20vw;
  content: "";
  background: linear-gradient(150deg, transparent 24%, rgba(22, 126, 255, 0.68), rgba(133, 223, 255, 0.22), transparent 72%);
  filter: blur(2px);
  animation: blueSweep 8s ease-in-out infinite;
}

.accommodation-section .container-xl {
  position: relative;
  z-index: 2;
}

.accommodation-section.section-pad {
  padding-block: clamp(46px, 6vw, 78px);
}

.accommodation-copy {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.accommodation-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3.45rem);
  line-height: 1;
}

.accommodation-copy p {
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.accommodation-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
}

.accommodation-meta div {
  padding: 14px 16px;
  background: rgba(5, 17, 42, 0.46);
}

.accommodation-meta span,
.accommodation-price-card span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.accommodation-meta strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
}

.accommodation-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 16px;
}

.accommodation-price-card {
  min-height: 0;
  padding: clamp(20px, 2.3vw, 26px);
  border-radius: 8px;
  color: var(--navy-950);
  background: var(--white);
  box-shadow: var(--shadow);
}

.accommodation-price-card span {
  color: var(--blue-600);
}

.accommodation-price-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(2.4rem, 3.6vw, 3.55rem);
  line-height: 0.95;
}

.accommodation-price-card p,
.accommodation-price-card em {
  display: block;
  margin: 10px 0 0;
  color: var(--muted);
  font-style: normal;
  font-weight: 750;
}

.accommodation-note {
  grid-column: 1 / -1;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.accommodation-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.accommodation-note p + p {
  margin-top: 8px;
}

.registration-section {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 30%, rgba(18, 109, 229, 0.32), transparent 32%),
    linear-gradient(135deg, #071a3d, #041126 82%);
  overflow: hidden;
}

.registration-section > .container-xl {
  position: relative;
  z-index: 2;
}

.invitation-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.invitation-copy {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.invitation-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.invitation-copy p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.68;
}

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

.invitation-card-grid {
  display: grid;
  gap: 16px;
}

.invitation-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(3, 13, 33, 0.18);
}

.invitation-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--gold);
  box-shadow: 0 14px 26px rgba(248, 189, 61, 0.2);
}

.invitation-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.06rem;
  font-weight: 900;
  text-transform: uppercase;
}

.invitation-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.58;
}

.registration-intro {
  height: 100%;
  min-height: 280px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.registration-intro p:last-of-type {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.limited-badge {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.price-card,
.included-card {
  height: 100%;
  min-height: 280px;
  padding: 30px 24px;
  border-radius: 6px;
}

.price-card {
  text-align: center;
  color: var(--navy-950);
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-card h3 {
  margin: 0 0 30px;
  color: var(--navy-800);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card p {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  font-weight: 900;
  line-height: 0.95;
}

.price-card p span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.price-card small {
  display: block;
  margin: 10px 0 26px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.included-card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.included-card i {
  color: var(--gold);
  font-size: 2rem;
}

.included-card h3 {
  margin: 18px 0 12px;
  font-size: 1rem;
  font-weight: 900;
}

.included-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(ellipse at 104% 112%, rgba(39, 178, 255, 0.2), transparent 48%),
    radial-gradient(ellipse at 78% 120%, rgba(4, 93, 185, 0.22), transparent 56%),
    linear-gradient(135deg, #061226 0%, #071a3d 62%, #041126 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer::before {
  position: absolute;
  right: -14vw;
  bottom: -230px;
  z-index: 0;
  width: 118%;
  height: 520px;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 96% 72%, rgba(130, 230, 255, 0.36), rgba(29, 153, 241, 0.18) 30%, rgba(3, 68, 143, 0.08) 52%, transparent 76%),
    linear-gradient(338deg, transparent 46%, rgba(0, 122, 226, 0.07) 66%, rgba(51, 190, 255, 0.06) 76%, transparent 94%);
  filter: blur(22px) saturate(1.16);
  opacity: 0.74;
  transform: rotate(-2deg);
  animation: footerAmbientDrift 16s ease-in-out infinite;
}

.footer-glow {
  position: absolute;
  right: -240px;
  bottom: -150px;
  z-index: 1;
  width: min(96vw, 1180px);
  height: 460px;
  pointer-events: none;
  overflow: visible;
  background: none;
  opacity: 0.92;
  transform-origin: 82% 84%;
  animation: footerGlowBreathe 9s ease-in-out infinite;
}

.footer-glow::before,
.footer-glow::after {
  position: absolute;
  inset: -90px -210px -54px -420px;
  content: "";
}

.footer-glow::before {
  background:
    radial-gradient(ellipse at 83% 74%, rgba(194, 248, 255, 0.62), rgba(56, 190, 255, 0.34) 22%, rgba(0, 106, 216, 0.2) 46%, transparent 76%),
    linear-gradient(338deg, transparent 24%, rgba(255, 255, 255, 0.48) 38%, rgba(92, 205, 255, 0.28) 44%, transparent 58%),
    linear-gradient(332deg, transparent 42%, rgba(255, 255, 255, 0.32) 52%, rgba(121, 225, 255, 0.18) 58%, transparent 72%),
    linear-gradient(344deg, transparent 54%, rgba(121, 225, 255, 0.22) 66%, transparent 84%);
  filter: blur(4px) saturate(1.2);
  opacity: 0.94;
  -webkit-mask-image: radial-gradient(ellipse at 76% 70%, #000 0%, #000 36%, rgba(0, 0, 0, 0.62) 52%, rgba(0, 0, 0, 0.22) 70%, transparent 96%);
  mask-image: radial-gradient(ellipse at 76% 70%, #000 0%, #000 36%, rgba(0, 0, 0, 0.62) 52%, rgba(0, 0, 0, 0.22) 70%, transparent 96%);
  animation: footerLightDrift 8s ease-in-out infinite;
}

.footer-glow::after {
  background-image:
    radial-gradient(circle at 56% 66%, rgba(255, 255, 255, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 71% 52%, rgba(255, 255, 255, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 40%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 94% 64%, rgba(255, 255, 255, 0.44) 0 1px, transparent 2px);
  opacity: 0.72;
  -webkit-mask-image: radial-gradient(ellipse at 76% 70%, #000 0%, #000 46%, rgba(0, 0, 0, 0.45) 64%, transparent 94%);
  mask-image: radial-gradient(ellipse at 76% 70%, #000 0%, #000 46%, rgba(0, 0, 0, 0.45) 64%, transparent 94%);
  animation: footerSparkleDrift 8.5s ease-in-out infinite;
}

.footer-glow-star {
  position: absolute;
  display: block;
  pointer-events: none;
}

.footer-glow-star {
  width: var(--footer-star-size, 20px);
  height: var(--footer-star-size, 20px);
  opacity: 0.78;
  animation: starTwinkle var(--footer-star-speed, 7s) ease-in-out infinite;
  animation-delay: var(--footer-star-delay, 0s);
}

.footer-glow-star::before,
.footer-glow-star::after {
  position: absolute;
  inset: 50% auto auto 50%;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
  box-shadow: 0 0 14px rgba(129, 225, 255, 0.68);
  transform: translate(-50%, -50%);
}

.footer-glow-star::before {
  width: 100%;
  height: 2px;
}

.footer-glow-star::after {
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.98), transparent);
}

.footer-glow-star-1 {
  --footer-star-delay: -1.4s;
  --footer-star-size: 28px;
  --footer-star-speed: 7.4s;
  right: 18%;
  bottom: 198px;
}

.footer-glow-star-2 {
  --footer-star-delay: -4.2s;
  --footer-star-size: 20px;
  --footer-star-speed: 8.6s;
  right: 39%;
  bottom: 118px;
}

.footer-glow-star-3 {
  --footer-star-delay: -2.1s;
  --footer-star-size: 18px;
  --footer-star-speed: 6.8s;
  right: 9%;
  bottom: 104px;
}

.footer-glow-star-4 {
  --footer-star-delay: -5.2s;
  --footer-star-size: 13px;
  --footer-star-speed: 7.8s;
  right: 28%;
  bottom: 238px;
}

.footer-glow-star-5 {
  --footer-star-delay: -3.4s;
  --footer-star-size: 15px;
  --footer-star-speed: 6.2s;
  right: 51%;
  bottom: 174px;
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(150px, 0.65fr) repeat(3, minmax(200px, 1fr));
  gap: 34px;
  padding: clamp(48px, 7vw, 78px) 0 34px;
}

.footer-inner img {
  height: auto;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-brand img {
  width: min(100%, 130px);
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
}

.footer-brand p,
.footer-block p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.footer-block h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-block p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.footer-block i {
  color: var(--gold);
  flex: 0 0 auto;
}

.footer-contact {
  display: grid;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 650;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
}

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

.footer-website {
  display: inline-flex;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-website:hover {
  color: var(--gold);
}

.footer-brand-website {
  width: 130px;
  justify-content: center;
  margin-top: 12px;
}

.footer-organizer img {
  width: min(100%, 210px);
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.footer-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.site-footer .footer-bottom > .reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: none;
}

.footer-legal {
  display: grid;
  gap: 4px;
  margin: 0;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.45);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
}

.footer-gdpr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  color: #061226;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: var(--gold);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.footer-gdpr-button:hover,
.footer-gdpr-button:focus-visible {
  background: #ffd166;
  box-shadow: 0 10px 22px rgba(248, 189, 61, 0.18);
  transform: translateY(-1px);
}

.footer-gdpr-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 4px;
}

.scroll-top-button {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 40;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  border: 0;
  padding: 0;
  border-radius: 50%;
  background:
    conic-gradient(var(--gold) var(--scroll-progress, 0deg), rgba(255, 255, 255, 0.18) 0deg);
  box-shadow: 0 16px 40px rgba(3, 13, 33, 0.32);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(0.92);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 180ms ease;
}

.scroll-top-button::before {
  position: absolute;
  inset: 5px;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(circle at 35% 22%, rgba(32, 166, 255, 0.28), transparent 44%),
    linear-gradient(135deg, #071a3d, #041126);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.scroll-top-button i {
  position: relative;
  z-index: 1;
  font-size: 1.9rem;
  line-height: 1;
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  box-shadow: 0 18px 46px rgba(3, 13, 33, 0.42), 0 0 22px rgba(248, 189, 61, 0.22);
  transform: translate3d(0, -2px, 0) scale(1.02);
}

.scroll-top-button:focus-visible {
  outline: 2px solid rgba(248, 189, 61, 0.8);
  outline-offset: 5px;
}

.not-found-page {
  min-height: 100svh;
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
}

.not-found-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100svh;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(5, 17, 42, 0.96) 0%, rgba(5, 17, 42, 0.88) 42%, rgba(5, 17, 42, 0.54) 72%, rgba(5, 17, 42, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 14, 31, 0.18), rgba(5, 14, 31, 0.78)),
    url("../images/tatry-conference-hero.png");
  background-position: center;
  background-size: cover;
}

.not-found-shell::after {
  position: absolute;
  z-index: -1;
  right: -12vw;
  bottom: -10vw;
  width: 70vw;
  height: 28vw;
  content: "";
  pointer-events: none;
  background: linear-gradient(150deg, transparent 20%, rgba(22, 126, 255, 0.7), rgba(133, 223, 255, 0.2), transparent 76%);
  filter: blur(3px);
  transform: rotate(-7deg);
  animation: blueSweep 8s ease-in-out infinite;
}

.not-found-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 14px clamp(20px, 4vw, 64px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 246, 255, 0.88) 32%, rgba(236, 246, 255, 0.18) 56%, transparent 72%);
}

.not-found-brand {
  display: block;
  width: min(48vw, 360px);
}

.not-found-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.not-found-languages {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  font-weight: 850;
}

.not-found-languages a {
  color: rgba(255, 255, 255, 0.68);
}

.not-found-languages a:hover,
.not-found-languages a.is-active {
  color: var(--gold);
}

.not-found-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 1380px);
  padding: clamp(56px, 8vw, 108px) clamp(22px, 7vw, 108px);
}

.not-found-content .section-kicker {
  color: var(--gold);
}

.not-found-code {
  margin: 0;
  color: rgba(255, 255, 255, 0.14);
  font-size: 13rem;
  font-weight: 900;
  line-height: 0.74;
}

.not-found-content h1 {
  max-width: 850px;
  margin-top: 26px;
  font-size: 5.4rem;
  line-height: 0.94;
}

.not-found-text {
  max-width: 650px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  line-height: 1.7;
}

.not-found-content .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.conference-modal .modal-content {
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 12%, rgba(32, 166, 255, 0.24), transparent 34%),
    linear-gradient(135deg, #071a3d, #041126);
  box-shadow: 0 28px 80px rgba(3, 13, 33, 0.5);
}

.conference-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.conference-modal .modal-title {
  font-size: clamp(1.3rem, 2.8vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.conference-modal .modal-body {
  color: rgba(255, 255, 255, 0.76);
}

.conference-modal a {
  color: #9fddff;
  font-weight: 750;
}

.modal-hero-image {
  position: relative;
  min-height: 260px;
  margin: -4px -4px 24px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.modal-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: brightness(0.76) saturate(1.08) contrast(1.04);
}

.modal-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 35%, rgba(5, 17, 42, 0.62)),
    linear-gradient(90deg, rgba(5, 17, 42, 0.18), transparent 44%);
}

.modal-subtitle {
  margin: 24px 0 0;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-list dt {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
}

.modal-programme {
  display: grid;
  gap: 28px;
}

.modal-programme h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-programme article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-programme time {
  color: #9fddff;
  font-weight: 850;
}

.modal-programme strong {
  color: var(--white);
}

.modal-programme p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

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

.modal-speakers article,
.modal-price-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.modal-speakers strong,
.modal-price-grid strong {
  display: block;
  color: var(--white);
}

.modal-speakers span,
.modal-price-grid span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
}

.modal-price-grid strong {
  margin-top: 8px;
  color: var(--gold);
  font-size: 2rem;
}

.modal-transfer-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.modal-transfer-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.modal-transfer-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.modal-transfer-heading > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
}

.modal-transfer-heading strong,
.modal-transfer-heading em {
  display: block;
}

.modal-transfer-heading strong {
  color: var(--white);
  font-size: 1.02rem;
  text-transform: uppercase;
}

.modal-transfer-heading em {
  margin-top: 3px;
  color: var(--gold);
  font-style: normal;
  font-weight: 850;
}

.modal-clean-list {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.modal-clean-list li + li {
  margin-top: 8px;
}

.registration-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}

.registration-links .btn {
  min-height: 56px;
  white-space: normal;
  text-align: center;
  line-height: 1.28;
}

.gdpr-modal .modal-content {
  background:
    radial-gradient(circle at 92% 10%, rgba(32, 166, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #071a3d, #041126);
}

.gdpr-modal .modal-title {
  max-width: 680px;
  letter-spacing: 0;
}

.gdpr-lead {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
}

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

.gdpr-info-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.gdpr-info-grid h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gdpr-info-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

@keyframes footerGlowBreathe {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) skewX(0deg);
    opacity: 0.82;
  }

  50% {
    transform: translate3d(-12px, -12px, 0) scale(1.055) skewX(0.7deg);
    opacity: 1;
  }
}

@keyframes footerAmbientDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
    opacity: 0.68;
  }

  50% {
    transform: translate3d(-10px, -8px, 0) rotate(-2deg) scale(1.045);
    opacity: 0.94;
  }
}

@keyframes footerLightDrift {
  0%,
  100% {
    transform: translate3d(12px, 6px, 0);
    opacity: 0.46;
  }

  50% {
    transform: translate3d(-18px, -14px, 0);
    opacity: 0.98;
  }
}

@keyframes footerSparkleDrift {
  0%,
  100% {
    transform: translate3d(18px, 8px, 0);
    opacity: 0.46;
  }

  50% {
    transform: translate3d(-44px, -14px, 0);
    opacity: 0.88;
  }
}

@keyframes glowBreathe {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) skewX(0deg);
  }

  50% {
    transform: translate3d(0, 0, 0) scale(1.012) skewX(-0.7deg);
  }
}

@keyframes lightStreak {
  0%,
  100% {
    transform: translate3d(-16px, -1px, 0);
  }

  50% {
    transform: translate3d(26px, 3px, 0);
  }
}

@keyframes sparkleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(14px, 4px, 0);
  }
}

@keyframes shimmerSweep {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }

  42% {
    opacity: 0.72;
  }

  58% {
    opacity: 0.48;
    transform: translate3d(128%, 11px, 0) rotate(-4deg);
  }
}

@keyframes starTwinkle {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(0, 0, 0) scale(0.72) rotate(0deg);
  }

  35% {
    opacity: 0.98;
    transform: translate3d(5px, -2px, 0) scale(1.1) rotate(8deg);
  }

  62% {
    opacity: 0.58;
    transform: translate3d(10px, 2px, 0) scale(0.9) rotate(13deg);
  }
}

@keyframes orbitBreath {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(10px) scale(1.03);
  }
}

@keyframes blueSweep {
  0%,
  100% {
    opacity: 0.56;
    transform: translateX(0) rotate(-8deg);
  }

  50% {
    opacity: 1;
    transform: translateX(-8vw) rotate(-5deg);
  }
}

@media (max-width: 1199.98px) {
  .nav-link {
    font-size: 0.76rem;
  }

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

@media (max-width: 991.98px) {
  .site-header {
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }

  .site-header::before {
    width: min(100vw, 640px);
  }

  .navbar {
    min-height: 72px;
    flex-wrap: nowrap;
  }

  .navbar > .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
  }

  .navbar-brand {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: calc(100% - 56px);
    min-height: 60px;
    padding-right: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 300px;
  }

  .navbar-toggler {
    display: grid;
    flex: 0 0 44px;
    place-items: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    padding: 6px;
    margin-left: auto;
  }

  .navbar-collapse {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    left: auto;
    z-index: 30;
    width: min(72vw, 280px);
    max-height: calc(100svh - 112px);
    overflow-y: auto;
    padding: 10px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(5, 17, 42, 0.94);
    box-shadow: 0 22px 52px rgba(3, 13, 33, 0.34);
    backdrop-filter: blur(18px);
  }

  .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }

  .nav-link {
    padding: 9px 12px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    font-weight: 650;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
  }

  .navbar-collapse .language-switch {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 12px 4px;
    font-size: 0.78rem;
  }

  .hero-video-wrap::after {
    background:
      linear-gradient(180deg, rgba(5, 14, 31, 0.18) 0%, rgba(5, 14, 31, 0.54) 44%, rgba(5, 14, 31, 0.94) 100%),
      linear-gradient(90deg, rgba(5, 14, 31, 0.24), rgba(5, 14, 31, 0.42));
  }

  .hero-video-wrap {
    inset: 0;
    width: 100%;
  }

  .hero-media-panel {
    min-height: 45svh;
    padding-top: 84px;
  }

  .hero-copy-panel {
    min-height: auto;
    padding: 42px 24px 46px;
    background: rgba(5, 17, 42, 0.72);
  }

  .hero-copy {
    width: 100%;
  }

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

  .venue-hero-grid,
  .venue-detail-grid {
    grid-template-columns: 1fr;
  }

  .venue-detail-grid {
    grid-template-areas:
      "locality"
      "wellness"
      "walks"
      "images";
  }

  .venue-photo-orb {
    min-height: 260px;
    justify-self: stretch;
    width: 100%;
  }

  .transfer-shell,
  .transfer-panel,
  .transfer-option-grid {
    grid-template-columns: 1fr;
  }

  .transfer-copy,
  .transfer-price-card {
    min-height: auto;
  }

  .transfer-price-card {
    justify-content: flex-start;
  }

  .accommodation-prices {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .invitation-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .invitation-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-glow {
    right: -310px;
    bottom: -150px;
    width: 940px;
    height: 400px;
    opacity: 0.78;
  }
}

@media (max-width: 767.98px) {
  .page-glow {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 158px;
    opacity: 0.82;
  }

  .glow-star-1 {
    top: 18px;
    left: 20%;
  }

  .glow-star-2 {
    top: 43px;
    left: 9%;
  }

  .glow-star-3 {
    top: 16px;
    left: 45%;
  }

  .hero-media-panel {
    min-height: 42svh;
  }

  .hero-copy-panel {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4.25rem);
  }

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

  .hero-actions,
  .hero-actions .btn,
  .transfer-actions,
  .transfer-actions .btn,
  .invitation-actions,
  .invitation-actions .btn {
    width: 100%;
  }

  .transfer-copy {
    padding: 26px 22px;
  }

  .transfer-panel {
    gap: 14px;
  }

  .transfer-price-card,
  .transfer-route-card {
    padding: 24px;
  }

  .transfer-route-card::before {
    left: 44px;
  }

  .accommodation-meta {
    grid-template-columns: 1fr;
  }

  .programme-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .programme-notes {
    grid-template-columns: 1fr;
  }

  .programme-note + .programme-note {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .programme-mobile-status {
    position: sticky;
    z-index: 24;
    top: 84px;
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: 174px;
    margin: 0 0 12px auto;
    padding: 10px 14px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(6, 27, 67, 0.94);
    box-shadow: 0 12px 32px rgba(5, 17, 42, 0.24);
    backdrop-filter: blur(14px);
  }

  .programme-mobile-status > i {
    margin-right: 10px;
    color: var(--gold);
    font-size: 1.1rem;
  }

  .programme-mobile-status > span,
  .programme-mobile-status strong,
  .programme-mobile-status small {
    display: block;
  }

  .programme-mobile-status strong {
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .programme-mobile-status small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1;
  }

  .detail-list div,
  .modal-programme article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .modal-speakers,
  .modal-price-grid {
    grid-template-columns: 1fr;
  }

  .gdpr-info-grid {
    grid-template-columns: 1fr;
  }

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

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

  .venue-image-grid span {
    min-height: 150px;
  }

  .venue-image-grid span:nth-child(2),
  .venue-image-grid span:nth-child(4) {
    margin-top: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 44px;
  }

  .footer-brand img {
    width: min(100%, 120px);
  }

  .footer-brand-website {
    width: 120px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-glow {
    right: -360px;
    bottom: -135px;
    width: 820px;
    height: 360px;
    opacity: 0.66;
  }

  .scroll-top-button {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .scroll-top-button i {
    font-size: 1.65rem;
  }

}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 240px;
  }

  .programme-tabs {
    grid-template-columns: 1fr;
  }

  .venue-photo-brand {
    right: 16px;
    bottom: 16px;
    width: 140px;
  }

  .speaker-track {
    grid-template-columns: 1fr;
  }

  .venue-image-grid {
    grid-template-columns: 1fr;
  }

  .gdpr-info-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.98px) {
  .not-found-shell {
    background-position: 62% center;
  }

  .not-found-header {
    min-height: 76px;
    padding: 10px 18px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 246, 255, 0.82) 58%, rgba(5, 17, 42, 0.64) 100%);
  }

  .not-found-brand {
    width: min(66vw, 245px);
  }

  .not-found-content {
    align-self: start;
    padding: 68px 22px 52px;
  }

  .not-found-code {
    font-size: 8rem;
  }

  .not-found-content h1 {
    margin-top: 20px;
    font-size: 3rem;
  }

  .not-found-text {
    margin: 20px 0 26px;
    font-size: 1rem;
  }
}

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

  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
