:root{--color-text:#1a1a1a;--color-muted:#555;--color-accent:#3563c8;--color-accent-secondary:#0891b2;--color-border:#e4e7ec;--color-bg-primary:#fdf9f5;--color-bg-card:#fff;--color-bg-alt:#f0f4ff;--color-footer-bg:#f8f9fa;--max-width:1200px;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-heading:var(--font-jakarta),var(--font-sans)}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);line-height:1.5;color:var(--color-text);background:var(--color-bg-primary)}h1,h2,h3{font-family:var(--font-heading)}.skip-link{position:absolute;top:-100%;left:.75rem;z-index:100;padding:.5rem .75rem;background:var(--color-text);color:#fff;font-size:.9rem;text-decoration:none;border-radius:0 0 6px 0;transition:top .15s ease}.skip-link:focus{top:0;outline:2px solid #fff;outline-offset:2px}.site-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);max-width:var(--max-width);margin:0 auto}.header-logo{font-weight:600;color:inherit;text-decoration:none;flex-shrink:0}.header-logo:hover{text-decoration:underline}.header-nav{display:flex;align-items:center;gap:1.5rem}@media (max-width:640px){.header-nav{display:none}}.header-nav-link{color:inherit;text-decoration:none;font-size:.95rem;white-space:nowrap}.header-nav-link:hover{text-decoration:underline}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-cta{padding:.5rem 1rem;background:var(--color-text);color:#fff;border-radius:6px;text-decoration:none;font-weight:500;font-size:.95rem;white-space:nowrap}.header-cta:hover{opacity:.9}.header-login{padding:.5rem 0;color:inherit;text-decoration:none;font-size:.95rem;white-space:nowrap}.header-login:hover{text-decoration:underline}.landing-section{padding:3rem 0}.landing-section+.landing-section{border-top:1px solid var(--color-border)}main>section:nth-child(2n){background:var(--color-bg-alt)}.section-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-label{margin:0 0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.hero-section .section-inner{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:center}@media (min-width:768px){.hero-section{padding-top:4rem;padding-bottom:4rem}.hero-section .section-inner{grid-template-columns:1fr 1fr;gap:3rem}}.hero-title{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.hero-subhead{margin:0 0 1.5rem;font-size:1.1rem;line-height:1.6;color:var(--color-muted);max-width:52ch}.hero-ctas{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.hero-cta-primary{display:inline-block;padding:.75rem 1.25rem;background:var(--color-text);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem}.hero-cta-primary:hover{opacity:.9}.hero-cta-secondary{color:inherit;text-decoration:none;font-size:.95rem}.hero-cta-secondary:hover{text-decoration:underline}.hero-visual{margin:0}.hero-inbox-placeholder{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;min-height:180px}.hero-card{padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600}.hero-card-urgent{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.hero-card-routine{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.hero-card-resolved{background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc}.who-its-for-title{margin:0 0 2rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3;max-width:28ch}.who-its-for-tiles{display:grid;grid-gap:1.25rem;gap:1.25rem;list-style:none;margin:0 0 2rem;padding:0}@media (min-width:640px){.who-its-for-tiles{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.who-its-for-tiles{grid-template-columns:repeat(4,1fr)}}.who-its-for-tile{padding:1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px}.who-its-for-tile-title{margin:0 0 .5rem;font-size:1rem;font-weight:600}.who-its-for-tile-desc{font-size:.9rem}.who-its-for-qualifier,.who-its-for-tile-desc{margin:0;line-height:1.5;color:var(--color-muted)}.who-its-for-qualifier{font-size:1rem;font-style:italic}.problem-title{margin:0 0 1.5rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3;max-width:22ch}.problem-body{margin:0 0 2rem;max-width:65ch}.problem-body p{margin:0 0 1rem;line-height:1.6}.problem-body p:last-child{margin-bottom:0}.problem-stats{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-gap:1rem;gap:1rem}@media (min-width:640px){.problem-stats{grid-template-columns:repeat(3,1fr)}}.problem-stat{padding:1.25rem;background:var(--color-bg-card);border-left:4px solid var(--color-accent);border-radius:0 6px 6px 0;font-size:.95rem;line-height:1.5}.problem-closing{margin:0;font-size:1.05rem;line-height:1.6;font-weight:500}.solution-title{margin:0 0 1rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3;max-width:18ch}.solution-intro{margin:0 0 2rem;font-size:1.05rem;line-height:1.6;color:var(--color-muted);max-width:60ch}.solution-steps{margin:0 0 2.5rem;padding:0 0 0 1.5rem;list-style:decimal}.solution-step{margin-bottom:1.5rem}.solution-step:last-child{margin-bottom:0}.solution-step-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.solution-step-desc{margin:0;font-size:.95rem;line-height:1.55;color:var(--color-muted)}.solution-differentiators{list-style:none;margin:0;padding:0;display:grid;grid-gap:1rem;gap:1rem}.solution-diff{padding:1rem 1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;font-size:.95rem;line-height:1.5}.solution-diff-title{font-weight:600}.solution-diff-desc{color:var(--color-muted)}.hp-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.interested-form-title{margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3}.interested-form-subhead{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6;color:var(--color-muted);max-width:55ch}.interested-form{max-width:32rem;margin:0 0 1.5rem}.interested-form-row{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media (min-width:480px){.interested-form-row{grid-template-columns:1fr 1fr}}.interested-form-field{margin-bottom:1rem}.interested-form-field label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500}.interested-form-field input,.interested-form-field textarea{width:100%;padding:.6rem .75rem;font-size:1rem;font-family:var(--font-sans);border:1px solid var(--color-border);border-radius:6px;background:#fff}.interested-form-field input:focus,.interested-form-field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(53,99,200,.15)}.interested-form-field input.input-error,.interested-form-field textarea.input-error{border-color:#b91c1c}.interested-form-field textarea{resize:vertical;min-height:100px}.field-error{display:block;margin-top:.25rem;font-size:.85rem;color:#b91c1c}.form-error{margin:0 0 1rem;font-size:.9rem;color:#b91c1c}.interested-form-submit{margin:0 0 1rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--color-text);border:none;border-radius:6px;cursor:pointer}.interested-form-submit:hover:not(:disabled){opacity:.9}.interested-form-submit:disabled{opacity:.7;cursor:not-allowed}.interested-form-reassurance{margin:0 0 1.5rem;font-size:.9rem;line-height:1.5;color:var(--color-muted)}.interested-form-hipaa{margin:0;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;color:var(--color-muted);border-left:3px solid var(--color-accent-secondary);background:#f0fdff;border-radius:0 6px 6px 0}.interested-form-success{padding:1.5rem;background:#f0fdff;border:1px solid var(--color-accent-secondary);border-radius:8px;margin-bottom:1.5rem}.interested-form-success p{margin:0;font-size:1.05rem;font-weight:500}.faq-title{margin:0 0 1.5rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3}.faq-list{margin:0;padding:0;display:flex;flex-direction:column;gap:0}.faq-item{margin:0;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.faq-item:first-child{padding-top:0}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-question{margin:0 0 .5rem;font-size:1rem;font-weight:600}.faq-answer{margin:0;font-size:.95rem;line-height:1.6;color:var(--color-muted)}.legal-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.legal-page h1{margin:0 0 1rem;font-size:1.75rem;font-weight:700}.legal-page h2{margin:2rem 0 .75rem;font-size:1.2rem;font-weight:600}.legal-page h2:first-of-type{margin-top:1.5rem}.legal-page h3{margin:1.25rem 0 .5rem;font-size:1.05rem;font-weight:600}.legal-page p{margin:0 0 1rem;line-height:1.6}.legal-page a{color:inherit;text-decoration:underline}.legal-page a:hover{text-decoration:none}footer[role=contentinfo]{padding:2rem 1.5rem;border-top:1px solid var(--color-border);background:var(--color-footer-bg)}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;max-width:var(--max-width);margin:0 auto}.footer-left .footer-logo{font-weight:600;color:inherit;text-decoration:none;display:block}.footer-tagline{margin:.25rem 0 0;font-size:.9rem;color:var(--color-muted)}.footer-center{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.footer-center a{color:inherit;text-decoration:none}.footer-center a:hover{text-decoration:underline}.footer-sep{color:var(--color-muted)}.footer-right{display:flex;flex-direction:column;gap:.25rem}.footer-right a{color:inherit;text-decoration:none}.footer-right a:hover{text-decoration:underline}.footer-login{max-width:var(--max-width);margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid var(--color-border)}.footer-login a{color:inherit;text-decoration:none;font-weight:500}.footer-login a:hover{text-decoration:underline}.footer-copyright{max-width:var(--max-width);margin:1rem auto 0;font-size:.85rem;color:var(--color-muted)}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_3c4d47{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_3c4d47{--font-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}