:root{--primary:#111827;--primary-light:#f3f4f6;--primary-dark:#000;--green:#1f6f5c;--green-bg:#edf5f1;--green-border:#cfe3db;--success:#1f6f5c;--success-light:#edf5f1;--warning:#92400e;--warning-light:#fffbeb;--danger:#b91c1c;--danger-light:#fef2f2;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius-compact:6px;--radius-control:8px;--radius:12px;--radius-pill:999px;--radius-sm:8px;--text-micro:11px;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:18px;--text-xl:22px;--text-display:28px;--shadow:0 2px 8px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(17,24,39,.1);border-radius:var(--radius-sm)}.sr-only,.visually-hidden-control{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}label:focus-within:not(:has([data-helptip] button:focus)){border-color:var(--primary);box-shadow:0 0 0 3px rgba(17,24,39,.1)}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:2000;color:var(--primary);text-decoration:none}.skip-to-content:focus{left:8px;top:8px;padding:10px 16px;background:var(--primary);color:#fff;border-radius:var(--radius-sm);font-size:14px;font-weight:600;text-decoration:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--paper,#f4f3ef);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:36px;line-height:1.2}h1,h2{font-weight:700;margin-bottom:16px}h2{font-size:28px;line-height:1.3}h3{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:12px}p{font-size:16px;margin-bottom:16px}.container{max-width:1100px;margin:0 auto;padding:0 24px}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.btn{display:inline-block;padding:10px 20px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease,opacity .3s ease;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--primary)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background-color:var(--primary-light);color:var(--primary-dark)}.btn-success{background-color:var(--success);color:#fff}.btn-success:hover{background-color:#1f6f5c}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:#b91c1c}.btn-warning{background-color:var(--warning);color:#fff}.btn-warning:hover{background-color:#92400e}.btn-lg{padding:14px 32px;font-size:18px}.btn-sm{padding:6px 12px;font-size:14px}.btn-full{width:100%;display:block}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.card{background-color:#fff;border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--gray-100)}.card-body,.card-header{margin-bottom:16px}.card-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--gray-100);gap:12px}.field{margin-bottom:20px;display:flex;flex-direction:column}.field label{font-weight:600;font-size:14px;color:var(--gray-700);margin-bottom:8px;display:block}select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px 16px!important;padding-right:36px!important;font-family:inherit;cursor:pointer}select::-ms-expand{display:none}.field input,.field select,.field textarea{padding:10px 12px;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-family:inherit;font-size:16px;color:var(--gray-800);background-color:#fff;transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease,opacity .3s ease}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.field input:disabled,.field select:disabled,.field textarea:disabled{background-color:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.field textarea{resize:vertical;min-height:100px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.field-error{color:var(--danger);font-size:14px;margin-top:6px}.field.has-error input,.field.has-error select{border-color:var(--danger)}.progress-bar{width:100%;height:8px;background-color:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-bar-fill{height:100%;background-color:var(--primary);transition:width .3s ease}.progress-steps{justify-content:space-between;margin-bottom:32px}.progress-step,.progress-steps{display:flex;align-items:center}.progress-step{flex-direction:column;gap:8px;flex:1 1}.progress-step-number{width:40px;height:40px;border-radius:50%;background-color:var(--gray-200);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-weight:600;transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease,opacity .3s ease}.progress-step.active .progress-step-number{background-color:var(--primary);color:#fff}.progress-step.completed .progress-step-number{background-color:var(--success);color:#fff}.progress-step-label{font-size:14px;font-weight:500;color:var(--gray-600);text-align:center}.progress-step.active .progress-step-label{color:var(--primary);font-weight:600}.progress-step-connector{height:2px;flex:1 1;background-color:var(--gray-200);margin:0 8px}.progress-step.completed~.progress-step-connector{background-color:var(--success)}.badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:var(--gray-200);color:var(--gray-700)}.badge-success{background-color:var(--success-light);color:#1f6f5c}.badge-warning{background-color:var(--warning-light);color:#92400e}.badge-danger{background-color:var(--danger-light);color:#991b1b}.badge-info{background-color:var(--primary-light);color:#111827}.tooltip{position:relative;display:inline-block;cursor:help}.tooltip:after{content:attr(data-tooltip);bottom:125%;padding:8px 12px;background-color:var(--gray-900);color:#fff;border-radius:var(--radius-sm);font-size:12px;white-space:nowrap}.tooltip:after,.tooltip:before{position:absolute;left:50%;transform:translateX(-50%);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.tooltip:before{content:"";bottom:115%;border:6px solid transparent;border-top:6px solid var(--gray-900)}.tooltip:hover:after,.tooltip:hover:before{opacity:1}table{width:100%;border-collapse:collapse;margin-bottom:24px}thead{background-color:var(--gray-100)}th{text-align:left;font-weight:600;color:var(--gray-700);border-bottom:2px solid var(--gray-200)}td,th{padding:12px 16px;font-size:14px}td{border-bottom:1px solid var(--gray-200)}tbody tr:hover{background-color:var(--paper,#f4f3ef)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-muted{color:var(--gray-500)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.text-primary{color:var(--primary)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.hidden{display:none!important}.invisible{visibility:hidden}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mr-1{margin-right:8px}.mr-2{margin-right:16px}.mr-3{margin-right:24px}.mr-4{margin-right:32px}.ml-1{margin-left:8px}.ml-2{margin-left:16px}.ml-3{margin-left:24px}.ml-4{margin-left:32px}.pt-1{padding-top:8px}.pt-2{padding-top:16px}.pt-3{padding-top:24px}.pt-4{padding-top:32px}.pb-1{padding-bottom:8px}.pb-2{padding-bottom:16px}.pb-3{padding-bottom:24px}.pb-4{padding-bottom:32px}.px-1{padding-left:8px;padding-right:8px}.px-2{padding-left:16px;padding-right:16px}.px-3{padding-left:24px;padding-right:24px}.px-4{padding-left:32px;padding-right:32px}.py-1{padding-top:8px;padding-bottom:8px}.py-2{padding-top:16px;padding-bottom:16px}.py-3{padding-top:24px;padding-bottom:24px}.py-4{padding-top:32px;padding-bottom:32px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-4{gap:32px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-up{animation:slideUp .3s ease}@media (max-width:768px){.container,.container-narrow{padding:0 16px}h1{font-size:28px}h2{font-size:24px}h3{font-size:18px}.field-row{grid-template-columns:1fr;gap:16px}.progress-steps{gap:8px}.progress-step{gap:4px}.progress-step-number{width:32px;height:32px;font-size:14px}.progress-step-label{font-size:12px}.card-footer{flex-direction:column;align-items:stretch}.card-footer .btn{width:100%}}@media (max-width:500px){.container,.container-narrow{padding:0 12px}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}.btn,p{font-size:14px}.btn{padding:8px 16px}.btn-lg{padding:12px 24px;font-size:16px}.card{padding:16px}.progress-step-connector{display:none}.progress-steps{flex-wrap:wrap}.progress-step{flex:0 0 50%;margin-bottom:16px}table{font-size:12px}td,th{padding:8px 12px}}html{scroll-behavior:smooth}.hero{padding:8rem 2rem 6rem;text-align:center;max-width:820px;margin:0 auto}.hero-label{display:inline-block;font-size:.8rem;font-weight:500;color:#6b7280;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;color:#111827;letter-spacing:-.03em;margin-bottom:1.5rem}.hero p{font-size:1.15rem;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto 2.5rem;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:4rem}.btn-primary{font-family:inherit;font-weight:500;font-size:1rem;color:#fff;background-color:#111827;border:none;border-radius:8px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;display:inline-block}.btn-primary:hover{background-color:#1f2937;transform:translateY(-1px)}.btn-ghost{font-family:inherit;font-weight:500;font-size:1rem;color:#6b7280;background:none;border:1px solid #e5e7eb;border-radius:8px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;display:inline-block}.btn-ghost:hover{color:#111827;border-color:#d1d5db}.trust-bar{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #f3f4f6}.trust-item{font-size:.8rem;color:#9ca3af;font-weight:500;letter-spacing:.02em}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-label{font-size:.8rem;font-weight:500;color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.section-desc{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:560px;margin-bottom:3rem}.how-it-works-bg{background-color:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step-card{padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}.step-card:hover{border-color:#d1d5db}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#111827;color:#fff;font-size:.8rem;font-weight:600;margin-bottom:1.25rem}.step-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem;letter-spacing:-.01em}.step-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.value-card{padding:2rem;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}.value-card:hover{border-color:#d1d5db}.value-icon{width:40px;height:40px;border-radius:8px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-icon svg{width:20px;height:20px;stroke:#111827;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.value-card h3{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.5rem;letter-spacing:-.01em}.value-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.data-section-bg{background-color:#111827;color:#fff}.data-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.data-section .section-label{color:#6b7280}.data-section h2{color:#fff;margin-bottom:1rem}.data-section .section-desc{color:#9ca3af;margin-bottom:3rem}.data-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.data-card{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.data-card h4{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.35rem;letter-spacing:-.01em}.data-card p{font-size:.8rem;color:#9ca3af;line-height:1.5}.pricing-bg{background-color:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:800px}.pricing-card{padding:2.5rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;position:relative}.pricing-card.featured{border-color:#111827}.pricing-tag{position:absolute;top:-10px;left:2rem;background:#111827;color:#fff;font-size:.7rem;font-weight:600;padding:4px 12px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.pricing-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.pricing-amount{font-size:2.5rem;font-weight:700;color:#111827;letter-spacing:-.03em;margin-bottom:.25rem}.pricing-period{font-size:.85rem;color:#9ca3af;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem;padding:0}.pricing-card ul li{padding:.5rem 0;font-size:.9rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}.pricing-card ul li:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2.5-2.5a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");background-size:contain;flex-shrink:0}.btn-pricing{display:block;width:100%;text-align:center;font-family:inherit;font-weight:500;font-size:.9rem;padding:12px;border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease}.btn-pricing-dark{background-color:#111827;color:#fff;border:none}.btn-pricing-dark:hover{background-color:#1f2937}.btn-pricing-outline{background-color:transparent;color:#111827;border:1px solid #e5e7eb}.btn-pricing-outline:hover{border-color:#d1d5db}.cta-section{text-align:center;padding:6rem 2rem;max-width:700px;margin:0 auto}.cta-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.cta-section p{font-size:1.05rem;color:#6b7280;margin-bottom:2rem}@media (max-width:1024px){.data-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{padding:5rem 1.5rem 4rem}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn-ghost,.hero-cta .btn-primary{width:100%;max-width:300px;text-align:center}.section{padding:4rem 1.5rem}.section h2{font-size:1.75rem}.data-grid,.pricing-grid,.steps-grid,.value-grid{grid-template-columns:1fr}.trust-bar{gap:1.5rem}.cta-section,.data-section{padding:4rem 1.5rem}.cta-section h2{font-size:1.75rem}}@media (max-width:480px){.hero h1{font-size:2rem}.section h2{font-size:1.5rem}}.article-page{max-width:740px;margin:0 auto;padding:3rem 2rem 4rem}.article-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280;margin-bottom:2rem}.article-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}.article-breadcrumb a:hover{color:#111827}.article-breadcrumb span{color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.article-category-badge{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.article-title{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem;color:#111827}.article-meta{font-size:.9rem;color:#9ca3af;display:flex;align-items:center;gap:.5rem}.meta-separator{color:#d1d5db}.article-content{font-size:1.05rem;line-height:1.8;color:#374151}.article-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem}.article-content h3{font-size:1.2rem;font-weight:600;color:#111827;margin-top:2rem;margin-bottom:.75rem}.article-content p{margin-bottom:1.25rem}.article-content ol,.article-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.8}.article-content strong{color:#111827}.article-page .cta-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;text-align:center;margin-top:3rem}.article-page .cta-section h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.article-page .cta-section p{color:#6b7280;font-size:1rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.article-page .cta-section .cta-button{display:inline-block;padding:.75rem 2rem;background:#111827;color:#fff;text-decoration:none;border-radius:8px;font-size:.95rem;font-weight:500;transition:background .2s}.article-page .cta-section .cta-button:hover{background:#1f2937}.related-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e5e7eb}.related-section h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.related-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s,opacity .2s;display:block}.related-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(17,24,39,.06)}.related-card-tag{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.related-card-title{font-size:.95rem;font-weight:600;color:#111827;line-height:1.4}@media (max-width:768px){.article-page{padding:2rem 1rem}.article-title{font-size:1.75rem}.related-grid{grid-template-columns:1fr}}.features-hero{padding:6rem 3rem;text-align:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.features-hero-content{max-width:800px;margin:0 auto}.features-section-label{font-size:.8rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.features-hero h1{font-size:3.5rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.02em}.features-hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.features-cta-button{display:inline-block;padding:.875rem 2rem;background-color:#111827;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:background-color .2s}.features-cta-button:hover{background-color:#1f2937}.features-container{max-width:1200px;margin:0 auto;padding:0 3rem}.feature-section{padding:5rem 3rem;border-bottom:1px solid #e5e7eb}.feature-section:nth-child(2n){background-color:#f9fafb}.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.feature-grid.reverse{direction:rtl}.feature-grid.reverse>*{direction:ltr}.feature-content h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.feature-content p{color:#6b7280;margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.feature-content ul{list-style:none;margin-bottom:2rem;padding:0}.feature-content li{color:#6b7280;margin-bottom:1rem;padding-left:1.75rem;position:relative;line-height:1.7}.feature-content li:before{content:"\2022";position:absolute;left:0;color:#111827;font-weight:700}.feature-visual{background-color:#f3f4f6;border-radius:12px;padding:3rem;display:flex;align-items:center;justify-content:center;min-height:400px;border:1px solid #e5e7eb}.feature-visual svg{stroke:#111827;stroke-width:1.5;fill:none}.feature-cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.feature-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.05)}.feature-card h3{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:1rem}.feature-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.feature-card svg{stroke:#111827;stroke-width:1.5;fill:none}.icon-placeholder{width:60px;height:60px;background-color:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.features-cta-section{padding:5rem 3rem;background-color:#111827;color:#fff;text-align:center}.features-cta-section h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.features-cta-section p{font-size:1.1rem;color:#d1d5db;margin-bottom:2rem}.features-cta-button-light{display:inline-block;padding:.875rem 2rem;background-color:#fff;color:#111827;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:background-color .2s}.features-cta-button-light:hover{background-color:#f3f4f6}@media (max-width:768px){.feature-grid,.feature-grid.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem}.feature-grid.reverse>*{direction:ltr}.feature-cards{grid-template-columns:1fr}.features-hero h1{font-size:2.25rem}.feature-content h2,.features-cta-section h2{font-size:1.875rem}}.about-page-header{padding:6rem 2rem 4rem;text-align:center;max-width:820px;margin:0 auto}.about-page-header h1{font-size:3rem;font-weight:700;line-height:1.1;color:#111827;letter-spacing:-.03em;margin-bottom:1.5rem}.about-page-header p{font-size:1.15rem;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto}.about-origin-section{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6}.about-origin-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-origin-section p{font-size:1rem;color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.about-mission-section{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6}.about-mission-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-mission-statement{font-size:1.3rem;font-weight:600;color:#111827;line-height:1.7;margin-bottom:1.5rem}.about-mission-vision{font-size:1rem;color:#6b7280;line-height:1.8}.about-values-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-values-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-value-item{padding:2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}.about-value-item:hover{border-color:#d1d5db}.about-value-item h3{font-size:1.15rem;font-weight:600;color:#111827;margin-bottom:.75rem;letter-spacing:-.01em}.about-value-item p{font-size:.95rem;color:#6b7280;line-height:1.7}.about-team-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-team-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-team-card{text-align:center;padding:2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}.about-team-card:hover{border-color:#d1d5db}.about-team-avatar{width:80px;height:80px;border-radius:50%;background:#e5e7eb;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.about-team-card h3{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.35rem;letter-spacing:-.01em}.about-title{font-size:.85rem;color:#9ca3af;font-weight:500;margin-bottom:.75rem;letter-spacing:.02em}.about-bio{font-size:.9rem;color:#6b7280;line-height:1.6}.about-advisors-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-advisors-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-advisors-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-advisor-card{text-align:center;padding:2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}.about-advisor-card:hover{border-color:#d1d5db}.about-advisor-avatar{width:70px;height:70px;border-radius:50%;background:#e5e7eb;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.about-advisor-card h4{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.25rem;letter-spacing:-.01em}.about-cta-final{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6;text-align:center}.about-cta-final h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.about-cta-final p{font-size:1.05rem;color:#6b7280;margin-bottom:2rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.about-btn-primary{font-weight:500;font-size:1rem;color:#fff;background-color:#111827;border:none;border-radius:8px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;display:inline-block}.about-btn-primary:hover{background-color:#1f2937;transform:translateY(-1px)}.about-btn-ghost{font-weight:500;font-size:1rem;color:#6b7280;background:none;border:1px solid #e5e7eb;border-radius:8px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;display:inline-block}.about-btn-ghost:hover{color:#111827;border-color:#d1d5db}@media (max-width:1024px){.about-advisors-grid,.about-team-grid{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-page-header{padding:4rem 1.5rem 3rem}.about-page-header h1{font-size:2rem}.about-page-header p{font-size:1rem}.about-advisors-section,.about-cta-final,.about-mission-section,.about-origin-section,.about-team-section,.about-values-section{padding:3rem 1.5rem}.about-advisors-grid,.about-team-grid{grid-template-columns:1fr}.about-cta-final h2{font-size:1.75rem}.about-cta-buttons{flex-direction:column}.about-cta-buttons .about-btn-ghost,.about-cta-buttons .about-btn-primary{width:100%;max-width:300px;text-align:center}}@media (max-width:480px){.about-advisors-section h2,.about-cta-final h2,.about-mission-section h2,.about-origin-section h2,.about-page-header h1,.about-team-section h2,.about-values-section h2{font-size:1.5rem}}.press-main{max-width:900px;margin:0 auto;padding:4rem 3rem}.press-page-header{margin-bottom:4rem;text-align:center}.press-page-header h1{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.press-page-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.press-section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;color:#9ca3af;letter-spacing:.08em;margin-bottom:1.5rem;display:inline-block}.press-featured-section{margin-bottom:4rem}.press-featured-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:border-color .2s}.press-featured-card:hover{border-color:#d1d5db}.press-release-date{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem;font-weight:500}.press-featured-card h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.3}.press-featured-card p{font-size:1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.press-featured-card a{color:#111827;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.press-featured-card a:hover{color:#6b7280}.press-releases-section{margin-bottom:4rem}.press-releases-list{list-style:none;padding:0}.press-release-item{padding:2rem 0;border-bottom:1px solid #e5e7eb;transition:background-color .2s}.press-release-item:last-child{border-bottom:none}.press-release-item:hover{background-color:#f9fafb}.press-release-item h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.press-release-item p{font-size:.95rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}.press-release-item a{color:#111827;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.press-release-item a:hover{color:#6b7280}.press-media-section{background-color:#f3f4f6;border-radius:12px;padding:2rem;margin-bottom:4rem}.press-media-section h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.press-media-mentions{display:flex;flex-wrap:wrap;gap:1rem}.press-media-mention{display:inline-block;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;color:#6b7280;transition:border-color .2s}.press-media-mention:hover{border-color:#d1d5db}.press-contact-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center}.press-contact-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.press-contact-section p{font-size:.95rem;color:#6b7280;margin-bottom:1rem}.press-contact-section a{color:#111827;text-decoration:none;font-weight:500;transition:color .2s}.press-contact-section a:hover{color:#6b7280}@media (max-width:768px){.press-main{padding:2rem 1.5rem}.press-featured-card h2,.press-page-header h1{font-size:1.75rem}.press-release-item h3{font-size:1.1rem}}.privacy-page-header{background:linear-gradient(135deg,#f9fafb,#f9fafb);padding:4rem 2rem 3rem;text-align:center}.privacy-page-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.privacy-page-header p{color:#6b7280;font-size:1rem}.privacy-legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.privacy-legal-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.privacy-legal-content h3{font-size:1.15rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.privacy-legal-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.privacy-legal-content ul{margin:.75rem 0 1rem 1.5rem;color:#4b5563;font-size:.95rem;line-height:1.8}.privacy-legal-content ul li{margin-bottom:.5rem}.privacy-legal-content a{color:#111827;text-decoration:none}.privacy-legal-content a:hover{text-decoration:underline}.privacy-effective-date{display:inline-block;background:#f9fafb;color:#111827;padding:.35rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:2rem}@media (max-width:768px){.privacy-page-header h1{font-size:2rem}.privacy-page-header{padding:3rem 1.5rem 2rem}.privacy-legal-content{padding:2rem 1.5rem 3rem}}.terms-page-header{background:linear-gradient(135deg,#f9fafb,#f9fafb);padding:4rem 2rem 3rem;text-align:center}.terms-page-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.terms-page-header p{color:#6b7280;font-size:1rem}.terms-legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.terms-legal-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.terms-legal-content h3{font-size:1.15rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.terms-legal-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.terms-legal-content ul{margin:.75rem 0 1rem 1.5rem;color:#4b5563;font-size:.95rem;line-height:1.8}.terms-legal-content ul li{margin-bottom:.5rem}.terms-legal-content a{color:#111827;text-decoration:none}.terms-legal-content a:hover{text-decoration:underline}.terms-effective-date{display:inline-block;background:#f9fafb;color:#111827;padding:.35rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:2rem}@media (max-width:768px){.terms-page-header h1{font-size:2rem}.terms-page-header{padding:3rem 1.5rem 2rem}.terms-legal-content{padding:2rem 1.5rem 3rem}}@media (max-width:640px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}.sg-page{max-width:900px}.sg-page a{color:#111827}.sg-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin:0 0 .6rem}.sg-h1{font-size:2.1rem;line-height:1.15;letter-spacing:-.02em;color:#111827;margin:0 0 1rem}.sg-lede{font-size:1.1rem;line-height:1.7;color:#374151;margin:0 0 1.75rem}.sg-h2{font-size:1.5rem;margin:2.75rem 0 .75rem}.sg-h2,.sg-h3{font-weight:700;color:#111827}.sg-h3{font-size:1.15rem;margin:0 0 .35rem}.sg-p{font-size:1.02rem;line-height:1.75;color:#374151;margin:0 0 1rem}.sg-tight{margin-bottom:.5rem}.sg-muted{color:#6b7280;font-size:.92rem}.sg-fine{color:#6b7280;font-size:.82rem;line-height:1.55;margin:.5rem 0 1rem}.sg-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin:0 0 1rem}.sg-stat{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:2px;min-width:0}.sg-stat-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.sg-stat-value{font-size:1.15rem;font-weight:700;color:#111827;line-height:1.2;overflow-wrap:anywhere}.sg-stat-sub{font-size:.8rem;color:#6b7280}.sg-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:.5rem 0;border:1px solid #e5e7eb;border-radius:10px}.sg-table{width:100%;border-collapse:collapse;font-size:.93rem;min-width:520px}.sg-table td:first-child,.sg-table th{white-space:nowrap}.sg-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;background:#f9fafb;padding:.65rem .8rem;border-bottom:1px solid #e5e7eb}.sg-table td{padding:.7rem .8rem;border-bottom:1px solid #f3f4f6;vertical-align:top;color:#111827}.sg-table tr:last-child td{border-bottom:0}.sg-blurb{display:block;font-size:.78rem;color:#6b7280;font-weight:400;line-height:1.4;margin-top:2px;max-width:220px}.sg-explorer{margin-top:2.5rem;padding-top:.25rem}.sg-controls{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;grid-gap:.75rem;gap:.75rem;align-items:end;margin:.75rem 0 1rem}.sg-field{display:flex;flex-direction:column;gap:4px;font-size:.82rem;font-weight:600;color:#374151}.sg-field em{font-weight:400;color:#9ca3af;font-style:normal}.sg-field input,.sg-field select{width:100%;padding:9px 11px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;color:#111827;background:#fff;box-sizing:border-box;font-family:inherit}.sg-dollar{position:relative}.sg-dollar>span{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.sg-dollar input{padding-left:24px}.sg-county-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.25rem 1rem;margin-top:.5rem}.sg-county-head{margin-bottom:.5rem}.sg-subsidy{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.85rem 1rem;margin:.5rem 0 .9rem}.sg-subsidy p{margin:0}.sg-cta-row{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-top:.75rem}.sg-btn{display:inline-block;background:#111827;color:#fff!important;text-decoration:none;border-radius:8px;padding:.7rem 1.2rem;font-weight:600;font-size:.95rem}.sg-btn:hover{background:#1f2937}.sg-faq-item{border-top:1px solid #e5e7eb;padding:.35rem 0}.sg-faq-item:last-child{border-bottom:1px solid #e5e7eb}.sg-faq-item summary{cursor:pointer;font-weight:600;color:#111827;padding:.6rem 0;font-size:1rem}.sg-faq-item p{color:#374151;line-height:1.7;margin:0 0 .9rem}.sg-state-grid{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.6rem;gap:.6rem}.sg-state-link{display:block;text-decoration:none;border:1px solid #e5e7eb;border-radius:10px;padding:.8rem .95rem;background:#fff;transition:border-color .15s}.sg-state-link:hover{border-color:#111827}.sg-state-name{display:block;font-weight:700;color:#111827}.sg-state-meta{display:block;font-size:.78rem;color:#6b7280;margin-top:2px}.sg-legend{margin-top:.5rem}.sg-legend ul{margin:0 0 .75rem;padding-left:1.1rem;color:#374151;font-size:.92rem;line-height:1.6}@media (max-width:720px){.sg-blurb{display:none}.sg-h1{font-size:1.65rem}.sg-controls,.sg-stats{grid-template-columns:1fr 1fr}.sg-field-wide{grid-column:1/-1}.sg-state-grid{grid-template-columns:1fr 1fr}.sg-county-card{padding:1rem .9rem .9rem}}@media (max-width:420px){.sg-state-grid{grid-template-columns:1fr}}.sg-scope{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.1rem 1.25rem .5rem;margin:0 0 .5rem}.sg-scope-title{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .6rem}.sg-scope-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.sg-scope-head{font-weight:700;font-size:.92rem;margin:0 0 .35rem;color:#111827}.sg-scope-head.sg-scope-no{color:#6b7280}.sg-scope ul{margin:0 0 .75rem;padding-left:1.1rem;color:#374151;font-size:.95rem;line-height:1.55}.sg-scope-foot{font-size:.88rem;color:#6b7280;margin:0 0 .6rem;line-height:1.5}@media (max-width:720px){.sg-scope-cols{grid-template-columns:1fr;gap:.25rem}}:root{--paper:#f4f3ef;--paper-line:#d6d3cc;--serif:"Instrument Serif",Georgia,"Times New Roman",serif}.e-page{background:var(--paper);color:#111827}.e-serif{font-family:var(--serif);font-weight:400;letter-spacing:-.01em}.e-container{width:min(1280px,100% - 48px);margin:0 auto}.e-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:24px;gap:24px}.e-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin:0}.e-h1{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5.3vw,76px);line-height:.98;letter-spacing:-.01em;margin:0;color:#111827}.e-h1 em,.e-h2 em,.e-quote em{font-style:italic}.e-h2{font-size:clamp(34px,3.4vw,50px);line-height:1.04;letter-spacing:-.01em}.e-h2,.e-h3{font-family:var(--serif);font-weight:400;margin:0;color:#111827}.e-h3{font-size:clamp(28px,2.8vw,40px);line-height:1.06}.e-lede{font-size:clamp(17px,1.3vw,20px);line-height:1.55}.e-body,.e-lede{color:#374151;margin:0}.e-body{font-size:16px;line-height:1.6}.e-small{font-size:13px;line-height:1.5;color:#6b7280;margin:0}.e-label{font-size:14px;font-weight:500;color:#111827}.e-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.03em}.e-green{color:#1f6f5c}.e-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:500;background:#111827;color:#fff;text-decoration:none;border:1px solid #111827;cursor:pointer;font-family:inherit;transition:background-color .15s,border-color .15s,transform .15s}.e-btn:hover{background:#1f2937;border-color:#1f2937;color:#fff}.e-btn-light{background:#fff;color:#111827;border-color:var(--paper-line)}.e-btn-light:hover{background:#fff;color:#111827;border-color:#111827}.e-btn-onink{background:#fff;color:#111827;border-color:#fff}.e-btn-onink:hover{background:#f4f3ef;color:#111827;border-color:#f4f3ef}.e-pill{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 12px 0 10px;border-radius:999px;border:1px solid var(--paper-line);background:#fff;font-size:13px;font-weight:500;color:#111827;white-space:nowrap}.e-dot{width:7px;height:7px;border-radius:50%;background:#1f6f5c;display:inline-block}.e-ledger{display:flex;flex-direction:column}.e-ledger>a,.e-ledger>div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:baseline;padding:14px 0;border-top:1px solid var(--paper-line)}.e-ledger>a:last-child,.e-ledger>div:last-child{border-bottom:1px solid var(--paper-line)}.e-ledger.e-onink>a,.e-ledger.e-onink>div{border-color:hsla(0,0%,100%,.18)}.e-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px rgba(17,24,39,.06),0 12px 40px rgba(17,24,39,.08)}.e-field{border:0;border-bottom:1px solid #111827;background:transparent;padding:8px 0 10px;font-size:20px;font-family:inherit;color:#111827;width:100%;border-radius:0}.e-field:focus{outline:none;box-shadow:0 1px 0 #111827}.e-field-wrap{position:relative}.e-field-wrap:after{content:none}.e-ink{background:#111827}.e-ink,.e-ink .e-h2,.e-ink .e-h3{color:#fff}.e-ink .e-eyebrow{color:hsla(0,0%,100%,.6)}.e-ink .e-body,.e-ink .e-lede{color:hsla(0,0%,100%,.75)}.e-ink .e-small{color:hsla(0,0%,100%,.6)}.e-ink .e-green{color:#9dd4c2}.e-section{padding:112px 0}.e-section-tight{padding:64px 0}.e-hair{height:1px;background:var(--paper-line)}@media (prefers-reduced-motion:no-preference){.e-rise{opacity:0;transform:translateY(14px);animation:e-rise .6s cubic-bezier(.2,.7,.2,1) forwards}.e-rise-2{animation-delay:.12s}.e-rise-3{animation-delay:.24s}.e-rise-4{animation-delay:.36s}@keyframes e-rise{to{opacity:1;transform:none}}}@media (max-width:900px){.e-section{padding:72px 0}.e-section-tight{padding:48px 0}.e-grid{grid-template-columns:1fr;gap:20px}.e-grid>*{grid-column:1/-1!important}.e-container{width:min(1280px,100% - 40px)}}.hp-hero{padding:56px 0 96px}.hp-hero-grid{align-items:center}.hp-hero-copy{grid-column:1/span 5;display:flex;flex-direction:column;gap:28px;padding-right:8px}.hp-hero-copy .e-lede{max-width:480px;font-size:19px}.hp-hero-visual{grid-column:6/span 7}.hp-hero-photo{height:600px;object-position:50% 35%}.hp-hero-photo,.hp-photo{display:block;width:100%;object-fit:cover;border-radius:12px;background:#e4e0d6}.hp-photo{height:300px}.hp-for{padding:112px 0 0}.hp-for-head{margin-bottom:40px;align-items:end}.hp-for-lede{grid-column:8/span 5;margin:0;font-size:16px}.hp-for-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.hp-for-item{display:flex;flex-direction:column;gap:16px}.hp-for-name{font-size:17px;font-weight:500;color:#111827;white-space:nowrap}.hp-for-item .e-ledger>div{grid-template-columns:auto minmax(0,1fr);gap:16px}.hp-for-item .e-ledger .e-small{text-align:right}.hp-cta-row{display:flex;gap:16px;flex-wrap:wrap}.hp-cta-row,.hp-ink-grid{align-items:center}.hp-ink-copy{grid-column:1/span 5;gap:22px}.hp-ink-copy,.hp-ink-result{display:flex;flex-direction:column}.hp-ink-result{grid-column:7/span 6;gap:18px}.hp-ink-foot,.hp-ink-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap}.hp-lead{color:#fff}.hp-dim{color:hsla(0,0%,100%,.7)}.hp-row-name{font-size:19px}.hp-dim .hp-row-name{font-size:17px}.hp-tag{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9dd4c2;margin-left:10px}.hp-row-total-lead{font-size:40px}.hp-row-total{font-size:26px}.hp-saves{font-size:17px;font-weight:500}.hp-how-head{margin-bottom:40px}.hp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.hp-step{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--paper-line);padding-top:18px}.hp-step-first{border-top-color:#111827}.hp-step-title{font-size:20px;font-weight:500;letter-spacing:-.01em;color:#111827}.hp-step-body{font-size:15px}.hp-crop{background:#fff;border:1px solid var(--paper-line);border-radius:12px;height:200px;padding:18px;overflow:hidden}.hp-crop-ui{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#111827}.hp-crop-label{font-size:12px;font-weight:600;color:#374151}.hp-crop-input{border:1px solid #d1d5db;border-radius:8px;padding:9px 12px;font-size:15px;display:flex;align-items:center;gap:2px}.hp-caret{display:inline-block;width:1px;height:16px;background:#111827;margin-left:2px}.hp-crop-suggest{border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.06)}.hp-crop-suggest span{display:block}.hp-crop-hint,.hp-crop-suggest span{font-size:12px;color:#6b7280}.hp-crop-stage{font-size:14px;color:#9ca3af;padding-left:22px;position:relative}.hp-crop-stage:before{content:"";position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;border:1px solid #d1d5db}.hp-crop-stage.hp-done{color:#6b7280}.hp-crop-stage.hp-done:before{background:#111827;border-color:#111827}.hp-crop-stage.hp-active{color:#111827;font-weight:600}.hp-crop-stage.hp-active:before{border:2px solid #111827}.hp-crop-text{margin:0;font-size:14px;line-height:1.55;color:#374151}.hp-pro{background:#fff}.hp-pro-render{grid-column:1/span 7}.hp-pro-render .hp-bill{max-width:620px;border:1px solid var(--paper-line);padding:32px 34px;font-size:16px}.hp-pro-render .hp-bill .e-ledger>div{padding:14px 0}.hp-pro-copy{grid-column:9/span 4;gap:24px}.hp-bill,.hp-pro-copy{display:flex;flex-direction:column}.hp-bill{background:#f4f3ef;border-radius:12px;padding:24px 26px;gap:16px;font-size:15px;color:#111827}.hp-bill-foot,.hp-bill-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.hp-bill .e-ledger>div{padding:12px 0}.hp-bill-flag{color:#111827}.hp-flag{display:inline-block;margin-left:8px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:2px 8px;vertical-align:middle}.hp-pro-list a{text-decoration:none;color:inherit}.hp-pro-list a:hover .hp-pro-name{text-decoration:underline;text-underline-offset:3px}.hp-pro-name{display:block;font-size:17px;font-weight:500;color:#111827}.hp-pro-desc{display:block;margin-top:2px}.hp-arrow{color:#6b7280}.hp-why{grid-column:1/span 9;display:flex;flex-direction:column;gap:28px}.hp-quote{font-size:clamp(26px,2.8vw,40px);line-height:1.18;margin:0;color:#111827}.hp-trust{max-width:560px}.hp-state{border-top:1px solid var(--paper-line);border-bottom:1px solid var(--paper-line)}.hp-state-copy{grid-column:1/span 6}.hp-state-finder{grid-column:8/span 5}.hp-finder-card{background:#fff;border:1px solid var(--paper-line);border-radius:12px;padding:20px}.hp-close-band{position:relative;height:640px;overflow:hidden;background:#111827;color:#fff;display:flex;align-items:center}.hp-close-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 60%;opacity:.9}.hp-close-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.82),rgba(17,24,39,.5) 40%,rgba(17,24,39,.1))}.hp-close-copy{position:relative;display:flex;flex-direction:column;gap:28px;align-items:flex-start}.hp-close-copy .e-h2{color:#fff;max-width:640px}.hp-close-copy .e-small{color:hsla(0,0%,100%,.75)}@media (max-width:900px){.hp-hero{padding:40px 0 56px}.hp-hero-copy{padding-right:0;gap:18px}.hp-hero-visual{margin-top:8px}.hp-hero-photo{height:380px;width:calc(100% + 20px);border-radius:12px 0 0 12px}.hp-for{padding:72px 0 0}.hp-for-lede{grid-column:1/-1}.hp-for-grid{grid-template-columns:1fr;gap:32px}.hp-photo{height:240px}.hp-close-band{height:auto;padding:72px 0}.hp-close-shade{background:linear-gradient(180deg,rgba(17,24,39,.7),rgba(17,24,39,.75))}.hp-steps{grid-template-columns:1fr}.hp-row-total-lead{font-size:30px}.hp-row-total{font-size:20px}.hp-bill{padding:18px;font-size:14px}}.hub-hero{padding:56px 0 40px}.hub-copy{grid-column:1/span 7;display:flex;flex-direction:column;gap:14px}.hub-copy .e-lede{max-width:580px}.hub-finder{grid-column:8/span 5}.hub-finder-card{background:#fff;border:1px solid var(--paper-line);border-radius:12px;padding:20px}.hub-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;padding:36px 0 32px}.hub-three>div{display:flex;flex-direction:column;gap:8px}.hub-three .e-body{font-size:15px}.hub-facts{margin-bottom:8px}.hub-index{padding:56px 0 24px}.hub-index-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.hub-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px 24px;gap:6px 24px;font-size:15px;line-height:1.7}.hub-list a{color:#111827;text-decoration:none}.hub-list a:hover{text-decoration:underline;text-underline-offset:3px}.hub-list a span{color:#6b7280;font-size:10px}.hub-close{padding:64px 0;display:flex;flex-direction:column;gap:20px;align-items:flex-start;border-top:1px solid var(--paper-line)}.sg-page,main.sg-page{background:transparent}.sg-h1{font-size:clamp(36px,4vw,56px);line-height:1.02}.sg-h1,.sg-h2{font-family:var(--serif);font-weight:400;letter-spacing:-.01em}.sg-h2{font-size:clamp(28px,2.6vw,36px)}.sg-lede{font-size:1.15rem}.sg-stat{background:transparent;border:0;border-top:1px solid #111827;border-radius:0;padding:12px 0 0}.sg-stat-value{font-size:1.35rem;font-weight:500}.sg-scope{background:#fff}.sg-explorer .sg-county-card,.sg-scope,.sg-table-wrap{border-color:var(--paper-line)}.sg-controls .sg-field input,.sg-controls .sg-field select{border-color:#d6d3cc}.sg-btn{border-radius:999px}.article-page.sg-page .cta-section{background:#fff;border-color:var(--paper-line)}.article-page.sg-page .cta-section .cta-button{border-radius:999px;padding:.8rem 1.4rem}.article-page.sg-page .cta-section h3{font-family:var(--serif);font-weight:400;font-size:1.9rem}@media (max-width:900px){.hub-hero{padding:36px 0 24px}.hub-three{grid-template-columns:1fr;padding:28px 0 24px}.hub-list{grid-template-columns:1fr 1fr}}@media (max-width:480px){.hub-list{grid-template-columns:1fr}}.dashboard-container .main-content{background:var(--paper)}.dashboard-container .main-content .card,.dashboard-container .main-content .notice-banner,.dashboard-container .main-content .overview-actions,.dashboard-container .main-content .overview-claims,.dashboard-container .main-content .progate-card,.dashboard-container .main-content .tracker-section,.dashboard-container .main-content .value-strip{border:1px solid var(--paper-line);box-shadow:none;border-radius:12px;background:#fff}.dashboard-container .main-content .value-strip{background:#fff}.dashboard-container .main-content .card-title,.dashboard-container .main-content .pa-card-title,.dashboard-container .main-content .progate-title,.dashboard-container .main-content .section-header h2,.dashboard-container .main-content .section-header h3,.dashboard-container .main-content .tracker-title,.dashboard-container .main-content h2:not(.e-keep){font-family:var(--serif);font-weight:400;letter-spacing:-.01em;color:#111827}.dashboard-container .main-content .card-title,.dashboard-container .main-content .pa-card-title,.dashboard-container .main-content .section-header h2,.dashboard-container .main-content .tracker-title{font-size:24px;line-height:1.1}.dashboard-container .main-content h3{font-family:var(--serif);font-weight:400;letter-spacing:-.01em;font-size:22px;line-height:1.15;color:#111827}.dashboard-container .main-content .progate-card h3{font-size:30px}.dashboard-container .main-content h2:not(.e-keep){font-size:28px;line-height:1.1}.dashboard-container .main-content .copay-card,.dashboard-container .main-content .detail-item,.dashboard-container .main-content .pa-stat{background:var(--paper);border:1px solid var(--paper-line);border-radius:10px}.dashboard-container .main-content h3.sav-section-title{font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.08em;color:#6b7280}.dashboard-container .main-content .bstat-value,.dashboard-container .main-content .detail-value,.dashboard-container .main-content .led-stat-value,.dashboard-container .main-content .pa-stat-value,.dashboard-container .main-content .stat-value,.dashboard-container .main-content .vs-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:500}.dashboard-container .main-content .btn,.dashboard-container .main-content .btn-outline,.dashboard-container .main-content .btn-primary,.dashboard-container .main-content .btn-secondary,.dashboard-container .main-content .btn-sm,.dashboard-container .main-content .intent-btn,.dashboard-container .main-content .progate-btn,.dashboard-container .main-content .sav-tab-link,.dashboard-container .main-content button[class$=-btn],.dashboard-container .main-content button[class*="-btn "]{border-radius:999px;font-weight:500}.dashboard-container .main-content .btn-outline,.dashboard-container .main-content .btn-secondary{border-color:var(--paper-line);color:#111827;background:#fff}.dashboard-container .main-content .btn-outline:hover,.dashboard-container .main-content .btn-secondary:hover{border-color:#111827}.dashboard-container .main-content .category-badge,.dashboard-container .main-content .ph-badge,.dashboard-container .main-content .pro-badge,.dashboard-container .main-content .sav-chip{border-radius:999px}.dashboard-container .main-content .progate-promise{background:#fff;border:1px solid var(--paper-line);color:#374151}.dashboard-container .main-content table th{font-size:11px;letter-spacing:.08em;color:#6b7280;border-bottom:1px solid #111827;background:transparent}.dashboard-container .main-content table td{border-bottom:1px solid var(--paper-line)}.dashboard-container .sidebar .nav-link{border-radius:999px;padding:9px 16px}.dashboard-container .sidebar .nav-section-label{letter-spacing:.08em;font-weight:600}.top-nav .nav-logout-btn,.top-nav .user-section a.nav-logout-btn{border-radius:999px;border-color:var(--paper-line);padding:6px 14px}.top-nav{border-bottom-color:var(--paper-line)!important}.results-page{background:var(--paper)!important;font-family:inherit!important}.results-page header.results-header{background:#fff;border-bottom:1px solid var(--paper-line);box-shadow:none}.results-page .results-main .card{border:1px solid var(--paper-line);box-shadow:none;border-radius:12px}.results-page .results-main .hero-card{background:#fff;border:1px solid #111827}.results-page .results-main .hero-plan-name{font-family:var(--serif);font-weight:400;font-size:40px;letter-spacing:-.01em}.results-page .results-main .section-title{font-family:var(--serif);font-weight:400;font-size:26px;letter-spacing:-.01em}.results-page .results-main .card-label{letter-spacing:.08em;font-weight:600}.results-page .results-main .btn-select-plan,.results-page .results-main .btn-signup-banner,.results-page .results-main .btn-text,.results-page .results-main .cta-button,.results-page .results-main button[class^=btn],.results-page header.results-header .btn-text{border-radius:999px;font-weight:500}.results-page .results-main .alt-detail,.results-page .results-main .cost-item,.results-page .results-main .risk-card,.results-page .results-main .step-card-small{border-color:var(--paper-line)}.results-page .results-main .cb-value,.results-page .results-main .cost-value,.results-page .results-main .risk-net,.results-page .results-main .risk-oop{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em}.article-header{background:var(--paper)}.article-title{font-size:clamp(36px,4vw,54px);line-height:1.05}.article-content h2,.article-title{font-family:var(--serif);font-weight:400;letter-spacing:-.01em}.article-content h2{font-size:1.9rem;line-height:1.15}.article-category-badge{border-radius:999px;letter-spacing:.08em}.article-category-badge,.article-page .cta-section{background:#fff;border:1px solid var(--paper-line)}.article-page .cta-section h3{font-family:var(--serif);font-weight:400;font-size:1.9rem;letter-spacing:-.01em}.article-page .cta-section .cta-button{border-radius:999px;padding:.8rem 1.4rem}.related-section h2,.related-section h3.related-title{font-family:var(--serif);font-weight:400}.privacy-page-header,.terms-page-header{background:var(--paper);border-bottom:1px solid var(--paper-line)}.privacy-page-header h1,.terms-page-header h1{font-family:var(--serif);font-weight:400;font-size:clamp(40px,4.5vw,56px);letter-spacing:-.01em;line-height:1.05}.privacy-legal-content h2,.terms-legal-content h2{font-family:var(--serif);font-weight:400;font-size:1.75rem;letter-spacing:-.01em;border-bottom-color:var(--paper-line)}@media (max-width:768px){.dashboard-container .main-content .btn,.dashboard-container .main-content .btn-outline,.dashboard-container .main-content .btn-primary,.dashboard-container .main-content .btn-secondary,.dashboard-container .main-content .btn-sm,.dashboard-container .main-content .intent-btn,.dashboard-container .main-content .progate-btn,.dashboard-container .main-content button[class$=-btn],.dashboard-container .main-content button[class*="-btn "]{min-height:40px}.ap-track-link.ap-track-link.ap-track-link,.change-plan-link.change-plan-link.change-plan-link,.results-header .start-over-link.start-over-link,.sav-tab-link.sav-tab-link.sav-tab-link{display:inline-flex;align-items:center;min-height:40px}.nav-logo.nav-logo.nav-logo,.top-nav .logo.logo{padding:6px 0}.rs-filter-button.rs-filter-button.rs-filter-button{min-height:36px}}.dashboard-container .main-content .appeal-tab,.dashboard-container .main-content .assistant-tab,.dashboard-container .main-content .benefits-tab,.dashboard-container .main-content .bill-tab,.dashboard-container .main-content .byg-tab,.dashboard-container .main-content .claims-tab,.dashboard-container .main-content .estimator-tab,.dashboard-container .main-content .le-tab,.dashboard-container .main-content .ledger-tab,.dashboard-container .main-content .pa-tab,.dashboard-container .main-content .plan-tab,.dashboard-container .main-content .rx-tab,.dashboard-container .main-content .savings-tab{grid-template-columns:minmax(0,1fr)}.dashboard-container .main-content .appeal-tab>*,.dashboard-container .main-content .assistant-tab>*,.dashboard-container .main-content .benefits-tab>*,.dashboard-container .main-content .bill-tab>*,.dashboard-container .main-content .byg-tab>*,.dashboard-container .main-content .claims-tab>*,.dashboard-container .main-content .estimator-tab>*,.dashboard-container .main-content .le-tab>*,.dashboard-container .main-content .ledger-tab>*,.dashboard-container .main-content .pa-tab>*,.dashboard-container .main-content .plan-tab>*,.dashboard-container .main-content .rx-tab>*,.dashboard-container .main-content .savings-tab>*{min-width:0}.dashboard-container .main-content .chat-bubble,.dashboard-container .main-content .chat-scroll,.dashboard-container .main-content .message-content{overflow-wrap:anywhere}