*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--blue-50:#EEF5FC;--blue-100:#D6E8F7;--blue-200:#B5D4F0;--blue-300:#8DBDE5;--blue-400:#6AA3D6;--blue-500:#4F8EC6;--blue-600:#3D78AE;--blue-700:#2F6396;--blue-800:#244E7A;--blue-900:#1C3C5F;--coral-50:#FFF1EF;--coral-100:#FFD9D4;--coral-400:#F08080;--coral-500:#E86F6F;--coral-600:#D45A5A;--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;--green-50:#F0FDF4;--green-100:#DCFCE7;--green-500:#10B981;--green-600:#059669;--red-50:#FEF2F2;--red-500:#EF4444;--amber-50:#FFFBEB;--amber-500:#F59E0B;--amber-600:#D97706;--purple-50:#FAF5FF;--purple-500:#8B5CF6;--white:#FFFFFF;--font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}.container,.container-narrow{max-width:1120px;margin:0 auto;padding:0 24px}.container-narrow{max-width:720px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);height:64px}.nav-inner{max-width:1120px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{gap:10px;font-weight:700;font-size:1.1rem;color:var(--gray-900)}.nav-logo img{width:36px;height:36px;border-radius:8px;object-fit:contain}.logo-icon,.nav-links,.nav-logo{display:flex;align-items:center}.nav-links{gap:8px}.mobile-menu a,.nav-links a{font-weight:500;border-radius:var(--radius-sm)}.nav-links a{font-size:.875rem;color:var(--gray-600);padding:8px 14px;transition:all .15s}.nav-links a:hover{color:var(--gray-900)}.nav-cta{background:var(--coral-500)!important;color:var(--white)!important;font-weight:600!important;transition:background .15s!important}.nav-cta:hover{background:var(--coral-600)!important}.mobile-menu,.nav-toggle{display:none;flex-direction:column}.nav-toggle{gap:5px;background:0 0;border:0;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:.2s}.mobile-menu{position:fixed;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);padding:16px 24px;gap:8px;z-index:99;box-shadow:var(--shadow-lg)}.mobile-menu a{font-size:1rem;color:var(--gray-700);padding:12px 16px;display:block}.mobile-menu a:hover,.nav-links a:hover{background:var(--gray-50)}.mobile-menu .nav-cta{text-align:center;margin-top:8px}@media (max-width:768px){.nav-links{display:none}.mobile-menu.open,.nav-toggle{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:600;font-size:.925rem;padding:12px 24px;border-radius:var(--radius-sm);border:0;cursor:pointer;transition:all .15s;text-decoration:none;line-height:1.4}.btn-primary{background:var(--blue-500);color:var(--white);box-shadow:0 1px 3px rgba(79,142,198,.3)}.btn-primary:hover{background:var(--blue-600);transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,142,198,.3)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-ghost{background:0 0;color:var(--blue-600);padding:12px 16px}.btn-ghost:hover{background:var(--blue-50)}.btn-lg{padding:16px 32px;font-size:1rem}.btn-sm{padding:8px 16px;font-size:.8rem}.btn-icon{width:20px;height:20px}.section{padding:80px 0}.section-sm{padding:48px 0}.section-lg{padding:100px 0}.section-gray,.state-picker select{background:var(--gray-50)}.section-dark{background:var(--gray-900);color:var(--white)}.section-blue{background:var(--blue-50)}.section-head{text-align:center;margin-bottom:48px}.section-head-left{margin-bottom:40px}.section-eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--blue-500);margin-bottom:12px}.section-dark .section-eyebrow{color:var(--blue-300)}.hero-portal h1,.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--gray-900);line-height:1.2;letter-spacing:-.02em}.section-dark .section-title{color:var(--white)}.section-sub{font-size:1.05rem;color:var(--gray-500);max-width:560px;margin:14px auto 0;line-height:1.65}.section-dark .section-sub{color:var(--gray-400)}.hero-portal{padding:100px 0 60px;background:linear-gradient(180deg,#e3f0fa 0%,var(--white) 100%);text-align:center}.hero-portal h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;margin-bottom:16px}.hero-portal h1 span{color:var(--coral-500)}.hero-portal .hero-sub{font-size:1.15rem;color:var(--gray-500);max-width:600px;margin:0 auto 32px;line-height:1.65}.state-picker{max-width:540px;margin:0 auto 40px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:8px;box-shadow:var(--shadow-lg);display:flex;gap:8px}.state-picker select{flex:1;padding:14px 16px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem;color:var(--gray-700);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.state-picker select:focus{outline:0;border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(79,142,198,.15)}.state-picker .btn{white-space:nowrap}@media (max-width:500px){.state-picker{flex-direction:column}}.quick-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.quick-link{font-size:.8rem;font-weight:500;color:var(--gray-500);padding:6px 14px;border:1px solid var(--gray-200);border-radius:100px;transition:all .15s}.quick-link:hover{color:var(--blue-600);border-color:var(--blue-300);background:var(--blue-50)}.deadline-table td,.deadline-table th,.trust-bar{padding:40px 0;border-bottom:1px solid var(--gray-200)}.trust-items{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.trust-item{text-align:center}.trust-number{font-size:1.75rem;font-weight:700;color:var(--blue-500);line-height:1.2}.trust-label{font-size:.8rem;color:var(--gray-400);font-weight:500;margin-top:2px}.trust-sep{width:1px;height:36px;background:var(--gray-200)}@media (max-width:600px){.trust-sep{display:none}.trust-items{gap:24px}}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.tool-card{padding:28px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);transition:all .2s;display:flex;flex-direction:column}.tool-card:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tool-card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tool-card-icon svg{width:22px;height:22px}.sidebar-nav li a:hover,.tool-card-icon.blue{background:var(--blue-50);color:var(--blue-500)}.tool-card-icon.green{background:var(--green-50);color:var(--green-500)}.tool-card-icon.amber{background:var(--amber-50);color:var(--amber-500)}.tool-card-icon.purple{background:var(--purple-50);color:var(--purple-500)}.tool-card h4{font-size:1.05rem;font-weight:600;color:var(--gray-900);margin-bottom:6px}.tool-card p{font-size:.875rem;color:var(--gray-500);line-height:1.6;flex:1}.tool-card .tool-link{font-size:.85rem;font-weight:600;color:var(--blue-500);margin-top:16px;display:inline-flex;align-items:center;gap:6px;transition:gap .15s}.tool-card:hover .tool-link{gap:10px}@media (max-width:600px){.tools-grid{grid-template-columns:1fr}}.states-grid-compact{display:grid;grid-template-columns:repeat(10,1fr);gap:6px;max-width:560px;margin:0 auto 40px}.state-chip{display:flex;align-items:center;justify-content:center;aspect-ratio:1;font-size:.6rem;font-weight:700;color:var(--white);background:var(--blue-500);border-radius:6px;transition:all .15s;cursor:pointer;text-decoration:none}.state-chip:hover{background:var(--blue-400);transform:scale(1.12)}@media (max-width:600px){.states-grid-compact{grid-template-columns:repeat(5,1fr);gap:8px}.state-chip{font-size:.7rem;border-radius:8px}}.reg-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reg-card{padding:24px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.reg-card h4{font-size:.9rem;font-weight:600;margin-bottom:8px}.reg-card.high h4{color:var(--red-500)}.reg-card.medium h4{color:var(--amber-500)}.reg-card.low h4{color:var(--green-500)}.reg-card p{font-size:.85rem;color:var(--gray-400);line-height:1.6}@media (max-width:768px){.reg-cards{grid-template-columns:1fr}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:28px;border:1px solid var(--gray-200);border-radius:var(--radius);transition:all .2s}.feature-card:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md)}.feature-icon{width:44px;height:44px;background:var(--blue-50);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-card h4,.step-item h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:6px}.feature-card p,.step-item p{font-size:.875rem;color:var(--gray-500);line-height:1.6}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features-grid{grid-template-columns:1fr}}.steps-row{display:flex;align-items:flex-start;justify-content:center;gap:12px}.step-item{flex:1;max-width:230px;text-align:center}.step-arrow,.step-num{display:flex;align-items:center}.step-num{width:44px;height:44px;background:var(--blue-500);color:var(--white);font-size:1.1rem;font-weight:700;border-radius:50%;justify-content:center;margin:0 auto 14px}.step-item h4{font-size:.95rem}.step-item p{font-size:.825rem}.step-arrow{padding-top:10px;color:var(--gray-300)}@media (max-width:768px){.steps-row{flex-direction:column;align-items:center}.step-item{max-width:360px}.step-arrow{transform:rotate(90deg)}}.quote-block{text-align:center;padding:80px 0;background:var(--blue-50)}.quote-text{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:500;color:var(--gray-800);max-width:640px;margin:0 auto 14px;line-height:1.55;font-style:italic}.footer-col a,.footer-col h5,.quote-attr{font-size:.875rem;color:var(--gray-400)}.cta-banner{padding:80px 0}.cta-box{text-align:center;padding:56px 40px;background:linear-gradient(135deg,var(--blue-800) 0%,var(--blue-600) 50%,var(--coral-500) 100%);border-radius:20px;color:var(--white)}.cta-box h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.cta-box p{font-size:.95rem;opacity:.85;margin-bottom:24px}.cta-box .btn-primary{background:var(--white);color:var(--blue-600);box-shadow:0 2px 12px rgba(0,0,0,.12)}.cta-box .btn-primary:hover{background:var(--gray-100)}.footer{padding:56px 0 28px;background:var(--gray-50);border-top:1px solid var(--gray-200)}.footer-grid{display:flex;justify-content:space-between;gap:48px;margin-bottom:36px}.footer-brand{max-width:260px}.cta-box h2,.footer-brand .nav-logo{margin-bottom:10px}.footer-tagline{font-size:.875rem;color:var(--gray-500);line-height:1.5}.footer-cols{display:flex;gap:56px}.footer-col h5{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.footer-col a{display:block;color:var(--gray-600);margin-bottom:8px;transition:color .15s}.footer-col a:hover,.footer-social a:hover{color:var(--blue-500)}.footer-bottom,.footer-social a{color:var(--gray-400);display:flex}.footer-bottom{justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--gray-200);font-size:.78rem}.footer-social{display:flex;gap:14px}.footer-social a{transition:color .15s}@media (max-width:768px){.footer-grid{flex-direction:column;gap:32px}.footer-cols{flex-wrap:wrap;gap:32px}.footer-bottom{flex-direction:column;gap:14px;text-align:center}}.state-hero{padding:100px 0 48px;background:linear-gradient(180deg,#e3f0fa 0%,var(--white) 100%)}.breadcrumb{font-size:.8rem;color:var(--gray-400);margin-bottom:16px}.breadcrumb a,.disclaimer a,.legal-page a{color:var(--blue-500)}.breadcrumb a:hover,.legal-page a:hover{text-decoration:underline}.breadcrumb .sep{margin:0 8px}.state-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:12px;line-height:1.15}.state-hero .hero-sub{font-size:1.05rem;color:var(--gray-500);max-width:600px;line-height:1.65;margin-bottom:20px}.state-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:8px}.sidebar-nav li a,.state-meta-item{font-size:.85rem;color:var(--gray-600)}.state-meta-item{display:flex;align-items:center;gap:8px}.state-meta-item .dot{width:8px;height:8px;border-radius:50%}.dot-high{background:var(--red-500)}.dot-medium{background:var(--amber-500)}.dot-low{background:var(--green-500)}.state-content{display:grid;grid-template-columns:1fr 320px;gap:48px;padding:48px 0 80px}.state-main{min-width:0}.state-sidebar{position:sticky;top:88px;align-self:start}@media (max-width:900px){.state-content{grid-template-columns:1fr}.state-sidebar{position:static}}.content-section{margin-bottom:48px}.content-section h2,.state-hero h1,.tool-hero h1{font-weight:700;color:var(--gray-900)}.content-section h2{font-size:1.3rem;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--blue-100)}.content-section h3{font-size:1.05rem;font-weight:600;margin:20px 0 10px}.content-section li,.content-section p{font-size:.925rem;color:var(--gray-600);line-height:1.7;margin-bottom:12px}.content-section ol,.content-section ul{padding-left:20px;margin-bottom:16px}.content-section li{margin-bottom:6px}.content-section h3,.content-section li strong{color:var(--gray-800)}.info-box{padding:20px 24px;border-radius:var(--radius-sm);margin:16px 0;border-left:4px solid}.info-box p{margin-bottom:0}.info-box.tip{background:var(--green-50);border-color:var(--green-500)}.info-box.warning{background:var(--amber-50);border-color:var(--amber-500)}.info-box.important{background:var(--red-50);border-color:var(--red-500)}.info-box.info{background:var(--blue-50);border-color:var(--blue-500)}.info-box-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.info-box.tip .info-box-label{color:var(--green-600)}.info-box.warning .info-box-label{color:var(--amber-600)}.info-box.important .info-box-label{color:var(--red-500)}.info-box.info .info-box-label{color:var(--blue-600)}.sidebar-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:24px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.sidebar-card h4,.wizard-step h3{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:14px}.sidebar-card p{font-size:.85rem;color:var(--gray-500);line-height:1.6;margin-bottom:16px}.sidebar-card .btn{width:100%}.sidebar-nav{list-style:none}.sidebar-nav li a{display:block;padding:8px 12px;border-radius:6px;transition:all .15s}.sidebar-nav li a:hover{color:var(--blue-600)}.deadline-table{width:100%;border-collapse:collapse;margin:12px 0 16px}.deadline-table td,.deadline-table th{padding:10px 14px;text-align:left}.deadline-table th{font-weight:600;color:var(--gray-700);background:var(--gray-50);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.deadline-table td{font-size:.875rem;color:var(--gray-600)}.subject-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.subject-tag{font-size:.78rem;font-weight:500;color:var(--blue-700);background:var(--blue-50);padding:5px 12px;border-radius:100px}.disclaimer{font-size:.8rem;color:var(--gray-400);line-height:1.6;padding:20px 0;border-top:1px solid var(--gray-200);margin-top:40px}.tool-hero{padding:100px 0 40px;background:linear-gradient(180deg,#e3f0fa 0%,var(--white) 100%)}.tool-hero h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:10px}.tool-hero .hero-sub{font-size:1rem;color:var(--gray-500);max-width:560px;line-height:1.65}.tool-container{max-width:640px;margin:0 auto;padding:40px 0 80px}.wizard-step{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:32px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.wizard-step h3{font-size:1.1rem;margin-bottom:6px}.wizard-step p{font-size:.875rem;color:var(--gray-500);margin-bottom:20px}.wizard-step label{display:block;font-size:.85rem;font-weight:500;color:var(--gray-700);margin-bottom:6px}.wizard-step input[type=date],.wizard-step input[type=text],.wizard-step select{width:100%;padding:12px 14px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-family:var(--font);font-size:.925rem;color:var(--gray-700);background:var(--white);transition:border-color .15s,box-shadow .15s;appearance:none}.wizard-step select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.wizard-step input:focus,.wizard-step select:focus{outline:0;border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(79,142,198,.12)}.results-card{background:var(--white);border:2px solid var(--blue-200);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow-md)}.results-card h3{font-size:1.2rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.results-card .results-sub{font-size:.875rem;color:var(--gray-500);margin-bottom:24px}.results-section{margin-bottom:24px}.results-section h4{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:10px;display:flex;align-items:center;gap:8px}.checklist{list-style:none}.checklist li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:.9rem;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.checklist li:last-child{border-bottom:none}.check-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.check-icon.green{background:var(--green-100);color:var(--green-500)}.check-icon.blue{background:var(--blue-100);color:var(--blue-500)}.results-cta{display:flex;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--gray-200);flex-wrap:wrap}.hidden{display:none!important}.legal-page{padding:100px 0 80px}.legal-page h1{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:6px}.legal-page .updated{font-size:.85rem;color:var(--gray-400);margin-bottom:36px}.legal-page h2{font-size:1.15rem;font-weight:600;color:var(--gray-900);margin:28px 0 10px}.legal-page li,.legal-page p{font-size:.925rem;color:var(--gray-600);line-height:1.75;margin-bottom:10px}.legal-page ul{padding-left:22px;margin-bottom:10px}@media print{.cta-banner,.footer,.mobile-menu,.nav{display:none}body{color:#000}.hero-portal,.state-hero,.tool-hero{background:0 0;padding-top:20px}}