:root {
  --navy: #071b33;
  --navy-2: #0b2545;
  --navy-3: #12375f;
  --blue: #2f8fef;
  --blue-bright: #5fb5ff;
  --blue-soft: #dceeff;
  --sky: #9ed3ff;
  --paper: #f4f6f8;
  --warm: #f7f6f1;
  --white: #fff;
  --ink: #10233b;
  --muted: #647184;
  --line: #dce3e9;
  --green: #27a66b;
  --shadow: 0 24px 70px rgba(4, 25, 48, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Aptos, "Segoe UI", system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 18px; top: 12px; transform: translateY(-150%); border-radius: 9px; background: #fff; color: var(--navy); padding: 10px 14px; font-weight: 700; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: #fff; }
.site-header.is-scrolled { position: fixed; background: rgba(7, 27, 51, .88); border-bottom: 1px solid rgba(255,255,255,.09); box-shadow: 0 16px 36px rgba(0,0,0,.12); backdrop-filter: blur(18px); animation: header-in .28s ease both; }
.nav-shell { width: min(1240px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; letter-spacing: -.045em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.brand b { color: #fff; font-weight: 750; }
.brand strong { color: #71c1ff; font-weight: 750; }
.site-menu { display: flex; align-items: center; gap: 30px; margin: 0 auto; }
.site-menu a, .text-link { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.site-menu a:hover, .text-link:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; border: 0; padding: 9px; background: transparent; color: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: currentColor; border-radius: 2px; transition: transform .2s ease; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; padding: 12px 20px; font-size: 15px; font-weight: 750; line-height: 1.2; transition: transform .2s cubic-bezier(.22,1,.36,1), background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 14px; }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 8px 26px rgba(0,0,0,.15); }
.button-primary { background: linear-gradient(135deg, #55adff, #2f8fef); color: #071b33; box-shadow: 0 14px 38px rgba(47,143,239,.32); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(47,143,239,.42); }
.button-ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.28); }
.button-outline { border-color: #cbd6df; background: #fff; color: var(--navy); }
.button-outline:hover { border-color: var(--blue); color: #1166b7; }
.button-light-blue { background: #d8efff; color: #082544; box-shadow: 0 12px 30px rgba(2,18,37,.25); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(95,181,255,.75); outline-offset: 4px; }

.section-grid { position: relative; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; }
.hero { overflow: hidden; padding: 146px 0 0; color: #fff; background-color: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,42,75,.1), rgba(2,16,32,.35)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; right: -250px; top: -160px; background: radial-gradient(circle, rgba(47,143,239,.28), transparent 68%); }
.hero-orb-two { width: 500px; height: 500px; left: -260px; bottom: -240px; background: radial-gradient(circle, rgba(95,181,255,.13), transparent 68%); }
.hero-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 64px; padding-bottom: 90px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #1673ca; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(47,143,239,.12); }
.eyebrow-dark { color: #a9d8ff; }
.eyebrow-dark > span { background: #6ac0ff; box-shadow: 0 0 0 5px rgba(106,192,255,.13); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 24px 0 0; max-width: 720px; font-size: clamp(50px, 5.3vw, 76px); line-height: .98; letter-spacing: -.062em; font-weight: 730; }
h1 em, h2 em { color: #75c5ff; font-style: normal; }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: rgba(255,255,255,.66); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.hero-promises { display: flex; flex-wrap: wrap; gap: 12px 22px; list-style: none; margin: 25px 0 0; padding: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.hero-promises li { display: flex; align-items: center; gap: 7px; }
.hero-promises span { color: #74c5ff; font-weight: 800; }

.product-stage { position: relative; min-width: 0; padding: 42px 0 42px 12px; }
.stage-glow { position: absolute; inset: 4% -8% 2%; border-radius: 50%; background: rgba(47,143,239,.18); filter: blur(70px); }
.app-window { position: relative; z-index: 2; min-height: 510px; display: grid; grid-template-columns: 68px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #f6f8f9; color: var(--ink); box-shadow: 0 45px 100px rgba(0,0,0,.38); transform: perspective(1300px) rotateY(-3deg) rotateX(1.5deg); transform-origin: center; }
.app-rail { padding: 21px 14px; display: flex; align-items: center; flex-direction: column; gap: 21px; background: #092442; }
.app-rail img { border-radius: 10px; }
.rail-pill { width: 28px; height: 28px; position: relative; border-radius: 8px; background: rgba(255,255,255,.08); }
.rail-pill::before, .rail-pill::after { content: ""; position: absolute; left: 7px; right: 7px; height: 2px; border-radius: 2px; background: rgba(255,255,255,.4); }
.rail-pill::before { top: 9px; }.rail-pill::after { top: 16px; }
.rail-pill.active { background: #2f8fef; }
.rail-pill.active::before, .rail-pill.active::after { background: #fff; }
.app-content { min-width: 0; padding: 25px; }
.app-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.app-topline h2 { margin: 4px 0 0; font-size: 24px; letter-spacing: -.04em; }
.micro-label { display: block; color: #778393; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.micro-label.blue { color: #1678d3; }
.live-pill { padding: 6px 10px; border: 1px solid #cde9dc; border-radius: 99px; background: #effaf5; color: #168052; font-size: 11px; font-weight: 750; white-space: nowrap; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #2cb879; box-shadow: 0 0 0 4px rgba(44,184,121,.12); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.metric-card { min-width: 0; padding: 13px; border: 1px solid #e0e6ea; border-radius: 14px; background: #fff; }
.metric-card span, .metric-card small { display: block; color: #778393; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.metric-card b { display: block; margin: 2px 0; font-size: 23px; letter-spacing: -.04em; }
.service-card { margin-top: 12px; padding: 17px; border: 1px solid #dde4e9; border-radius: 17px; background: #fff; }
.service-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid #e8ecef; }
.service-heading b { display: block; margin-top: 3px; font-size: 17px; }
.date-chip { padding: 6px 9px; border-radius: 8px; background: #edf1f4; color: #617083; font-size: 9px; font-weight: 700; }
.capacity-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }
.capacity-strip > span { display: grid; grid-template-columns: 1fr auto; gap: 6px; align-items: center; padding: 9px; border-radius: 10px; background: #f4f6f7; color: #6f7c8c; font-size: 9px; }
.capacity-strip i { grid-column: 1/-1; height: 4px; overflow: hidden; border-radius: 4px; background: #dbe2e8; }
.capacity-strip i::after { content: ""; display: block; width: var(--fill); height: 100%; border-radius: inherit; background: var(--blue); }
.capacity-strip i.fill-48 { --fill: 48%; }
.capacity-strip i.fill-86 { --fill: 86%; }
.capacity-strip i.fill-32 { --fill: 32%; }
.capacity-strip b { color: #142b45; font-size: 11px; }
.booking-list { margin-top: 10px; }
.booking-list > div { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 9px; padding: 10px 2px; border-top: 1px solid #edf0f2; }
.booking-list > div:first-child { border: 0; }
.booking-list time { color: #1477d1; font-size: 10px; font-weight: 800; }
.booking-list span { min-width: 0; }
.booking-list b, .booking-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking-list b { font-size: 11px; }.booking-list small { color: #7b8795; font-size: 8px; }
.booking-list em { padding: 5px 7px; border-radius: 7px; background: #edf1f4; color: #4f6072; font-size: 8px; font-style: normal; font-weight: 750; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 18px 50px rgba(2,17,35,.24); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.floating-note > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--blue-soft); color: #1677cf; font-size: 12px; font-weight: 850; }
.floating-note b, .floating-note small { display: block; white-space: nowrap; }.floating-note b { font-size: 11px; }.floating-note small { color: #728092; font-size: 8px; }
.note-one { left: -18px; bottom: 20px; }.note-two { right: -16px; top: 13px; animation-delay: -2s; }
.signal-strip { position: relative; z-index: 2; min-height: 68px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px 22px; padding: 18px 24px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(4,19,37,.45); color: rgba(255,255,255,.53); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: #3b91df; }

.section { padding: 112px 0; }
.section-heading { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.section-heading.centered { max-width: 760px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .service-copy h2, .multi-copy h2, .faq-title h2 { margin: 17px 0 0; font-size: clamp(39px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.055em; font-weight: 720; }
.section-heading h2 em, .multi-copy h2 em { color: #1f78c9; }
.section-heading > p { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.journey-grid { width: min(1240px, calc(100% - 40px)); margin: 58px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-card { position: relative; overflow: hidden; min-height: 430px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(11,37,69,.045); }
.journey-card.featured { border-color: #b8daf7; background: linear-gradient(160deg, #eef8ff, #fff 68%); }
.journey-number { position: absolute; right: 27px; top: 24px; color: #a8b3bd; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.journey-icon { width: 56px; height: 56px; position: relative; border-radius: 16px; background: var(--blue-soft); }
.journey-icon i { position: absolute; display: block; border-radius: 4px; background: var(--blue); }
.calendar-shape i:nth-child(1) { left: 14px; right: 14px; top: 17px; height: 4px; }.calendar-shape i:nth-child(2) { width: 8px; height: 8px; left: 14px; top: 27px; }.calendar-shape i:nth-child(3) { width: 15px; height: 8px; left: 27px; top: 27px; opacity: .55; }
.service-shape i:nth-child(1) { width: 29px; height: 4px; left: 13px; top: 31px; }.service-shape i:nth-child(2), .service-shape i:nth-child(3) { width: 4px; height: 17px; top: 23px; }.service-shape i:nth-child(2) { left: 17px; }.service-shape i:nth-child(3) { right: 17px; }
.guest-shape i:nth-child(1) { width: 15px; height: 15px; left: 20px; top: 12px; border-radius: 50%; }.guest-shape i:nth-child(2) { width: 29px; height: 14px; left: 13px; top: 31px; border-radius: 12px 12px 5px 5px; }.guest-shape i:nth-child(3) { width: 8px; height: 8px; right: 8px; top: 10px; background: #6ebcff; }
.journey-card h3 { margin: 25px 0 0; max-width: 280px; font-size: 25px; line-height: 1.15; letter-spacing: -.035em; }
.journey-card p { margin: 15px 0 0; color: var(--muted); line-height: 1.7; }
.journey-card ul { list-style: none; margin: 25px 0 0; padding: 19px 0 0; border-top: 1px solid #e8edf0; color: #405269; font-size: 13px; font-weight: 650; }
.journey-card li { padding: 5px 0; }.journey-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 900; }

.service-section { overflow: hidden; color: #fff; background: var(--navy); }
.service-layout { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.service-copy h2 { max-width: 610px; color: #fff; }.service-copy h2 em { color: #73c4ff; }
.service-copy > p { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.service-points { margin-top: 34px; }
.service-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.service-points > div > span { color: #74c5ff; font-size: 11px; font-weight: 850; }
.service-points p { margin: 0; }.service-points b, .service-points small { display: block; }.service-points b { font-size: 15px; }.service-points small { margin-top: 3px; color: rgba(255,255,255,.49); font-size: 13px; line-height: 1.5; }
.inline-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; font-weight: 750; }.inline-link span { transition: transform .2s ease; }.inline-link:hover span { transform: translateX(4px); }.inline-link.light { color: #86ceff; }
.foh-preview { position: relative; overflow: hidden; padding: 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: #f7f9fa; color: var(--ink); box-shadow: 0 38px 100px rgba(0,0,0,.34); }
.foh-preview::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #2f8fef, #78c7ff); }
.foh-top { display: flex; justify-content: space-between; gap: 16px; color: #708093; font-size: 11px; }.foh-top > span { color: #18805a; font-weight: 750; }.foh-top i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #32b67b; }
.foh-welcome { padding: 27px 22px 20px; margin-top: 14px; border-radius: 17px; background: linear-gradient(135deg, #0a294b, #124878); color: #fff; }
.foh-welcome > span { color: #9bd4ff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.foh-welcome h3 { margin: 6px 0 0; font-size: 25px; letter-spacing: -.04em; }.foh-welcome p { margin: 8px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.foh-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }.foh-stats div { padding: 13px; border: 1px solid #dde5ea; border-radius: 13px; background: #fff; }.foh-stats b, .foh-stats span { display: block; }.foh-stats b { font-size: 22px; }.foh-stats span { color: #728194; font-size: 10px; }
.foh-tabs { display: flex; gap: 8px; margin: 17px 0 8px; border-bottom: 1px solid #dde4e9; }.foh-tabs span { padding: 8px 11px; color: #7a8796; font-size: 11px; font-weight: 750; }.foh-tabs span.active { color: #1673cb; border-bottom: 2px solid #2f8fef; }
.foh-booking { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 11px; margin-top: 7px; border: 1px solid #e1e7eb; border-radius: 12px; background: #fff; }.foh-booking time { color: #1674cc; font-size: 11px; font-weight: 800; }.foh-booking b, .foh-booking small { display: block; }.foh-booking b { font-size: 12px; }.foh-booking small { color: #7a8795; font-size: 9px; }.foh-booking em { padding: 5px 7px; border-radius: 7px; background: #eaf7f1; color: #177b55; font-size: 8px; font-style: normal; font-weight: 800; }.foh-booking em.blue-chip { background: #e7f2fd; color: #176fbf; }
.foh-action { width: 100%; margin-top: 12px; padding: 12px; border: 0; border-radius: 11px; background: #2f8fef; color: #fff; font-size: 11px; font-weight: 800; pointer-events: none; }

.feature-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 60px; }.split-heading > p { margin: 0; }
.bento-grid { width: min(1240px, calc(100% - 40px)); margin: 58px auto 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.bento-card { position: relative; overflow: hidden; min-height: 390px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.bento-copy { position: relative; z-index: 2; max-width: 480px; }.bento-copy > span { color: #1875ca; font-size: 10px; font-weight: 850; letter-spacing: .15em; }.bento-copy h3 { margin: 13px 0 0; font-size: 29px; line-height: 1.12; letter-spacing: -.043em; }.bento-copy p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.event-card { min-height: 450px; color: #fff; background: linear-gradient(145deg, #081e38, #0d3962); }.event-card .bento-copy > span { color: #91d1ff; }.event-card .bento-copy p { max-width: 530px; color: rgba(255,255,255,.58); }
.ticket-visual { position: absolute; left: 32px; right: 32px; bottom: -7px; min-height: 144px; display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 21px; padding: 20px 60px 20px 20px; border-radius: 20px 20px 0 0; background: #fff; color: var(--ink); transform: rotate(-1.5deg); box-shadow: 0 20px 50px rgba(0,0,0,.24); }.ticket-visual::after { content: ""; position: absolute; right: 38px; top: 0; bottom: 0; border-left: 2px dashed #d7e0e7; }.ticket-visual > i { position: absolute; right: 15px; top: 49px; width: 45px; height: 45px; background: repeating-linear-gradient(90deg, #0c2644 0 3px, transparent 3px 5px); opacity: .8; }.ticket-date { height: 80px; display: grid; place-items: center; align-content: center; border-radius: 14px; background: #e5f2fe; color: #166ebd; font-size: 10px; font-weight: 850; letter-spacing: .1em; }.ticket-date b { display: block; font-size: 28px; line-height: 1; }.ticket-visual > div small, .ticket-visual > div b, .ticket-visual > div span { display: block; }.ticket-visual > div small { color: #6e7c8c; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.ticket-visual > div b { margin-top: 6px; font-size: 18px; }.ticket-visual > div span { margin-top: 5px; color: #6d7b8a; font-size: 10px; }
.menu-card { background: #f5efe5; }.menu-sheet { position: absolute; left: 31px; right: -30px; bottom: -45px; min-height: 200px; padding: 23px; border: 1px solid #e1d6c6; border-radius: 18px 0 0 0; background: #fffdf8; box-shadow: 0 22px 55px rgba(56,37,12,.12); transform: rotate(2.5deg); }.menu-sheet > div { margin-bottom: 14px; }.menu-sheet small, .menu-sheet > div b { display: block; }.menu-sheet small { color: #aa762f; font-size: 8px; font-weight: 850; letter-spacing: .15em; }.menu-sheet > div b { margin-top: 4px; font-family: Georgia, serif; font-size: 18px; }.menu-sheet p { display: flex; justify-content: space-between; gap: 14px; margin: 0; padding: 10px 0; border-top: 1px dotted #d9d2c7; font-size: 10px; }.menu-sheet p b { white-space: nowrap; }
.guest-card { min-height: 360px; background: #f1f7fc; }.guest-avatar { width: 63px; height: 63px; display: grid; place-items: center; margin-bottom: 22px; border: 6px solid #fff; border-radius: 50%; background: linear-gradient(135deg, #74c3ff, #247fd1); color: #fff; font-size: 17px; font-weight: 850; box-shadow: 0 12px 28px rgba(47,143,239,.2); }.guest-tags { position: absolute; left: 32px; right: 32px; bottom: 31px; display: flex; flex-wrap: wrap; gap: 7px; }.guest-tags span { padding: 7px 9px; border: 1px solid #cedfeb; border-radius: 8px; background: #fff; color: #536c83; font-size: 9px; font-weight: 750; }
.brand-card { min-height: 360px; color: #fff; background: #0c2c4d; }.brand-card .bento-copy > span { color: #8fcfff; }.brand-card .bento-copy p { color: rgba(255,255,255,.57); }.brand-palette { display: flex; gap: 9px; margin-bottom: 35px; }.brand-palette i { width: 42px; height: 42px; border: 4px solid rgba(255,255,255,.12); border-radius: 50%; }.brand-palette i:nth-child(1) { background: #2f8fef; }.brand-palette i:nth-child(2) { background: #78c8ff; }.brand-palette i:nth-child(3) { background: #f4efe3; }.brand-palette i:nth-child(4) { background: #dc8b55; }

.multi-section { background: var(--warm); }
.multi-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.multi-copy > p { max-width: 520px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.check-list { list-style: none; margin: 29px 0 0; padding: 0; }.check-list li { display: flex; gap: 10px; padding: 8px 0; color: #405269; font-size: 14px; font-weight: 650; }.check-list li::before { content: "✓"; color: #1d82d9; font-weight: 900; }
.venue-stack { display: grid; gap: 11px; }.venue-stack article { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 17px; padding: 17px; border: 1px solid #dae1e4; border-radius: 18px; background: #fff; box-shadow: 0 15px 35px rgba(39,35,25,.055); }.venue-stack article:nth-child(2) { transform: translateX(23px); }.venue-photo { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 14px; color: #fff; font-weight: 850; }.venue-photo.blue { background: linear-gradient(135deg, #164d80, #2f8fef); }.venue-photo.gold { background: linear-gradient(135deg, #a86526, #e4a756); }.venue-stack small { color: #82909c; font-size: 8px; font-weight: 850; letter-spacing: .12em; }.venue-stack h3 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.025em; }.venue-stack p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }.status-dot { padding: 6px 9px; border-radius: 99px; background: #eaf8f1; color: #1c865c; font-size: 9px; font-weight: 800; }.venue-stack article.add-venue { grid-template-columns: 62px 1fr; border-style: dashed; background: rgba(255,255,255,.45); box-shadow: none; }.add-venue > span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px dashed #9eb5c7; border-radius: 14px; color: #2582d3; font-size: 27px; }

.plans-section { background: #fff; }
.plan-grid { width: min(980px, calc(100% - 40px)); margin: 57px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.plan-label { color: #1a74c5; font-size: 10px; font-weight: 900; letter-spacing: .17em; }.plan-card h3 { margin: 15px 0 0; font-size: 27px; line-height: 1.12; letter-spacing: -.04em; }.plan-card > p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }.plan-card ul { min-height: 175px; list-style: none; margin: 25px 0 27px; padding: 21px 0 0; border-top: 1px solid #e6ebee; }.plan-card li { display: flex; gap: 8px; padding: 6px 0; color: #42556a; font-size: 13px; }.plan-card li::before { content: "✓"; color: #2585d9; font-weight: 900; }.plan-card .button { margin-top: auto; }
.plan-price { display: flex; align-items: end; gap: 10px; margin-top: 18px; }.plan-price strong { font-size: 43px; line-height: .95; letter-spacing: -.06em; }.plan-price span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.pro-plan { border-color: #246da9; color: #fff; background: linear-gradient(155deg, #071b33, #0c3a65); box-shadow: 0 28px 65px rgba(7,27,51,.2); transform: translateY(-12px); }.pro-plan .plan-label { color: #86cdff; }.pro-plan > p, .pro-plan li { color: rgba(255,255,255,.65); }.pro-plan ul { border-color: rgba(255,255,255,.12); }.pro-plan li::before { color: #76c6ff; }.plan-badge { position: absolute; right: 23px; top: 23px; padding: 7px 10px; border-radius: 99px; background: #67bbff; color: #08213d; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.pro-plan .plan-price span { color: rgba(255,255,255,.58); }
.comparison-shell { width: min(1120px, calc(100% - 40px)); margin: 68px auto 0; overflow: hidden; border: 1px solid #d9e1e6; border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(7,27,51,.07); }.comparison-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; padding: 30px 32px; border-bottom: 1px solid #e2e8eb; background: #f6f9fb; }.comparison-heading h3 { margin: 10px 0 0; font-size: 30px; letter-spacing: -.04em; }.comparison-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.comparison-scroll { overflow-x: auto; }.plan-comparison { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; }.plan-comparison th, .plan-comparison td { padding: 14px 19px; border-bottom: 1px solid #e8edef; text-align: left; }.plan-comparison thead th { padding-block: 17px; color: #52687b; background: #eef4f8; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.plan-comparison thead th:first-child, .plan-comparison tbody th { width: 43%; }.plan-comparison tbody th { color: #354b5d; font-weight: 700; }.plan-comparison tbody td { color: #52687b; }.plan-comparison tbody tr:hover { background: #f8fbfd; }.plan-comparison .yes { color: #14835d; font-size: 16px; font-weight: 900; }.plan-comparison .no { color: #98a5ae; }.comparison-note { margin: 0; padding: 18px 24px; color: #52687b; background: #f6f9fb; font-size: 12px; line-height: 1.65; }

.faq-section { background: var(--paper); }
.faq-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }.faq-title { position: sticky; top: 120px; }.faq-title h2 { font-size: clamp(38px, 4vw, 53px); }.faq-title p { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.faq-list details { border-bottom: 1px solid #d5dee5; }.faq-list details:first-child { border-top: 1px solid #d5dee5; }.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-size: 17px; font-weight: 750; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #2180d2; font-size: 24px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 660px; margin: -8px 50px 23px 0; color: var(--muted); line-height: 1.75; }

.final-cta { overflow: hidden; padding: 112px 20px; text-align: center; color: #fff; background-color: var(--navy); }.final-cta > div:not(.cta-orb) { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }.final-cta .eyebrow { justify-content: center; }.final-cta h2 { margin: 20px 0 0; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.01; letter-spacing: -.06em; }.final-cta p { max-width: 660px; margin: 24px auto 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.65; }.centered-actions { justify-content: center; }.cta-orb { position: absolute; z-index: 1; width: 760px; height: 500px; left: calc(50% - 380px); top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(47,143,239,.3), transparent 68%); }

.site-footer { color: #fff; background: #041528; }.footer-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; padding: 62px 0 48px; }.footer-brand p { max-width: 360px; margin: 18px 0 0; color: rgba(255,255,255,.47); font-size: 13px; }.footer-shell > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-shell > div > b { margin-bottom: 5px; color: #85cbff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.footer-shell > div > a { color: rgba(255,255,255,.58); font-size: 13px; }.footer-shell > div > a:hover { color: #fff; }.footer-bottom { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 30px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: 11px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
[data-delay="70"] { --delay: 70ms; }
[data-delay="80"] { --delay: 80ms; }
[data-delay="100"] { --delay: 100ms; }
[data-delay="120"] { --delay: 120ms; }
[data-delay="140"] { --delay: 140ms; }
[data-delay="160"] { --delay: 160ms; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }.hero-copy { max-width: 760px; }.product-stage { width: min(720px, 100%); margin: 0 auto; }.service-layout { gap: 45px; }.multi-shell { gap: 50px; }.plan-card ul { min-height: auto; }
}

@media (max-width: 820px) {
  .nav-shell { min-height: 72px; }.menu-toggle { display: block; margin-left: auto; }.nav-actions .text-link { display: none; }.site-menu { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 14px 20px 20px; background: rgba(7,27,51,.97); border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }.site-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }.site-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }.menu-open .menu-toggle > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 120px; }.hero-inner { padding-bottom: 70px; }.journey-grid { grid-template-columns: 1fr; }.journey-card { min-height: 0; }.service-layout, .multi-shell, .faq-shell { grid-template-columns: 1fr; gap: 50px; }.service-copy { max-width: 650px; }.split-heading, .comparison-heading { grid-template-columns: 1fr; gap: 22px; }.split-heading > p { margin: 0; }.bento-grid { grid-template-columns: 1fr; }.faq-title { position: static; }.plan-grid { grid-template-columns: 1fr; }.pro-plan { transform: none; }.footer-shell { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 580px) {
  .nav-shell { width: min(100% - 28px, 1240px); gap: 12px; }.brand { font-size: 19px; }.brand img { width: 38px; height: 38px; }.nav-actions { gap: 8px; }.button-small { padding-inline: 13px; }
  .hero-inner, .journey-grid, .service-layout, .section-heading, .bento-grid, .multi-shell, .plan-grid, .comparison-shell, .faq-shell, .footer-shell, .footer-bottom { width: min(100% - 30px, 1240px); }.hero h1 { font-size: 47px; }.hero-lead { font-size: 18px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-promises { gap: 9px 14px; }.product-stage { padding-left: 0; }.app-window { min-height: 420px; grid-template-columns: 46px 1fr; border-radius: 20px; transform: none; }.app-rail { padding: 14px 9px; gap: 15px; }.app-rail img { width: 28px; }.rail-pill { width: 24px; height: 24px; }.app-content { padding: 16px 12px; }.app-topline h2 { font-size: 19px; }.metric-row { gap: 5px; }.metric-card { padding: 9px 7px; }.metric-card b { font-size: 19px; }.service-card { padding: 11px; }.capacity-strip { gap: 4px; }.capacity-strip > span { padding: 7px 5px; }.booking-list > div { grid-template-columns: 39px 1fr auto; gap: 6px; }.note-one { left: -5px; bottom: 8px; }.note-two { right: -5px; top: 8px; }.floating-note { padding: 9px 10px; }.floating-note > span { width: 26px; height: 26px; }.signal-strip { justify-content: flex-start; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }.signal-strip i { flex: 0 0 4px; }
  .section { padding: 80px 0; }.section-heading h2, .service-copy h2, .multi-copy h2, .faq-title h2 { font-size: 40px; }.journey-grid, .bento-grid, .plan-grid { margin-top: 38px; }.journey-card, .bento-card, .plan-card { padding: 24px; border-radius: 21px; }.ticket-visual { left: 24px; right: 24px; padding-right: 45px; }.ticket-visual::after { right: 31px; }.ticket-visual > i { display: none; }.menu-sheet { left: 24px; }.foh-preview { padding: 15px; border-radius: 22px; }.foh-top small { display: none; }.foh-booking { grid-template-columns: 43px 1fr; }.foh-booking em { display: none; }.venue-stack article, .venue-stack article:nth-child(2) { transform: none; }.venue-stack article { grid-template-columns: 54px 1fr; }.venue-photo, .add-venue > span { width: 54px; height: 54px; }.status-dot { display: none; }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
