/* ===========================================
   HERO — фінальний стиль
   =========================================== */

/* ===== Hero секція — контент ЗВЕРХУ ===== */
.hero-slider__content {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 90px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.hero-slider__content .wrapper.hero-layout-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.hero-slider__content .hero-text-column_vert {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 800px;
}

.hero-slider__text_vert {
    display: none;
}


/* ===== Заголовок ===== */
.hero-slider__title_vert {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.title-sub_vert {
    order: 2;
    display: block;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.4;
    opacity: 0.92;
    margin-bottom: 4px;
    color: #fff;
}

.title-brand_vert {
    order: 1;
    display: block;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
}

.desktop-newline_vert {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
}

@media (max-width: 894px) {
    .title-brand_vert { font-size: 42px; }
}

@media (max-width: 767px) {
    .hero-slider__content {
        padding-top: 70px !important;
    }
    .hero-slider__title_vert {
        text-align: left;
        padding: 0;
    }
    .title-sub_vert       { font-size: 18px; }
    .title-brand_vert     { font-size: 36px; }
    .desktop-newline_vert { font-size: 16px; }
}


/* ===== Ticker ===== */
.hero-ticker-wrap {
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
}

.hero-ticker-track {
    display: flex;
    width: max-content;
    animation: hero-ticker 18s linear infinite;
}

.hero-ticker-track:hover {
    animation-play-state: paused;
}

.hero-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.hero-ticker-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff334c;
    flex-shrink: 0;
}

@keyframes hero-ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* ===== Property blocks — 2 колонки на десктопі ===== */
.hero-property-blocks_vert {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 120px 0 40px 0;
}

/* Заголовок-контейнер — 2 колонки */
.hero-property-block__header_vert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

/* Кожна колонка всередині header */
.hero-col-rent,
.hero-col-invest {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


/* ===== Лейбл "ОРЕНДА" / "ІНВЕСТИЦІЇ" ===== */
.rent-hero {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 4px 0;
    line-height: 1;
}


/* ===== ul зі списком площ — вертикальні пілюлі ===== */
.hero-property-block__header_vert ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-property-block__header_vert ul li {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: rgba(255, 255, 255, 0.8);
    color: #1a1a1a;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    letter-spacing: -0.1px;
}

.hero-property-block__header_vert ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #005365;
    margin-right: 8px;
    flex-shrink: 0;
}


/* ===== Mobile — 1 колонка ===== */
@media (max-width: 767px) {
    .hero-property-blocks_vert {
        margin: 140px 0 12px 0;
        gap: 6px;
    }

    .hero-property-block__header_vert {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-property-block__header_vert ul li {
        font-size: 13px;
        padding: 7px 14px;
    }

    .rent-hero {
        font-size: 12px;
    }
}


/* ===== UI список (запасний) ===== */
.hero-property-blocks_ui_vert {
    margin: 0 0 20px 0;
    width: 100%;
}

.hero-property-blocks_ui_vert ul.hero-property-block_vert {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-property-blocks_ui_vert ul.hero-property-block_vert li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 3px;
}

.hero-property-blocks_ui_vert ul.hero-property-block_vert li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #fff;
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .hero-property-blocks_ui_vert {
        margin: 15px 0 16px 0;
    }
    .hero-property-blocks_ui_vert ul.hero-property-block_vert li {
        font-size: 16px;
    }
}


/* ===== Список у блоці (запасний) ===== */
.hero-property-block__list_vert {
    list-style: none;
    margin: 10px 0 14px;
    padding: 0;
}

.hero-property-block__list_vert li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
}

.hero-property-block__list_vert li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    opacity: 0.6;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .hero-property-block__list_vert li { font-size: 16px; }
}


/* ===== Benefits list ===== */
.benefits-list_vert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 40px;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

@media (max-width: 639px) {
    .benefits-list_vert { grid-template-columns: 1fr; }
}

.benefits-list_vert li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.benefits-list_vert li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fff;
    opacity: 0.7;
    font-size: 12px;
    top: 2px;
}


/* ===== Допоміжні ===== */
.hero-property-block__link_vert       { display: none; }
.hero-property-block__btn-mobile_vert { display: none; }
.hero-property-block_vert             { display: contents; }

.hero-property-block__size_vert {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
}

.learn-more-buttons-wrap { margin-right: 10px; 

    bottom: calc(10% + 80px) !important;
}
.rngst_phone_button      { margin-right: 10px !important;

    bottom: calc(10% - 3.75px) !important;
	}

.section-gallery-slider {
    padding-top: 0;
    padding-bottom: 0;
}

.checks {
    background: black;
    color: #fff;
    padding: 6px 14px;
}


/* ===== Іконки кнопок ===== */
.hero-slider__btn_vert {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.btn__icon-block_vert svg { fill: #fff; color: #fff; }
.btn__icon-block_vert use { color: #fff; }
.btn__icon_vert { fill: #fff; stroke: #fff; }

.btn__icon-block_vert {
    width: 48px;
    flex-shrink: 0;
    overflow: hidden;
}

.btn__icon-block_vert img,
.btn__icon-block_vert svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


/* ===== Button base ===== */
.btn__icon-block_vert,
.btn__main_vert {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: #fff;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}

.btn__main_vert {
    margin-right: 0;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.titleh1 {
    font-size: 24px;
    margin: 20px 0 40px 0;
}


/* ===== Модальні форми ===== */
.modal-form-wrap { display: none; }
.modal-form-wrap.is-active { display: block; }


/* ===== TWO BUTTONS ROW ===== */
.hero-btns-row_vert {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
    max-width: 460px;
    margin: 0;
}

.hero-btns-row_vert .hero-slider__btn_vert {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.hero-btns-row_vert .btn__main_vert {
    width: 100%;
    height: 54px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Оренда — червоний */
.hero-btn--sale_vert .btn__main_vert {
    background-color: #ff334c;
    border: 2px solid #ff334c;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); /* ← додано */
}

.hero-btn--sale_vert:hover .btn__main_vert {
    background-color: #e0162e;
    border-color: #e0162e;
}

/* Інвестиція — темний */
.hero-btn--rent_vert .btn__main_vert {
    background-color: rgba(15, 15, 30, 0.92);
    border: 1px solid #878787;
    color: #fff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-btn--rent_vert:hover .btn__main_vert {
    background-color: #272934;
     color: #fff;
}


.btn__icon-block, .btn__main  {
	    border-radius: 5px!important;
	
}


.rent__main .wpcf7-form .label--select select.wpcf7-select,
.hero-form-column .label--select select.wpcf7-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px auto !important;
}

/* Mobile: fixed внизу */
@media (max-width: 767px) {
    .hero-btns-row_vert {
        position: fixed;
        left: 7px;
        bottom: 20px;
        width: calc(100% - 14px);
        max-width: none;
        z-index: 999;
        gap: 8px;
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .hero-btns-row_vert .hero-slider__btn_vert {
        position: static !important;
        flex: 1;
        margin: 5px;
        width: auto !important;
        left: auto !important;
        bottom: auto !important;
    }

    .hero-btns-row_vert .btn__main_vert {
        width: 100%;
        height: 52px;
        font-size: 14px;
        padding: 0 12px;
        border-radius: 4px;
    }
}


/* ===== Hero overlay ===== */
.hero-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(11, 28, 31, 0.3) !important;
    pointer-events: none;
}

@media (max-width: 767px) {
    .hero-slider:after {
        background-color: rgba(11, 28, 31, 0.2) !important;
    }
}


.modal__form-title b {
    font-weight: 700;
}