:root{--rh-primary:#0d9488;--rh-primary-dark:#0f766e;--rh-primary-light:#2dd4bf;--rh-primary-muted:#ccfbf1;--rh-secondary:#f43f5e;--rh-secondary-dark:#e11d48;--rh-secondary-light:#fda4af;--rh-secondary-muted:#ffe4e6;--rh-accent:#14b8a6;--rh-accent-muted:#99f6e4;--rh-trust:#0c4a6e;--rh-trust-light:#0ea5e9;--rh-trust-muted:#e0f2fe;--rh-neutral-900:#0f172a;--rh-neutral-700:#334155;--rh-neutral-600:#475569;--rh-neutral-500:#64748b;--rh-neutral-400:#94a3b8;--rh-neutral-300:#cbd5e1;--rh-neutral-200:#e2e8f0;--rh-neutral-100:#f1f5f9;--rh-neutral-50:#f8fafc;--rh-white:#ffffff;--rh-surface-subtle:#f8fafc;--rh-warm-surface:#fffdf9;--rh-warm-border:#e8f4f1;--rh-green:#16a34a;--rh-green-muted:#f0fdf4;--rh-green-light:#86efac;--rh-shadow-card:0 2px 8px rgba(0,0,0,0.05),0 8px 24px rgba(13,148,136,0.06);--rh-font-display:"Plus Jakarta Sans",system-ui,sans-serif;--rh-font-body:"Plus Jakarta Sans",system-ui,sans-serif;--rh-radius-sm:6px;--rh-radius-md:10px;--rh-radius-lg:14px;--rh-radius-xl:18px;--rh-radius-full:9999px;--rh-space-xs:0.25rem;--rh-space-sm:0.5rem;--rh-space-md:0.75rem;--rh-space-lg:1rem;--rh-space-xl:1.5rem;--rh-space-2xl:2rem;--rh-space-3xl:3rem;--rh-ease:cubic-bezier(0.25,0.46,0.45,0.94);--rh-duration:0.2s;--rh-duration-step:0.28s;--rh-duration-fast:0.12s}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--rh-font-body);color:var(--rh-neutral-900);background:var(--rh-neutral-50);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(204,251,241,.45) 0,transparent 55%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(224,242,254,.35) 0,transparent 55%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.wrap{max-width:860px;margin:0 auto;padding:var(--rh-space-2xl) var(--rh-space-xl) var(--rh-space-3xl)}.flow-shell{max-width:640px;margin:0 auto;padding:var(--rh-space-xl) var(--rh-space-xl) var(--rh-space-3xl);background:var(--rh-warm-surface)}.flow-progress{margin-bottom:var(--rh-space-xl)}.flow-progress-track{height:5px;background:var(--rh-neutral-200);margin-bottom:var(--rh-space-sm)}.flow-progress-fill,.flow-progress-track{border-radius:var(--rh-radius-full);overflow:hidden}.flow-progress-fill{height:100%;background:linear-gradient(90deg,var(--rh-primary),var(--rh-primary-light));transition:width var(--rh-duration-step) var(--rh-ease);position:relative}.flow-progress-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--rh-neutral-500)}.flow-progress-label{font-weight:600;color:var(--rh-neutral-700);font-size:.8125rem}.flow-progress-time{font-size:.75rem;color:var(--rh-neutral-400)}.step-card{background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-top:3px solid var(--rh-primary);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);box-shadow:var(--rh-shadow-card);animation:stepIn var(--rh-duration-step) var(--rh-ease) both}@keyframes stepIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-title{font-family:var(--rh-font-display);font-size:1.375rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-xs);line-height:1.3}.step-sub{font-size:.9375rem;color:var(--rh-neutral-600);margin:0 0 var(--rh-space-xl);line-height:1.6}.field-group{margin-bottom:1.25rem}.field-label{display:block;font-size:.875rem;font-weight:600;color:var(--rh-neutral-700);margin-bottom:var(--rh-space-sm)}.field-required{color:var(--rh-secondary);margin-left:2px}.field-input,.field-select,.field-textarea{width:100%;padding:.6875rem var(--rh-space-md);border:1.5px solid var(--rh-neutral-300);border-radius:var(--rh-radius-md);font-size:.9375rem;font-family:var(--rh-font-body);color:var(--rh-neutral-900);background:var(--rh-white);transition:border-color var(--rh-duration-fast) var(--rh-ease),box-shadow var(--rh-duration-fast) var(--rh-ease);outline:none}.field-input:focus,.field-select:focus,.field-textarea:focus{border-color:var(--rh-primary);box-shadow:0 0 0 3px rgba(13,148,136,.12)}.field-input.error,.field-select.error,.field-textarea.error{border-color:var(--rh-secondary)}.field-textarea{resize:vertical;min-height:80px}.field-hint{font-size:.875rem;color:var(--rh-neutral-600);margin-top:var(--rh-space-xs);line-height:1.5}.situation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:var(--rh-space-sm);gap:var(--rh-space-sm);margin-bottom:var(--rh-space-xl)}.situation-option{padding:.75rem var(--rh-space-lg);background:var(--rh-warm-surface);border:1.5px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);font-size:.875rem;font-weight:500;color:var(--rh-neutral-700);text-align:left;line-height:1.4;transition:all var(--rh-duration-fast) var(--rh-ease);cursor:pointer;animation:slideInUp .35s var(--rh-ease) both}.situation-option:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(13,148,136,.12)}.situation-option--selected,.situation-option:hover{border-color:var(--rh-primary);background:var(--rh-primary-muted);color:var(--rh-primary-dark)}.situation-option--selected{font-weight:600;box-shadow:0 0 0 2px var(--rh-primary)}.household-presets{display:flex;gap:var(--rh-space-sm);flex-wrap:wrap;margin-bottom:var(--rh-space-xl)}.preset-btn{padding:.5rem var(--rh-space-lg);border:1.5px solid var(--rh-neutral-200);border-radius:var(--rh-radius-full);background:var(--rh-white);font-size:.875rem;font-weight:500;color:var(--rh-neutral-700);transition:all var(--rh-duration-fast) var(--rh-ease)}.preset-btn--active,.preset-btn:hover{border-color:var(--rh-primary);background:var(--rh-primary-muted);color:var(--rh-primary-dark)}.household-member-row{display:flex;align-items:center;gap:var(--rh-space-sm);padding:var(--rh-space-md);background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);margin-bottom:var(--rh-space-sm)}.household-member-label{font-size:.8125rem;font-weight:600;color:var(--rh-neutral-500);min-width:60px;text-transform:uppercase;letter-spacing:.04em}.household-member-row .field-input{flex:1 1;margin:0}.btn-remove{padding:.25rem .5rem;background:transparent;border:1px solid var(--rh-neutral-300);border-radius:var(--rh-radius-sm);font-size:.8125rem;color:var(--rh-neutral-500);transition:all var(--rh-duration-fast) var(--rh-ease);white-space:nowrap}.btn-remove:hover{border-color:var(--rh-secondary);color:var(--rh-secondary);background:var(--rh-secondary-muted)}.household-add-row{display:flex;gap:var(--rh-space-sm);flex-wrap:wrap;margin-top:var(--rh-space-md)}.btn-add{padding:.5rem var(--rh-space-lg);background:var(--rh-white);border:1.5px solid var(--rh-primary);border-radius:var(--rh-radius-md);font-size:.875rem;font-weight:600;color:var(--rh-primary-dark);transition:all var(--rh-duration-fast) var(--rh-ease)}.btn-add:hover:not(:disabled){background:var(--rh-primary-muted)}.btn-add:disabled{opacity:.4;cursor:not-allowed}.person-section{margin-bottom:var(--rh-space-2xl);padding-bottom:var(--rh-space-2xl);border-bottom:1px solid var(--rh-neutral-200)}.person-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.person-section-header{display:flex;align-items:center;gap:var(--rh-space-sm);margin-bottom:var(--rh-space-lg)}.person-section-role{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-white);background:var(--rh-primary);padding:.2rem .5rem;border-radius:var(--rh-radius-sm)}.person-section-name{font-weight:700;font-size:1rem;color:var(--rh-neutral-900)}.field-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--rh-space-md);gap:var(--rh-space-md)}.checkbox-group{flex-direction:column;margin-bottom:var(--rh-space-lg)}.checkbox-group,.checkbox-item{display:flex;gap:var(--rh-space-sm)}.checkbox-item{align-items:center;cursor:pointer}.checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--rh-primary);cursor:pointer}.checkbox-item-label{font-size:.9rem;color:var(--rh-neutral-700);font-weight:500}.premium-slider-wrap{margin-bottom:var(--rh-space-xl)}.premium-slider-inputs{display:flex;align-items:center;gap:var(--rh-space-md);margin-bottom:var(--rh-space-sm)}.premium-slider-inputs input[type=range]{flex:1 1;accent-color:var(--rh-primary);cursor:pointer}.premium-value-input{width:90px;padding:.5rem var(--rh-space-sm);border:1.5px solid var(--rh-neutral-300);border-radius:var(--rh-radius-md);font-size:.9375rem;font-weight:600;color:var(--rh-neutral-900);text-align:center;outline:none}.premium-value-input:focus{border-color:var(--rh-primary);box-shadow:0 0 0 3px rgba(13,148,136,.12)}.premium-value-input:disabled{opacity:.5;background:var(--rh-neutral-100)}.premium-unknown-btn{display:inline-flex;align-items:center;gap:var(--rh-space-xs);padding:.375rem .75rem;border:1px solid var(--rh-neutral-300);border-radius:var(--rh-radius-sm);background:var(--rh-white);font-size:.8125rem;color:var(--rh-neutral-600);transition:all var(--rh-duration-fast) var(--rh-ease)}.premium-unknown-btn--active,.premium-unknown-btn:hover{background:var(--rh-neutral-100);border-color:var(--rh-neutral-400);color:var(--rh-neutral-700)}.step-nav{display:flex;justify-content:space-between;align-items:center;margin-top:var(--rh-space-2xl);gap:var(--rh-space-md)}.step-nav-back{padding:.625rem var(--rh-space-xl);background:transparent;border:1.5px solid var(--rh-neutral-200);border-radius:var(--rh-radius-full);font-size:.875rem;font-weight:500;color:var(--rh-neutral-500);transition:all var(--rh-duration-fast) var(--rh-ease)}.step-nav-back:hover{border-color:var(--rh-neutral-400);color:var(--rh-neutral-700)}.step-nav-next{padding:.875rem 2.25rem;background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary-dark));border:none;border-radius:var(--rh-radius-full);font-size:.9375rem;font-weight:700;letter-spacing:.01em;color:var(--rh-white);transition:all var(--rh-duration-fast) var(--rh-ease);box-shadow:0 4px 16px rgba(13,148,136,.4)}.step-nav-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,148,136,.5)}.step-nav-next:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(13,148,136,.35)}.step-nav-next:disabled{opacity:.5;cursor:not-allowed;transform:none}.validation-error{display:flex;align-items:flex-start;gap:var(--rh-space-sm);padding:var(--rh-space-md) var(--rh-space-lg);background:var(--rh-secondary-muted);border:1px solid var(--rh-secondary-light);border-radius:var(--rh-radius-md);margin-bottom:var(--rh-space-lg);font-size:.875rem;color:var(--rh-secondary-dark)}.momentum-banner{display:flex;flex-direction:column;gap:0;padding:0;background:var(--rh-primary-muted);border:1px solid var(--rh-accent-muted);border-radius:var(--rh-radius-md);margin-bottom:var(--rh-space-xl);overflow:hidden;animation:fadeIn .3s var(--rh-ease)}.momentum-banner-body{display:flex;align-items:center;gap:var(--rh-space-sm);padding:var(--rh-space-md) var(--rh-space-lg);font-size:.875rem;font-weight:500;color:var(--rh-primary-dark)}.momentum-timer-bar{height:3px;background:var(--rh-primary);animation:timerDrain 5.5s linear forwards;transform-origin:left}@keyframes timerDrain{0%{width:100%}to{width:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes progressShimmer{0%{transform:translateX(-100%)}to{transform:translateX(400%)}}@keyframes popIn{0%{opacity:0;transform:scale(.88)}60%{transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes loaderRingSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dotBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}@keyframes checkmarkDraw{0%{stroke-dashoffset:30;opacity:0}to{stroke-dashoffset:0;opacity:1}}@keyframes btnShine{0%{left:-80%}to{left:120%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.consent-block{display:flex;align-items:flex-start;gap:var(--rh-space-sm);padding:var(--rh-space-lg);background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);margin-bottom:var(--rh-space-lg);cursor:pointer}.consent-block input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:var(--rh-primary);flex-shrink:0}.consent-text{font-size:.8125rem;color:var(--rh-neutral-600);line-height:1.5}.result-shell{max-width:780px;margin:0 auto;padding:var(--rh-space-2xl) var(--rh-space-xl) var(--rh-space-3xl);animation:stepIn var(--rh-duration-step) var(--rh-ease) both}.result-verdict{padding:var(--rh-space-2xl);border-radius:var(--rh-radius-xl);margin-bottom:var(--rh-space-xl);border:1.5px solid}.result-verdict--over{background:linear-gradient(135deg,var(--rh-secondary-muted),#ffe4e6);border-color:var(--rh-secondary-light)}.result-verdict--ballpark{background:linear-gradient(135deg,var(--rh-green-muted),#ecfdf5);border-color:var(--rh-green-light)}.result-verdict--under{background:linear-gradient(135deg,var(--rh-trust-muted),#e0f7fa);border-color:var(--rh-trust-light)}.result-verdict-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-neutral-500);margin-bottom:var(--rh-space-sm)}.result-verdict-title{font-family:var(--rh-font-display);font-size:1.5rem;font-weight:800;margin:0 0 var(--rh-space-sm);line-height:1.2}.result-verdict--over .result-verdict-title{color:var(--rh-secondary-dark)}.result-verdict--ballpark .result-verdict-title{color:var(--rh-green)}.result-verdict--under .result-verdict-title{color:var(--rh-trust)}.result-verdict-detail{font-size:.95rem;color:var(--rh-neutral-700);line-height:1.6;margin:0}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:var(--rh-space-md);gap:var(--rh-space-md);margin-bottom:var(--rh-space-xl)}.metric-card{background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-top:2px solid var(--rh-primary-muted);border-radius:var(--rh-radius-lg);padding:var(--rh-space-lg);text-align:center;transition:box-shadow var(--rh-duration-fast) var(--rh-ease)}.metric-card:hover{box-shadow:0 2px 12px rgba(13,148,136,.1)}.metric-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-neutral-500);margin-bottom:var(--rh-space-xs)}.metric-value{font-family:var(--rh-font-display);font-size:1.5rem;font-weight:800;color:var(--rh-neutral-900);line-height:1;margin-bottom:2px}.metric-sub{font-size:.75rem;color:var(--rh-neutral-400)}.exposure-table{width:100%;border-collapse:collapse;margin-bottom:var(--rh-space-xl);background:var(--rh-white);border-radius:var(--rh-radius-lg);overflow:hidden;border:1px solid var(--rh-neutral-200)}.exposure-table th{background:var(--rh-neutral-50);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rh-neutral-500);text-align:left;border-bottom:1px solid var(--rh-neutral-200)}.exposure-table td,.exposure-table th{padding:var(--rh-space-md) var(--rh-space-lg)}.exposure-table td{font-size:.9375rem;color:var(--rh-neutral-700);border-bottom:1px solid var(--rh-neutral-100)}.exposure-table tr:last-child td{border-bottom:none}.exposure-table td:last-child,.exposure-table th:last-child{text-align:right;font-weight:600}.chart-section{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-left:3px solid var(--rh-primary);border-radius:var(--rh-radius-lg);padding:var(--rh-space-xl) var(--rh-space-2xl);margin-bottom:var(--rh-space-xl)}.chart-section-title{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-xl)}.chart-wrap{position:relative;height:220px;width:100%}.chart-loading{display:flex;align-items:center;justify-content:center;height:220px;color:var(--rh-neutral-400);font-size:.875rem}.assumptions-box{background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);padding:var(--rh-space-lg) var(--rh-space-xl);margin-bottom:var(--rh-space-xl)}.assumptions-title{font-size:.8125rem;font-weight:700;color:var(--rh-neutral-600);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--rh-space-sm)}.assumptions-list{list-style:none;padding:0;margin:0}.assumptions-list li{font-size:.8125rem;color:var(--rh-neutral-500);padding:.2rem 0 .2rem 1rem;position:relative;line-height:1.5}.assumptions-list li:before{content:"·";position:absolute;left:0;color:var(--rh-neutral-400)}.plan-profile-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);overflow:hidden;margin-bottom:var(--rh-space-xl)}.plan-profile-card-header{background:linear-gradient(135deg,var(--rh-primary-muted) 0,var(--rh-trust-muted) 100%);border-bottom:1px solid var(--rh-accent-muted)}.plan-profile-card-body,.plan-profile-card-header{padding:var(--rh-space-xl) var(--rh-space-2xl)}.plan-profile-label{display:inline-flex;align-items:center;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:.2rem .6rem;border-radius:var(--rh-radius-sm);margin-bottom:var(--rh-space-sm)}.plan-profile-title{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;margin:0 0 var(--rh-space-sm)}.plan-profile-tagline{font-size:.9rem;color:var(--rh-neutral-600);margin:0 0 var(--rh-space-lg)}.plan-profile-list{list-style:none;padding:0;margin:0 0 var(--rh-space-lg)}.plan-profile-list li{font-size:.875rem;color:var(--rh-neutral-600);padding:.3rem 0 .3rem 1.25rem;position:relative;line-height:1.5}.plan-profile-list li:before{content:"→";position:absolute;left:0;color:var(--rh-primary);font-size:.75rem;top:.35rem}.calendly-wrap{margin-top:var(--rh-space-2xl)}.calendly-inline-widget{min-height:700px;width:100%;border-radius:var(--rh-radius-xl);overflow:hidden;transition:height .2s ease}.breakdown-shell{max-width:780px;margin:0 auto;padding:0 var(--rh-space-xl) var(--rh-space-3xl)}.breakdown-search-wrap{position:relative;margin-bottom:var(--rh-space-xl)}.breakdown-search{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1.5px solid var(--rh-neutral-200);border-radius:var(--rh-radius-full);font-size:.9375rem;background:var(--rh-white);outline:none;transition:border-color var(--rh-duration-fast) var(--rh-ease)}.breakdown-search:focus{border-color:var(--rh-primary);box-shadow:0 0 0 3px rgba(13,148,136,.12)}.breakdown-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--rh-neutral-400);pointer-events:none}.insurance-type-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);margin-bottom:var(--rh-space-lg)}.insurance-type-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rh-space-lg);margin-bottom:var(--rh-space-lg)}.insurance-type-name{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;color:var(--rh-neutral-900);margin:0}.insurance-carriers{font-size:.8125rem;color:var(--rh-neutral-500);margin-top:var(--rh-space-xs)}.insurance-type-points{list-style:none;padding:0;margin:0}.insurance-type-points li{font-size:.875rem;color:var(--rh-neutral-600);padding:.4rem 0 .4rem 1.25rem;position:relative;border-bottom:1px solid var(--rh-neutral-100);line-height:1.5}.insurance-type-points li:last-child{border-bottom:none}.insurance-type-points li:before{content:"•";position:absolute;left:0;color:var(--rh-secondary);font-size:.875rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(248,250,252,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rh-neutral-200)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 var(--rh-space-2xl);height:64px;justify-content:space-between;gap:var(--rh-space-xl)}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:var(--rh-space-sm);text-decoration:none;flex-shrink:0}.brand-mark{display:block;width:36px;height:36px;border-radius:50%;background:conic-gradient(from 0deg,var(--rh-primary) 0deg 120deg,var(--rh-primary-dark) 120deg 240deg,var(--rh-trust-light) 240deg 1turn);flex-shrink:0;box-shadow:0 2px 8px rgba(13,148,136,.3)}.brand-text-main{font-family:var(--rh-font-display);font-size:1.0625rem;font-weight:700;color:var(--rh-neutral-900);line-height:1.2;letter-spacing:-.01em}.brand-text-sub{font-size:.6875rem;font-weight:500;color:var(--rh-neutral-500);letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:var(--rh-space-xs)}.nav-link{padding:.375rem .75rem;font-size:.9rem;font-weight:500;color:var(--rh-neutral-600);text-decoration:none;border-radius:var(--rh-radius-sm);transition:color var(--rh-duration-fast) var(--rh-ease),background var(--rh-duration-fast) var(--rh-ease);white-space:nowrap}.nav-link:hover{color:var(--rh-neutral-900);background:var(--rh-neutral-100)}.nav-link-benchmark{color:var(--rh-primary-dark);font-weight:600;background:var(--rh-primary-muted);padding:.25rem .6rem;border-radius:var(--rh-radius-sm)}.nav-link-benchmark:hover{background:var(--rh-primary);color:var(--rh-white)}.nav-link-cta{background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary-dark));color:var(--rh-white)!important;font-weight:700;padding:.5rem 1rem;border-radius:var(--rh-radius-full);box-shadow:0 2px 8px rgba(13,148,136,.3);transition:all var(--rh-duration-fast) var(--rh-ease)!important}.nav-link-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,148,136,.4);background:var(--rh-white)!important;color:var(--rh-primary-dark)!important}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;border-radius:var(--rh-radius-sm);flex-shrink:0}.nav-hamburger:focus-visible{outline:2px solid var(--rh-primary);outline-offset:2px}.nav-hamburger-bar{display:block;width:22px;height:2px;background:var(--rh-neutral-700);border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.nav-hamburger-bar--open:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger-bar--open:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger-bar--open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:98;animation:fadeIn .18s ease}.nav-mobile-menu{position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--rh-white);border-bottom:1px solid var(--rh-neutral-200);z-index:99;display:flex;flex-direction:column;padding:.5rem 1.25rem 1.25rem;gap:.125rem;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(-8px);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease}.nav-mobile-menu--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-mobile-link{padding:.8rem .75rem;font-size:1rem;font-weight:500;color:var(--rh-neutral-700);text-decoration:none;border-radius:var(--rh-radius-sm);border-bottom:1px solid var(--rh-neutral-100);transition:background var(--rh-duration-fast) var(--rh-ease),color var(--rh-duration-fast) var(--rh-ease)}.nav-mobile-link:last-child{border-bottom:none}.nav-mobile-link:active,.nav-mobile-link:hover{background:var(--rh-neutral-50);color:var(--rh-neutral-900)}.nav-mobile-link--benchmark{color:var(--rh-primary-dark);font-weight:600}.nav-mobile-link--cta{margin-top:.5rem;background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary-dark));color:var(--rh-white)!important;font-weight:700;text-align:center;border-radius:var(--rh-radius-full);border-bottom:none;padding:.75rem 1rem}.nav-mobile-link--cta:hover{background:var(--rh-primary-dark)!important;color:var(--rh-white)!important}.nav-mobile-tools-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem .75rem;background:none;border:none;border-radius:var(--rh-radius-md);font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--rh-neutral-500);cursor:pointer;text-align:left}.nav-mobile-tools-toggle:hover{background:var(--rh-neutral-50);color:var(--rh-neutral-600)}.nav-mobile-tools-caret{transition:transform .18s ease;flex-shrink:0}.nav-mobile-tools-caret--open{transform:rotate(180deg)}.nav-mobile-section-label{padding:.5rem .75rem .25rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rh-neutral-400)}.nav-mobile-link--tool{padding-top:.7rem;padding-bottom:.7rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.2rem}.nav-mobile-link-desc{font-size:.8125rem;color:var(--rh-neutral-400);font-weight:400}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;padding:.375rem .75rem;font-size:.9rem;font-weight:500;color:var(--rh-neutral-600);border-radius:var(--rh-radius-sm);cursor:pointer;transition:color var(--rh-duration-fast) var(--rh-ease),background var(--rh-duration-fast) var(--rh-ease);white-space:nowrap}.nav-dropdown-trigger:hover{color:var(--rh-neutral-900);background:var(--rh-neutral-100)}.nav-dropdown-caret{transition:transform var(--rh-duration-fast) var(--rh-ease);flex-shrink:0}.nav-dropdown-caret--open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);box-shadow:0 8px 28px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.06);min-width:240px;padding:.375rem;z-index:200;animation:dropIn .14s var(--rh-ease) both}.nav-dropdown-section-label{padding:.375rem .625rem .25rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rh-neutral-400);margin-top:.25rem}.nav-dropdown-section-label:first-child{margin-top:0}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .625rem;border-radius:var(--rh-radius-md);text-decoration:none;transition:background var(--rh-duration-fast) var(--rh-ease)}.nav-dropdown-item:hover{background:var(--rh-neutral-50)}.nav-dropdown-item-title{font-size:.875rem;font-weight:600;color:var(--rh-neutral-900)}.nav-dropdown-item-desc{font-size:.75rem;color:var(--rh-neutral-500)}.nav-dropdown-all{display:block;padding:.5rem .625rem;margin-top:.125rem;border-top:1px solid var(--rh-neutral-100);border-radius:var(--rh-radius-md);font-size:.8125rem;font-weight:600;color:var(--rh-primary);text-decoration:none;transition:background var(--rh-duration-fast) var(--rh-ease)}.nav-dropdown-all:hover{background:var(--rh-primary-muted)}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-inner{flex:1 1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--rh-space-sm);padding:.75rem 1.5rem;border-radius:var(--rh-radius-full);font-size:.9375rem;font-weight:700;font-family:var(--rh-font-body);text-decoration:none;transition:all var(--rh-duration) var(--rh-ease);cursor:pointer;border:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary-dark));color:var(--rh-white);box-shadow:0 3px 12px rgba(13,148,136,.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,148,136,.45)}.btn-outline{background:transparent;color:var(--rh-primary-dark);border:2px solid var(--rh-primary);padding:calc(.75rem - 2px) calc(1.5rem - 2px)}.btn-outline:hover{background:var(--rh-primary-muted);transform:translateY(-1px)}.btn-secondary{background:var(--rh-white);color:var(--rh-neutral-700);border:1.5px solid var(--rh-neutral-300);box-shadow:0 1px 4px rgba(0,0,0,.06)}.btn-secondary:hover{border-color:var(--rh-neutral-400);box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.btn-link{background:none;border:none;padding:0;font:inherit;color:var(--rh-primary);font-weight:600;cursor:pointer;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.btn-link:hover{color:var(--rh-primary-dark)}.hero{max-width:1200px;margin:0 auto;padding:3rem var(--rh-space-2xl) 2.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.hero-left{max-width:580px}.hero-eyebrow{display:inline-flex;align-items:center;gap:var(--rh-space-sm);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:.35rem .75rem;border-radius:var(--rh-radius-full);margin-bottom:var(--rh-space-lg)}.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--rh-primary);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero-title{font-family:var(--rh-font-display);font-size:clamp(2rem,4vw,2.875rem);font-weight:800;color:var(--rh-neutral-900);line-height:1.15;letter-spacing:-.02em;margin:0 0 var(--rh-space-xl)}.hero-title span{color:var(--rh-primary);position:relative}.hero-subtitle{font-size:1.0625rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 var(--rh-space-md);max-width:520px}.hero-support{font-size:.9375rem;color:var(--rh-neutral-500);line-height:1.6;margin:0 0 var(--rh-space-2xl)}.hero-cta-row{display:flex;flex-wrap:wrap;gap:var(--rh-space-md);margin-bottom:var(--rh-space-xl)}.hero-micro{font-size:.8125rem;color:var(--rh-neutral-400);line-height:1.5}.hero-meta{display:flex;flex-wrap:wrap;gap:var(--rh-space-lg);margin-top:var(--rh-space-xl)}.hero-meta-item{display:flex;flex-direction:column;gap:2px}.hero-meta-value{font-family:var(--rh-font-display);font-size:1.375rem;font-weight:800;color:var(--rh-neutral-900);letter-spacing:-.02em}.hero-meta-label{font-size:.75rem;color:var(--rh-neutral-500);font-weight:500}.hero-panel{background:linear-gradient(160deg,var(--rh-neutral-900) 0,#1e3a5f 60%,var(--rh-trust) 100%);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(12,74,110,.25),0 4px 16px rgba(0,0,0,.12)}.hero-panel:before{content:"";position:absolute;top:-40%;right:-20%;width:60%;height:80%;background:radial-gradient(ellipse at center,rgba(13,148,136,.2) 0,transparent 70%);pointer-events:none}.hero-panel-inner{position:relative;z-index:1}.hero-panel-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--rh-space-xl)}.hero-panel-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:2px}.hero-panel-badge{display:flex;align-items:center;gap:6px;padding:.3rem .7rem;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);border-radius:var(--rh-radius-full);font-size:.75rem;font-weight:600;color:#4ade80}.hero-panel-badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse 2s ease-in-out infinite}.hero-panel-title{font-family:var(--rh-font-display);font-size:1.375rem;font-weight:800;color:var(--rh-white);margin:0 0 var(--rh-space-sm);line-height:1.2}.hero-panel-sub{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.6;margin:0 0 var(--rh-space-xl)}.hero-panel-list{list-style:none;padding:0;margin:0 0 var(--rh-space-xl);display:flex;flex-direction:column;gap:var(--rh-space-sm)}.hero-panel-list li{display:flex;align-items:center;gap:var(--rh-space-sm);font-size:.9rem;color:rgba(255,255,255,.85);font-weight:500}.hero-panel-list li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--rh-primary-light);flex-shrink:0}.hero-panel-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--rh-space-xl);display:flex;align-items:center;justify-content:space-between;gap:var(--rh-space-md);flex-wrap:wrap}.hero-panel-status{font-size:.8125rem;color:rgba(255,255,255,.5)}.hero-panel-cta{display:inline-flex;align-items:center;gap:var(--rh-space-xs);padding:.5rem 1rem;background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary-dark));color:var(--rh-white);font-size:.875rem;font-weight:700;border-radius:var(--rh-radius-full);text-decoration:none;border:none;cursor:pointer;transition:all var(--rh-duration-fast) var(--rh-ease);box-shadow:0 2px 8px rgba(13,148,136,.4)}.hero-panel-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,148,136,.5)}.section{max-width:1200px;margin:0 auto;padding:5rem var(--rh-space-2xl)}.section--alt{background:var(--rh-white);max-width:100%;padding:5rem 0}.section--alt .section-inner{max-width:1200px;margin:0 auto;padding:0 var(--rh-space-2xl)}.section-label{display:inline-flex;align-items:center;gap:var(--rh-space-sm);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rh-primary-dark);margin-bottom:var(--rh-space-lg)}.section-label:before{content:"";display:block;width:20px;height:2px;background:var(--rh-primary);border-radius:1px}.section-title{font-family:var(--rh-font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:var(--rh-neutral-900);line-height:1.2;letter-spacing:-.02em;margin:0 0 var(--rh-space-lg);max-width:700px}.section-sub{font-size:1.0625rem;color:var(--rh-neutral-600);line-height:1.65;max-width:620px;margin:0 0 var(--rh-space-3xl)}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-xl)}.grid-2,.grid-3{display:grid;gap:var(--rh-space-xl)}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:var(--rh-space-xl)}.feature-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);transition:box-shadow var(--rh-duration) var(--rh-ease),transform var(--rh-duration) var(--rh-ease)}.feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.07);transform:translateY(-2px)}.feature-card-icon{width:44px;height:44px;border-radius:var(--rh-radius-md);background:var(--rh-primary-muted);display:flex;align-items:center;justify-content:center;margin-bottom:var(--rh-space-lg);font-size:1.25rem}.feature-card-title{font-family:var(--rh-font-display);font-size:1.0625rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-sm)}.feature-card-text{font-size:.9rem;color:var(--rh-neutral-600);line-height:1.65;margin:0}.consequence-section{background:linear-gradient(160deg,var(--rh-neutral-900),#1e293b);color:var(--rh-white);padding:5rem 0}.consequence-section .section-inner{max-width:1200px;margin:0 auto;padding:0 var(--rh-space-2xl)}.consequence-section .section-label{color:var(--rh-primary-light)}.consequence-section .section-label:before{background:var(--rh-primary-light)}.consequence-section .section-title{color:var(--rh-white)}.consequence-section .section-sub{color:rgba(255,255,255,.7)}.consequence-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-xl);gap:var(--rh-space-xl)}.consequence-item{padding:var(--rh-space-xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--rh-radius-lg)}.consequence-item-num{font-family:var(--rh-font-display);font-size:2rem;font-weight:800;color:var(--rh-primary-light);margin-bottom:var(--rh-space-sm);letter-spacing:-.03em}.consequence-item-title{font-size:.9375rem;font-weight:700;color:var(--rh-white);margin-bottom:var(--rh-space-sm)}.consequence-item-text{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.6}.states-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:var(--rh-space-sm);gap:var(--rh-space-sm)}.state-pill{display:flex;align-items:center;justify-content:center;padding:.5rem var(--rh-space-md);background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);font-size:.8125rem;font-weight:500;color:var(--rh-neutral-700);text-align:center;transition:all var(--rh-duration-fast) var(--rh-ease)}.state-pill:hover{border-color:var(--rh-primary);background:var(--rh-primary-muted);color:var(--rh-primary-dark)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--rh-space-xl);gap:var(--rh-space-xl)}.testimonial-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl)}.testimonial-quote{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.7;margin:0 0 var(--rh-space-lg);font-style:italic}.testimonial-quote:before{content:'"';font-family:var(--rh-font-display);font-size:2rem;color:var(--rh-primary-light);line-height:0;vertical-align:-.5rem;margin-right:2px}.testimonial-author{display:flex;align-items:center;gap:var(--rh-space-sm)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--rh-primary-muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--rh-primary-dark);flex-shrink:0}.testimonial-name{font-weight:700;font-size:.875rem;color:var(--rh-neutral-900)}.testimonial-title{font-size:.8125rem;color:var(--rh-neutral-500)}.trust-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-lg);gap:var(--rh-space-lg);margin-top:var(--rh-space-3xl)}.trust-stat{text-align:center;padding:var(--rh-space-xl);background:var(--rh-primary-muted);border-radius:var(--rh-radius-lg)}.trust-stat-value{font-family:var(--rh-font-display);font-size:2rem;font-weight:800;color:var(--rh-primary-dark);letter-spacing:-.03em}.trust-stat-label{font-size:.875rem;color:var(--rh-neutral-600);margin-top:var(--rh-space-xs)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-xl);gap:var(--rh-space-xl)}.service-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);position:relative;overflow:hidden;transition:box-shadow var(--rh-duration) var(--rh-ease),transform var(--rh-duration) var(--rh-ease)}.service-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.08);transform:translateY(-3px)}.service-card-phase{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:.2rem .5rem;border-radius:var(--rh-radius-sm);display:inline-block;margin-bottom:var(--rh-space-lg)}.service-card-title{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-md);line-height:1.3}.service-card-text{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 var(--rh-space-lg)}.service-card-list{list-style:none;padding:0;margin:0}.service-card-list li{font-size:.8125rem;color:var(--rh-neutral-600);padding:.3rem 0 .3rem 1rem;position:relative;border-top:1px solid var(--rh-neutral-100)}.service-card-list li:first-child{border-top:none}.service-card-list li:before{content:"✓";position:absolute;left:0;color:var(--rh-primary);font-size:.75rem;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:var(--rh-space-md);max-width:760px}.faq-item{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);overflow:hidden;transition:border-color var(--rh-duration-fast) var(--rh-ease)}.faq-item--open,.faq-item:hover{border-color:var(--rh-primary)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--rh-space-lg);padding:var(--rh-space-xl);cursor:pointer;background:transparent;border:none;width:100%;text-align:left;font-size:.9375rem;font-weight:600;color:var(--rh-neutral-900);font-family:var(--rh-font-body);transition:color var(--rh-duration-fast) var(--rh-ease)}.faq-question:hover{color:var(--rh-primary-dark)}.faq-chevron{flex-shrink:0;color:var(--rh-neutral-400);transition:transform var(--rh-duration) var(--rh-ease)}.faq-item--open .faq-chevron{transform:rotate(180deg);color:var(--rh-primary)}.faq-answer{display:none;padding:0 var(--rh-space-xl) var(--rh-space-xl);font-size:.9rem;color:var(--rh-neutral-600);line-height:1.7;border-top:1px solid var(--rh-neutral-100)}.faq-item--open .faq-answer{display:block}.contact-section-inner{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info{position:-webkit-sticky;position:sticky;top:80px}.contact-info-title{font-family:var(--rh-font-display);font-size:1.5rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-md)}.contact-info-text{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 var(--rh-space-2xl)}.contact-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--rh-space-md)}.contact-info-list li{display:flex;align-items:flex-start;gap:var(--rh-space-md);font-size:.9rem;color:var(--rh-neutral-600);line-height:1.5}.contact-info-list li:before{content:"→";color:var(--rh-primary);font-weight:700;flex-shrink:0;margin-top:1px}.contact-form-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);box-shadow:0 4px 20px rgba(0,0,0,.04)}.contact-form-title{font-family:var(--rh-font-display);font-size:1.25rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-xl)}.contact-success{flex-direction:column;text-align:center;padding:var(--rh-space-3xl) var(--rh-space-xl);gap:var(--rh-space-lg)}.contact-success,.contact-success-icon{display:flex;align-items:center;justify-content:center}.contact-success-icon{width:56px;height:56px;border-radius:50%;background:var(--rh-primary-muted);font-size:1.5rem}.contact-success-title{font-family:var(--rh-font-display);font-size:1.25rem;font-weight:700;color:var(--rh-neutral-900);margin:0}.contact-success-text{font-size:.9rem;color:var(--rh-neutral-600);line-height:1.6;margin:0;max-width:360px}.benchmark-header{background:rgba(248,250,252,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rh-neutral-200);position:-webkit-sticky;position:sticky;top:0;z-index:100}.benchmark-header-inner{max-width:860px;margin:0 auto;padding:0 var(--rh-space-xl);height:56px;display:flex;align-items:center;justify-content:space-between}.site-footer{background:var(--rh-neutral-900);color:rgba(255,255,255,.7);padding:3rem 0 2rem}.site-footer-inner{max-width:1200px;margin:0 auto;padding:0 var(--rh-space-2xl)}.site-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-brand-name{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;color:var(--rh-white);margin-bottom:var(--rh-space-sm)}.footer-brand-desc{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.6;max-width:360px}.footer-col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.4);margin-bottom:var(--rh-space-lg)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--rh-space-sm)}.footer-links a{font-size:.875rem;color:rgba(255,255,255,.6);text-decoration:none;transition:color var(--rh-duration-fast) var(--rh-ease)}.footer-links a:hover{color:var(--rh-white)}.site-footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rh-space-xl);flex-wrap:wrap}.footer-disclaimer{font-size:.75rem;color:rgba(255,255,255,.35);line-height:1.65;max-width:640px}.footer-legal-links{display:flex;gap:var(--rh-space-lg);flex-shrink:0}.footer-legal-links a{font-size:.75rem;color:rgba(255,255,255,.4);text-decoration:none;transition:color var(--rh-duration-fast) var(--rh-ease)}.footer-legal-links a:hover{color:rgba(255,255,255,.7)}.benchmark-page-shell{min-height:100vh;background:var(--rh-neutral-50);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,var(--rh-primary-muted) 0,transparent 55%);display:flex;flex-direction:column}.benchmark-page-content{flex:1 1}.benchmark-intro{max-width:860px;margin:0 auto;padding:3rem var(--rh-space-xl) 0;text-align:center}.benchmark-intro-label{display:inline-flex;align-items:center;align-self:flex-start;width:-moz-fit-content;width:fit-content;gap:var(--rh-space-sm);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:.35rem .75rem;border-radius:var(--rh-radius-full);margin-bottom:var(--rh-space-lg)}.benchmark-intro-title{font-family:var(--rh-font-display);font-size:clamp(1.5rem,3vw,2.125rem);font-weight:800;color:var(--rh-neutral-900);margin:0;line-height:1.2;letter-spacing:-.02em}.benchmark-intro-sub{font-size:1.0625rem;color:var(--rh-neutral-600);line-height:1.65;margin:0}.benchmark-intro-rule{font-size:.8125rem;color:var(--rh-neutral-400);margin:0;line-height:1.5}.benchmark-rule-divider{height:1px;background:var(--rh-neutral-200);max-width:860px;margin:2rem auto 0}.benchmark-info-grid{max-width:860px;margin:0 auto;padding:var(--rh-space-2xl) var(--rh-space-xl) var(--rh-space-3xl);display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--rh-space-xl);gap:var(--rh-space-xl)}.benchmark-info-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl)}.benchmark-info-card-title{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-md)}.benchmark-info-card-text{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 var(--rh-space-md)}.benchmark-info-card-list{list-style:none;padding:0;margin:0}.benchmark-info-card-list li{font-size:.875rem;color:var(--rh-neutral-600);padding:.3rem 0 .3rem 1.25rem;position:relative;line-height:1.5;border-bottom:1px solid var(--rh-neutral-100)}.benchmark-info-card-list li:last-child{border-bottom:none}.benchmark-info-card-list li:before{content:"→";position:absolute;left:0;color:var(--rh-primary);font-weight:700;font-size:.75rem;top:.35rem}.how-it-works-card{max-width:860px;margin:0 auto;padding:0 var(--rh-space-xl)}.how-it-works-inner{background:linear-gradient(135deg,var(--rh-trust-muted),var(--rh-primary-muted));border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);display:flex;gap:var(--rh-space-2xl);align-items:flex-start}.how-it-works-steps{flex-direction:column;flex:1 1}.how-it-works-steps,.how-step{display:flex;gap:var(--rh-space-md)}.how-step{align-items:flex-start;animation:slideInUp .4s var(--rh-ease) both}.how-step-num{width:28px;height:28px;border-radius:50%;background:var(--rh-primary);color:var(--rh-white);font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-step-text{font-size:.9rem;color:var(--rh-neutral-700);line-height:1.55;padding-top:4px}.submit-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:var(--rh-space-lg);text-align:center}.submit-spinner{width:40px;height:40px;border:3px solid var(--rh-neutral-200);border-top-color:var(--rh-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.submit-loading-text{font-size:.9rem;color:var(--rh-neutral-500)}.card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl)}.error-message{display:flex;align-items:flex-start;gap:var(--rh-space-sm);padding:var(--rh-space-md) var(--rh-space-lg);background:var(--rh-secondary-muted);border:1px solid var(--rh-secondary-light);border-radius:var(--rh-radius-md);font-size:.875rem;color:var(--rh-secondary-dark);line-height:1.5}.error-icon{flex-shrink:0;margin-top:1px}.simple-page{max-width:860px;margin:0 auto;padding:4rem var(--rh-space-2xl)}.simple-page h1{font-size:2rem;font-weight:800;margin:0 0 var(--rh-space-xl)}.simple-page h1,.simple-page h2{font-family:var(--rh-font-display);color:var(--rh-neutral-900)}.simple-page h2{font-size:1.25rem;font-weight:700;margin:var(--rh-space-2xl) 0 var(--rh-space-md)}.simple-page p{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.7;margin:0 0 var(--rh-space-lg)}.simple-page ul{padding-left:1.25rem;margin:0 0 var(--rh-space-lg)}.simple-page ul li{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.65;margin-bottom:var(--rh-space-sm)}.article-callout a,.simple-page a:not(.article-back-link):not(.btn){color:var(--rh-primary-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:500;transition:color .15s ease,opacity .15s ease}.article-callout a:hover,.simple-page a:not(.article-back-link):not(.btn):hover{opacity:.75}.tool-page{max-width:840px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.tool-back{display:block;font-size:.875rem;font-weight:500;color:var(--rh-neutral-500);text-decoration:none;margin-bottom:1.5rem;transition:color var(--rh-duration-fast) var(--rh-ease)}.tool-back:hover{color:var(--rh-neutral-900)}.tool-header{margin-bottom:2rem}.tool-title{font-family:var(--rh-font-display);font-size:2rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 .75rem;line-height:1.2;letter-spacing:-.02em}.tool-subtitle{font-size:1.0625rem;color:var(--rh-neutral-600);line-height:1.65;margin:0;max-width:640px}.tool-tabs{display:flex;gap:0;border-bottom:2px solid var(--rh-neutral-200);margin-bottom:2rem}.tool-tab{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.75rem 1.25rem;background:none;border:none;box-shadow:none;cursor:pointer;text-align:left;white-space:nowrap;transition:color var(--rh-duration-fast) var(--rh-ease),box-shadow var(--rh-duration-fast) var(--rh-ease);color:var(--rh-neutral-500);position:relative}.tool-tab:hover{color:var(--rh-neutral-900)}.tool-tab--active{color:var(--rh-primary);box-shadow:inset 0 -2px 0 var(--rh-primary)}.tool-tab-label{font-size:.9375rem;font-weight:600}.tool-tab-sub{font-size:.75rem;color:inherit;opacity:.7}.tool-panel{animation:stepIn var(--rh-duration-step) var(--rh-ease) both}.tool-chart-caption{color:var(--rh-neutral-600);margin:0 0 1.5rem}.tool-chart-caption,.tool-insight{font-size:.9375rem;line-height:1.6}.tool-insight{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--rh-trust-muted);border-left:3px solid var(--rh-trust-light);border-radius:0 var(--rh-radius-md) var(--rh-radius-md) 0;color:var(--rh-neutral-700)}.ev-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.ev-sliders{gap:1.5rem}.ev-sliders,.ev-visual{display:flex;flex-direction:column}.ev-visual{gap:1rem}.ev-row{display:flex;flex-direction:column;gap:.375rem}.ev-row-label{font-size:.8125rem;font-weight:600;color:var(--rh-neutral-600)}.ev-bar-wrap{position:relative;height:28px;background:var(--rh-neutral-100);overflow:hidden}.ev-bar,.ev-bar-wrap{border-radius:var(--rh-radius-sm)}.ev-bar{height:100%;transition:width .25s var(--rh-ease)}.ev-bar--premium{background:linear-gradient(90deg,var(--rh-trust-light),var(--rh-primary))}.ev-bar--loss-high{background:linear-gradient(90deg,var(--rh-secondary-light),var(--rh-secondary))}.ev-bar--loss-low{background:linear-gradient(90deg,var(--rh-neutral-300),var(--rh-neutral-400))}.ev-row-value{font-size:.8125rem;font-weight:700;color:var(--rh-neutral-900)}.ev-verdict{padding:.875rem 1rem;border-radius:var(--rh-radius-md);font-size:.875rem;line-height:1.55;margin-top:.5rem}.ev-verdict--win{background:var(--rh-green-muted);color:var(--rh-green);border:1px solid var(--rh-green-light)}.ev-verdict--neutral{background:var(--rh-trust-muted);color:var(--rh-neutral-700);border:1px solid var(--rh-neutral-200)}.ev-caveat{padding:.75rem 1rem;border-radius:var(--rh-radius-md);background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);font-size:.8125rem;color:var(--rh-neutral-600);line-height:1.55}.slider-field{display:flex;flex-direction:column;gap:.5rem}.slider-field-header{display:flex;justify-content:space-between;align-items:baseline}.slider-field-label{font-size:.875rem;font-weight:600;color:var(--rh-neutral-700)}.slider-field-value{font-size:.875rem;font-weight:700;color:var(--rh-primary)}.rh-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:var(--rh-radius-full);background:var(--rh-neutral-200);outline:none;cursor:pointer;display:block;margin:4px 0}.rh-slider::-webkit-slider-runnable-track{height:6px;border-radius:var(--rh-radius-full);background:linear-gradient(to right,var(--rh-primary) 0,var(--rh-primary) var(--slider-pct,50%),var(--rh-neutral-200) var(--slider-pct,50%),var(--rh-neutral-200) 100%)}.rh-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--rh-primary);border:2.5px solid var(--rh-white);box-shadow:0 1px 4px rgba(13,148,136,.35);cursor:pointer;margin-top:-6px;-webkit-transition:transform .1s ease,box-shadow .1s ease;transition:transform .1s ease,box-shadow .1s ease}.rh-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px rgba(13,148,136,.45)}.rh-slider::-moz-range-track{height:6px;border-radius:var(--rh-radius-full);background:var(--rh-neutral-200)}.rh-slider::-moz-range-progress{height:6px;border-radius:var(--rh-radius-full);background:var(--rh-primary)}.rh-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--rh-primary);border:2.5px solid var(--rh-white);box-shadow:0 1px 4px rgba(13,148,136,.35);cursor:pointer}.costs-toggle-wrap{display:flex;gap:0;background:var(--rh-neutral-100);border-radius:var(--rh-radius-md);padding:3px;width:-moz-fit-content;width:fit-content;margin-bottom:1.75rem}.costs-toggle-btn{padding:.4rem 1rem;border:none;background:transparent;border-radius:calc(var(--rh-radius-md) - 2px);font-size:.875rem;font-weight:500;color:var(--rh-neutral-600);cursor:pointer;transition:background var(--rh-duration-fast) var(--rh-ease),color var(--rh-duration-fast) var(--rh-ease)}.costs-toggle-btn--active{background:var(--rh-white);color:var(--rh-neutral-900);font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,.08)}.costs-chart{display:flex;flex-direction:column;gap:.75rem}.costs-row{display:grid;grid-template-columns:180px 1fr 90px;align-items:center;grid-gap:.75rem;gap:.75rem}.costs-row-label{font-size:.875rem;font-weight:500;color:var(--rh-neutral-700);text-align:right;line-height:1.3}.costs-bar-area{position:relative;background:var(--rh-neutral-100);height:32px;overflow:hidden}.costs-bar,.costs-bar-area{border-radius:var(--rh-radius-sm)}.costs-bar{position:absolute;left:0;top:0;bottom:0;transition:width .35s var(--rh-ease),background .2s;min-width:3px}.costs-bar--uninsured{background:linear-gradient(90deg,var(--rh-secondary-light),var(--rh-secondary))}.costs-bar--insured{background:linear-gradient(90deg,var(--rh-primary-light),var(--rh-primary))}.costs-bar-value{font-size:.8125rem;font-weight:700;color:var(--rh-neutral-700);white-space:nowrap;text-align:right;line-height:1.3}.costs-savings{font-size:.7rem;font-weight:600;color:var(--rh-green);white-space:nowrap;margin-top:2px}.tool-sources{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--rh-neutral-200)}.tool-sources-title{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 .75rem}.tool-sources-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.375rem}.tool-source-link{font-size:.8125rem;color:var(--rh-trust-light);text-decoration:none;transition:color var(--rh-duration-fast) var(--rh-ease)}.tool-source-link:hover{color:var(--rh-trust);text-decoration:underline}.tool-sources-note{font-size:.8rem;color:var(--rh-neutral-400);line-height:1.6;margin:0}.tool-cta-card{margin-top:2.5rem;padding:1.75rem 2rem;background:var(--rh-primary-muted);border-radius:var(--rh-radius-xl);border:1px solid var(--rh-accent-muted)}.tool-cta-title{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 .5rem}.tool-cta-body{font-size:.9rem;color:var(--rh-neutral-600);margin:0 0 1.25rem;line-height:1.6}.age-slider-row{display:flex;align-items:center;gap:1rem;background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);padding:.875rem 1.125rem;margin-bottom:1.5rem}.age-slider-label{font-size:.875rem;font-weight:600;color:var(--rh-neutral-700);white-space:nowrap}.age-slider-value{font-size:1.375rem;font-weight:800;color:var(--rh-primary);min-width:2rem;text-align:right}.age-band-card{margin-top:1.5rem;padding:1.25rem 1.5rem;background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-top:3px solid var(--rh-primary);border-radius:var(--rh-radius-xl);box-shadow:var(--rh-shadow-card)}.age-band-header{font-size:.75rem;font-weight:700;color:var(--rh-neutral-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.age-band-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.age-band-stat-val{font-family:var(--rh-font-display);font-size:1.375rem;font-weight:800;color:var(--rh-neutral-900);line-height:1.15}.age-band-stat-label{font-size:.75rem;color:var(--rh-neutral-500);margin-top:.125rem;line-height:1.4}.age-band-verdict{padding:.75rem 1rem;border-radius:var(--rh-radius-md);font-size:.875rem;line-height:1.6}.age-band-verdict--favorable{background:var(--rh-green-muted);color:var(--rh-neutral-700);border:1px solid var(--rh-green-light)}.age-band-verdict--cross{background:var(--rh-trust-muted);color:var(--rh-neutral-700);border:1px solid var(--rh-neutral-200)}@media (max-width:640px){.tool-title{font-size:1.625rem}.tool-tab{padding:.625rem .75rem}.ev-grid{grid-template-columns:1fr}.costs-row{grid-template-columns:100px 1fr;grid-template-rows:auto auto}.costs-bar-value{grid-column:2;text-align:left;font-size:.75rem;margin-top:.125rem}.costs-savings{margin-top:2px}.costs-row-label{font-size:.8125rem}.age-slider-row{flex-wrap:wrap;gap:.5rem}.age-band-stats{grid-template-columns:repeat(3,1fr);gap:.625rem}.age-band-stat-val{font-size:1.125rem}}@media (max-width:1024px){.hero{grid-template-columns:1fr;gap:2rem;padding:2rem var(--rh-space-xl) 2rem}.hero-left{max-width:100%}.consequence-grid,.grid-3,.services-grid{grid-template-columns:repeat(2,1fr)}.site-footer-top{grid-template-columns:1fr 1fr;gap:2rem}.contact-section-inner{grid-template-columns:1fr;gap:2rem}.contact-info{position:static}}@media (max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.benchmark-info-grid,.consequence-grid,.grid-2,.grid-3,.services-grid,.trust-grid{grid-template-columns:1fr}.trust-stats{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:1.875rem}.hero-meta{gap:var(--rh-space-xl)}.how-it-works-inner{flex-direction:column}.site-footer-top{grid-template-columns:1fr;gap:2rem}.site-footer-bottom{flex-direction:column;gap:var(--rh-space-lg)}.section{padding:3.5rem var(--rh-space-lg)}.metrics-grid{grid-template-columns:repeat(2,1fr)}.situation-grid{grid-template-columns:1fr 1fr}.field-row-2{grid-template-columns:1fr}}@media (max-width:480px){.section{padding:3rem 1rem}.benchmark-info-grid,.how-it-works-card,.risk-framing-block,.testimonial-carousel{display:none}.benchmark-intro-condensed{padding:var(--rh-space-lg) .875rem var(--rh-space-md);gap:var(--rh-space-sm)}.benchmark-intro-condensed .benchmark-intro-sub,.benchmark-intro-rule{display:none}.benchmark-intro-condensed .benchmark-intro-title{font-size:1.35rem}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-cta-row .btn{justify-content:center}.situation-grid,.trust-stats{grid-template-columns:1fr}.step-card{padding:var(--rh-space-xl)}.metrics-grid{grid-template-columns:1fr}}.benchmark-intro-strip{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--rh-space-2xl);gap:var(--rh-space-2xl);align-items:center;padding:var(--rh-space-2xl) 0}.benchmark-intro-strip-copy{display:flex;flex-direction:column;gap:var(--rh-space-md)}.benchmark-image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--rh-primary-muted) 0,var(--rh-primary-light) 100%);border-radius:var(--rh-radius-lg);border:1px solid var(--rh-primary-light)}@media (max-width:768px){.benchmark-intro-strip{grid-template-columns:1fr}.benchmark-image-placeholder{display:none}}.benchmark-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-lg);gap:var(--rh-space-lg);margin:var(--rh-space-xl) 0}.benchmark-pain-item{background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-left:3px solid var(--rh-primary);border-radius:var(--rh-radius-md);padding:var(--rh-space-lg)}.benchmark-pain-q{font-size:.9375rem;font-weight:700;color:var(--rh-primary-dark);margin-bottom:var(--rh-space-sm)}.benchmark-pain-a{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.55}@media (max-width:768px){.benchmark-pain-grid{grid-template-columns:1fr}}.benchmark-testimonials{margin:var(--rh-space-2xl) 0}.benchmark-testimonials-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary-dark);margin-bottom:var(--rh-space-lg)}.benchmark-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-lg);gap:var(--rh-space-lg)}.benchmark-testimonial-card{background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-left:3px solid var(--rh-primary-muted);border-radius:var(--rh-radius-md);padding:var(--rh-space-lg);display:flex;flex-direction:column;gap:var(--rh-space-md)}.benchmark-testimonial-quote{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.6;margin:0;flex:1 1}.benchmark-testimonial-author{display:flex;align-items:center;gap:var(--rh-space-sm)}@media (max-width:768px){.benchmark-testimonials-grid{grid-template-columns:1fr}}.benchmark-intro-condensed{display:flex;flex-direction:column;align-items:flex-start;gap:var(--rh-space-md);max-width:720px;margin:0 auto;padding:var(--rh-space-2xl) var(--rh-space-xl) var(--rh-space-lg)}.outcome-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--rh-space-sm)}.outcome-bullets li{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.5;padding-left:1.5rem;position:relative}.outcome-bullets li:before{content:"✓";position:absolute;left:0;color:var(--rh-primary);font-weight:700}.social-proof-micro{font-size:.8125rem;font-weight:600;color:var(--rh-primary-dark);background:var(--rh-primary-muted);border-radius:var(--rh-radius-sm);padding:.375rem .75rem;display:inline-block;width:-moz-fit-content;width:fit-content}.testimonial-carousel{max-width:860px;margin:var(--rh-space-3xl) auto var(--rh-space-xl);padding:0 var(--rh-space-xl)}.testimonial-carousel-track{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-lg);gap:var(--rh-space-lg)}.testimonial-carousel-item{display:flex;flex-direction:column;gap:var(--rh-space-sm);background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-radius:var(--rh-radius-md);padding:var(--rh-space-lg)}.testimonial-star{color:#f59e0b;font-size:1rem}.testimonial-quote{font-size:.9rem;font-weight:500;color:var(--rh-neutral-800);line-height:1.5;margin:0;flex:1 1}.testimonial-attribution{font-size:.8125rem;color:var(--rh-neutral-500)}.testimonial-carousel-controls{display:flex;align-items:center;justify-content:center;gap:var(--rh-space-md);margin-top:var(--rh-space-lg)}.testimonial-carousel-btn{background:none;border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-full);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--rh-neutral-600);cursor:pointer;transition:border-color .15s,color .15s}.testimonial-carousel-btn:hover:not(:disabled){border-color:var(--rh-primary);color:var(--rh-primary)}.testimonial-carousel-btn:disabled{opacity:.35;cursor:default}.testimonial-carousel-dots{display:flex;gap:.375rem}.testimonial-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--rh-neutral-200);border:none;cursor:pointer;padding:0;transition:background .15s}.testimonial-dot--active{background:var(--rh-primary)}@media (max-width:768px){.testimonial-carousel-track{grid-template-columns:1fr}.testimonial-carousel-item:not(:first-child){display:none}}.proof-strip{display:flex;flex-direction:row;gap:var(--rh-space-lg);max-width:860px;margin:var(--rh-space-xl) auto;padding:var(--rh-space-lg) var(--rh-space-xl);background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-radius:var(--rh-radius-md)}.proof-strip-item{flex:1 1;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;border-left:2px solid var(--rh-primary-light);padding-left:var(--rh-space-md)}.proof-strip-item:first-child{border-left:none;padding-left:0}.proof-strip-star{color:var(--rh-primary);font-size:.75rem;margin-bottom:.125rem}.proof-strip-quote{font-weight:600;color:var(--rh-neutral-800);line-height:1.4}.proof-strip-attribution{font-size:.8125rem;color:var(--rh-neutral-500)}@media (max-width:768px){.proof-strip{flex-direction:column;gap:var(--rh-space-md)}.proof-strip-item,.proof-strip-item:first-child{border-left:2px solid var(--rh-primary-light);padding-left:var(--rh-space-md)}}.risk-framing-block{background:var(--rh-warm-surface);border:1px solid var(--rh-warm-border);border-left:4px solid var(--rh-primary);border-radius:var(--rh-radius-md);padding:var(--rh-space-lg) var(--rh-space-xl);max-width:860px;margin:var(--rh-space-xl) auto}.risk-framing-lead{font-size:1rem;font-weight:600;color:var(--rh-neutral-800);margin:0 0 var(--rh-space-xs);line-height:1.5}.risk-framing-sub{font-size:.9375rem;color:var(--rh-primary-dark);margin:0;font-weight:500}.sticky-mobile-cta{position:fixed;bottom:0;left:0;right:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));background:white;box-shadow:0 -4px 20px rgba(0,0,0,.08);z-index:100;display:none}.sticky-mobile-cta-btn{width:100%;background:var(--rh-primary);color:white;border:none;border-radius:var(--rh-radius-md);padding:.875rem 1.5rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.01em}.sticky-mobile-cta-btn:active{background:var(--rh-primary-dark)}@media (max-width:767px){.sticky-mobile-cta{display:block}}.field-hint--estimate{color:var(--rh-primary-dark);font-style:italic}.member-menu{display:flex;flex-direction:column;gap:var(--rh-space-sm);margin:var(--rh-space-lg) 0}.member-menu-item{display:flex;align-items:center;justify-content:space-between;padding:var(--rh-space-md) var(--rh-space-lg);background:var(--rh-warm-surface);border:1.5px solid var(--rh-warm-border);border-radius:var(--rh-radius-md);cursor:pointer;transition:border-color .15s,box-shadow .15s;font-family:inherit;text-align:left;width:100%}.member-menu-item:hover{border-color:var(--rh-primary);box-shadow:0 0 0 3px var(--rh-primary-muted)}.member-menu-item--complete{border-color:var(--rh-green-light);background:var(--rh-green-muted)}.member-menu-item-left{display:flex;flex-direction:column;gap:2px}.member-menu-item-name{font-size:.9375rem;font-weight:600;color:var(--rh-neutral-800)}.member-menu-item-role{font-size:.8125rem;color:var(--rh-neutral-500)}.member-menu-item-right{flex-shrink:0}.member-menu-item-status{font-size:.8125rem;font-weight:600}.member-menu-item-status--done{color:var(--rh-green)}.member-menu-item-status--pending{color:var(--rh-primary)}.member-menu-progress{color:var(--rh-neutral-500)}.member-back-link,.member-menu-progress{font-size:.875rem;margin-bottom:var(--rh-space-lg)}.member-back-link{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:var(--rh-primary);background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.member-back-link:hover{text-decoration:underline}.decision-summary{border-radius:var(--rh-radius-xl);padding:var(--rh-space-2xl);margin-bottom:var(--rh-space-xl);border:1.5px solid;position:relative;overflow:hidden}.decision-summary:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--rh-radius-xl) var(--rh-radius-xl) 0 0}.decision-summary--over{background:linear-gradient(135deg,#fff5f7,#fff 60%);border-color:#fecdd3}.decision-summary--over:before{background:linear-gradient(90deg,#f43f5e,#fb7185)}.decision-summary--under{background:linear-gradient(135deg,#f0fdfa,#fff 60%);border-color:#99f6e4}.decision-summary--under:before{background:linear-gradient(90deg,var(--rh-primary),var(--rh-accent))}.decision-summary--ballpark{background:linear-gradient(135deg,#f9fafb,#fff 60%);border-color:var(--rh-neutral-200)}.decision-summary--ballpark:before{background:linear-gradient(90deg,var(--rh-trust-light),var(--rh-primary))}.decision-summary-top{display:flex;gap:var(--rh-space-xl);align-items:flex-start;margin-bottom:var(--rh-space-xl)}.decision-summary-text{flex:1 1;min-width:0}.decision-summary-plan-context{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-neutral-500);margin-bottom:var(--rh-space-sm)}.decision-summary-headline{font-family:var(--rh-font-display);font-size:1.35rem;font-weight:800;line-height:1.25;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-md)}.decision-summary-subtext{font-size:.925rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 var(--rh-space-md)}.decision-trust-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:var(--rh-space-sm)}.trust-badge{display:inline-flex;align-items:center;padding:3px 10px;background:rgba(13,148,136,.07);border:1px solid rgba(13,148,136,.2);border-radius:99px;font-size:.75rem;font-weight:600;color:var(--rh-primary)}.fit-score-widget{gap:var(--rh-space-sm);flex-shrink:0;text-align:center;padding:var(--rh-space-md);background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);min-width:110px}.fit-score-label-wrap,.fit-score-widget{display:flex;flex-direction:column;align-items:center}.fit-score-label-wrap{gap:4px}.fit-score-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:99px}.fit-score-badge--green{background:#dcfce7;color:#166534}.fit-score-badge--yellow{background:#fef9c3;color:#854d0e}.fit-score-badge--orange{background:#ffedd5;color:#9a3412}.fit-score-badge--red{background:#fee2e2;color:#991b1b}.fit-score-sublabel{font-size:.7rem;color:var(--rh-neutral-500);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.fit-score-bullets{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:var(--rh-space-sm);gap:var(--rh-space-sm);margin-bottom:var(--rh-space-xl);padding:var(--rh-space-md);background:rgba(0,0,0,.02);border-radius:var(--rh-radius-md)}.fit-score-bullet{font-size:.8125rem;color:var(--rh-neutral-700);padding-left:1.1rem;position:relative;line-height:1.5}.fit-score-bullet:before{content:"·";position:absolute;left:0;font-weight:800;color:var(--rh-primary)}.decision-summary-cta{margin-top:var(--rh-space-xl);padding-top:var(--rh-space-xl);border-top:1px solid var(--rh-neutral-100);display:flex;flex-direction:column;align-items:flex-start;gap:var(--rh-space-md)}.decision-summary-cta-copy{font-size:.9rem;color:var(--rh-neutral-700);line-height:1.6;max-width:540px;margin:0}.result-primary-cta{display:inline-flex;align-items:center;padding:12px 24px;background:var(--rh-primary);color:#fff;font-weight:700;font-size:.925rem;border-radius:var(--rh-radius-md);text-decoration:none;transition:background .15s,transform .15s}.result-primary-cta:hover{background:var(--rh-primary-dark,#0f766e);transform:translateY(-1px)}.cta-reassurance{font-size:.775rem;color:var(--rh-neutral-500)}.explanation-block{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-left:3px solid var(--rh-trust-light,#60a5fa);border-radius:var(--rh-radius-lg);padding:var(--rh-space-xl) var(--rh-space-2xl);margin-bottom:var(--rh-space-xl)}.explanation-block-title{font-family:var(--rh-font-display);font-size:.95rem;font-weight:700;color:var(--rh-neutral-900);margin-bottom:var(--rh-space-sm)}.explanation-block-body{font-size:.9rem;color:var(--rh-neutral-700);line-height:1.7;margin-bottom:var(--rh-space-md)}.explanation-block-items{padding-left:1.25rem;display:flex;flex-direction:column;gap:6px}.explanation-block-items li{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.55}.recs-section{margin-bottom:var(--rh-space-2xl)}.recs-section-header{margin-bottom:var(--rh-space-xl)}.recs-section-eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rh-primary);margin-bottom:var(--rh-space-xs)}.recs-section-title{font-family:var(--rh-font-display);font-size:1.25rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-sm)}.recs-section-sub{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.6}.recs-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--rh-space-md);gap:var(--rh-space-md)}@media (max-width:640px){.recs-grid{grid-template-columns:1fr}}.rec-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);padding:var(--rh-space-lg) var(--rh-space-xl);display:flex;flex-direction:column;gap:var(--rh-space-sm);transition:box-shadow .2s,transform .2s}.rec-card:hover{box-shadow:0 4px 20px rgba(13,148,136,.1);transform:translateY(-2px)}.rec-card--primary{border-top:3px solid var(--rh-primary)}.rec-card--secondary{border-top:3px solid var(--rh-neutral-300)}.rec-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rh-space-sm)}.rec-card-title{font-family:var(--rh-font-display);font-size:.975rem;font-weight:700;color:var(--rh-neutral-900);line-height:1.3;flex:1 1}.rec-card-priority-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:99px;flex-shrink:0;white-space:nowrap}.rec-card-priority-badge--primary{background:#dcfce7;color:#166534}.rec-card-priority-badge--secondary{background:var(--rh-neutral-100);color:var(--rh-neutral-600)}.rec-card-tagline{font-size:.8rem;font-weight:600;color:var(--rh-primary)}.rec-card-rationale{font-size:.8375rem;color:var(--rh-neutral-700);line-height:1.6;flex:1 1}.rec-card-meta{display:flex;flex-direction:column;gap:4px;padding-top:var(--rh-space-sm);border-top:1px solid var(--rh-neutral-100)}.rec-card-best-for,.rec-card-caution{font-size:.775rem;color:var(--rh-neutral-600);line-height:1.5}.rec-card-caution{color:var(--rh-neutral-500);font-style:italic}.rec-card-meta-label{font-weight:700;color:var(--rh-neutral-800);font-style:normal}.rec-card-cta{display:inline-block;margin-top:var(--rh-space-sm);font-size:.8rem;font-weight:700;color:var(--rh-primary);text-decoration:none}.rec-card-cta:hover{text-decoration:underline}.chart-section-sub{font-size:.85rem;color:var(--rh-neutral-600);line-height:1.6;margin:-.5rem 0 1.25rem}.exposure-scenario-captions{display:flex;flex-direction:column;gap:var(--rh-space-sm);margin-top:var(--rh-space-lg);padding:var(--rh-space-md);background:var(--rh-neutral-50,#f9fafb);border-radius:var(--rh-radius-md)}.exposure-caption{display:flex;align-items:flex-start;gap:var(--rh-space-sm);font-size:.8125rem;color:var(--rh-neutral-700)}.exposure-caption strong{font-weight:700;color:var(--rh-neutral-900);margin-right:4px}.exposure-caption span{color:var(--rh-neutral-600)}.exposure-caption-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:3px}.event-split-bar{display:flex;height:36px;border-radius:var(--rh-radius-md);overflow:hidden;margin:var(--rh-space-lg) 0;box-shadow:0 1px 4px rgba(0,0,0,.08)}.event-split-bar-segment{display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;transition:width .9s cubic-bezier(.25,.46,.45,.94)}.event-split-bar-segment--deductible{background:#f43f5e}.event-split-bar-segment--coinsurance{background:#f59e0b}.event-split-bar-segment--insurance{background:#0d9488}.event-split-legend{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-md);gap:var(--rh-space-md);margin:var(--rh-space-md) 0}@media (max-width:580px){.event-split-legend{grid-template-columns:1fr}}.event-split-legend-item{display:flex;gap:var(--rh-space-sm);align-items:flex-start}.event-split-legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0;margin-top:3px}.event-split-legend-dot--deductible{background:#f43f5e}.event-split-legend-dot--coinsurance{background:#f59e0b}.event-split-legend-dot--insurance{background:#0d9488}.event-split-legend-label{font-size:.8rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:2px}.event-split-legend-amount{font-size:1.05rem;font-weight:800;color:var(--rh-neutral-900)}.event-split-legend-amount--insurance{color:var(--rh-primary)}.event-split-legend-note{font-size:.74rem;color:var(--rh-neutral-500);line-height:1.4}.info-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-md);gap:var(--rh-space-md);margin-bottom:var(--rh-space-2xl)}@media (max-width:768px){.info-cards-grid{grid-template-columns:1fr}}.info-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);padding:var(--rh-space-xl)}.info-card-icon{font-size:1.5rem;margin-bottom:var(--rh-space-sm);display:block}.info-card-title{font-family:var(--rh-font-display);font-size:.9rem;font-weight:700;color:var(--rh-neutral-900);margin-bottom:var(--rh-space-md)}.info-card-list{padding-left:1.1rem;display:flex;flex-direction:column;gap:5px}.info-card-list li{font-size:.8125rem;color:var(--rh-neutral-600);line-height:1.5}.comparison-block{border-radius:var(--rh-radius-lg);padding:var(--rh-space-2xl);margin-bottom:var(--rh-space-2xl);border:1.5px solid;position:relative;overflow:hidden}.comparison-block:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.comparison-block--over{background:linear-gradient(135deg,#fff5f5,#fff 60%);border-color:#fecaca}.comparison-block--over:before{background:linear-gradient(90deg,#f43f5e,#fb7185)}.comparison-block--under{background:linear-gradient(135deg,var(--rh-primary-muted) 0,#fff 60%);border-color:var(--rh-accent-muted)}.comparison-block--under:before{background:linear-gradient(90deg,var(--rh-primary),var(--rh-accent))}.comparison-block--ballpark{background:linear-gradient(135deg,var(--rh-trust-muted) 0,#fff 60%);border-color:#bae6fd}.comparison-block--ballpark:before{background:linear-gradient(90deg,var(--rh-trust-light),var(--rh-primary))}.comparison-block-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-neutral-500);margin-bottom:var(--rh-space-sm)}.comparison-block-verdict{font-family:var(--rh-font-display);font-size:1.625rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 var(--rh-space-xl);line-height:1.2}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rh-space-xl);gap:var(--rh-space-xl);margin-bottom:var(--rh-space-xl)}.comparison-col{display:flex;flex-direction:column;gap:var(--rh-space-sm)}.comparison-col-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--rh-neutral-500)}.comparison-row{display:flex;align-items:center;gap:var(--rh-space-md)}.comparison-side{flex:1 1}.comparison-side-label{font-size:.75rem;color:var(--rh-neutral-500);margin-bottom:2px}.comparison-side--yours .comparison-side-value{font-size:1.375rem;font-weight:800;color:var(--rh-neutral-900)}.comparison-side--benchmark .comparison-side-value{font-size:1.25rem;font-weight:700;color:var(--rh-primary-dark)}.comparison-side-unknown{font-size:.875rem;color:var(--rh-neutral-400);font-style:italic;font-weight:400}.comparison-vs{font-size:.8125rem;color:var(--rh-neutral-400);font-weight:600;flex-shrink:0}.comparison-delta{font-size:.875rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--rh-radius-sm);width:-moz-fit-content;width:fit-content}.comparison-delta--over{background:#fee2e2;color:#b91c1c}.comparison-delta--under{background:var(--rh-green-muted);color:var(--rh-green)}.comparison-detail{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.6;margin:0;border-top:1px solid rgba(0,0,0,.06);padding-top:var(--rh-space-lg)}@media (max-width:768px){.comparison-grid{grid-template-columns:1fr;gap:var(--rh-space-lg)}.comparison-block{padding:var(--rh-space-lg)}.comparison-block-verdict{font-size:1.25rem}}.how-it-works-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary-dark);margin-bottom:.75rem}.result-note{padding:1rem 1.25rem;background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);margin-bottom:1.5rem;font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.6}.result-note strong{color:var(--rh-neutral-700)}.result-warning{padding:1rem 1.25rem;background:var(--rh-secondary-muted);border:1px solid var(--rh-secondary-light);border-radius:var(--rh-radius-md);margin-bottom:1.5rem}.result-warning .assumptions-title{color:var(--rh-secondary-dark)}.result-action-block{padding:1.25rem 1.5rem;background:var(--rh-primary-muted);border:1px solid var(--rh-warm-border);border-radius:var(--rh-radius-md);margin-bottom:1.5rem}.result-action-block-label{font-size:.8125rem;font-weight:700;color:var(--rh-primary-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.result-action-block-body{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.6;margin:0}.step-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px;gap:var(--rh-space-xl);animation:fadeIn .2s var(--rh-ease)}.step-loader-ring{position:relative;width:56px;height:56px}.step-loader-ring-inner{width:56px;height:56px;border:3px solid var(--rh-primary-muted);border-top-color:var(--rh-primary);border-radius:50%;animation:loaderRingSpin .75s linear infinite}.step-loader-checkmark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--rh-primary);opacity:0;animation:fadeIn .3s .45s var(--rh-ease) forwards}.step-loader-text{text-align:center;display:flex;flex-direction:column;gap:var(--rh-space-xs)}.step-loader-headline{font-size:1rem;font-weight:700;color:var(--rh-neutral-900);animation:slideInDown .3s var(--rh-ease)}.step-loader-sub{font-size:.875rem;color:var(--rh-neutral-500);animation:fadeIn .4s .1s var(--rh-ease) both}.step-loader-dots{display:flex;gap:.375rem;align-items:center}.step-loader-dots span{width:7px;height:7px;border-radius:50%;background:var(--rh-primary-light);animation:dotBounce 1.2s ease-in-out infinite}.step-loader-dots span:first-child{animation-delay:0s}.step-loader-dots span:nth-child(2){animation-delay:.18s}.step-loader-dots span:nth-child(3){animation-delay:.36s}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-80%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skewX(-20deg);pointer-events:none;opacity:0;transition:opacity .1s}.btn-primary:hover:after{opacity:1;animation:btnShine .55s var(--rh-ease)}.step-nav-next{position:relative;overflow:hidden}.step-nav-next:after{content:"";position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transform:skewX(-15deg);pointer-events:none}.step-nav-next:hover:after{animation:btnShine .5s var(--rh-ease)}.flow-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 50%,transparent);animation:progressShimmer 2s ease-in-out infinite}.hero-eyebrow{animation:slideInUp .5s var(--rh-ease) both}.hero-title{animation:slideInUp .5s .08s var(--rh-ease) both}.hero-subtitle{animation:slideInUp .5s .16s var(--rh-ease) both}.hero-support{animation:slideInUp .5s .22s var(--rh-ease) both}.hero-cta-row{animation:slideInUp .5s .28s var(--rh-ease) both}.hero-micro{animation:slideInUp .5s .34s var(--rh-ease) both}.hero-meta{animation:slideInUp .5s .4s var(--rh-ease) both}.hero-image-panel{animation:fadeIn .7s .2s var(--rh-ease) both}.benchmark-intro-condensed .benchmark-intro-label{animation:slideInUp .45s var(--rh-ease) both}.benchmark-intro-condensed .benchmark-intro-title{animation:slideInUp .45s .07s var(--rh-ease) both}.benchmark-intro-condensed .benchmark-intro-sub{animation:slideInUp .45s .13s var(--rh-ease) both}.benchmark-intro-condensed .outcome-bullets{animation:slideInUp .45s .19s var(--rh-ease) both}.benchmark-intro-condensed .social-proof-micro{animation:popIn .4s .28s var(--rh-ease) both}.situation-option:first-child{animation-delay:.03s}.situation-option:nth-child(2){animation-delay:.06s}.situation-option:nth-child(3){animation-delay:.09s}.situation-option:nth-child(4){animation-delay:.12s}.situation-option:nth-child(5){animation-delay:.15s}.situation-option:nth-child(6){animation-delay:.18s}.situation-option:nth-child(7){animation-delay:.21s}.situation-option:nth-child(8){animation-delay:.24s}.situation-option:nth-child(9){animation-delay:.27s}.situation-option:nth-child(10){animation-delay:.3s}.situation-option:nth-child(11){animation-delay:.33s}.situation-option:nth-child(12){animation-delay:.36s}.situation-option:nth-child(13){animation-delay:.39s}.situation-option:nth-child(14){animation-delay:.42s}.situation-option:nth-child(15){animation-delay:.45s}.metrics-grid .metric-card:first-child{animation:popIn .4s .15s var(--rh-ease) both}.metrics-grid .metric-card:nth-child(2){animation:popIn .4s .25s var(--rh-ease) both}.metrics-grid .metric-card:nth-child(3){animation:popIn .4s .35s var(--rh-ease) both}.metrics-grid .metric-card:nth-child(4){animation:popIn .4s .45s var(--rh-ease) both}.result-action-block{animation:slideInUp .5s var(--rh-ease) both}.member-menu-item:first-child{animation:slideInUp .35s .05s var(--rh-ease) both}.member-menu-item:nth-child(2){animation:slideInUp .35s .1s var(--rh-ease) both}.member-menu-item:nth-child(3){animation:slideInUp .35s .15s var(--rh-ease) both}.member-menu-item:nth-child(4){animation:slideInUp .35s .2s var(--rh-ease) both}.member-menu-item:nth-child(5){animation:slideInUp .35s .25s var(--rh-ease) both}.testimonial-carousel-item{animation:fadeIn .35s var(--rh-ease) both}.testimonial-carousel-item:first-child{animation-delay:0s}.testimonial-carousel-item:nth-child(2){animation-delay:.07s}.testimonial-carousel-item:nth-child(3){animation-delay:.14s}.how-step:first-child{animation:slideInUp .4s .05s var(--rh-ease) both}.how-step:nth-child(2){animation:slideInUp .4s .12s var(--rh-ease) both}.how-step:nth-child(3){animation:slideInUp .4s .19s var(--rh-ease) both}.how-step:nth-child(4){animation:slideInUp .4s .26s var(--rh-ease) both}.how-step:nth-child(5){animation:slideInUp .4s .33s var(--rh-ease) both}.sticky-mobile-cta{animation:slideInUp .35s var(--rh-ease) both}.momentum-banner{animation:slideInDown .3s var(--rh-ease) both!important}.metric-card{transition:transform .18s var(--rh-ease),box-shadow .18s var(--rh-ease)}.metric-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,148,136,.12)}.comparison-side--yours .comparison-side-value{animation:popIn .5s .15s var(--rh-ease) both}.benchmark-info-card:first-child{animation:slideInUp .45s .05s var(--rh-ease) both}.benchmark-info-card:nth-child(2){animation:slideInUp .45s .15s var(--rh-ease) both}.social-proof-micro{animation:popIn .4s .28s var(--rh-ease) both}.benchmark-image-placeholder,.hero-image-panel{animation:float 5s ease-in-out 1s infinite}.proof-strip-item:first-child{animation:slideInUp .35s 0s var(--rh-ease) both}.proof-strip-item:nth-child(2){animation:slideInUp .35s .08s var(--rh-ease) both}.proof-strip-item:nth-child(3){animation:slideInUp .35s .16s var(--rh-ease) both}.result-cta-block{background:linear-gradient(135deg,var(--rh-primary) 0,var(--rh-primary-dark) 100%);border-radius:var(--rh-radius-lg);padding:var(--rh-space-2xl);margin-bottom:var(--rh-space-xl);color:#fff;position:relative;overflow:hidden}.result-cta-block:after{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:rgba(255,255,255,.06);border-radius:50%;pointer-events:none}.result-cta-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rh-accent-muted);margin-bottom:var(--rh-space-sm)}.result-cta-headline{font-family:var(--rh-font-display);font-size:clamp(1.25rem,3vw,1.625rem);font-weight:800;color:#fff;margin:0 0 var(--rh-space-md);line-height:1.2}.result-cta-body{font-size:.9375rem;color:rgba(255,255,255,.85);margin:0 0 var(--rh-space-lg);max-width:56ch}.result-cta-trust{display:flex;flex-wrap:wrap;gap:var(--rh-space-md);font-size:.8125rem;font-weight:600;color:var(--rh-primary-muted)}.breakdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--rh-space-md) var(--rh-space-lg);background:var(--rh-neutral-100);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);font-size:.9375rem;font-weight:600;color:var(--rh-neutral-700);cursor:pointer;margin-bottom:var(--rh-space-md);transition:background .15s;text-align:left}.breakdown-toggle:hover{background:var(--rh-neutral-200)}.breakdown-toggle-icon{font-size:1.125rem;transition:transform .2s;flex-shrink:0}.breakdown-toggle-icon--open{transform:rotate(180deg)}.plan-profile-list--warning li:before{color:#f59e0b!important}.result-overlay{position:fixed;inset:0;overflow-y:auto;z-index:200;background:var(--rh-neutral-50);display:flex;flex-direction:column}.result-overlay-content{max-width:860px;width:100%;margin:0 auto;padding:var(--rh-space-xl) var(--rh-space-lg);flex:1 1}.plan-type-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--rh-space-sm) var(--rh-space-md);background:var(--rh-warm-surface,#faf9f7);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-sm);font-size:.875rem;color:var(--rh-neutral-600);cursor:pointer;margin-bottom:var(--rh-space-sm);transition:background .15s}.plan-type-toggle:hover{background:var(--rh-neutral-100)}.plan-type-toggle-icon{font-size:1rem;transition:transform .2s;line-height:1}.plan-type-toggle-icon--open{transform:rotate(180deg)}.plan-type-expanded{animation:slideInUp .2s var(--rh-ease) both}.testimonial-stars{display:block;color:#f59e0b;font-size:1rem;letter-spacing:2px;margin-bottom:var(--rh-space-sm)}.testimonial-carousel-track{opacity:1;transition:opacity .4s ease}.testimonial-carousel-track--fading{opacity:0}.reveal-section{opacity:0;transform:translateY(28px);transition:opacity .55s cubic-bezier(.25,.46,.45,.94),transform .55s cubic-bezier(.25,.46,.45,.94);transition-delay:var(--reveal-delay,0s)}.reveal-section--visible{opacity:1;transform:translateY(0)}.result-toolbar{display:flex;justify-content:flex-end;margin-bottom:var(--rh-space-md)}.result-pdf-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:var(--rh-white);border:1px solid var(--rh-neutral-300);border-radius:var(--rh-radius-sm);font-size:.8125rem;font-weight:600;color:var(--rh-neutral-700);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.result-pdf-btn:hover{border-color:var(--rh-primary);color:var(--rh-primary);background:var(--rh-primary-muted,#f0fdfa)}.result-pdf-btn svg{flex-shrink:0}.learn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.learn-card{display:flex;flex-direction:column;gap:.75rem;background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);padding:var(--rh-space-xl);text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.learn-card:hover{box-shadow:0 6px 24px rgba(13,148,136,.12);transform:translateY(-3px);border-color:var(--rh-primary)}.learn-card-top{display:flex;align-items:center;gap:.5rem}.learn-card-category{font-size:.7rem;font-weight:700;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:2px 8px;border-radius:99px}.learn-card-category,.learn-card-read-time{text-transform:uppercase;letter-spacing:.05em}.learn-card-read-time{font-size:.75rem;font-weight:600;color:var(--rh-neutral-400)}.learn-card-title{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-900);margin:0;line-height:1.3;transition:color .15s ease}.learn-card:hover .learn-card-title{color:var(--rh-primary-dark)}.learn-card-desc{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.6;margin:0;flex:1 1}.learn-card-cta{font-size:.875rem;color:var(--rh-primary);font-weight:600;transition:gap .15s ease}.article-back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--rh-neutral-500);text-decoration:none;margin-bottom:var(--rh-space-xl);transition:color .15s ease}.article-back-link:hover{color:var(--rh-primary)}.article-meta{display:flex;align-items:center;gap:var(--rh-space-md);margin-bottom:var(--rh-space-xl)}.article-meta-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:3px 10px;border-radius:99px}.article-meta-read-time{font-size:.8125rem;color:var(--rh-neutral-400)}.article-callout{background:var(--rh-primary-muted);border-left:3px solid var(--rh-primary);border-radius:0 var(--rh-radius-md) var(--rh-radius-md) 0;padding:var(--rh-space-md) var(--rh-space-lg);margin:var(--rh-space-xl) 0}.article-callout p{margin:0;font-size:.9375rem;color:var(--rh-neutral-800);line-height:1.6}.article-callout strong{color:var(--rh-neutral-900)}.article-cta{margin-top:var(--rh-space-3xl);padding:var(--rh-space-xl) var(--rh-space-2xl);background:var(--rh-primary-muted);border-radius:var(--rh-radius-xl);border:1px solid var(--rh-accent-muted)}.article-cta h2{font-family:var(--rh-font-display);font-size:1.125rem;font-weight:700;margin:0 0 var(--rh-space-sm);color:var(--rh-neutral-900)}.article-cta p{font-size:.9rem;color:var(--rh-neutral-600);margin:0 0 var(--rh-space-lg);line-height:1.6}.simple-page h3{font-family:var(--rh-font-display);font-size:1.0625rem;font-weight:700;color:var(--rh-neutral-800);margin:var(--rh-space-xl) 0 var(--rh-space-sm)}.simple-page .article-callout p{margin:0}@media (max-width:480px){.article-cta{padding:var(--rh-space-lg) var(--rh-space-md)}}@media print{.benchmark-header,.btn-link,.calendly-wrap,.result-cta-block,.result-toolbar,.site-footer,[class*=sticky]{display:none!important}.result-overlay,.result-overlay-content,body{position:static!important;overflow:visible!important;background:#fff!important;padding:0!important;margin:0!important}.result-shell{max-width:100%!important;padding:16px!important}.reveal-section{opacity:1!important;transform:none!important}.assumptions-box,.chart-section,.comparison-block,.plan-profile-card{break-inside:avoid;page-break-inside:avoid}.chart-wrap{height:200px!important}}@media (max-width:600px){.result-shell{padding:var(--rh-space-lg) .875rem var(--rh-space-2xl)}.chart-section{padding:var(--rh-space-md) var(--rh-space-md)}.chart-wrap{height:180px}.chart-wrap--doughnut{height:280px}.rec-card{padding:var(--rh-space-md)}.rec-card-meta,.rec-card-rationale{display:none}.recs-grid{grid-template-columns:1fr;gap:var(--rh-space-sm)}.exposure-scenario-captions{font-size:.8rem;gap:var(--rh-space-sm)}.decision-summary-top{flex-direction:column;gap:var(--rh-space-lg)}.fit-score-widget{flex-direction:row;min-width:auto;width:100%;justify-content:flex-start;gap:var(--rh-space-md);padding:var(--rh-space-sm) var(--rh-space-md)}.fit-score-label-wrap{flex-direction:row;align-items:center;gap:var(--rh-space-sm)}.decision-summary-headline{font-size:1.15rem}.decision-summary-cta{align-items:stretch}.result-primary-cta{justify-content:center}.fit-score-bullets{grid-template-columns:1fr}}.tool-related{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--rh-neutral-200)}.tool-related-title{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-700);margin:0 0 1rem}.tool-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.tool-related-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-lg);text-decoration:none;transition:border-color .15s var(--rh-ease),box-shadow .15s var(--rh-ease),transform .1s var(--rh-ease)}.tool-related-card:hover{border-color:var(--rh-primary);box-shadow:0 4px 16px rgba(13,148,136,.1);transform:translateY(-1px)}.tool-related-card-tag{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary)}.tool-related-card-title{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-900);line-height:1.3}.tool-related-card-desc{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.5;flex:1 1}.tool-related-card-cta{font-size:.8125rem;font-weight:600;color:var(--rh-primary);margin-top:.375rem}.tool-explanation{background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-left:3px solid var(--rh-primary);border-radius:0 var(--rh-radius-md) var(--rh-radius-md) 0;padding:1.25rem 1.5rem;margin-bottom:1.75rem}.tool-explanation h2{font-family:var(--rh-font-display);font-size:1rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 .75rem}.tool-explanation p{font-size:.9rem;color:var(--rh-neutral-600);line-height:1.75;margin:0 0 .875rem}.tool-explanation p:last-child{margin-bottom:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.intake-page-shell{min-height:100vh;display:flex;flex-direction:column}.intake-page-content{max-width:680px;margin:0 auto;padding:2rem 1.25rem 4rem;width:100%}.intake-intro{margin-bottom:2rem}.intake-intro-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rh-primary);margin-bottom:.75rem}.intake-intro-h1{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--rh-trust);line-height:1.2;margin-bottom:.75rem}.intake-intro-sub{font-size:1rem;color:var(--rh-neutral-600);line-height:1.6;margin-bottom:1rem}.intake-bullets{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.375rem}.intake-bullets li{font-size:.9rem;color:var(--rh-neutral-700);display:flex;align-items:center;gap:.5rem}.intake-bullets li:before{content:"✓";color:var(--rh-primary);font-weight:700;flex-shrink:0}.intake-social-proof{font-size:.8125rem;color:var(--rh-neutral-500);padding-top:.75rem;border-top:1px solid var(--rh-neutral-100)}.intake-confirm{text-align:center;padding:2rem 1rem}.intake-confirm-icon{font-size:2.5rem;margin-bottom:1rem}.intake-confirm-title{font-size:1.25rem;font-weight:700;color:var(--rh-trust);margin-bottom:.5rem}.intake-confirm-body{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.6;margin-bottom:1.5rem}.intake-confirm-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--rh-primary);font-weight:600;text-decoration:none}.intake-confirm-link:hover{text-decoration:underline}.quote-page-shell{max-width:640px;margin:0 auto;padding:3rem 1rem 4rem}.quote-page-intro{text-align:center;margin-bottom:2rem}.quote-page-title{font-size:2rem;font-weight:800;color:var(--rh-neutral-900);letter-spacing:-.02em;line-height:1.2;margin:.5rem 0}.quote-page-sub{font-size:1rem;color:var(--rh-neutral-500);margin:0}.quote-flow-wrap{width:100%;max-width:560px;margin:0 auto;padding:0 var(--rh-space-xl) var(--rh-space-3xl)}.quote-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.quote-progress-step{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--rh-neutral-400);position:relative;white-space:nowrap}.quote-progress-step:not(:last-child):after{content:"";display:block;width:2.5rem;height:1px;background:var(--rh-neutral-200);margin:0 .75rem;flex-shrink:0}.quote-progress-step.done:after{background:var(--rh-primary)}.quote-progress-step.active{color:var(--rh-neutral-700)}.quote-progress-dot{width:1.75rem;height:1.75rem;border-radius:50%;border:2px solid var(--rh-neutral-200);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#fff;color:var(--rh-neutral-400);flex-shrink:0}.quote-progress-step.active .quote-progress-dot{border-color:var(--rh-primary);color:var(--rh-primary)}.quote-progress-step.done .quote-progress-dot{border-color:var(--rh-primary);background:var(--rh-primary);color:#fff}.quote-progress-label{font-weight:500}@media (max-width:420px){.quote-progress-label{display:none}.quote-progress-step:not(:last-child):after{width:1.5rem;margin:0 .375rem}.quote-progress-dot{width:1.5rem;height:1.5rem;font-size:.6875rem}}.quote-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-xl);padding:2rem;box-shadow:var(--rh-shadow-card)}.quote-step-title{font-size:1.25rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 .375rem}.quote-step-sub{font-size:.9375rem;color:var(--rh-neutral-500);margin:0 0 1.5rem;line-height:1.5}.quote-size-row{display:flex;gap:.5rem;flex-wrap:wrap}.quote-size-btn{width:2.5rem;height:2.5rem;border-radius:.5rem;border:2px solid var(--rh-neutral-200);background:#fff;font-size:.9375rem;font-weight:600;color:var(--rh-neutral-600);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.quote-size-btn:hover{border-color:var(--rh-primary);color:var(--rh-primary)}.quote-size-btn.selected{border-color:var(--rh-primary);background:var(--rh-primary);color:#fff}.quote-page-active .calendly-badge-widget{display:none!important}.quote-lp-shell{max-width:1120px;margin:0 auto;padding:3rem 1.5rem 5rem}.quote-lp-grid{display:grid;grid-template-columns:1fr 460px;grid-gap:4.5rem;gap:4.5rem;align-items:start}.quote-lp-sticky{position:-webkit-sticky;position:sticky;top:2rem}.quote-lp-h1{font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:800;color:var(--rh-neutral-900);letter-spacing:-.03em;line-height:1.15;margin:.5rem 0 1.125rem}.quote-lp-sub{font-size:1.0625rem;color:var(--rh-neutral-600);line-height:1.65;margin:0 0 2rem;max-width:44ch}.quote-trust-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.quote-trust-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--rh-neutral-700);font-weight:500}.quote-trust-check{width:1.125rem;height:1.125rem;border-radius:50%;background:var(--rh-primary-muted);flex-shrink:0;position:relative}.quote-trust-check:after{content:"";position:absolute;left:50%;top:46%;transform:translate(-55%,-58%) rotate(45deg);width:.28rem;height:.48rem;border-right:2px solid var(--rh-primary-dark);border-bottom:2px solid var(--rh-primary-dark)}.quote-lp-steps-section{margin-top:3.5rem;padding-top:3rem;border-top:1px solid var(--rh-neutral-100)}.quote-lp-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:1.5rem}.quote-lp-step{display:flex;gap:1rem;align-items:flex-start}.quote-step-num{width:2rem;height:2rem;border-radius:50%;background:var(--rh-primary-muted);color:var(--rh-primary-dark);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.quote-step-body strong{font-size:.9375rem;font-weight:600;color:var(--rh-neutral-900);display:block;margin-bottom:.375rem}.quote-step-body p{font-size:.875rem;color:var(--rh-neutral-500);margin:0;line-height:1.6}.quote-lp-trust-section{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--rh-neutral-100)}.quote-lp-trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.quote-lp-micro{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--rh-neutral-400);margin:0 0 .875rem}.quote-lp-body-text{font-size:.875rem;color:var(--rh-neutral-600);margin:0;line-height:1.65}.quote-who-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.quote-who-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--rh-neutral-700);padding:.5rem .75rem;background:var(--rh-neutral-50);border:1px solid var(--rh-neutral-200);border-radius:7px}.quote-who-dot{width:5px;height:5px;border-radius:50%;background:var(--rh-primary);flex-shrink:0}.quote-lp-resources{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--rh-neutral-100)}.quote-lp-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:1rem}.quote-lp-resource-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--rh-white);border:1px solid var(--rh-neutral-150,#f0f4f8);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.quote-lp-resource-card:hover{border-color:var(--rh-neutral-300);box-shadow:0 2px 8px rgba(0,0,0,.06)}.quote-resource-badge{flex-shrink:0;margin-top:2px;display:inline-block;padding:2px 7px;border-radius:99px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.quote-resource-badge[data-type=Tool]{background:var(--rh-primary-muted);color:var(--rh-primary-dark)}.quote-resource-badge[data-type=Guide]{background:#f5f3ff;color:#6d28d9}.quote-resource-title{font-size:.875rem;font-weight:600;color:var(--rh-neutral-900);line-height:1.35}.quote-resource-desc{font-size:.8125rem;color:var(--rh-neutral-500);margin-top:.2rem;line-height:1.4}@media (max-width:900px){.quote-lp-grid{grid-template-columns:1fr;gap:2rem}.quote-lp-sticky{position:static}.quote-lp-sub{max-width:none}.quote-lp-steps-grid{grid-template-columns:1fr;gap:1.5rem}.quote-lp-trust-grid{gap:2rem}.quote-lp-resources-grid,.quote-lp-trust-grid{grid-template-columns:1fr}}@media (max-width:480px){.quote-lp-shell{padding:1.75rem 1rem 4rem}.quote-who-grid{grid-template-columns:1fr}.quote-lp-steps-grid{gap:1.25rem}}.quote-fit-row{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin:1.25rem 0 1.875rem}.quote-fit-label{font-size:.6875rem;font-weight:600;color:var(--rh-neutral-400);white-space:nowrap;margin-right:.125rem}.quote-fit-pill{font-size:.75rem;font-weight:500;color:var(--rh-neutral-600);background:var(--rh-white);border:1px solid var(--rh-neutral-200);padding:.2rem .625rem;border-radius:var(--rh-radius-full);line-height:1.6}.quote-advisory-card{background:linear-gradient(135deg,var(--rh-primary-muted) 0,var(--rh-surface-subtle) 100%);border:1px solid var(--rh-warm-border,#e8f4f1);border-radius:var(--rh-radius-lg);padding:1rem 1.25rem;margin-top:2rem}.quote-advisory-kicker{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary-dark);margin:0 0 .375rem;display:flex;align-items:center;gap:.375rem}.quote-advisory-kicker:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--rh-primary);flex-shrink:0}.quote-advisory-body{font-size:.875rem;color:var(--rh-neutral-700);margin:0;line-height:1.65}.consent-inline{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:1.25rem;cursor:pointer}.consent-inline input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--rh-primary);width:13px;height:13px;cursor:pointer}.consent-inline-text{font-size:.71875rem;color:var(--rh-neutral-400);line-height:1.6}.consent-inline-text a{color:var(--rh-neutral-500);text-decoration:underline}.quote-cta-reassurance{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;font-size:.6875rem;color:var(--rh-neutral-400)}.quote-cta-dot{width:2px;height:2px;border-radius:50%;background:var(--rh-neutral-300);flex-shrink:0}.quote-lp-footer-note{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--rh-neutral-100);display:flex;flex-wrap:wrap;gap:1.5rem 3rem}.quote-lp-footer-note p{font-size:.8125rem;color:var(--rh-neutral-500);margin:0;line-height:1.6;max-width:38ch}.quote-lp-resource-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--rh-neutral-100);display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .75rem}.quote-lp-resource-links-label{font-size:.6875rem;font-weight:600;color:var(--rh-neutral-400);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.qflow-progress{display:flex;align-items:center;margin-bottom:1.5rem}.qflow-progress-item{display:flex;align-items:center;flex:1 1}.qflow-progress-item:last-child{flex:none}.qflow-pdot{width:8px;height:8px;border-radius:50%;background:var(--rh-neutral-200);flex-shrink:0;transition:background .2s,transform .2s}.qflow-pdot.active{background:var(--rh-primary);transform:scale(1.4)}.qflow-pdot.done{background:var(--rh-primary-muted);border:1.5px solid var(--rh-primary-dark)}.qflow-pline{flex:1 1;height:1px;background:var(--rh-neutral-200);margin:0 6px}.qflow-pline.done{background:var(--rh-primary-muted)}.qflow-paths{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.125rem}.qflow-path-card{background:var(--rh-white);border:1px solid var(--rh-neutral-200);border-radius:var(--rh-radius-md);padding:.8125rem 1rem}.qflow-path-badge{display:inline-block;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rh-primary-dark);background:var(--rh-primary-muted);padding:1px 5px;border-radius:var(--rh-radius-full);margin-bottom:.3rem}.qflow-path-title{font-size:.875rem;font-weight:600;color:var(--rh-neutral-900);line-height:1.3;margin-bottom:.25rem}.qflow-path-desc{font-size:.8125rem;color:var(--rh-neutral-600);margin:0;line-height:1.5}.qflow-preview-notice{border-left:3px solid var(--rh-primary-muted);padding:.625rem .875rem;margin-bottom:1.125rem;background:var(--rh-neutral-50);border-radius:0 var(--rh-radius-sm) var(--rh-radius-sm) 0}.qflow-preview-notice p{font-size:.8125rem;color:var(--rh-neutral-600);margin:0;line-height:1.55}.qflow-back-link{display:block;width:100%;background:none;border:none;font:inherit;font-size:.8125rem;color:var(--rh-neutral-400);cursor:pointer;padding:.375rem 0;text-align:center;transition:color .15s}.qflow-back-link:hover{color:var(--rh-neutral-600)}.qflow-path-card--featured{border-color:var(--rh-primary);border-left:3px solid var(--rh-primary);background:var(--rh-neutral-50)}.qflow-personalization-tag{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.6875rem;font-weight:500;color:var(--rh-neutral-500);background:var(--rh-neutral-100);padding:.2rem .625rem;border-radius:var(--rh-radius-full);margin-bottom:.875rem}.qflow-personalization-tag strong{color:var(--rh-neutral-700);font-weight:600}.qflow-preview-insight{font-size:.875rem;font-weight:600;color:var(--rh-neutral-900);background:var(--rh-primary-muted);border-radius:var(--rh-radius-md);padding:.75rem 1rem;margin-bottom:1rem;line-height:1.55}.smb-shell{min-height:100vh;background:#f8fafc;font-family:var(--rh-font-body);overflow-x:hidden;width:100%}.smb-shell--centered{display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.smb-topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:.875rem 2rem;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:10}.smb-topbar,.smb-topbar-logo{display:flex;align-items:center}.smb-topbar-logo{gap:.5rem;font-size:.9375rem}.smb-topbar-brand{font-weight:700;color:var(--rh-neutral-900)}.smb-topbar-pipe{color:var(--rh-neutral-300)}.smb-topbar-doc{font-size:.8125rem;color:var(--rh-neutral-500)}.smb-topbar-tag{font-size:.75rem;color:var(--rh-neutral-400)}.smb-content{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem}@media (max-width:640px){.smb-content{padding:1.5rem 1rem 3rem}.smb-topbar{padding:.75rem 1rem}.smb-topbar-tag{display:none}.smb-snapshot-grid{grid-template-columns:repeat(2,1fr)}.smb-impact-item{grid-template-columns:1fr;gap:.25rem}.smb-path-detail-item{flex-direction:column;gap:.125rem}.smb-path-detail-label{width:auto}.smb-mid-cta{flex-direction:column;align-items:flex-start}.smb-cta-btn,.smb-mid-cta-btn{width:100%;text-align:center;box-sizing:border-box}.smb-cta-btn{padding-left:1rem;padding-right:1rem}.smb-cta-section{padding:1.5rem 1.25rem}}.smb-hero{margin-bottom:2rem}.smb-hero-eyebrow{margin-bottom:.625rem}.smb-hero-context{font-size:1rem;color:var(--rh-neutral-500);margin:0 0 .5rem;line-height:1.5}.smb-hero-personalized{font-size:.875rem;color:var(--rh-neutral-500);margin:0 0 1rem}.smb-hero-disclaimer{line-height:1.55;padding:.625rem .875rem;background:var(--rh-neutral-50);border-left:3px solid var(--rh-neutral-200);border-radius:0 var(--rh-radius-sm) var(--rh-radius-sm) 0}.smb-headline-insight{background:var(--rh-primary-muted);border:1px solid #99e6d8;border-radius:var(--rh-radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem}.smb-headline-insight-kicker{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--rh-primary);margin-bottom:.5rem}.smb-headline-insight-text{font-size:1.0625rem;font-weight:600;color:var(--rh-neutral-800);line-height:1.55;margin:0}.smb-snapshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.smb-snapshot-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);padding:1rem 1.125rem}.smb-snapshot-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.375rem}.smb-snapshot-value{font-size:.9375rem;font-weight:600;color:var(--rh-neutral-800)}.smb-snapshot-cap{text-transform:capitalize}.smb-section-card{padding:1.5rem}.smb-section-title{font-size:1.0625rem;font-weight:700;color:var(--rh-neutral-900);margin:0 0 1rem;letter-spacing:-.01em}.smb-body{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.65;margin:0}.smb-body--muted{color:var(--rh-neutral-500);font-size:.875rem}.smb-inset-callout{background:var(--rh-neutral-50);border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);padding:.875rem 1rem;font-size:.875rem;color:var(--rh-neutral-600);line-height:1.6}.smb-badge{display:inline-block;padding:.2rem .625rem;border-radius:var(--rh-radius-full);font-size:.75rem;font-weight:700}.smb-badge--green{background:#d1fae5;color:#065f46}.smb-badge--amber{background:#fef3c7;color:#92400e}.smb-badge--red{background:#fee2e2;color:#991b1b}.smb-comp-list{display:flex;flex-direction:column;gap:.875rem}.smb-comp-label{font-size:.875rem;color:var(--rh-neutral-600);font-weight:500}.smb-comp-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.smb-comp-fill{height:100%;border-radius:4px;transition:width .6s ease}.smb-comp-text{font-size:.8125rem;font-weight:600;text-align:right}.smb-risks-list{display:flex;flex-direction:column;gap:1rem}.smb-risk-item{padding:0 0 1rem;border-bottom:1px solid #f1f5f9}.smb-risk-item:last-child{border-bottom:none;padding-bottom:0}.smb-risk-title{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:.25rem}.smb-risk-desc{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.6;margin:0}.smb-paths-list{display:flex;flex-direction:column;gap:.875rem}.smb-path-card{border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);padding:1.125rem;background:#fafafa}.smb-path-card--recommended{border-color:var(--rh-primary);background:var(--rh-primary-muted)}.smb-path-rec-badge{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary);margin-bottom:.5rem}.smb-path-title{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-900);margin-bottom:.375rem}.smb-path-desc{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.6;margin:0 0 .625rem}.smb-path-tradeoff{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.55}.smb-path-tradeoff strong{color:var(--rh-neutral-700)}.smb-impact-list{display:flex;flex-direction:column;gap:.875rem}.smb-impact-item{display:grid;grid-template-columns:160px 1fr;grid-gap:.75rem 1.25rem;gap:.75rem 1.25rem;padding-bottom:.875rem;border-bottom:1px solid #f1f5f9}.smb-impact-item:last-child{border-bottom:none;padding-bottom:0}.smb-impact-area{font-size:.8125rem;font-weight:700;color:var(--rh-primary);text-transform:uppercase;letter-spacing:.04em;padding-top:.125rem}.smb-impact-text{font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.6;margin:0}.smb-cta-section{background:#fff;border:1px solid #e2e8f0;border-radius:var(--rh-radius-lg);padding:2rem 1.75rem;margin-bottom:1.25rem;text-align:center}.smb-cta-eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary);margin-bottom:.625rem}.smb-cta-h2{font-size:1.375rem}.smb-cta-bullets{align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;font-size:.8125rem;color:var(--rh-neutral-500)}.smb-cta-dot{width:3px;height:3px;border-radius:50%;background:var(--rh-neutral-300);display:inline-block}.smb-cta-btn{display:inline-block;text-decoration:none;font-size:1rem;padding:.875rem 2rem}.smb-footer-note{padding:1.25rem 0 0;border-top:1px solid #e2e8f0}.smb-footer-note p{font-size:.8125rem;color:var(--rh-neutral-400);line-height:1.65;margin:0 0 .5rem}.smb-footer-note a{color:var(--rh-neutral-500);text-decoration:underline;text-underline-offset:2px}.smb-expired-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--rh-radius-lg);padding:2.5rem 2rem;max-width:400px;width:100%;text-align:center}.smb-expired-icon{font-size:2.5rem;color:var(--rh-neutral-300);margin-bottom:1rem}.smb-expired-h1{font-size:1.25rem;font-weight:700;color:var(--rh-neutral-800);margin:0 0 .5rem}.smb-expired-body{font-size:.9375rem;color:var(--rh-neutral-500);margin:0 0 1rem;line-height:1.6}.smb-expired-contact{font-size:.875rem;color:var(--rh-neutral-400)}.smb-expired-contact a{color:var(--rh-primary)}.smb-tension-callout{display:flex;gap:1rem;background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #f97316;border-radius:var(--rh-radius-md);padding:1.25rem;margin-bottom:1.5rem;align-items:flex-start}.smb-tension-icon{flex-shrink:0;width:1.5rem;height:1.5rem;background:#f97316;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;margin-top:.1rem}.smb-tension-headline{font-size:.9375rem;font-weight:700;color:#9a3412;margin-bottom:.375rem}.smb-tension-body{font-size:.875rem;color:#7c2d12;line-height:1.65;margin:0}.smb-comp-bar-group{display:flex;flex-direction:column;gap:.25rem;flex:1 1;min-width:0}.smb-comp-meta{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.smb-comp-rank{font-size:.8125rem;font-weight:700;white-space:nowrap}.smb-comp-context{font-size:.75rem;color:var(--rh-neutral-400);line-height:1.4}.smb-comp-row{display:grid;grid-template-columns:140px 1fr;align-items:flex-start;grid-gap:.875rem;gap:.875rem}@media (max-width:600px){.smb-comp-row{grid-template-columns:1fr;gap:.25rem}}.smb-mid-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--rh-primary-muted);border:1px solid #99e6d8;border-radius:var(--rh-radius-lg);padding:1.125rem 1.375rem;margin-bottom:1.25rem;flex-wrap:wrap}.smb-mid-cta-left{flex:1 1;min-width:0}.smb-mid-cta-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rh-primary);margin-bottom:.25rem}.smb-mid-cta-text{font-size:.9375rem;font-weight:600;color:var(--rh-neutral-800);margin:0}.smb-mid-cta-btn{display:inline-block;padding:.625rem 1.25rem;background:var(--rh-primary);color:#fff;border-radius:var(--rh-radius-md);font-size:.9375rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background var(--rh-duration) var(--rh-ease)}.smb-mid-cta-btn:hover{background:var(--rh-primary-dark)}.smb-pattern-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.smb-pattern-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;color:var(--rh-neutral-700);line-height:1.6}.smb-pattern-dot{flex-shrink:0;width:.4375rem;height:.4375rem;border-radius:50%;background:var(--rh-primary);margin-top:.55rem}.smb-path-detail-grid{display:flex;flex-direction:column;gap:.625rem;margin-top:.875rem;padding-top:.875rem;border-top:1px solid #e2e8f0}.smb-path-detail-item{display:flex;gap:.625rem;align-items:flex-start;font-size:.8125rem;line-height:1.55}.smb-path-detail-label{flex-shrink:0;width:110px;font-weight:700;color:var(--rh-neutral-500);text-transform:uppercase;font-size:.6875rem;letter-spacing:.04em;padding-top:.125rem}.smb-path-detail-text{color:var(--rh-neutral-600)}.smb-section-card--accent{border-color:#99e6d8;background:var(--rh-primary-muted)}.smb-cta-proof-val{font-size:1.375rem}.smb-cta-scarcity{margin-top:.875rem;font-size:.8125rem;color:var(--rh-neutral-500);font-weight:500}.smb-content--wide{max-width:900px}.smb-personalized-bar{font-size:.8125rem;color:var(--rh-neutral-500);margin-bottom:1.5rem;padding:.5rem .875rem;background:var(--rh-neutral-50);border-radius:var(--rh-radius-sm);border:1px solid var(--rh-neutral-200)}.smb-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--rh-neutral-900);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1.5rem;box-shadow:0 -2px 12px rgba(0,0,0,.15)}.smb-sticky-bar-text{font-size:.9375rem;font-weight:500;color:#e2e8f0}.smb-sticky-bar-btn{background:var(--rh-primary);color:#fff;border-radius:var(--rh-radius-md);padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}@media (max-width:600px){.smb-sticky-bar{flex-direction:column;padding:.75rem 1rem;gap:.625rem}.smb-sticky-bar-text{font-size:.8125rem}.smb-sticky-bar-btn{width:100%;text-align:center}}.smb-content{padding-bottom:6rem}.smb-hero-wrap{margin-bottom:2rem;padding:2rem 0 1rem}.smb-hero-eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary);margin-bottom:.75rem}.smb-hero-h1{font-size:clamp(1.5rem,4vw,2.125rem);font-weight:800;color:var(--rh-neutral-900);line-height:1.2;margin:0 0 .875rem}.smb-hero-sub{font-size:1rem;color:var(--rh-neutral-500);line-height:1.6;margin:0 0 1.75rem;max-width:640px}.smb-hero-stats{grid-gap:.875rem;gap:.875rem;margin-bottom:1.75rem}@media (max-width:640px){.smb-hero-stats{grid-template-columns:1fr}}.smb-stat-card{background:#fff;border-radius:var(--rh-radius-lg);padding:1.125rem;border:1px solid #e2e8f0;border-top:3px solid #e2e8f0}.smb-stat-card--risk{border-top-color:#ef4444}.smb-stat-card--score{border-top-color:var(--rh-primary)}.smb-stat-card--util{border-top-color:#f59e0b}.smb-stat-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rh-neutral-400);margin-bottom:.375rem}.smb-stat-value{font-size:1.25rem;font-weight:800;color:var(--rh-neutral-900);letter-spacing:-.02em}.smb-stat-value--score,.smb-stat-value--util{font-size:1rem}.smb-stat-sub{font-size:.75rem;color:var(--rh-neutral-400);line-height:1.4}.smb-score{display:inline-flex;align-items:baseline;gap:.125rem;padding:.25rem .625rem;border-radius:var(--rh-radius-full);font-weight:800}.smb-score--green{background:#d1fae5;color:#065f46}.smb-score--amber{background:#fef3c7;color:#92400e}.smb-score--red{background:#fee2e2;color:#991b1b}.smb-score-num{font-size:1.375rem}.smb-score-denom{font-size:.8125rem;font-weight:600}.smb-util-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--rh-radius-full);font-size:.8125rem;font-weight:700}.smb-util--green{background:#d1fae5;color:#065f46}.smb-util--amber{background:#fef3c7;color:#92400e}.smb-util--red{background:#fee2e2;color:#991b1b}.smb-hero-cta-note{margin-top:.75rem;font-size:.8125rem}.smb-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--rh-radius-lg);padding:1.75rem;margin-bottom:1.25rem}.smb-section-card--dark{background:var(--rh-neutral-900);border-color:var(--rh-neutral-700);color:#fff}.smb-section-card--risk{background:#fff8f8;border-color:#fca5a5;border-left:4px solid #ef4444}@media (max-width:640px){.smb-section-card{padding:1.25rem 1rem}}.smb-section-hd{margin-bottom:1.25rem}.smb-section-kicker{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--rh-primary);margin-bottom:.375rem}.smb-section-card--dark .smb-section-kicker{color:#5eead4}.smb-section-card--risk .smb-section-kicker{color:#dc2626}.smb-section-h2{font-size:1.125rem;font-weight:700;color:var(--rh-neutral-900);margin:0;letter-spacing:-.01em}.smb-section-card--dark .smb-section-h2{color:#fff}.smb-section-intro{font-size:.9375rem;color:var(--rh-neutral-400);margin:.25rem 0 1.25rem}.smb-section-card--dark .smb-section-intro{color:#94a3b8}.smb-section-note{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.6;margin:1rem 0 0;padding-top:1rem;border-top:1px solid #f1f5f9}.smb-cost-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.875rem;gap:.875rem;margin-bottom:1.5rem}@media (max-width:540px){.smb-cost-grid{grid-template-columns:1fr}}.smb-cost-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);padding:1rem 1.125rem}.smb-cost-item--highlight{background:#f0fdf4;border-color:#86efac}.smb-cost-item-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--rh-neutral-400);margin-bottom:.375rem}.smb-cost-item-value{font-size:1.125rem;font-weight:800;color:var(--rh-neutral-800);letter-spacing:-.02em;margin-bottom:.25rem}.smb-cost-item-value--risk{color:#dc2626}.smb-cost-item-value--green{color:#16a34a}.smb-cost-item-sub{font-size:.75rem;color:var(--rh-neutral-400)}.smb-cost-bar-wrap{margin-bottom:1.25rem}.smb-cost-bar-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--rh-neutral-400);margin-bottom:.625rem}.smb-cost-bars{display:flex;flex-direction:column;gap:.625rem}.smb-cost-bar-row{display:flex;align-items:center;gap:.75rem}.smb-cost-bar-name{font-size:.8125rem;font-weight:600;color:var(--rh-neutral-600);width:70px;flex-shrink:0}.smb-cost-bar{height:2rem;border-radius:var(--rh-radius-sm);display:flex;align-items:center;padding:0 .75rem;min-width:80px;transition:width .6s ease}.smb-cost-bar--current{background:#fca5a5}.smb-cost-bar--optimized{background:#86efac}.smb-cost-bar-val{font-size:.75rem;font-weight:600;color:var(--rh-neutral-700);white-space:nowrap}.smb-callout{border-radius:var(--rh-radius-md);padding:1rem 1.125rem;font-size:.875rem;line-height:1.6}.smb-callout--orange{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.smb-callout--red{background:#fff8f8;border:1px solid #fca5a5;color:#7f1d1d}.smb-coverage-score-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.smb-coverage-score-label{font-size:.875rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:.25rem}.smb-coverage-score-desc{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.5;max-width:500px}.smb-compare-table{border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);overflow:hidden}.smb-compare-thead{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.625rem .875rem}.smb-compare-row,.smb-compare-thead{display:grid;grid-template-columns:1.5fr 1.5fr 1.5fr}.smb-compare-row{padding:.75rem .875rem;border-bottom:1px solid #f1f5f9}.smb-compare-row:last-child{border-bottom:none}.smb-compare-col{font-size:.8125rem}.smb-compare-col--label{font-weight:600;color:var(--rh-neutral-700)}.smb-compare-thead .smb-compare-col{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rh-neutral-400)}.smb-compare-col--bad{color:#dc2626}.smb-compare-col--good{color:#16a34a;font-weight:600}@media (max-width:560px){.smb-compare-thead{grid-template-columns:1fr 1fr}.smb-compare-thead .smb-compare-col--label{display:none}.smb-compare-row{grid-template-columns:1fr 1fr 1fr;gap:.25rem}.smb-compare-col{font-size:.75rem}}.smb-usage-label-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.smb-usage-label{font-size:.875rem;font-weight:700;color:var(--rh-neutral-700)}.smb-usage-meter-wrap{display:flex;align-items:center;gap:.75rem}.smb-usage-meter{flex:1 1;height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden}.smb-usage-fill{height:100%;background:var(--rh-primary);border-radius:5px}.smb-usage-score{font-size:.8125rem;font-weight:700;color:var(--rh-neutral-600);white-space:nowrap}.smb-usage-drivers{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.smb-driver-item{display:flex;gap:.625rem;align-items:flex-start;font-size:.875rem;color:var(--rh-neutral-600);line-height:1.5}.smb-driver-dot{width:.4375rem;height:.4375rem;border-radius:50%;flex-shrink:0;margin-top:.45rem}.smb-driver-dot--orange{background:#f97316}.smb-usage-impact-row{display:flex;flex-direction:column;gap:.875rem}.smb-usage-impact-item{display:flex;gap:.875rem;align-items:flex-start;background:#f8fafc;border-radius:var(--rh-radius-md);padding:.875rem 1rem}.smb-usage-impact-icon{flex-shrink:0;font-size:1rem;font-weight:800;color:var(--rh-primary);padding-top:.1rem}.smb-usage-impact-title{font-size:.875rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:.25rem}.smb-usage-impact-desc{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.55;margin:0}.smb-impact-blocks{display:flex;flex-direction:column;gap:1rem}.smb-impact-block{display:flex;gap:1rem;align-items:flex-start;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--rh-radius-md);padding:1.125rem}.smb-impact-block-icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--rh-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff}.smb-icon--red{background:#dc2626}.smb-icon--orange{background:#f97316}.smb-icon--amber{background:#d97706}.smb-icon--blue{background:var(--rh-primary)}.smb-impact-block-title{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.25rem}.smb-impact-block-value{font-size:1.0625rem;font-weight:800;color:#f1f5f9;margin-bottom:.375rem;letter-spacing:-.01em}.smb-impact-block-desc{font-size:.8125rem;color:#94a3b8;line-height:1.55;margin:0}.smb-gap-list{display:flex;flex-direction:column;gap:1rem}.smb-gap-item{border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);overflow:hidden}.smb-gap-header{gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.smb-gap-header,.smb-gap-num{display:flex;align-items:center}.smb-gap-num{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--rh-neutral-200);color:var(--rh-neutral-600);justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.smb-gap-problem{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-800)}.smb-gap-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.625rem}.smb-gap-row{display:flex;gap:.625rem;align-items:flex-start}.smb-gap-tag{flex-shrink:0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:var(--rh-radius-full);margin-top:.125rem}.smb-gap-tag--red{background:#fee2e2;color:#991b1b}.smb-gap-tag--green{background:#d1fae5;color:#065f46}.smb-gap-text{font-size:.875rem;color:var(--rh-neutral-600);line-height:1.55}.smb-risk-scenario{background:#fff0f0;border:1px solid #fca5a5;border-radius:var(--rh-radius-md);padding:1rem 1.125rem;margin-bottom:1.25rem}.smb-risk-scenario-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#dc2626;margin-bottom:.375rem}.smb-risk-scenario-text{font-size:.9375rem;color:#7f1d1d;line-height:1.6;margin:0}.smb-risk-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.875rem;gap:.875rem;margin-bottom:1.25rem}@media (max-width:540px){.smb-risk-stats{grid-template-columns:1fr}}.smb-risk-stat{text-align:center}.smb-risk-stat-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rh-neutral-400);margin-bottom:.375rem}.smb-risk-stat-value{font-size:1rem;font-weight:800;letter-spacing:-.01em}.smb-risk-stat-value--red{color:#dc2626}.smb-risk-stat-value--orange{color:#f97316}.smb-struct-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.875rem;gap:.875rem}@media (max-width:700px){.smb-struct-grid{grid-template-columns:1fr}}.smb-struct-card{border:1px solid #e2e8f0;border-radius:var(--rh-radius-md);padding:1.125rem;background:#fafafa}.smb-struct-card--highlight{border-color:var(--rh-primary);background:var(--rh-primary-muted)}.smb-struct-tag{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:var(--rh-radius-full);margin-bottom:.5rem}.smb-struct-tag--neutral{background:#f1f5f9;color:var(--rh-neutral-500)}.smb-struct-tag--amber{background:#fef3c7;color:#92400e}.smb-struct-tag--green{background:#d1fae5;color:#065f46}.smb-struct-title{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-900);margin-bottom:.75rem}.smb-struct-attrs{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.875rem}.smb-struct-attr{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--rh-neutral-600);padding-bottom:.375rem;border-bottom:1px solid #f1f5f9}.smb-struct-attr span:last-child{font-weight:600;color:var(--rh-neutral-800)}.smb-struct-notes{font-size:.8125rem;color:var(--rh-neutral-500);line-height:1.55;margin:0}.smb-summary-section{background:var(--rh-primary-muted);border:1px solid #99e6d8;border-radius:var(--rh-radius-xl);padding:2rem;margin-bottom:1.25rem}.smb-summary-kicker{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rh-primary);margin-bottom:.375rem}.smb-summary-h2{font-size:1.375rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 1.5rem;letter-spacing:-.02em}.smb-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.875rem;gap:.875rem;margin-bottom:2rem}@media (max-width:700px){.smb-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.smb-summary-grid{grid-template-columns:1fr}}.smb-summary-item{background:#fff;border:1px solid #c4f0e8;border-radius:var(--rh-radius-md);padding:1rem;text-align:center}.smb-summary-item--green{border-color:#86efac}.smb-summary-item-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rh-neutral-400);margin-bottom:.5rem}.smb-summary-item-value{font-size:1rem;font-weight:800;color:var(--rh-neutral-800)}.smb-summary-cta{text-align:center}.smb-cta-h2{font-size:1.25rem;font-weight:800;color:var(--rh-neutral-900);margin:0 0 .875rem;letter-spacing:-.02em}.smb-cta-body{font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.65;max-width:520px;margin:0 auto 1.25rem}.smb-cta-proof-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.smb-cta-proof-item{text-align:center}.smb-cta-proof-val{font-size:1.25rem;font-weight:800;color:var(--rh-primary);letter-spacing:-.02em}.smb-cta-proof-label{font-size:.75rem;color:var(--rh-neutral-400);margin-top:.125rem}.smb-cta-alt{margin-top:1rem;font-size:.8125rem;color:var(--rh-neutral-400)}@media (max-width:640px){.smb-summary-section{padding:1.25rem 1rem}.smb-cta-proof-grid{gap:1rem}}.smb-confidence-tag{display:inline-block;margin-top:.4rem;padding:.15rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--rh-neutral-500);background:var(--rh-neutral-100);border:1px solid var(--rh-neutral-200);border-radius:4px}.smb-hero-disclaimer{margin:-.25rem 0 1.25rem;font-size:.8125rem;color:var(--rh-neutral-500)}.smb-usage-score-sub{margin-top:.35rem;font-size:.8rem;color:var(--rh-neutral-500)}.smb-usage-why-list{margin:.5rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.3rem;font-size:.875rem;color:var(--rh-neutral-700)}.smb-impact-block-sub{margin-top:.35rem;font-size:.8rem;color:var(--rh-neutral-500);font-style:italic}.smb-summary-signal{margin:.25rem 0 1.5rem;font-size:.9375rem;color:var(--rh-neutral-600);line-height:1.6}.smb-cta-bullets{margin:0 0 1.25rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9375rem;color:var(--rh-neutral-700);text-align:left}.smb-cta-bullets li::marker{color:var(--rh-primary)}.smb-section-note--muted{color:var(--rh-neutral-400);font-size:.8rem;margin-top:.35rem}.smb-micro-cta{display:block;margin-top:.25rem;font-size:.8125rem}.smb-callout--blue{background:#eff6ff;border-left-color:#3b82f6;color:#1e40af}.smb-callout--blue strong{color:#1e3a8a}.smb-pers-bar{background:var(--rh-primary-muted);border:1px solid #99e6d8;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.5rem}.smb-pers-headline{font-size:.9375rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:.2rem}.smb-pers-sub{font-size:.8125rem;color:var(--rh-neutral-600);margin-bottom:.35rem}.smb-pers-trust{font-size:.75rem;color:var(--rh-neutral-500);font-style:italic}.smb-inputs-card{background:#f9fafb;border:1.5px dashed var(--rh-neutral-300)}.smb-inputs-header{margin-bottom:1.25rem}.smb-inputs-title{font-size:1.0625rem;font-weight:700;color:var(--rh-neutral-800);margin:0 0 .3rem}.smb-inputs-sub{font-size:.875rem;color:var(--rh-neutral-500);margin:0}.smb-inputs-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem 2rem;gap:1.25rem 2rem}.smb-input-group{display:flex;flex-direction:column;gap:.35rem}.smb-input-label{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:600;color:var(--rh-neutral-700)}.smb-input-val{font-weight:700;color:var(--rh-primary);font-size:.9375rem}.smb-input-hint{font-size:.75rem;color:var(--rh-neutral-400);margin-top:.15rem}.smb-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;border-radius:4px;background:var(--rh-neutral-200);outline:none;cursor:pointer;accent-color:var(--rh-primary)}.smb-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--rh-primary);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.smb-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--rh-primary);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.smb-slider-bounds{display:flex;justify-content:space-between;font-size:.6875rem;color:var(--rh-neutral-400)}.smb-text-input{width:100%;padding:.5rem .75rem;border:1px solid var(--rh-neutral-300);border-radius:6px;font-size:.875rem;color:var(--rh-neutral-800);background:#fff;box-sizing:border-box;outline:none}.smb-text-input:focus{border-color:var(--rh-primary);box-shadow:0 0 0 2px rgba(22,197,174,.15)}.smb-text-input::placeholder{color:var(--rh-neutral-400);font-size:.8125rem}.smb-plan-toggle{display:flex;gap:.5rem;flex-wrap:wrap}.smb-plan-btn{padding:.4rem .8rem;border:1.5px solid var(--rh-neutral-300);border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--rh-neutral-600);background:#fff;cursor:pointer;transition:border-color .15s,color .15s}.smb-plan-btn--active,.smb-plan-btn:hover{border-color:var(--rh-primary);color:var(--rh-primary)}.smb-plan-btn--active{background:var(--rh-primary-muted);font-weight:700}@keyframes smb-val-flash{0%{opacity:.55}60%{opacity:1}to{opacity:1}}.smb-updating .smb-cost-item-value,.smb-updating .smb-impact-block-value,.smb-updating .smb-live-val,.smb-updating .smb-summary-item-value{animation:smb-val-flash .4s ease-out}.smb-flow-chain{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap;margin:1.25rem 0 .5rem;padding:1rem 1.25rem;background:#f9fafb;border-radius:8px;border:1px solid var(--rh-neutral-200)}.smb-flow-step{flex:1 1;min-width:90px}.smb-flow-step-label{font-size:.8125rem;font-weight:700;color:var(--rh-neutral-800);margin-bottom:.2rem}.smb-flow-step-sub{font-size:.75rem;color:var(--rh-neutral-500);line-height:1.4}.smb-flow-arrow{font-size:1.125rem;color:var(--rh-primary);font-weight:700;flex-shrink:0;padding-top:.05rem}.smb-flow-note{font-size:.8125rem;color:var(--rh-neutral-400);font-style:italic;margin:.4rem 0 1rem}.smb-unknowns-card{border-left:4px solid var(--rh-neutral-300);background:#fafafa}.smb-unknowns-list{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.25rem}.smb-unknown-item{display:flex;gap:.75rem;align-items:flex-start}.smb-unknown-dot{width:7px;height:7px;border-radius:50%;background:var(--rh-neutral-400);margin-top:.45rem;flex-shrink:0}.smb-unknown-title{font-size:.875rem;font-weight:600;color:var(--rh-neutral-700);margin-bottom:.15rem}.smb-unknown-desc{font-size:.8125rem;color:var(--rh-neutral-500);margin:0;line-height:1.5}.smb-unknowns-cta-line{font-size:.875rem;font-weight:600;color:var(--rh-neutral-700);border-top:1px solid var(--rh-neutral-200);padding-top:.875rem;margin:0}@media (max-width:640px){.smb-inputs-grid{grid-template-columns:1fr}.smb-flow-chain{flex-direction:column;gap:.35rem;padding:.875rem 1rem}.smb-flow-arrow{transform:rotate(90deg);align-self:center}.smb-pers-bar{padding:.875rem 1rem}.smb-plan-toggle{gap:.35rem}.smb-plan-btn{font-size:.75rem;padding:.35rem .65rem}}body:has(.smb-shell) .calendly-badge-widget{display:none!important}.smb-sections-stack{display:flex;flex-direction:column;gap:2.5rem}.smb-sections-stack .smb-section-card,.smb-sections-stack .smb-summary-section{margin-bottom:0}@media (max-width:640px){.smb-sections-stack{gap:1.5rem}}.smb-sections-stack .smb-section-card{padding:2rem}@media (max-width:640px){.smb-sections-stack .smb-section-card{padding:1.25rem 1rem}}.smb-section-intro,.smb-sections-stack .smb-section-hd{margin-bottom:1.5rem}.smb-section-intro{color:var(--rh-neutral-500)}.smb-inputs-card{padding:2rem 2rem 1.75rem!important;background:#f8fafc}@media (max-width:640px){.smb-inputs-card{padding:1.5rem 1rem 1.25rem!important}}.smb-inputs-header{margin-bottom:1.5rem}.smb-hero-wrap{margin-bottom:0;padding:2rem 0}.smb-pers-bar{margin-bottom:2rem}.smb-summary-section{padding:2.5rem}.smb-summary-h2{margin-bottom:.5rem}.smb-summary-signal{margin-bottom:2rem}.smb-summary-grid{margin-bottom:2.5rem}.smb-summary-cta{padding-top:.5rem}.smb-cta-h2{margin-bottom:.75rem}.smb-cta-body{margin-bottom:1rem}.smb-cta-bullets{margin-bottom:1.5rem}.smb-cta-proof-grid{margin-bottom:1.75rem}.smb-cta-btn{margin-bottom:1rem}.smb-cta-alt{margin-top:0}.smb-section-card .smb-callout{margin-top:1.5rem}.smb-usage-row{margin-bottom:1.25rem}.smb-usage-drivers{margin-bottom:1.5rem}.smb-gap-list,.smb-impact-blocks{gap:1.25rem}.smb-gap-item{gap:0}.smb-footer-note{margin-top:2.5rem;padding:1.5rem 0 0}.smb-content{padding-bottom:8rem}.smb-sticky-bar{z-index:100}@media (max-width:640px){.smb-content{padding-bottom:7rem}.smb-summary-section{padding:1.5rem 1rem}.smb-hero-wrap{padding:1.25rem 0}.smb-pers-bar{margin-bottom:1.25rem}.smb-flow-chain{padding:.875rem}.smb-summary-grid{margin-bottom:1.5rem}}.smb-hero-unit{background:#fff;border:1px solid #e2e8f0;border-radius:var(--rh-radius-xl,16px);overflow:hidden;margin-bottom:2.5rem;box-shadow:0 1px 4px rgba(0,0,0,.05)}.smb-hero-unit .smb-hero-wrap{padding:2rem 2rem 1.5rem;margin-bottom:0;border-bottom:1px solid #f0f4f8}.smb-hero-unit .smb-inputs-card{border:none!important;border-radius:0!important;background:#f8fafc!important;padding:1.75rem 2rem!important;margin:0;box-shadow:none}.smb-hero-h1{font-size:clamp(1.25rem,2.8vw,1.6rem);line-height:1.25;letter-spacing:-.02em;margin:0 0 .75rem}.smb-hero-sub{font-size:1.0625rem;color:var(--rh-neutral-700);margin:0 0 .5rem;line-height:1.5}.smb-hero-cost-highlight{color:#dc2626;font-size:1.0625rem}.smb-hero-disclaimer{font-size:.8rem;color:var(--rh-neutral-400);font-style:italic;margin:0 0 1.5rem}.smb-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.smb-stat-card{padding:1rem}.smb-stat-label{font-size:.75rem;margin-bottom:.35rem}.smb-stat-value{font-size:1.125rem;margin-bottom:.25rem}.smb-stat-sub{font-size:.7rem;margin-bottom:.4rem}.smb-hero-micro{font-size:.875rem;color:var(--rh-neutral-500);line-height:1.55;margin:0 0 1.5rem;padding:.75rem 1rem;background:#f8fafc;border-left:3px solid var(--rh-primary);border-radius:0 6px 6px 0}.smb-hero-cta-note{font-size:.8rem;color:var(--rh-neutral-400);text-align:center;margin:.5rem 0 .75rem}.smb-hero-secondary-cta{text-align:center;margin:0;font-size:.8125rem}.smb-hero-secondary-cta a{color:var(--rh-neutral-500);text-decoration:underline;text-underline-offset:2px}.smb-hero-secondary-cta a:hover{color:var(--rh-primary)}@media (max-width:640px){.smb-hero-unit .smb-hero-wrap{padding:1.25rem 1rem 1rem}.smb-hero-unit .smb-inputs-card{padding:1.25rem 1rem!important}.smb-hero-stats{grid-template-columns:1fr 1fr;gap:.5rem}.smb-hero-stats .smb-stat-card:last-child{grid-column:1/-1}.smb-hero-h1{font-size:1.1875rem}.smb-hero-micro{font-size:.8125rem;padding:.625rem .875rem}}.smb-section-bridge{font-size:.9rem;color:#94a3b8;margin:1.5rem 0 1rem;font-style:italic}.smb-cta-replace-line{font-size:.9375rem;color:var(--rh-neutral-600);font-weight:500;margin-bottom:.5rem;text-align:center}