@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20CF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20CF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20CF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20CF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
}

:root {
  --bg: #fff8f5;
  --surface: rgba(255, 255, 255, 0.78);
  --text: #201d24;
  --muted: #6f6672;
  --brand: #ff6f61;
  --brand-strong: #e95a4d;
  --brand-support: #1F3C5B;
  --accent: #f8bf8d;
  --shadow-soft: 0 24px 60px rgba(58, 37, 37, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --shell: min(1180px, calc(100% - 32px));
  --nav-height: 88px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.page-ambient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 920px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.7;
}

.ambient-one {
  width: 28rem;
  height: 28rem;
  top: 4rem;
  left: -10rem;
  background: rgba(255, 111, 97, 0.13);
}

.ambient-two {
  width: 26rem;
  height: 26rem;
  top: 20rem;
  right: -6rem;
  background: rgba(248, 191, 141, 0.18);
}

.ambient-grid {
  inset: auto auto 6rem 50%;
  width: 38rem;
  height: 22rem;
  transform: translateX(-50%);
  border-radius: 40px;
  filter: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 111, 97, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 111, 97, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 78%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 18px;
}

.navbar {
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 40px rgba(45, 42, 50, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled .navbar {
  box-shadow: 0 22px 50px rgba(45, 42, 50, 0.12);
  border-color: rgba(224, 196, 188, 0.72);
}

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

.brand-mark {
  width: auto;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  width: auto;
  height: 32px;
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-copy strong {
  font-family: "Satoshi", "Satochi", "Inter", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-transform: lowercase;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(225, 204, 197, 0.52);
}

.nav-links a {
  position: relative;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--text);
  background: rgba(255, 111, 97, 0.11);
}

.login-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.login-button,
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #ff8f71 100%);
  box-shadow: 0 18px 34px rgba(255, 111, 97, 0.24);
}

.login-button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--brand-strong) 0%, #ff885f 100%);
  box-shadow: 0 24px 44px rgba(255, 111, 97, 0.3);
}

.login-button:disabled,
.primary-button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
  box-shadow: 0 18px 34px rgba(255, 111, 97, 0.18);
}

.secondary-button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(220, 192, 184, 0.7);
  box-shadow: var(--shadow-soft);
}

.secondary-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.84);
}

.button-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.button-icon svg {
  width: 100%;
  height: 100%;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(220, 192, 184, 0.65);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-line {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] .menu-line:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-line:nth-of-type(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-line:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 36px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 102px;
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-visual {
  position: relative;
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--brand-strong);
  background: rgba(255, 111, 97, 0.1);
  border: 1px solid rgba(255, 111, 97, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.booking-copy h2,
.modal-panel-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(1.4rem, 2.5vw, 2.55rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero p,
.section-heading p,
.booking-copy p,
.modal-panel-copy p {
  margin: 20px 0 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}

.hero-metrics li,
.info-card,
.stack-card,
.timeline-step,
.benefit-card,
.booking-card,
.hero-card,
.showcase-card {
  border: 1px solid rgba(225, 204, 197, 0.64);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.hero-metrics li {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.hero-metrics strong {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.hero-metrics span {
  color: var(--muted);
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.hero-device-scene {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1600px;
}

.scene-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(55px);
  opacity: 0.65;
}

.scene-glow-one {
  width: 240px;
  height: 240px;
  top: 14%;
  left: 14%;
  background: rgba(255, 111, 97, 0.22);
}

.scene-glow-two {
  width: 280px;
  height: 280px;
  right: 6%;
  bottom: 12%;
  background: rgba(248, 191, 141, 0.22);
}

.phone-mockup {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  animation: heroFloat 7s ease-in-out infinite;
}

.phone-device {
  position: relative;
  width: 278px;
  height: 564px;
  transform: rotateY(-18deg) rotateX(10deg) rotateZ(-8deg);
  transform-style: preserve-3d;
}

.phone-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(160deg, #231d27 0%, #463d4d 30%, #100d11 100%);
  box-shadow:
    -28px 38px 70px rgba(24, 18, 25, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    10px 0 0 rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

.phone-body::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.05));
  pointer-events: none;
}

.phone-body::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.phone-side {
  position: absolute;
  top: 28px;
  right: -8px;
  width: 10px;
  height: calc(100% - 56px);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(180deg, #615a67 0%, #1b171d 100%);
  transform: translateZ(-1px) rotateY(68deg);
  transform-origin: left center;
  box-shadow:
    inset -1px 0 0 rgba(255, 255, 255, 0.12),
    4px 0 8px rgba(17, 14, 18, 0.18);
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 104px;
  height: 22px;
  border-radius: 0 0 16px 16px;
  background: #120f13;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 22%),
    linear-gradient(180deg, #fff7f3 0%, #fff1ea 42%, #fffaf8 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 0 0 1px rgba(22, 16, 24, 0.06);
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 111, 97, 0.18), transparent 16%),
    radial-gradient(circle at 82% 76%, rgba(248, 191, 141, 0.18), transparent 20%);
  pointer-events: none;
}

.screen-topbar,
.screen-grid,
.screen-bottom {
  position: relative;
  z-index: 1;
}

.screen-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 22px 16px;
}

.screen-dot,
.screen-pill,
.summary-pill,
.summary-line,
.card-line,
.bottom-chip,
.bottom-wave {
  display: block;
  border-radius: 999px;
}

.screen-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 111, 97, 0.8);
}

.screen-dot.soft {
  background: rgba(32, 29, 36, 0.18);
}

.screen-pill {
  width: 124px;
  height: 14px;
  background: rgba(32, 29, 36, 0.08);
}

.screen-hero-card {
  position: relative;
  z-index: 1;
  margin: 0 18px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 30px rgba(84, 53, 44, 0.08);
}

.screen-image {
  height: 186px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(31, 24, 34, 0.02), rgba(31, 24, 34, 0.18)),
    url("../images/hero-home.avif") center/cover no-repeat;
}

.screen-summary {
  display: grid;
  gap: 10px;
  padding: 18px 4px 4px;
}

.summary-pill {
  width: 92px;
  height: 12px;
  background: rgba(255, 111, 97, 0.2);
}

.summary-line {
  height: 12px;
  background: rgba(32, 29, 36, 0.11);
}

.summary-line.lg {
  width: 86%;
}

.summary-line.md {
  width: 58%;
}

.screen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 14px 18px 0;
}

.screen-card {
  min-height: 118px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 30px rgba(84, 53, 44, 0.08);
}

.screen-card.warm {
  background: linear-gradient(180deg, rgba(255, 240, 236, 0.94), rgba(255, 255, 255, 0.8));
}

.screen-card.pale {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 14px;
}

.card-orb {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.82), rgba(248, 191, 141, 0.9));
  box-shadow: 0 18px 24px rgba(255, 111, 97, 0.18);
}

.card-line.sm {
  width: 78%;
  height: 11px;
  background: rgba(32, 29, 36, 0.12);
}

.card-line.xs {
  width: 52%;
  height: 11px;
  margin-top: 8px;
  background: rgba(32, 29, 36, 0.08);
}

.chart-ring {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fffdfc 0 44%, transparent 46%),
    conic-gradient(var(--brand) 0 220deg, rgba(32, 29, 36, 0.08) 220deg 360deg);
}

.screen-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px 0;
}

.bottom-chip {
  width: 62px;
  height: 26px;
  background: rgba(32, 29, 36, 0.1);
}

.bottom-chip.alt {
  width: 44px;
  background: rgba(255, 111, 97, 0.18);
}

.bottom-wave {
  flex: 1;
  height: 42px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    linear-gradient(90deg, rgba(255, 111, 97, 0.16) 0%, rgba(248, 191, 141, 0.18) 100%);
  position: relative;
  overflow: hidden;
}

.bottom-wave::before {
  content: "";
  position: absolute;
  inset: 10px 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 111, 97, 0.45) 18%, transparent 34%, rgba(255, 111, 97, 0.35) 50%, transparent 66%, rgba(248, 191, 141, 0.4) 82%, transparent 100%);
}

.float-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 38px rgba(65, 45, 44, 0.12);
}

.float-badge svg {
  width: 28px;
  height: 28px;
}

.float-wifi {
  top: 11%;
  left: 14%;
  width: 76px;
  height: 76px;
  color: var(--brand-strong);
  animation: drift 5.2s ease-in-out infinite;
}

.float-rating {
  right: 6%;
  top: 28%;
  width: 118px;
  min-height: 84px;
  padding: 14px 16px;
  display: grid;
  gap: 14px;
  justify-items: center;
  animation: drift 5.8s ease-in-out infinite;
}

.rating-stars {
  display: flex;
  gap: 7px;
}

.rating-stars span {
  width: 14px;
  height: 14px;
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 58%, 79% 95%, 50% 72%, 21% 95%, 32% 58%, 2% 36%, 39% 36%);
  background: linear-gradient(135deg, #ffb347 0%, #ff8a4f 100%);
}

.rating-coin {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1f9a57;
  background: rgba(34, 197, 94, 0.12);
}

.float-access {
  left: 8%;
  bottom: 17%;
  width: 82px;
  height: 82px;
  color: #167c73;
  animation: drift 6.4s ease-in-out infinite;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }
}

.info-card::before,
.stack-card::before,
.timeline-step::before,
.benefit-card::before,
.booking-card::before,
.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 48%);
  pointer-events: none;
}

.showcase-content,
.booking-card-body {
  position: relative;
  padding: 26px;
}

.showcase-content h3,
.booking-card-body h3 {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.showcase-content .mini-label {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.94);
  color: var(--brand-strong);
  box-shadow: 0 12px 24px rgba(31, 24, 34, 0.12);
}

.booking-card-body .mini-label {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.96);
  color: var(--brand-strong);
  box-shadow: 0 14px 28px rgba(31, 24, 34, 0.14);
}

.showcase-content p,
.stack-card p,
.timeline-step p,
.benefit-card p,
.booking-card-body p,
.info-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.booking-points,
.modal-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.booking-points li,
.modal-points li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.55;
}

.booking-points li::before,
.modal-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  box-shadow: 0 0 0 6px rgba(255, 111, 97, 0.08);
}

.content-section {
  padding-top: 92px;
  padding-bottom: 68px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading-centered .eyebrow {
  justify-self: center;
}

.decision-experience {
  display: grid;
  gap: 22px;
}

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

.decision-side {
  position: relative;
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(224, 202, 196, 0.76);
  border-radius: 34px;
  text-align: left;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 60px rgba(52, 38, 38, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, opacity 0.32s ease, filter 0.32s ease, border-color 0.32s ease;
}

.decision-side::before,
.decision-side::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.decision-side:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 72px rgba(52, 38, 38, 0.12);
}

.decision-side.is-selected {
  border-color: rgba(255, 111, 97, 0.38);
  box-shadow: 0 34px 82px rgba(255, 111, 97, 0.14);
}

.decision-side.is-locked {
  opacity: 0.42;
  filter: saturate(0.72) blur(0.4px);
  transform: scale(0.985);
  pointer-events: none;
}

.decision-side-management {
  background:
    radial-gradient(circle at top right, rgba(255, 111, 97, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 245, 241, 0.94), rgba(255, 255, 255, 0.82));
}

.decision-side-management::before {
  display: none;
}

.decision-side-management::after {
  display: none;
}

.decision-side-system {
  background:
    radial-gradient(circle at top left, rgba(31, 60, 91, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 247, 0.94), rgba(255, 255, 255, 0.82));
}

.decision-side-system::before {
  display: none;
}

.decision-side-system::after {
  display: none;
}

.decision-shine,
.decision-orb,
.decision-trace {
  position: absolute;
  pointer-events: none;
}

.decision-shine {
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 46%);
}

.decision-orb {
  width: 210px;
  height: 210px;
  right: -58px;
  bottom: -72px;
  border-radius: 50%;
  filter: blur(2px);
}

.decision-side-management .decision-orb {
  background: radial-gradient(circle, rgba(255, 111, 97, 0.22) 0%, rgba(255, 111, 97, 0.04) 62%, transparent 70%);
}

.decision-side-system .decision-orb {
  background: radial-gradient(circle, rgba(31, 60, 91, 0.18) 0%, rgba(31, 60, 91, 0.04) 62%, transparent 70%);
}

.decision-trace {
  width: 180px;
  height: 180px;
  top: -34px;
  right: -28px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  transform: rotate(16deg);
}

.decision-side-management .decision-trace {
  background: linear-gradient(180deg, rgba(255, 111, 97, 0.08), transparent);
}

.decision-side-system .decision-trace {
  background: linear-gradient(180deg, rgba(31, 60, 91, 0.06), transparent);
}

.decision-side-management .decision-trace {
  box-shadow:
    38px 190px 0 -138px rgba(255, 255, 255, 0.88),
    54px 212px 0 -150px rgba(255, 111, 97, 0.26);
}

.decision-side-system .decision-trace {
  box-shadow:
    -18px 164px 0 -134px rgba(31, 60, 91, 0.16),
    52px 204px 0 -148px rgba(255, 255, 255, 0.86),
    74px 232px 0 -162px rgba(255, 111, 97, 0.22);
}

.decision-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-side h3,
.decision-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.decision-side h3 {
  max-width: 16ch;
}

.decision-panel h3 {
  max-width: 28ch;
}

.decision-side p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 32ch;
  color: var(--muted);
  line-height: 1.75;
}

.decision-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(32, 29, 36, 0.92);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 28px rgba(32, 29, 36, 0.14);
}

.decision-side-management .decision-cta {
  background: linear-gradient(135deg, var(--brand) 0%, #ff8f71 100%);
  color: #fff;
}

.decision-side-system .decision-cta {
  background: linear-gradient(135deg, var(--brand-support) 0%, var(--brand-support) 100%);
  color: #fff;
}

.decision-frame {
  position: relative;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(227, 206, 201, 0.72);
  background:
    radial-gradient(circle at top right, rgba(255, 111, 97, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 245, 0.9));
  box-shadow: 0 28px 60px rgba(52, 38, 38, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.32s ease, border-color 0.32s ease;
}

.decision-frame[hidden] {
  display: none !important;
}

.decision-frame.is-active {
  border-color: rgba(255, 111, 97, 0.28);
  box-shadow: 0 32px 78px rgba(255, 111, 97, 0.12);
}

.decision-placeholder {
  display: none;
}

.decision-panel {
  display: grid;
  gap: 24px;
}

.decision-panel[hidden] {
  display: none !important;
}

.decision-panel-head {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.decision-panel-head > div:first-child {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.decision-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.decision-mini-button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #ff8f71 100%);
  font-size: 0.92rem;
  font-weight: 700;
}

.decision-mini-button.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(223, 199, 191, 0.82);
}

.decision-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.decision-bullets {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-bullets li {
  position: relative;
  padding: 18px 18px 18px 50px;
  border-radius: 22px;
  border: 1px solid rgba(229, 211, 205, 0.76);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  font-weight: 600;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.decision-bullets li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  box-shadow: 0 0 0 6px rgba(255, 111, 97, 0.08);
}

.decision-visual {
  position: relative;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(229, 211, 205, 0.72);
  background: rgba(255, 255, 255, 0.58);
}

.decision-visual-management {
  background:
    radial-gradient(circle at top right, rgba(255, 111, 97, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 245, 241, 0.96), rgba(255, 255, 255, 0.78));
}

.decision-visual-system {
  background:
    radial-gradient(circle at top left, rgba(31, 60, 91, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(248, 253, 252, 0.96), rgba(255, 255, 255, 0.8));
}

.decision-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.decision-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 24, 34, 0.04), rgba(31, 24, 34, 0.32));
  pointer-events: none;
}

.decision-visual::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

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

.benefit-bars {
  display: grid;
  gap: 18px;
}

.benefit-bar {
  position: relative;
  overflow: hidden;
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-radius: 26px;
  border: 1px solid rgba(229, 211, 205, 0.82);
  background:
    linear-gradient(90deg, rgba(255, 244, 240, 0.98) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 20px 38px rgba(52, 38, 38, 0.08);
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.benefit-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 42%);
  pointer-events: none;
}

.benefit-bar::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -34%;
  width: 24%;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 20%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.16) 80%, transparent 100%);
  opacity: 0;
  pointer-events: none;
}

.benefit-bar:hover::after {
  opacity: 1;
  animation: shineSweep 0.95s ease forwards;
}

@keyframes shineSweep {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }

  to {
    transform: translateX(620%) skewX(-18deg);
  }
}

.info-card,
.stack-card,
.timeline-step,
.benefit-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.card-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--brand-strong);
  background: rgba(255, 111, 97, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 111, 97, 0.12);
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.info-card h3,
.stack-card h3,
.timeline-step h3,
.benefit-card h3 {
  margin: 18px 0 0;
  font-size: 0.8rem;
  letter-spacing: -0.03em;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  align-items: stretch;
}

.showcase-card {
  position: relative;
  border-radius: calc(var(--radius-xl) + 4px);
  overflow: hidden;
}

.showcase-card img,
.booking-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.showcase-card::after,
.booking-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 21, 29, 0.03), rgba(27, 21, 29, 0.56));
}

.showcase-content,
.booking-card-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  color: #fff;
}

.showcase-content p,
.booking-card-body p {
  color: rgba(255, 255, 255, 0.84);
}

.feature-stack {
  display: grid;
  gap: 18px;
}

.solution-bullets {
  display: grid;
  gap: 14px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-bullets li {
  position: relative;
  padding: 22px 24px 22px 58px;
  border-radius: 24px;
  border: 1px solid rgba(229, 211, 205, 0.76);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 32px rgba(52, 38, 38, 0.07);
  color: var(--text);
  font-weight: 600;
  line-height: 1.55;
}

.solution-bullets li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  box-shadow: 0 0 0 6px rgba(255, 111, 97, 0.08);
}

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

.timeline-step {
  min-height: 220px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--brand-strong);
  background: rgba(255, 111, 97, 0.1);
  font-size: 0.9rem;
  font-weight: 700;
}

.workflow-graphic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  padding-top: 18px;
}

.workflow-line {
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 111, 97, 0.22) 0%, rgba(31, 60, 91, 0.22) 48%, rgba(255, 111, 97, 0.22) 100%);
  z-index: 0;
  transform: translateY(-50%);
}

.workflow-line::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0 24px, transparent 24px 42px);
  opacity: 0.55;
}

.workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  padding: 28px 24px 30px;
  border-radius: 30px;
  border: 1px solid rgba(229, 211, 205, 0.78);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 48px rgba(52, 38, 38, 0.08);
  text-align: center;
}

.workflow-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
  pointer-events: none;
}

.workflow-step-orange {
  background:
    radial-gradient(circle at top left, rgba(255, 111, 97, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.workflow-step-blue {
  background:
    radial-gradient(circle at top right, rgba(31, 60, 91, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.workflow-step-mixed {
  background:
    radial-gradient(circle at top left, rgba(255, 111, 97, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(31, 60, 91, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.workflow-node {
  position: relative;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
}

.workflow-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98) 0 44%, transparent 46%),
    conic-gradient(var(--brand-support) 0 300deg, rgba(32, 29, 36, 0.08) 300deg 360deg);
  box-shadow: 0 24px 34px rgba(52, 38, 38, 0.12);
}

.workflow-icon {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-support);
}

.workflow-icon svg {
  width: 100%;
  height: 100%;
}

.workflow-step-orange .workflow-icon,
.workflow-step-blue .workflow-icon,
.workflow-step-mixed .workflow-icon {
  color: var(--brand-support);
}

.workflow-icon-user svg path:last-child {
  stroke: var(--brand-support);
}

.workflow-copy {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.workflow-copy .step-number {
  background: rgba(31, 60, 91, 0.12);
}

.workflow-copy h3 {
  margin: 0;
  max-width: 18ch;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.benefit-card {
  min-height: 220px;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
  padding-bottom: 152px;
}

.booking-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 6px);
  min-height: 620px;
}

.booking-form,
.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

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

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.booking-form label,
.auth-form label {
  display: grid;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 600;
}

.booking-form input,
.booking-form textarea {
  min-height: 52px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  outline: none;
  box-shadow: 0 14px 24px rgba(31, 24, 34, 0.12);
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.auth-form input {
  min-height: 52px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.24);
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.booking-form textarea {
  min-height: 120px;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #7f7782;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.98);
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(31, 24, 34, 0.16);
}

.full-width {
  width: 100%;
}

.form-feedback {
  min-height: 1.4em;
  margin: 0;
  font-size: 0.9rem;
}

.form-feedback.is-success {
  color: #dfffe1;
}

.form-feedback.is-info {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 20px;
  padding: 28px 24px 36px;
  color: var(--muted);
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-top: 1px solid rgba(229, 211, 205, 0.76);
  border-radius: 32px 32px 0 0;
}

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

.footer-link-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 112px;
  padding: 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(229, 211, 205, 0.76);
  background: #fffaf8;
  box-shadow: 0 16px 30px rgba(52, 38, 38, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.footer-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 111, 97, 0.28);
  box-shadow: 0 22px 38px rgba(52, 38, 38, 0.1);
}

.footer-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--brand-support);
  background: linear-gradient(180deg, rgba(31, 60, 91, 0.08), rgba(31, 60, 91, 0.14));
}

.footer-icon svg {
  width: 24px;
  height: 24px;
}

.footer-copy {
  display: grid;
  gap: 4px;
}

.footer-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy strong {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.4;
  word-break: break-word;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 200;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 24, 34, 0.46);
  backdrop-filter: blur(12px);
}

.modal-dialog {
  position: relative;
  width: min(520px, 100%);
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 251, 249, 0.96), rgba(255, 245, 240, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 26px 70px rgba(31, 24, 34, 0.22);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.28s ease;
}

.modal.is-open .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 192, 184, 0.6);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  z-index: 1;
}

.modal-close svg {
  width: 20px;
  height: 20px;
}

.access-launcher {
  padding: 42px 28px 26px;
  background:
    radial-gradient(circle at top left, rgba(31, 60, 91, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 251, 249, 0.98), rgba(255, 247, 243, 0.98));
}

.access-launcher-head {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 22px;
}

.access-launcher-head h2 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.access-launcher-actions {
  display: grid;
  gap: 12px;
}

.access-link-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 18px 18px;
  border-radius: 16px;
  border: 1px solid rgba(229, 211, 205, 0.82);
  background: linear-gradient(180deg, rgba(255, 244, 240, 0.94), rgba(255, 251, 248, 0.94));
  box-shadow: 0 12px 24px rgba(52, 38, 38, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.access-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 111, 97, 0.3);
  box-shadow: 0 16px 28px rgba(52, 38, 38, 0.12);
}

.access-link-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-support);
  background: linear-gradient(180deg, rgba(31, 60, 91, 0.08), rgba(31, 60, 91, 0.14));
  border-radius: 16px;
}

.access-link-icon svg {
  width: 30px;
  height: 30px;
}

.access-link-copy {
  display: grid;
  gap: 4px;
}

.access-link-copy strong {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.2;
}

.access-link-copy small {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.4;
}

.access-launcher-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(229, 211, 205, 0.82);
  display: flex;
  justify-content: center;
}

.access-forgot-link {
  color: var(--brand-support);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.access-forgot-link:hover {
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.reveal-delay {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.18s;
}

.reveal-delay-3 {
  transition-delay: 0.26s;
}

@media (max-width: 1080px) {
  .hero,
  .split-layout,
  .booking-section,
  .modal-dialog {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

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

  .decision-visual {
    min-height: 260px;
  }

  .workflow-graphic {
    grid-template-columns: 1fr;
  }

  .workflow-line {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 10px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 111, 97, 0.22) 0%, rgba(31, 60, 91, 0.22) 48%, rgba(255, 111, 97, 0.22) 100%);
  }

  .workflow-line::before {
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0 24px, transparent 24px 42px);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .service-grid,
  .timeline,
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal-panel-copy,
  .modal-panel-form {
    padding: 34px;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding-top: 14px;
  }

  .navbar {
    position: relative;
    min-height: auto;
    padding: 14px 16px;
    border-radius: 28px;
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 250, 248, 0.95);
    border: 1px solid rgba(225, 204, 197, 0.74);
    box-shadow: 0 18px 42px rgba(45, 42, 50, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    padding: 8px;
  }

  .nav-links a {
    width: 100%;
  }

  .login-button {
    width: 100%;
  }

  .hero {
    padding-top: 40px;
  }

  .decision-split {
    grid-template-columns: 1fr;
  }

  .decision-side {
    min-height: 300px;
    padding: 28px;
  }

  .decision-panel-head {
    justify-items: center;
  }

  .decision-panel-actions {
    justify-content: center;
  }

  .phone-device {
    width: 254px;
    height: 514px;
  }

  .hero h1,
  .section-heading h2,
  .booking-copy h2,
  .modal-panel-copy h2 {
    font-size: clamp(1.2rem, 5vw, 1.85rem);
  }
}

@media (max-width: 720px) {
  .hero-metrics,
  .service-grid,
  .timeline,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .decision-frame {
    padding: 22px;
  }

  .decision-panel-grid {
    gap: 14px;
  }

  .decision-bullets li {
    padding: 16px 16px 16px 46px;
  }

  .decision-side h3,
  .decision-panel h3 {
    font-size: 1.08rem;
  }

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

  .workflow-step {
    padding: 24px 20px 26px;
  }

  .workflow-node {
    width: 94px;
    height: 94px;
  }

  .workflow-copy h3 {
    font-size: 0.98rem;
  }

  .phone-device {
    width: 220px;
    height: 446px;
  }

  .float-wifi {
    top: 6%;
    left: 8%;
    width: 62px;
    height: 62px;
  }

  .float-rating {
    top: 24%;
    right: 2%;
    width: 102px;
    min-height: 76px;
  }

  .float-access {
    left: 2%;
    bottom: 11%;
    width: 68px;
    height: 68px;
  }

  .content-section {
    padding-top: 70px;
  }

  .booking-card {
    min-height: 700px;
  }

  .form-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .modal {
    padding: 12px;
  }

  .modal-panel-copy,
  .modal-panel-form {
    padding: 28px 22px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
