:root {
  --navy: #07152f;
  --ink: #12213e;
  --muted: #60708d;
  --primary: #2457f5;
  --violet: #7657ff;
  --mint: #42d6a4;
  --line: #dfe6f1;
  --soft: #f5f8fd;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(20, 38, 75, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }

.site-header { height: 78px; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,230,241,.65); transition: .3s; }
.site-header.scrolled { box-shadow: 0 12px 32px rgba(7,21,47,.08); background: rgba(255,255,255,.96); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; flex-shrink: 0; font-size: 1.5rem; font-weight: 900; letter-spacing: -.045em; color: var(--navy); text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: auto; height: 36px; max-width: 100%; object-fit: contain; flex-shrink: 0; }
nav { display: flex; gap: 25px; align-items: center; }
nav a { color: #34435f; text-decoration: none; font-weight: 650; font-size: .92rem; transition: .2s; }
nav a:hover, nav a:focus-visible { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 10px; background: transparent; color: var(--navy); }
.menu-toggle:hover { background: #f1f4fa; }
.menu-bars { width: 22px; display: grid; gap: 4px; }
.menu-bars span { display: block; height: 2px; border-radius: 999px; background: currentColor; }
.svg-icon { width: 1.15em; height: 1.15em; display: inline-block; flex: 0 0 auto; }

.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 22px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), var(--violet)); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(36,87,245,.24); transition: transform .25s, box-shadow .25s, filter .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(36,87,245,.32); filter: brightness(1.02); }
.button:focus-visible, .demo-chip:focus-visible, .footer-button:focus-visible, .calendly-popup-button:focus-visible { outline: 3px solid rgba(36,87,245,.25); outline-offset: 4px; }
.button.small { padding: 10px 16px; border-radius: 11px; font-size: .88rem; }
.button.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button.secondary:hover { border-color: #afc1ff; box-shadow: 0 12px 28px rgba(20,38,75,.08); }

.hero { position: relative; min-height: 720px; padding: 100px 0 84px; background: radial-gradient(circle at 85% 15%, rgba(118,87,255,.14), transparent 30%), linear-gradient(180deg,#fbfdff,#f4f8ff); overflow: hidden; }
.dental-hero { background: radial-gradient(circle at 84% 15%, rgba(36,87,245,.15), transparent 31%), linear-gradient(180deg,#f8faff,#fff); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); margin-bottom: 18px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #20c981; box-shadow: 0 0 0 6px rgba(32,201,129,.13); animation: pulse 2s infinite; }
.hero h1, .legal-hero h1 { font-size: clamp(3.15rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.065em; color: var(--navy); max-width: 720px; }
.gradient-text { background: linear-gradient(100deg,var(--primary),var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { font-size: 1.14rem; color: var(--muted); max-width: 650px; margin: 26px 0 30px; }
.compact-copy { margin-top: 20px; }
.button-row { display: flex; gap: 13px; flex-wrap: wrap; }
.micro-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; color: #5d6c87; font-size: .86rem; font-weight: 650; }
.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: linear-gradient(135deg,rgba(36,87,245,.2),rgba(118,87,255,.14)); filter: blur(40px); animation: breathe 5s ease-in-out infinite; }
.chat-card { position: relative; z-index: 2; width: min(490px,100%); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 35px 85px rgba(33,54,104,.2); border-radius: 30px; padding: 24px; backdrop-filter: blur(20px); }
.chat-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.bot-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg,var(--primary),var(--violet)); color: #fff; }
.bot-icon .svg-icon { width: 21px; height: 21px; }
.status { font-size: .78rem; color: #18a96f; }
.chat-menu { margin-left: auto; color: #8a96aa; }
.demo-card { min-height: 520px; }
.demo-label { display: inline-flex; align-items: center; width: max-content; margin-bottom: 15px; padding: 8px 12px; border-radius: 999px; background: #eef2ff; color: #4155c7; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.demo-helper { margin: 17px 0 2px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.demo-conversation { display: grid; align-content: start; min-height: 165px; }
.bubble { max-width: 87%; margin-top: 16px; padding: 13px 15px; border-radius: 18px 18px 18px 5px; background: #eef3ff; color: #35445f; transition: opacity .18s ease, transform .18s ease; }
.bubble.user { margin-left: auto; background: linear-gradient(135deg,var(--primary),var(--violet)); color: #fff; border-radius: 18px 18px 5px 18px; }
.bubble.switching { opacity: 0; transform: translateY(8px); }
.typing { display: flex; gap: 4px; margin: 16px 0 0 8px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: #95a2b7; animation: typing 1.1s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }
.typing i:nth-child(3) { animation-delay: .3s; }
.demo-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 11px 0 18px; }
.demo-chip { border: 1px solid #d9e1f0; border-radius: 999px; background: #fff; color: #33415d; padding: 9px 12px; font-size: .76rem; font-weight: 760; transition: .2s; }
.demo-chip:hover, .demo-chip.active { border-color: #6a73f4; background: #eef0ff; color: #3944bb; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(65,75,195,.12); }
.demo-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 2px 0 15px; padding: 12px 14px; border-radius: 14px; background: #f7f9ff; border: 1px solid #dfe6f6; color: var(--primary); text-decoration: none; font-size: .85rem; font-weight: 800; }
.demo-cta:hover { background: #eef3ff; }
.demo-features { display: flex; flex-wrap: wrap; gap: 8px 14px; padding-top: 14px; border-top: 1px solid var(--line); color: #65738c; font-size: .75rem; font-weight: 700; }
.hero-visual.interactive-demo {
  flex-direction: column;
}

.demo-clarification {
  position: relative;
  width: min(490px, 100%);
  max-width: 490px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
  text-align: center;
}
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.orb-one { width: 90px; height: 90px; background: #98f0d5; left: -30px; top: 160px; }
.orb-two { width: 55px; height: 55px; background: #c9c1ff; right: 3%; bottom: 8%; }

.proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; color: #6b7890; font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.proof-grid span + span { border-left: 1px solid var(--line); }
.section { padding: 96px 0; }
.section.alt { background: var(--soft); }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 50px; }
.section-head.left { text-align: left; margin: 0 0 30px; }
.section h2, .section-head h2 { font-size: clamp(2.2rem,4vw,3.75rem); line-height: 1.08; letter-spacing: -.045em; color: var(--navy); }
.section-head p { color: var(--muted); font-size: 1.04rem; margin-top: 16px; }
.company-intro { padding-bottom: 0; }
.company-intro .section-head { margin-bottom: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px; overflow: hidden; transition: .3s; }
.card:hover, .industry-card:hover, .outcome-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #b9c8f8; }
.card-number { position: absolute; right: 22px; top: 16px; font-size: 3.4rem; font-weight: 900; color: #eff3fb; line-height: 1; }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 14px; background: #eef2ff; color: var(--primary); }
.card-icon .svg-icon { width: 24px; height: 24px; }
.card h3, .step h3, .outcome-card h3, .industry-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 9px; }
.card p, .step p, .outcome-card p, .industry-card p { color: var(--muted); }
.outcome-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.outcome-card { border: 1px solid var(--line); border-radius: 23px; padding: 28px; background: #fff; transition: .3s; }
.outcome-card > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; margin-bottom: 20px; background: #edf2ff; color: var(--primary); font-weight: 900; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-card { min-height: 220px; display: block; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; text-decoration: none; transition: .3s; }
.industry-card > .industry-icon { display: block; width: 32px; height: 32px; margin-bottom: 35px; color: var(--primary); }
.industry-card b { display: inline-block; margin-top: 18px; color: var(--primary); }
.industry-card.featured { background: linear-gradient(145deg,#0b1d41,#173b83); border-color: transparent; }
.industry-card.featured h3, .industry-card.featured p { color: #fff; }
.industry-card.featured p { opacity: .77; }
.industry-card.featured b { color: #8ff2d0; }
.industry-card.featured > .industry-icon { color: #8ff2d0; }
.industry-card b .svg-icon { width: 15px; height: 15px; margin-left: 4px; vertical-align: -2px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; position: relative; }
.steps::before { content: ""; position: absolute; height: 2px; background: linear-gradient(90deg,var(--primary),var(--violet)); top: 27px; left: 12%; right: 12%; opacity: .25; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 24px; }
.step > span { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; margin: 0 auto 22px; background: linear-gradient(135deg,var(--primary),var(--violet)); color: #fff; font-weight: 900; box-shadow: 0 12px 26px rgba(36,87,245,.22); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.privacy-panel { background: linear-gradient(145deg,#081a3a,#112d64); color: #fff; border-radius: 30px; padding: 44px; box-shadow: var(--shadow); }
.privacy-panel h2 { color: #fff; margin: 16px 0; }
.privacy-panel p { color: #c8d5ee; }
.tag { display: inline-block; border-radius: 999px; background: rgba(65,214,164,.15); color: #7ff0c9; padding: 7px 12px; font-size: .78rem; font-weight: 850; }
.check-list { list-style: none; display: grid; gap: 13px; margin-top: 24px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #42d6a4; font-weight: 900; }
.dark-list { color: var(--ink); }
.journey-list { display: grid; gap: 13px; margin-top: 25px; }
.journey-list div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.08); }
.journey-list b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: rgba(66,214,164,.16); color: #87f1ce; }
.trust-copy p { color: var(--muted); font-size: 1.05rem; margin-top: 18px; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-pills span { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; color: #43516c; font-size: .86rem; font-weight: 750; }
.trust-pills .svg-icon { width: 16px; height: 16px; color: var(--primary); }
.notice { font-size: .82rem !important; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; gap: 25px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; transition: .3s; }
.pricing-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.pricing-card.popular { border: 2px solid #6e64f8; box-shadow: 0 20px 60px rgba(75,66,217,.14); }
.popular-badge { position: absolute; top: 16px; right: 16px; padding: 7px 10px; border-radius: 999px; background: #eceaff; color: #564cc9; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.plan-label { color: var(--primary); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3 { margin-top: 7px; color: var(--navy); font-size: 1.14rem; }
.price { display: flex; align-items: baseline; gap: 7px; margin-top: 18px; }
.price strong { color: var(--navy); font-size: 2.5rem; line-height: 1; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.plan-list { list-style: none; display: grid; gap: 11px; color: #485772; flex: 1; }
.plan-list li { position: relative; padding-left: 25px; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: #1fb67c; font-weight: 900; }
.pricing-note { margin-top: 22px; color: var(--muted); text-align: center; font-size: .84rem; }

.launch-section { background: linear-gradient(120deg,#153ea8,#6b46f3); color: #fff; }
.launch-box { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 45px; }
.launch-box h2 { color: #fff; }
.launch-box p { color: #dce6ff; margin-top: 12px; }
.launch-benefits { display: grid; gap: 10px; color: #eef2ff; font-weight: 700; }
.eyebrow.light { color: #bff7e5; }
.light-button { background: #fff; color: #17316d; box-shadow: 0 16px 34px rgba(3,13,40,.18); white-space: nowrap; }

.faq { max-width: 870px; margin: auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; transition: .25s; }
.faq details[open] { border-color: #b9c8f8; box-shadow: 0 14px 34px rgba(20,38,75,.08); transform: translateY(-2px); }
.faq summary { font-weight: 820; cursor: pointer; color: var(--navy); }
.faq p { color: var(--muted); padding-top: 12px; }
.booking-section { padding: 76px 0; background: linear-gradient(120deg,#153ea8,#6b46f3); position: relative; overflow: hidden; }
.booking-section::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.08); right: -120px; top: -160px; }
.booking-box { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; }
.booking-box h2 { color: #fff; }
.booking-box p { color: #dce6ff; font-size: 1.08rem; margin-top: 12px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; }
.contact-details { display: grid; gap: 18px; }
.contact-details a { color: var(--primary); }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 32px; display: grid; gap: 16px; box-shadow: 0 20px 55px rgba(20,38,75,.08); }
.field { display: grid; gap: 7px; }
.field label { font-weight: 750; }
.field input, .field textarea { width: 100%; border: 1px solid #cfd8e8; border-radius: 13px; padding: 13px 14px; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(36,87,245,.12); border-color: var(--primary); }
.field textarea { min-height: 120px; resize: vertical; }
.field-error { margin: 0; color: #b42318; font-size: .88rem; }

.form-note { font-size: .82rem; color: var(--muted); }

.dental-booking-section { position: relative; overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 92% 2%,rgba(255,255,255,.10),transparent 22%), radial-gradient(circle at 8% 96%,rgba(73,225,189,.08),transparent 26%), linear-gradient(120deg,#071f5d 0%,#163bb8 50%,#6745f4 100%); }
.dental-booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr); gap: 65px; align-items: center; }
.dental-booking-copy { color: #fff; }
.dental-demo-badge { display: inline-flex; padding: 9px 15px; border: 1px solid rgba(105,255,202,.28); border-radius: 999px; background: rgba(20,163,122,.26); color: #9effd8; font-size: .84rem; font-weight: 850; }
.dental-booking-copy h2 { margin: 22px 0 24px; color: #fff; font-size: clamp(3rem,5.8vw,5.2rem); line-height: .98; letter-spacing: -.065em; }
.dental-booking-copy h2 span { background: linear-gradient(90deg,#a6b5ff,#8a63ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dental-booking-lead { max-width: 590px; color: #d4def7; font-size: 1.06rem; line-height: 1.75; }
.dental-demo-list { list-style: none; display: grid; gap: 16px; margin: 28px 0 32px; }
.dental-demo-list li { position: relative; padding-left: 40px; color: #f0f4ff; }
.dental-demo-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #82efc4; color: #0c4260; font-weight: 950; }
.dental-email-link { display: flex; align-items: center; gap: 15px; max-width: 420px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); }
.dental-email-link > .icon-tile { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(125,96,255,.32); color: #fff; }
.dental-email-link .svg-icon { width: 21px; height: 21px; }
.dental-email-link p { color: #dce5fa; line-height: 1.45; }
.dental-email-link a { color: #76f0bd; font-weight: 850; }
.dental-scheduler-card { overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; background: #fff; box-shadow: 0 32px 80px rgba(3,12,49,.30); }
.scheduler-heading { display: flex; align-items: flex-start; gap: 16px; padding: 28px 30px 20px; }
.scheduler-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 16px; background: #eee8ff; color: #5f4de7; }
.scheduler-icon .svg-icon { width: 25px; height: 25px; }
.scheduler-heading h2 { color: var(--navy); font-size: 1.5rem; line-height: 1.2; margin: 2px 0 6px; }
.scheduler-heading p { color: var(--muted); line-height: 1.55; }
.compact-booking-panel { padding: 4px 30px 28px; }
.meeting-summary { display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; padding: 22px 0; }
.meeting-clock { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #eef2ff; color: var(--primary); font-size: 1.15rem; font-weight: 900; }
.meeting-summary strong { display: block; color: var(--navy); font-size: 1.12rem; }
.meeting-summary span { display: block; margin-top: 4px; color: var(--muted); font-size: .92rem; }
.calendly-popup-button { width: 100%; min-height: 64px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 22px; border: 0; border-radius: 14px; background: linear-gradient(100deg,#6734ee,#6358ff); color: #fff; font-weight: 850; box-shadow: 0 14px 30px rgba(86,61,231,.24); transition: .2s; }
.calendly-popup-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(86,61,231,.32); }
.calendly-popup-button > .svg-icon { width: 20px; height: 20px; }
.scheduler-trust { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); color: #63728d; font-size: .74rem; text-align: center; }
.scheduler-trust span { padding: 17px 8px; }
.scheduler-trust span + span { border-left: 1px solid var(--line); }

.dental-demo-options { min-width: 0; display: grid; gap: 20px; }
.dental-request-card { scroll-margin-top: 96px; }
.dental-request-button { margin: 28px 0; background: linear-gradient(135deg,#fff,#dfffee); color: #123c77; box-shadow: 0 14px 34px rgba(3,12,49,.24); }
.dental-request-button[aria-disabled="true"] { pointer-events: none; background: rgba(226,250,239,.18); color: #9effd8; box-shadow: none; opacity: .82; }
.dental-demo-form { display: grid; gap: 16px; padding: 4px 30px 30px; }
.dental-demo-form .field label { color: var(--navy); }
.dental-demo-form .field label span { color: var(--muted); font-size: .82rem; font-weight: 600; }
.dental-demo-submit { width: 100%; }
.dental-demo-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.demo-honeypot, .demo-response-frame { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.dental-demo-success { padding: 34px 30px 38px; color: var(--muted); text-align: center; }
.dental-demo-success .success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e2faef; color: #138257; font-size: 1.6rem; font-weight: 900; }
.dental-demo-success h2 { margin-bottom: 14px; color: var(--navy); }
.dental-demo-success p + p { margin-top: 13px; }
.dental-demo-success strong { color: var(--navy); }
.dental-secondary-demo { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 22px 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: rgba(7,25,79,.28); color: #fff; }
.dental-secondary-demo h3 { color: #fff; font-size: 1.18rem; }
.dental-secondary-demo p { margin-top: 5px; color: #dce5fa; font-size: .9rem; line-height: 1.55; }
.dental-secondary-demo .button { white-space: nowrap; background: #fff; }

.site-footer { background: #07101f; color: #d7e0ef; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 42px; }
.site-footer .logo { color: #fff; }
.site-footer .brand-logo { width: auto; height: 36px; }
.site-footer p { color: #8fa0bb; max-width: 470px; margin-top: 12px; }
.footer-heading { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-links { display: grid; gap: 9px; }
.site-footer a, .footer-button { color: #bdc9dc; text-decoration: none; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; }
.site-footer a:hover, .footer-button:hover { color: #fff; }
.canada-love { display: flex; justify-content: center; gap: 8px; margin-top: 38px; padding: 12px; border: 1px solid #25334c; border-radius: 999px; }
.canada-heart { display: inline-block; color: #e5576f; filter: drop-shadow(0 0 5px rgba(229,87,111,.22)); transform-origin: center; animation: canada-heart-pulse 4s ease-in-out infinite; }
.canada-icon { width: 18px; height: 18px; color: #ff6b7b; }
.heart { width: 15px; height: 15px; color: #ff6173; display: inline-block; animation: heartBeat 2.2s infinite; vertical-align: -2px; }
.copyright { border-top: 1px solid #243047; margin-top: 28px; padding-top: 22px; color: #7f8da4; font-size: .88rem; }

.legal-hero { padding: 92px 0 60px; background: linear-gradient(180deg,#f7f9ff,#fff); }
.legal-hero h1 { font-size: clamp(3rem,6vw,5rem); }
.legal-hero p { margin-top: 18px; color: var(--muted); }
.legal-content { max-width: 850px; }
.legal-content h2 { font-size: 1.45rem; margin: 34px 0 9px; color: var(--navy); }
.legal-content p { color: #4e5d77; margin-top: 10px; }
.legal-content a { color: var(--primary); }
.legal-notice { padding: 18px 20px; border: 1px solid #d6def0; border-radius: 16px; background: #f7f9ff; color: #44526b; }
.error-page { min-height: 100vh; background: radial-gradient(circle at 75% 15%,rgba(118,87,255,.16),transparent 30%),#f5f8fd; }
.error-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.error-card { width: min(620px,100%); padding: 50px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.error-code { margin: 30px 0 5px; color: var(--primary); font-size: 5rem; font-weight: 950; line-height: 1; }
.error-card h1 { color: var(--navy); font-size: 2.4rem; line-height: 1.1; }
.error-card > p:not(.error-code) { color: var(--muted); margin: 15px 0 28px; }
.error-card .button-row { justify-content: center; }

.reveal-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal-ready .reveal.delay-2 { transition-delay: .08s; }
.reveal-ready .reveal.delay-3 { transition-delay: .16s; }
.reveal-ready .reveal.visible { opacity: 1; transform: none; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 6px rgba(32,201,129,.13); } 50% { box-shadow: 0 0 0 11px rgba(32,201,129,0); } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.1); opacity: 1; } }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: .45; } 30% { transform: translateY(-4px); opacity: 1; } }
@keyframes flagWave { 0%,82%,100% { transform: rotate(0); } 88% { transform: rotate(-12deg); } 94% { transform: rotate(10deg); } }
@keyframes heartBeat { 0%,70%,100% { transform: scale(1); } 78% { transform: scale(1.25); } 86% { transform: scale(1); } }
@keyframes canada-heart-pulse { 0%,8%,16%,100% { transform: scale(1); } 12% { transform: scale(1.12); } }

@media (prefers-reduced-motion: reduce) {
  .canada-heart { animation: none; }
}

@media (max-width: 1040px) {
  nav { gap: 17px; }
  nav a { font-size: .86rem; }
  .launch-box { grid-template-columns: 1fr 1fr; }
  .launch-box > .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 920px) {
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; padding: 22px; box-shadow: 0 18px 38px rgba(7,21,47,.12); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .menu-toggle { display: grid; }
  .nav-actions .small { display: none; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .split, .contact-grid, .dental-booking-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-content { text-align: center; }
  .hero-copy { margin-left: auto; margin-right: auto; }
  .button-row, .micro-trust { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .grid-3, .industry-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card.popular { grid-row: span 1; }
  .steps::before { display: none; }
  .booking-box { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .launch-box { grid-template-columns: 1fr; text-align: center; }
  .launch-benefits { max-width: 500px; margin: auto; text-align: left; }
  .launch-box > .button { grid-column: auto; justify-self: center; }
  .dental-booking-grid { gap: 42px; }
}

@media (max-width: 768px) {
  main, .container { width: 100%; max-width: 100%; box-sizing: border-box; }
  .container { padding-right: 14px; padding-left: 14px; }
  .pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .logo { font-size: 1.4rem; }
  .site-header .brand-logo, .site-footer .brand-logo { width: auto; height: 32px; max-width: 100%; }
  .hero { padding: 62px 0; }
  .hero h1 { font-size: 3rem; }
  .hero-visual { min-height: auto; }
  .chat-card { padding: 20px; border-radius: 24px; }
  .demo-card { min-height: 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .proof-grid span { padding: 10px 5px; }
  .proof-grid span + span { border-left: 0; }
  .section { padding: 72px 0; }
  .grid-3, .industry-grid, .pricing-grid, .outcome-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .privacy-panel { padding: 30px; }
  .contact-form { padding: 22px; }
  .section h2, .section-head h2 { font-size: 2.3rem; }
  .launch-box { text-align: left; }
  .launch-box > .button { justify-self: stretch; }
  .dental-booking-copy h2 { font-size: 3.2rem; }
  .scheduler-heading { padding: 24px 20px 17px; }
  .compact-booking-panel { padding: 4px 20px 22px; }
  .dental-demo-form { padding: 4px 20px 24px; }
  .dental-demo-success { padding: 30px 20px 34px; }
  .dental-secondary-demo { grid-template-columns: 1fr; }
  .dental-secondary-demo .button { width: 100%; white-space: normal; }
  .scheduler-trust { grid-template-columns: 1fr; }
  .scheduler-trust span + span { border-left: 0; border-top: 1px solid var(--line); }
  .error-card { padding: 34px 22px; }
  .error-card h1 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready .reveal { opacity: 1 !important; transform: none !important; }
}
