/* ========== Responsive Design ========== */

/* Large Tablet */
@media (max-width: 1024px) {
    .hero {
        min-height: 550px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h3 {
        font-size: 1.6rem;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .offers {
        gap: 40px;
        padding: 35px;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .offers-text p, .reverse-text p {
        font-size: 1rem;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .hero {
        min-height: 500px;
    }

    .hero-content {
        padding: 50px 20px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero h3 {
        font-size: 1.4rem;
        margin-bottom: 1.3rem;
    }

    .hero h2 {
        font-size: 1.6rem;
    }

    #offers {
        padding: 60px 0;
    }

    .offers {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
        margin-bottom: 50px;
    }

    .reverse {
        flex-direction: column;
    }

    .offers-text, .reverse-text {
        padding: 0;
        text-align: center;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .section-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .offers-text p, .reverse-text p {
        text-align: left;
    }

    .offers-img img {
        max-width: 400px;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .hero {
        min-height: 450px;
    }

    .hero-content {
        padding: 40px 15px;
    }

    .hero h1 {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .hero h3 {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .hero h2 {
        font-size: 1.4rem;
    }

    #offers {
        padding: 50px 0;
    }

    .offers-container {
        padding: 0 15px;
    }

    .offers {
        padding: 25px 20px;
        margin-bottom: 40px;
        border-radius: 15px;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
        padding-bottom: 12px;
    }

    .section-title::after {
        width: 60px;
        height: 3px;
        margin-top: 8px;
    }

    .offers-text p, .reverse-text p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .offers-img img {
        max-width: 350px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero {
        min-height: 400px;
    }

    .hero-content {
        padding: 30px 15px;
    }

    .hero h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .hero h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .hero h2 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    #offers {
        padding: 40px 0;
    }

    .offers {
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .section-title::after {
        width: 50px;
    }

    .offers-text p, .reverse-text p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .offers-img img {
        max-width: 300px;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .hero {
        min-height: 350px;
    }

    .hero h1 {
        font-size: 1.3rem;
    }

    .hero h3 {
        font-size: 1rem;
    }

    .hero h2 {
        font-size: 1.1rem;
    }

    .offers {
        padding: 15px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .offers-text p, .reverse-text p {
        font-size: 0.85rem;
    }
}
