/* =====================================================
   PRICES PAGE
   Времени не существует
===================================================== */

.prices-page {
    width: 100%;
    overflow: hidden;
}

.prices-page * {
    box-sizing: border-box;
}


/* =====================================================
   HERO
===================================================== */

.prices-hero {
    padding: 80px 0 90px;
}

.prices-hero-inner {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;

    align-items: center;
}

.prices-hero-copy {
    max-width: 560px;
}

.prices-hero-copy .section-label {
    display: inline-block;
    margin-bottom: 28px;
}

.prices-hero-copy h1 {
    margin: 0 0 30px;

    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.prices-hero-copy p {
    max-width: 500px;
    margin: 0;

    font-size: 18px;
    line-height: 1.7;
}

.prices-hero-image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.prices-hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =====================================================
   PRICES
===================================================== */

.prices-list {
    padding: 90px 0 110px;
}

.prices-container {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
}

.prices-heading {
    max-width: 700px;
    margin-bottom: 55px;
}

.price-section-label {
    display: block;

    margin-bottom: 20px;

    font-size: 12px;
    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.prices-heading h2,
.prices-booking-heading h2 {
    margin: 0 0 22px;

    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;
    font-weight: 500;

    letter-spacing: -0.04em;
}

.prices-heading p,
.prices-booking-heading p {
    margin: 0;

    font-size: 17px;
    line-height: 1.7;
}


/* =====================================================
   PRICE CARDS
===================================================== */

.price-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}

.price-card {
    min-height: 450px;

    padding: 32px;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(255, 255, 255, 0.09);

    background: rgba(255, 255, 255, 0.008);
}

.price-card-featured {
    border-color: rgba(255, 255, 255, 0.18);
}

.price-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 25px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.price-card-number {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.price-card-label {
    font-size: 11px;

    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.price-card h3 {
    margin: 32px 0 17px;

    font-size: 29px;
    line-height: 1.1;
    font-weight: 500;

    letter-spacing: -0.025em;
}

.price-description {
    max-width: 370px;

    margin: 0;

    font-size: 15px;
    line-height: 1.7;
}

.price-value {
    margin-top: auto;

    display: flex;
    align-items: flex-start;

    gap: 7px;
}

.price-value strong {
    font-size: clamp(42px, 4vw, 57px);
    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.045em;
}

.price-value > span {
    margin-top: 5px;

    font-size: 21px;
}

.price-value-text {
    display: block;
}

.price-value-text strong {
    display: block;

    font-size: 32px;
    line-height: 1.15;

    letter-spacing: -0.025em;
}

.price-period {
    margin-top: 10px;

    font-size: 13px;
    line-height: 1.4;
}

.price-card-footer {
    margin-top: 28px;
    padding-top: 18px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);

    font-size: 13px;
    line-height: 1.5;
}


/* =====================================================
   CONDITIONS
===================================================== */

.prices-conditions {
    padding: 100px 0 110px;

    background: #f3f1eb;

    /* ВАЖНО — возвращаем нормальный контраст */
    color: #17211c;
}

.prices-conditions .price-section-label {
    color: #17211c;
}

.conditions-container {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 90px;
}

.conditions-heading h2 {
    margin: 0;

    color: #17211c;

    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.04em;
}

.conditions-content {
    border-top: 1px solid rgba(23, 33, 28, 0.18);
}

.condition-row {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 20px;

    padding: 28px 0;

    border-bottom: 1px solid rgba(23, 33, 28, 0.18);
}

.condition-number {
    padding-top: 3px;

    color: #17211c;

    font-size: 12px;
    letter-spacing: 0.1em;
}

.condition-row strong {
    display: block;

    margin-bottom: 9px;

    color: #17211c;

    font-size: 19px;
    line-height: 1.3;

    font-weight: 500;
}

.condition-row p {
    max-width: 620px;

    margin: 0;

    color: #17211c;

    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   BOOKING OPTIONS
===================================================== */

.prices-booking {
    padding: 100px 0 90px;
}

.prices-booking-container {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
}

.prices-booking-heading {
    max-width: 700px;

    margin-bottom: 50px;
}

.booking-options {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}

.booking-option {
    min-height: 175px;

    padding: 28px;

    display: grid;

    grid-template-columns: 40px 1fr 30px;

    gap: 20px;

    align-items: center;

    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.12);

    transition:
        border-color 0.25s ease,
        transform 0.25s ease;
}

.booking-option:hover {
    border-color: rgba(255, 255, 255, 0.35);

    transform: translateY(-2px);
}

.booking-option-number {
    align-self: start;

    font-size: 12px;

    letter-spacing: 0.1em;
}

.booking-option-content {
    display: flex;
    flex-direction: column;
}

.booking-option-content span {
    margin-bottom: 7px;

    font-size: 11px;

    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.booking-option-content strong {
    margin-bottom: 7px;

    font-size: 20px;
    line-height: 1.3;

    font-weight: 500;
}

.booking-option-content small {
    font-size: 13px;
    line-height: 1.5;
}

.booking-option-arrow {
    justify-self: end;

    font-size: 21px;
}


/* =====================================================
   BOOKING FORM
===================================================== */

.prices-form-section {
    padding: 100px 0 120px;

    background: #17211c;

    color: #fff;
}

.prices-form-container {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: start;
}

.prices-form-intro {
    color: #fff;
}

.prices-form-intro .price-section-label {
    opacity: 0.65;
}

.prices-form-intro h2 {
    margin: 0 0 25px;

    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.04em;
}

.prices-form-intro p {
    max-width: 470px;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
    line-height: 1.75;
}

.prices-form {
    width: 100%;
}

.form-field {
    margin-bottom: 25px;
}

.form-field label {
    display: block;

    margin-bottom: 9px;

    color: #fff;

    font-size: 13px;
    line-height: 1.4;
}

.form-field input {
    width: 100%;
    height: 57px;

    padding: 0 17px;

    border: 1px solid rgba(255, 255, 255, 0.25);

    border-radius: 0;

    background: transparent;

    color: #fff;

    font-family: inherit;
    font-size: 16px;

    outline: none;

    transition: border-color 0.2s ease;
}

.form-field input:focus {
    border-color: rgba(255, 255, 255, 0.7);
}

.form-field input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.form-field input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.form-submit {
    width: 100%;
    min-height: 59px;

    margin-top: 8px;

    cursor: pointer;
}

.form-note {
    margin: 17px 0 0;

    color: rgba(255, 255, 255, 0.5);

    font-size: 12px;
    line-height: 1.6;

    text-align: center;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .prices-hero-inner {
        width: calc(100% - 48px);

        grid-template-columns: 1fr 1fr;

        gap: 40px;
    }

    .prices-hero-image {
        height: 480px;
    }

    .prices-container,
    .conditions-container,
    .prices-booking-container,
    .prices-form-container {
        width: calc(100% - 48px);
    }

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

    .price-card {
        min-height: 350px;
    }

    .conditions-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .prices-form-container {
        grid-template-columns: 1fr 1fr;

        gap: 50px;
    }
}


/* =====================================================
   TABLET / LARGE MOBILE
===================================================== */

@media (max-width: 768px) {

    .prices-hero {
        padding: 55px 0 70px;
    }

    .prices-hero-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .prices-hero-copy h1 {
        font-size: clamp(44px, 9vw, 60px);
    }

    .prices-hero-copy p {
        font-size: 16px;
    }

    .prices-hero-image {
        height: 420px;
    }


    .prices-list {
        padding: 75px 0 85px;
    }

    .prices-container {
        width: calc(100% - 40px);
    }


    .prices-conditions {
        padding: 75px 0 85px;
    }

    .conditions-container {
        width: calc(100% - 40px);
    }


    .prices-booking {
        padding: 75px 0 80px;
    }

    .prices-booking-container {
        width: calc(100% - 40px);
    }

    .booking-options {
        grid-template-columns: 1fr;
    }


    .prices-form-section {
        padding: 75px 0 90px;
    }

    .prices-form-container {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 45px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .prices-hero {
        padding: 35px 0 55px;
    }

    .prices-hero-inner {
        width: calc(100% - 32px);

        gap: 30px;
    }

    .prices-hero-copy .section-label {
        margin-bottom: 20px;
    }

    .prices-hero-copy h1 {
        margin-bottom: 22px;

        font-size: 43px;
        line-height: 1;
    }

    .prices-hero-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .prices-hero-image {
        height: 330px;
    }


    .prices-list {
        padding: 60px 0 70px;
    }

    .prices-container {
        width: calc(100% - 32px);
    }

    .prices-heading {
        margin-bottom: 38px;
    }

    .prices-heading h2,
    .prices-booking-heading h2 {
        font-size: 40px;
    }

    .prices-heading p,
    .prices-booking-heading p {
        font-size: 15px;
        line-height: 1.65;
    }


    .price-card {
        min-height: 0;

        padding: 25px;
    }

    .price-card-top {
        padding-bottom: 21px;
    }

    .price-card h3 {
        margin: 26px 0 14px;

        font-size: 27px;
    }

    .price-description {
        font-size: 15px;
    }

    .price-value {
        margin-top: 38px;
    }

    .price-value strong {
        font-size: 45px;
    }

    .price-value-text strong {
        font-size: 27px;
    }

    .price-card-footer {
        margin-top: 24px;
    }


    .prices-conditions {
        padding: 65px 0 70px;
    }

    .conditions-container {
        width: calc(100% - 32px);

        gap: 40px;
    }

    .conditions-heading h2 {
        font-size: 40px;
    }

    .condition-row {
        grid-template-columns: 32px 1fr;

        gap: 13px;

        padding: 24px 0;
    }

    .condition-row strong {
        font-size: 18px;
    }

    .condition-row p {
        font-size: 14px;
        line-height: 1.65;
    }


    .prices-booking {
        padding: 65px 0 70px;
    }

    .prices-booking-container {
        width: calc(100% - 32px);
    }

    .booking-option {
        min-height: 145px;

        padding: 21px;

        grid-template-columns: 30px 1fr 20px;

        gap: 12px;
    }

    .booking-option-content strong {
        font-size: 18px;
    }

    .booking-option-content small {
        font-size: 12px;
    }

    .booking-option-arrow {
        font-size: 18px;
    }


    .prices-form-section {
        padding: 65px 0 75px;
    }

    .prices-form-container {
        width: calc(100% - 32px);

        gap: 40px;
    }

    .prices-form-intro h2 {
        font-size: 40px;
    }

    .prices-form-intro p {
        font-size: 15px;
        line-height: 1.65;
    }

    .form-field {
        margin-bottom: 21px;
    }

    .form-field input {
        height: 55px;

        padding: 0 15px;
    }

    .form-submit {
        min-height: 57px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .prices-hero-inner,
    .prices-container,
    .conditions-container,
    .prices-booking-container,
    .prices-form-container {
        width: calc(100% - 24px);
    }

    .prices-hero-copy h1 {
        font-size: 39px;
    }

    .prices-hero-image {
        height: 280px;
    }

    .prices-heading h2,
    .prices-booking-heading h2,
    .conditions-heading h2,
    .prices-form-intro h2 {
        font-size: 36px;
    }

    .price-card {
        padding: 20px;
    }

    .price-value strong {
        font-size: 41px;
    }

    .price-value-text strong {
        font-size: 25px;
    }

    .booking-option {
        padding: 18px;
    }

    .booking-option-content strong {
        font-size: 16px;
    }
}
/* =====================================================
   ФИНАЛЬНАЯ КОРРЕКЦИЯ
===================================================== */


/* Убираем стрелки у вариантов бронирования */

.booking-option-arrow {
    display: none !important;
}


/* После удаления стрелки растягиваем контент */

.booking-option {
    grid-template-columns: 40px 1fr;
}


/* Отделяем фотографию от шапки */

@media (min-width: 769px) {

    .prices-hero-image {
        margin-top: 57px;
    }

}


/* Планшет и телефон */

@media (max-width: 768px) {

    .prices-hero-image {
        margin-top: 12px;
    }

    .booking-option {
        grid-template-columns: 30px 1fr;
    }

}

/* =====================================================
   MOBILE — PRICE CARD TOP
===================================================== */

@media (max-width: 600px) {

    .price-card-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 15px;
    }

    .price-card-number {
        flex: 0 0 auto;
    }

    .price-card-label {
        flex: 0 1 auto;
        max-width: 55%;

        text-align: right;
        white-space: normal;

        line-height: 1.4;
    }

}