:root{--purple:#dd1d6e;--purple-light:#ff258f;--purple-dark:#9a144d;--purple-50:#fff0f5;--purple-100:#ffd6e8;--purple-200:#ffadd1;--dark:#2d3436;--gray:#636e72;--gray-light:#b2bec3;--bg:#fafafa;--bg-alt:#f9f0f3;--white:#fff;--border:#e5e7eb;--yellow:#f4d03f;--red:#fee2e2;--yellow-soft:#fef9c3;--green:#d1fae5;--font-heading:"Poppins", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-hand:"Caveat", cursive;--shadow-flat:3px 3px 0px 0px var(--dark);--shadow-flat-sm:2px 2px 0px 0px var(--dark);--shadow-soft:0 2px 16px #0000000f;--radius:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--dark);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--dark);font-weight:700;line-height:1.2}.hand{font-family:var(--font-hand);color:var(--purple)}.container{max-width:1152px;margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:640px}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section-subtitle{color:var(--gray);max-width:480px;margin:0 auto;font-size:1.05rem}.scroll-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.btn{border-radius:var(--radius);font-family:var(--font-heading);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn--primary{background:var(--purple);color:var(--white);box-shadow:var(--shadow-flat-sm)}.btn--primary:hover{background:var(--purple-dark);box-shadow:none;transform:translate(1px,1px)}.btn--outline{background:var(--white);color:var(--dark);border:2px solid var(--border)}.btn--outline:hover{border-color:var(--purple-200);color:var(--purple)}.btn--light{background:var(--white);color:var(--purple);box-shadow:var(--shadow-flat-sm);font-weight:700}.btn--light:hover{box-shadow:none;transform:translate(1px,1px)}.btn--outline-light{color:var(--white);background:0 0;border:2px solid #ffffff59}.btn--outline-light:hover{background:#ffffff14}.btn--pricing{background:var(--purple);color:var(--white);width:100%;margin-top:auto}.btn--pricing:hover{background:var(--purple-dark)}.btn--pricing-light{background:var(--white);color:var(--purple)}.btn--pricing-light:hover{background:var(--purple-50)}.btn--pricing-admin{background:var(--gray-light);color:var(--dark)}.btn--pricing-admin:hover{background:var(--gray);color:var(--white)}.btn--pricing-starter{background:var(--purple);color:var(--white);box-shadow:var(--shadow-flat-sm);padding:.85rem 1.5rem;font-size:1rem}.btn--pricing-starter:hover{background:var(--purple-dark);box-shadow:none;transform:translate(1px,1px)}.btn--pricing-enterprise{background:var(--white);color:var(--dark)}.btn--pricing-enterprise:hover{background:var(--yellow);color:var(--dark)}.navbar{z-index:1000;background:0 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.is-scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;box-shadow:0 1px 4px #0000000f}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-logo img{width:auto;height:48px}.nav-toggle{width:36px;height:36px;display:none;position:relative}.hamburger,.hamburger:before,.hamburger:after{background:var(--dark);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{top:7px}.nav-toggle.is-open .hamburger{background:0 0}.nav-toggle.is-open .hamburger:before{top:0;transform:rotate(45deg)}.nav-toggle.is-open .hamburger:after{top:0;transform:rotate(-45deg)}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--dark);opacity:.75;font-size:.88rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--purple);opacity:1}.nav-link--cta{background:var(--purple);opacity:1;border-radius:var(--radius);box-shadow:var(--shadow-flat-sm);padding:.4rem 1.1rem;color:var(--white)!important}.nav-link--cta:hover{background:var(--purple-dark)}@media (width<=768px){.nav-toggle{justify-content:center;align-items:center;display:flex}.nav-menu{background:var(--white);border-top:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.25rem;transition:all .25s;position:fixed;top:72px;left:0;right:0;transform:translateY(-8px);box-shadow:0 8px 24px #00000014}.nav-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{border-bottom:1px solid var(--border);padding:.7rem 0;font-size:1rem}.nav-link:last-child{text-align:center;border-bottom:none;margin-top:.3rem}}.hero{background:var(--bg-alt);align-items:center;min-height:100vh;padding-top:88px;display:flex}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-badge{background:var(--yellow);color:var(--dark);box-shadow:var(--shadow-flat-sm);border-radius:6px;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-block}.hero-title{margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.12}.hero-desc{color:var(--gray);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero-note{color:var(--gray);font-size:.85rem}.hero-note .hand{font-size:1.35rem}.hero-image-wrap{position:relative}.hero-image{object-fit:cover;aspect-ratio:4/3;width:100%;box-shadow:var(--shadow-flat);border:2px solid #2d34360f;border-radius:16px}.hero-note-float{background:var(--white);box-shadow:var(--shadow-soft);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;position:absolute;bottom:-12px;left:-16px;transform:rotate(-3deg)}.hero-note-float .hand{font-size:1.4rem;line-height:1.15}@media (width<=768px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero{padding-top:80px}.hero-text{order:2}.hero-image-wrap{order:1}.hero-note-float{display:none}}.story{background:var(--white)}.story-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.story-card{border-radius:var(--radius);padding:1.75rem}.story-card--red{background:var(--red)}.story-card--yellow{background:var(--yellow-soft)}.story-card--green{background:var(--green)}.story-icon{width:36px;height:36px;margin-bottom:.75rem}.story-card--red .story-icon{color:#ef4444}.story-card--yellow .story-icon{color:#ca8a04}.story-card--green .story-icon{color:#16a34a}.story-card h3{margin-bottom:.5rem;font-size:1.1rem}.story-card p{color:var(--gray);font-size:.88rem;line-height:1.6}.story-joke{text-align:center;color:var(--gray);opacity:.7;margin-top:2rem;font-size:1.6rem}@media (width<=640px){.story-grid{grid-template-columns:1fr}}.pain{background:var(--bg-alt)}.pain-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.pain-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.5rem;transition:border-color .25s;display:flex}.pain-card:hover{border-color:var(--purple-200)}.pain-icon{background:var(--purple-50);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pain-icon svg{width:20px;height:20px;color:var(--purple);stroke-width:1.5px}.pain-card h3{margin-bottom:.25rem;font-size:1.05rem}.pain-card p{color:var(--gray);font-size:.87rem;line-height:1.55}@media (width<=640px){.pain-grid{grid-template-columns:1fr}}.features{background:var(--white)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:all .25s}.feature-card:hover{border-color:var(--purple-200);transform:translateY(-2px)}.feature-card--link{cursor:pointer;color:inherit;text-decoration:none}.feature-card--link:hover h3{color:var(--purple)}.feature-icon{background:var(--purple-50);border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;transition:background .25s;display:flex}.feature-icon svg{width:22px;height:22px;color:var(--purple);stroke-width:1.5px;transition:color .25s}.feature-card:hover .feature-icon{background:var(--purple)}.feature-card:hover .feature-icon svg{color:var(--white)}.feature-card h3{margin-bottom:.4rem;font-size:1.1rem}.feature-card p{color:var(--gray);font-size:.87rem;line-height:1.55}@media (width<=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.features-grid{grid-template-columns:1fr}}.spotcheck{background:linear-gradient(#fff5f8 0%,#f8f9fa 100%)}.spotcheck-layout{grid-template-columns:1.4fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.spotcheck-diagram{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.spotcheck-tabs{border-bottom:2px solid var(--border);gap:1.5rem;margin-bottom:1.25rem;display:flex}.spotcheck-tab{font-family:var(--font-heading);color:var(--gray-light);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.6rem .2rem;font-size:.95rem;font-weight:600;transition:all .25s}.spotcheck-tab.is-active{color:var(--purple);border-bottom-color:var(--purple)}.spotcheck-tab:hover{color:var(--purple)}.spotcheck-view{justify-content:center;align-items:center;min-height:340px;display:flex}.spotcheck-view.is-hidden{display:none}.spotcheck-svg{width:100%;max-width:320px;height:auto}.hotspot{cursor:pointer;transition:all .2s}.hotspot-ring{transition:all .25s}.hotspot:hover .hotspot-ring{fill-opacity:.35;r:26}.hotspot text{pointer-events:none;opacity:.85}.spotcheck-panel{flex-direction:column;gap:1.25rem;display:flex}.patient-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.patient-header{align-items:center;gap:1rem;display:flex}.patient-avatar{background:var(--purple-50);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex}.patient-name{font-family:var(--font-heading);margin-bottom:.15rem;font-size:1.25rem;font-weight:700}.patient-meta{color:var(--gray);font-size:.82rem}.patient-divider{background:var(--border);height:1px;margin:1rem 0}.vitals-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.vital-item{background:var(--bg);border-radius:8px;flex-direction:column;gap:.2rem;padding:.7rem .8rem;display:flex}.vital-label{color:var(--gray);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:500}.vital-value{font-family:var(--font-heading);color:var(--dark);font-size:1.1rem;font-weight:700}.vital-value small{color:var(--gray);margin-left:.1rem;font-size:.72rem;font-weight:500}.branch-box{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.branch-label{color:var(--gray);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.branch-select{border:2px solid var(--border);width:100%;font-family:var(--font-body);color:var(--dark);background:var(--bg);cursor:pointer;border-radius:8px;outline:none;padding:.6rem .75rem;font-size:.9rem;transition:border-color .2s}.branch-select:focus{border-color:var(--purple-200)}.spotcheck-toast{background:var(--green);color:var(--dark);border-radius:8px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;animation:.35s toastSlide;display:none}.spotcheck-toast.is-shown{display:flex}.toast-icon{background:var(--dark);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}@keyframes toastSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.spotcheck-benefits{grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;max-width:720px;margin:0 auto 2rem;display:grid}.benefit-item{color:var(--dark);align-items:center;gap:.6rem;font-size:.92rem;display:flex}.benefit-check{color:var(--purple);flex-shrink:0;font-size:1.1rem;font-weight:700}.spotcheck-cta{text-align:center}@media (width<=768px){.spotcheck-layout{grid-template-columns:1fr}.spotcheck-diagram{order:1}.spotcheck-panel{order:2}.spotcheck-benefits{grid-template-columns:1fr}}.pricing{background:var(--bg-alt)}.pricing-grid{grid-template-columns:1fr 1.15fr 1fr 1fr;align-items:center;gap:1rem;display:grid}.pricing-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.75rem;display:flex}.pricing-card--admin{opacity:.92;background:#f8f9fa;border-color:#e5e7eb;padding:1.5rem}.pricing-card--admin .pricing-amount{color:var(--gray)}.pricing-card--starter{background:var(--white);border-color:var(--yellow);z-index:2;border-top-width:5px;padding:2.25rem;position:relative;box-shadow:0 12px 40px #0000001f,0 4px 12px #00000014}.pricing-card--enterprise{color:var(--white);background:linear-gradient(#2d3436 0%,#1a1f21 100%);border-color:#2d3436}.pricing-card--enterprise .pricing-name{color:var(--white)}.pricing-card--enterprise .pricing-desc{color:#ffffffb3}.pricing-card--enterprise .pricing-amount{color:var(--white)}.pricing-card--enterprise .pricing-period{color:#fff9}.pricing-card--enterprise .pricing-divider{background:#ffffff26}.pricing-card--enterprise .pricing-features li{color:#ffffffe0}.pricing-card--enterprise .check{color:var(--yellow)}.pricing-card--promo{border-color:var(--purple-200);background:linear-gradient(#fff0f5 0%,#fff 100%);border-style:dashed;position:relative}.pricing-card--promo:before{content:"";border-radius:calc(var(--radius) + 2px);background:linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%);z-index:-1;opacity:.15;position:absolute;inset:-2px}.pricing-badge--promo{background:var(--purple);color:var(--white);font-size:.65rem}.pricing-amount--old{color:var(--gray-light);margin-right:.5rem;font-size:1.15rem;font-weight:600;text-decoration:line-through}.btn--pricing-promo{background:var(--purple);color:var(--white);box-shadow:var(--shadow-flat-sm)}.btn--pricing-promo:hover{background:var(--purple-dark);box-shadow:none;transform:translate(1px,1px)}.pricing-badge{background:var(--yellow);color:var(--dark);border-radius:4px;width:fit-content;margin-bottom:.75rem;padding:.2rem .7rem;font-size:.68rem;font-weight:800;display:inline-block}.pricing-name{margin-bottom:.2rem;font-size:1.2rem}.pricing-card--starter .pricing-name{color:var(--dark)}.pricing-desc{color:var(--gray);margin-bottom:1rem;font-size:.82rem}.pricing-price{margin-bottom:1.25rem}.pricing-amount{font-family:var(--font-heading);color:var(--purple);font-size:2rem;font-weight:700}.pricing-card--starter .pricing-amount{color:var(--purple)}.pricing-period{color:var(--gray);font-size:.88rem}.pricing-divider{background:var(--border);width:100%;height:1px;margin-bottom:1.25rem}.pricing-features{flex-grow:1;margin-bottom:1.5rem;list-style:none}.pricing-features li{color:var(--gray);align-items:center;gap:.6rem;padding:.3rem 0;font-size:.88rem;display:flex}.feature-link{color:var(--purple);text-underline-offset:2px;font-weight:600;text-decoration:underline}.feature-link:hover{color:var(--purple-dark)}.check{color:var(--purple);font-weight:700}.check--white{color:var(--white)}.pricing-note{text-align:center;margin-top:2rem;font-size:1.5rem}@media (width<=992px){.pricing-grid{grid-template-columns:1fr 1fr;max-width:720px;margin:0 auto}.pricing-card--starter{order:-1;grid-column:span 2;width:100%;max-width:400px;margin:0 auto}}@media (width<=768px){.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-card--starter{order:-1;grid-column:span 1}}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.75rem;transition:all .25s;display:flex}.testimonial-card:hover{border-color:var(--purple-200);box-shadow:var(--shadow-soft);transform:translateY(-3px)}.testimonial-quote{color:var(--dark);flex-grow:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.65}.testimonial-author{align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.testimonial-avatar{width:44px;height:44px;font-family:var(--font-heading);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.testimonial-info h4{margin-bottom:.1rem;font-size:.95rem;font-weight:600}.testimonial-info p{color:var(--gray);font-size:.78rem}.testimonial-rating{color:var(--yellow);letter-spacing:.1em;font-size:1rem}@media (width<=992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.testimonials-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.faq{background:var(--white)}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{text-align:left;width:100%;font-family:var(--font-heading);color:var(--dark);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:var(--purple-50)}.faq-chevron{color:var(--purple);flex-shrink:0;font-size:.75rem;transition:transform .3s}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.is-open .faq-answer{max-height:200px}.faq-answer p{color:var(--gray);padding:0 1.25rem 1.1rem;font-size:.9rem;line-height:1.6}.cta{background:var(--purple);padding:5rem 0;position:relative}.cta:before{content:"";opacity:.08;pointer-events:none;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.cta-inner{text-align:center;position:relative}.cta-title{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3rem)}.cta-desc{color:#fffc;margin-bottom:.5rem;font-size:1.15rem}.cta-note{color:#fff9;margin-bottom:2rem;font-size:.9rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cta-micro{color:#fff6;font-size:.78rem}.footer{background:var(--dark);color:var(--white);padding:3.5rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;display:grid}.footer-logo{filter:brightness(0)invert();width:auto;height:34px;margin-bottom:.75rem}.footer-brand p{color:#ffffff80;max-width:300px;margin-bottom:.5rem;font-size:.88rem;line-height:1.6}.footer-hand{font-size:1.3rem}.footer-links h4{text-transform:uppercase;letter-spacing:.08em;color:#ffffffa6;margin-bottom:.75rem;font-size:.72rem;font-weight:600}.footer-links a,.footer-links span{color:#ffffff73;padding:.25rem 0;font-size:.87rem;transition:color .2s;display:block}.footer-links a:hover{color:var(--purple-200)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:3rem;padding:1.25rem 0;display:flex}.footer-bottom p{color:#ffffff4d;font-size:.75rem}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}
