:root{--green: #1a7a4e;--green-light: #e8f5ee;--green-pale: #f4faf7;--dark: #1a1f2b;--dark-soft: #2d3344;--text: #3a3f4b;--text-light: #6b7280;--text-faint: #9ca3af;--border: #e5e7eb;--border-light: #f0f1f3;--bg: #ffffff;--bg-warm: #fafaf8;--surface: #f7f7fa}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner{max-width:1200px;margin:0 auto;padding:8px 48px 0;height:72px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center;text-decoration:none;gap:10px}.nav-logo svg{height:28px;width:28px;flex-shrink:0}.nav-logo-text{font-family:"DM Serif Display",serif;font-size:22px;color:var(--dark);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-light);text-decoration:none;transition:color .2s ease}.nav-links a:hover{color:var(--dark)}.nav-cta{font-size:13.5px!important;font-weight:600!important;color:var(--bg)!important;background:var(--dark);padding:8px 20px;border-radius:8px;transition:background .2s ease}.nav-cta:hover{background:var(--dark-soft)!important}.hero{padding:180px 48px 140px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{max-width:520px}.hero-label{font-size:11.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);margin-bottom:20px}.hero h1{font-family:"DM Serif Display",serif;font-size:52px;font-weight:400;color:var(--dark);line-height:1.1;margin-bottom:24px;letter-spacing:-.5px}.hero p{font-size:17px;color:var(--text-light);line-height:1.7;max-width:460px;margin-bottom:36px}.hero-actions{display:flex;align-items:center;gap:16px}.btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:#fff;background:var(--dark);border:none;padding:14px 28px;border-radius:10px;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .15s ease}.btn-primary:hover{background:var(--dark-soft);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;color:var(--text-light);background:none;border:none;padding:14px 8px;cursor:pointer;text-decoration:none;transition:color .2s ease}.btn-secondary:hover{color:var(--dark)}.hero-visual{position:relative}.live-feed-card{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:24px 24px 16px;box-shadow:0 8px 40px #1a1f2b0f;position:relative;overflow:hidden}.live-feed-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.live-feed-brand{display:inline-flex;align-items:center;gap:12px}.live-dot{position:relative;display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 #1a7a4e99}.live-dot:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--green);opacity:.45;animation:live-pulse 2s ease-out infinite}@keyframes live-pulse{0%{transform:scale(1);opacity:.45}80%{transform:scale(2.6);opacity:0}to{transform:scale(2.6);opacity:0}}.live-feed-name{font-family:"DM Serif Display",serif;font-size:18px;color:var(--dark);letter-spacing:-.01em}.live-feed-status-pill{font-size:10.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);background:var(--green-pale);padding:4px 10px;border-radius:999px}.live-feed-stat{display:flex;align-items:baseline;gap:7px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-light);padding-bottom:14px;border-bottom:1px solid var(--border-light);margin-bottom:4px}.live-feed-stat-num{font-family:"DM Serif Display",serif;font-size:24px;color:var(--dark);letter-spacing:-.01em;line-height:1}.live-feed-list-wrap{position:relative;height:252px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%)}.live-feed-list{animation:feed-scroll 36s linear infinite}@keyframes feed-scroll{0%{transform:translateY(0)}to{transform:translateY(-360px)}}.feed-item{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;height:36px;padding:0 2px;font-family:DM Sans,sans-serif;font-size:12px;color:var(--text);border-bottom:1px solid var(--border-light)}.feed-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.feed-icon svg{width:16px;height:16px;display:block}.feed-icon--done,.feed-icon--working{color:var(--green)}.feed-icon--working svg{animation:feed-spin 1.5s linear infinite;transform-origin:50% 50%}@keyframes feed-spin{to{transform:rotate(360deg)}}.feed-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--dark)}.feed-time{font-size:10.5px;color:var(--text-faint);white-space:nowrap;font-variant-numeric:tabular-nums}.feed-item{position:relative;padding-left:12px}.feed-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:1.5px;background:var(--feed-item-color, transparent)}.feed-item--wc{--feed-item-color: #1a7a4e}.feed-item--auto{--feed-item-color: #f59e0b}.feed-item--pi{--feed-item-color: #64748b}.feed-item--commercial{--feed-item-color: #3b82f6}.feed-item--medicare{--feed-item-color: #94a3b8}.feed-typing{display:inline-flex;align-items:center;gap:2px;margin-left:6px;vertical-align:1px}.feed-typing i{display:inline-block;width:3px;height:3px;border-radius:50%;background:var(--green);opacity:.3;animation:feed-typing 1.2s ease-in-out infinite}.feed-typing i:nth-child(2){animation-delay:.15s}.feed-typing i:nth-child(3){animation-delay:.3s}@keyframes feed-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.payer-mix-header{margin-bottom:8px}.payer-mix-title{font-family:"DM Serif Display",serif;font-size:22px;line-height:1.2;color:var(--dark);letter-spacing:-.01em;margin-bottom:8px}.payer-mix-subtitle{font-size:12.5px;line-height:1.5;color:var(--text-light)}.payer-mix-chart,.patient-flow-chart{width:100%;height:auto;margin-top:8px;display:block;font-family:DM Sans,sans-serif}.pm-section-label{font-size:11px;font-weight:700;letter-spacing:1.2px}.pm-section-label--standard{fill:var(--text-light)}.pm-section-label--injury{fill:var(--green)}.pm-section-sub{font-size:10px;fill:var(--text-faint)}.pm-row-label{font-size:11px;font-weight:500;fill:var(--dark)}.pm-row-label--injury{font-weight:600}.pm-bar{rx:1}.pm-bar--commercial{fill:#e2e8ed}.pm-bar--medicare{fill:#b7c1c9}.pm-bar--wc{fill:#1a7a4e;opacity:.85}.pm-bar--pi{fill:#1a7a4e;opacity:.65}.pm-bar--auto{fill:#1a7a4e;opacity:.45}.pm-callout{font-size:12px;font-weight:700;fill:var(--green)}.pm-divider{stroke:var(--border-light);stroke-width:1}.pm-legend-header{font-size:9px;font-weight:700;letter-spacing:1px}.pm-legend-header--standard{fill:var(--text-light)}.pm-legend-header--injury{fill:var(--green)}.pm-legend-label{font-size:10px;fill:var(--text)}.claim-cycle{position:relative;height:400px}.cc-card{position:absolute;inset:0;background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 8px 40px #1a1f2b0f;display:flex;flex-direction:column;opacity:0;transform:translateY(12px)}.cc-card--1{animation:cc-cycle 24s ease-in-out infinite}.cc-card--2{animation:cc-cycle 24s ease-in-out 8s infinite}.cc-card--3{animation:cc-cycle 24s ease-in-out 16s infinite}@keyframes cc-cycle{0%{opacity:0;transform:translateY(12px)}3%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}33.3%{opacity:0;transform:translateY(-8px)}to{opacity:0;transform:translateY(12px)}}.cc-annotation{position:absolute;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:8px 12px;box-shadow:0 4px 16px #1a1f2b14;opacity:0;transform:translateY(6px);z-index:3;white-space:nowrap}.cc-annotation-value{font-family:"DM Serif Display",serif;font-size:15px;color:var(--dark);line-height:1.2}.cc-annotation-label{font-size:10px;color:var(--text-light);margin-top:1px}.cc-annotation-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:5px;vertical-align:middle}.cc-annotation--uplift{top:-12px;right:-8px;animation:cc-anno-in .4s ease forwards 4s}.cc-annotation--error{bottom:90px;right:-12px;animation:cc-anno-in .4s ease forwards 1.5s}@keyframes cc-anno-in{to{opacity:1;transform:translateY(0)}}.cc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.cc-patient{display:flex;align-items:center;gap:12px}.cc-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;flex-shrink:0}.cc-name{font-size:14px;font-weight:600;color:var(--dark)}.cc-id{font-size:11px;color:var(--text-faint);margin-top:1px;font-variant-numeric:tabular-nums}.cc-payer-chip{font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap}.cc-body{flex:1;display:flex;flex-direction:column;gap:0}.cc-field{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-light);gap:8px}.cc-field:last-child{border-bottom:none}.cc-field--total{margin-top:0;padding-top:12px;border-bottom:none}.cc-field--total{border-top:none}.cc-field:nth-last-child(2){border-bottom:1.5px solid var(--border)}.cc-field-label{font-size:12px;color:var(--text-light);min-width:80px;flex-shrink:0}.cc-field-old{font-size:12px;font-weight:500;color:var(--text-faint);text-decoration:line-through;opacity:0;animation:cc-field-in .4s ease forwards}.cc-field:nth-child(1) .cc-field-old{animation-delay:.8s}.cc-field:nth-child(1) .cc-field-arrow{animation-delay:1.1s}.cc-field:nth-child(1) .cc-field-new{animation-delay:1.3s}.cc-field:nth-child(2) .cc-field-old{animation-delay:1.6s}.cc-field:nth-child(2) .cc-field-arrow{animation-delay:1.9s}.cc-field:nth-child(2) .cc-field-new{animation-delay:2.1s}.cc-field:nth-child(3) .cc-field-old{animation-delay:2.4s}.cc-field:nth-child(3) .cc-field-arrow{animation-delay:2.7s}.cc-field:nth-child(3) .cc-field-new{animation-delay:2.9s}.cc-field:nth-child(4) .cc-field-old{animation-delay:3.2s}.cc-field:nth-child(4) .cc-field-arrow{animation-delay:3.5s}.cc-field:nth-child(4) .cc-field-new{animation-delay:3.7s}.cc-field-arrow{font-size:12px;color:var(--green);opacity:0;animation:cc-field-in .3s ease forwards}.cc-field-new{font-size:12px;font-weight:600;color:var(--green);opacity:0;animation:cc-field-in .4s ease forwards}.cc-field-new--big{font-family:"DM Serif Display",serif;font-size:18px}@keyframes cc-field-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.cc-status-bar{margin-top:16px}.cc-status-track{height:4px;background:var(--border-light);border-radius:2px;overflow:hidden;margin-bottom:8px}.cc-status-fill{height:100%;background:var(--green);border-radius:2px;width:0}.cc-status-fill--1,.cc-status-fill--2,.cc-status-fill--3{animation:cc-progress-stepped 6s ease forwards .5s}@keyframes cc-progress-stepped{0%{width:0}20%{width:0}28%{width:33%}48%{width:33%}56%{width:66%}76%{width:66%}88%{width:100%}to{width:100%}}.cc-status-steps{display:flex;justify-content:space-between}.cc-step{font-size:10px;font-weight:600;color:var(--text-faint);letter-spacing:.3px;transition:color .3s ease}.cc-step:nth-child(1){animation:cc-step-light 6s ease forwards .5s}.cc-step:nth-child(2){animation:cc-step-light 6s ease forwards .5s;animation-name:cc-step-light-2}.cc-step:nth-child(3){animation:cc-step-light 6s ease forwards .5s;animation-name:cc-step-light-3}@keyframes cc-step-light{0%{color:var(--text-faint)}28%{color:var(--green)}to{color:var(--green)}}@keyframes cc-step-light-2{0%{color:var(--text-faint)}55%{color:var(--text-faint)}56%{color:var(--green)}to{color:var(--green)}}@keyframes cc-step-light-3{0%{color:var(--text-faint)}87%{color:var(--text-faint)}88%{color:var(--green)}to{color:var(--green)}}.cc-paid-banner{position:absolute;bottom:20px;left:24px;right:24px;background:var(--green-pale);border:1px solid rgba(26,122,78,.15);border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--green);opacity:0;transform:translateY(6px)}.cc-paid-banner--1,.cc-paid-banner--2,.cc-paid-banner--3{animation:cc-banner-in .5s ease forwards 5.8s}.cc-counter{margin-left:auto;font-family:"DM Serif Display",serif;font-size:18px;font-weight:400;color:var(--green);letter-spacing:-.01em}@keyframes cc-banner-in{to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.claim-cycle{height:380px}}@media(max-width:640px){.claim-cycle{height:360px}.cc-card{padding:20px}.cc-field-label{min-width:70px;font-size:11px}.cc-name{font-size:13px}}.hero-arc-container{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:32px 32px 24px;box-shadow:0 8px 40px #1a1f2b0f;position:relative;overflow:visible}.hero-arc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.hero-arc-title-group{display:flex;flex-direction:column}.hero-arc-label{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-faint);margin-bottom:6px}.hero-arc-amount{font-family:"DM Serif Display",serif;font-size:38px;color:var(--dark);line-height:1.1}.hero-arc-amount-sub{font-size:13px;color:var(--green);font-weight:600;margin-top:4px}.hero-arc-period{font-size:12px;color:var(--text-faint);background:var(--surface);border:1px solid var(--border-light);border-radius:6px;padding:6px 12px;font-weight:500}.hero-arc-chart{position:relative;width:100%;height:200px;margin:16px 0 12px}.hero-arc-chart svg{width:100%;height:100%}.arc-line{fill:none;stroke:var(--green);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600;animation:drawArc 2s ease-out .5s forwards}.arc-area{opacity:0;animation:fadeInArea 1s ease-out 1.5s forwards}.arc-grid-line{stroke:var(--border-light);stroke-width:1}.arc-label{font-family:DM Sans,sans-serif;font-size:10px;fill:var(--text-faint)}.hero-arc-months{display:flex;justify-content:space-between;padding:0 4px}.hero-arc-months span{font-size:11px;color:var(--text-faint);font-weight:500}.arc-annotation{position:absolute;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:10px 14px;box-shadow:0 4px 16px #1a1f2b14;opacity:0;transform:translateY(8px);white-space:nowrap}.arc-annotation--1{top:62%;left:8%;animation:annotationIn .5s ease-out 1.8s forwards}.arc-annotation--2{top:22%;left:42%;animation:annotationIn .5s ease-out 2.2s forwards}.arc-annotation--3{top:2%;right:6%;animation:annotationIn .5s ease-out 2.6s forwards}.arc-annotation-value{font-family:"DM Serif Display",serif;font-size:16px;color:var(--dark);line-height:1.2}.arc-annotation-label{font-size:11px;color:var(--text-light);margin-top:1px}.arc-annotation-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:6px;vertical-align:middle}.hero-float-pill{position:absolute;top:-16px;right:-16px;background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:8px 16px;box-shadow:0 4px 20px #1a1f2b14;display:flex;align-items:center;gap:8px;opacity:0;animation:floatPillEntry .5s ease-out 2.8s forwards,floatPill 4s ease-in-out 3.3s infinite}.hero-float-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse-dot 2s ease-in-out infinite}.hero-float-pill-text{font-size:12.5px;font-weight:600;color:var(--dark)}.hero-arc-stats{display:flex;gap:1px;background:var(--border-light);border-radius:10px;overflow:hidden;margin-top:16px}.hero-arc-stat{flex:1;background:var(--bg-warm);padding:14px 16px;text-align:center}.hero-arc-stat:first-child{border-radius:10px 0 0 10px}.hero-arc-stat:last-child{border-radius:0 10px 10px 0}.hero-arc-stat-value{font-family:"DM Serif Display",serif;font-size:20px;color:var(--dark);line-height:1.2}.hero-arc-stat-label{font-size:11px;color:var(--text-light);margin-top:2px}@keyframes drawArc{to{stroke-dashoffset:0}}@keyframes fadeInArea{to{opacity:.12}}@keyframes annotationIn{to{opacity:1;transform:translateY(0)}}@keyframes floatPillEntry{to{opacity:1}}@keyframes floatPill{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.trust-bar{padding:32px 48px 80px;max-width:1200px;margin:0 auto}.trust-label{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-faint);text-align:center;margin-bottom:24px}.trust-logos{display:flex;justify-content:center;align-items:center;gap:36px;opacity:.35;flex-wrap:nowrap}.trust-logos span{font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;color:var(--dark);letter-spacing:.3px;white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.trust-logos{flex-wrap:wrap;gap:20px 32px}}.section{padding:120px 48px;max-width:1200px;margin:0 auto}.section-header{margin-bottom:68px}.section-label{font-size:11.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);margin-bottom:12px}.section-title{font-family:"DM Serif Display",serif;font-size:34px;font-weight:400;color:var(--dark);line-height:1.2;margin-bottom:12px}.section-desc{font-size:16px;color:var(--text-light);max-width:540px;line-height:1.65}.features-stack{display:flex;flex-direction:column;gap:36px}.feature-row{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;min-height:420px;background:#faf8f5}.feature-row--reverse .feature-text{order:2}.feature-row--reverse .feature-visual{order:1}.feature-row--tint-1,.feature-row--tint-2,.feature-row--tint-3,.feature-row--tint-4{background:#faf8f5}.feature-text{padding:64px 56px;display:flex;flex-direction:column;justify-content:center}.feature-text h2{font-family:"DM Serif Display",serif;font-size:30px;font-weight:400;color:var(--dark);line-height:1.2;margin-bottom:20px}.feature-text p{font-size:16px;color:var(--text);line-height:1.7;max-width:420px;margin-bottom:28px}.feature-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--dark);text-decoration:none;border-bottom:1.5px solid var(--dark);padding-bottom:2px;transition:color .2s ease;width:fit-content}.feature-link:hover{color:var(--green);border-color:var(--green)}.feature-link svg{width:14px;height:14px;transition:transform .2s ease}.feature-link:hover svg{transform:translate(2px,-2px)}.feature-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:56px 40px}.ui-card{background:#fffffff2;border-radius:14px;box-shadow:0 8px 32px #1a1f2b14,0 2px 6px #1a1f2b0a;overflow:hidden;width:100%;max-width:380px}.ui-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-light)}.ui-card-header-left{display:flex;align-items:center;gap:10px}.ui-card-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center}.ui-card-icon svg{width:14px;height:14px}.ui-card-header-title{font-size:13px;font-weight:600;color:var(--dark)}.ui-card-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:5px;cursor:default}.ui-card-body{padding:20px}.ui-card-stat{font-family:"DM Serif Display",serif;font-size:42px;color:var(--dark);line-height:1.1;margin-bottom:6px}.ui-card-stat-desc{font-size:13px;color:var(--text-light);line-height:1.5;margin-bottom:16px}.ui-table{width:100%;border-collapse:collapse;font-size:12px}.ui-table th{font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--text-faint);padding:6px 10px;text-align:left;border-bottom:1px solid var(--border)}.ui-table td{padding:8px 10px;color:var(--text);border-bottom:1px solid var(--border-light)}.ui-status{display:inline-block;font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.ui-status--green{background:var(--green-pale);color:var(--green)}.ui-status--red{background:#fef2f2;color:#dc3545}.ui-status--amber{background:#fffbeb;color:#d97706}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rowAppear{0%{opacity:0}to{opacity:1}}.ui-card{animation:floatCard 5s ease-in-out infinite}.ui-table tr{opacity:0;animation:rowAppear .4s ease forwards}.ui-table tr:nth-child(1){animation-delay:.5s}.ui-table tr:nth-child(2){animation-delay:.8s}.ui-table tr:nth-child(3){animation-delay:1.1s}.ui-table tr:nth-child(4){animation-delay:1.4s}.ui-table thead tr{opacity:1;animation:none}.ui-tooltip{position:absolute;background:#fffffff2;border-radius:10px;padding:12px 16px;box-shadow:0 8px 32px #1a1f2b12;animation:slideUpFade .6s ease forwards,floatCard 4s ease-in-out .6s infinite;opacity:0;z-index:2}.ui-tooltip--tr{top:16px;right:16px;animation-delay:1.2s}.ui-tooltip--br{bottom:24px;right:20px;animation-delay:1.5s}.ui-tooltip--bl{bottom:24px;left:20px;animation-delay:1s}.ui-tooltip--tl{top:16px;left:16px;animation-delay:.8s}.ui-tooltip-title{font-size:12px;font-weight:600;color:var(--dark);margin-bottom:2px}.ui-tooltip-value{font-family:"DM Serif Display",serif;font-size:22px;color:var(--dark);line-height:1.2}.ui-tooltip-sub{font-size:11px;color:var(--text-light)}.ui-cursor{position:absolute;width:20px;height:20px;animation:slideUpFade .5s ease forwards;animation-delay:2s;opacity:0}.ui-call-interface{display:flex;flex-direction:column;gap:12px;width:100%;max-width:340px}.ui-call-active{background:#fffffff2;border-radius:14px;padding:20px 22px;box-shadow:0 8px 32px #1a1f2b14,0 2px 6px #1a1f2b0a;animation:floatCard 5s ease-in-out infinite}.ui-call-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.ui-call-caller{display:flex;align-items:center;gap:12px}.ui-call-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff}.ui-call-name{font-size:14px;font-weight:600;color:var(--dark)}.ui-call-reason{font-size:12px;color:var(--text-light)}.ui-call-live-dot{width:10px;height:10px;border-radius:50%;background:#1a7a4e;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.ui-waveform{display:flex;align-items:center;gap:3px;height:32px;padding:0 4px}.ui-waveform-bar{width:3px;border-radius:2px;background:var(--green);animation:wave 1.2s ease-in-out infinite}@keyframes wave{0%,to{height:6px}50%{height:var(--h)}}.ui-call-duration{font-size:20px;font-weight:600;color:var(--dark);text-align:center;margin:8px 0;font-family:DM Sans,sans-serif;letter-spacing:.5px}.ui-call-actions{display:flex;gap:8px;justify-content:center;margin-top:8px}.ui-call-btn{padding:6px 14px;border-radius:6px;font-size:11px;font-weight:600;border:none;cursor:default}.ui-lang-row{display:flex;gap:6px;flex-wrap:wrap}.ui-lang-chip{background:#fffffff7;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:600;color:var(--text);box-shadow:0 4px 16px #1a1f2b0f;animation:slideUpFade .5s ease forwards;opacity:0}.ui-call-queue{background:#fffffff7;border-radius:10px;padding:12px 16px;box-shadow:0 6px 24px #1a1f2b0f;display:flex;align-items:center;justify-content:space-between;animation:slideUpFade .6s ease forwards;animation-delay:.8s;opacity:0}.ui-call-queue-label{font-size:11px;font-weight:600;color:var(--text-light)}.ui-call-queue-value{font-size:14px;font-weight:700;color:var(--dark)}.ui-claims-split{width:100%;max-width:360px;display:flex;flex-direction:column;gap:12px;animation:floatCard 5s ease-in-out infinite}.ui-claim-before,.ui-claim-after{background:#fffffff7;border-radius:14px;padding:18px 20px;box-shadow:0 8px 32px #1a1f2b12}.ui-claim-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ui-claim-label{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.ui-claim-field{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border-light);font-size:12px;color:var(--text)}.ui-claim-field:last-child{border-bottom:none}.ui-claim-field-label{color:var(--text-light);font-size:11px}.ui-claim-field-value{font-weight:600;color:var(--dark);font-size:12px}.ui-claim-arrow{display:flex;align-items:center;justify-content:center;color:var(--green);font-size:18px;animation:slideUpFade .4s ease forwards;animation-delay:1s;opacity:0}.ui-claim-bar-track{height:6px;background:var(--border-light);border-radius:3px;margin-top:10px;overflow:hidden}.ui-claim-bar-fill{height:100%;border-radius:3px;animation:barFillGrow 1s ease forwards;animation-delay:.5s;width:0}@keyframes barFillGrow{0%{width:0}to{width:var(--fill)}}.ui-auth-board{width:100%;max-width:380px;animation:floatCard 5s ease-in-out infinite}.ui-auth-header-row{display:flex;gap:8px;margin-bottom:12px}.ui-auth-col-label{flex:1;background:#fff9;border-radius:8px;padding:6px 10px;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-align:center}.ui-auth-columns{display:flex;gap:8px}.ui-auth-column{flex:1;display:flex;flex-direction:column;gap:8px}.ui-auth-item{background:#fffffff7;border-radius:10px;padding:12px;box-shadow:0 4px 16px #1a1f2b0f;animation:slideUpFade .5s ease forwards;opacity:0}.ui-auth-patient{font-size:12px;font-weight:600;color:var(--dark);margin-bottom:2px}.ui-auth-service{font-size:10px;color:var(--text-light);margin-bottom:6px}.ui-auth-payer{font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px;display:inline-block}.ui-auth-secured-banner{background:#fffffff7;border-radius:10px;padding:14px 18px;box-shadow:0 8px 32px #1a1f2b12;display:flex;align-items:center;gap:12px;margin-top:12px;animation:slideUpFade .6s ease forwards;animation-delay:1.8s;opacity:0}.ui-auth-check{width:28px;height:28px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ui-auth-check svg{width:14px;height:14px;color:#fff}.ui-auth-secured-text{font-size:13px;font-weight:600;color:var(--dark)}.ui-auth-secured-sub{font-size:11px;color:var(--text-light)}@media(max-width:960px){.feature-row{grid-template-columns:1fr;min-height:auto}.feature-row--reverse .feature-text{order:1}.feature-row--reverse .feature-visual{order:2}.feature-visual{min-height:320px}.feature-text{padding:40px 32px}}@media(max-width:640px){.feature-text{padding:32px 24px}.feature-text h2{font-size:24px}.feature-visual{min-height:260px;padding:32px 24px}}.timeline-bg{background:#faf8f5;position:relative;overflow:hidden}.timeline-section{max-width:1200px;margin:0 auto;padding:120px 48px}.timeline-intro{text-align:center;margin-bottom:80px}.timeline-intro-label{font-size:11.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);margin-bottom:16px}.timeline-intro h2{font-family:"DM Serif Display",serif;font-size:38px;font-weight:400;color:var(--dark);line-height:1.2;margin-bottom:8px}.timeline-intro h2 em{color:var(--text-light);font-style:italic}.timeline-intro p{font-size:16px;color:var(--text-light);max-width:560px;margin:0 auto;line-height:1.65}.timeline-track{position:relative}.timeline-track:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border);transform:translate(-50%)}.timeline-step{display:grid;grid-template-columns:1fr 48px 1fr;gap:0;align-items:center;margin-bottom:80px;position:relative}.timeline-step:last-child{margin-bottom:0}.timeline-dot{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.timeline-dot:before{content:"";width:14px;height:14px;border-radius:50%;background:var(--green);border:3px solid #faf8f5;box-shadow:0 0 0 2px var(--green-light)}.timeline-text{text-align:right;padding-right:40px}.timeline-step--right .timeline-text{text-align:left;padding-right:0;padding-left:40px;order:3}.timeline-step--right .timeline-visual{order:1}.timeline-step--right .timeline-dot{order:2}.timeline-category{font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);margin-bottom:8px}.timeline-text h3{font-family:"DM Serif Display",serif;font-size:24px;font-weight:400;color:var(--dark);line-height:1.25;margin-bottom:8px}.timeline-text p{font-size:14.5px;color:var(--text-light);line-height:1.65;margin-bottom:16px}.timeline-replaces{display:flex;align-items:flex-start;gap:12px;margin-bottom:6px;flex-wrap:wrap}.timeline-step--right .timeline-replaces{justify-content:flex-start}.timeline-step:not(.timeline-step--right) .timeline-replaces{justify-content:flex-end}.timeline-replaces-label{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-faint);padding-top:4px;flex-shrink:0}.timeline-replaces-icons{display:flex;gap:6px;flex-wrap:wrap}.timeline-replaces-icon{height:24px;padding:0 10px;border-radius:6px;background:var(--surface);display:inline-flex;align-items:center;font-size:11px;font-weight:500;color:var(--text-light);letter-spacing:0;white-space:nowrap}.timeline-savings{font-family:"DM Serif Display",serif;font-size:22px;color:var(--green);line-height:1.2}.timeline-savings span{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:var(--text-faint)}.timeline-visual{padding:0 20px}.timeline-ui-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:0 4px 16px #1a1f2b0f}.timeline-ui-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.timeline-ui-title{font-size:12px;font-weight:600;color:var(--dark)}.timeline-ui-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px}.timeline-ui-badge--green{background:var(--green-pale);color:var(--green)}.timeline-ui-badge--amber{background:#fffbeb;color:#d97706}.timeline-ui-badge--red{background:#fef2f2;color:#dc3545}.timeline-ui-badge--blue{background:#eff6ff;color:#3b82f6}.tl-kanban{display:flex;gap:6px}.tl-kanban-col{flex:1;display:flex;flex-direction:column;gap:6px}.tl-kanban-col-label{font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-align:center;padding:4px;border-radius:4px;background:var(--surface)}.tl-kanban-col-label--pending{color:var(--text-faint)}.tl-kanban-col-label--review{color:var(--text-light)}.tl-kanban-col-label--done{color:var(--green)}.tl-kanban-item{background:var(--surface);border-radius:6px;padding:8px}.tl-kanban-item--secured{border-left:2px solid var(--green)}.tl-kanban-name{font-size:11px;font-weight:600;color:var(--dark)}.tl-kanban-detail{font-size:9.5px;color:var(--text-light);margin-top:2px}.tl-kanban-payer{font-size:9px;font-weight:600;padding:2px 5px;border-radius:3px;background:var(--border-light);color:var(--text-light);display:inline-block;margin-top:4px}.tl-call{display:flex;flex-direction:column;gap:10px}.tl-call-row{display:flex;align-items:center;gap:10px}.tl-call-avatar{width:32px;height:32px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;flex-shrink:0}.tl-call-info{flex:1}.tl-call-name{font-size:12px;font-weight:600;color:var(--dark)}.tl-call-sub{font-size:10px;color:var(--text-light)}.tl-call-live{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse-dot 1.5s ease-in-out infinite}.tl-call-wave{display:flex;align-items:center;gap:2px;height:24px;justify-content:center}.tl-call-wave-bar{width:2.5px;border-radius:2px;background:var(--green);animation:wave 1.2s ease-in-out infinite}.tl-call-duration{font-size:16px;font-weight:600;color:var(--dark);text-align:center;font-family:DM Sans,sans-serif;letter-spacing:.5px}.tl-call-status{text-align:center;font-size:11px;color:var(--green);font-weight:600}.tl-claims{display:flex;flex-direction:column;gap:8px}.tl-claim-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border-light)}.tl-claim-row:last-child{border-bottom:none}.tl-claim-label{font-size:11px;color:var(--text-light)}.tl-claim-value{font-size:12px;font-weight:600;color:var(--dark)}.tl-claim-value--fix{color:var(--green)}.tl-claim-value--old{text-decoration:line-through;color:var(--text-faint)}.tl-claim-bar{height:4px;background:var(--border-light);border-radius:2px;overflow:hidden;margin-top:4px}.tl-claim-bar-fill{height:100%;background:var(--green);border-radius:2px;width:94%}.timeline-ui-card .tl-claim-hint{font-size:10px;color:var(--text-light);margin-top:2px}.tl-denials-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border-light);font-size:11px}.tl-denials-row:last-child{border-bottom:none}.tl-denials-id{color:var(--text);font-weight:500;width:30%}.tl-denials-payer{color:var(--text-light);width:30%}.tl-denials-status{font-size:9.5px;font-weight:600;padding:2px 6px;border-radius:3px}.tl-denials-status--appealed{background:var(--green-pale);color:var(--green)}.tl-denials-status--pending{background:#fffbeb;color:#d97706}.tl-ar-stat{text-align:center;padding:8px 0}.tl-ar-stat-value{font-family:"DM Serif Display",serif;font-size:28px;color:var(--dark);line-height:1.2}.tl-ar-stat-label{font-size:11px;color:var(--text-light);margin-top:2px}.tl-ar-row{display:flex;gap:1px;background:var(--border-light);border-radius:8px;overflow:hidden;margin-top:12px}.tl-ar-cell{flex:1;text-align:center;padding:10px 8px;background:var(--bg-warm)}.tl-ar-cell-value{font-family:"DM Serif Display",serif;font-size:16px;color:var(--dark);line-height:1.2}.tl-ar-cell-label{font-size:9.5px;color:var(--text-light);margin-top:2px}.tl-payment-line{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border-light)}.tl-payment-line:last-child{border-bottom:none}.tl-payment-desc{font-size:11px;color:var(--text-light)}.tl-payment-amount{font-size:12px;font-weight:600;color:var(--green)}.tl-payment-amount--adj{color:var(--text-faint)}.tl-payment-total{display:flex;align-items:center;justify-content:space-between;padding:10px 0 0;margin-top:4px;border-top:1px solid var(--border)}.tl-payment-total-label{font-size:12px;font-weight:600;color:var(--dark)}.tl-payment-total-value{font-family:"DM Serif Display",serif;font-size:20px;color:var(--green)}.timeline-close{text-align:center;margin-top:80px;position:relative;z-index:2}.timeline-close h2{font-family:"DM Serif Display",serif;font-size:32px;font-weight:400;color:var(--dark);line-height:1.3}.timeline-close h2 em{color:var(--text-light);font-style:italic}@media(max-width:960px){.timeline-step{grid-template-columns:24px 1fr;gap:0 16px}.timeline-track:before{left:12px}.timeline-dot{order:1!important}.timeline-text{order:2!important;text-align:left!important;padding:0!important;margin-bottom:16px}.timeline-visual{order:3!important;grid-column:2;padding:0;margin-bottom:0}.timeline-step{grid-template-rows:auto auto}.timeline-replaces{justify-content:flex-start!important}.timeline-intro h2{font-size:30px}}@media(max-width:640px){.timeline-section{padding:80px 24px}.timeline-intro h2{font-size:26px}.timeline-intro,.timeline-step{margin-bottom:56px}}#how-it-works .section-header{max-width:820px;margin-left:auto;margin-right:auto}.steps-grid{display:flex;flex-direction:column;gap:56px;max-width:820px;margin:0 auto;padding-top:12px}.step{display:grid;grid-template-columns:88px 1fr;grid-template-areas:"num heading" "num body";column-gap:36px;row-gap:10px;align-items:start}.step-number{grid-area:num;font-family:"DM Serif Display",serif;font-size:40px;color:var(--text-faint);line-height:1;margin-bottom:0;padding-top:4px}.step h3{grid-area:heading;font-size:22px;font-weight:500;color:var(--dark);margin-bottom:0;letter-spacing:-.01em}.step p{grid-area:body;font-size:15.5px;color:var(--text-light);line-height:1.65;max-width:600px;margin:0}.stats-bg{background:var(--dark)}.stats-section{padding:112px 48px 120px;max-width:960px;margin:0 auto;text-align:center}.stats-label{font-size:11.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#6ee7a0;margin-bottom:14px}.stats-title{font-family:"DM Serif Display",serif;font-size:32px;font-weight:400;color:#fff;line-height:1.2;letter-spacing:-.01em;margin-bottom:64px;max-width:640px;margin-left:auto;margin-right:auto}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px 80px;max-width:760px;margin:0 auto}.stat-item{text-align:left}.stat-number{font-family:"DM Serif Display",serif;font-size:56px;color:#fff;line-height:1;letter-spacing:-.01em;margin-bottom:10px}.stat-desc{font-size:15px;color:#ffffffa6;line-height:1.5;max-width:280px}.testimonial-section{padding:120px 48px;max-width:800px;margin:0 auto;text-align:center}.testimonial-quote{font-family:"DM Serif Display",serif;font-size:26px;font-weight:400;color:var(--dark);line-height:1.45;margin-bottom:28px;font-style:italic}.testimonial-author{font-size:14px;font-weight:600;color:var(--dark)}.testimonial-role{font-size:13px;color:var(--text-light);margin-top:2px}.testimonial-divider{width:48px;height:2px;background:var(--green);margin:0 auto 28px}.cta-bg{background:var(--bg-warm);border-top:1px solid var(--border-light)}.cta-section{padding:120px 48px;max-width:700px;margin:0 auto;text-align:center}.cta-section .section-title{margin-bottom:16px}.cta-section .section-desc{max-width:480px;margin:0 auto 36px}.cta-buttons{display:flex;justify-content:center;gap:16px}.btn-outline{display:inline-flex;align-items:center;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:var(--dark);background:var(--bg);border:1px solid var(--border);padding:14px 28px;border-radius:10px;cursor:pointer;text-decoration:none;transition:border-color .2s ease,background .2s ease}.btn-outline:hover{border-color:var(--dark);background:var(--bg)}.footer{background:var(--dark);color:#fff9}.footer-inner{max-width:1200px;margin:0 auto;padding:72px 48px 48px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}.footer-brand{max-width:280px}.footer-logo{font-family:"DM Serif Display",serif;font-size:20px;color:#fff;margin-bottom:12px}.footer-tagline{font-size:14px;line-height:1.6;color:#ffffff80}.footer-col h4{font-size:11.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#ffffff59;margin-bottom:16px}.footer-col a{display:block;font-size:14px;color:#fff9;text-decoration:none;margin-bottom:10px;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding:20px 48px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff4d}.footer-bottom a{color:#ffffff4d;text-decoration:none}.footer-bottom a:hover{color:#fff9}.faq-section{max-width:760px;margin:0 auto;padding:100px 48px}.faq-section .section-label{font-size:11.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green);text-align:center;margin-bottom:12px}.faq-section .section-title{font-family:"DM Serif Display",serif;font-size:38px;color:var(--dark);text-align:center;line-height:1.15;letter-spacing:-.3px;margin-bottom:56px}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:var(--dark);line-height:1.4;transition:color .2s ease}.faq-question:hover{color:var(--green)}.faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-icon svg{width:16px;height:16px;stroke:var(--text-light);stroke-width:2}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{font-size:15px;color:var(--text-light);line-height:1.7;padding-bottom:22px}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:4px}.btn-primary:focus-visible,.btn-outline:focus-visible,.nav-cta:focus-visible{outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:960px){.hero{grid-template-columns:1fr;padding:130px 32px 64px;gap:48px}.hero h1{font-size:40px}.hero-float-pill{display:none}.hero-arc-amount{font-size:30px}.hero-arc-chart{height:160px}.steps-grid{gap:40px}.step{grid-template-columns:64px 1fr;column-gap:24px;row-gap:8px}.step-number{font-size:32px}.step h3{font-size:20px}.stats-grid{gap:48px 56px}.stat-number{font-size:48px}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){.nav-inner{padding:0 24px}.nav-links a:not(.nav-cta){display:none}.hero{padding:120px 24px 64px}.hero h1{font-size:34px}.section{padding:72px 24px}.step{grid-template-columns:1fr;grid-template-areas:"num" "heading" "body";row-gap:4px}.step-number{padding-top:0;font-size:28px}.step h3{font-size:19px}.stats-section{padding:80px 24px 88px}.stats-title{font-size:26px;margin-bottom:48px}.stats-grid{grid-template-columns:1fr;gap:36px}.stat-item{text-align:center}.stat-desc{max-width:none}.stat-number{font-size:42px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-outline{width:100%;text-align:center;justify-content:center}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn-primary{width:100%;justify-content:center}.trust-bar{padding:40px 24px 64px}.trust-logos{gap:28px 36px}.trust-logos span{font-size:13px}.live-feed-card{padding:20px 18px 14px}.live-feed-name{font-size:16px}.live-feed-stat{font-size:12.5px}.live-feed-stat-num{font-size:20px}.live-feed-list-wrap{height:216px}.feed-item{font-size:11.5px}.feed-time{font-size:10px}.faq-section{padding:64px 24px}.faq-section .section-title{font-size:30px;margin-bottom:40px}}
