:root {
    --blue-dark: #123b73;
    --blue-main: #1c5fa8;
    --blue-soft: #dfeef9;
    --cyan: #57c2d6;
    --text: #111827;
    --muted: #5b6472;
    --white: #ffffff;
    --card: #f6f8fb;
}


img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.container-top-quote {
    background: #fff;
    padding: 28px 0 18px;
    text-align: center;
}

.container-top-quote h1 {
    font-size: clamp(1.35rem, 2.3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.25;
    width: 90%;
    margin: 0 auto;

    @media screen and (min-width: 930px) {
        margin-top: 190px;
    }

    @media screen and (min-width: 901px) and (max-width: 929px) {
        margin-top: 220px;
    }

    @media screen and (min-width: 790px) and (max-width: 900px) {
        margin-top: 320px;
    }

        @media screen and (min-width: 426px) and (max-width: 789px) {
            margin-top: 450px;
        }



}

.hero {
    width: 100%;
    overflow: hidden;
}

.hero-banner {
    width: 100%;
    height: auto;
    display: block;
}

.discounts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 18px;
}

.discount-card {
    color: #fff;
}

.discount-number {
    font-size: clamp(3.5rem, 7vw, 7rem);
    font-weight: 900;
    line-height: 0.95;
}

.discount-number span {
    font-size: 0.55em;
}

.discount-card p {
    font-size: 1rem;
    margin: 8px 0 10px;
}

.pill {
    display: inline-block;
    padding: 8px 18px;
    background: #fff;
    color: var(--blue-dark);
    text-decoration: none;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1.05rem;
}

.hero-note {
    color: #eaf4ff;
    font-size: 0.78rem;
    max-width: 620px;
}

.hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.travel-box {
    background: rgba(18, 59, 115, 0.88);
    color: #fff;
    padding: 22px 24px;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    max-width: 420px;
    font-size: 1.1rem;
    font-weight: 500;
}

.bus-img {
    width: 100%;
    max-width: 330px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.hero-side-photo {
    display: flex;
    justify-content: center;
}

.hero-side-photo img {
    width: 220px;
    height: 320px;
    object-fit: cover;
    border-radius: 120px;
    border: 8px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.info-section {
    background: #fff;
    padding: 34px 0 30px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
}

.info-text h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.8rem);
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 18px;
}

.info-text p {
    font-size: 1rem;
    color: #202733;
    margin-bottom: 14px;
}

.info-image img {
    width: 100%;
    border-radius: 2px;
    min-height: 360px;
    object-fit: cover;
}

.destinations {
    background: linear-gradient(180deg, #173d79 0%, #2f5f9d 38%, #d7e5f0 100%);
    padding: 56px 0 68px;
    text-align: center;
}

.section-mini {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.destinations h2 {
    color: #d3f2ff;
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 900;
    margin-bottom: 14px;
}

.section-desc {
    color: #edf7ff;
    max-width: 900px;
    margin: 0 auto 34px;
    font-size: 1rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.destination-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 18px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.destination-card h3 {
    color: var(--blue-dark);
    font-size: 1rem;
    margin-bottom: 10px;
}

.destination-card p {
    font-size: 0.96rem;
    color: #26313e;
}

/* CLOSING */
.closing {
    background: #fff;
    padding: 42px 0 70px;
}

.closing-content {
    max-width: 1100px;
}

.closing-content p {
    font-size: 1.04rem;
    margin-bottom: 8px;
}

.closing-content a {
    color: var(--blue-main);
    text-decoration: none;
    font-weight: 700;
}

.small-brand {
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 12px;
    color: #456a9a;
    font-size: 0.95rem;
    font-weight: 700;
}

.closing-content h2 {
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1.15;
    font-weight: 900;
    max-width: 1050px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-left,
    .hero-right,
    .hero-side-photo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-note {
        max-width: 760px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .top-quote {
        padding: 20px 0 12px;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding: 28px 0 24px;
    }

    .discounts {
        justify-content: center;
    }

    .travel-box {
        font-size: 1rem;
        padding: 18px;
    }

    .hero-side-photo img {
        width: 180px;
        height: 250px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .destination-card {
        padding: 16px;
    }

    .closing-content h2 {
        font-size: 2rem;
    }
}