.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:15px 20px}.nav-brand{display:flex;align-items:center}.nav{display:flex;align-items:center;gap:30px}.nav a{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease}.nav a:hover{color:#2563eb}.btn-sm{padding:8px 16px;font-size:.9rem}.logo{display:inline-block}.logo-img{height:auto;display:block}.logo.small .logo-img{width:120px}.logo.medium .logo-img{width:180px}.logo.large .logo-img{width:240px}.logo-text-main{font-family:Segoe UI,sans-serif;font-size:16px;font-weight:700;fill:#1f2937}.logo-text-sub{font-family:Segoe UI,sans-serif;font-size:14px;font-weight:500;fill:#6b7280}.logo-state{font-family:Segoe UI,sans-serif;font-size:8px;font-weight:600;fill:#fff;text-anchor:middle}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;color:#1f2937;margin-bottom:24px;line-height:1.2}.hero p{font-size:1.3rem;color:#4b5563;margin-bottom:40px;line-height:1.6}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:8px}.stat-label{color:#6b7280;font-weight:500}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{gap:30px}}.logo-hero{display:flex;justify-content:center;margin-bottom:30px}.logo-hero-img{width:200px;height:auto}.hero-state{font-family:Segoe UI,sans-serif;font-size:10px;font-weight:700;fill:#fff;text-anchor:middle}@media (max-width: 768px){.logo-hero-img{width:150px}}.services{background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.service-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.service-icon{font-size:3rem;margin-bottom:20px}.service-card h3{font-size:1.5rem;color:#1f2937;margin-bottom:15px}.service-card p{color:#6b7280;line-height:1.6}.states{background:#fff}.states-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.state-card{background:#f8fafc;padding:40px 30px;border-radius:12px;text-align:center;border:2px solid #e2e8f0;transition:border-color .3s ease}.state-card:hover{border-color:#2563eb}.state-card h3{font-size:2rem;color:#1f2937;margin-bottom:20px}.state-info{margin-bottom:30px}.state-info p{margin-bottom:8px;color:#4b5563}.state-info a{color:#2563eb;text-decoration:none}.state-info a:hover{text-decoration:underline}.contact{background:#1f2937;color:#fff}.contact .section-title,.contact .section-subtitle{color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info h3,.contact-form h3{font-size:1.5rem;margin-bottom:30px;color:#fff}.contact-methods{display:flex;flex-direction:column;gap:30px}.contact-method{padding:20px;background:#ffffff0d;border-radius:8px}.contact-method h4{color:#60a5fa;margin-bottom:8px}.contact-method p{color:#d1d5db;margin-bottom:10px}.contact-link{color:#60a5fa;text-decoration:none;font-weight:600}.contact-link:hover{text-decoration:underline}.contact-form form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form select,.contact-form textarea{padding:12px;border:1px solid #374151;border-radius:6px;background:#374151;color:#fff;font-size:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ca3af}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:40px}}.submit -message{padding:12px;border-radius:6px;margin-top:10px;font-weight:500}.submit-message.success{background:#10b981;color:#fff}.submit-message.error{background:#ef4444;color:#fff}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.footer{background:#111827;color:#d1d5db;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{color:#fff;margin-bottom:20px;font-size:1.2rem}.footer-section p{line-height:1.6;margin-bottom:10px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#60a5fa}.footer-bottom{border-top:1px solid #374151;padding-top:20px;text-align:center;color:#9ca3af;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;background:#2563eb;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s ease;border:none;cursor:pointer}.btn:hover{background:#1d4ed8}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563}.section{padding:60px 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:20px;color:#1f2937}.section-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}
