.state-page{max-width:1100px;margin:0 auto;padding:2rem 1rem}.state-page-container{width:100%}.state-page .breadcrumb{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.state-page .breadcrumb a{color:#2563eb;text-decoration:none}.state-page .breadcrumb a:hover{text-decoration:underline}.state-page .breadcrumb-sep{color:#9ca3af;margin:0 .5rem}.state-content-html{color:#374151;line-height:1.7}.state-content-html h1{color:#111827;margin:0 0 1rem;font-size:2rem;font-weight:700}.state-content-html h2{color:#1f2937;border-bottom:1px solid #e5e7eb;margin:2rem 0 .75rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.state-content-html h3{color:#374151;margin:1.5rem 0 .5rem;font-size:1.25rem;font-weight:600}.state-content-html p{margin:0 0 1rem}.state-content-html ul,.state-content-html ol{margin:0 0 1rem;padding-left:1.5rem}.state-content-html li{margin-bottom:.5rem}.state-content-html a{color:#2563eb;text-decoration:none}.state-content-html a:hover{text-decoration:underline}.state-content-html .state-stats-bar{flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0;display:flex}.state-content-html .state-stats-bar .stat-card{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;flex:1;min-width:150px;padding:1.25rem}.state-content-html .state-stats-bar .stat-number{color:#111827;font-size:2rem;font-weight:700;line-height:1.2;display:block}.state-content-html .state-stats-bar .stat-label{color:#6b7280;margin-top:.25rem;font-size:.875rem;display:block}.state-content-html .cities-grid{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0;display:grid}@media (min-width:640px){.state-content-html .cities-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.state-content-html .cities-grid{grid-template-columns:repeat(4,1fr)}}@keyframes cityCardEntrance{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cityShimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}.state-content-html .cities-grid .city-card{text-align:center;opacity:0;border:none;border-radius:1rem;flex-direction:column;justify-content:flex-end;align-items:center;min-height:160px;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.7s ease-out forwards cityCardEntrance;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.state-content-html .cities-grid .city-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)skew(-15deg)}.state-content-html .cities-grid .city-card:first-child{animation-delay:50ms}.state-content-html .cities-grid .city-card:nth-child(2){animation-delay:.1s}.state-content-html .cities-grid .city-card:nth-child(3){animation-delay:.15s}.state-content-html .cities-grid .city-card:nth-child(4){animation-delay:.2s}.state-content-html .cities-grid .city-card:nth-child(5){animation-delay:.25s}.state-content-html .cities-grid .city-card:nth-child(6){animation-delay:.3s}.state-content-html .cities-grid .city-card:nth-child(7){animation-delay:.35s}.state-content-html .cities-grid .city-card:nth-child(8){animation-delay:.4s}.state-content-html .cities-grid .city-card:nth-child(9){animation-delay:.45s}.state-content-html .cities-grid .city-card:nth-child(10){animation-delay:.5s}.state-content-html .cities-grid .city-card:nth-child(11){animation-delay:.55s}.state-content-html .cities-grid .city-card:nth-child(12){animation-delay:.6s}.state-content-html .cities-grid .city-card:nth-child(8n+1){background:linear-gradient(135deg,var(--color-primary)0%,color-mix(in srgb,var(--color-primary)70%,#000)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+2){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary)85%,#06f)0%,color-mix(in srgb,var(--color-primary)60%,#003)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+3){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary)80%,#f60)0%,color-mix(in srgb,var(--color-primary)55%,#330)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+4){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary)85%,#0cf)0%,color-mix(in srgb,var(--color-primary)60%,#003)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+5){background:linear-gradient(150deg,color-mix(in srgb,var(--color-primary)90%,#fff)0%,var(--color-primary)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+6){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary)80%,#c0f)0%,color-mix(in srgb,var(--color-primary)55%,#300)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+7){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary)80%,#0f6)0%,color-mix(in srgb,var(--color-primary)55%,#030)100%)}.state-content-html .cities-grid .city-card:nth-child(8n+8){background:linear-gradient(150deg,var(--color-primary)0%,color-mix(in srgb,var(--color-primary)65%,#000)100%)}.state-content-html .cities-grid .city-card:hover{text-decoration:none;transform:translateY(-8px)scale(1.03);box-shadow:0 25px 35px -5px #0003,0 15px 15px -5px #00000014}.state-content-html .cities-grid .city-card:hover:before{animation:.8s ease-in-out cityShimmer}.state-content-html .city-card .city-name{color:#fff;z-index:2;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3;display:block;position:relative}.state-content-html .city-card .city-count{color:#ffffffe6;z-index:2;font-size:.95rem;font-weight:500;position:relative}@media (prefers-reduced-motion:reduce){.state-content-html .cities-grid .city-card{opacity:1;animation:none}.state-content-html .cities-grid .city-card:before{display:none}.state-content-html .cities-grid .city-card:hover{transform:none}}.state-content-html .business-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;padding:1.25rem;transition:box-shadow .2s}.state-content-html .business-card:hover{box-shadow:0 4px 12px #00000014}.state-content-html .business-card h3{margin:0 0 .5rem;font-size:1.1rem}.state-content-html .business-card h3 a{color:#2563eb}.state-content-html .business-card .location{color:#374151;margin:.25rem 0;font-size:.9rem;font-weight:500}.state-content-html .business-card .address,.state-content-html .business-card .phone{color:#6b7280;margin:.25rem 0;font-size:.9rem}.state-content-html .business-card .rating{color:#374151;margin:.25rem 0;font-size:.9rem}.state-content-html .business-card .stars{color:#f59e0b}.state-content-html .category-list{flex-wrap:wrap;gap:.75rem;margin:1rem 0;display:flex}.state-content-html .category-list .category-tag{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9999px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-block}.state-content-html .category-list .category-tag:hover{background:#eff6ff;border-color:#2563eb;text-decoration:none}.state-content-html .faq-section h3{cursor:default}.state-content-html .nearby-states-links{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.state-content-html .nearby-states-links a{color:#2563eb;background:#f3f4f6;border-radius:9999px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:background-color .2s;display:inline-block}.state-content-html .nearby-states-links a:hover{background:#e5e7eb;text-decoration:none}.state-content-html .cta-section{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:1rem;margin:2rem 0;padding:2.5rem}.state-content-html .cta-section h2{color:#1e40af;border-bottom:none;margin-top:0}.state-content-html .cta-section .cta-button{color:#fff;background:#2563eb;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.state-content-html .cta-section .cta-button:hover{color:#fff;background:#1d4ed8;text-decoration:none}.state-cities-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.state-cities-section h3{color:#1f2937;margin:0 0 1rem;font-size:1.125rem;font-weight:600}.state-cities-grid{flex-wrap:wrap;gap:.5rem;display:flex}.state-city-link{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:2rem;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.state-city-link:hover{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;text-decoration:none}.state-city-count{color:#6b7280;background:#e5e7eb;border-radius:1rem;padding:.1rem .4rem;font-size:.75rem;font-weight:500;display:inline-block}.state-browse-cta{margin-top:1rem}.state-browse-link{color:#fff;background:#2563eb;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-block}.state-browse-link:hover{background:#1d4ed8;text-decoration:none}.state-page .cross-links{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.state-page .cross-links h3{color:#374151;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.state-page .cross-links ul{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}.state-page .cross-links li a{color:#2563eb;background-color:#f3f4f6;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:inline-block}.state-page .cross-links li a:hover{background-color:#e5e7eb}.state-content-html table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.state-content-html th,.state-content-html td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem}.state-content-html th{color:#374151;background-color:#f9fafb;font-weight:600}.state-content-html tr:hover{background-color:#f9fafb}.state-content-html strong{color:#111827;font-weight:600}@media (max-width:640px){.state-content-html h1{font-size:1.5rem}.state-content-html h2{font-size:1.25rem}.state-content-html .state-stats-bar{flex-direction:column}.state-content-html .state-stats-bar .stat-card{min-width:unset}.state-content-html .cities-grid .city-card{min-height:140px;padding:1.25rem}.state-content-html .city-card .city-name{font-size:1.125rem}.state-content-html .category-list{flex-direction:column}.state-content-html table{display:block;overflow-x:auto}.state-content-html .cta-section{padding:1.5rem}}
