.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;justify-content:center}.cta-button{background-color:#0b3d91;color:#fff;padding:0.7rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:600}.cta-button:hover{background-color:#062a63}.secondary-button{background-color:#eee;color:#0b3d91;padding:0.7rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:600}.secondary-button:hover{background-color:#ddd}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1.5rem;margin-top:2rem}.step{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.08);text-align:center}html,body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:'Helvetica Neue', Arial, sans-serif;color:#1a1a1a;background-color:#f8f8f8}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0b3d91;color:#fff}.header a{color:#fff;text-decoration:none;margin-left:1.5rem;font-weight:bold}.header a:hover{text-decoration:underline}.main{flex:1 0 auto;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;max-width:1000px;margin:0 auto;width:100%}.main > div{background-color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.1);max-width:800px;width:100%}.widget-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;width:100%;max-width:1000px}.provider-card{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 6px rgba(0,0,0,0.08);display:flex;flex-direction:column;justify-content:space-between}.provider-card h3{margin:0 0 0.5rem 0;font-size:1.2rem;color:#0b3d91}.provider-card p{margin:0.3rem 0}.provider-card button{margin-top:1rem;padding:0.5rem;background-color:#0b3d91;color:#fff;border:none;border-radius:4px;cursor:pointer}.provider-card button:hover{background-color:#062a63}.form-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.08);width:100%;max-width:500px}.form-container input,.form-container select,.form-container button,.form-container textarea{width:100%;box-sizing:border-box;padding:0.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.form-container button{background-color:#0b3d91;color:#fff;border:none;cursor:pointer;padding:0.7rem}.form-container button:hover{background-color:#062a63}.form-container .field-error{color:#d93025;font-size:0.85rem;margin-top:-0.5rem;margin-bottom:1rem}.form-container .field-error::before{content:"⚠ ";font-weight:bold}.form-container .field-error{animation:fadeIn 0.3s ease-in}@keyframes fadeIn {from{opacity:0}to{opacity:1}}.footer{display:flex;justify-content:center;align-items:center;padding:1rem 2rem;background-color:#333;color:#eee;margin-top:2rem;flex-wrap:wrap;flex-shrink:0}.footer a{color:#fff;text-decoration:none;margin:0 0.5rem}.footer a:hover{color:#ffd700}.form-container label{display:block;font-weight:600;margin-bottom:0.3rem;color:#0b3d91;font-size:0.95rem}.form-container input:focus + label,.form-container select:focus + label,.form-container textarea:focus + label{color:#062a63}.form-container label span.optional{font-weight:normal;color:#666;font-size:0.85rem}.main h1{font-size:2rem;font-weight:700;color:#0b3d91;margin-bottom:1.5rem;text-align:center}.main h2{font-size:1rem;font-weight:400;color:#555;text-align:center;margin-bottom:2rem}