:root{--primary:#2f80ed;--primary-dark:#1d6fd8;--primary-soft:#eaf3ff;--accent:#56ccf2;--success:#27ae60;--warning:#f2c94c;--background:#f8fafc;--surface:#fff;--surface-muted:#f1f5f9;--text:#0f172a;--text-secondary:#334155;--muted:#64748b;--border:#e2e8f0;--brand-soft:#eeeaff;--brand-dark:#4b35cc;--shadow-card:0 18px 48px #0f172a1a;--shadow-surface:0 10px 28px #0f172a12;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);background:radial-gradient(circle at 18% 8%, #56ccf233, transparent 26rem), linear-gradient(180deg, #eef7ff 0%, var(--background) 36rem, #fff 100%);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%;display:block}#root{min-height:100svh}main{overflow:hidden}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.hero-section{box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #e2e8f0cc;border-radius:20px;margin-top:28px;padding:26px}.nav,.nav-links,.hero-actions,.role-tabs,.metric-row,.partner-strip,.footer,.footer nav,.footer-brand{align-items:center;display:flex}.nav{justify-content:space-between;gap:24px}.brand img{object-fit:contain;object-position:left center;width:128px;height:64px}.nav-links{color:var(--text-secondary);gap:34px;font-size:14px;font-weight:600}.nav-links a:hover,.footer a:hover{color:var(--primary)}.nav-cta,.button,.role-tabs button,.partner-strip button{border-radius:999px;justify-content:center;align-items:center;min-height:44px;font-weight:700;display:inline-flex}.nav-cta{border:1px solid var(--text);color:var(--text);background:var(--surface);padding:0 20px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:48px;min-height:650px;padding:54px 20px 26px;display:grid}.hero-copy{max-width:620px}.eyebrow{border:1px solid var(--border);color:var(--primary-dark);background:var(--primary-soft);letter-spacing:0;border-radius:999px;margin:0 0 18px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{color:var(--text);letter-spacing:0}h1{max-width:690px;font-size:clamp(36px,4.8vw,58px);font-weight:850;line-height:1.08}h1 span{display:block}.headline-emphasis{-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--primary-dark);text-shadow:0 1px #ffffffe6;background-image:linear-gradient(#0000 58%,#56ccf252 58%);background-repeat:no-repeat;background-size:100% 100%;margin-block:4px;padding-inline:.04em;display:inline}.role-transition{animation:.42s both roleFade}@keyframes roleFade{0%{opacity:0;filter:blur(3px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}h2{font-size:clamp(30px,4vw,52px);font-weight:820;line-height:1.04}h3{font-size:20px;font-weight:800;line-height:1.2}.hero-summary,.feature-intro p,.workflow-copy p,.download-copy p,.feature-card p,.feature-detail-list,.feature-media-placeholder p,.step-card p,blockquote p{color:var(--muted)}.hero-summary{max-width:560px;margin-top:22px;font-size:18px}.role-tabs{border:1px solid var(--border);background:var(--surface-muted);border-radius:999px;gap:4px;width:fit-content;margin-top:28px;padding:4px}.role-tabs button{min-width:118px;color:var(--text-secondary);background:0 0;border:0;padding:0 18px;transition:background-color .22s,color .22s,box-shadow .22s}.role-tabs-tabs button:last-child,.role-tabs-compact button:last-child{min-width:176px}.role-tabs-compact{margin-top:22px}.role-tabs-compact button{min-width:108px;min-height:40px;padding-inline:14px;font-size:13px}.role-tabs button.active{color:var(--surface);background:var(--primary);box-shadow:0 10px 20px #2f80ed38}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px}.button{padding:0 22px}.button-primary{color:var(--surface);background:var(--primary);box-shadow:0 12px 24px #2f80ed3d}.button-primary:hover{background:var(--primary-dark)}.button-secondary{border:1px solid var(--border);color:var(--text);background:var(--surface)}.hero-visual{place-items:center;min-height:590px;display:grid;position:relative}.hero-visual:before{content:"";background:linear-gradient(120deg, #2f80ed14, #56ccf224), var(--surface-muted);border-radius:999px;position:absolute;inset:34px 0;transform:rotate(-8deg)}.phone{z-index:2;aspect-ratio:971/2048;filter:drop-shadow(0 42px 62px #0f172a47);width:330px;transition:transform .42s;position:relative}.phone-device{z-index:3;object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.floating-card{z-index:3;width:178px;box-shadow:var(--shadow-surface);background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:16px;padding:14px;position:absolute}.floating-card strong,.floating-card span{display:block}.floating-card strong{color:var(--text);margin-top:8px;font-size:14px}.floating-card span:last-child{color:var(--muted);margin-top:3px;font-size:12px}.floating-card-left{bottom:120px;left:0}.floating-card-right{top:120px;right:-10px}.mini-icon,.feature-icon{background:var(--primary-soft);place-items:center;display:inline-grid}.mini-icon img,.feature-icon img{object-fit:contain;width:56%;height:56%}.mini-icon img{transform:translateY(7px)}.mini-icon{border-radius:12px;width:34px;height:34px}.metric-row{border-top:1px solid var(--border);justify-content:space-between;gap:14px;padding:22px 20px 0}.metric{flex:1}.metric strong{color:var(--text);font-size:clamp(28px,5vw,48px);line-height:1;display:block}.metric span{color:var(--muted);text-transform:uppercase;margin-top:6px;font-size:13px;font-weight:700;display:block}.section-band{background:#ffffff8c;border-block:1px solid #e2e8f0b8;margin-top:34px}.partner-strip{justify-content:space-between;gap:20px;padding:18px 0}.partner-strip button{color:var(--muted);text-transform:uppercase;background:0 0;border:1px solid #0000;flex:1;padding:0 18px;font-size:13px;font-weight:800;transition:background-color .22s,border-color .22s,color .22s}.partner-strip button:hover,.partner-strip button.active{color:var(--primary-dark);background:var(--primary-soft);border-color:#2f80ed33}.split-section,.workflow-section,.review-grid,.download-section{grid-template-columns:minmax(0,.92fr) minmax(0,1fr);align-items:center;gap:48px;display:grid}.split-section{padding:90px 0 34px}.feature-intro p,.workflow-copy p,.download-copy p{font-size:17px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.feature-card,.step-card,blockquote{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-surface);border-radius:18px}.feature-card{min-height:480px;padding:22px}.feature-card-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.feature-card-header span:last-child{min-width:0;color:var(--primary-dark);background:var(--primary-soft);text-align:right;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850}.feature-icon{border-radius:14px;width:46px;height:46px}.feature-card p,.step-card p{margin-top:12px}.feature-detail-list{gap:8px;margin:18px 0 0;padding-left:18px;font-size:14px;display:grid}.feature-detail-list li::marker{color:var(--primary)}.feature-media-placeholder{background:linear-gradient(135deg, #eaf3ffb8, #ffffffeb), var(--surface-muted);border:1px dashed #2f80ed57;border-radius:16px;align-content:center;gap:8px;min-height:168px;margin-top:22px;padding:20px;display:grid}.feature-media-placeholder.has-image{background:linear-gradient(180deg, #eaf3ffe0, #ffffffb8), var(--surface-muted);border-style:solid;justify-content:center;align-items:flex-start;min-height:460px;padding:18px;display:flex;position:relative;overflow:hidden}.feature-media-placeholder.has-image img,.feature-media-placeholder.has-image video{object-fit:contain;object-position:top center;border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;width:auto;max-width:100%;height:424px;max-height:424px;display:block;box-shadow:0 18px 42px #0f172a24}.feature-media-placeholder span{width:fit-content;color:var(--surface);background:var(--text);text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850}.feature-media-placeholder.has-image .feature-media-badge{display:none}.feature-media-placeholder strong{color:var(--text);font-size:18px}.feature-media-placeholder p{margin-top:0;font-size:14px}.workflow-section{padding:100px 0}.workflow-copy{align-self:start;position:sticky;top:28px}.workflow-copy p{margin-top:22px}.steps{gap:14px;display:grid}.step-card{padding:24px}.step-card span{color:var(--brand-dark);margin-bottom:18px;font-size:13px;font-weight:850;display:inline-flex}.clinic-account-section{background:linear-gradient(135deg, #eaf3ffe6, #fffffff5), var(--surface);box-shadow:var(--shadow-card);border:1px solid #2f80ed33;border-radius:20px;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:48px;margin-top:82px;padding:42px;display:grid}.clinic-account-copy p:last-child{max-width:580px;color:var(--muted);margin-top:18px;font-size:17px}.clinic-account-contact{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-surface);border-radius:18px;align-items:center;gap:16px;padding:22px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex}.clinic-account-contact:hover{border-color:#2f80ed6b;transform:translateY(-2px);box-shadow:0 16px 36px #2f80ed24}.clinic-account-icon{background:var(--primary-soft);border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:inline-grid}.clinic-account-icon img{object-fit:contain;width:56%;height:56%}.clinic-account-email{flex:1;min-width:0}.clinic-account-email>span,.clinic-account-email strong{display:block}.clinic-account-email>span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.clinic-account-email strong{color:var(--text);overflow-wrap:anywhere;margin-top:3px;font-size:17px}.clinic-account-action{color:var(--primary-dark);flex:none;align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.clinic-account-action span{font-size:20px;line-height:1}.review-band{background:linear-gradient(135deg, #eaf3ffcc, #eeeaffb8), var(--surface-muted);padding:72px 0}blockquote{margin:0;padding:34px}blockquote p{font-size:24px;line-height:1.32}blockquote footer{color:var(--text);margin-top:22px;font-weight:800}.download-section{border:1px solid var(--border);background:linear-gradient(135deg, #eaf3ffcc, #ffffffe6), var(--surface);box-shadow:var(--shadow-card);border-radius:20px;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);align-items:start;gap:36px;margin-top:82px;padding:42px}.download-section,.install-steps,.install-panel,.install-panel-body,.install-step{min-width:0;max-width:100%}.download-copy p{max-width:560px;margin-top:16px}.install-steps{gap:18px;display:grid}.install-panel{border:1px solid var(--border);box-shadow:var(--shadow-surface);background:#ffffffbd;border-radius:18px;overflow:hidden}.install-panel summary{cursor:pointer;min-width:0;min-height:64px;color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;list-style:none;display:flex}.install-panel summary::-webkit-details-marker{display:none}.install-panel summary:after{content:"+";width:28px;height:28px;color:var(--primary-dark);background:var(--primary-soft);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:inline-flex}.install-panel[open] summary:after{content:"-"}.install-os-icon{object-fit:contain;width:34px;height:34px;color:var(--text);flex:0 0 34px}.install-panel summary span{color:var(--primary-dark);text-transform:uppercase;margin-right:10px;font-size:12px;font-weight:850;display:inline-flex}.install-panel summary strong{flex:auto;min-width:0;font-size:17px}.install-panel-body{gap:18px;padding:0 18px 18px;display:grid}.install-step{border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow-surface);border-radius:18px;padding:22px}.install-step-header span{color:var(--surface);background:var(--primary);border-radius:999px;margin-bottom:12px;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}.install-step-header p{color:var(--muted);margin-top:10px}.install-link{width:fit-content;max-width:100%;min-height:44px;color:var(--surface);background:var(--text);text-align:center;white-space:normal;overflow-wrap:anywhere;border-radius:999px;justify-content:center;align-items:center;margin-top:18px;padding:10px 18px;font-weight:800;line-height:1.2;display:inline-flex}.install-step ul{color:var(--text-secondary);margin:18px 0 0;padding-left:20px}.install-step li+li{margin-top:8px}.install-note{color:var(--primary-dark);background:var(--primary-soft);border:1px solid #2f80ed2e;border-radius:14px;padding:16px 18px;font-weight:750}.install-images{gap:12px;margin-top:18px;display:grid}.install-images.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.install-images.phone-tall{flex-wrap:wrap;align-items:flex-start;display:flex}.install-images.single{max-width:280px}.install-images.wide{max-width:520px}.install-images img{object-fit:contain;object-position:top center;border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;width:100%;height:auto;max-height:620px;display:block}.install-images.phone-tall img{width:auto;max-width:100%;height:min(58vh,560px);max-height:none}.footer{color:var(--muted);justify-content:space-between;gap:24px;padding:44px 0 34px;font-size:13px}.footer-brand{color:var(--text);gap:10px;font-size:18px;font-weight:850}.footer-brand img{border-radius:8px;width:32px;height:32px}.footer nav{gap:22px;font-weight:750}.privacy-shell{padding-top:28px}.privacy-nav{box-shadow:var(--shadow-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid #e2e8f0cc;border-radius:20px;padding:18px 26px}.privacy-hero{max-width:820px;padding:76px 0 36px}.privacy-hero h1{font-size:clamp(38px,5vw,64px)}.privacy-hero p:not(.eyebrow){color:var(--muted);margin-top:18px;font-size:18px}.privacy-content{gap:16px;display:grid}.privacy-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-surface);border-radius:18px;padding:26px}.privacy-card h2{font-size:22px;line-height:1.2}.privacy-card p{color:var(--text-secondary);margin-top:12px}.privacy-footer{border-top:1px solid var(--border)}@media (width<=980px){.hero-grid,.split-section,.workflow-section,.review-grid,.download-section,.clinic-account-section{grid-template-columns:1fr}.hero-grid{min-height:auto;padding-top:38px}.hero-visual{min-height:620px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-copy{position:static}.install-images.single{max-width:360px}}@media (width<=760px){.shell{width:min(100% - 28px,1180px)}.hero-section{border-radius:18px;margin-top:14px;padding:16px}.nav{align-items:flex-start}.nav-links,.nav-cta{display:none}.brand img{width:116px;height:58px}.hero-grid{gap:24px;padding:22px 0 18px}h1{font-size:34px}h2{font-size:32px}.hero-summary,.feature-intro p,.workflow-copy p,.download-copy p{font-size:16px}.role-tabs{width:100%}.role-tabs button{flex:1;min-width:0;padding-inline:10px}.role-tabs-tabs,.role-tabs-compact{border-radius:22px;flex-wrap:wrap}.role-tabs-tabs button,.role-tabs-compact button,.role-tabs-tabs button:last-child,.role-tabs-compact button:last-child{flex:calc(50% - 4px);min-width:0}.hero-actions .button{width:100%}.metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:16px 0 0;display:grid}.metric{text-align:center;min-width:0;padding:0 4px}.metric strong{overflow-wrap:anywhere;font-size:24px;line-height:1.05}.metric span{text-transform:none;margin-top:5px;font-size:10px;line-height:1.25}.partner-strip{flex-wrap:wrap;justify-content:center;gap:8px}.partner-strip button{flex:calc(50% - 8px);min-width:138px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0}.feature-card-header{align-items:flex-start}.feature-media-placeholder.has-image img,.feature-media-placeholder.has-image video{height:400px;max-height:400px}.workflow-section,.split-section{padding:64px 0 26px}.clinic-account-section{gap:28px;margin-top:58px;padding:24px}.clinic-account-contact{flex-wrap:wrap;align-items:flex-start;padding:18px}.clinic-account-email{flex-basis:calc(100% - 68px)}.clinic-account-action{justify-content:flex-end;width:100%;padding-top:4px}.review-band{padding:56px 0}blockquote{padding:24px}blockquote p{font-size:19px}.download-section{margin-top:58px;padding:16px}.install-step{padding:14px}.install-panel summary{align-items:flex-start;padding:14px}.install-panel-body{gap:12px;padding:0 10px 10px}.install-panel summary strong{display:block}.install-os-icon{flex-basis:30px;width:30px;height:30px}.install-images.two-up{grid-template-columns:1fr}.install-images.single{max-width:none}.install-images.swipe-on-mobile{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:12px;width:100%;min-width:0;max-width:100%;padding:0 0 10px;display:flex;overflow:scroll hidden}.install-images.swipe-on-mobile:after{content:"";flex:0 0 max(16px,100% - min(62vw,260px))}.install-images.swipe-on-mobile img{pointer-events:none;-webkit-user-select:none;user-select:none;scroll-snap-align:start;flex:0 0 min(62vw,260px);width:min(62vw,260px);max-width:none;height:auto;max-height:none}.install-images.phone-tall.swipe-on-mobile img{flex:none;width:auto;max-width:none;height:min(48vh,360px);max-height:none}.install-images.phone-tall.swipe-on-mobile:after{flex-basis:16px}.install-images.phone-tall.single{max-width:220px}.install-images.single img{width:auto;max-width:100%;height:auto;max-height:min(52vh,430px)}.install-images{gap:10px;margin-top:14px}.footer{flex-direction:column;align-items:flex-start}.privacy-shell{padding-top:14px}.privacy-nav{padding:12px 16px}.privacy-hero{padding:48px 0 28px}.privacy-card{padding:20px}}@media (width<=560px){.shell{width:min(100% - 16px,1180px)}.download-section{padding:12px}.install-panel-body{padding:0 8px 8px}.install-step,.install-panel summary{padding:12px}.hero-visual{min-height:570px}.phone{width:272px}.floating-card{width:150px;padding:12px}.floating-card-left{bottom:82px;left:-8px}.floating-card-right{top:74px;right:-8px}}
