:root {
  --brand-navy: #0b1433;
  --brand-blue: #00a3ff;
  --brand-blue-deep: #014985;
  --brand-blue-soft: #eaf7ff;
  --ink: #0b1433;
  --muted: #585858;
  --line: #e5e5e5;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(11, 20, 51, 0.1);
  --radius: 30px;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
}

body {
  margin: 0;
  min-height: 100dvh;
  color: var(--ink);
  background: #ffffff;
}

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

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

button {
  font: inherit;
}

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

.language-splash[hidden] {
  display: none;
}

.language-splash {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 28px 24px 32px;
  background:
    radial-gradient(circle at top, rgba(1, 73, 133, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f8 58%, #e8edf2 100%);
}

.language-splash-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.language-splash-header img {
  width: min(190px, 48vw);
}

.language-splash-card {
  display: grid;
  align-self: center;
  justify-items: center;
  gap: 18px;
  width: min(430px, 100%);
  margin: -64px auto 0;
}

.language-splash-card p {
  margin: 2px 0 14px;
  color: var(--brand-blue-deep);
  font-size: clamp(18px, 4.6vw, 24px);
  font-weight: 850;
  text-align: center;
}

.language-splash-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(320px, 100%);
}

.language-splash-actions button {
  min-height: 58px;
  border: 1px solid rgba(1, 73, 133, 0.16);
  border-radius: 18px;
  color: #ffffff;
  background: var(--brand-blue-deep);
  box-shadow: 0 16px 34px rgba(1, 73, 133, 0.22);
  cursor: pointer;
  font-size: clamp(17px, 4.4vw, 21px);
  font-weight: 900;
}

.language-splash-actions button:last-child {
  color: #ffffff;
  background: #00a3ff;
  box-shadow: 0 14px 30px rgba(0, 163, 255, 0.22);
}

.app-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100dvh;
  max-width: 1180px;
  margin: 0 auto;
  background: #ffffff;
}

.sticky-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.app-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(18px, 4vw, 42px) 10px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.app-header::after {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-brand img {
  width: clamp(92px, 21vw, 128px);
  height: auto;
}

.app-back-button {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px 0 10px;
  border: 1px solid var(--brand-blue-deep);
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-blue-deep);
  box-shadow: 0 12px 26px rgba(1, 73, 133, 0.22);
  font-size: 14px;
  font-weight: 900;
}

.app-back-button i {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

body:not(.is-welcome-screen) .logo-brand {
  display: none;
}

body:not(.is-welcome-screen) .app-back-button {
  display: inline-flex;
}

.property-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--brand-blue-deep);
  font-size: clamp(15px, 3.6vw, 20px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

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

.language-switch {
  display: inline-flex;
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(1, 73, 133, 0.14);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(1, 73, 133, 0.12);
}

.language-option {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(1, 73, 133, 0.16);
  border-radius: 8px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.language-option.is-active {
  border-color: var(--brand-blue-deep);
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.section-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 12px clamp(18px, 4vw, 42px) 14px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #ffffff;
  border-bottom: 0;
  scroll-padding-inline: 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.section-tabs.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.section-tabs::-webkit-scrollbar {
  display: none;
}

.section-tabs a {
  flex: 0 0 auto;
  min-height: 60px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #585858;
  box-shadow: 0 8px 18px rgba(11, 20, 51, 0.04);
  scroll-snap-align: start;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  user-select: none;
}

.section-tabs a i {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--brand-blue);
  stroke-width: 2.2;
}

.section-tabs a.is-active {
  color: #ffffff;
  border-color: var(--brand-blue-deep);
  background: var(--brand-blue-deep);
  box-shadow: 0 14px 28px rgba(1, 73, 133, 0.22);
}

.section-tabs a.is-active i {
  color: #ffffff;
}

.is-welcome-screen .section-tabs {
  display: none;
}

.bottom-nav a.is-active {
  color: var(--brand-blue-deep);
  border-color: rgba(0, 163, 255, 0.38);
  background: var(--brand-blue-soft);
}

.screen-stage {
  position: relative;
  overflow-x: hidden;
  min-height: calc(100dvh - 188px);
  background: #ffffff;
}

.app-screen {
  display: none;
  min-height: calc(100dvh - 188px);
  padding: 22px clamp(18px, 4vw, 42px) 108px;
  background: #ffffff;
}

.app-screen.is-active {
  display: block;
}

.app-screen.is-entering {
  animation: slide-in-right 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-item {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-card,
.image-top {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-card img,
.image-top img {
  width: 100%;
  height: clamp(290px, 45dvh, 520px);
  object-fit: cover;
}

.welcome-screen {
  padding-top: 18px;
}

.welcome-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.welcome-copy {
  order: 3;
  max-width: 760px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.09);
}

.welcome-copy h1 {
  max-width: 760px;
  color: var(--brand-blue-deep);
  font-size: clamp(30px, 4.9vw, 55px);
}

.welcome-message {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: 14px;
}

.welcome-message p {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.prearrival-card {
  order: 2;
  display: grid;
  max-width: 760px;
  overflow: hidden;
  border: 1px solid rgba(1, 73, 133, 0.16);
  border-radius: 22px;
  background: var(--brand-blue-soft);
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.06);
}

.prearrival-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 74px;
  padding: 16px 18px;
  border: 0;
  color: var(--brand-blue-deep);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 850;
}

.prearrival-toggle > svg {
  width: 22px;
  height: 22px;
  color: var(--brand-blue-deep);
  transition: transform 180ms ease;
}

.prearrival-card.is-open .prearrival-toggle > svg {
  transform: rotate(180deg);
}

.prearrival-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.prearrival-icon i,
.prearrival-icon svg {
  width: 25px;
  height: 25px;
}

.prearrival-panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 20px;
  transition:
    grid-template-rows 220ms ease,
    padding 220ms ease;
}

.prearrival-card.is-open .prearrival-panel {
  grid-template-rows: 1fr;
  padding-bottom: 18px;
}

.prearrival-card ul {
  display: grid;
  gap: 7px;
  overflow: hidden;
  margin: 0;
  padding-left: 70px;
  color: #36414d;
  line-height: 1.4;
}

.welcome-photo {
  position: relative;
  order: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.welcome-slider {
  aspect-ratio: 16 / 7;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.welcome-slider.is-dragging {
  cursor: grabbing;
}

.welcome-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 900ms ease,
    transform 1800ms ease;
}

.welcome-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 7px;
  padding: 7px 9px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(12px);
}

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 20, 51, 0.28);
  cursor: pointer;
  transition:
    width 240ms ease,
    background 240ms ease;
}

.slider-dots button.is-active {
  width: 18px;
  background: var(--brand-blue-deep);
}

.welcome-options-grid {
  order: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
}

.welcome-option-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 18px 12px;
  border: 1px solid rgba(1, 73, 133, 0.12);
  border-radius: 22px;
  color: #ffffff;
  background: var(--brand-blue-deep);
  box-shadow: 0 14px 32px rgba(1, 73, 133, 0.22);
  text-align: center;
  font-size: clamp(16px, 3.4vw, 20px);
  font-weight: 400;
  line-height: 1.04;
}

.welcome-option-card i,
.welcome-option-card svg {
  width: 96px;
  height: 96px;
  color: #ffffff;
  stroke-width: 1.15;
}

.welcome-options-grid .welcome-option-card {
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.welcome-options-grid .welcome-option-card i,
.welcome-options-grid .welcome-option-card svg {
  color: #ffffff;
}

.image-top img {
  height: clamp(260px, 38dvh, 420px);
}

.screen-copy {
  margin-top: 26px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 850;
}

h1,
h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 760px;
  font-size: clamp(38px, 8vw, 78px);
}

h2 {
  max-width: 760px;
  font-size: clamp(32px, 6vw, 58px);
}

.screen-copy p:not(.kicker) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.time-cards,
.place-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.time-cards article,
.place-cards article,
.list-card,
.note-card,
.address-card,
.wifi-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.list-card i,
.address-card i,
.note-card i {
  width: 22px;
  height: 22px;
  color: var(--brand-blue);
}

.address-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 640px;
  margin-top: 0;
  padding: 20px;
}

.address-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.address-card strong {
  display: block;
  margin-top: 6px;
  color: var(--brand-blue-deep);
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.25;
}

.map-card {
  overflow: hidden;
  max-width: 760px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: clamp(260px, 45dvh, 430px);
  border: 0;
}

.map-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 14px;
}

.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(1, 73, 133, 0.18);
  border-radius: 999px;
  color: var(--brand-blue-deep);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(11, 20, 51, 0.06);
  font-weight: 850;
}

.map-button i {
  width: 20px;
  height: 20px;
  color: var(--brand-blue);
}

.time-cards article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-color: rgba(0, 163, 255, 0.22);
  box-shadow: 0 18px 42px rgba(11, 20, 51, 0.08);
}

.time-cards article::after {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 163, 255, 0.08), transparent 46%);
  content: "";
  pointer-events: none;
}

.time-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.time-icon i {
  width: 25px;
  height: 25px;
}

.time-cards article > div:last-child {
  position: relative;
  z-index: 1;
}

.time-cards span,
.wifi-panel span,
.place-cards span {
  display: block;
  color: var(--brand-blue-deep);
  font-size: 13px;
  font-weight: 850;
}

.time-cards strong,
.wifi-panel strong {
  display: block;
  margin-top: 7px;
  color: var(--brand-blue-deep);
  font-size: clamp(24px, 4.4vw, 34px);
  line-height: 1.05;
}

.time-cards p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.note-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  color: #485264;
  font-weight: 750;
}

.check-note {
  max-width: 760px;
  align-items: flex-start;
  line-height: 1.45;
}

.wifi-panel {
  display: grid;
  gap: 18px;
  max-width: 560px;
  margin-top: 24px;
  padding: 22px;
}

.wifi-connect-card {
  justify-items: center;
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(26px, 6vw, 44px);
  text-align: center;
}

.wifi-symbol {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.wifi-symbol i {
  width: 44px;
  height: 44px;
  stroke-width: 2.4;
}

.wifi-connect-card h2 {
  font-size: clamp(28px, 6vw, 46px);
}

.wifi-details {
  display: grid;
  gap: 16px;
  width: 100%;
}

.wifi-details div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.wifi-qr {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 2px;
}

.wifi-qr img {
  width: min(240px, 68vw);
  height: auto;
  border: 10px solid #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(11, 20, 51, 0.08);
}

.wifi-qr span {
  color: var(--brand-blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.primary-button {
  width: min(100%, 440px);
  border: 1px solid rgba(0, 163, 255, 0.45);
  color: #ffffff;
  background: var(--brand-blue);
  box-shadow: 0 18px 34px rgba(0, 163, 255, 0.25);
}

.secondary-button {
  border: 1px solid var(--line);
  color: var(--brand-blue-deep);
  background: #ffffff;
}

button.primary-button {
  cursor: pointer;
}

.primary-button:active,
.secondary-button:active {
  transform: translateY(1px) scale(0.99);
}

.list-card {
  display: grid;
  gap: 4px;
  max-width: 680px;
  margin-top: 24px;
  padding: 10px;
}

.list-card article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 12px;
  color: #485264;
  font-weight: 750;
}

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

.rule-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.rule-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.rule-icon i {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.rule-card span {
  display: block;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.rule-card h3 {
  margin: 3px 0 8px;
  color: var(--brand-blue-deep);
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.1;
}

.rule-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

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

.place-cards article {
  overflow: hidden;
}

.place-cards img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.place-cards article > div {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.place-cards strong {
  display: block;
  color: var(--brand-blue-deep);
  font-size: 20px;
  line-height: 1.15;
}

.place-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.place-cards a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 16px;
  border: 1px solid rgba(1, 73, 133, 0.18);
  border-radius: 999px;
  color: var(--brand-blue-deep);
  background: #ffffff;
  font-weight: 850;
}

.section-subhead {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

#comer > .screen-copy h2,
.section-subhead h2 {
  color: var(--brand-blue-deep);
  font-size: clamp(38px, 7vw, 64px);
}

.section-subhead p {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.commerce-cards {
  margin-top: 18px;
}

.transport-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 760px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(0, 163, 255, 0.22);
  border-radius: 28px;
  background: var(--brand-blue-soft);
}

.transport-hero h3 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: clamp(24px, 4vw, 34px);
}

.transport-hero p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.transport-hero-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  color: #ffffff;
  background: var(--brand-blue-deep);
}

.transport-hero-icon i {
  width: 36px;
  height: 36px;
}

.transport-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.transport-cards article {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.transport-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.transport-icon i {
  width: 25px;
  height: 25px;
}

.transport-cards h3 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 22px;
}

.transport-cards span {
  display: block;
  margin-top: 4px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.transport-cards p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.transport-cards a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 16px;
  border: 1px solid rgba(1, 73, 133, 0.18);
  border-radius: 999px;
  color: var(--brand-blue-deep);
  background: #ffffff;
  font-weight: 850;
}

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

.consideration-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.consideration-card-wide {
  grid-column: 1 / -1;
}

.consideration-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.consideration-icon i {
  width: 25px;
  height: 25px;
  stroke-width: 2.2;
}

.consideration-card h3 {
  margin: 0 0 8px;
  color: var(--brand-blue-deep);
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.1;
}

.consideration-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.video-placeholder {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed rgba(1, 73, 133, 0.28);
  border-radius: 20px;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.video-placeholder i {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--brand-blue-deep);
}

.video-placeholder strong,
.video-placeholder span {
  display: block;
}

.video-placeholder strong {
  font-size: 16px;
  line-height: 1.2;
}

.video-placeholder span {
  margin-top: 3px;
  color: #4c657c;
  font-size: 14px;
  line-height: 1.35;
}

.video-embed {
  display: grid;
  gap: 12px;
  max-width: 360px;
  margin-top: 16px;
}

.video-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-blue-deep);
  font-weight: 900;
}

.video-label i {
  width: 22px;
  height: 22px;
  color: var(--brand-blue);
}

.video-embed iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 22px;
  background: #000000;
  box-shadow: 0 14px 32px rgba(11, 20, 51, 0.12);
}

.jacuzzi-video-embed {
  max-width: 430px;
  margin-top: 24px;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin-top: 24px;
}

.contact-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.contact-avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--brand-blue-deep);
  font-size: 23px;
  font-weight: 950;
}

.contact-info span {
  display: block;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.contact-info h3 {
  margin: 3px 0 8px;
  color: var(--brand-blue-deep);
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.05;
}

.contact-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.contact-buttons {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.whatsapp-button,
.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 900;
}

.whatsapp-button {
  border: 1px solid rgba(0, 163, 255, 0.45);
  color: #ffffff;
  background: var(--brand-blue);
  box-shadow: 0 14px 28px rgba(0, 163, 255, 0.2);
}

.call-button {
  border: 1px solid rgba(1, 73, 133, 0.16);
  color: var(--brand-blue-deep);
  background: #ffffff;
}

.whatsapp-button i,
.call-button i {
  width: 19px;
  height: 19px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-top: 24px;
}

.faq-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 20, 51, 0.05);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 66px;
  padding: 18px 20px;
  border: 0;
  color: var(--brand-blue-deep);
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  font-size: clamp(17px, 4vw, 21px);
  font-weight: 900;
}

.faq-question i {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--brand-blue);
  transition: transform 180ms ease;
}

.faq-card.is-open .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition:
    max-height 260ms ease,
    padding 220ms ease;
}

.faq-card.is-open .faq-answer {
  max-height: 720px;
  padding-bottom: 18px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.faq-video-embed {
  max-width: 320px;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: min(500px, calc(100% - 28px));
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(11, 20, 51, 0.18);
  backdrop-filter: blur(18px);
}

.bottom-nav a,
.bottom-nav button {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 22px;
  color: #585858;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.05;
}

.bottom-nav i,
.bottom-nav button svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.bottom-nav .offline-nav-button {
  color: #ffffff;
  background: var(--brand-blue-deep);
  box-shadow: 0 10px 24px rgba(1, 73, 133, 0.28);
}

.bottom-nav .offline-nav-button i,
.bottom-nav .offline-nav-button svg {
  color: #ffffff;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 60;
  transform: translate(-50%, 12px);
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(11, 20, 51, 0.12);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.offline-modal[hidden] {
  display: none;
}

.offline-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(11, 20, 51, 0.34);
  backdrop-filter: blur(6px);
}

.offline-modal-card {
  display: grid;
  justify-items: center;
  width: min(360px, 100%);
  padding: 22px;
  border: 1px solid rgba(0, 163, 255, 0.2);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 20, 51, 0.22);
  text-align: center;
}

.offline-status-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--brand-blue-deep);
  animation: offlinePulse 1.1s ease-in-out infinite;
}

.offline-modal[data-state="ready"] .offline-status-icon {
  animation: none;
}

.offline-status-icon i,
.offline-status-icon svg {
  width: 28px;
  height: 28px;
}

.offline-modal-card h2 {
  margin: 14px 0 0;
  color: var(--brand-blue-deep);
  font-size: 24px;
}

.offline-modal-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.4;
}

.offline-progress {
  overflow: hidden;
  width: 100%;
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--brand-blue-soft);
}

.offline-progress span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand-blue-deep);
  animation: offlineProgress 1.2s ease-in-out infinite;
}

.offline-modal[data-state="ready"] .offline-progress span {
  width: 100%;
  animation: none;
}

@keyframes offlinePulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes offlineProgress {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(230%);
  }
}

.tour-overlay[hidden] {
  display: none;
}

.tour-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.tour-scrim {
  position: absolute;
  inset: 0;
  background: rgba(11, 20, 51, 0.42);
}

.tour-card {
  position: absolute;
  left: 50%;
  width: min(420px, calc(100% - 32px));
  padding: 22px;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 163, 255, 0.22);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 20, 51, 0.24);
  pointer-events: auto;
}

.tour-overlay[data-step="top"] .tour-card {
  top: 154px;
}

.tour-overlay[data-step="home"] .tour-card {
  bottom: 112px;
}

.tour-overlay[data-step="bottom"] .tour-card {
  bottom: 104px;
}

.tour-overlay[data-step="offline"] .tour-card {
  bottom: 104px;
}

.tour-pointer {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: #ffffff;
}

.tour-overlay[data-step="top"] .tour-pointer {
  top: -9px;
}

.tour-overlay[data-step="home"] .tour-pointer {
  bottom: -9px;
}

.tour-overlay[data-step="bottom"] .tour-pointer {
  bottom: -9px;
}

.tour-overlay[data-step="offline"] .tour-pointer {
  bottom: -9px;
}

.tour-step {
  margin: 0 0 8px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
}

.tour-card h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 28px;
}

.tour-card p:not(.tour-step) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.tour-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.tour-actions button {
  min-height: 48px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
}

.tour-skip {
  border: 1px solid var(--line);
  color: var(--brand-blue-deep);
  background: #ffffff;
}

.tour-next {
  border: 1px solid var(--brand-blue-deep);
  color: #ffffff;
  background: var(--brand-blue-deep);
}

@media (min-width: 860px) {
  .app-screen {
    padding-bottom: 128px;
  }
}

@media (max-width: 720px) {
  .app-shell {
    max-width: none;
  }

  .app-header {
    padding-inline: 18px;
  }

  .section-tabs {
    padding-inline: 18px;
  }

  .app-screen {
    padding-inline: 18px;
  }

  .welcome-screen {
    padding-top: 10px;
  }

  .hero-card img {
    height: min(48dvh, 430px);
  }

  .welcome-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .welcome-copy {
    order: 2;
    padding: 14px;
    border-radius: 18px;
  }

  .welcome-photo {
    order: 1;
  }

  .welcome-slider {
    aspect-ratio: 16 / 8;
  }

  .welcome-copy h1 {
    font-size: clamp(22px, 5.7vw, 29px);
  }

  .welcome-message p {
    font-size: 14px;
    line-height: 1.36;
  }

  .welcome-message {
    gap: 7px;
    margin-top: 8px;
  }

  .prearrival-toggle {
    min-height: 52px;
    gap: 9px;
    padding: 8px 12px;
    font-size: clamp(17px, 4.45vw, 20px);
  }

  .prearrival-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .prearrival-icon i,
  .prearrival-icon svg {
    width: 19px;
    height: 19px;
  }

  .prearrival-panel {
    padding-inline: 14px;
  }

  .prearrival-card.is-open .prearrival-panel {
    padding-bottom: 12px;
  }

  .prearrival-card ul {
    gap: 4px;
    padding-left: 52px;
    font-size: 13px;
    line-height: 1.28;
  }

  .prearrival-toggle > svg {
    width: 19px;
    height: 19px;
  }

  .welcome-option-card {
    min-height: 0;
  }

  .tour-card {
    width: min(350px, calc(100% - 52px));
    padding: 14px;
    border-radius: 20px;
  }

  .tour-overlay[data-step="home"] .tour-card {
    top: clamp(390px, 52dvh, 470px);
    bottom: auto;
  }

  .tour-overlay[data-step="bottom"] .tour-card {
    bottom: 112px;
  }

  .tour-overlay[data-step="offline"] .tour-card {
    bottom: 112px;
  }

  .tour-overlay[data-step="home"] .tour-pointer {
    top: auto;
    bottom: -9px;
    left: 28%;
  }

  .tour-overlay[data-step="bottom"] .tour-pointer {
    left: 50%;
  }

  .tour-overlay[data-step="offline"] .tour-pointer {
    left: 88%;
  }

  .tour-step {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .tour-card h2 {
    font-size: 24px;
  }

  .tour-card p:not(.tour-step) {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.32;
  }

  .tour-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .tour-actions button {
    min-height: 40px;
    font-size: 15px;
  }

  .time-cards,
  .rules-grid,
  .place-cards,
  .transport-cards,
  .consideration-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .consideration-card-wide {
    grid-column: auto;
  }

  .transport-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .screen-copy p:not(.kicker) {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
