/* ==========================================================================
   SKO Healthcare — public website, booking pages and sign-in
   Built on the "Clarity" tokens from core.css.
   ========================================================================== */

body.site { background: var(--surface); }
.wrap { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 860px; }
.center { text-align: center; }
.pt-0 { padding-top: 0 !important; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; }
.skip-link:focus { top: 12px; }
.mt-2 { margin-top: 8px; } .mt-3 { margin-top: 12px; } .mt-4 { margin-top: 16px; } .mt-5 { margin-top: 20px; } .mt-6 { margin-top: 28px; } .mb-4 { margin-bottom: 16px; }
.flex { display: flex; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .grow { flex: 1 1 auto; } .gap-2 { gap: 8px; }

/* Brand mark (shared with the app shell) */
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; flex: none; display: grid; place-items: center; background: linear-gradient(145deg, var(--brand), var(--accent)); box-shadow: 0 8px 18px -10px rgba(var(--brand-rgb), .9), inset 0 1px 0 rgba(255,255,255,.25); color: #fff; }
.brand-mark svg { width: 22px; height: 22px; }
.brand-logo { height: 34px; width: auto; max-width: 170px; object-fit: contain; }
.brand-word { line-height: 1.1; }
.brand-word b { display: block; font: 700 16.5px/1.15 var(--font-display); letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.brand-word small { display: block; font-size: 11.5px; font-weight: 600; color: var(--muted); }

/* Buttons for the website */
.btn-xl { --btn-h: 56px; padding: 0 26px; font-size: 16px; border-radius: 15px; gap: 10px; }
.btn-xl .icon { width: 19px; height: 19px; }
.btn-glass { background: rgba(255,255,255,.7); border-color: rgba(12,22,51,.1); backdrop-filter: blur(8px); }
:root[data-theme="dark"] .btn-glass { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.btn-white { background: #fff; border-color: #fff; color: #0C1633; box-shadow: 0 14px 30px -14px rgba(0,0,0,.45); }
.btn-white:hover { background: #F2F6FF; border-color: #F2F6FF; }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.45); color: #fff; box-shadow: none; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ---------- Announcement bar & header ---------- */
.topbar-note { background: var(--ink); color: rgba(255,255,255,.86); font-size: 13.5px; font-weight: 600; }
.topbar-note .wrap { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; text-align: center; }
.topbar-note a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.tn-dot { width: 8px; height: 8px; border-radius: 50%; background: #3BE0A0; box-shadow: 0 0 0 4px rgba(59,224,160,.2); flex: none; }
.site-header { position: sticky; top: 0; z-index: 80; background: color-mix(in srgb, var(--surface) 82%, transparent); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line-2); box-shadow: 0 10px 30px -24px rgba(12,22,51,.35); }
.sh-inner { display: flex; align-items: center; gap: 28px; min-height: 72px; }
.sh-nav { display: flex; align-items: center; gap: 4px; margin-right: auto; }
.sh-link { display: inline-flex; align-items: center; gap: 5px; height: 40px; padding: 0 13px; border-radius: 10px; font-size: 14.5px; font-weight: 650; color: var(--ink-2); }
.sh-link:hover, .sh-link.is-active, .has-menu.is-open > .sh-link { color: var(--ink); background: var(--canvas-2); }
.sh-link .icon { transition: transform .2s; }
.has-menu.is-open > .sh-link .icon { transform: rotate(180deg); }
.sh-item { position: relative; }
.mega { position: absolute; left: -12px; top: calc(100% + 12px); width: min(760px, 92vw); padding: 12px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(6px); pointer-events: none; transition: opacity .18s, transform .18s; }
.has-menu.is-open .mega { opacity: 1; transform: none; pointer-events: auto; }
.mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }
.mega-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 14px; }
.mega-item:hover { background: var(--tc-50); }
.mega-item b { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
.mega-item small { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.mega-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; padding: 12px 14px 4px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.sh-actions { display: flex; align-items: center; gap: 8px; }
.sh-burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.sh-burger span { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav-open .sh-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .sh-burger span:nth-child(2) { opacity: 0; }
.nav-open .sh-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.sh-mobile-cta { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 56px 0 40px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(52% 60% at 88% 12%, rgba(var(--brand-rgb), .16), transparent 70%),
    radial-gradient(38% 50% at 6% 72%, rgba(14,181,200,.14), transparent 70%),
    linear-gradient(180deg, var(--canvas) 0%, var(--surface) 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(70% 70% at 50% 30%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(70% 70% at 50% 30%, #000 20%, transparent 75%); opacity: .7; }
.hero-bg.soft::after { opacity: .45; }
.hero > .wrap, .page-hero > .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 9px; height: 34px; padding: 0 14px 0 10px; border-radius: 99px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-xs); font-size: 13px; font-weight: 700; color: var(--ink-2); }
.ep-dot { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(145deg, var(--brand), var(--accent)); box-shadow: 0 0 0 4px var(--brand-50); }
h1.display { margin-top: 22px; font: 800 clamp(38px, 4.5vw, 60px)/1.04 var(--font-display); letter-spacing: -.045em; color: var(--ink); text-wrap: balance; }
.display-sm { margin-top: 14px; font: 800 clamp(34px, 4vw, 54px)/1.06 var(--font-display) !important; letter-spacing: -.04em !important; }
.hl { position: relative; display: inline; background: linear-gradient(100deg, var(--brand) 10%, var(--accent) 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { margin-top: 20px; max-width: 620px; font-size: clamp(16px, 1.35vw, 18.5px); line-height: 1.65; color: var(--ink-2); font-weight: 500; }
.center .hero-lead { margin-left: auto; margin-right: auto; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-cta form { display: contents; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; padding: 0; list-style: none; font-size: 14px; font-weight: 650; color: var(--ink-2); }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points .icon { color: var(--green); stroke-width: 2.6; }
.hero-visual { position: relative; padding: 18px 0 30px 18px; }
.browser { position: relative; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 50px 100px -40px rgba(12,22,51,.45), 0 20px 40px -30px rgba(var(--brand-rgb), .4); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; background: var(--surface-2); border-bottom: 1px solid var(--line-2); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #FF6259; } .browser-bar i:nth-child(2) { background: #FFBF2F; } .browser-bar i:nth-child(3) { background: #29CE42; }
.browser-bar span { margin: 0 auto; padding: 3px 14px; border-radius: 8px; background: var(--canvas-2); font-size: 11.5px; font-weight: 600; color: var(--muted); max-width: 60%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; background: var(--canvas); }
.hero-visual .browser { transform: perspective(1800px) rotateY(-7deg) rotateX(2deg); transform-origin: left center; }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 24px 50px -24px rgba(12,22,51,.45); animation: float 6s ease-in-out infinite; }
.float-card b { display: block; font-size: 14px; font-weight: 750; white-space: nowrap; }
.float-card small { display: block; font-size: 12px; color: var(--muted); white-space: nowrap; }
.fc-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--c) 14%, var(--surface)); color: var(--c); flex: none; }
.fc-a { left: -8px; top: 34%; }
.fc-b { right: -14px; top: 6%; animation-delay: -2s; }
.fc-c { right: 8%; bottom: 0; animation-delay: -4s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 48px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.stat-strip > div { padding: 20px 24px; }
.stat-strip > div + div { border-left: 1px solid var(--line-2); }
.stat-strip b { display: block; font: 800 clamp(26px, 2.6vw, 34px)/1 var(--font-display); letter-spacing: -.04em; background: linear-gradient(100deg, var(--ink), var(--brand)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-strip span { display: block; margin-top: 6px; font-size: 13.5px; font-weight: 600; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 96px 0; position: relative; }
.section-tint { background: var(--canvas); }
.section-night { background: var(--night); color: var(--night-text); overflow: hidden; }
.section-night::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 60% at 90% 10%, rgba(var(--brand-rgb), .35), transparent 70%), radial-gradient(40% 50% at 0% 100%, rgba(14,181,200,.2), transparent 70%); }
.section-night > .wrap { position: relative; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin: 0; text-align: left; }
.section-head h2, .section h2 { font: 800 clamp(28px, 3.2vw, 44px)/1.1 var(--font-display); letter-spacing: -.035em; color: var(--ink); }
.section-night h2 { color: #fff; }
.section-head h2 { margin-top: 12px; text-wrap: balance; }
.section-head p { margin-top: 14px; font-size: 17px; color: var(--muted); line-height: 1.6; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-ink); }
.kicker::before { content: ''; width: 18px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.kicker-light { color: #8FE9F3; }
.lead-light { margin-top: 16px; font-size: 17px; color: rgba(255,255,255,.72); line-height: 1.6; max-width: 520px; }

/* Facility type cards */
.type-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.type-card { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 20px 18px 18px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); transition: transform .2s var(--ease), box-shadow .2s, border-color .2s; overflow: hidden; }
.type-card::after { content: ''; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: var(--tc-50); transition: transform .35s var(--ease); z-index: 0; }
.type-card > * { position: relative; z-index: 1; }
.type-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--tc) 40%, var(--line)); box-shadow: 0 24px 44px -28px color-mix(in srgb, var(--tc) 70%, transparent); }
.type-card:hover::after { transform: scale(1.5); }
.type-card b { font: 750 17px/1.2 var(--font-display); letter-spacing: -.02em; color: var(--ink); margin-top: 6px; }
.type-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.tc-more { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 6px; font-size: 13px; font-weight: 700; color: var(--tc); }
.type-grid.compact { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.type-grid.compact .type-card { flex-direction: row; align-items: center; padding: 12px 14px; border-radius: 16px; }
.type-grid.compact .type-card::after { display: none; }
.type-grid.compact .type-card b { margin: 0; font-size: 14.5px; }
.type-grid.compact .tc-more { margin: 0 0 0 auto; padding: 0; }
.section-tint .type-card { background: var(--surface); }

/* Product showcase */
.showcase { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 32px; align-items: start; }
.sc-tabs { display: grid; gap: 8px; }
.sc-tab { position: relative; display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px; border-radius: 16px; text-align: left; border: 1px solid transparent; overflow: hidden; transition: background .2s, border-color .2s, box-shadow .2s; }
.sc-tab:hover { background: var(--surface); }
.sc-tab.is-active { background: var(--surface); border-color: var(--line); box-shadow: var(--shadow-sm); }
.sc-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--canvas-2); color: var(--ink-2); flex: none; transition: .2s; }
.sc-tab.is-active .sc-icon { background: linear-gradient(145deg, var(--brand), var(--accent)); color: #fff; }
.sc-text b { display: block; font-size: 15px; font-weight: 750; color: var(--ink); }
.sc-text small { display: block; font-size: 13px; color: var(--muted); }
.sc-progress { position: absolute; left: 14px; right: 14px; bottom: 6px; height: 3px; border-radius: 3px; background: transparent; overflow: hidden; }
.sc-tab.is-active .sc-progress { background: var(--canvas-2); }
.sc-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.sc-tab.is-active.is-playing .sc-progress i { animation: sc-fill var(--sc-dur, 7s) linear forwards; }
@keyframes sc-fill { to { width: 100%; } }
.sc-stage { position: relative; }
.sc-panel { display: none; margin: 0; }
.sc-panel.is-active { display: block; animation: fade-up .45s var(--ease) both; }
.sc-panel figcaption { margin-bottom: 18px; }
.sc-panel h3 { font: 750 24px/1.2 var(--font-display); letter-spacing: -.025em; color: var(--ink); }
.sc-panel p { margin-top: 6px; font-size: 16px; color: var(--muted); max-width: 680px; }

/* One-record orbit */
.platform-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
.orbit { --orbit-r: 168px; position: relative; width: min(420px, 100%); aspect-ratio: 1; margin-top: 36px; }
.orbit-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-ring circle { fill: none; stroke: rgba(255,255,255,.14); stroke-width: 1.5; stroke-dasharray: 4 7; }
.orbit-ring circle + circle { stroke: rgba(143,233,243,.22); stroke-dasharray: none; }
.orbit-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 4px; width: 150px; padding: 16px 12px; border-radius: 22px; text-align: center; background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); z-index: 2; }
.orbit-center span { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, var(--brand), var(--accent)); color: #fff; margin-bottom: 4px; }
.orbit-center b { color: #fff; font-size: 14.5px; }
.orbit-center small { color: rgba(255,255,255,.6); font-size: 11.5px; }
.orbit-node { position: absolute; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; margin: -17px 0 0 -62px; width: 124px; justify-content: center; border-radius: 99px; background: #fff; color: #0C1633; font-size: 12.5px; font-weight: 700; box-shadow: 0 12px 28px -12px rgba(0,0,0,.6); transform: rotate(calc(var(--i) * 60deg - 90deg)) translate(var(--orbit-r, 168px)) rotate(calc(var(--i) * -60deg + 90deg)); z-index: 3; }
.orbit-node .icon { color: var(--brand); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.highlight { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); transition: background .2s, border-color .2s; }
.highlight:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.hl-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(143,233,243,.12); color: #8FE9F3; margin-bottom: 14px; }
.highlight b { display: block; color: #fff; font-size: 16px; font-weight: 750; }
.highlight p { margin-top: 6px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.66); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 28px 24px 24px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); }
.steps li:not(:last-child)::after { content: ''; position: absolute; top: 50px; right: -20px; width: 20px; border-top: 2px dashed var(--brand-200); }
.step-no { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--brand-50); color: var(--brand-ink); font: 800 19px var(--font-display); margin-bottom: 16px; }
.steps b { display: block; font: 750 18px/1.3 var(--font-display); letter-spacing: -.02em; color: var(--ink); }
.steps p { margin-top: 8px; color: var(--muted); font-size: 15px; }

/* Plans */
.plans { display: grid; justify-items: center; gap: 28px; }
.cycle-toggle { display: inline-flex; padding: 4px; border-radius: 14px; background: var(--canvas-2); border: 1px solid var(--line-2); }
.section-tint .cycle-toggle { background: var(--surface); border-color: var(--line); }
.cycle-toggle button { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 18px; border-radius: 10px; font-size: 14px; font-weight: 700; color: var(--muted); }
.cycle-toggle button.is-active { background: var(--ink); color: #fff; }
.cycle-toggle .save { font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 99px; background: var(--green-50); color: var(--green-ink); }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: 100%; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 28px 26px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); }
.plan-card.is-popular { border: 2px solid transparent; background: linear-gradient(var(--surface), var(--surface)) padding-box, linear-gradient(140deg, var(--brand), var(--accent)) border-box; box-shadow: 0 40px 70px -40px rgba(var(--brand-rgb), .6); }
.plan-badge { position: absolute; top: -13px; left: 26px; padding: 5px 12px; border-radius: 99px; background: linear-gradient(100deg, var(--brand), var(--accent)); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.plan-card h3 { font: 800 22px var(--font-display); letter-spacing: -.03em; color: var(--ink); }
.plan-tagline { margin-top: -8px; color: var(--muted); font-size: 14.5px; min-height: 44px; }
.plan-amount b { font: 800 40px/1 var(--font-display); letter-spacing: -.045em; color: var(--ink); }
.plan-amount small { margin-left: 6px; font-size: 14px; font-weight: 650; color: var(--muted); }
.plan-amount em { display: inline-block; margin-left: 10px; font-style: normal; font-size: 12px; font-weight: 800; padding: 3px 8px; border-radius: 99px; background: var(--green-50); color: var(--green-ink); vertical-align: middle; }
.plan-limits, .plan-features { display: grid; gap: 9px; padding: 0; list-style: none; font-size: 14.5px; }
.plan-limits { padding: 14px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-weight: 600; }
.plan-limits li, .plan-features li { display: flex; gap: 10px; align-items: flex-start; }
.plan-limits .icon { color: var(--brand); margin-top: 3px; }
.plan-features .icon { color: var(--green); stroke-width: 2.6; margin-top: 3px; }

/* Testimonials */
.quote-grid { columns: 3 320px; column-gap: 18px; }
.quote-card { break-inside: avoid; margin: 0 0 18px; padding: 24px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); }
.section-tint .quote-card { box-shadow: var(--shadow-xs); }
.stars { display: flex; gap: 2px; color: var(--line); }
.stars .on { color: #F5A524; }
.stars .on .icon { fill: currentColor; }
.quote-card blockquote { margin: 14px 0 18px; font-size: 16px; line-height: 1.65; color: var(--ink); font-weight: 520; }
.quote-card figcaption { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 4px 12px; }
.quote-card figcaption b { display: block; font-size: 14px; }
.quote-card figcaption small { display: block; font-size: 12.5px; color: var(--muted); }
.type-chip { grid-column: 2; justify-self: start; display: inline-flex; align-items: center; gap: 5px; margin-top: 4px; height: 26px; padding: 0 10px; border-radius: 99px; background: var(--tc-50); color: var(--tc-ink); font-size: 12px; font-weight: 700; }

/* FAQ */
.faq-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq { border-radius: 16px; background: var(--surface); border: 1px solid var(--line); transition: box-shadow .2s, border-color .2s; }
.faq[open] { border-color: var(--brand-200); box-shadow: 0 16px 34px -26px rgba(var(--brand-rgb), .55); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; list-style: none; font: 700 16px/1.4 var(--font-ui); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 28px; height: 28px; border-radius: 9px; background: var(--canvas-2); flex: none; transition: background .2s; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; left: 8px; right: 8px; top: 13px; height: 2px; border-radius: 2px; background: var(--ink-2); transition: transform .25s var(--ease); }
.faq-icon::after { transform: rotate(90deg); }
.faq[open] .faq-icon { background: var(--brand); } .faq[open] .faq-icon::before, .faq[open] .faq-icon::after { background: #fff; } .faq[open] .faq-icon::after { transform: rotate(0); }
.faq-answer { padding: 0 20px 20px; color: var(--ink-2); font-size: 15px; line-height: 1.7; }

/* Closing CTA */
.cta-section { padding: 40px 0 96px; }
.cta-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 28px; align-items: center; padding: clamp(32px, 5vw, 64px); border-radius: 32px; overflow: hidden; color: #fff; background: radial-gradient(60% 120% at 100% 0%, rgba(14,181,200,.65), transparent 60%), linear-gradient(120deg, #1739B8, var(--brand) 55%, #1B63E8); box-shadow: 0 50px 90px -50px rgba(var(--brand-rgb), .9); }
.cta-panel::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, #000); -webkit-mask-image: linear-gradient(90deg, transparent, #000); }
.cta-pulse { position: absolute; left: 0; right: 0; bottom: 18px; width: 100%; height: 80px; color: rgba(255,255,255,.2); }
.cta-panel > * { position: relative; }
.cta-copy h2 { color: #fff !important; }
.cta-copy p { margin-top: 12px; font-size: 17px; color: rgba(255,255,255,.82); max-width: 560px; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; }

/* Footer */
.site-footer { background: var(--night); color: var(--night-text); padding: 72px 0 28px; }
.sf-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.site-footer .brand-word b { color: #fff; }
.sf-about p { margin-top: 16px; font-size: 14.5px; line-height: 1.65; color: var(--night-muted); max-width: 360px; }
.sf-contact { display: grid; gap: 8px; margin-top: 18px; padding: 0; list-style: none; font-size: 14px; }
.sf-contact li { display: flex; align-items: center; gap: 9px; }
.sf-contact .icon { color: #8FE9F3; }
.sf-contact a:hover, .site-footer ul a:hover { color: #fff; }
.sf-social { display: flex; gap: 8px; margin-top: 18px; }
.sf-social a { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: #fff; }
.sf-social a:hover { background: var(--brand); border-color: var(--brand); }
.site-footer h4 { color: #fff; font: 750 14px var(--font-display); margin-bottom: 14px; }
.site-footer ul { display: grid; gap: 9px; padding: 0; list-style: none; font-size: 14px; }
.site-footer ul a { display: inline-flex; align-items: center; gap: 4px; }
.sf-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--night-line); font-size: 13px; color: var(--night-muted); }

/* ---------- Inner pages ---------- */
.page-hero { position: relative; padding: 72px 0 56px; overflow: hidden; }
.page-hero.slim { padding: 56px 0 36px; }
.solution-list { display: grid; gap: 16px; }
.solution-row { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 26px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); transition: box-shadow .2s, border-color .2s; }
.solution-row:hover { border-color: color-mix(in srgb, var(--tc) 35%, var(--line)); box-shadow: 0 26px 50px -36px color-mix(in srgb, var(--tc) 80%, transparent); }
.sr-main { display: flex; gap: 18px; align-items: flex-start; }
.sr-main h2 { font-size: 22px !important; }
.sr-main h2 a:hover { color: var(--tc); }
.sr-tagline { margin-top: 4px; font-weight: 650; color: var(--tc-ink); }
.sr-desc { margin-top: 8px; color: var(--muted); font-size: 14.5px; }
.module-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.module-chips span { display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 9px; border-radius: 8px; background: var(--canvas-2); font-size: 12px; font-weight: 650; color: var(--ink-2); }
.sr-features { display: grid; gap: 8px; padding: 0; list-style: none; font-size: 14px; color: var(--ink-2); }
.sr-features li { display: flex; gap: 8px; }
.sr-features .icon { color: var(--tc); stroke-width: 2.6; margin-top: 3px; }
.sr-actions { display: grid; gap: 8px; }
.sr-actions form, .sr-actions .btn { width: 100%; }
.sr-actions form .btn { width: 100%; }

.type-hero { position: relative; padding: 48px 0 72px; overflow: hidden; background: linear-gradient(180deg, var(--tc-50), var(--surface)); }
.type-hero-bg { position: absolute; inset: 0; background: radial-gradient(50% 60% at 90% 20%, color-mix(in srgb, var(--tc) 22%, transparent), transparent 70%); }
.type-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 48px; align-items: center; }
.crumb { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px; font-size: 13px; font-weight: 700; color: var(--muted); }
.crumb:hover { color: var(--tc); }
.type-badge { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px 0 5px; border-radius: 99px; background: var(--surface); border: 1px solid color-mix(in srgb, var(--tc) 25%, var(--line)); font-size: 13.5px; font-weight: 750; color: var(--tc-ink); }
.type-badge.small { height: 28px; padding: 0 10px 0 4px; font-size: 12px; }
.type-badge.small .type-tile.sm { width: 22px; height: 22px; border-radius: 7px; }
.type-badge.small .type-tile.sm .icon { width: 13px; height: 13px; }
.type-hero .hero-lead { color: var(--ink-2); }
.type-hero .btn-primary, .book-section .btn-primary, .confirm-section .btn-primary { background: var(--tc); border-color: var(--tc); box-shadow: 0 12px 24px -12px color-mix(in srgb, var(--tc) 90%, transparent); }
.type-hero .btn-primary:hover { filter: brightness(.94); }
.type-hero-shot .browser { transform: perspective(1800px) rotateY(-5deg); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.fc-no { font: 800 14px var(--font-display); color: var(--tc); background: var(--tc-50); border-radius: 10px; padding: 7px 9px; }
.feature-card b { font-size: 16px; line-height: 1.45; font-weight: 700; color: var(--ink); }
.flow { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 12px; padding: 0; list-style: none; }
.flow li { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 20px 18px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.flow li:not(:last-child)::after { content: '→'; position: absolute; right: -12px; top: 50%; transform: translate(50%, -50%); width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--tc); color: #fff; font-size: 13px; font-weight: 800; z-index: 1; }
.flow-no { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: var(--tc-50); color: var(--tc-ink); font: 800 15px var(--font-display); }
.flow b { font-size: 15px; line-height: 1.4; color: var(--ink); }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.module-card { display: flex; gap: 14px; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: var(--surface); }
.mc-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand); flex: none; }
.module-card b { display: block; font-size: 15px; }
.module-card p { margin-top: 4px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }

.compare-wrap { overflow-x: auto; border-radius: 22px; border: 1px solid var(--line); background: var(--surface); }
.compare { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14.5px; }
.compare th, .compare td { padding: 14px 20px; border-bottom: 1px solid var(--line-2); text-align: center; }
.compare th:first-child, .compare td:first-child { text-align: left; font-weight: 650; color: var(--ink-2); }
.compare thead th { font: 800 17px var(--font-display); color: var(--ink); padding-top: 22px; }
.compare thead th small { display: block; font: 600 12.5px var(--font-ui); color: var(--muted); margin-top: 2px; }
.compare .is-popular { background: var(--brand-25); }
.compare .yes { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--green-50); color: var(--green); }
.compare .yes .icon { stroke-width: 2.8; }
.compare .no { color: var(--faint); }
.compare tbody tr:last-child td { border-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.contact-cards { display: grid; gap: 10px; margin-top: 30px; padding: 0; list-style: none; }
.contact-cards a { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.contact-cards a:hover { border-color: var(--brand-200); transform: translateX(3px); }
.contact-cards b { display: block; font-size: 15px; }
.contact-cards small { display: block; color: var(--muted); font-size: 13px; }
.cc-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand); flex: none; }
.cc-icon.wa { background: #E7F8EE; color: #128C4B; }
.cc-icon.aqua { background: var(--accent-50); color: var(--accent-ink); }
.contact-form { padding: clamp(22px, 3vw, 34px); border-radius: 26px; box-shadow: var(--shadow); display: grid; gap: 18px; }
.contact-form h2 { font-size: 24px !important; }
.topic-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-pills input, .reg-type input, .reg-plan input, .doc-option input, .day-option input { position: absolute; opacity: 0; pointer-events: none; }
.topic-pills span { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border-radius: 99px; border: 1px solid var(--line); font-size: 13.5px; font-weight: 650; color: var(--ink-2); cursor: pointer; }
.topic-pills input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.topic-pills input:focus-visible + span, .reg-type input:focus-visible + span, .doc-option input:focus-visible + .doc-card, .day-option input:focus-visible + span { box-shadow: var(--ring); }

.demo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 18px; }
.demo-card { display: flex; flex-direction: column; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: transform .2s var(--ease), box-shadow .2s; }
.demo-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px color-mix(in srgb, var(--tc) 90%, transparent); }
.dc-shot { position: relative; height: 190px; overflow: hidden; background: var(--tc-50); border-bottom: 1px solid var(--line-2); }
.dc-shot img { position: absolute; left: 16px; top: 16px; width: 170%; max-width: none; border-radius: 12px 0 0 0; box-shadow: 0 10px 30px -12px rgba(12,22,51,.35); }
.dc-body { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 20px; flex: 1; }
.dc-body h3 { font: 750 19px var(--font-display); letter-spacing: -.02em; }
.dc-body p { font-size: 14px; color: var(--muted); flex: 1; }
.demo-card .btn-primary { background: var(--tc); border-color: var(--tc); }
.demo-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.demo-notes > div { display: flex; gap: 12px; padding: 18px; border-radius: 18px; background: var(--canvas); font-size: 14px; color: var(--muted); }
.demo-notes .icon { color: var(--brand); margin-top: 2px; }
.demo-notes b { display: block; color: var(--ink); }
.empty-big { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 56px 24px; text-align: center; border-radius: 26px; }
.empty-big h2 { font-size: 24px !important; }
.empty-big p { max-width: 460px; color: var(--muted); }

.prose { padding: clamp(24px, 4vw, 48px); border-radius: 24px; font-size: 16px; line-height: 1.75; color: var(--ink-2); }
.prose h2 { font-size: 24px !important; margin: 32px 0 10px; color: var(--ink); }
.prose h3 { font-size: 19px; margin: 24px 0 8px; color: var(--ink); }
.prose p, .prose ul, .prose ol { margin: 0 0 14px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose a { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 3px; }
.prose > :first-child { margin-top: 0; }

/* ---------- Booking pages ---------- */
.booking-page .sh-nav, .booking-page .sh-actions { display: none; }
.booking-page .site-header { position: relative; background: var(--surface); border-bottom: 1px solid var(--line-2); }
.book-hero { padding: 36px 0 90px; background: linear-gradient(135deg, var(--tc), color-mix(in srgb, var(--tc) 70%, #0C1633)); color: #fff; }
.book-hero-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.bh-id { display: flex; gap: 18px; align-items: center; min-width: 0; }
.bh-logo { width: 76px; height: 76px; border-radius: 22px; display: grid; place-items: center; background: #fff; color: var(--tc); flex: none; overflow: hidden; box-shadow: 0 16px 30px -16px rgba(0,0,0,.5); }
.bh-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.bh-logo .icon { width: 34px; height: 34px; }
.book-hero h1 { margin-top: 8px; font: 800 clamp(26px, 3vw, 38px)/1.1 var(--font-display); letter-spacing: -.035em; color: #fff; }
.book-hero p { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 8px; color: rgba(255,255,255,.85); font-size: 14.5px; }
.book-hero p a { color: #fff; font-weight: 700; }
.book-hero .type-badge { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.3); color: #fff; padding: 0 10px; }
.bh-hours { display: grid; gap: 4px; padding: 12px 16px; border-radius: 16px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); list-style: none; font-size: 13.5px; }
.bh-hours li { display: flex; justify-content: space-between; gap: 18px; }
.bh-hours span { color: rgba(255,255,255,.75); }
.book-section { margin-top: -60px; }
.booking { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; align-items: start; }
.booking-main { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; min-width: 0; }
.bk-step { min-width: 0; padding: 22px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.bk-step > header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.bk-step h2 { font-size: 19px !important; letter-spacing: -.02em !important; }
.bk-step header p { font-size: 13.5px; color: var(--muted); }
.bk-no { width: 34px; height: 34px; border-radius: 11px; display: inline-grid; place-items: center; background: var(--tc-50, var(--brand-50)); color: var(--tc-ink, var(--brand-ink)); font: 800 15px var(--font-display); flex: none; }
.doc-list { display: grid; gap: 8px; }
.doc-option { cursor: pointer; display: block; }
.doc-card { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 16px; border: 1.5px solid var(--line); transition: border-color .15s, background .15s, box-shadow .15s; }
.doc-card b { display: block; font-size: 15.5px; }
.doc-card small { display: block; font-size: 13px; color: var(--muted); }
.doc-hours { display: flex !important; align-items: center; gap: 5px; margin-top: 3px; color: var(--ink-2) !important; font-weight: 600; }
.doc-fee { text-align: right; flex: none; }
.doc-fee small { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--faint); }
.doc-fee b { font: 800 17px var(--font-display); }
.doc-option:hover .doc-card { border-color: color-mix(in srgb, var(--tc) 40%, var(--line)); }
.doc-option input:checked + .doc-card { border-color: var(--tc); background: var(--tc-50); box-shadow: inset 0 0 0 1px var(--tc); }
.day-strip { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.day-option { cursor: pointer; flex: none; }
.day-option span { display: flex; flex-direction: column; align-items: center; width: 64px; padding: 8px 0; border-radius: 14px; border: 1.5px solid var(--line); background: var(--surface); }
.day-option small { font-size: 11.5px; font-weight: 700; color: var(--muted); }
.day-option b { font: 800 20px/1.2 var(--font-display); }
.day-option input:checked + span { background: var(--tc); border-color: var(--tc); color: #fff; }
.day-option input:checked + span small { color: rgba(255,255,255,.85); }
.day-option.is-off span { opacity: .45; }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(94px, 1fr)); gap: 8px; margin-top: 14px; min-height: 44px; }
.slot-grid > p { grid-column: 1 / -1; }
.slot { height: 42px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--surface); font-size: 13.5px; font-weight: 700; color: var(--ink); transition: .15s; }
.slot:hover:not(:disabled) { border-color: var(--tc); color: var(--tc-ink); }
.slot:disabled { background: var(--canvas-2); color: var(--faint); text-decoration: line-through; cursor: not-allowed; border-color: transparent; }
.slot.is-picked { background: var(--tc); border-color: var(--tc); color: #fff; }
.slot-skeleton { height: 42px; border-radius: 12px; background: linear-gradient(90deg, var(--canvas-2), var(--surface-2), var(--canvas-2)); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; }
.booking-summary { position: sticky; top: 20px; }
.bs-card { padding: 22px; border-radius: 22px; box-shadow: var(--shadow); }
.bs-list { display: grid; gap: 0; margin: 0 0 18px; }
.bs-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.bs-list dt { color: var(--muted); font-weight: 600; }
.bs-list dd { font-weight: 750; text-align: right; }
.powered { margin-top: 14px; font-size: 12.5px; color: var(--faint); text-align: center; }
.powered a { font-weight: 700; color: var(--muted); }
.confirm-section { background: linear-gradient(180deg, var(--tc-50, var(--brand-50)), var(--surface) 60%); min-height: 70vh; }
.confirm-card { padding: clamp(24px, 4vw, 44px); border-radius: 28px; box-shadow: var(--shadow); max-width: 620px; margin: 0 auto; }
.confirm-top { text-align: center; }
.confirm-check { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; background: var(--green); color: #fff; box-shadow: 0 0 0 10px var(--green-50); }
.confirm-check .icon { width: 34px; height: 34px; stroke-width: 2.6; }
.confirm-top h1 { font: 800 30px var(--font-display); letter-spacing: -.035em; }
.confirm-top p { margin-top: 8px; color: var(--muted); }
.ticket { display: grid; grid-template-columns: 150px minmax(0, 1fr); margin-top: 26px; border-radius: 20px; border: 1px solid var(--line); overflow: hidden; }
.ticket-token { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; background: var(--tc, var(--brand)); color: #fff; border-right: 2px dashed rgba(255,255,255,.5); }
.ticket-token small { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.ticket-token b { font: 800 54px/1 var(--font-display); letter-spacing: -.04em; }
.ticket-meta { margin: 0; padding: 8px 18px; display: grid; }
.ticket-meta > div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line-2); font-size: 14px; }
.ticket-meta > div:last-child { border-bottom: 0; }
.ticket-meta dt { color: var(--muted); font-weight: 600; }
.ticket-meta dd { font-weight: 700; }
.confirm-note { display: flex; gap: 8px; align-items: flex-start; margin-top: 18px; padding: 12px 14px; border-radius: 14px; background: var(--canvas); font-size: 13.5px; color: var(--ink-2); }
.confirm-note .icon { margin-top: 3px; color: var(--brand); }
.confirm-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.verify-card .ticket-meta { margin-top: 22px; border: 1px solid var(--line); border-radius: 18px; }
.verify-card.is-invalid .confirm-check { background: var(--red); box-shadow: 0 0 0 10px var(--red-50); }

/* ---------- Sign in & sign up ---------- */
.auth-page { background: var(--surface); }
.gate { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 100vh; }
.gate.gate-wide { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); }
.gate-form { display: flex; flex-direction: column; padding: 28px clamp(24px, 5vw, 72px); }
.gate-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.gate-inner { width: 100%; max-width: 440px; margin: auto; padding: 44px 0; }
.gate-inner.wide { max-width: 680px; }
.gate-inner h1 { font: 800 clamp(28px, 3vw, 36px)/1.1 var(--font-display); letter-spacing: -.035em; }
.gate-inner .lead { margin-top: 8px; color: var(--muted); font-size: 15.5px; }
.gate-alt { display: grid; gap: 8px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line-2); }
.gate-alt-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 16px; border: 1px solid var(--line); }
.gate-alt-item:hover { border-color: var(--brand-200); background: var(--brand-25); }
.gate-alt-item > span:nth-child(2) { flex: 1; }
.gate-alt-item b { display: block; font-size: 14.5px; }
.gate-alt-item small { display: block; font-size: 13px; color: var(--muted); }
.gai-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-50); color: var(--accent-ink); flex: none; }
.gai-icon.green { background: var(--green-50); color: var(--green); }
.gate-art { position: relative; margin: 12px; border-radius: 30px; overflow: hidden; background: var(--night); color: #fff; display: flex; align-items: flex-end; padding: clamp(28px, 4vw, 60px); }
.ga-glow { position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 15%, rgba(var(--brand-rgb), .6), transparent 65%), radial-gradient(50% 45% at 15% 85%, rgba(14,181,200,.4), transparent 65%); }
.ga-content { position: relative; width: 100%; }
.ga-tiles { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 40px; max-width: 520px; }
.ga-tile { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 6px 10px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px); animation: fade-up .6s var(--ease) both; animation-delay: var(--d); }
.ga-tile .icon { width: 26px; height: 26px; color: var(--tc-100); stroke-width: 1.7; }
.ga-tile small { font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.7); text-align: center; line-height: 1.2; }
.ga-pulse { width: 100%; max-width: 520px; height: 56px; color: #7DE3EE; margin-bottom: 14px; }
.ga-pulse path { stroke-dasharray: 700; stroke-dashoffset: 700; animation: draw-pulse 2.2s var(--ease) forwards; }
.ga-quote h2 { font: 800 clamp(28px, 3vw, 42px)/1.1 var(--font-display); letter-spacing: -.035em; color: #fff; }
.ga-quote p { margin-top: 12px; max-width: 460px; font-size: 16px; color: rgba(255,255,255,.72); }
.gate-art.light { background: linear-gradient(160deg, var(--brand-50), var(--accent-50)); color: var(--ink); align-items: center; }
.ga-benefits { display: grid; gap: 18px; padding: 0; list-style: none; }
.ga-benefits li { display: flex; gap: 14px; }
.ga-benefits li > span { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--surface); color: var(--brand); box-shadow: var(--shadow-sm); flex: none; }
.ga-benefits b { display: block; font-size: 16px; }
.ga-benefits small { display: block; margin-top: 2px; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.ga-shot { margin-top: 36px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(12,22,51,.45); }
.ga-shot img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.reg-block { border: 0; margin: 0 0 26px; padding: 0; min-width: 0; }
.reg-block legend { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 0; font: 750 16px var(--font-display); letter-spacing: -.01em; }
.reg-block legend .bk-no { width: 28px; height: 28px; border-radius: 9px; font-size: 13px; background: var(--brand-50); color: var(--brand-ink); }
.reg-types { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.reg-type { cursor: pointer; }
.reg-type > span { display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; padding: 14px 6px 12px; border-radius: 16px; border: 1.5px solid var(--line); text-align: center; transition: .15s; }
.reg-type b { font-size: 12.5px; line-height: 1.25; }
.reg-type:hover > span { border-color: color-mix(in srgb, var(--tc) 45%, var(--line)); }
.reg-type input:checked + span { border-color: var(--tc); background: var(--tc-50); box-shadow: inset 0 0 0 1px var(--tc); }
.reg-type input:checked + span .type-tile { background: var(--tc); color: #fff; }
.reg-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.reg-plan { cursor: pointer; }
.reg-plan > span { position: relative; display: block; padding: 12px 14px; border-radius: 14px; border: 1.5px solid var(--line); }
.reg-plan b { display: block; font-size: 15px; }
.reg-plan small { display: block; color: var(--muted); font-size: 13px; }
.reg-plan em { position: absolute; top: 10px; right: 10px; font-style: normal; font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 99px; background: var(--brand-50); color: var(--brand-ink); }
.reg-plan input:checked + span { border-color: var(--brand); background: var(--brand-25); box-shadow: inset 0 0 0 1px var(--brand); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .type-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .solution-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .sr-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, max-content); }
  .reg-types { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .sh-nav { position: fixed; left: 0; right: 0; top: 72px; bottom: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 16px 20px 24px; margin: 0; background: var(--surface); overflow-y: auto; transform: translateX(100%); transition: transform .25s var(--ease); z-index: 90; }
  .topbar-note ~ .site-header .sh-nav { top: 72px; }
  .nav-open .sh-nav { transform: none; }
  .nav-open { overflow: hidden; }
  .sh-link { height: 48px; font-size: 16px; }
  .sh-burger { display: flex; }
  .sh-actions { margin-left: auto; }
  .topbar-note { font-size: 12.5px; }
  .topbar-note .tn-dot { display: none; }
  .sh-mobile-cta { display: grid; gap: 8px; margin-top: 16px; }
  .sh-actions .btn, .hide-sm { display: none; }
  .mega { position: static; width: 100%; opacity: 1; transform: none; pointer-events: auto; box-shadow: none; border: 0; padding: 0 0 8px; display: none; }
  .has-menu.is-open .mega { display: block; }
  .mega-grid { grid-template-columns: minmax(0, 1fr); }
  .mega-foot { display: none; }
  .hero-grid, .type-hero-grid, .platform-grid, .contact-grid, .faq-wrap { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero-visual .browser, .type-hero-shot .browser { transform: none; }
  .showcase { grid-template-columns: minmax(0, 1fr); }
  .sc-tabs { grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); overflow-x: auto; padding-bottom: 6px; }
  .plan-grid, .steps, .feature-grid, .module-grid, .demo-notes { grid-template-columns: minmax(0, 1fr); }
  .steps li::after { display: none; }
  .flow { grid-auto-flow: row; }
  .flow li::after { display: none; }
  .cta-panel { grid-template-columns: minmax(0, 1fr); }
  .sf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-about { grid-column: 1 / -1; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-strip > div:nth-child(3) { border-left: 0; }
  .stat-strip > div:nth-child(n+3) { border-top: 1px solid var(--line-2); }
  .booking { grid-template-columns: minmax(0, 1fr); }
  .booking-summary { position: static; }
  .gate, .gate.gate-wide { grid-template-columns: minmax(0, 1fr); }
  .gate-art { display: none; }
  .section { padding: 72px 0; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .hero { padding-top: 32px; }
  .float-card { display: none; }
  .type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-row { grid-template-columns: minmax(0, 1fr); }
  .sr-actions { grid-template-columns: minmax(0, 1fr); }
  .sr-main { flex-direction: column; }
  .highlight-grid { grid-template-columns: minmax(0, 1fr); }
  .reg-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reg-plans { grid-template-columns: minmax(0, 1fr); }
  .ticket { grid-template-columns: minmax(0, 1fr); }
  .ticket-token { border-right: 0; border-bottom: 2px dashed rgba(255,255,255,.5); }
  .ticket-meta > div { grid-template-columns: 96px minmax(0, 1fr); }
  .orbit-node { font-size: 11px; width: 108px; margin-left: -54px; transform: rotate(calc(var(--i) * 60deg - 90deg)) translate(118px) rotate(calc(var(--i) * -60deg + 90deg)); }
  .orbit-center { width: 124px; }
  .sf-grid { grid-template-columns: minmax(0, 1fr); }
  .cta-actions .btn { width: 100%; }
  .bh-hours { width: 100%; }
}
@media print {
  .site-header, .site-footer, .topbar-note, .confirm-actions, .powered, .toasts { display: none !important; }
  .confirm-section { background: #fff; min-height: 0; padding: 0; }
  .confirm-card { box-shadow: none; border: 0; }
}
