:root{
  --ink:#10244a;
  --muted:#5f7193;
  --blue:#0e6dfd;
  --blue-2:#3778ff;
  --line:#dfe8f5;
  --surface:#ffffff;
  --soft:#f7faff;
  --soft-blue:#eef6ff;
  --soft-purple:#f5f0ff;
  --soft-mint:#eefbf8;
  --shadow:0 16px 42px rgba(37,84,145,.08);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(180deg,#fbfdff 0%,#fff 32%,#fbfdff 100%);color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:inherit}.shell{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.site-header{height:76px;display:grid;place-items:center;border-bottom:1px solid rgba(202,217,238,.45);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);position:relative;z-index:5}
.brand{display:flex;align-items:center;justify-content:center;width:150px;height:52px;padding:6px 0}.brand img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.hero{display:grid;grid-template-columns:.74fr 1.5fr;gap:44px;align-items:center;padding:42px 0 34px}.hero-copy{padding-left:4px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#f3efff;color:#7042df;font-weight:700;font-size:16px;margin-bottom:25px}
.eyebrow span{width:9px;height:9px;border-radius:50%;background:#7b3cff}.hero h1{font-size:clamp(38px,4.1vw,58px);line-height:1.08;letter-spacing:-.035em;margin:0 0 24px;font-weight:800}.hero h1 strong{display:block;color:var(--blue);font-weight:800}.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:470px;margin:0 0 28px}.button{display:inline-flex;justify-content:center;align-items:center;gap:14px;text-decoration:none;border-radius:11px;padding:15px 22px;font-weight:760;font-size:15px;transition:.18s ease;white-space:nowrap}.button.primary{background:linear-gradient(135deg,#0875ff,#1762e8);color:white;box-shadow:0 10px 24px rgba(14,109,253,.2)}.button.primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(14,109,253,.28)}.button.outline{border:1.5px solid #2e7bff;color:#1764e8;background:#fff}.button.outline:hover{background:#f4f8ff}.microcopy{font-size:12px;color:#6f7f9b;margin:16px 0 0}.microcopy span{font-size:10px;margin-right:7px}
.agenda-preview{min-width:0}.app-shell{height:470px;display:grid;grid-template-columns:132px 1fr;background:white;border:1px solid #e2eaf5;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.app-sidebar{display:flex;flex-direction:column;border-right:1px solid #e8eef7;background:#fbfdff}.app-brand{height:55px;padding:14px 14px;border-bottom:1px solid #edf2f8}.app-brand img{width:96px;height:28px;object-fit:contain;object-position:left center}.app-sidebar nav{display:grid;gap:6px;padding:13px 9px}.app-sidebar nav a{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:9px;text-decoration:none;font-size:11px;font-weight:670;color:#435678}.app-sidebar nav a.active{background:#edf5ff;color:#0f6ff7}.app-sidebar i{display:inline-grid;place-items:center;width:15px;height:15px;border:1.6px solid currentColor;border-radius:3px;position:relative}.icon-patients{border-radius:50%!important}.icon-stats:before{content:"";position:absolute;left:3px;bottom:2px;width:2px;height:5px;background:currentColor;box-shadow:4px -3px 0 currentColor,8px -7px 0 currentColor}.icon-admin:before{content:"";width:5px;height:5px;border:1px solid currentColor;border-radius:50%}.profile-card{margin-top:auto;padding:11px 10px;display:flex;gap:8px;align-items:center;border-top:1px solid #e8eef7;background:#fff}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffd3a8,#98d4dc);color:#17415f;font-weight:800;font-size:10px}.profile-card strong,.profile-card small{display:block}.profile-card strong{font-size:9px}.profile-card small{font-size:8px;color:#8390a8;margin-top:2px}
.calendar-pane{position:relative;padding:0 10px 10px;min-width:0}.calendar-toolbar{height:55px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:0 7px}.week-label{font-size:12px;font-weight:760}.toolbar-actions{display:flex;gap:5px}.toolbar-actions button{border:1px solid #dde6f3;background:#f9fbfe;color:#546684;border-radius:6px;height:27px;padding:0 8px;font-size:9px}.view-switch{display:flex;align-items:center;gap:4px;font-size:8px}.view-switch span,.view-switch b{padding:7px 8px;border:1px solid #dbe5f3;border-radius:6px}.view-switch b{background:#0d6df7;color:#fff;border-color:#0d6df7}
.calendar-grid{height:395px;position:relative;display:grid;grid-template-columns:44px repeat(5,minmax(0,1fr));grid-template-rows:32px repeat(10,1fr);border-top:1px solid #e9eef6;border-left:1px solid #eff3f8}.day-head{display:grid;place-items:center;font-size:9px;font-weight:780;border-right:1px solid #eff3f8;border-bottom:1px solid #e9eef6}.time-column.header{border-bottom:1px solid #e9eef6}.time-label{padding:5px 6px 0 0;text-align:right;font-size:7px;color:#71809a;border-right:1px solid #eff3f8;border-bottom:1px solid #eff3f8}.slot{border-right:1px solid #eff3f8;border-bottom:1px solid #eff3f8}.appointment{position:relative;z-index:2;grid-column:var(--col);grid-row:var(--row)/span var(--span);margin:3px 5px;border-radius:6px;padding:5px 7px;overflow:hidden;font-size:7px;line-height:1.22}.appointment small,.appointment strong,.appointment span{display:block}.appointment small{font-size:6px;font-weight:750;margin-bottom:2px}.appointment strong{font-size:7px}.appointment span{font-size:6.5px;margin-top:1px}.appointment.sky{background:#cfefff;color:#13557f}.appointment.mint{background:#cbf3de;color:#1d7150}.appointment.lilac{background:#ecd8fb;color:#653d92}.appointment.sand{background:#ffedc9;color:#7f6221}.appointment.periwinkle{background:#dae3ff;color:#3d5185}.floating-plus{position:absolute;right:20px;bottom:18px;width:38px;height:38px;border:0;border-radius:50%;background:#0d6df7;color:white;font-size:25px;box-shadow:0 8px 18px rgba(13,109,247,.27)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px 0}.feature-card{display:flex;gap:18px;align-items:flex-start;min-height:152px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px 26px;box-shadow:0 8px 30px rgba(65,98,145,.035)}.feature-card h2{font-size:17px;margin:4px 0 10px}.feature-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}.feature-icon{flex:0 0 auto;width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:24px;font-weight:700}.feature-icon.blue,.mini-icon.blue{background:#e9f2ff;color:#0a6ff5}.feature-icon.purple{background:#f2eaff;color:#7b3fed}.feature-icon.green,.mini-icon.green{background:#e9faf1;color:#10aa67}.mini-icon.coral{background:#fff0ee;color:#ff5c5c}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:linear-gradient(90deg,#f7fbff,#fbfdff);border:1px solid #e8eef7;border-radius:16px;margin-top:3px;margin-bottom:22px;overflow:hidden}.benefits article{display:flex;gap:14px;padding:20px 22px;border-right:1px solid #e7eef8}.benefits article:last-child{border-right:0}.mini-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;font-size:19px}.benefits h3{font-size:13px;margin:1px 0 7px}.benefits p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}
.stats-section{display:grid;grid-template-columns:285px 1fr;gap:24px;background:linear-gradient(110deg,#f3f8ff,#f9fbff 60%,#f8f5ff);border:1px solid #e5edf7;border-radius:18px;padding:28px;margin-top:18px}.stats-copy{position:relative;padding:2px 3px 0 29px}.section-icon{position:absolute;left:0;top:4px;color:#0d6df7;font-size:21px}.stats-copy h2{font-size:21px;line-height:1.25;margin:0 0 12px}.stats-copy p{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 17px}.stats-copy ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:12px}.stats-copy li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#0c6ffa;color:#fff;margin-right:9px;font-size:10px}.stats-dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric{min-width:0;background:white;border:1px solid #e1eaf5;border-radius:13px;padding:15px;box-shadow:0 7px 22px rgba(67,101,146,.04)}.metric h3{font-size:11px;margin:0 0 6px}.metric small{font-size:8px;color:#74839d;border:1px solid #e2e9f3;border-radius:5px;padding:4px 5px;display:inline-block}.metric em{display:block;font-style:normal;font-size:8px;color:#13aa66;margin-top:8px}.metric em.negative{color:#eb7055}.metric-number{display:block;font-size:25px;margin:14px 0 6px}.donut{width:94px;aspect-ratio:1;margin:16px auto 9px;border-radius:50%;background:conic-gradient(#7545ec 0 calc(var(--value)*1%),#25c7ca calc(var(--value)*1%) 100%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:15px;border-radius:50%;background:white}.donut span{position:relative;z-index:2;font-size:18px;font-weight:800}.donut.mini{width:78px;margin-top:9px}.bars{height:72px;display:flex;align-items:flex-end;gap:6px;margin-top:10px}.bars i{display:block;width:10px;border-radius:3px 3px 0 0;background:linear-gradient(#7d4bf0,#357aff)}.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:62%}.bars i:nth-child(3){height:48%}.bars i:nth-child(4){height:74%}.bars i:nth-child(5){height:53%}.bars i:nth-child(6){height:84%}.bars i:nth-child(7){height:69%}.spark{width:100%;height:74px;color:#ff9a31;margin-top:7px}
.booking-section{display:grid;grid-template-columns:1fr 1.05fr 38px 1.3fr;gap:20px;align-items:center;background:linear-gradient(100deg,#f7faff,#f6f9ff 48%,#f9f6ff);border:1px solid #e5edf8;border-radius:18px;padding:28px 34px;margin-top:22px}.booking-copy h2{font-size:21px;line-height:1.3;margin:0 0 15px}.booking-copy p{font-size:12px;line-height:1.65;color:var(--muted);margin:0}.practitioner-picker,.slot-picker{background:#fff;border:1px solid #e0e9f5;border-radius:13px;padding:14px;box-shadow:0 8px 26px rgba(43,78,132,.05)}.practitioner-picker>p{font-size:13px;font-weight:760;margin:0 0 14px;text-align:center;color:#13264a}.slot-picker>p{font-size:11px;font-weight:720;margin:0 0 10px}.practitioner-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.practitioner-list article{text-align:center;border:1px solid #e2eaf5;border-radius:12px;padding:16px 10px 14px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.portrait{width:92px;height:92px;border-radius:50%;display:block;object-fit:cover;object-position:center;margin:0 auto 12px;background:#eef1f4}.practitioner-list strong,.practitioner-list small{display:block}.practitioner-list strong{font-size:11px;line-height:1.25;color:#13264a;font-weight:780}.practitioner-list .selected strong{color:#126cf3}.practitioner-list small{font-size:8px;line-height:1.35;color:#667894;margin-top:5px}.booking-arrow{font-size:32px;text-align:center}.select-row{display:grid;grid-template-columns:1.3fr .7fr;gap:8px}.select-row span{border:1px solid #e3eaf4;border-radius:6px;padding:8px;font-size:9px;color:#344761}.slot-picker h3{font-size:10px;margin:12px 0 8px}.date-pills,.time-pills{display:flex;gap:5px;flex-wrap:wrap}.date-pills span,.time-pills span,.time-pills b{padding:6px 7px;border:1px solid #e2e9f3;border-radius:6px;font-size:8px;font-weight:560}.time-pills b{background:#0d6df7;color:#fff;border-color:#0d6df7}
.commitment{display:grid;grid-template-columns:1.05fr 1.1fr auto;gap:30px;align-items:center;background:#fff;border:1px solid #e0e8f3;border-radius:18px;padding:24px 28px;margin-top:22px}.commitment-title{display:flex;gap:20px;align-items:flex-start}.tag-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eaf3ff;color:#0b6dfa;font-size:28px;flex:0 0 auto}.commitment h2{font-size:18px;line-height:1.25;margin:0 0 7px}.commitment p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}.commitment ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:11px}.commitment li:before{content:"✓";color:#0e6dfd;font-weight:900;margin-right:8px}.commitment li small{display:block;margin-left:20px;color:#697b98}
.launch{display:grid;grid-template-columns:56px 1fr auto;gap:20px;align-items:center;margin-top:22px;background:linear-gradient(100deg,#eef6ff,#f8faff 53%,#f3ebff);border:1px solid #e4eafa;border-radius:18px;padding:22px 28px}.launch-icon{width:50px;height:50px;border-radius:50%;background:#e3efff;display:grid;place-items:center;color:#0c6efa;font-size:23px}.launch h2{font-size:20px;margin:0 0 7px}.launch p{font-size:12px;color:var(--muted);margin:0}.launch-actions{text-align:center}.launch-actions p{font-size:10px;margin-top:7px}.launch-actions p a{color:#0d6df7;text-decoration:none}
.footer{min-height:80px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#6c7d99;font-size:11px}.footer nav{display:flex;gap:30px}.footer a{text-decoration:none}.footer>a:last-child{text-align:right}
@media (max-width:980px){.hero{grid-template-columns:1fr;padding-top:26px}.hero-copy{max-width:680px}.app-shell{height:430px}.features{grid-template-columns:1fr}.benefits{grid-template-columns:1fr 1fr}.benefits article:nth-child(2){border-right:0}.stats-section{grid-template-columns:1fr}.stats-dashboard{grid-template-columns:1fr 1fr}.booking-section{grid-template-columns:1fr 1fr}.booking-copy{grid-column:1/-1}.booking-arrow{display:none}.commitment{grid-template-columns:1fr}.commitment .button{justify-self:start}.launch{grid-template-columns:56px 1fr}.launch-actions{grid-column:1/-1;text-align:left;margin-left:76px}.footer{grid-template-columns:1fr;gap:13px;padding:25px 0}.footer nav{order:3}.footer>a:last-child{text-align:left}}
@media (max-width:680px){.shell{width:min(100% - 26px,1180px)}.site-header{height:66px}.brand{width:132px;height:46px;padding:5px 0}.hero{gap:26px}.hero h1{font-size:38px}.lead{font-size:16px}.app-shell{grid-template-columns:1fr;height:auto}.app-sidebar{display:none}.calendar-pane{padding:0 7px 8px}.calendar-toolbar{grid-template-columns:1fr auto}.view-switch{display:none}.calendar-grid{height:340px;grid-template-columns:38px repeat(5,minmax(66px,1fr));overflow:auto}.appointment{margin:2px;padding:4px}.benefits{grid-template-columns:1fr}.benefits article{border-right:0;border-bottom:1px solid #e7eef8}.benefits article:last-child{border-bottom:0}.stats-section{padding:22px 16px}.stats-dashboard{grid-template-columns:1fr}.booking-section{grid-template-columns:1fr;padding:22px 16px}.practitioner-list{grid-template-columns:1fr 1fr}.commitment{padding:22px 18px}.commitment-title{flex-direction:column;gap:12px}.launch{grid-template-columns:1fr;text-align:center}.launch-icon{margin:auto}.launch-actions{grid-column:auto;margin-left:0;text-align:center}.button{white-space:normal}.footer nav{flex-direction:column;gap:8px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
