.host-hero-section {
    background: linear-gradient(to right, rgba(7, 27, 82, 0.8) 0%, rgba(0, 128, 255, 0.7) 100%), url('/images/high-end-garage.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 8rem 0;
    min-height: 620px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .host-hero-section {
        padding: 3.5rem 0 2.5rem 0;
        min-height: 420px;
        display: block;
        text-align: center;
    }
    .host-hero-content {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .host-hero-text {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }
    .host-hero-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .host-hero-label {
        font-size: 0.95rem;
        margin-bottom: 0.7rem;
    }
    .host-hero-description {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        max-width: 100%;
    }
    .host-cta-buttons {
        flex-direction: column;
        gap: 0.7rem;
        margin-top: 1.2rem;
        align-items: center;
    }
    .host-cta-btn,
    .host-view-btn {
        min-width: unset;
        width: 100%;
        max-width: 320px;
        font-size: 1rem;
        padding: 0.7rem 0.5rem;
        box-sizing: border-box;
    }
    /* Remove duplicate/overlapping rules below */
    .host-hero-description {
        margin-left: 0;
        margin-right: 0;
    }
    .host-cta-buttons {
        justify-content: center;
    }
}

.host-hero-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.host-hero-text {
    max-width: 650px;
}

.host-hero-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #43D2FF;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.host-hero-title {
    font-family: 'Syne', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.host-highlight {
    color: #43D2FF;
    position: relative;
}

.host-hero-description {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 540px;
}

.host-cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.host-cta-btn {
    padding: 0.85rem 2rem;
    font-weight: 600;
    min-width: 180px;
    text-align: center;
}

.host-view-btn {
    padding: 0.85rem 2rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
    min-width: 180px;
    text-align: center;
}

.host-view-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.why-host-section {
    padding: 4rem 0 3.5rem;
    background-color: #fff;
}

.host-benefits-container {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 2rem;
}

.host-benefit-card {
    flex: 1;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.host-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.benefit-icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(12, 132, 254, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon i {
    font-size: 1.8rem;
    color: #0C84FE;
}

.benefit-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.benefit-description {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.host-process-section {
    padding: 5rem 0;
    background-color: #f9fbff;
    width: 100%;
}

.host-process-container {
    background-color: transparent;
    border-radius: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border: none;
}

.host-process-container .section-title,
.host-process-container .section-subtitle {
    color: #333;
}

.host-steps-container {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 2rem;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.host-step {
    flex: 1;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.host-step:hover {
    transform: translateY(-5px);
}

.host-step-number {
    width: 40px;
    height: 40px;
    background-color: #0C84FE;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0 auto 1rem;
}

.host-step-icon {
    width: 100px;
    height: 100px;
    background-color: #f0f8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 1.5rem;
}

.host-step-icon i {
    font-size: 2.5rem;
    color: #0C84FE;
}

.host-step:nth-child(2) .host-step-icon i {
    color: #0C84FE;
}

.host-step:nth-child(3) .host-step-icon i {
    color: #0C84FE;
}

.host-step-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.host-step-description {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

.host-testimonials-section {
    padding: 5rem 0;
    background-color: #fff;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 1px rgba(12, 132, 254, 0.1);
}

.testimonial-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
    color: #555;
    quotes: """ """;
}

.testimonial-text::before {
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    color: #e1e9ff;
}

.testimonial-author {
    margin-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

.author-name {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: #333;
}

.author-location {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.host-stats-section {
    padding: 5rem 0;
    background-color: #f4f8ff;
}

.host-stats-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.host-stat-item {
    text-align: center;
}

.host-stat-number {
    font-family: 'Syne', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #0C84FE;
    margin-bottom: 0.5rem;
}

.host-stat-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    color: #666;
}

.host-features-container {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.host-feature {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    color: #666;
    padding: 1rem 0;
}

.host-cta-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #2176ff, #33a9ff);
    color: white;
}

.host-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.host-cta-title {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.host-cta-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.host-cta-buttons-container {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.host-register-btn, .host-contact-btn {
    padding: 0.85rem 2rem;
    min-width: 200px;
}

.host-register-btn {
    background-color: white;
    color: #0C84FE;
    border: none;
}

.host-register-btn:hover {
    background-color: #f5f5f5;
    color: #0C84FE;
}

.host-contact-btn {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.host-contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
}

@media (max-width: 992px) {
    .host-hero-title {
        font-size: 3.2rem;
    }

    .host-steps-container {
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card {
        margin-bottom: 1rem;
    }

    .host-benefits-container {
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .host-hero-section {
        padding: 6rem 0;
        text-align: center;
    }

    .host-hero-title {
        font-size: 2.8rem;
    }

    .host-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .host-cta-buttons {
        justify-content: center;
    }

    .host-process-container {
        padding: 3rem 1.5rem;
    }

    .host-steps-container {
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .host-step {
        margin-bottom: 2rem;
    }

    .host-stats-container {
        flex-direction: column;
        gap: 2rem;
    }

    .host-features-container {
        flex-direction: column;
        align-items: center;
    }

    .host-cta-buttons-container {
        flex-direction: column;
        gap: 1rem;
    }

    .host-register-btn, .host-contact-btn {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .host-process-container {
        padding: 5rem 3rem 6rem;
    }

    .host-process-section {
        padding: 6rem 0;
    }

    .host-steps-container {
        max-width: 1400px;
        gap: 3rem;
    }

    .host-step {
        padding: 2.5rem 2rem;
    }

    .host-step-icon {
        width: 120px;
        height: 120px;
    }

    .host-step-icon i {
        font-size: 3rem;
    }
}
