:root {
  color-scheme: light;
  --ink: #1c1c1f;
  --ink-soft: #2b2b2f;
  --muted: #68686f;
  --quiet: #8b8b92;
  --paper: #ffffff;
  --canvas: #f7f7f9;
  --soft: #f1f1f4;
  --line: #dedee3;
  --line-dark: #c9c9d0;
  --success: #1f7a43;
  --success-soft: #e6f6eb;
  --shadow: 0 28px 70px rgba(20, 20, 24, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(222, 222, 227, .9); backdrop-filter: blur(18px); }
.nav { width: min(1240px, calc(100% - 48px)); min-height: 68px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 760; text-decoration: none; white-space: nowrap; }
.brand-mark, .kicker-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--ink); color: #fff; font-weight: 850; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links > a:not(.button) { color: #4d4d53; transition: color .16s ease; }
.nav-links > a:not(.button):hover { color: var(--ink); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); background: #303034; box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.button.small { min-height: 40px; padding-inline: 16px; }
.button.light { border-color: #fff; background: #fff; color: var(--ink); }
.button.light:hover { background: #f0f0f2; }
.button.outline-light { border-color: #545459; background: transparent; color: #fff; }
.button.outline-light:hover { background: #2b2b2f; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #d8d8dc; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.text-link span { font-size: 18px; }

.hero { overflow: hidden; padding: 96px 0 92px; background: #1d1d20; color: #fff; }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.product-kicker { display: flex; align-items: center; gap: 12px; color: #d0d0d4; font-size: 13px; font-weight: 700; }
.kicker-icon { width: 34px; height: 34px; background: #fff; color: var(--ink); }
.hero-copy h1 { max-width: 650px; margin: 28px 0 24px; font-size: clamp(56px, 6.2vw, 94px); line-height: .94; letter-spacing: -.06em; }
.hero-copy > p { max-width: 620px; margin: 0; color: #bcbcc2; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 40px; color: #9d9da4; font-size: 12px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #d3d3d7; }
.app-window { overflow: hidden; border: 1px solid #3a3a3f; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 35px 100px rgba(0, 0, 0, .4); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid #e4e4e7; background: #f7f7f8; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #c7c7cc; }
.window-bar small { margin-left: 7px; color: #8a8a90; font-size: 10px; font-weight: 650; }
.hero-app { padding: 26px; background: #fafafc; }
.app-title-row, .console-head, .console-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.app-title-row strong, .app-title-row small, .console-head strong, .console-head small, .console-title strong, .console-title small { display: block; }
.app-title-row strong { font-size: 20px; }
.app-title-row small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.app-tabs { display: flex; gap: 8px; margin: 22px 0 15px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.app-tabs span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 10px; font-weight: 700; }
.app-tabs .selected { border-color: var(--ink); background: var(--ink); color: #fff; }
.hero-setup-list { display: grid; gap: 9px; }
.hero-setup-list > div, .setup-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.hero-setup-list > div { padding: 12px; }
.step-dot { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.hero-setup-list p { margin: 0; }
.hero-setup-list strong, .hero-setup-list small { display: block; }
.hero-setup-list strong { font-size: 12px; }
.hero-setup-list small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.hero-setup-list button, .setup-console button, .console-title button { min-height: 32px; padding: 0 12px; border: 1px solid var(--line-dark); border-radius: 8px; background: #fff; color: var(--ink); font-size: 10px; font-weight: 750; }
.hero-setup-list button.dark, .setup-console button.dark, .console-title button { border-color: var(--ink); background: var(--ink); color: #fff; }
.mini-storefront { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; align-items: center; margin-top: 18px; padding: 16px; border-radius: 12px; background: var(--ink); color: #fff; }
.mini-storefront strong, .mini-storefront small { display: block; }
.mini-storefront strong { font-size: 13px; }
.mini-storefront small { margin-top: 4px; color: #a8a8ae; font-size: 10px; line-height: 1.4; }
.mini-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mini-slots span { padding: 9px 6px; border: 1px solid #4b4b50; border-radius: 7px; color: #d8d8dc; font-size: 9px; text-align: center; }
.mini-slots .active { border-color: #fff; background: #fff; color: var(--ink); font-weight: 750; }

.signal-strip { border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { padding: 27px 32px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { padding-left: 0; }
.signal-grid > div:last-child { border: 0; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { margin-bottom: 5px; font-size: 14px; }
.signal-grid span { color: var(--muted); font-size: 13px; }

.band { padding: 110px 0; }
.band.soft { background: var(--canvas); border-block: 1px solid var(--line); }
.section-head { max-width: 810px; margin-bottom: 48px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.eyebrow { color: #73737a; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-head h2, .feature-copy h2, .cta h2 { margin: 14px 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.05em; }
.section-head p, .feature-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.setup-console { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.console-head { margin-bottom: 22px; }
.console-head strong { font-size: 22px; }
.console-head small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.console-head > div:last-child { display: flex; align-items: center; gap: 12px; }
.console-head button { min-height: 42px; padding-inline: 18px; border-color: var(--ink); background: var(--ink); color: #fff; }
.setup-row { min-height: 78px; margin-top: 10px; padding: 15px 16px; }
.setup-row > div > strong, .setup-row > div > small { display: block; }
.setup-row > div > strong { font-size: 14px; }
.setup-row > div > small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.pills { display: flex!important; flex-wrap: wrap; gap: 6px; }
.pills span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.steps li { min-height: 180px; display: flex; gap: 22px; padding: 32px 28px; border-right: 1px solid var(--line); }
.steps li:last-child { border: 0; }
.steps li > span, .number, .use-list article > span { color: var(--quiet); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.steps h3, .showcase-card h3, .capability-card h3, .use-list h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.02em; }
.steps p, .showcase-card p, .use-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.feature-row { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.feature-copy { max-width: 520px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 22px; color: #414147; font-size: 14px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.booking-card-demo { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.demo-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.demo-card-head span, .demo-card-head small { display: block; }
.demo-card-head div > span { margin-bottom: 4px; font-size: 22px; font-weight: 780; }
.demo-card-head small { color: var(--muted); }
.status { padding: 6px 10px; border-radius: 99px; background: var(--success-soft); color: var(--success); font-size: 11px; font-weight: 800; }
.date-grid, .time-grid { display: grid; gap: 10px; margin-bottom: 12px; }
.date-grid { grid-template-columns: 1fr 1fr; }
.time-grid { grid-template-columns: repeat(3, 1fr); }
.date-grid button, .time-grid button { min-height: 47px; border: 1px solid var(--line-dark); border-radius: 9px; background: #fff; color: var(--ink); transition: background .14s ease, border-color .14s ease; }
.date-grid button:hover, .time-grid button:hover { border-color: #7d7d84; background: #f5f5f6; }
.date-grid .active, .time-grid .active { border-color: var(--ink); background: var(--ink); color: #fff; font-weight: 700; }
.booking-card-demo label { display: grid; gap: 7px; margin: 17px 0; font-size: 13px; font-weight: 700; }
.booking-card-demo input { min-height: 48px; padding: 0 14px; border: 1px solid var(--line-dark); border-radius: 9px; background: #fff; }
.demo-submit { width: 100%; min-height: 52px; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: #fff; font-weight: 750; }
.confirmation-toast { position: absolute; right: -18px; bottom: -72px; min-width: 310px; display: flex; align-items: center; gap: 13px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 24px 55px rgba(20, 20, 24, .16); }
.confirmation-toast > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--success-soft); color: var(--success); font-weight: 900; }
.confirmation-toast strong, .confirmation-toast small { display: block; }
.confirmation-toast strong { font-size: 13px; }
.confirmation-toast small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.operations { padding-top: 150px; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.showcase-card, .capability-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.showcase-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: .34fr 1fr; align-items: stretch; background: var(--canvas); }
.showcase-card > div { padding: 34px; }
.showcase-card h3, .capability-card h3 { margin-top: 12px; font-size: 27px; }
.showcase-card > .calendar-console, .showcase-card > .reports-console { padding: 26px; border-left: 1px solid var(--line); background: #fff; }
.console-title { align-items: center; margin-bottom: 18px; }
.console-title strong { font-size: 17px; }
.console-title small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.calendar-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 18px; }
.calendar-stats span, .metric-grid span { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.calendar-stats strong, .calendar-stats small, .metric-grid strong, .metric-grid small { display: block; }
.calendar-stats strong { font-size: 21px; }
.calendar-stats small, .metric-grid small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.appointment-list { border-top: 1px solid var(--line); }
.appointment-list > div { display: grid; grid-template-columns: 96px 110px 1fr auto; gap: 12px; align-items: center; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 10px; }
.appointment-list > div > span { color: var(--muted); }
.appointment-list em { padding: 5px 9px; border-radius: 99px; background: var(--success-soft); color: var(--success); font-size: 9px; font-style: normal; font-weight: 800; }
.appointment-list em.rescheduled { background: #fff2df; color: #9a5a00; }
.reports-showcase { display: grid; grid-template-rows: auto 1fr; }
.showcase-card > .reports-console { display: grid; gap: 13px; border-top: 1px solid var(--line); border-left: 0; background: var(--canvas); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.metric-grid strong { font-size: 24px; letter-spacing: -.04em; }
.metric-grid .value strong { color: var(--success); }
.recommendation { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.recommendation small, .recommendation strong { display: block; }
.recommendation small { margin-bottom: 5px; color: var(--success); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.recommendation strong { font-size: 12px; line-height: 1.45; }
.capability-card { padding: 34px; background: var(--ink); color: #fff; }
.capability-card .number { color: #8d8d94; }
.capability-card ul { margin: 25px 0 0; padding: 0; border-top: 1px solid #3c3c41; list-style: none; }
.capability-card li { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid #3c3c41; }
.capability-card li strong { font-size: 14px; }
.capability-card li span { color: #a9a9b0; font-size: 13px; text-align: right; }

.feature-row.compact { grid-template-columns: .72fr 1.28fr; align-items: start; }
.feature-row.compact .section-head { position: sticky; top: 110px; margin-bottom: 0; }
.use-list { border-top: 1px solid var(--line); }
.use-list article { display: grid; grid-template-columns: 42px 1fr 1fr; gap: 22px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.use-list h3 { font-size: 21px; }

.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.plan { position: relative; padding: 28px 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.plan.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.plan-tag { position: absolute; right: 18px; top: 18px; padding: 5px 9px; border-radius: 99px; background: #fff; color: var(--ink); font-size: 10px; font-weight: 850; }
.plan h3 { margin: 0; font-size: 20px; }
.price { margin: 14px 0 28px; font-size: 30px; font-weight: 850; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 12px; font-weight: 550; letter-spacing: 0; }
.featured .price small { color: #aaaab1; }
.plan ul { margin: 0; padding: 0; list-style: none; }
.plan li { padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.45; }
.featured li { border-color: #3b3b40; color: #d0d0d4; }
.plan li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 900; }
.featured li::before { color: #72d493; }
.plan-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.cta { background: var(--ink); color: #fff; }
.cta-panel { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.cta-panel > div:first-child { max-width: 780px; }
.cta .eyebrow { color: #8f8f96; }
.cta p { max-width: 650px; margin: 0; color: #adadb4; font-size: 18px; line-height: 1.55; }

footer { padding: 52px 0; background: #121214; color: #fff; border-top: 1px solid #2d2d31; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand .brand-mark { background: #fff; color: var(--ink); }
.footer-grid p { color: #85858c; font-size: 13px; }
.footer-grid > div:last-child { display: flex; flex-wrap: wrap; gap: 22px; align-items: flex-start; }
.footer-grid a:not(.brand) { color: #b8b8be; font-size: 13px; }

.legal-hero { padding: 105px 0 62px; background: var(--canvas); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; margin: 16px 0; font-size: clamp(52px, 7vw, 84px); line-height: .96; letter-spacing: -.055em; }
.legal-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.prose { max-width: 860px; margin: 0 auto; }
.prose h2 { margin: 50px 0 12px; font-size: 27px; letter-spacing: -.02em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 8px; }
.prose p, .prose li { color: #56565d; line-height: 1.75; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq-grid h2 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.02em; }
.faq-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 1020px) {
  .nav-links > a:not(.button) { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 780px; }
  .hero-window { width: min(100%, 760px); }
  .feature-row, .feature-row.compact { grid-template-columns: 1fr; gap: 54px; }
  .feature-row.compact .section-head { position: static; }
  .showcase-card.wide { grid-template-columns: 1fr; }
  .showcase-card > .calendar-console { border-top: 1px solid var(--line); border-left: 0; }
  .plans { grid-template-columns: 1fr 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .wrap, .nav { width: min(100% - 28px, 1240px); }
  .nav { min-height: 62px; }
  .brand { font-size: 13px; }
  .nav-links { gap: 8px; }
  .hero { padding: 58px 0 64px; }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 64px); }
  .hero-copy > p { font-size: 17px; }
  .app-window { border-radius: 12px; }
  .window-bar { height: 34px; }
  .hero-app { padding: 16px; }
  .mini-storefront { grid-template-columns: 1fr; }
  .app-tabs { overflow: hidden; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .band { padding: 76px 0; }
  .section-head h2, .feature-copy h2, .cta h2 { font-size: 43px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .setup-console { padding: 18px; }
  .console-head, .app-title-row { flex-direction: column; }
  .console-head > div:last-child { width: 100%; justify-content: space-between; }
  .setup-row { grid-template-columns: auto 1fr; }
  .setup-row > button { grid-column: 2; justify-self: start; }
  .check-list { grid-template-columns: 1fr; }
  .booking-card-demo { padding: 20px; }
  .time-grid { grid-template-columns: 1fr; }
  .confirmation-toast { position: static; min-width: 0; margin-top: 16px; box-shadow: none; }
  .operations { padding-top: 76px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card.wide { grid-column: auto; }
  .showcase-card > div, .capability-card { padding: 25px; }
  .showcase-card > .calendar-console, .showcase-card > .reports-console { padding: 18px; }
  .appointment-list > div { grid-template-columns: 1fr auto; padding: 12px 0; }
  .appointment-list > div > span { grid-column: 1; }
  .appointment-list em { grid-column: 2; grid-row: 1; }
  .capability-card li { flex-direction: column; gap: 5px; }
  .capability-card li span { text-align: left; }
  .use-list article { grid-template-columns: 30px 1fr; }
  .use-list article p { grid-column: 2; }
  .plans { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .date-grid button, .time-grid button { transition: none; }
}
