/* Slotwise — public website (landing, pricing, industries, explore, help centre, auth). Loaded after base.css. */

body.site { background: #fff; color: var(--text); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.container-mid { max-width: 1000px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 200; padding: 8px 14px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { left: 8px; }
.site main { display: block; }
.site h1, .site h2, .site h3, .site h4 { font-family: var(--font-display); color: var(--text); letter-spacing: -.02em; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: var(--grad); color: #fff; flex: none; box-shadow: 0 8px 18px -8px color-mix(in srgb, var(--brand) 75%, transparent); }
.brand-mark svg { width: 21px; height: 21px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.brand-logo { height: 34px; width: auto; }

/* ============================================================ header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .78); backdrop-filter: saturate(1.8) blur(16px); -webkit-backdrop-filter: saturate(1.8) blur(16px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s, background .25s; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); border-bottom-color: var(--border); box-shadow: 0 12px 32px -24px rgba(18, 19, 48, .35); }
.header-row { display: flex; align-items: center; gap: 28px; height: 72px; }
.site-header .brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.site-header .brand-name { font-size: 19px; }
.site-nav { display: flex; gap: 2px; }
.site-nav a { padding: 8px 13px; border-radius: 10px; font-size: 14.5px; font-weight: 600; color: var(--text-2); white-space: nowrap; transition: color .15s, background .15s; }
.site-nav a:hover, .site-nav a.is-active { color: var(--text); background: var(--surface-3); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.header-login { padding: 8px 12px; font-size: 14.5px; font-weight: 600; color: var(--text-2); border-radius: 10px; }
.header-login:hover { color: var(--text); background: var(--surface-3); }
.nav-burger { display: none; }
.mobile-nav { display: none; flex-direction: column; padding: 6px 24px 22px; border-top: 1px solid var(--border); background: #fff; }
.mobile-nav.is-open { display: flex; }
.mobile-nav a { padding: 13px 2px; font-weight: 650; color: var(--text); border-bottom: 1px solid var(--border); }
.mobile-nav .btn { margin-top: 14px; border-bottom: 0; color: #fff; }
@media (max-width: 980px) { .site-nav, .header-login { display: none; } .nav-burger { display: inline-flex; } }
@media (max-width: 480px) { .header-actions .btn-primary { display: none; } }

/* ============================================================ sections */
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 64px 0; }
.section-tint { background: linear-gradient(180deg, #FAFAFF 0%, #F5F5FC 100%); border-top: 1px solid #EFEFF8; border-bottom: 1px solid #EFEFF8; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; border-radius: 999px; background: var(--brand-soft); color: var(--brand-strong); font-size: 12.5px; font-weight: 700; letter-spacing: .02em; }
.eyebrow .icon { width: 14px; height: 14px; }
.section-head h2 { margin-top: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; font-weight: 800; }
.section-head p { margin-top: 14px; font-size: 18px; color: var(--muted); line-height: 1.6; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 720px) { .section { padding: 68px 0; } .section-head { margin-bottom: 36px; } .section-head p { font-size: 16px; } }

.btn-xl { height: 54px; padding: 0 26px; font-size: 16px; border-radius: 14px; }
.btn-outline-dark { --btn-bg: #fff; --btn-fg: var(--text); --btn-bd: var(--border-strong); }

/* ============================================================ hero */
.hero { position: relative; overflow: hidden; isolation: isolate; padding: 72px 0 96px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background:
    radial-gradient(700px 420px at 12% -10%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%),
    radial-gradient(620px 420px at 95% 10%, color-mix(in srgb, var(--brand-2) 18%, transparent), transparent 70%),
    linear-gradient(180deg, #FBFAFF 0%, #fff 70%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(109, 94, 246, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 94, 246, .06) 1px, transparent 1px); background-size: 44px 44px; -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 20%, #000 10%, transparent 75%); mask-image: radial-gradient(ellipse 60% 55% at 50% 20%, #000 10%, transparent 75%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 5px 14px 5px 5px; border-radius: 999px; background: #fff; border: 1px solid var(--border); box-shadow: var(--sh-1); font-size: 13px; font-weight: 600; color: var(--text-2); }
.hero-badge b { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; background: var(--grad); color: #fff; font-size: 11.5px; letter-spacing: .02em; }
.hero h1 { margin-top: 22px; font-size: clamp(40px, 5.6vw, 66px); line-height: 1.03; font-weight: 800; letter-spacing: -.035em; }
.hero-sub { margin-top: 22px; max-width: 560px; font-size: 19px; line-height: 1.6; color: var(--text-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 22px; font-size: 14px; color: var(--muted); }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .icon { width: 16px; height: 16px; color: var(--green); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.hero-proof .avatar-stack .avatar { width: 34px; height: 34px; box-shadow: 0 0 0 3px #fff; }
.hero-proof small { display: block; color: var(--muted); font-size: 13px; }
.hero-proof strong { font-size: 14px; }
@media (max-width: 1000px) { .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; } .hero { padding-top: 48px; } .hero-sub { max-width: none; } }

/* hero visual: booking card + calendar + floating notices */
.hero-visual { position: relative; min-height: 560px; }
.mock { position: absolute; background: #fff; border-radius: 22px; border: 1px solid #E9E9F4; box-shadow: 0 40px 80px -30px rgba(33, 26, 110, .35), 0 12px 24px -12px rgba(18, 19, 48, .12); }
.mock-cal { left: 0; top: 76px; width: 78%; padding: 16px; }
.mock-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-size: 13px; font-weight: 700; }
.mock-cal-head span { color: var(--muted); font-weight: 600; font-size: 12px; }
.mock-lanes { display: grid; grid-template-columns: 38px repeat(3, minmax(0, 1fr)); gap: 6px; font-size: 11px; }
.mock-lane-head { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--text-2); padding-bottom: 6px; }
.mock-lane-head i { width: 18px; height: 18px; border-radius: 50%; display: inline-block; }
.mock-hours { display: grid; grid-auto-rows: 38px; color: var(--muted-2); font-weight: 600; }
.mock-col { position: relative; display: grid; grid-auto-rows: 38px; background-image: linear-gradient(#F1F1F8 1px, transparent 1px); background-size: 100% 38px; border-radius: 8px; }
.mock-event { position: absolute; left: 3px; right: 3px; padding: 6px 8px; border-radius: 9px; font-weight: 700; line-height: 1.3; overflow: hidden; border-left: 3px solid currentColor; }
.mock-event small { display: block; font-weight: 600; opacity: .75; font-size: 10px; }
.mock-book { right: 0; top: 0; width: 56%; padding: 18px; z-index: 2; animation: float 7s ease-in-out infinite; }
.mock-biz { display: flex; align-items: center; gap: 10px; }
.mock-logo { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 13px; overflow: hidden; }
.mock-logo img { width: 100%; height: 100%; object-fit: cover; }
.mock-biz strong { display: block; font-size: 14px; }
.mock-biz small { color: var(--muted); font-size: 11.5px; }
.mock-service { margin-top: 14px; padding: 11px 12px; border-radius: 12px; background: var(--brand-soft); border: 1px solid var(--brand-line); font-size: 13px; font-weight: 700; }
.mock-service small { display: block; margin-top: 2px; color: var(--muted); font-weight: 600; font-size: 11.5px; }
.mock-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin-top: 14px; }
.mock-day { padding: 7px 0; border-radius: 10px; border: 1px solid var(--border); text-align: center; font-size: 10.5px; color: var(--muted); font-weight: 600; line-height: 1.2; }
.mock-day b { display: block; color: var(--text); font-size: 15px; font-weight: 800; }
.mock-day.on { background: var(--ink); border-color: var(--ink); color: rgba(255, 255, 255, .7); }
.mock-day.on b { color: #fff; }
.mock-slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
.mock-slot { padding: 8px 0; border-radius: 9px; border: 1px solid var(--border); text-align: center; font-size: 12px; font-weight: 700; color: var(--text-2); }
.mock-slot.on { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: var(--sh-brand); }
.mock-slot.off { color: var(--muted-2); text-decoration: line-through; background: var(--surface-2); }
.mock-cta { margin-top: 14px; padding: 12px; border-radius: 12px; background: var(--grad); color: #fff; text-align: center; font-size: 13.5px; font-weight: 800; }
.mock-toast { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border-radius: 16px; background: #fff; border: 1px solid #ECECF6; box-shadow: 0 20px 40px -18px rgba(33, 26, 110, .4); font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.mock-toast small { display: block; font-weight: 600; color: var(--muted); font-size: 11px; }
.mock-toast .ic { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.mock-toast .ic .icon { width: 17px; height: 17px; }
.mock-toast.t1 { left: -18px; bottom: 60px; animation: float 6s ease-in-out infinite .6s; }
.mock-toast.t2 { right: 18px; bottom: 0; animation: float 8s ease-in-out infinite 1.2s; }
.mock-toast.t3 { left: 2%; top: 4px; animation: float 7s ease-in-out infinite 2s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 1000px) { .hero-visual { min-height: 520px; max-width: 640px; margin: 0 auto; width: 100%; } }
@media (max-width: 600px) {
  .hero-visual { min-height: 0; }
  .mock { position: relative; left: auto; right: auto; top: auto; width: 100%; }
  .mock-cal { display: none; }
  .mock-toast.t1 { left: auto; right: 8px; bottom: -18px; }
  .mock-toast.t2, .mock-toast.t3 { display: none; }
}

/* ============================================================ logos + stats */
.logos { padding: 34px 0 10px; }
.logos p { text-align: center; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.logo-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px 12px; margin-top: 22px; }
.logo-row img { height: 30px; width: auto; max-width: 128px; opacity: .75; filter: grayscale(1); transition: opacity .2s, filter .2s; }
@media (max-width: 1000px) { .logo-row { justify-content: center; } }
.logo-row img:hover { opacity: 1; filter: none; }
.logo-row span { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #9A9DB8; letter-spacing: -.02em; }
.stat-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 48px; border-radius: 22px; overflow: hidden; background: var(--border); border: 1px solid var(--border); box-shadow: var(--sh-2); }
.stat-band > div { padding: 26px 22px; background: #fff; text-align: center; }
.stat-band strong { display: block; font-family: var(--font-display); font-size: 36px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.stat-band span { display: block; margin-top: 6px; font-size: 14px; color: var(--muted); }
@media (max-width: 760px) { .stat-band { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stat-band strong { font-size: 28px; } }

/* ============================================================ steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--sh-1); }
.step-num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 18px; box-shadow: var(--sh-brand); }
.step h3 { margin-top: 18px; font-size: 20px; font-weight: 750; }
.step p { margin-top: 8px; color: var(--muted); font-size: 15px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 50px; right: -18px; width: 14px; height: 14px; border-top: 2px solid var(--brand-line); border-right: 2px solid var(--brand-line); transform: rotate(45deg); }
@media (max-width: 860px) { .steps { grid-template-columns: minmax(0, 1fr); } .step::after { display: none; } }

/* ============================================================ features */
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature { padding: 26px; border-radius: 20px; background: #fff; border: 1px solid var(--border); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -28px rgba(33, 26, 110, .35); border-color: var(--brand-line); }
.feature-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: color-mix(in srgb, var(--c, var(--brand)) 11%, #fff); color: var(--c, var(--brand)); }
.feature-icon .icon { width: 23px; height: 23px; }
.feature h3 { margin-top: 18px; font-size: 18px; font-weight: 750; }
.feature p { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.feature .badge { margin-left: 6px; vertical-align: 2px; }
@media (max-width: 960px) { .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .feature-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ showcase (alternating spotlights) */
.spotlight { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
.spotlight + .spotlight { margin-top: 110px; }
.spotlight.flip .spot-media { order: -1; }
.spot-copy h3 { margin-top: 14px; font-size: clamp(26px, 3vw, 36px); line-height: 1.15; font-weight: 800; }
.spot-copy > p { margin-top: 14px; font-size: 17px; color: var(--text-2); line-height: 1.65; }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--text-2); }
.check-list li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236D5EF6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.spot-media { position: relative; }
.spot-media::before { content: ""; position: absolute; inset: 8% -4% -6% 8%; z-index: -1; border-radius: 32px; background: var(--grad-soft); }
.shot { border-radius: 18px; overflow: hidden; border: 1px solid #E6E6F2; background: #fff; box-shadow: 0 40px 80px -36px rgba(33, 26, 110, .38); }
.shot-bar { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; background: #F4F4FA; border-bottom: 1px solid #EAEAF4; }
.shot-bar i { width: 9px; height: 9px; border-radius: 50%; background: #DADBE8; }
.shot img { display: block; width: 100%; height: auto; }
@media (max-width: 960px) { .spotlight { grid-template-columns: minmax(0, 1fr); gap: 36px; } .spotlight.flip .spot-media { order: 0; } .spotlight + .spotlight { margin-top: 72px; } }

/* ============================================================ industries */
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.industry-card { position: relative; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; background: #fff; border: 1px solid var(--border); color: inherit; transition: transform .25s var(--ease), box-shadow .25s; }
.industry-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -28px rgba(33, 26, 110, .35); }
.industry-card .thumb { aspect-ratio: 4 / 3; background: var(--surface-3); overflow: hidden; }
.industry-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.industry-card:hover .thumb img { transform: scale(1.05); }
.industry-card .body { display: flex; align-items: center; gap: 10px; padding: 14px 16px; }
.industry-card .dot-ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: none; }
.industry-card .dot-ic .icon { width: 17px; height: 17px; }
.industry-card strong { font-size: 15px; font-weight: 700; }
.industry-card small { display: block; color: var(--muted); font-size: 12.5px; }
@media (max-width: 1000px) { .industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ============================================================ dark band (benefits) */
.band-dark { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #E7E7F7; }
.band-dark::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 400px at 10% 0%, color-mix(in srgb, var(--brand) 38%, transparent), transparent 70%), radial-gradient(600px 400px at 100% 100%, color-mix(in srgb, var(--brand-2) 28%, transparent), transparent 70%); }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark .section-head p { color: rgba(231, 231, 247, .7); }
.band-dark .eyebrow { background: rgba(255, 255, 255, .08); color: #D9D4FF; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.benefit { padding: 26px; border-radius: 20px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); }
.benefit strong { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 800; letter-spacing: -.03em; background: linear-gradient(135deg, #fff, #CFC8FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.benefit h3 { margin-top: 8px; font-size: 18px; font-weight: 700; }
.benefit p { margin-top: 6px; color: rgba(231, 231, 247, .66); font-size: 15px; }
@media (max-width: 900px) { .benefit-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ integrations */
.integration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.integration { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.integration .ic { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; flex: none; color: #fff; font-weight: 800; }
.integration .ic .icon { width: 21px; height: 21px; }
.integration strong { display: block; font-size: 15px; }
.integration p { margin-top: 3px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 1000px) { .integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .integration-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ testimonials */
.quote-grid { columns: 3 320px; column-gap: 18px; }
.quote { break-inside: avoid; margin-bottom: 18px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--border); box-shadow: var(--sh-1); }
.quote .stars { color: #F5A524; }
.quote blockquote { margin: 12px 0 0; font-size: 15.5px; line-height: 1.65; color: var(--text); }
.quote blockquote mark { background: linear-gradient(transparent 58%, color-mix(in srgb, var(--brand-2) 30%, transparent) 58%); color: inherit; padding: 0 1px; }
.quote footer { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.quote footer .avatar { width: 42px; height: 42px; }
.quote footer strong { display: block; font-size: 14.5px; }
.quote footer small { color: var(--muted); font-size: 13px; }

/* ============================================================ pricing */
.billing-toggle { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--surface-3); border: 1px solid var(--border); margin-top: 22px; }
.billing-toggle button { height: 38px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.billing-toggle button.is-active { background: #fff; color: var(--text); box-shadow: var(--sh-1); }
.billing-toggle .save { height: 20px; padding: 0 8px; border-radius: 999px; background: var(--green-bg); color: var(--green); font-size: 11px; display: inline-flex; align-items: center; }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 26px 22px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--sh-1); }
.price-card.is-featured { border: 2px solid var(--brand); box-shadow: 0 30px 60px -30px color-mix(in srgb, var(--brand) 55%, transparent); }
.price-ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); height: 26px; padding: 0 12px; border-radius: 999px; background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; white-space: nowrap; }
.price-card h3 { font-size: 19px; font-weight: 800; }
.price-tagline { margin-top: 4px; min-height: 44px; font-size: 14px; color: var(--muted); line-height: 1.5; }
.price { margin-top: 16px; font-family: var(--font-display); font-size: 40px; font-weight: 800; letter-spacing: -.035em; line-height: 1; }
.price small { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-note { min-height: 20px; margin-top: 6px; font-size: 13px; color: var(--muted); }
.price-card .btn { margin-top: 18px; }
.price-list { list-style: none; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--border); display: grid; gap: 10px; font-size: 14px; color: var(--text-2); }
.price-list li { display: flex; gap: 9px; align-items: flex-start; }
.price-list .icon { width: 16px; height: 16px; margin-top: 2px; color: var(--green); flex: none; }
.price-list li.off { color: var(--muted-2); }
.price-list li.off .icon { color: var(--muted-2); }
@media (max-width: 1080px) { .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .price-grid { grid-template-columns: minmax(0, 1fr); } }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14.5px; }
.compare th, .compare td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: center; }
.compare th:first-child, .compare td:first-child { text-align: left; }
.compare thead th { background: var(--surface-2); font-family: var(--font-display); font-size: 16px; vertical-align: bottom; }
.compare tbody tr:hover td { background: var(--surface-2); }
.compare .group td { padding-top: 26px; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: #fff !important; }
.compare .icon { width: 18px; height: 18px; }
.compare .yes { color: var(--green); }
.compare .no { color: var(--muted-2); }

/* ============================================================ FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq details { border-radius: 16px; background: #fff; border: 1px solid var(--border); transition: box-shadow .2s, border-color .2s; }
.faq details[open] { border-color: var(--brand-line); box-shadow: 0 16px 40px -28px rgba(33, 26, 110, .35); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; list-style: none; font-weight: 700; font-size: 16px; color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-3); color: var(--text-2); font-size: 18px; font-weight: 600; transition: transform .2s, background .2s; }
.faq details[open] summary::after { content: "–"; background: var(--brand); color: #fff; }
.faq .answer { padding: 0 22px 20px; color: var(--text-2); font-size: 15px; line-height: 1.7; }

/* ============================================================ CTA band */
.cta-band { position: relative; overflow: hidden; isolation: isolate; padding: 64px 48px; border-radius: 30px; background: var(--ink); color: #fff; text-align: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(500px 300px at 0% 0%, color-mix(in srgb, var(--brand) 55%, transparent), transparent 70%), radial-gradient(500px 300px at 100% 100%, color-mix(in srgb, var(--brand-2) 45%, transparent), transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.15; max-width: 760px; margin: 0 auto; }
.cta-band p { margin: 14px auto 0; max-width: 600px; color: rgba(255, 255, 255, .75); font-size: 17px; }
.cta-band .hero-actions { justify-content: center; }
@media (max-width: 600px) { .cta-band { padding: 44px 22px; border-radius: 22px; } }

/* ============================================================ page hero (inner pages) */
.page-hero { position: relative; overflow: hidden; isolation: isolate; padding: 64px 0 56px; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 300px at 50% -20%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%), linear-gradient(180deg, #FBFAFF, #fff); }
.page-hero h1 { margin-top: 14px; font-size: clamp(34px, 5vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.page-hero p { margin: 16px auto 0; max-width: 640px; font-size: 18px; color: var(--muted); }
.page-hero.left { text-align: left; }
.page-hero.left p { margin-left: 0; }
.crumbs-site { display: flex; gap: 8px; justify-content: center; font-size: 13.5px; color: var(--muted); }
.crumbs-site a { color: var(--muted); }
.crumbs-site a:hover { color: var(--brand); }

/* ============================================================ prose (CMS pages, help articles) */
.prose-site { font-size: 16.5px; line-height: 1.8; color: var(--text-2); }
.prose-site > * + * { margin-top: 1.1em; }
.prose-site h2 { margin-top: 2em; font-size: 26px; font-weight: 800; color: var(--text); line-height: 1.25; scroll-margin-top: 90px; }
.prose-site h3 { margin-top: 1.6em; font-size: 20px; font-weight: 750; color: var(--text); scroll-margin-top: 90px; }
.prose-site a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.prose-site ul, .prose-site ol { padding-left: 1.3em; }
.prose-site li + li { margin-top: .4em; }
.prose-site strong { color: var(--text); }
.prose-site code { padding: 2px 6px; border-radius: 6px; background: var(--surface-3); font-size: .88em; color: var(--brand-strong); }
.prose-site pre { padding: 16px 18px; border-radius: 14px; background: #0F1027; color: #DADCF5; overflow-x: auto; font-size: 13.5px; line-height: 1.7; }
.prose-site pre code { background: none; color: inherit; padding: 0; }
.prose-site blockquote { margin-left: 0; padding: 14px 18px; border-radius: 14px; border-left: 4px solid var(--brand); background: var(--brand-soft); color: var(--text); }
.prose-site blockquote p { margin: 0; }
.prose-site blockquote.tip { border-left-color: var(--green); background: var(--green-bg); }
.prose-site blockquote.tip strong:first-child { display: inline-flex; align-items: center; margin-right: 6px; padding: 1px 8px; border-radius: 999px; background: var(--green); color: #fff; font-size: 12px; letter-spacing: .02em; vertical-align: 1px; }
.prose-site table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose-site th, .prose-site td { padding: 10px 12px; border-bottom: 1px solid var(--border); text-align: left; }

/* ============================================================ help centre */
.docs-search { position: relative; max-width: 560px; margin: 26px auto 0; }
.docs-search .icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.docs-search input { width: 100%; height: 56px; padding: 0 18px 0 50px; border-radius: 16px; border: 1px solid var(--border-strong); background: #fff; font-size: 16px; box-shadow: var(--sh-2); }
.docs-search input:focus { outline: 0; border-color: var(--brand); box-shadow: var(--ring); }
.docs-sections { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.docs-section { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.docs-section h2 { font-size: 17px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.docs-section h2 .feature-icon { width: 36px; height: 36px; border-radius: 11px; }
.docs-section h2 .feature-icon .icon { width: 18px; height: 18px; }
.docs-section ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 2px; }
.docs-section a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; margin: 0 -10px; border-radius: 10px; color: var(--text-2); font-size: 14.5px; font-weight: 550; }
.docs-section a:hover { background: var(--surface-2); color: var(--brand); }
.docs-section a .icon { width: 15px; height: 15px; color: var(--muted-2); }
@media (max-width: 960px) { .docs-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .docs-sections { grid-template-columns: minmax(0, 1fr); } }
.docs-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr) 210px; gap: 48px; align-items: start; padding: 40px 0 90px; }
.docs-nav { position: sticky; top: 96px; max-height: calc(100vh - 120px); overflow-y: auto; font-size: 14px; }
.docs-nav h4 { margin: 18px 0 6px; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-family: var(--font); }
.docs-nav h4:first-child { margin-top: 0; }
.docs-nav a { display: block; padding: 6px 10px; border-radius: 9px; color: var(--text-2); font-weight: 550; }
.docs-nav a:hover { background: var(--surface-3); color: var(--text); }
.docs-nav a.is-active { background: var(--brand-soft); color: var(--brand-strong); font-weight: 700; }
.docs-toc { position: sticky; top: 96px; font-size: 13.5px; }
.docs-toc h4 { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-family: var(--font); margin-bottom: 8px; }
.docs-toc a { display: block; padding: 4px 0 4px 12px; border-left: 2px solid var(--border); color: var(--muted); }
.docs-toc a:hover { color: var(--brand); border-left-color: var(--brand); }
.docs-article h1 { font-size: clamp(30px, 4vw, 40px); font-weight: 800; line-height: 1.12; }
.docs-article .lead { margin-top: 12px; font-size: 18px; color: var(--muted); }
.docs-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 56px; }
.docs-pager a { padding: 16px 18px; border-radius: 16px; border: 1px solid var(--border); color: var(--text); transition: border-color .2s, box-shadow .2s; }
.docs-pager a:hover { border-color: var(--brand-line); box-shadow: var(--sh-2); }
.docs-pager small { display: block; color: var(--muted); font-size: 12.5px; }
.docs-pager strong { font-size: 15px; }
.docs-pager .next { text-align: right; grid-column: 2; }
@media (max-width: 1100px) { .docs-layout { grid-template-columns: 220px minmax(0, 1fr); } .docs-toc { display: none; } }
@media (max-width: 820px) { .docs-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; } .docs-nav { position: static; max-height: none; } }

/* ============================================================ explore */
.explore-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.explore-bar .input, .explore-bar .select { height: 50px; border-radius: 14px; font-size: 15px; }
.chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.chip-link { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 600; color: var(--text-2); }
.chip-link:hover { border-color: var(--brand-line); color: var(--brand); }
.chip-link.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.biz-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.biz-card { display: flex; flex-direction: column; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--border); color: inherit; transition: transform .25s var(--ease), box-shadow .25s; }
.biz-card:hover { transform: translateY(-4px); box-shadow: 0 28px 56px -30px rgba(33, 26, 110, .4); }
.biz-cover { position: relative; aspect-ratio: 16 / 7; background: var(--grad-soft); overflow: hidden; }
.biz-cover img { width: 100%; height: 100%; object-fit: cover; }
.biz-logo { position: absolute; left: 16px; bottom: -22px; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; overflow: hidden; border: 3px solid #fff; box-shadow: var(--sh-2); color: #fff; font-weight: 800; }
.biz-logo img { width: 100%; height: 100%; object-fit: cover; }
.biz-body { padding: 32px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.biz-body h3 { font-size: 18px; font-weight: 800; }
.biz-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: 13.5px; color: var(--muted); }
.biz-meta span { display: inline-flex; align-items: center; gap: 5px; }
.biz-meta .icon { width: 14px; height: 14px; }
.biz-body p { font-size: 14px; color: var(--text-2); }
.biz-foot { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); font-size: 13.5px; }
@media (max-width: 1000px) { .biz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .biz-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: start; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); color: inherit; }
.contact-card + .contact-card { margin-top: 12px; }
.contact-card strong { display: block; }
.contact-card span { color: var(--muted); font-size: 14.5px; }
.form-card { padding: 30px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: var(--sh-2); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ industry page */
.ind-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; text-align: left; }
.ind-hero img { width: 100%; border-radius: 24px; box-shadow: 0 40px 80px -40px rgba(33, 26, 110, .45); }
.service-table { width: 100%; border-collapse: collapse; }
.service-table td { padding: 14px 4px; border-bottom: 1px solid var(--border); font-size: 15px; }
.service-table td:last-child { text-align: right; font-weight: 700; white-space: nowrap; }
.service-table small { display: block; color: var(--muted); font-size: 13px; }
@media (max-width: 900px) { .ind-hero { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ footer */
.site-footer { margin-top: 0; padding: 72px 0 28px; background: var(--ink); color: rgba(231, 231, 247, .66); font-size: 14.5px; }
.site-footer .brand { color: #fff; display: inline-flex; align-items: center; gap: 10px; }
.site-footer .brand-name { color: #fff; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 36px; }
.footer-brand p { margin-top: 16px; max-width: 340px; line-height: 1.7; }
.footer-contact { display: grid; gap: 8px; margin-top: 18px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; color: rgba(231, 231, 247, .8); }
.footer-contact a:hover { color: #fff; }
.socials { display: flex; gap: 8px; margin-top: 18px; }
.socials a { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: rgba(255, 255, 255, .07); color: #fff; }
.socials a:hover { background: var(--brand); }
.footer-col h4 { color: #fff; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font); font-weight: 700; }
.footer-col ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(231, 231, 247, .66); }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 13.5px; }
.footer-made { display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 1000px) { .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================ auth */
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: #fff; }
.auth-main { display: flex; flex-direction: column; padding: 28px 40px; }
.auth-main .brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.auth-box { width: 100%; max-width: 420px; margin: auto; padding: 36px 0; }
.auth-box h1 { font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1.15; }
.auth-box .sub { margin-top: 8px; color: var(--muted); font-size: 15.5px; }
.auth-box form { margin-top: 28px; }
.auth-box .input { height: 46px; font-size: 15px; border-radius: 12px; }
.auth-box .btn-lg { height: 48px; border-radius: 12px; font-size: 15px; }
.auth-foot { font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.auth-side { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; background: var(--ink); color: #fff; }
.auth-side::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(520px 360px at 0% 0%, color-mix(in srgb, var(--brand) 60%, transparent), transparent 70%), radial-gradient(520px 360px at 100% 100%, color-mix(in srgb, var(--brand-2) 45%, transparent), transparent 70%); }
.auth-side::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000, transparent 80%); mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000, transparent 80%); }
.auth-side h2 { color: #fff; font-size: clamp(26px, 2.6vw, 36px); font-weight: 800; line-height: 1.2; max-width: 460px; }
.auth-side p { margin-top: 12px; color: rgba(255, 255, 255, .72); max-width: 440px; }
.auth-points { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.auth-points li { display: flex; gap: 10px; align-items: center; color: rgba(255, 255, 255, .88); font-size: 15px; }
.auth-points .icon { width: 18px; height: 18px; color: #B9AEFF; }
.auth-quote { padding: 20px; border-radius: 18px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(6px); }
.auth-quote blockquote { margin: 0; font-size: 15.5px; line-height: 1.6; color: rgba(255, 255, 255, .92); }
.auth-quote footer { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 13.5px; color: rgba(255, 255, 255, .7); }
.auth-quote footer strong { color: #fff; display: block; }
.demo-logins { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.demo-logins button { display: flex; flex-direction: column; align-items: flex-start; padding: 10px 12px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface-2); text-align: left; font-size: 13px; font-weight: 700; color: var(--text); transition: border-color .15s, background .15s; }
.demo-logins button:hover { border-color: var(--brand-line); background: var(--brand-soft); }
.demo-logins small { color: var(--muted); font-weight: 600; font-size: 11.5px; }
.or-line { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted-2); font-size: 12.5px; font-weight: 600; }
.or-line::before, .or-line::after { content: ""; flex: 1; height: 1px; background: var(--border); }
@media (max-width: 960px) { .auth-shell { grid-template-columns: minmax(0, 1fr); } .auth-side { display: none; } .auth-main { padding: 22px; } }

/* onboarding */
.onboard { min-height: 100vh; background: linear-gradient(180deg, #FBFAFF, #F4F4FB); }
.onboard-top { display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; }
.onboard-box { max-width: 760px; margin: 0 auto; padding: 12px 24px 80px; }
.onboard-steps { display: flex; gap: 8px; margin-bottom: 28px; }
.onboard-steps span { flex: 1; height: 5px; border-radius: 999px; background: var(--border); }
.onboard-steps span.on { background: var(--grad); }
.onboard-card { padding: 32px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: 0 30px 60px -40px rgba(33, 26, 110, .35); }
.onboard-card h1 { font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.onboard-card .sub { margin-top: 6px; color: var(--muted); }
.industry-pick { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.industry-pick label { position: relative; display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 14px; border: 1.5px solid var(--border); cursor: pointer; font-weight: 650; font-size: 14px; transition: border-color .15s, background .15s; }
.industry-pick label:hover { border-color: var(--border-strong); }
.industry-pick input { position: absolute; opacity: 0; }
.industry-pick label:has(input:checked) { border-color: var(--brand); background: var(--brand-soft); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent); }
.industry-pick .dot-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: none; }
.industry-pick .dot-ic .icon { width: 17px; height: 17px; }
@media (max-width: 680px) { .industry-pick { grid-template-columns: repeat(2, minmax(0, 1fr)); } .onboard-card { padding: 22px; } }
