:root{font-family:DM Sans,sans-serif;color:#303b43;background:#fff;font-synthesis:none;--blue:#0587a8;--blue-dark:#006e8b;--ink:#303b43;--muted:#76828a;--line:#e7edef;--pale:#eef8fa;--heading:"Manrope",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;overflow-x:clip}button,input,select,textarea{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}button:disabled{cursor:not-allowed;opacity:.55}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #0587a8;outline-offset:5px}::selection{background:#d2eff5}.container{max-width:1264px;margin-inline:auto;padding-inline:40px}.button{display:inline-flex;justify-content:center;align-items:center;gap:15px;padding:16px 23px;background:var(--blue);border:1px solid var(--blue);color:#fff;font-weight:600;font-size:14px;line-height:1.4;border-radius:7px;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.button:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 18px #0587a820}.button-small{padding:12px 17px;font-size:12px}.button-secondary{background:#fff;color:var(--blue);border-color:#d7e5e9}.button-secondary:hover{background:var(--pale);color:var(--blue)}.overline{display:block;font-size:11px;letter-spacing:1.65px;font-weight:700;color:var(--blue);margin-bottom:17px}h2{font:650 36px/1.3 var(--heading);letter-spacing:-1.3px}.section-space{padding-block:91px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:100%;background:var(--blue);box-shadow:0 0 0 4px #0587a80c}.skip-link{position:fixed;top:-60px;left:20px;padding:12px;background:var(--blue);color:#fff;z-index:100}.skip-link:focus{top:10px}.green-text{color:#398675!important}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;font-size:10px;font-weight:600;flex-shrink:0}.avatar-blue{background:#dceff5;color:#177490}.avatar-peach{background:#fae9df;color:#a86d44}.avatar-lilac{background:#ede9fb;color:#7e6f9b}.avatar-mint{background:#e3f2e9;color:#4f8a6e}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.site-header{height:89px;border-bottom:1px solid #eef1f2;background:#fff;position:relative;z-index:20}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:block;flex-shrink:0}.brand img{width:193px;height:auto;mix-blend-mode:multiply}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:45px}.desktop-nav a{font-size:12px;font-weight:500;color:#626c74;transition:color .2s}.desktop-nav a:hover{color:var(--blue)}.menu-toggle{display:none;width:40px;height:40px;background:var(--pale);color:var(--blue);border-radius:7px}.mobile-nav{background:#fff;border-bottom:1px solid var(--line);padding:12px 24px;box-shadow:0 12px 24px #303b4308}.mobile-nav a{display:block;padding:14px 0;font-size:14px}.hero{overflow:hidden;padding:88px 0 85px}.hero-grid{display:grid;grid-template-columns:1fr 1.13fr;align-items:center;gap:55px}.eyebrow-pill{display:inline-flex;align-items:center;gap:10px;font-size:9px;font-weight:650;letter-spacing:1.05px;border:1px solid #d7eaf0;border-radius:30px;padding:8px 11px;color:#157c92;background:#f6fbfc;margin-bottom:24px}.hero h1{font:650 clamp(43px,4.55vw,60px)/1.15 var(--heading);letter-spacing:-2.6px;color:#323c43}.hero h1 span{color:var(--blue)}.hero-description{font-size:15px;line-height:1.85;color:#788188;max-width:418px;margin-top:22px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:29px}.video-link{display:flex;align-items:center;gap:8px;font-weight:550;font-size:12px;white-space:nowrap}.video-link:hover{color:var(--blue)}.play-ring{display:flex;color:#5b6770}.hero-note{display:flex;align-items:center;gap:7px;font-size:10px;color:#899198;margin-top:23px}.hero-note tc-icon{color:var(--blue)}.hero-visual{position:relative;padding-block:52px 51px;isolation:isolate}.hero-visual:before{content:"";position:absolute;width:570px;height:490px;border-radius:48% 47% 44% 49%;background:#eff9fb;left:0;top:0;z-index:-2;transform:rotate(-9deg)}.orbit{position:absolute;z-index:-1;border:1px solid #d3eaf0;border-radius:50%;width:450px;height:450px;top:3px;left:82px}.orbit-two{width:380px;height:380px;top:38px;left:117px}.dot-pattern{position:absolute;right:-35px;top:14px;width:95px;height:88px;background-image:radial-gradient(#7dbecb 1.2px,transparent 1.2px);background-size:11px 11px;opacity:.5;z-index:-1}.app-window{position:relative;width:600px;max-width:calc(100% + 45px);margin-left:-8px;border:1px solid #dfe8ec;border-radius:11px;overflow:hidden;background:#fff;box-shadow:0 25px 50px -13px #4d76892e,0 3px 10px #344d5908;transform:perspective(1400px) rotateY(-5deg) rotateX(2deg) rotate(-1deg)}.window-bar{height:26px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #e9edf0;background:#fbfcfd;color:#9da9b2;font-size:7px}.window-bar>span{display:flex;gap:4px;align-items:center}.window-dots{display:flex;gap:4px}.window-dots i{width:5px;height:5px;border-radius:50%;background:#dde3e6}.window-dots i:first-child{background:#edc9c6}.window-dots i:nth-child(2){background:#eadbb7}.window-dots i:nth-child(3){background:#c9decd}.mock-app{display:flex;height:350px}.mock-sidebar{width:132px;flex-shrink:0;background:#fbfcfd;padding:18px 10px 0;border-right:1px solid #eef1f3;display:flex;flex-direction:column;font-size:7px}.mock-logo{width:102px;height:auto;mix-blend-mode:multiply;margin:0 0 21px 4px}.mini-clinic{display:flex;gap:6px;align-items:center;font-size:7px;font-weight:600;padding:6px;border:1px solid #e7edf0;border-radius:5px;background:#fff;margin-bottom:20px;white-space:nowrap}.mini-clinic>span:nth-child(2){flex:1}.mini-clinic small{display:block;font-size:6px;color:#929ca4;font-weight:400;margin-top:2px}.clinic-avatar{display:grid;place-items:center;color:var(--blue);background:#eef6f9;width:23px;height:23px;border-radius:5px;font-size:10px}.sidebar-caption{font-size:5.5px;color:#a4adb4;letter-spacing:.7px;margin:0 7px 9px}.mock-nav{display:grid;gap:6px}.mock-nav>span{display:flex;align-items:center;gap:8px;padding:7px;color:#7e8a94}.mock-nav>span.active{color:var(--blue);font-weight:600;background:#eaf5f8;border-radius:5px}.mock-nav i{width:4px;height:4px;border-radius:50%;background:var(--blue);margin-left:auto}.sidebar-bottom{margin-top:auto;color:#8d99a3;padding:14px 7px 0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.doctor{border-top:1px solid #e8edf0;display:flex;align-items:center;gap:6px;width:calc(100% + 14px);margin:10px -7px 0;padding:9px 0;font-size:6.5px;font-weight:600;color:#53616a}.doctor small{display:block;font-size:5.5px;margin-top:3px;font-weight:400;color:#a0a7ad}.doctor .avatar{width:23px;height:23px;font-size:6px}.mock-main{flex:1;min-width:0}.mock-topbar{height:35px;border-bottom:1px solid #f0f3f5;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:7px;font-weight:600}.mock-topbar>span,.mock-topbar>div{display:flex;align-items:center;gap:12px}.mock-topbar>div{color:#96a0a9}.mini-avatar{display:grid;place-items:center;border-radius:50%;width:19px;height:19px;color:#2185a0;background:#e5f3f7;font-size:5px}.mock-content{padding:17px 14px;background:#fdfefe}.greeting h2{font:650 11px/1.5 var(--heading);letter-spacing:-.1px}.greeting h2 span{color:#d6aa54;font-size:14px}.greeting p{font-size:6.5px;margin-top:3px;color:#9ba4aa}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.mini-stats>div{border:1px solid #e6edf0;border-radius:6px;background:#fff;padding:8px}.mini-stats>div>span{font-size:5.5px;color:#8e9aa3;display:flex;align-items:center;gap:4px}.mini-stats strong{display:flex;align-items:baseline;gap:7px;font-size:16px;line-height:1.1;margin-top:8px;font-weight:600}.mini-stats strong small{font-weight:400;font-size:5px;color:#a5adb3}.calendar-title{display:flex;align-items:center;gap:9px;margin-top:16px;margin-bottom:10px;font-size:8px}.calendar-title>div{display:flex;align-items:center;gap:6px;color:#a0a9b2}.calendar-title>div>span{font-size:5px;border:1px solid #e6edf0;padding:3px 5px;border-radius:3px}.new-appointment{display:flex;align-items:center;gap:3px;background:var(--blue);color:#fff;border-radius:3px;padding:5px 6px;margin-left:auto;font-size:5.5px}.calendar-grid{border:1px solid #e7edf0;border-radius:6px;overflow:hidden}.calendar-head{height:40px;display:grid;grid-template-columns:34px repeat(5,1fr);align-items:center;text-align:center;border-bottom:1px solid #e9eff2;font-size:5px;color:#a8afb4}.calendar-head>span:first-child{font-size:4px}.calendar-head b{font-size:9px;display:block;color:#586873;margin-top:3px;font-weight:500}.calendar-head .today b{background:var(--blue);color:#fff;width:20px;height:20px;line-height:20px;border-radius:50%;margin:2px auto 0}.calendar-head .today{color:var(--blue)}.calendar-body{display:flex;height:175px;overflow:hidden}.time-labels{width:34px;flex-shrink:0;display:flex;flex-direction:column;color:#a2adb5;font-size:5px;text-align:center}.time-labels span{height:47px;padding-top:10px}.week-slots{position:relative;display:flex;flex:1;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 46px,#eef2f4 46px,#eef2f4 47px)}.day-col{flex:1;border-left:1px solid #eef2f4;position:relative}.selected-col{background:#edf7fa55}.appointment{position:absolute;left:3px;right:3px;border-radius:4px;padding:6px 4px;border-left:2px solid;font-size:5px;display:flex;flex-direction:column;gap:4px;min-height:45px;z-index:1;overflow:hidden;white-space:nowrap}.appointment b{font-size:5.5px;font-weight:600}.appointment small{font-size:4.5px;opacity:.7}.appt-blue{background:#e4f1f8;color:#477d99;border-color:#81b2cd}.appt-mint{background:#e9f4ef;color:#568671;border-color:#8fc1a9}.appt-lilac{background:#efedf9;color:#8c7daa;border-color:#b2a1d0}.current-time{position:absolute;top:82px;right:0;left:0;height:1px;background:#df9191;z-index:2}.current-time i{position:absolute;width:4px;height:4px;border-radius:50%;top:-1.5px;left:-2px;background:#df9191}.floating-badge{position:absolute;display:flex;align-items:center;gap:10px;border:1px solid #e8eef0;background:#fff;border-radius:9px;padding:13px 15px;z-index:3;box-shadow:0 8px 30px #3d657615}.top-badge{top:12px;left:30px;transform:rotate(-3deg)}.badge-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e9f5f8;color:var(--blue)}.floating-badge strong{display:block;font-size:10px;font-weight:650;color:#45525a}.floating-badge small{display:block;font-size:7px;color:#929ca4;margin-top:5px}.badge-check{margin-left:10px;width:17px;height:17px;display:grid;place-items:center;background:#e9f5ef;color:#559b7a;border-radius:50%}.bottom-badge{bottom:26px;right:5px;transform:rotate(2deg);padding:12px 16px}.mint{background:#eaf6f1;color:#619d83}.bottom-badge>tc-icon{color:#689e89;margin-left:8px}.visual-caption{position:absolute;bottom:-3px;left:65px;display:flex;align-items:center;gap:8px;font-size:8px;color:#8a9aa3}.benefit-strip{border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;background:#fcfdfd}.benefit-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);align-items:center;gap:24px;padding-block:26px}.benefit-grid p{font-size:10px;line-height:1.9;color:#8d959a}.benefit-grid p strong{font-weight:550;color:#67747c}.benefit-grid>span{font-size:10px;color:#6b7982;display:flex;align-items:center;gap:10px;white-space:nowrap}.benefit-grid tc-icon{color:#79a0af}.section-heading{text-align:center}.section-heading h2{font-size:35px;color:#303c44}.section-heading h2 span{color:#7f8b91;font-weight:500}.section-heading>p{font-size:13px;line-height:1.8;color:#8b949a;margin-top:16px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;margin-top:42px}.feature-card{padding:25px 23px 23px;border:1px solid #e4ebee;border-radius:11px;transition:transform .2s,border-color .2s,box-shadow .2s;background:#fff}.feature-card:hover{transform:translateY(-5px);border-color:#a9d6e0;box-shadow:0 12px 25px #286e7a08}.feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.feature-icon{display:grid;place-items:center;width:48px;height:48px;background:#eef8fa;border:1px solid #e3f1f5;border-radius:12px;color:var(--blue)}.feature-number{font:500 12px var(--heading);color:#c4ced3}.feature-label{display:block;font-size:9px;color:#6e9aa9;font-weight:600;margin-bottom:10px}.feature-card h3{font:650 18px/1.4 var(--heading);letter-spacing:-.5px;min-height:51px}.feature-card p{font-size:11px;line-height:1.95;color:#8b9399;margin-top:13px;min-height:88px}.feature-card>a{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--blue);font-weight:600;margin-top:22px;padding-top:17px;border-top:1px solid #eef2f4}.preview-placeholder{background:var(--pale);text-align:center}.preview-placeholder p{margin:20px auto;max-width:500px;line-height:1.7;font-size:14px;color:var(--muted)}@media(min-width:1450px){.container{max-width:1344px;padding-inline:48px}.hero{padding-block:99px}.hero-grid{gap:75px}.hero h1{font-size:64px}.hero-description{font-size:16px}.app-window{width:640px}.mock-app{height:375px}.mock-sidebar{width:145px}.mock-content{padding:19px 16px}.calendar-body{height:190px}.greeting h2{font-size:12px}.hero-visual:before{width:630px;height:520px;top:-15px}.hero-visual{padding-block:48px 57px}.orbit{left:80px;top:-10px;width:500px;height:500px}.orbit-two{left:110px;top:20px;width:440px;height:440px}.top-badge{top:1px}.floating-badge strong{font-size:11px}.floating-badge small{font-size:8px}}@media(max-width:1100px){.container{padding-inline:28px}.desktop-nav{gap:20px;margin-left:10px}.hero-grid{gap:27px;grid-template-columns:1fr 1fr}.hero h1{font-size:48px}.hero-actions{gap:14px;flex-wrap:wrap}.hero-description{font-size:14px}.app-window{width:530px;max-width:calc(100% + 35px)}.mock-sidebar{width:110px;padding-inline:7px}.mock-logo{width:88px}.mini-clinic{font-size:6px}.mini-clinic small{font-size:5px}.clinic-avatar{width:18px;height:18px}.mock-content{padding:14px 9px}.greeting h2{font-size:9px}.mock-app{height:333px}.mini-stats{gap:5px}.mini-stats>div{padding:6px}.mini-stats strong{gap:4px}.mini-stats strong small{font-size:4px}.benefit-grid{gap:14px}.benefit-grid>span{font-size:9px;gap:7px}.feature-card{padding:22px 18px}.feature-card h3{font-size:16px;min-height:67px}.feature-card p{min-height:107px}.hero-visual:before{width:450px;height:440px;top:10px}.floating-badge{padding:10px}.floating-badge strong{font-size:9px}.floating-badge small{font-size:6px}.top-badge{top:17px;left:5px}.bottom-badge{right:-12px;bottom:22px}}@media(max-width:850px){.desktop-nav{gap:15px;margin-left:0}.desktop-nav a{font-size:10px}.brand img{width:163px}.nav-cta{font-size:10px;padding:11px}.hero{padding:62px 0}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-copy{text-align:center}.eyebrow-pill{margin-bottom:22px}.hero h1{font-size:58px}.hero-description{max-width:470px;margin-inline:auto}.hero-actions,.hero-note{justify-content:center}.hero-visual{width:590px;max-width:100%;margin-inline:auto;padding:50px 0 60px}.app-window{width:590px;max-width:100%;margin-left:0;transform:rotate(-1deg)}.hero-visual:before{width:570px;height:470px;left:0;top:0}.mock-sidebar{width:132px}.mock-logo{width:102px}.mock-app{height:360px}.mock-content{padding:17px 14px}.greeting h2{font-size:11px}.mini-stats>div{padding:8px}.mini-stats strong small{font-size:5px}.calendar-body{height:188px}.top-badge{left:15px;top:13px}.bottom-badge{right:5px;bottom:29px}.floating-badge strong{font-size:11px}.floating-badge small{font-size:8px}.visual-caption{left:40px;bottom:1px}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:20px;padding-block:25px}.benefit-grid p{grid-column:1/-1;text-align:center}.benefit-grid p br{display:none}.benefit-grid p strong{margin-left:4px}.benefit-grid>span{justify-content:center}.feature-grid{grid-template-columns:repeat(2,1fr);gap:18px}.feature-card{padding:25px}.feature-card h3{font-size:19px;min-height:0}.feature-card p{min-height:60px;font-size:12px}.feature-top{margin-bottom:20px}.section-space{padding-block:70px}}@media(max-width:600px){.container{padding-inline:23px}.site-header{height:74px}.brand img{width:165px}.desktop-nav,.nav-cta{display:none}.menu-toggle{display:grid;place-items:center}.hero{padding:44px 0 38px}.eyebrow-pill{font-size:7.5px;letter-spacing:.8px;padding:8px 10px}.hero h1{font-size:clamp(36px,9.8vw,54px);letter-spacing:-1.8px;line-height:1.17}.hero-description{font-size:13px;margin-top:19px;line-height:1.9;max-width:345px}.hero-actions{gap:18px;flex-wrap:wrap;margin-top:23px}.hero-actions .button{font-size:12px;padding:14px 17px;gap:9px}.video-link{font-size:10px;gap:5px}.hero-note{font-size:8px;margin-top:20px;gap:6px}.hero-grid{gap:34px}.hero-visual{padding-top:41px;padding-bottom:55px}.hero-visual:before{width:100%;height:320px;top:0}.orbit{width:280px;height:280px;left:30px;top:20px}.orbit-two{width:230px;height:230px;left:55px;top:45px}.dot-pattern{right:-9px;width:55px;height:55px}.app-window{transform:rotate(-1deg);border-radius:8px}.window-bar{height:20px;padding:0 8px;font-size:5px}.window-dots i{height:4px;width:4px}.mock-app{height:247px}.mock-sidebar{width:83px;padding:10px 5px 0}.mock-logo{width:69px;margin:0 2px 13px}.mini-clinic{gap:3px;padding:3px;margin-bottom:10px;font-size:4px}.mini-clinic small{font-size:3.5px}.mini-clinic tc-icon{display:none}.clinic-avatar{width:15px;height:15px;font-size:7px}.sidebar-caption{font-size:3.5px;letter-spacing:.25px;margin:0 3px 5px}.mock-nav{gap:2px}.mock-nav>span{font-size:5px;padding:5px 3px;gap:4px}.mock-nav tc-icon{transform:scale(.75);width:10px;height:10px}.sidebar-bottom{font-size:4px;padding:5px 3px 0;gap:3px}.sidebar-bottom>tc-icon{transform:scale(.65);width:9px;height:9px}.doctor{font-size:4px;gap:4px;padding-block:7px;margin-top:6px;width:calc(100% + 6px);margin-inline:-3px}.doctor small{font-size:3.5px}.doctor .avatar{width:17px;height:17px;font-size:4px}.mock-topbar{height:25px;padding-inline:8px;font-size:5px}.mock-topbar>div{gap:6px}.mock-topbar tc-icon{transform:scale(.8);width:11px}.mini-avatar{width:15px;height:15px;font-size:4px}.mock-content{padding:10px 7px}.greeting h2{font-size:6.5px}.greeting h2 span{font-size:9px}.greeting p{font-size:4.5px;margin-top:2px}.mini-stats{gap:4px;margin-top:9px}.mini-stats>div{padding:5px 4px;border-radius:4px}.mini-stats>div>span{font-size:3.5px;gap:2px}.mini-stats tc-icon{transform:scale(.7);width:9px;height:9px}.mini-stats strong{font-size:12px;gap:3px;margin-top:5px}.mini-stats strong small{font-size:3px}.calendar-title{font-size:5.5px;gap:4px;margin-top:10px;margin-bottom:7px}.calendar-title>div{gap:2px}.calendar-title>div>span{font-size:4px;padding:2px 3px}.new-appointment{font-size:4px;padding:3px}.new-appointment tc-icon{width:8px}.calendar-head{height:29px;grid-template-columns:22px repeat(5,1fr);font-size:3.5px}.calendar-head b{font-size:6px}.calendar-head .today b{width:15px;height:15px;line-height:15px}.calendar-head>span:first-child{font-size:3px}.calendar-body{height:125px}.time-labels{width:22px;font-size:3.5px}.time-labels span{height:36px;padding-top:8px}.appointment{left:2px;right:2px;font-size:3px;padding:4px 2px;gap:3px;min-height:35px;border-left-width:1px}.appointment b{font-size:3.5px}.appointment small{font-size:3px}.floating-badge{border-radius:7px;padding:8px;gap:7px}.floating-badge strong{font-size:7px}.floating-badge small{font-size:5px;margin-top:3px}.badge-icon{width:28px;height:28px;border-radius:7px}.badge-icon tc-icon{transform:scale(.8)}.badge-check{margin-left:4px;width:14px;height:14px}.top-badge{top:7px;left:9px;transform:rotate(-3deg)}.bottom-badge{bottom:28px;right:1px;transform:rotate(2deg)}.bottom-badge>tc-icon{transform:scale(.8);margin-left:2px}.visual-caption{left:14px;font-size:6.5px;bottom:3px}.visual-caption .status-dot{width:4px;height:4px}.benefit-grid{grid-template-columns:repeat(2,1fr);gap:20px 7px;padding-block:24px}.benefit-grid p{font-size:10px}.benefit-grid>span{font-size:9px;gap:8px}.benefit-grid tc-icon{width:18px}.section-space{padding-block:57px}.overline{font-size:9px;letter-spacing:1.25px;margin-bottom:14px}.section-heading h2,h2{font-size:28px;letter-spacing:-1px}.section-heading>p{font-size:12px;max-width:280px;margin-inline:auto}.feature-grid{gap:13px;margin-top:28px}.feature-card{padding:17px 15px}.feature-icon{width:39px;height:39px;border-radius:10px}.feature-icon tc-icon{transform:scale(.85)}.feature-number{font-size:10px}.feature-label{font-size:7px;margin-bottom:8px}.feature-top{margin-bottom:20px}.feature-card h3{font-size:14px;line-height:1.5;min-height:63px;letter-spacing:-.3px}.feature-card p{font-size:10px;line-height:1.8;min-height:108px;margin-top:10px}.feature-card>a{font-size:8px;margin-top:17px;padding-top:13px}.feature-card>a tc-icon{width:13px}}@media(max-width:365px){.container{padding-inline:17px}.hero-actions{gap:13px}.hero-actions .button{font-size:11px;padding:13px 12px}.hero h1{font-size:35px}.eyebrow-pill{font-size:6.5px}.feature-card{padding:14px 12px}.feature-card h3{font-size:13px}.feature-label{font-size:6.5px}.mini-stats strong small{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.explore-section{background:#f2f9fb;border-block:1px solid #eaf2f5}.demo-tabs{display:flex;justify-content:center;gap:7px;margin:32px auto 45px;background:#e7f1f4;border:1px solid #dfecef;padding:5px;width:fit-content;border-radius:9px}.demo-tabs>button{display:flex;align-items:center;gap:9px;background:transparent;padding:12px 19px;color:#72858e;border-radius:6px;font-size:12px;font-weight:500;transition:background .2s,color .2s}.demo-tabs>button.active{background:#fff;color:var(--blue);box-shadow:0 2px 6px #3c657a09}.demo-tabs>button:hover{color:var(--blue)}.demo-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center;outline-offset:12px}.demo-story{padding:15px 0 20px 25px}.demo-step{font-size:9px;letter-spacing:1.1px;color:#7b9da9;font-weight:600}.demo-story h3{font:650 34px/1.35 var(--heading);letter-spacing:-1.1px;margin-top:19px;max-width:330px}.demo-story>p{font-size:13px;line-height:1.9;color:#7a8b94;margin-top:18px;max-width:320px}.demo-story ul{list-style:none;padding:0;display:grid;gap:16px;margin-top:27px}.demo-story li{display:flex;align-items:center;gap:10px;color:#627985;font-size:11px}.demo-story li>span{display:grid;place-items:center;background:#e3f1f4;color:var(--blue);width:21px;height:21px;border-radius:50%;flex-shrink:0}.demo-hint{display:flex;align-items:center;gap:10px;margin-top:35px;padding-top:23px;border-top:1px solid #dcebee;color:#6996a5;font-size:10px;line-height:1.7;max-width:315px}.demo-hint strong{font-weight:400;color:#859ba4}.demo-surface{border:1px solid #dfebef;border-radius:11px;overflow:hidden;background:#fff;box-shadow:0 17px 50px #2a60720b;min-width:0}.demo-chrome{display:flex;align-items:center;justify-content:space-between;background:#fbfdfe;padding:15px 23px;border-bottom:1px solid #ebf0f2;font-size:10px;color:#8599a3}.demo-chrome>span:first-child{display:flex;align-items:center;gap:8px}.demo-chrome i{font-style:normal;color:#c4d4db;margin:0 2px}.demo-chrome tc-icon{color:var(--blue)}.demo-tag{font-size:7px;font-weight:650;letter-spacing:1px;display:flex;gap:5px;align-items:center;color:#6f9a84;background:#eef7f1;padding:4px 6px;border-radius:4px}.demo-tag>span{width:4px;height:4px;border-radius:50%;background:#7ca98b}.demo-inner{padding:26px;min-height:382px}.demo-footer{border-top:1px solid #edf2f4;padding:11px 19px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:8px;color:#96a5ad;background:#fdfefe}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-heading h4,.patient-header h4{font:650 16px var(--heading);margin:0;letter-spacing:-.4px}.panel-heading p,.patient-header p{font-size:10px;color:#98a3aa;margin-top:7px}.panel-heading .button{font-size:9px;padding:9px 12px;gap:6px}.file-count{background:#f3f7f9;padding:6px 9px;border-radius:5px;font-size:9px;white-space:nowrap;color:#7c8d97}.patient-header{display:flex;align-items:center;gap:12px}.patient-avatar{background:#e6f4f8;color:var(--blue);width:49px;height:49px;border:4px solid #f5fbfc;font-size:16px}.patient-status{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:8px;color:#69a184;background:#f0f8f2;padding:5px 8px;border-radius:4px}.patient-status>span{width:4px;height:4px;background:#69a184;border-radius:50%}.record-tabs{display:flex;align-items:center;gap:19px;margin-top:25px;border-bottom:1px solid #e8eff2;font-size:9px;color:#94a2ac;white-space:nowrap}.record-tabs>span,.record-tabs>button{padding:0 0 12px;background:transparent;color:inherit;font-size:inherit;position:relative}.record-tabs>.current{color:var(--blue);font-weight:600}.record-tabs>.current:after{content:"";position:absolute;height:2px;background:var(--blue);bottom:-1px;left:0;right:0}.record-tabs button:hover{color:var(--blue)}.record-tabs button>span{display:inline-block;font-size:6px;background:#f1f6f8;border-radius:3px;padding:2px 4px;margin-left:3px}.patient-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:23px 0}.patient-fields>div{display:grid;gap:7px}.patient-fields span{font-size:6.5px;color:#a0adb5;letter-spacing:.8px}.patient-fields strong{font-size:10px;font-weight:500;color:#637682}.record-block{padding:15px 0;border-top:1px solid #edf2f4}.record-block h5{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:600;margin:0;color:#526a78}.record-block h5 tc-icon{color:#7aa0b1}.record-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px}.record-tags>span{font-size:8px;padding:5px 7px;border:1px solid #e5ecef;background:#fafcfd;color:#83969f;border-radius:4px}.record-block>p{font-size:7px;color:#a0adb4;margin-top:8px}.treatment-summary{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#7e909a;margin-top:12px;gap:8px}.treatment-summary>span:first-child{display:flex;align-items:center;gap:7px}.treatment-summary i{width:5px;height:5px;border:1px solid #9bbbc9;border-radius:50%}.summary-status{font-size:7px;background:#edf6f0;padding:3px 6px;color:#7a9e88;border-radius:3px}.blue-status{background:#edf5fa;color:#80a3b6}.record-link{display:flex;justify-content:space-between;align-items:center;background:#f1f8fb;border:1px solid #e3f0f5;border-radius:5px;padding:10px 12px;color:var(--blue);font-size:9px;width:100%;margin-top:3px}.record-link:hover{background:#e4f2f7}.week-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:27px;padding-bottom:21px;border-bottom:1px solid var(--line)}.week-picker button{background:#f8fafb;border:1px solid #edf1f3;border-radius:7px;color:#8f9da6;padding:12px 5px;display:grid;gap:7px;text-align:center}.week-picker button span{font-size:9px}.week-picker button strong{font-size:17px;font-weight:600}.week-picker button.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.week-picker button:hover:not(.selected){background:#edf7fa}.agenda-row{display:flex;align-items:center;gap:13px;padding:19px 0;border-bottom:1px solid #f0f3f5}.agenda-row time{font-size:10px;color:#8a9ba5;min-width:30px}.agenda-marker{height:33px;width:3px;background:#88becd;border-radius:3px}.agenda-row:nth-child(2n) .agenda-marker{background:#adcab9}.agenda-row>div{display:grid;gap:6px}.agenda-row strong{font-size:11px;color:#5f7480;font-weight:550}.agenda-row small{font-size:8px;color:#9ba9b1}.appointment-status{margin-left:auto;background:#edf7f1;color:#76a28a;font-size:7px;padding:4px 6px;border-radius:4px}.appointment-status.pending{background:#fbf5e7;color:#ad9459}.agenda-bottom{display:flex;align-items:center;gap:5px;font-size:8px;color:#859ca7;margin-top:19px}.agenda-bottom span{margin-left:auto;font-size:7px;color:#a3afb5}.gallery-filters{display:flex;gap:6px;margin:22px 0 18px}.gallery-filters button{font-size:9px;color:#8a9ba4;background:#f5f8fa;border:1px solid #eef2f5;border-radius:5px;padding:7px 11px}.gallery-filters button.selected{background:#e9f5f9;color:var(--blue);border-color:#cce7ef}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px}.gallery-item{padding:0;text-align:left;background:none;min-width:0}.gallery-item.radiograph{grid-column:1/-1}.gallery-image{position:relative;border-radius:6px;overflow:hidden;background:#edf3f5;height:95px}.radiograph .gallery-image{height:135px;background:#25282d}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.radiograph img{object-fit:contain}.gallery-image>span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#22333c40;color:#fff;opacity:0;transition:opacity .2s}.gallery-item:hover .gallery-image>span,.gallery-item:focus-visible .gallery-image>span{opacity:1}.gallery-item:hover img{transform:scale(1.04)}.gallery-item>strong{display:block;font-size:9px;color:#6e8490;font-weight:550;margin-top:8px}.gallery-item>small{font-size:7px;display:block;margin-top:4px;color:#9aa9b2}.gallery-attribution{font-size:7px;line-height:1.7;color:#96a6af;margin-top:16px}.gallery-attribution a{text-decoration:underline;text-underline-offset:2px}.budget-table{width:100%;border-collapse:collapse;font-size:10px;margin-top:22px}.budget-table th{background:#f7fafb;color:#94a5af;font-size:8px;text-align:left;font-weight:500;padding:10px 8px;white-space:nowrap}.budget-table th:first-child{border-radius:5px 0 0 5px}.budget-table th:last-child{border-radius:0 5px 5px 0}.budget-table td{border-bottom:1px solid #edf2f4;padding:12px 8px;color:#6f828e}.budget-table td:first-child{font-size:9px;min-width:125px}.budget-table td:nth-child(3){white-space:nowrap;font-size:9px}.budget-table td small{display:block;font-size:7px;color:#a3b0b9;margin-top:5px}.budget-table input{width:39px;border:1px solid #e3ebef;border-radius:4px;padding:5px;font-size:10px;color:#6f8490;background:#fff}.delete-line{display:grid;place-items:center;background:transparent;color:#a3b3bc;border-radius:4px;padding:5px}.delete-line:hover{color:#c76c6c;background:#fff1f1}.empty-budget{text-align:center;padding:30px 8px!important;color:#94a5ae!important}.add-treatment{display:flex;margin-top:14px;gap:7px}.add-treatment select{min-width:0;flex:1;border:1px solid #e1eaf0;border-radius:5px;color:#79909d;background:#fff;padding:9px;font-size:9px}.add-treatment button{display:flex;align-items:center;gap:4px;color:var(--blue);background:#eaf5f8;border:1px solid #d9edf3;padding:8px 10px;border-radius:5px;font-size:9px}.add-treatment button:hover{background:#dfedf3}.budget-total{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#f0f8fa;border:1px solid #e4f0f4;border-radius:6px;padding:15px 13px;margin-top:20px}.budget-total>span{font-size:10px;color:#7b919d}.budget-total small{display:block;font-size:6.5px;color:#9bb0ba;margin-top:5px}.budget-total>strong{font:650 22px var(--heading);color:var(--blue);letter-spacing:-.8px;white-space:nowrap}.print-button{font-size:10px;width:100%;padding:12px;margin-top:16px;gap:8px}.print-hint{font-size:7px;text-align:center;color:#a0afb8;margin-top:9px}.tc-dialog{border:1px solid #dfe9ed;border-radius:16px;padding:0;color:var(--ink);box-shadow:0 24px 100px #1c39452e;max-width:calc(100vw - 36px);max-height:calc(100dvh - 40px)}.tc-dialog::backdrop{background:#19374588;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-content{padding:35px;position:relative}.dialog-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;background:#f0f6f8;color:#8297a2;width:33px;height:33px;border-radius:50%}.dialog-close:hover{background:#e1eff3;color:var(--blue)}.appointment-dialog{width:450px}.dialog-content h3{font:650 25px/1.35 var(--heading);letter-spacing:-.7px;margin:20px 0 12px}.dialog-content>p{font-size:12px;color:#8a9da7;line-height:1.7}.appointment-dialog form{display:grid;margin-top:22px;gap:9px}.appointment-dialog label{font-size:11px;color:#667f8d;margin-top:9px}.appointment-dialog label span{font-size:9px;color:#96aab5}.appointment-dialog input,.appointment-dialog select{padding:12px;border:1px solid #dce7ec;border-radius:6px;background:#fff;color:#667f8d;font-size:12px;width:100%}.appointment-dialog form .button{margin-top:16px;font-size:12px}.appointment-dialog .form-error{color:#b46161;background:#fff3f2;border-radius:5px;padding:10px;font-size:11px;line-height:1.65;margin-top:6px}.dialog-content>small{display:block;font-size:9px;margin-top:15px;text-align:center;color:#8fa4af}.image-dialog{width:850px}.image-dialog h3{padding-right:20px}.image-dialog img{width:100%;max-height:65vh;object-fit:contain;background:#f5f8fa;margin-top:22px;border-radius:8px}.print-sheet{display:none}@media(max-width:1100px){.demo-layout{gap:40px;grid-template-columns:.8fr 1.2fr}.demo-story{padding-left:0}.demo-story h3{font-size:30px}.demo-inner{padding:22px}.demo-chrome{padding-inline:20px}}@media(max-width:850px){.demo-layout{grid-template-columns:1fr;gap:30px;max-width:570px;margin:auto}.demo-story{text-align:center;padding:0}.demo-story h3{max-width:450px;margin-inline:auto}.demo-story>p{max-width:440px;margin-inline:auto}.demo-story ul{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-bottom:0}.demo-story li{font-size:9px}.demo-hint{display:none}.demo-tabs{margin-bottom:30px}.demo-inner{padding:25px;min-height:350px}.demo-footer{font-size:9px}.demo-chrome{font-size:11px}.panel-heading h4,.patient-header h4{font-size:17px}.panel-heading p,.patient-header p{font-size:11px}.patient-fields span{font-size:8px}.patient-fields strong{font-size:12px}.record-tabs{font-size:11px;gap:25px}.record-block h5{font-size:12px}.record-tags>span{font-size:10px}.treatment-summary{font-size:11px}.summary-status{font-size:9px}.record-link{font-size:11px}.budget-table th{font-size:10px}.budget-table td:first-child,.budget-table td:nth-child(3){font-size:11px}.budget-table td small{font-size:8px}.add-treatment select,.add-treatment button{font-size:11px}.budget-total>span{font-size:12px}.budget-total small{font-size:8px}.print-button{font-size:12px}.print-hint{font-size:9px}.gallery-item>strong{font-size:11px}.gallery-item>small{font-size:9px}.gallery-attribution{font-size:8px}.gallery-filters button{font-size:10px}.agenda-row strong{font-size:13px}.agenda-row small{font-size:10px}.agenda-row time{font-size:12px}.appointment-status{font-size:9px}.agenda-bottom{font-size:10px}.agenda-bottom span{font-size:9px}}@media(max-width:600px){.demo-tabs{width:100%;gap:3px;padding:4px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:25px;border-radius:7px}.demo-tabs>button{flex-direction:column;padding:10px 3px;gap:6px;font-size:8px;border-radius:4px}.demo-tabs>button tc-icon{width:17px}.demo-story h3{font-size:27px;max-width:300px}.demo-story>p{font-size:12px;margin-top:13px}.demo-story ul{gap:11px;margin-top:19px}.demo-story li{font-size:9px}.demo-story li>span{width:17px;height:17px}.demo-step{font-size:8px}.demo-inner{padding:18px;min-height:350px}.demo-chrome{padding:12px 16px;font-size:9px}.demo-footer{font-size:7px;padding-inline:8px}.panel-heading h4,.patient-header h4{font-size:14px}.panel-heading p,.patient-header p{font-size:9px}.panel-heading .button{font-size:8px;padding:8px;gap:3px}.patient-avatar{width:43px;height:43px;font-size:14px}.patient-fields{gap:8px;margin-block:20px}.patient-fields strong{font-size:10px}.patient-fields span{font-size:6.5px}.record-tabs{font-size:9px;gap:17px}.record-block h5{font-size:11px}.record-tags>span{font-size:8px}.record-block>p{font-size:7px}.treatment-summary{font-size:10px}.summary-status{font-size:7px}.record-link{font-size:10px}.agenda-row{gap:9px;padding-block:17px}.agenda-row strong{font-size:11px}.agenda-row small{font-size:8px}.appointment-status{font-size:7px}.agenda-row time{font-size:10px}.agenda-bottom{font-size:8px;flex-wrap:wrap}.agenda-bottom span{font-size:8px;margin-left:0;flex-basis:100%;margin-top:7px}.week-picker{gap:7px;margin-top:22px}.week-picker button{padding:10px 4px}.week-picker button span{font-size:8px}.week-picker button strong{font-size:15px}.budget-table th{font-size:8px;padding:9px 4px}.budget-table td{padding:10px 4px}.budget-table td:first-child{font-size:9px;min-width:90px;max-width:135px}.budget-table td:nth-child(3){font-size:9px}.budget-table td small{font-size:7px}.budget-table input{width:36px;padding:5px 3px}.budget-total>span{font-size:9px}.budget-total small{font-size:7px;max-width:130px;line-height:1.6}.budget-total>strong{font-size:20px}.budget-total{padding:12px 10px}.add-treatment select,.add-treatment button{font-size:9px}.gallery-image{height:88px}.radiograph .gallery-image{height:125px}.gallery-filters button{font-size:9px;padding:7px 9px}.gallery-item>strong{font-size:10px}.gallery-item>small{font-size:7px}.gallery-attribution{font-size:7px}.dialog-content{padding:25px}.dialog-content h3{font-size:23px}.dialog-close{top:12px;right:12px}.image-dialog h3{font-size:21px}}@media print{@page{size:A4;margin:20mm}body{background:#fff!important;color:#25343c!important;font-size:11pt!important}tc-app>.site-header,tc-app>.site-footer,.hero,.benefit-strip,.features,.how-section,.why-section,.faq-section,.cta-section,.skip-link{display:none!important}.explore-section{padding:0!important;background:#fff!important;border:0!important}.explore-section>.container{padding:0!important;max-width:none!important}.explore-section .section-heading,.demo-tabs,.demo-layout,.tc-dialog,.sr-only{display:none!important}.print-sheet{display:block!important}.print-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dae4e9;padding-bottom:20px}.print-header img{width:200px}.print-header>span{text-align:right;font-size:9pt;color:#6b7d87;line-height:1.7}.print-title{padding:30px 0}.print-title>span{font-size:9pt;color:#0587a8;letter-spacing:1px}.print-title h1{font:600 28pt/1.3 var(--heading);letter-spacing:-1px;margin-top:9px}.print-title p{font-size:10pt;color:#75858e;margin-top:15px}.print-sheet table{width:100%;border-collapse:collapse;font-size:10pt}.print-sheet th{text-align:left;color:#0587a8;font-size:9pt;border-bottom:2px solid #d6e7ed;padding:12px 8px}.print-sheet td{padding:17px 8px;border-bottom:1px solid #e6edef}.print-sheet th:last-child,.print-sheet td:last-child{text-align:right;white-space:nowrap}.print-sheet tr{break-inside:avoid}.print-total{display:flex;justify-content:space-between;align-items:center;padding:25px 8px;border-bottom:2px solid #0587a8;break-inside:avoid}.print-total strong{font-size:23pt;color:#0587a8}.print-notes{padding-top:35px;color:#7d8b93;font-size:9pt;line-height:1.7;break-inside:avoid}.print-notes p{margin-top:8px}.print-sheet footer{margin-top:50px;padding-top:17px;border-top:1px solid #e3ecef;color:#81969f;font-size:8pt;text-align:center}}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:72px;margin:45px auto 0;max-width:950px}.steps-grid article{text-align:center;position:relative}.steps-grid article:not(:last-child):after{content:"";position:absolute;top:28px;left:calc(50% + 60px);width:calc(100% - 50px);height:1px;background:repeating-linear-gradient(to right,#d3e4eb 0,#d3e4eb 4px,transparent 4px,transparent 9px)}.step-number{position:relative;display:grid;place-items:center;width:60px;height:60px;background:#f0f8fb;border:1px solid #dbeef3;border-radius:17px;margin:0 auto;color:#73a4b5;font-size:12px}.step-number>span{position:absolute;right:-9px;bottom:-6px;background:#fff;border-radius:8px;display:grid;place-items:center;width:32px;height:32px;color:var(--blue);box-shadow:0 2px 8px #255d6c08;border:1px solid #e9f0f3}.steps-grid h3{font:650 17px var(--heading);letter-spacing:-.45px;margin-top:27px}.steps-grid p{font-size:12px;color:#8a969e;line-height:1.9;max-width:240px;margin:12px auto 0}.why-section{padding:30px 0 20px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:89px;align-items:center}.why-image{position:relative;isolation:isolate;border-radius:15px;min-width:0;margin-right:20px}.why-image:before{content:"";position:absolute;inset:25px -20px -22px 25px;background:#edf7f9;border-radius:15px;z-index:-1}.why-image>img{width:100%;height:405px;object-fit:cover;object-position:48% 40%;border-radius:15px;filter:saturate(.65)}.photo-caption{position:absolute;left:22px;right:22px;bottom:21px;border:1px solid #ffffffba;background:#fffffff2;border-radius:9px;padding:16px 18px;display:flex;align-items:center;gap:13px;box-shadow:0 5px 25px #21465209}.photo-caption>span{display:grid;place-items:center;background:#edf7f9;width:38px;height:38px;border-radius:9px;color:var(--blue)}.photo-caption p{font-size:11px;color:#8196a0;line-height:1.85}.photo-caption strong{font-size:12px;font-weight:600;color:#425b68}.why-copy h2{font-size:33px}.why-copy h2>span{font-weight:500;color:#81969f}.why-copy>p{font-size:12px;line-height:1.9;color:#8a999f;margin-top:18px;max-width:410px}.why-point{display:flex;align-items:flex-start;gap:13px;margin-top:23px}.why-point>span{display:flex;align-items:center;justify-content:center;background:#f1f8fa;border:1px solid #e5f0f4;border-radius:9px;width:38px;height:38px;color:#60a1b5;flex-shrink:0}.why-point h3{font:600 12px/1.6 var(--heading);letter-spacing:-.1px;margin-top:1px}.why-point p{font-size:10px;color:#8e9ca4;line-height:1.8;margin-top:4px}.faq-section{padding-top:108px}.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}.faq-grid h2{font-size:30px}.faq-grid>div>p{font-size:12px;line-height:1.9;color:#8b979f;margin-top:18px}.faq-grid>div>a{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:11px;font-weight:550;margin-top:20px}.faq-list details{border-bottom:1px solid #e6edf1}.faq-list details:first-child{border-top:1px solid #e6edf1}.faq-list summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:21px 0;list-style:none;font-size:12px;font-weight:500;color:#5d717d}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary tc-icon{color:#91a6b0;transition:transform .2s}.faq-list details[open] summary tc-icon{transform:rotate(45deg);color:var(--blue)}.faq-list details[open] summary{color:var(--blue)}.faq-list details>p{font-size:12px;color:#889aa3;line-height:1.85;padding-bottom:23px;padding-right:30px}.cta-section{padding-bottom:80px}.cta-card{isolation:isolate;position:relative;overflow:hidden;text-align:center;background:#0587a8;padding:47px 28px 43px;border-radius:15px;color:#fff}.cta-orbit{z-index:-1;position:absolute;width:800px;height:800px;left:50%;top:-230px;transform:translate(-50%);border:1px solid #ffffff16;border-radius:50%;box-shadow:0 0 0 75px #ffffff04,0 0 0 150px #ffffff04,0 0 0 225px #ffffff03}.cta-icon{display:flex;justify-content:center;align-items:center;width:53px;height:53px;margin:0 auto 15px;border:1px solid #ffffff32;border-radius:15px;color:#fff;background:#ffffff0d}.cta-card .overline{color:#a9dee9;font-size:9px;letter-spacing:1.55px;margin-bottom:15px}.cta-card h2{font-size:36px;letter-spacing:-1px;font-weight:600;line-height:1.35}.cta-card p{font-size:12px;color:#b2e1ea;margin-top:14px}.button-white{background:#fff;color:var(--blue);border-color:#fff;font-size:12px;margin-top:25px;padding:14px 20px}.button-white:hover{background:#e9f7fa;color:var(--blue-dark);border-color:#e9f7fa;box-shadow:0 5px 12px #00546c44}.cta-card small{display:block;font-size:8px;color:#afdbe5;margin-top:13px}.footer-top{border-top:1px solid #e7eff2;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:38px}.footer-top .brand img{width:172px}.footer-top>div>p{font-size:10px;color:#99a6ad;margin:7px 0 0 5px}.footer-top nav{display:flex;gap:25px}.footer-top nav a,.back-top{font-size:10px;color:#7e929c}.footer-top nav a:hover,.back-top:hover{color:var(--blue)}.back-top{display:flex;align-items:center;gap:6px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #edf2f4;padding:19px 0 25px;color:#a0aeb6;font-size:8px}.footer-bottom>span:last-child{display:flex;align-items:center;gap:5px}.footer-bottom tc-icon{color:#93b6c2}@media(max-width:1100px){.why-grid{gap:50px}.why-copy h2{font-size:29px}.faq-grid{gap:55px}.steps-grid{gap:50px}.why-image>img{height:385px}}@media(max-width:850px){.why-grid{gap:35px}.why-copy h2{font-size:25px}.why-copy>p{font-size:11px}.why-image>img{height:380px}.photo-caption{left:14px;right:14px;padding:13px 12px;gap:9px}.photo-caption p{font-size:9px}.photo-caption strong{font-size:10px}.photo-caption>span{width:30px;height:30px;flex-shrink:0}.why-point{gap:9px;margin-top:18px}.why-point h3{font-size:11px}.why-point p{font-size:9px}.why-point>span{width:31px;height:31px}.why-copy .overline{font-size:8px}.faq-grid{gap:40px}.faq-grid h2{font-size:27px}.faq-list summary{font-size:11px}.steps-grid{gap:30px}.steps-grid h3{font-size:15px}.steps-grid p{font-size:11px}.footer-top nav{gap:15px}.footer-top nav a,.back-top{font-size:9px}.footer-top .brand img{width:143px}.footer-top>div>p{font-size:8px}.cta-section{padding-bottom:50px}}@media(max-width:600px){.steps-grid{grid-template-columns:1fr;gap:35px;margin-top:30px}.steps-grid article{display:grid;grid-template-columns:60px 1fr;column-gap:24px;text-align:left;align-items:start}.steps-grid article:not(:last-child):after{width:1px;height:calc(100% - 35px);top:73px;left:29px;background:repeating-linear-gradient(to bottom,#d3e4eb 0,#d3e4eb 4px,transparent 4px,transparent 9px)}.step-number{grid-row:1/3;margin:0;width:55px;height:55px;border-radius:14px}.step-number>span{width:28px;height:28px}.step-number>span tc-icon{width:18px}.steps-grid h3{margin-top:3px;font-size:15px}.steps-grid p{margin:8px 0 0;font-size:12px;line-height:1.85;max-width:none}.why-section{padding:4px 0 10px}.why-grid{grid-template-columns:1fr;gap:49px}.why-image{margin-right:15px}.why-image>img{height:310px;object-position:50% 35%}.why-image:before{inset:20px -15px -18px 20px}.photo-caption{padding:14px 16px;left:17px;right:17px}.photo-caption p{font-size:11px}.photo-caption strong{font-size:12px}.photo-caption>span{width:37px;height:37px}.why-copy .overline{font-size:9px}.why-copy h2{font-size:29px}.why-copy>p{font-size:12px}.why-point{gap:13px;margin-top:21px}.why-point>span{width:37px;height:37px}.why-point h3{font-size:12px}.why-point p{font-size:10px}.faq-section{padding-top:65px}.faq-grid{grid-template-columns:1fr;gap:27px}.faq-grid h2{font-size:28px}.faq-grid>div>p{font-size:12px}.faq-grid>div>p br{display:none}.faq-grid>div>a{margin-top:13px}.faq-list summary{font-size:12px;gap:15px;line-height:1.7;padding-block:19px}.faq-list details>p{font-size:12px;padding-right:10px}.cta-section{padding-bottom:40px}.cta-section>.container{padding-inline:15px}.cta-card{padding:36px 19px 33px;border-radius:12px}.cta-card h2{font-size:27px}.cta-card p{font-size:11px;line-height:1.8;margin-inline:auto;max-width:250px}.cta-card .overline{font-size:8px}.cta-icon{width:46px;height:46px;border-radius:12px}.cta-icon tc-icon{width:27px}.cta-card .button{font-size:12px;padding:13px 18px}.footer-top{flex-wrap:wrap;gap:25px;padding-block:25px}.footer-top>div{width:100%;text-align:center}.footer-top .brand img{width:165px;margin-inline:auto}.footer-top>div>p{font-size:10px}.footer-top nav{gap:17px;margin:auto}.footer-top nav a{font-size:10px}.back-top{display:none}.footer-bottom{flex-direction:column;text-align:center;font-size:8px;gap:9px;padding:20px 0}.feature-card p{font-size:11px;min-height:130px}.feature-card>a{font-size:9px}.feature-label{font-size:8px}}@media(max-width:720px){html{scroll-padding-top:86px}.site-header{position:sticky;top:0;height:74px;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px #e9eff1;z-index:50}.nav-wrap{gap:16px}.desktop-nav,.nav-cta{display:none}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dcecef;border-radius:11px}.mobile-nav{position:absolute;inset:100% 0 auto;padding:8px 28px 18px;border-top:1px solid #edf2f4;box-shadow:0 18px 35px #1838421c}.mobile-nav a{display:flex;align-items:center;min-height:48px;padding:0;font-size:14px;font-weight:550;color:#4d626d;border-bottom:1px solid #edf2f4}.mobile-nav a:last-child{justify-content:center;margin-top:10px;color:#fff;background:var(--blue);border:0;border-radius:9px}}@media(max-width:600px){html{scroll-padding-top:86px}.site-header{position:sticky;top:0;height:72px;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px #e9eff1;z-index:50}.nav-wrap{gap:16px}.brand img{width:154px}.menu-toggle{width:44px;height:44px;border:1px solid #dcecef;border-radius:11px}.mobile-nav{position:absolute;inset:100% 0 auto;padding:8px 23px 18px;border-top:1px solid #edf2f4;box-shadow:0 18px 35px #1838421c}.mobile-nav a{display:flex;align-items:center;min-height:48px;padding:0;font-size:14px;font-weight:550;color:#4d626d;border-bottom:1px solid #edf2f4}.mobile-nav a:last-child{justify-content:center;margin-top:10px;color:#fff;background:var(--blue);border:0;border-radius:9px}.hero{padding:40px 0 34px}.hero-grid,.hero-grid>*{min-width:0}.hero-copy,.hero-visual{width:100%;max-width:100%}.eyebrow-pill{max-width:100%;justify-content:center;white-space:normal;line-height:1.5}.hero h1{font-size:clamp(36px,10.5vw,44px);line-height:1.13;letter-spacing:-1.7px;text-wrap:balance}.hero-description{font-size:14px;line-height:1.75;max-width:340px}.hero-actions{width:100%;flex-direction:column;gap:8px;margin-top:26px}.hero-actions .button{width:100%;min-height:50px;font-size:13px;border-radius:9px}.video-link{justify-content:center;min-height:44px;font-size:12px}.hero-note{align-items:flex-start;justify-content:center;font-size:10px;line-height:1.55;margin-top:15px}.hero-note tc-icon{flex:0 0 auto}.hero-grid{gap:26px}.hero-visual{padding:35px 0 38px}.hero-visual:before{height:285px;border-radius:44%}.app-window{width:100%;max-width:100%;margin:0;transform:rotate(-.6deg);border-radius:10px}.mock-sidebar{display:none}.mock-app{height:274px}.mock-topbar{height:31px;padding-inline:10px;font-size:6px}.mock-content{padding:12px 9px}.greeting h2{font-size:8px}.greeting p{font-size:5px}.mini-stats{gap:5px;margin-top:10px}.mini-stats>div{padding:6px}.mini-stats>div>span{font-size:4.5px}.mini-stats strong{font-size:13px}.mini-stats strong small{font-size:3.8px}.calendar-title{font-size:6.5px;margin-top:12px}.calendar-head{grid-template-columns:25px repeat(5,1fr);font-size:4px}.calendar-head b{font-size:7px}.calendar-body{height:135px}.time-labels{width:25px;font-size:4px}.appointment{font-size:3.6px}.appointment b{font-size:4.2px}.top-badge{top:2px;left:8px}.floating-badge strong{font-size:8px}.floating-badge small{font-size:5.5px}.bottom-badge{display:none}.visual-caption{left:12px;bottom:1px;font-size:7px}.benefit-grid{gap:10px;padding-block:20px}.benefit-grid p{margin-bottom:5px;font-size:11px}.benefit-grid>span{min-height:44px;justify-content:flex-start;padding:7px 8px;background:#fff;border:1px solid #edf2f4;border-radius:9px;font-size:10px;white-space:normal;line-height:1.35}.benefit-grid tc-icon{flex:0 0 auto}.section-space{padding-block:60px}.section-heading h2,h2{font-size:30px;line-height:1.25;letter-spacing:-1.1px;text-wrap:balance}.section-heading>p{font-size:13px;line-height:1.7;max-width:320px}.feature-grid{grid-template-columns:1fr;gap:14px;margin-top:31px}.feature-card{padding:22px;border-radius:14px}.feature-top{margin-bottom:18px}.feature-icon{width:44px;height:44px}.feature-label{font-size:9px;margin-bottom:7px}.feature-card h3{font-size:18px;line-height:1.35;min-height:0}.feature-card p{font-size:13px;line-height:1.75;min-height:0;margin-top:10px}.feature-card>a{min-height:44px;margin-top:14px;padding-top:13px;font-size:11px}.demo-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;margin:25px 0 27px;border-radius:12px}.demo-tabs>button{justify-content:flex-start;flex-direction:row;gap:8px;min-height:48px;padding:10px 11px;border-radius:8px;font-size:11px;line-height:1.25;text-align:left}.demo-tabs>button tc-icon{width:18px;flex:0 0 auto}.demo-layout{gap:25px}.demo-story{text-align:left}.demo-story h3{max-width:none;margin-inline:0;font-size:28px;line-height:1.28}.demo-story>p{max-width:none;margin-inline:0;font-size:13px;line-height:1.75}.demo-story ul{display:grid;justify-content:stretch;gap:10px;margin-top:20px}.demo-story li{font-size:11px;line-height:1.5}.demo-story li>span{width:22px;height:22px}.demo-surface{border-radius:14px;box-shadow:0 14px 35px #2a607212}.demo-chrome{padding:12px 14px;font-size:10px}.demo-inner{padding:17px;min-height:0}.demo-footer{padding:11px 12px;font-size:8px;line-height:1.5;text-align:center}.panel-heading h4,.patient-header h4{font-size:16px}.panel-heading p,.patient-header p{font-size:10px;line-height:1.4}.panel-heading .button{min-height:40px;padding:8px 10px;font-size:9px}.week-picker{gap:5px;margin-top:20px;padding-bottom:17px}.week-picker button{min-height:58px;padding:8px 3px}.week-picker button span{font-size:9px}.week-picker button strong{font-size:16px}.agenda-row{display:grid;grid-template-columns:auto 3px minmax(0,1fr) auto;gap:9px;padding-block:15px}.agenda-row time{font-size:10px}.agenda-row strong{font-size:12px;line-height:1.35}.agenda-row small{font-size:9px;line-height:1.4}.appointment-status{font-size:8px;padding:5px 6px}.agenda-bottom{font-size:9px;line-height:1.5}.patient-avatar{width:46px;height:46px}.patient-status{font-size:8px}.record-tabs{gap:20px;overflow-x:auto;padding-top:2px;scrollbar-width:none;font-size:10px}.record-tabs::-webkit-scrollbar{display:none}.record-tabs>span,.record-tabs>button{flex:0 0 auto;min-height:40px;padding-top:11px}.patient-fields{gap:10px}.patient-fields span{font-size:7px}.patient-fields strong{font-size:11px;line-height:1.35}.record-block h5{font-size:12px}.record-tags>span{font-size:9px;line-height:1.35}.record-block>p{font-size:8px;line-height:1.5}.treatment-summary{align-items:flex-start;font-size:10px;line-height:1.4}.summary-status{flex:0 0 auto;font-size:8px}.record-link{min-height:44px;font-size:11px}.gallery-filters{overflow-x:auto;margin:18px -2px 16px;padding:2px;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filters button{flex:0 0 auto;min-height:40px;padding:8px 12px;font-size:10px}.gallery-image{height:105px}.radiograph .gallery-image{height:145px}.gallery-item>strong{font-size:11px}.gallery-item>small{font-size:8px;line-height:1.4}.gallery-attribution{font-size:8px}.add-treatment{flex-direction:column}.add-treatment select,.add-treatment button{width:100%;min-height:44px;font-size:11px}.add-treatment button{justify-content:center}.budget-total{align-items:flex-start;flex-direction:column;padding:14px}.budget-total>span{font-size:11px}.budget-total small{font-size:8px;max-width:none}.budget-total>strong{font-size:24px}.print-button{min-height:48px;font-size:12px}.print-hint{font-size:9px;line-height:1.5}.tc-dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:15px}.dialog-content{padding:24px 18px 20px;overflow-y:auto}.dialog-close{top:10px;right:10px;width:44px;height:44px}.dialog-content h3{padding-right:35px;font-size:23px}.appointment-dialog input,.appointment-dialog select{min-height:46px;font-size:16px}.appointment-dialog form .button{min-height:48px;font-size:12px}.why-image{margin-right:10px}.why-image>img{height:270px}.why-copy>p{font-size:13px;line-height:1.75}.why-point h3{font-size:14px}.why-point p{font-size:11px;line-height:1.65}.faq-grid h2{font-size:30px}.faq-list summary{min-height:60px;font-size:13px}.faq-list details>p{font-size:12px;line-height:1.75}.cta-card{padding:38px 20px 34px}.cta-card h2{font-size:29px;line-height:1.25}.cta-card p{font-size:12px}.cta-card .button{width:100%;min-height:48px}.footer-top nav{width:100%;justify-content:center;flex-wrap:wrap;line-height:1.5}.footer-top nav a{min-height:40px;display:flex;align-items:center}}@media(max-width:430px){.budget-table,.budget-table tbody{display:block;width:100%}.budget-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.budget-table tbody{display:grid;gap:10px;margin-top:18px}.budget-table tr{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:13px;background:#fbfdfe;border:1px solid #e7eef1;border-radius:10px}.budget-table td{display:block;padding:0;border:0}.budget-table td:first-child{grid-column:1/-1;min-width:0;max-width:none;padding-bottom:10px;border-bottom:1px solid #edf2f4;font-size:12px;font-weight:550}.budget-table td:first-child small{font-size:8px;font-weight:400}.budget-table td:nth-child(2){display:flex;align-items:center;gap:7px}.budget-table td:nth-child(2):before{content:"Cant.";font-size:8px;color:#94a5af;text-transform:uppercase;letter-spacing:.5px}.budget-table td:nth-child(3){font-size:11px;font-weight:650;color:#4d626d}.budget-table input{width:48px;min-height:38px;font-size:16px;text-align:center}.delete-line{width:40px;height:40px;background:#fff;border:1px solid #edf1f3}.empty-budget{grid-column:1/-1!important;border:0!important;padding:22px 8px!important;font-size:11px!important}}@media(max-width:360px){.container,.mobile-nav{padding-inline:16px}.brand img{width:145px}.hero h1{font-size:35px}.hero-description{font-size:13px}.demo-tabs>button{padding-inline:8px;font-size:10px}.panel-heading{align-items:flex-start}.patient-status{padding-inline:6px}.gallery-grid{grid-template-columns:1fr}.gallery-item.radiograph{grid-column:auto}.gallery-image,.radiograph .gallery-image{height:155px}}
