:root {
  --ink: #15383b;
  --ink-2: #47666a;
  --muted: #71898c;
  --brand: #0f766e;
  --brand-dark: #0b5e58;
  --brand-soft: #dff5f1;
  --mint: #eef9f7;
  --line: #dce9e7;
  --white: #ffffff;
  --warm: #f6fbfa;
  --shadow: 0 26px 80px rgba(18, 77, 77, 0.12);
  --shadow-sm: 0 14px 42px rgba(18, 77, 77, 0.08);
  --radius: 26px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; background: #fff; color: var(--ink); padding: 10px 14px; z-index: 9999; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.86); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,233,231,.74);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 170px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #38575b; font-size: 14px; font-weight: 650; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--brand); transition: .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-toggle { display:none; background:transparent; border:0; width:42px; height:42px; padding:8px; }
.nav-toggle span { display:block; height:2px; background:var(--ink); margin:6px 0; border-radius:2px; }

.btn { border: 0; border-radius: 13px; padding: 13px 20px; font-weight: 760; display: inline-flex; justify-content: center; align-items: center; gap: 9px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 30px rgba(15,118,110,.2); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 16px 38px rgba(15,118,110,.28); }
.btn-ghost { background:#fff; color:var(--ink); border:1px solid var(--line); }
.btn-white { background:#fff; color:var(--brand-dark); }
.btn-sm { padding: 11px 16px; border-radius: 11px; }
.btn-lg { padding: 15px 23px; border-radius: 14px; }

.hero { position:relative; overflow:hidden; padding-top:104px; background: linear-gradient(180deg,#f7fcfb 0%,#fff 88%); }
.hero-grid { display:grid; grid-template-columns: .9fr 1.1fr; align-items:center; gap:70px; min-height:640px; }
.hero-copy { position:relative; z-index:2; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; font-size:12px; font-weight:820; letter-spacing:.12em; text-transform:uppercase; color:var(--brand); }
.eyebrow-dot { width:8px; height:8px; background:#38bda8; border-radius:50%; box-shadow:0 0 0 5px rgba(56,189,168,.13); }
.eyebrow.light { color:#bff7ed; }
.hero h1 { font-size:clamp(48px,6vw,76px); line-height:1.02; letter-spacing:-.055em; margin:20px 0 24px; max-width:680px; }
.hero h1 span { color:var(--brand); }
.hero-lead { font-size:19px; line-height:1.75; color:var(--ink-2); max-width:630px; margin:0; }
.hero-actions { display:flex; gap:12px; margin-top:34px; flex-wrap:wrap; }
.hero-proof { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:42px; padding-top:28px; border-top:1px solid var(--line); }
.hero-proof strong { display:block; font-size:14px; }
.hero-proof span { display:block; font-size:12px; color:var(--muted); margin-top:2px; }
.hero-orb { position:absolute; border-radius:50%; filter:blur(2px); pointer-events:none; }
.hero-orb-one { width:460px; height:460px; background:radial-gradient(circle,rgba(129,230,213,.26),rgba(129,230,213,0)); right:-120px; top:10px; }
.hero-orb-two { width:320px; height:320px; background:radial-gradient(circle,rgba(14,116,144,.09),rgba(14,116,144,0)); left:-120px; bottom:0; }

.product-stage { position:relative; min-height:520px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.stage-glow { position:absolute; inset:10% 8% 5%; border-radius:50%; background:radial-gradient(circle,#c8f3eb 0%,rgba(200,243,235,.15) 56%,transparent 70%); }
.preview-tabs-nav { z-index:10; display:flex; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); border:1px solid var(--line); padding:5px; border-radius:999px; box-shadow:0 10px 30px rgba(15,118,110,.12); gap:4px; margin-bottom:14px; }
.preview-tab { background:transparent; border:0; padding:8px 14px; border-radius:999px; font-size:11px; font-weight:750; color:var(--ink-2); display:inline-flex; align-items:center; gap:6px; transition:all .2s ease; cursor:pointer; }
.preview-tab:hover { color:var(--brand); background:rgba(15,118,110,.06); }
.preview-tab.active { background:var(--brand); color:#fff; box-shadow:0 4px 14px rgba(15,118,110,.25); }
.dashboard-shell { position:relative; z-index:2; width:min(650px,100%); min-height:430px; background:#fff; border:1px solid #dbe9e7; border-radius:24px; box-shadow:var(--shadow); display:flex; overflow:hidden; transform:perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dash-sidebar { width:58px; background:#0f6f68; padding:15px 10px; display:flex; flex-direction:column; align-items:center; gap:18px; }
.mini-mark { width:34px; height:34px; border-radius:10px; background:white; color:var(--brand); display:grid; place-items:center; font-size:11px; font-weight:900; margin-bottom:10px; }
.side-dot { width:26px; height:26px; border-radius:8px; background:rgba(255,255,255,.11); position:relative; border:0; padding:0; cursor:pointer; }
.side-dot::after { content:""; position:absolute; inset:8px; border-radius:4px; background:rgba(255,255,255,.48); }
.side-dot.active { background:rgba(255,255,255,.22); }
.dash-main { flex:1; padding:22px; background:#fbfdfd; }
.tab-panel { display:none; animation:fadeInTab .3s ease forwards; }
.tab-panel.active { display:block; }
@keyframes fadeInTab { from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:translateY(0)} }
.dash-topbar { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.dash-topbar strong { display:block; font-size:19px; }
.dash-kicker { display:block; font-size:10px; color:#789397; text-transform:uppercase; letter-spacing:.08em; }
.avatar { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; background:#e0f3ef; color:var(--brand); font-size:11px; font-weight:800; }
.metric-row { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.metric-card { background:white; border:1px solid #e4efed; border-radius:14px; padding:13px; }
.metric-card span,.metric-card small { display:block; font-size:9px; color:#819699; }
.metric-card strong { font-size:24px; line-height:1.2; display:block; margin:3px 0; }
.dash-grid { display:grid; grid-template-columns:1.45fr .8fr; gap:12px; margin-top:12px; }
.schedule-card,.chart-card { background:#fff; border:1px solid #e4efed; border-radius:15px; padding:14px; }
.card-heading { display:flex; align-items:center; justify-content:space-between; font-size:10px; margin-bottom:10px; }
.card-heading span { color:var(--brand); font-weight:700; }
.schedule-item { display:grid; grid-template-columns:34px 28px 1fr auto; align-items:center; gap:7px; padding:9px 0; border-top:1px solid #eef3f2; font-size:9px; }
.schedule-item time { color:#6d8588; }
.schedule-avatar { width:27px; height:27px; border-radius:8px; background:#dff4f0; color:#087066; display:grid; place-items:center; font-size:8px; font-weight:800; }
.schedule-avatar.alt { background:#fff1d8; color:#aa6b13; }
.schedule-avatar.third { background:#e6ecff; color:#4561bd; }
.schedule-item strong,.schedule-item small { display:block; line-height:1.3; }
.schedule-item small { color:#819699; font-size:8px; margin-top:2px; }
.status { font-size:7px; padding:4px 5px; border-radius:7px; white-space:nowrap; }
.status.green { color:#087066; background:#dff4f0; }.status.amber{color:#9a6210;background:#fff2d9}.status.blue{color:#4561bd;background:#e7edff}
.chart-amount { font-size:21px; font-weight:850; margin:16px 0; }
.chart-amount small { font-size:8px; color:#0d8a73; }
.bars { height:114px; display:flex; align-items:flex-end; gap:6px; }
.bars i { flex:1; background:linear-gradient(#42bfae,#a8e3da); border-radius:5px 5px 2px 2px; min-height:12px; }
.odontogram-preview { background:#fff; border:1px solid #e4efed; border-radius:14px; padding:12px; margin-top:10px; }
.arch-label { font-size:8.5px; font-weight:750; color:#7b9497; text-transform:uppercase; letter-spacing:.05em; margin-bottom:5px; }
.teeth-row { display:flex; align-items:center; justify-content:space-between; gap:3px; }
.tooth-num { width:22px; height:25px; border-radius:6px; background:#f1f8f7; border:1px solid #d9eae7; display:grid; place-items:center; font-size:8px; font-weight:750; color:var(--ink); }
.tooth-num.tagged.prep { background:#dff4f0; border-color:#087066; color:#087066; font-weight:900; box-shadow:0 2px 8px rgba(8,112,102,.2); }
.tooth-num.tagged.fill { background:#e7edff; border-color:#3b82f6; color:#1d4ed8; font-weight:900; }
.tooth-num.tagged.rct { background:#fef3c7; border-color:#f59e0b; color:#b45309; font-weight:900; }
.arch-divider { width:1px; height:24px; background:#cbd5e1; margin:0 2px; }
.odontogram-footer { display:flex; gap:12px; margin-top:10px; font-size:8px; }
.invoice-list { display:grid; gap:8px; margin-top:10px; }
.invoice-row { display:grid; grid-template-columns:56px 1fr 1.2fr auto auto; align-items:center; gap:8px; background:#fff; border:1px solid #e4efed; border-radius:11px; padding:8px 12px; font-size:9px; }
.invoice-row span { color:#6d8588; font-weight:700; }
.invoice-row small { color:#819699; }
.invoice-row em { font-style:normal; font-weight:800; color:var(--ink); }
.analytics-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px; }
.analytics-stat { background:#fff; border:1px solid #e4efed; border-radius:12px; padding:12px; }
.analytics-stat small { display:block; font-size:9px; color:#819699; }
.analytics-stat strong { display:block; font-size:13px; margin:4px 0 8px; color:var(--ink); }
.progress-bar { height:6px; background:#eef6f5; border-radius:999px; overflow:hidden; }
.progress-bar i { display:block; height:100%; background:linear-gradient(90deg,#0f766e,#38bda8); border-radius:999px; }
.floating-card { position:absolute; z-index:3; background:#fff; border:1px solid #dfecea; border-radius:14px; box-shadow:var(--shadow-sm); padding:12px 15px; display:flex; align-items:center; gap:10px; min-width:210px; }
.floating-card > span { width:33px; height:33px; border-radius:10px; display:grid; place-items:center; background:#e4f6f2; color:var(--brand); font-weight:850; }
.floating-card strong,.floating-card small { display:block; line-height:1.25; }
.floating-card strong { font-size:11px; }.floating-card small{font-size:9px;color:#7b9396;margin-top:3px}
.float-one { right:-8px; top:42px; animation:float 5s ease-in-out infinite; }.float-two{left:-18px;bottom:26px;animation:float 5.8s ease-in-out infinite reverse}
@keyframes float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)} }

.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.trust-grid { min-height:112px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.trust-grid div { display:flex; align-items:center; gap:12px; padding:12px 24px; border-right:1px solid var(--line); }
.trust-grid div:last-child { border-right:0; }.trust-grid span{font-size:12px;color:#96a8aa;font-weight:800}.trust-grid strong{font-size:14px}

.section-heading { max-width:620px; }.section-heading.centered{text-align:center;margin:0 auto 58px}.section-heading h2,.workflow-copy h2,.outcome-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.04em;margin:16px 0 20px}.section-heading p,.workflow-copy p,.outcome-copy p{font-size:17px;color:var(--ink-2);margin:0 0 26px}
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { padding:30px; border:1px solid var(--line); border-radius:22px; background:#fff; transition:.25s ease; min-height:360px; }
.feature-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-sm); border-color:#cae4df; }
.icon-box { width:48px; height:48px; border-radius:15px; background:var(--brand-soft); color:var(--brand); display:grid; place-items:center; font-size:24px; font-weight:800; }
.feature-card h3 { font-size:21px; letter-spacing:-.02em; margin:22px 0 10px; }.feature-card p{color:var(--ink-2);margin:0 0 20px}.feature-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.feature-card li{font-size:13px;color:#557276}.feature-card li::before{content:"✓";color:var(--brand);font-weight:900;margin-right:8px}

.soft-section { background:var(--warm); }
.workflow-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.flow-list { display:grid; gap:0; position:relative; }.flow-list::before{content:"";position:absolute;left:23px;top:44px;bottom:44px;width:1px;background:#bcded8}
.flow-step { display:grid; grid-template-columns:48px 1fr; gap:20px; position:relative; padding:17px 0; }
.flow-step > span { width:48px;height:48px;border-radius:15px;background:#fff;border:1px solid #cae4df;display:grid;place-items:center;color:var(--brand);font-weight:850;z-index:1;box-shadow:0 8px 22px rgba(15,118,110,.08)}
.flow-step strong{font-size:17px}.flow-step p{margin:3px 0 0;color:#657f82;font-size:14px}

.split-showcase { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.clinic-panel { background:#eaf8f5; border-radius:30px; padding:44px; min-height:430px; display:flex; flex-direction:column; }
.clinic-panel.dark { background:#15383b; color:#fff; }
.panel-top { display:flex; justify-content:space-between; align-items:center; }.pill{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:8px 10px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--brand)}.dark .pill{background:rgba(255,255,255,.1);color:#c3f3eb}.panel-icon{font-size:22px}
.clinic-panel h3{font-size:36px;line-height:1.08;letter-spacing:-.04em;max-width:460px;margin:60px 0 16px}.clinic-panel p{color:#567276;max-width:480px;margin:0}.clinic-panel.dark p{color:#b8cccc}
.mini-stats{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-stats div{background:#fff;padding:18px;border-radius:15px}.mini-stats small,.mini-stats strong{display:block}.mini-stats small{font-size:10px;color:#789295}.mini-stats strong{font-size:16px;margin-top:4px}
.check-stack{margin-top:auto;display:grid;gap:11px;color:#d3e7e5;font-size:14px}.check-stack span{padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}

.outcomes-section{background:#0e3437;color:#fff}.outcomes-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.outcome-copy p{color:#b8cccc}.outcome-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.outcome-card{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:28px;background:rgba(255,255,255,.035);min-height:250px}.outcome-card>strong{color:#69d9c7;font-size:12px}.outcome-card h3{font-size:22px;margin:60px 0 10px}.outcome-card p{color:#b8cccc;margin:0;font-size:14px}

.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.accordion{border-top:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line);padding:22px 0}.accordion summary{font-weight:780;font-size:17px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.accordion summary::-webkit-details-marker{display:none}.accordion summary::after{content:"+";font-size:22px;color:var(--brand);font-weight:400}.accordion details[open] summary::after{content:"−"}.accordion p{color:#627d80;margin:12px 40px 0 0;font-size:14px}

.cta-section{padding:0 0 112px}.cta-card{background:linear-gradient(130deg,#0e736b,#0b5d58);border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:50px;color:#fff;position:relative;overflow:hidden}.cta-card::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-100px;top:-190px;background:rgba(255,255,255,.07)}.cta-card h2{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:14px 0 10px;max-width:700px}.cta-card p{margin:0;color:#d5efeb}

.site-footer{background:#f5faf9;border-top:1px solid var(--line);padding:70px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand img{width:170px}.footer-brand p{max-width:360px;color:#678084;font-size:14px;margin-top:18px}.site-footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin:6px 0 18px}.site-footer a,.site-footer span,.footer-link{display:block;color:#627b7e;font-size:13px;margin:10px 0;background:none;border:0;padding:0;text-align:left}.site-footer a:hover,.footer-link:hover{color:var(--brand)}.footer-bottom{border-top:1px solid var(--line);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;color:#83979a;font-size:12px}

.modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}.modal.active{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(5,31,33,.7);backdrop-filter:blur(7px)}.modal-card{position:relative;z-index:1;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:26px;padding:38px;box-shadow:0 40px 120px rgba(0,0,0,.28);display:grid;grid-template-columns:.7fr 1.3fr;gap:38px}.modal-close{position:absolute;right:18px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f6f5;color:#496468;font-size:24px;line-height:1}.modal-copy{padding:12px}.modal-copy h2{font-size:37px;line-height:1.05;letter-spacing:-.04em;margin:14px 0}.modal-copy p{color:#678084}.modal-benefits{display:grid;gap:9px;margin-top:25px;color:#47666a;font-size:13px}
.demo-form{padding:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.demo-form label{display:block}.demo-form label>span{display:block;font-size:11px;font-weight:760;color:#526f73;margin-bottom:6px}.demo-form input,.demo-form select,.demo-form textarea{width:100%;border:1px solid #d7e6e3;background:#fbfdfd;border-radius:11px;padding:11px 12px;color:var(--ink);outline:none;transition:.2s}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:#69bfb1;box-shadow:0 0 0 3px rgba(15,118,110,.08);background:#fff}.demo-form .full{margin-top:14px}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important}

.phone-input{display:flex;gap:8px}.phone-input .country-code{width:auto;min-width:80px;border:1px solid #d7e6e3;background:#fbfdfd;border-radius:11px;padding:11px 8px;color:var(--ink);outline:none;transition:.2s;cursor:pointer}.phone-input .country-code:focus{border-color:#69bfb1;box-shadow:0 0 0 3px rgba(15,118,110,.08);background:#fff}.phone-input input{flex:1}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.form-status{font-size:12px;color:#617d80;margin:0;min-height:20px}.form-status.error{color:#b42318}.form-status.success{color:#087066;font-weight:700}.privacy-note{font-size:10px;color:#8ba0a2;margin:12px 0 0;line-height:1.5}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.chat-widget{position:fixed;right:24px;bottom:24px;z-index:1500;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chat-launcher{border:0;border-radius:999px;background:var(--brand);color:#fff;padding:14px 20px;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 16px 38px rgba(15,118,110,.3)}.chat-launcher:hover{background:var(--brand-dark);transform:translateY(-2px)}.chat-panel{display:none;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 120px));background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 26px 80px rgba(5,31,33,.22);overflow:hidden;flex-direction:column}.chat-panel.active{display:flex}.chat-header{display:grid;grid-template-columns:42px 1fr 36px;gap:11px;align-items:center;padding:15px 16px;background:#0e6761;color:#fff}.chat-avatar{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.16);font-weight:900}.chat-header strong,.chat-header span{display:block}.chat-header strong{font-size:14px}.chat-header span{font-size:11px;color:#cce9e5}.chat-close{border:0;background:transparent;color:#fff;font-size:25px;width:36px;height:36px;border-radius:50%}.chat-close:hover{background:rgba(255,255,255,.12)}.chat-messages{flex:1;overflow-y:auto;padding:18px;background:#f6fbfa;display:flex;flex-direction:column;gap:11px}.chat-message{max-width:88%;padding:11px 13px;border-radius:15px;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message.assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px;color:#38575b}.chat-message.user{align-self:flex-end;background:var(--brand);color:#fff;border-bottom-right-radius:5px}.chat-message.thinking{color:var(--muted);font-style:italic}.chat-message.error{color:#9f2d24;background:#fff4f2;border-color:#f1cbc6}.chat-chips{display:flex;gap:6px;padding:8px 12px;background:#fbfdfd;border-top:1px solid var(--line);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chat-chips::-webkit-scrollbar{display:none}.chat-chip{background:#eef8f6;border:1px solid #cce8e3;color:#0b5e58;font-size:11px;font-weight:650;border-radius:999px;padding:5px 10px;white-space:nowrap;cursor:pointer;transition:all .15s ease;flex-shrink:0}.chat-chip:hover{background:#0f766e;color:#fff;border-color:#0f766e}
.chat-form{display:grid;grid-template-columns:1fr 42px;gap:9px;padding:12px 12px 7px;border-top:1px solid var(--line);background:#fff}.chat-form textarea{resize:none;max-height:100px;border:1px solid #d7e6e3;border-radius:12px;padding:10px 12px;outline:none;color:var(--ink)}.chat-form textarea:focus{border-color:#69bfb1;box-shadow:0 0 0 3px rgba(15,118,110,.08)}.chat-form button{width:42px;height:42px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-size:20px;font-weight:800}.chat-form button:disabled{opacity:.5;cursor:wait}.chat-note{font-size:9px;color:#819699;text-align:center;margin:0;padding:0 12px 9px;background:#fff}
.chat-message.assistant>*:first-child{margin-top:0}.chat-message.assistant>*:last-child{margin-bottom:0}.chat-message.assistant h3,.chat-message.assistant h4,.chat-message.assistant h5{color:var(--ink);line-height:1.25;margin:12px 0 7px}.chat-message.assistant h3{font-size:17px}.chat-message.assistant h4{font-size:15px}.chat-message.assistant h5{font-size:14px}.chat-message.assistant p{margin:7px 0}.chat-message.assistant ul,.chat-message.assistant ol{margin:7px 0;padding-left:21px}.chat-message.assistant li{margin:3px 0}.chat-message.assistant hr{border:0;border-top:1px solid var(--line);margin:12px 0}.chat-message.assistant blockquote{margin:9px 0;padding:7px 10px;border-left:3px solid #69bfb1;background:var(--mint);color:#47666a}.chat-message.assistant code{padding:1px 4px;border-radius:5px;background:#e9f2f1;font-size:.92em}.chat-message.assistant pre{overflow-x:auto;margin:9px 0;padding:10px;border-radius:9px;background:#17383b;color:#e8f6f4;white-space:pre}.chat-message.assistant pre code{padding:0;background:transparent;color:inherit}.chat-message.assistant a{color:var(--brand);text-decoration:underline;font-weight:650}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}

@media (max-width: 1050px){
  .hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{text-align:center}.hero-copy .hero-lead,.hero-copy h1{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.product-stage{margin-top:10px}.workflow-grid,.outcomes-grid,.faq-grid{grid-template-columns:1fr;gap:45px}.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.modal-card{grid-template-columns:1fr;gap:12px}.modal-copy{padding-right:46px}.modal-benefits{display:flex;flex-wrap:wrap;gap:12px}.footer-grid{grid-template-columns:1.7fr 1fr 1fr}.footer-grid>div:last-child{display:none}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px,1160px)}.section-pad{padding:78px 0}.nav-toggle{display:block}.site-nav{display:none;position:absolute;left:14px;right:14px;top:70px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);padding:18px;flex-direction:column;align-items:stretch;gap:8px}.site-nav.open{display:flex}.site-nav a{padding:10px}.hero{padding-top:72px}.hero-grid{min-height:auto}.hero h1{font-size:49px}.hero-lead{font-size:17px}.hero-proof{grid-template-columns:1fr;gap:8px}.hero-proof div{padding:8px 0}.product-stage{min-height:410px;margin-left:-4px;margin-right:-4px}.preview-tabs-nav{width:100%;overflow-x:auto;scrollbar-width:none;justify-content:flex-start;padding:4px}.preview-tabs-nav::-webkit-scrollbar{display:none}.preview-tab{font-size:10px;padding:6px 10px;white-space:nowrap}.dashboard-shell{height:auto;min-height:360px;border-radius:18px;transform:none}.dash-sidebar{width:44px;padding:12px 7px}.mini-mark{width:30px;height:30px}.side-dot{width:22px;height:22px}.dash-main{padding:14px}.dash-grid{grid-template-columns:1fr}.chart-card{display:none}.schedule-item{grid-template-columns:32px 25px 1fr}.status{display:none}.metric-card{padding:10px}.metric-card strong{font-size:16px}.floating-card{display:none}.teeth-row .tooth-num{width:18px;height:22px;font-size:7px}.invoice-row{grid-template-columns:50px 1fr auto}.invoice-row small{display:none}.feature-grid,.split-showcase,.outcome-cards{grid-template-columns:1fr}.feature-card{min-height:auto}.clinic-panel{min-height:390px;padding:32px}.clinic-panel h3{font-size:33px;margin-top:48px}.outcomes-grid{gap:36px}.trust-grid div{padding:16px 12px}.trust-grid strong{font-size:12px}.cta-section{padding-bottom:78px}.cta-card{padding:36px 28px;flex-direction:column;align-items:flex-start}.cta-card h2{font-size:36px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:4px}.form-grid{grid-template-columns:1fr}.modal{padding:10px}.modal-card{padding:25px 18px;max-height:calc(100vh - 20px);border-radius:20px}.modal-copy{padding:8px 40px 8px 4px}.modal-copy h2{font-size:30px}.modal-benefits{display:none}.form-footer{align-items:stretch;flex-direction:column-reverse}.form-footer .btn{width:100%}
}
@media (max-width: 760px){.chat-widget{left:12px;right:12px;bottom:12px;align-items:stretch}.chat-panel{width:100%;height:min(580px,calc(100vh - 86px))}.chat-launcher{align-self:flex-end;padding:13px 17px}}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.floating-card{animation:none}.btn{transition:none}}

