/*START DAILY*/

.daily-price-list {
    background: #f4f4f1;
    padding: 100px 0 60px;
    color: #173847;
}

.daily-price-list__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.daily-price-list__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

.daily-price-list__logo {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.daily-price-list__sublogo {
    font-size: 24px;
    color: #1ca5d8;
    font-style: italic;
    line-height: 1.2;
}

.daily-price-list__contacts {
    text-align: right;
    font-size: 14px;
    line-height: 1.7;
}

.daily-price-list__contacts-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.daily-price-list__hero {
    text-align: center;
    margin-bottom: 36px;
}

.daily-price-list__hero h1 {
    margin: 0 0 8px;
    font-size: 56px;
    line-height: 1;
    font-family: "GothamPro";
    color: #1ca5d8;
}

.daily-price-list__hero p {
    margin: 0;
    font-size: 14px;
    color: #6b757b;
}

.daily-yacht {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 28px;
    margin-bottom: 56px;
}

.daily-yacht__content h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.daily-yacht__offer {
    margin-bottom: 22px;
}

.daily-yacht__offer-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 6px;
}

.daily-yacht__offer-name {
    color: #1ca5d8;
    font-weight: 700;
    font-size: 22px;
}

.daily-yacht__offer-price {
    font-size: 24px;
    font-weight: 700;
}

.daily-yacht__offer p {
    margin: 0;
    color: #5d6c74;
    font-size: 15px;
    line-height: 1.5;
}

.daily-yacht__capacity {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
}

.daily-yacht__capacity strong {
    display: inline-block;
    min-width: 110px;
}

.daily-yacht__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.daily-yacht__gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.daily-price-list__footer {
    font-size: 14px;
    color: #5d6c74;
    line-height: 1.7;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .daily-price-list__header {
        flex-direction: column;
    }

    .daily-price-list__contacts {
        text-align: left;
    }

    .daily-price-list__hero h1 {
        font-size: 40px;
    }

    .daily-yacht {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .daily-yacht__offer-top {
        flex-direction: column;
        gap: 4px;
    }

    .daily-yacht__content h2 {
        font-size: 32px;
    }

    .daily-yacht__offer-name,
    .daily-yacht__offer-price {
        font-size: 20px;
    }
}

.whatsapp-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 18px;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}
