* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #00a8ff;
    --secondary-color: #0078d4;
    --accent-color: #ff4b4b;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --bg-light: #f7f9fc;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Badge gouvernemental */
.government-badge {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1001;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.government-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.france-flag {
    display: flex;
    width: 24px;
    height: 16px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 2px;
}

.france-flag span {
    flex: 1;
    height: 100%;
}

.france-flag .blue {
    background: #002654;
}

.france-flag .white {
    background: #ffffff;
}

.france-flag .red {
    background: #ED2939;
}

.badge-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}

header {
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 20px rgba(0,0,0,0.08);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav {
    padding: 1rem 0;
}

nav .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hamburger menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.logo .logo-text {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.cta-btn {
    background: var(--accent-color);
    color: var(--white) !important;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    transition: all 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 15px rgba(255,75,75,0.2);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.hero {
    background: linear-gradient(135deg, rgba(0, 168, 255, 0.8), rgba(0, 120, 212, 0.8)), url('background.jpg') center/cover no-repeat;
    color: var(--white);
    padding: 140px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-with-form {
    padding: 140px 0 40px;
}

.hero-with-form .hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-form-wrapper {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
    z-index: 10;
}

.form-title-hero {
    color: var(--text-dark);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.hero-form-wrapper .form-subtitle {
    color: var(--text-light);
    margin-bottom: 2rem;
}

.hero-form-wrapper .form-step {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.hero-form-wrapper .form-step h3 {
    color: var(--text-dark);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.hero-form-wrapper .form-group label {
    color: var(--text-dark);
}

.hero-form-wrapper .btn-submit {
    background: var(--accent-color);
    color: white;
}

.hero-form-wrapper #leadForm {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.hero-form-wrapper .success-message {
    background: var(--primary-color);
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.9);
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: inline-block;
    background: var(--accent-color);
    color: var(--white);
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255,75,75,0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255,75,75,0.4);
    background: #ff3333;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.feature {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    font-weight: 600;
    transition: all 0.3s;
}

.feature:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.benefits {
    padding: 80px 0;
    background: var(--bg-light);
}

.section-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    font-weight: 800;
    letter-spacing: -0.5px;
}

.contact-form .section-title {
    border: 3px solid var(--accent-color);
    padding: 1rem 2rem;
    border-radius: 15px;
    display: inline-block;
    transition: all 0.3s;
    background: rgba(255, 75, 75, 0.05);
}

.contact-form .section-title:hover {
    background: rgba(255, 75, 75, 0.1);
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(255, 75, 75, 0.2);
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin: 1.5rem auto 3rem;
    border-radius: 2px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,168,255,0.15);
    border-color: var(--primary-color);
}

.benefit-card .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.benefit-card p {
    color: var(--text-light);
}

.products {
    padding: 80px 0;
}


.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card {
    background: var(--white);
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,168,255,0.15);
    border-color: var(--primary-color);
}

.product-card h3 {
    color: var(--text-dark);
    margin: 1.5rem 2rem 1rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.product-card ul {
    list-style: none;
    padding: 0 2rem 2rem;
}

.product-card li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-light);
}

.product-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.funding {
    padding: 80px 0;
    background: var(--bg-light);
}


.funding-content {
    background: var(--white);
    padding: 4rem;
    border-radius: 25px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.funding-content:before {
    content: '€';
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 200px;
    color: rgba(0,168,255,0.05);
    font-weight: bold;
}

.funding-text h3 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.funding-text ul {
    list-style: none;
    margin: 2rem 0;
}

.funding-text li {
    padding: 0.8rem 0;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.highlight {
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
}

.contact-form {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

.contact-form-inline {
    background: transparent !important;
    padding: 0 !important;
}


.form-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

#leadForm {
    background: var(--white);
    padding: 3.5rem;
    border-radius: 25px;
    box-shadow: var(--shadow);
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.05);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select {
    padding: 1rem;
    border: 2px solid #e8ecf1;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s;
    background: #fafbfc;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(0,168,255,0.1);
}

/* Boutons d'options */
.button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.household-size-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

.option-button {
    padding: 1.2rem 2rem;
    border: 3px solid #e0e0e0;
    background: white;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--text-dark);
    text-align: center;
    min-width: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.household-size-buttons .option-button {
    padding: 1.5rem 1rem;
    min-width: auto;
    font-size: 1.3rem;
}

.option-button:hover {
    border-color: var(--primary-color);
    background: #f0f9ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,168,255,0.2);
}

.option-button:active {
    transform: translateY(-1px);
}

.option-button.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(0,168,255,0.4);
    font-weight: 800;
}

.option-button.active::before {
    content: '✓';
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.hero-form-wrapper .option-button {
    color: var(--text-dark);
    background: white;
}

.hero-form-wrapper .option-button:hover {
    background: #f0f9ff;
}

.hero-form-wrapper .option-button.active {
    background: var(--primary-color);
    color: white;
    transform: scale(1.05);
}

.btn-submit {
    width: 100%;
    padding: 1.4rem;
    background: var(--accent-color);
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(255,75,75,0.3);
}

.btn-submit:hover {
    background: #ff3333;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255,75,75,0.4);
}

.success-message {
    background: var(--primary-color);
    color: var(--white);
    padding: 2rem;
    border-radius: 15px;
    margin-top: 2rem;
    text-align: center;
}

.success-message h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.success-message ul {
    list-style: none;
    margin-top: 1rem;
}

.success-message li {
    padding: 0.3rem 0;
}

footer {
    background: var(--text-dark);
    color: var(--white);
    text-align: center;
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .government-badge {
        top: 10px;
        right: 10px;
        padding: 8px 15px;
        gap: 8px;
    }
    
    .france-flag {
        width: 20px;
        height: 14px;
    }
    
    .badge-text {
        font-size: 0.75rem;
        display: none;
    }
    
    header {
        padding: 0.8rem 0;
    }
    
    nav .container {
        justify-content: space-between;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-links {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        gap: 0;
        z-index: 1000;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        width: 100%;
        text-align: center;
        margin: 0.5rem 0;
    }
    
    .nav-links a {
        display: block;
        padding: 1rem;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    
    .nav-links .cta-btn {
        margin-top: 1rem;
        display: inline-block;
        width: auto;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-with-form {
        padding: 80px 0 20px;
    }
    
    .hero-with-form .hero-content {
        padding: 0 15px;
    }
    
    .hero-form-wrapper {
        padding: 1.5rem;
        margin-top: 1.5rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .form-title-hero {
        font-size: 1.5rem;
    }
    
    .button-group {
        gap: 0.8rem;
    }
    
    .household-size-buttons {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.8rem;
        max-width: 100%;
    }
    
    .option-button {
        padding: 1rem 1.2rem;
        font-size: 1rem;
        min-width: auto;
        border-width: 2px;
    }
    
    .household-size-buttons .option-button {
        padding: 1.2rem 0.5rem;
        font-size: 1.1rem;
    }
    
    .option-button.active::before {
        top: 3px;
        right: 5px;
        font-size: 1rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-content p {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .btn-primary {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 0.8rem;
        margin-top: 2rem;
    }
    
    .feature {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .section-title {
        font-size: 2rem;
        padding: 0 1rem;
    }
    
    .contact-form .section-title {
        font-size: 1.6rem;
        padding: 0.8rem 1.2rem;
    }
    
    .benefits {
        padding: 50px 0;
    }
    
    .benefit-card {
        padding: 2rem 1.5rem;
    }
    
    .benefit-card .icon {
        font-size: 2.5rem;
    }
    
    .benefit-card h3 {
        font-size: 1.1rem;
    }
    
    .products {
        padding: 50px 0;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .product-card h3 {
        font-size: 1.4rem;
        margin: 1rem 1.5rem;
    }
    
    .product-card ul {
        padding: 0 1.5rem 1.5rem;
    }
    
    .product-card li {
        font-size: 0.9rem;
        padding: 0.4rem 0;
    }
    
    .btn-fiche-produit {
        margin: 1rem 1.5rem 1.5rem;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .funding {
        padding: 50px 0;
    }
    
    .funding-content {
        padding: 2rem 1.5rem;
    }
    
    .funding-text h3 {
        font-size: 1.4rem;
    }
    
    .funding-text p {
        font-size: 0.95rem;
    }
    
    .highlight {
        padding: 0.8rem 1.5rem;
        font-size: 1.1rem;
    }
    
    .contact-form {
        padding: 50px 0;
    }
    
    .form-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .form-step {
        padding: 1.5rem;
        margin: 0 1rem;
    }
    
    .form-step h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group input,
    .form-group select {
        padding: 0.9rem;
        font-size: 16px;
    }
    
    .btn-submit {
        padding: 1.2rem;
        font-size: 1.1rem;
    }
    
    #leadForm {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    #next-step {
        width: 100%;
        max-width: 200px;
    }
    
    .success-message {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .success-message h3 {
        font-size: 1.5rem;
    }
    
    footer {
        padding: 1.5rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Responsive pour hero-features-section */
    .hero-features-section {
        padding: 20px 0;
        margin-bottom: -20px;
    }
    
    .hero-features-section .hero-features {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .hero-features-section .feature {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Style pour les boutons fiche produit */
.btn-fiche-produit {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin: 1.5rem 2rem 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,168,255,0.3);
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-fiche-produit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.btn-fiche-produit:hover::before {
    left: 100%;
}

.btn-fiche-produit:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,168,255,0.4);
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Style pour la section des features déplacées */
.hero-features-section {
    background: var(--bg-light);
    padding: 30px 0;
    margin-bottom: -30px;
}

.hero-features-section .hero-features {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-features-section .feature {
    background: var(--white);
    color: var(--text-dark);
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.hero-features-section .feature:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,168,255,0.3);
}

/* Styles pour le formulaire multi-étapes */
.form-step {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
}

.form-step h3 {
    text-align: center;
    color: var(--dark);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.form-step.active {
    display: block;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

#prequalification-form select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    transition: border-color 0.3s;
}

#prequalification-form select:focus {
    outline: none;
    border-color: var(--primary-color);
}

#next-step {
    margin-top: 2rem;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
