:root {
    --site-font-family: 'BlackOpsOne', -apple-system, system-ui, sans-serif;
}

* {
    font-family: var(--site-font-family);
}

input,
textarea,
select,
button {
    font-family: var(--site-font-family);
}
body.no-scroll {
    overflow: hidden;
}
@media (min-width: 1440px){
    .dynamic-bg-desktop {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
        box-shadow: inset 20px 100px 300px #0b0b0b;
    }
    .img-container-calc {
        background-size: 10%;
        background-position: center ;
        background-repeat: no-repeat;
        box-shadow: inset 20px 100px 300px rgba(11, 11, 11, 0.35);
    }
}
.bg-spec-tech{
    background-size: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg-immovoble{
    background-size: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.bg-refinansing {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.refinancing-headler {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right center;
}


/*ПОСЛЕДНИЕ ЗАЙМЫ СЛАЙДЕР*/
.last-zaimi-container{
    box-shadow: inset 10px 100px 100px rgba(0, 0, 0, 0.68);
}

/*ФОН БАНЕРА ГЛАВНАЯ*/
.bg-layer {
        background-size: 90%;
    }
    /*карточки с займом*/
.pts-card{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
    border: 2px solid #13A749 !important;
    }
    /* Основные стили */
.bg-green {
    background-color: #13A749;
}
.bg-green2 {
    background-color: rgba(19, 167, 73, 0.98);
}
.text-green {color: #13A749;}

.bar1, .bar2, .bar3 {
    transition: all 0.3s ease; /* Плавный переход для линий гамбургера */
}
    @keyframes slideInFromTop {
        from { transform: translateY(-50px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    .slide-in-from-top {
        animation: slideInFromTop 0.5s ease forwards;
    }

    .grin-border {
        border-color: #36bf34;
        color: #2e9e2d;
    }

    /* затенение блока */
    .black-scroll {
        overflow: hidden;
    }
    .black-scroll::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0); /* Начальная прозрачность */
        transition: background 0.5s ease; /* Плавное изменение прозрачности */
    }
    .black-scroll {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;

    }
    .black-scroll::before {
        background: rgba(0, 0, 0, var(--opacity, 0)); /* Динамическая прозрачность */
    }

/*  АНИМАЦИЯ КЛИКОВ КНОПОК  */
    .click-animate {
        font-size: 16px;
        color: white;
        border: none;
        cursor: pointer;
        position: relative;
        /*overflow: hidden;*/
    }

    /* Анимация для эффекта клика */
    @keyframes clickEffect {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(0.90);
            opacity: 0.7;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Класс для активации анимации */
    .animate {
        animation: clickEffect 0.3s ease;
    }
/*   ДЛЯ ПОЛЗУНКОВ КАЛЬКУЛЯТОР */
    input[type="range"] { accent-color: #13a749; border: none}

/* ДЛЯ ТАБ КАЛЬКУЯТОРА */
.form-disable-calc {background-color: rgba(195, 195, 195, 0.35) !important; color: rgba(0, 0, 0, 0.58) !important;
}

/* moto PAGE*/
.moto-page-headler {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right center;
}
/* PTS PAGE*/
.pts-page-headler {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right center;
}
.refinance-img-block {
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: right ;
}
/* стили кнопки при прокрутке*/
.hidden-scroll-btn {
    display: none;
}

.show-scroll-btn {
    display: flex; /* Или flex, если нужно */
    z-index: 1000;
    position: fixed;

}
.img-container-calc {
    background-size: cover;
    background-position: right ;
    background-repeat: no-repeat;
}

/* HOME V2 */
.home-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8px;
}

@media (min-width: 1024px) {
    .home-container {
        width: 70%;
        padding: 0;
    }
}

.home-hero-section {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
}

.home-hero-wrap {
    width: 100%;
    max-width: none;
    min-height: inherit;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: #121212 url('/media/img/newBanner.png') center / cover no-repeat;
}

.home-hero-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 14, 10, 0.78) 0, rgba(7, 14, 10, 0.36) 30%, rgba(7, 14, 10, 0) 58%),
        radial-gradient(circle at 84% 16%, rgba(19, 167, 73, 0.14) 0, rgba(19, 167, 73, 0) 42%);
    z-index: 0;
    pointer-events: none;
}

.home-header {
    background: linear-gradient(180deg, rgba(7, 17, 12, 0.88) 0%, rgba(7, 17, 12, 0.74) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 22px rgba(2, 8, 5, 0.28);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* Header must stick to the very top with no extra offset */
header.header {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

header.header > nav,
header.header > div {
    margin-top: 0 !important;
}

header.header > nav {
    padding-top: 0 !important;
}

main.relative {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

main.relative > section.home-hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Fix a tiny visual seam between sticky header and first hero on inner pages. */
main.relative > .page-hero-first {
    margin-top: -2px !important;
}

/* About page: align first hero flush with sticky header height, with tiny overlap against subpixel seam. */
main.relative > .about-hero-first {
    margin-top: calc(-1 * var(--header-height, 67px) - 2px) !important;
    padding-top: calc(3.5rem + var(--header-height, 67px) + 2px) !important;
}

@media (min-width: 768px) {
    main.relative > .about-hero-first {
        padding-top: calc(4.5rem + var(--header-height, 67px) + 2px) !important;
    }
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(19, 167, 73, 0.12) 0, rgba(19, 167, 73, 0) 34%),
        linear-gradient(100deg, rgba(8, 11, 9, 0.95) 0%, rgba(8, 11, 9, 0.84) 32%, rgba(8, 11, 9, 0.58) 60%, rgba(8, 11, 9, 0.42) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.22) 100%);
    z-index: 0;
}

.home-hero-content {
    position: relative;
    z-index: 1;
}

.home-hero-form-card {
    opacity: 0;
    transform: translateX(20px);
    animation: heroFadeForm 0.8s ease 0.45s forwards;
}

.home-hero-copy {
    color: #fff;
}

.home-hero-benefits li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 7px;
    background: #13A749;
    flex: 0 0 auto;
}

.home-hero-stat {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
}

.home-hero-stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(19, 167, 73, 0.95) 0, rgba(19, 167, 73, 0.05) 100%);
}

.home-hero-stat__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(46, 227, 145, 0.18);
    background: rgba(46, 227, 145, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-hero-stat__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.home-hero-stat__content {
    min-width: 0;
}

.home-form-agree a {
    color: #146c43;
    text-decoration: underline;
}

.home-hero-copy > * {
    opacity: 0;
    transform: translateY(14px);
    animation: heroFadeUp 0.7s ease forwards;
}

.home-hero-badge {
    animation-delay: 0.05s;
}

.home-hero-title {
    animation-delay: 0.12s;
}

.home-hero-subtitle {
    animation-delay: 0.2s;
}

.home-hero-benefits {
    animation-delay: 0.28s;
}

.home-hero-actions {
    animation-delay: 0.36s;
}

.home-hero-stats {
    animation-delay: 0.44s;
}

.home-hero-link {
    gap: 10px;
}

.home-hero-link__icon {
    width: 22px;
    height: 16px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-hero-link__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.money-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.money-cta-button::before {
    content: "";
    width: 34px;
    height: 24px;
    flex: 0 0 auto;
    background: url('/media/ico/newico/money.png') center / contain no-repeat;
}

.home-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroFadeForm {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileHeroCardIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-copy > *,
    .home-hero-form-card,
    .mobile-hero-calc .home-calculator-card,
    .mobile-hero-calc .home-calculator-card > div:first-child > *,
    .mobile-hero-calc .home-container > div:last-child {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .home-hero-link,
    .home-hero-call,
    .home-form-submit {
        transition: none;
    }
}

@media (max-width: 767px) {
    .home-hero-section {
        min-height: auto;
    }

    .home-hero-content {
        align-content: start !important;
        gap: 12px;
        padding-top: 14px;
        padding-bottom: 12px;
    }

    .home-hero-copy {
        max-width: none;
    }

    .home-hero-badge {
        margin-bottom: 8px !important;
        padding: 7px 12px !important;
        font-size: 11px !important;
    }

    .home-hero-title {
        margin-bottom: 8px !important;
        font-size: clamp(24px, 6.6vw, 32px) !important;
        line-height: 1.12 !important;
    }

    .home-hero-link {
        gap: 8px;
    }

    .home-hero-link__icon {
        width: 20px;
        height: 14px;
    }

    .money-cta-button {
        gap: 8px;
    }

    .money-cta-button::before {
        width: 30px;
        height: 22px;
    }

    .home-form-submit {
        gap: 8px;
    }

    .home-hero-subtitle {
        margin-bottom: 8px !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
        max-width: none !important;
    }

    .home-hero-benefits {
        margin-bottom: 8px !important;
        gap: 8px !important;
    }

    .home-hero-benefits li {
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 12px !important;
        background: rgba(5, 10, 8, 0.45) !important;
        padding: 7px 10px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        backdrop-filter: blur(2px) !important;
    }

    .home-hero-benefits li:nth-child(n + 4) {
        display: none;
    }

    .home-hero-benefits li::before {
        width: 6px;
        height: 6px;
        margin-top: 7px;
    }

    .home-hero-stats {
        display: none !important;
    }

    .home-hero-stat {
        min-height: 72px;
        gap: 10px;
    }

    .home-hero-stat__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .home-hero-stat__icon img {
        width: 22px;
        height: 22px;
    }

    .home-hero-form-card {
        padding: 14px !important;
        border-radius: 16px !important;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
    }

    .home-hero-form-title {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .home-form-label {
        font-size: 11px !important;
    }

    .home-form-input {
        min-height: 40px;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }

    .home-form-label[for="hero-city"],
    #hero-city,
    .home-form-row {
        display: none !important;
    }

    .home-form-submit {
        width: 100%;
        min-height: 44px;
    }

    .home-form-note {
        display: none;
    }
}

.home-services-section,
.home-calculator-section,
.home-conditions-section,
.home-steps-section,
.home-about-section,
.home-recent-section,
.home-useful-section,
.home-contact-faq-section {
    padding: 0 8px;
    margin-top: clamp(30px, 3.2vw, 46px);
}

.home-services-title,
.home-block-title {
    font-size: clamp(26px, 2.8vw, 34px);
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.home-block-title {
    color: #111827;
}

.home-services-card {
    --services-surface: #121b15;
    --services-border: rgba(112, 236, 159, 0.2);
    --services-shadow: 0 24px 40px rgba(4, 8, 6, 0.35);
    --services-title: #f2f8f3;
    --service-card-bg: #18241c;
    --service-card-border: rgba(118, 214, 154, 0.22);
    --service-card-text: #f9fff9;
    --service-muted: rgba(228, 242, 232, 0.76);
    --service-chip-bg: rgba(19, 167, 73, 0.22);
    --service-chip-border: rgba(123, 241, 164, 0.45);
    --service-chip-text: #d5ffe4;
    --service-arrow-bg: rgba(255, 255, 255, 0.12);
    --service-arrow-color: #ffffff;
    --service-overlay: linear-gradient(145deg, rgba(7, 12, 8, 0.9) 0%, rgba(7, 12, 8, 0.6) 58%, rgba(7, 12, 8, 0.25) 100%);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: clamp(14px, 2.2vw, 24px);
    background: var(--services-surface);
    border: 1px solid var(--services-border);
    box-shadow: var(--services-shadow);
}

.home-services-card[data-theme="light"] {
    --services-surface: #ffffff;
    --services-border: rgba(17, 24, 39, 0.1);
    --services-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    --services-title: #1c1c1c;
    --service-card-bg: #f3f8f4;
    --service-card-border: rgba(19, 167, 73, 0.24);
    --service-card-text: #102316;
    --service-muted: rgba(16, 35, 22, 0.68);
    --service-chip-bg: rgba(19, 167, 73, 0.14);
    --service-chip-border: rgba(19, 167, 73, 0.33);
    --service-chip-text: #13673e;
    --service-arrow-bg: rgba(19, 167, 73, 0.14);
    --service-arrow-color: #13673e;
    --service-overlay: linear-gradient(145deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.56) 58%, rgba(255, 255, 255, 0.2) 100%);
}

.home-services-card[data-theme="dark"] {
    --services-surface: #121b15;
}

.home-services-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 8% 10%, rgba(19, 167, 73, 0.22) 0%, rgba(19, 167, 73, 0) 44%);
    pointer-events: none;
}

.home-services-title {
    color: var(--services-title);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.home-services-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.deluxe-services-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.swiper-pagination-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #fcd34d;
    opacity: 0.6;
    margin: 0 4px;
    border-radius: 9999px;
    transition: all 0.2s;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    width: 1.5rem;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    opacity: 1;
    border-radius: 1rem;
}

.recentLoansSwiper .h-\[50vh\] {
    height: clamp(230px, 33vh, 335px) !important;
}

.recentLoansSwiper .top-5.right-5 {
    top: 12px;
    right: 12px;
}

.recentLoansSwiper .bottom-5.right-5 {
    bottom: 12px;
    right: 12px;
}

@media (max-width: 639px) {
    .recentLoansSwiper .h-\[50vh\] {
        height: clamp(220px, 44vh, 300px) !important;
    }
}

.home-service-item {
    border-radius: 18px;
    overflow: hidden;
}

.home-service-link {
    position: relative;
    min-height: 154px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid var(--service-card-border);
    background-color: var(--service-card-bg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--service-card-text);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-service-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--service-overlay);
}

.home-service-link > * {
    position: relative;
    z-index: 1;
}

.home-service-link:hover {
    transform: translateY(-3px);
    border-color: rgba(19, 167, 73, 0.58);
    box-shadow: 0 16px 28px rgba(5, 12, 8, 0.28);
}

.home-service-chip {
    align-self: start;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid var(--service-chip-border);
    background: var(--service-chip-bg);
    color: var(--service-chip-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
}

.home-service-main {
    display: grid;
    gap: 4px;
    align-self: end;
}

.home-service-label {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--service-card-text);
    text-wrap: balance;
}

.home-service-meta {
    font-size: 12px;
    color: var(--service-muted);
    line-height: 1.35;
}

.home-service-arrow {
    justify-self: end;
    align-self: start;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: var(--service-arrow-bg);
    color: var(--service-arrow-color);
}

.home-service-item--pts .home-service-link {
    background-image: url('/media/img/image8.png');
}

.home-service-item--auto .home-service-link {
    background-image: url('/media/img/aupo.png');
}

.home-service-item--moto .home-service-link {
    background-image: url('/media/img/mototech.png');
}

.home-service-item--realty .home-service-link {
    background-image: url('/media/img/home.png');
}

.home-calculator-card {
    --calc-card-surface: #f6fbf7;
    --calc-card-border: rgba(17, 24, 39, 0.1);
    --calc-card-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    --calc-head-title: #1c1c1c;
    --calc-head-desc: rgba(28, 28, 28, 0.76);
    --calc-surface: #f3f4f4;
    --calc-main-border: rgba(17, 24, 39, 0.08);
    --calc-surface-border: rgba(19, 167, 73, 0.18);
    --calc-panel: #ffffff;
    --calc-panel-border: rgba(19, 27, 21, 0.12);
    --calc-text: #122114;
    --calc-muted: rgba(18, 33, 20, 0.72);
    --calc-value: #0d1b11;
    --calc-value-border: #13A749;
    --calc-tab-active-bg: #13A749;
    --calc-tab-active-text: #ffffff;
    --calc-tab-active-border: #13A749;
    --calc-tab-idle-bg: #e5eee8;
    --calc-tab-idle-text: #2b3c31;
    --calc-tab-idle-border: rgba(43, 60, 49, 0.2);
    --calc-track: #ccd9cf;
    --calc-thumb: #13A749;
    --calc-thumb-border: #ffffff;
    --calc-thumb-shadow: rgba(19, 167, 73, 0.34);
    --calc-summary-bg: #ffffff;
    --calc-summary-border: rgba(19, 27, 21, 0.12);
    --calc-icon-surface: #ffffff;
    --calc-icon-border: rgba(19, 27, 21, 0.14);
    --calc-icon-color: #129347;
    --calc-link-bg: #ffffff;
    --calc-link-border: rgba(19, 27, 21, 0.18);
    --calc-link: #13673e;
    background: transparent;
    border: none;
    border-radius: 24px;
    padding: clamp(14px, 2.2vw, 24px);
    box-shadow: none;
}

.home-calculator-card[data-theme="dark"] {
    --calc-card-surface: #121b15;
    --calc-card-border: rgba(112, 236, 159, 0.2);
    --calc-card-shadow: 0 24px 40px rgba(4, 8, 6, 0.35);
    --calc-head-title: #f3f8f4;
    --calc-head-desc: rgba(229, 242, 232, 0.76);
    --calc-surface: #1a211d;
    --calc-main-border: rgba(210, 225, 217, 0.1);
    --calc-surface-border: rgba(120, 223, 156, 0.28);
    --calc-panel: #111a14;
    --calc-panel-border: rgba(122, 216, 154, 0.2);
    --calc-text: #f2faf4;
    --calc-muted: rgba(222, 239, 228, 0.74);
    --calc-value: #e8f8ee;
    --calc-value-border: #41c96f;
    --calc-tab-active-bg: #13A749;
    --calc-tab-active-text: #ffffff;
    --calc-tab-active-border: #2fcb66;
    --calc-tab-idle-bg: #24342a;
    --calc-tab-idle-text: #d5e9da;
    --calc-tab-idle-border: rgba(195, 225, 204, 0.2);
    --calc-track: #34493c;
    --calc-thumb: #38c66a;
    --calc-thumb-border: #0f1a13;
    --calc-thumb-shadow: rgba(56, 198, 106, 0.42);
    --calc-summary-bg: #111a14;
    --calc-summary-border: rgba(122, 216, 154, 0.2);
    --calc-icon-surface: #0f1a13;
    --calc-icon-border: rgba(122, 216, 154, 0.25);
    --calc-icon-color: #86ebb0;
    --calc-link-bg: #111a14;
    --calc-link-border: rgba(122, 216, 154, 0.25);
    --calc-link: #79dda0;
}

.home-calculator-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.home-calculator-head h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--calc-head-title);
}

.home-calculator-head p {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
    color: var(--calc-head-desc);
}

.home-conditions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.home-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.home-step-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 246, 0.98) 100%);
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 16px 30px rgba(13, 20, 17, 0.08);
}

.home-step-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(19, 167, 73, 0.18) 0%, rgba(19, 167, 73, 0) 70%);
}

.home-step-item span {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    color: #13A749;
    background: linear-gradient(160deg, rgba(19, 167, 73, 0.16) 0%, rgba(19, 167, 73, 0.06) 100%);
    border: 1px solid rgba(19, 167, 73, 0.26);
}

.home-step-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #102316;
    font-weight: 700;
}

.why-choose-side-card__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 112px;
    gap: 12px;
    align-items: center;
}

.why-choose-side-card__copy {
    align-self: center;
}

.why-choose-side-card__media {
    width: 100%;
    height: 104px;
}

@media (min-width: 768px) {
    .why-choose-side-card__grid {
        grid-template-columns: minmax(0, 1fr) 140px;
        gap: 16px;
    }

    .why-choose-side-card__copy {
        align-self: start;
    }

    .why-choose-side-card__media {
        height: 96px;
    }
}

.home-contact-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.home-about-shell,
.home-recent-shell,
.home-useful-shell {
    border-radius: 24px;
    overflow: hidden;
}

.home-about-shell {
    background: linear-gradient(155deg, #0f1813 0%, #17231b 100%);
    border: 1px solid rgba(108, 224, 150, 0.22);
    box-shadow: 0 26px 46px rgba(3, 7, 5, 0.34);
    padding: 2px;
}

.home-about-shell > div {
    border-radius: 22px;
    overflow: hidden;
}

.home-about-shell > div > div {
    width: min(96%, 1220px);
}

.home-about-shell h4 {
    font-size: clamp(24px, 2.4vw, 33px);
    letter-spacing: -0.01em;
}

.home-about-shell .about-slider .item > div {
    height: clamp(290px, 32vw, 420px) !important;
}

.home-recent-section {
    position: relative;
}

.home-recent-head {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.home-recent-head p {
    margin: 0;
    font-size: 15px;
    color: rgba(16, 35, 22, 0.72);
    max-width: 760px;
}

.home-recent-shell {
    background: linear-gradient(150deg, #111a14 0%, #18231c 100%);
    border: 1px solid rgba(107, 221, 149, 0.2);
    box-shadow: 0 24px 44px rgba(4, 8, 6, 0.32);
    padding: 14px;
}

.home-recent-shell .owl-two .item > div {
    height: clamp(280px, 34vw, 430px) !important;
}

.home-recent-shell .last-zaimi-container {
    box-shadow: inset 0 -120px 160px rgba(0, 0, 0, 0.62), inset 0 40px 110px rgba(0, 0, 0, 0.28);
}

.home-recent-shell .item .absolute {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(4px);
}

.home-recent-shell .item .absolute span {
    border-radius: 8px;
}

.home-useful-shell {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 246, 0.95) 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 22px 40px rgba(12, 20, 17, 0.12);
    padding: 4px;
}

.home-useful-shell .FAQ {
    border-radius: 20px;
}

.home-useful-shell .FAQ h4 {
    font-size: clamp(24px, 2.4vw, 33px);
    margin-bottom: 8px;
}

.home-useful-shell .FAQ button {
    border: 1px solid rgba(19, 167, 73, 0.2);
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #f4f8f6 100%);
}

.home-useful-shell .FAQ button span {
    color: #0f2518;
}

.home-useful-shell .FAQ [id^="item"] {
    border-radius: 0 0 14px 14px;
    background: rgba(247, 251, 248, 0.9);
    border-left: 3px solid rgba(19, 167, 73, 0.45);
}

.home-contact-faq-grid > div {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 34px rgba(12, 20, 17, 0.12);
    background: #ffffff;
}

.about-premium-page {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(19, 167, 73, 0.2) 0%, rgba(19, 167, 73, 0) 38%),
        radial-gradient(circle at 88% 18%, rgba(46, 227, 145, 0.1) 0%, rgba(46, 227, 145, 0) 42%),
        linear-gradient(180deg, #07100c 0%, #0b120f 56%, #070d0a 100%);
}

.about-premium-page.about-premium-showcase {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    background: #07100c url("/media/img/bg-premium.png") center / cover no-repeat fixed;
}

.about-premium-showcase__overlay {
    background:
        radial-gradient(circle at 15% 10%, rgba(46, 227, 145, 0.08) 0%, rgba(46, 227, 145, 0) 32%),
        radial-gradient(circle at 80% 20%, rgba(19, 167, 73, 0.08) 0%, rgba(19, 167, 73, 0) 35%),
        linear-gradient(180deg, rgba(6, 10, 8, 0.9) 0%, rgba(6, 10, 8, 0.97) 100%);
}

@media (max-width: 1024px) {
    .about-premium-page.about-premium-showcase {
        background-attachment: scroll;
    }
}

.about-premium-panel {
    border: 1px solid rgba(46, 227, 145, 0.2);
    background: linear-gradient(180deg, rgba(13, 20, 17, 0.88) 0%, rgba(10, 16, 13, 0.93) 100%);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.44);
    border-radius: 22px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.about-why-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(16, 26, 21, 0.86);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    padding: 14px;
}

.about-why-list-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(16, 26, 21, 0.86);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    padding: 14px;
    display: grid;
    gap: 10px;
}

.about-why-list-card h4 {
    margin: 0;
    color: #f4fbf6;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 12px;
    border-left: 4px solid #2ee391;
}

.about-why-list-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.about-why-list-card li {
    color: rgba(223, 237, 228, 0.8);
    font-size: 13px;
    line-height: 1.45;
    padding-left: 11px;
    position: relative;
}

.about-why-list-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #2ee391;
}

.about-metric-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(16, 26, 21, 0.82);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
    padding: 14px;
    display: grid;
    gap: 5px;
}

.about-metric-card__label {
    margin: 0;
    color: rgba(226, 239, 230, 0.66);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-metric-card__value {
    margin: 0;
    color: #f4fbf6;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 800;
}

.about-metric-card__desc {
    margin: 0;
    color: rgba(226, 239, 230, 0.74);
    font-size: 13px;
}

.about-gallery-column__head {
    display: grid;
    gap: 10px;
    color: #f8fff9;
    align-content: start;
    padding: 4px 6px 0;
}

.about-gallery-column__chip {
    margin: 0;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(46, 227, 145, 0.35);
    background: rgba(46, 227, 145, 0.12);
    color: #2ee391;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.about-gallery-column__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 3.6vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 800;
    max-width: 12ch;
}

.about-gallery-column__desc {
    margin: 0;
    color: rgba(233, 247, 239, 0.9);
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.45;
    max-width: 40ch;
}

.about-gallery-column__meta {
    margin: 1px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(237, 247, 240, 0.88);
    font-size: clamp(15px, 1.2vw, 19px);
    line-height: 1.4;
}

.about-gallery-column__meta::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2ee391;
    flex: none;
}

.about-gallery-slider {
    height: 100%;
    min-height: 0;
}

.about-gallery-visual {
    min-height: 560px;
}

.about-legal-deck {
    display: grid;
    gap: 14px;
}

.about-legal-deck__head {
    display: grid;
    gap: 5px;
}

.about-legal-deck__kicker {
    margin: 0;
    color: rgba(219, 238, 228, 0.7);
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.about-legal-deck__title {
    margin: 0;
    color: #f2fff5;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    font-weight: 800;
}

.about-legal-deck__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.about-legal-tile {
    border-radius: 22px;
    border: 1px solid rgba(214, 227, 221, 0.94);
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f6 100%);
    box-shadow: 0 16px 30px rgba(5, 14, 10, 0.22);
    padding: 14px 15px;
    color: #112116;
}

.about-legal-tile__title {
    margin: 0 0 2px;
    color: #0f2317;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    padding-left: 17px;
}

.about-legal-tile__title::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    color: #129447;
    font-size: 13px;
    font-weight: 800;
}

.about-legal-tile__text {
    margin: 0;
    color: rgba(16, 34, 22, 0.73);
    font-size: 13px;
    line-height: 1.5;
}

.about-legal-tile--details {
    display: grid;
    gap: 8px;
}

.about-legal-tile__links {
    display: grid;
    gap: 6px;
    margin-top: 4px;
}

.about-legal-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    text-decoration: none;
    color: #0f7a3d;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    border-bottom: 1px dashed rgba(15, 122, 61, 0.42);
}

.about-legal-tile__link svg {
    width: 14px;
    height: 14px;
    flex: none;
}

.about-legal-tile__link:hover {
    color: #0c6632;
    border-bottom-color: rgba(12, 102, 50, 0.5);
}

.about-legal-tile--note {
    border-radius: 16px;
    border: 1px solid rgba(19, 167, 73, 0.23);
    background: #f2faf5;
}

.about-legal-tile__note-title {
    margin: 0 0 4px;
    color: #0d2316;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-legal-tile--note .about-legal-tile__text {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(13, 35, 22, 0.9);
}

.about-legal-tile--note .about-legal-tile__text a {
    color: #0f7a3d;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(15, 122, 61, 0.42);
}

.about-legal-tile--note .about-legal-tile__text a:hover {
    color: #0c6632;
    border-bottom-color: rgba(12, 102, 50, 0.48);
}

.about-premium-page .about-legal-tile {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(16, 26, 21, 0.92) 0%, rgba(12, 20, 16, 0.95) 100%);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    color: #e5f0e8;
}

.about-premium-page .about-legal-tile__title {
    color: #f3fbf5;
}

.about-premium-page .about-legal-tile__text {
    color: rgba(220, 236, 227, 0.8);
}

.about-premium-page .about-legal-tile__link {
    color: #2ee391;
    border-bottom-color: rgba(46, 227, 145, 0.5);
}

.about-premium-page .about-legal-tile__link:hover {
    color: #5bf2ac;
    border-bottom-color: rgba(91, 242, 172, 0.55);
}

.about-premium-page .about-legal-tile--note {
    border-color: rgba(46, 227, 145, 0.35);
    background: linear-gradient(180deg, rgba(18, 30, 24, 0.96) 0%, rgba(13, 22, 18, 0.96) 100%);
}

.about-premium-page .about-legal-tile__note-title {
    color: #f3fbf5;
}

.about-premium-page .about-legal-tile--note .about-legal-tile__text {
    color: rgba(234, 247, 239, 0.9);
}

.about-premium-page .about-legal-tile--note .about-legal-tile__text a {
    color: #2ee391;
    border-bottom-color: rgba(46, 227, 145, 0.5);
}

@media (max-width: 1279px) {
    .about-gallery-visual {
        min-height: 500px;
    }

    .about-gallery-column__title {
        font-size: clamp(32px, 4.2vw, 46px);
    }

    .about-gallery-column__desc {
        font-size: clamp(17px, 2vw, 22px);
    }

}

@media (max-width: 1023px) {
    .about-metric-card__value {
        font-size: 24px;
    }

    .about-gallery-visual {
        min-height: 420px;
    }

    .about-gallery-column__title {
        font-size: clamp(28px, 7vw, 38px);
        max-width: none;
    }

    .about-gallery-column__desc {
        font-size: 17px;
    }

    .about-legal-deck__grid {
        grid-template-columns: 1fr;
    }

    .about-legal-tile--note .about-legal-tile__text {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .about-legal-deck__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "s1 details"
            "s2 details"
            "s3 details"
            "note note";
        align-items: stretch;
    }

    .about-legal-tile--status-1 {
        grid-area: s1;
    }

    .about-legal-tile--status-2 {
        grid-area: s2;
    }

    .about-legal-tile--status-3 {
        grid-area: s3;
    }

    .about-legal-tile--details {
        grid-area: details;
    }

    .about-legal-tile--note {
        grid-area: note;
    }
}

@media (max-width: 767px) {
    .about-gallery-column__head {
        gap: 8px;
        padding: 0;
    }

    .about-gallery-column__title {
        font-size: clamp(24px, 8.5vw, 32px);
    }

    .about-gallery-column__desc {
        font-size: 15px;
    }

    .about-gallery-column__meta {
        font-size: 14px;
    }

    .about-gallery-visual {
        min-height: 360px;
    }

    .about-legal-deck__title {
        font-size: clamp(24px, 8vw, 32px);
    }

    .about-legal-tile {
        border-radius: 16px;
        padding: 12px;
    }

    .about-legal-tile__text {
        font-size: 12px;
        line-height: 1.45;
    }

    .about-legal-tile--note .about-legal-tile__text {
        font-size: 15px;
    }
}

.calc-modern-layout {
    display: block;
}

.calc-modern-main {
    background: var(--calc-surface);
    border-radius: 18px;
    border: 1px solid var(--calc-main-border, rgba(17, 24, 39, 0.08));
    padding: clamp(12px, 2vw, 18px);
}

.calc-modern-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.calc-modern-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    border: 1px solid var(--calc-icon-border);
    background: var(--calc-icon-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.calc-modern-icon span {
    color: var(--calc-icon-color);
    font: 700 30px/1 var(--site-font-family);
}

.calc-modern-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.calc-modern-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.calc-modern-inputs {
    min-width: 0;
}

.calc-tab-button {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.calc-modern .calc-tab-button:not(.form-disable-calc) {
    background: var(--calc-tab-active-bg);
    color: var(--calc-tab-active-text);
    border-color: var(--calc-tab-active-border);
    box-shadow: 0 8px 16px rgba(19, 167, 73, 0.22);
}

.calc-modern .calc-tab-button.form-disable-calc {
    background: var(--calc-tab-idle-bg) !important;
    color: var(--calc-tab-idle-text) !important;
    border-color: var(--calc-tab-idle-border) !important;
    box-shadow: none;
}

.calc-form-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 980px) {
    .calc-form-block {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .calc-form-block .calc-field-block {
        height: 100%;
    }
}

.calc-field-block {
    border-radius: 14px;
    background: var(--calc-panel);
    border: 1px solid var(--calc-panel-border);
    padding: 11px;
}

.calc-field-label {
    display: block;
    font-size: 12px;
    color: var(--calc-muted);
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.calc-value-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.calc-value-row span {
    color: var(--calc-text);
    font-size: 13px;
}

.calc-value-input {
    width: 100%;
    border: 1px solid var(--calc-panel-border);
    border-bottom: 2px solid var(--calc-value-border);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: clamp(20px, 2.3vw, 24px);
    color: var(--calc-value);
    background: transparent;
    font-weight: 700;
}

.calc-value-input:focus {
    outline: none;
    border-color: var(--calc-value-border);
    box-shadow: 0 0 0 3px rgba(19, 167, 73, 0.18);
}

.calc-value-input-short {
    max-width: 140px;
}

.calc-modern input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    border: none;
    border-radius: 999px;
    background: var(--calc-track);
    cursor: pointer;
}

.calc-modern input[type="range"]::-webkit-slider-runnable-track {
    height: 7px;
    border-radius: 999px;
    background: var(--calc-track);
}

.calc-modern input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    border-radius: 50%;
    background: var(--calc-thumb);
    border: 2px solid var(--calc-thumb-border);
    box-shadow: 0 6px 14px var(--calc-thumb-shadow);
}

.calc-modern input[type="range"]::-moz-range-track {
    height: 7px;
    border-radius: 999px;
    background: var(--calc-track);
}

.calc-modern input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--calc-thumb-border);
    background: var(--calc-thumb);
    box-shadow: 0 6px 14px var(--calc-thumb-shadow);
}

.calc-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: start;
}

.calc-summary-item {
    border-radius: 12px;
    background: var(--calc-summary-bg);
    border: 1px solid var(--calc-summary-border);
    padding: 10px;
    display: grid;
    gap: 5px;
}

.calc-summary-item span {
    font-size: 11px;
    color: var(--calc-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.calc-summary-item strong {
    font-size: clamp(15px, 1.8vw, 17px);
    color: var(--calc-text);
}

.calc-actions-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.calc-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: var(--calc-link);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px dashed var(--calc-link-border);
    background: var(--calc-link-bg);
    width: fit-content;
}

.calc-action-button {
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    padding: 12px 16px;
    min-height: 44px;
    width: 100%;
}

@media (min-width: 560px) {
    .calc-modern-head {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .calc-modern-tabs {
        width: min(100%, 420px);
        justify-self: end;
    }
}

@media (min-width: 768px) {
    .calc-modern-body {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
        gap: 14px;
    }

    .calc-actions-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .calc-action-button {
        width: auto;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .calc-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .home-services-section,
    .home-calculator-section,
    .home-conditions-section,
    .home-steps-section,
    .home-about-section,
    .home-recent-section,
    .home-useful-section,
    .home-contact-faq-section {
        margin-top: clamp(36px, 3.1vw, 54px);
    }

    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-conditions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .home-about-shell > div > div {
        width: min(94%, 1220px);
    }

    .home-recent-head {
        grid-template-columns: minmax(0, 1fr);
    }

}

@media (min-width: 1024px) {
    .home-services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-conditions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-contact-faq-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        gap: 16px;
    }
}

@media (max-width: 1279px) {
    .home-hero-primary {
        display: none !important;
    }

    .mobile-hero-calc .home-calculator-card {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
        animation: mobileHeroCardIn 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
    }

    .mobile-hero-calc .home-calculator-card > div:first-child > * {
        opacity: 0;
        transform: translateY(14px);
        animation: heroFadeUp 0.68s ease forwards;
    }

    .mobile-hero-calc .home-calculator-card > div:first-child > *:nth-child(1) {
        animation-delay: 0.04s;
    }

    .mobile-hero-calc .home-calculator-card > div:first-child > *:nth-child(2) {
        animation-delay: 0.12s;
    }

    .mobile-hero-calc .home-calculator-card > div:first-child > *:nth-child(3) {
        animation-delay: 0.2s;
    }

    .mobile-hero-calc .home-container > div:last-child {
        opacity: 0;
        transform: translateY(14px);
        animation: heroFadeUp 0.7s ease 0.42s forwards;
    }

    .home-calculator-head-desktop {
        display: none !important;
    }

    .mobile-hero-calc .calc-modern-icon,
    .mobile-hero-calc .calc-currency-mark {
        display: none !important;
    }

    .mobile-hero-calc .calc-modern-head {
        grid-template-columns: 1fr !important;
        margin-bottom: 10px;
    }

    .mobile-hero-calc .calc-modern-tabs {
        width: 100% !important;
        justify-self: stretch !important;
    }

    .mobile-hero-calc .calc-form-block {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
        align-items: stretch;
    }

    .mobile-hero-calc .calc-field-block {
        height: 100%;
    }

    .mobile-hero-calc .calc-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    .mobile-hero-calc .calc-summary-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 56px;
        padding: 6px 10px 5px;
        gap: 0;
    }

    .mobile-hero-calc .calc-summary-item span {
        margin-bottom: 0;
        line-height: 1;
    }

    .mobile-hero-calc .calc-summary-item strong {
        margin: 4px 0 0;
        line-height: 1.05;
    }

    .mobile-hero-calc .calc-actions-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        align-items: stretch;
        margin-top: 12px;
    }

    .mobile-hero-calc .calc-actions-row .calc-link,
    .mobile-hero-calc .calc-actions-row .schedule-btn {
        width: 100%;
        min-height: 44px;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
        padding: 0 10px;
        font-size: 12px;
        font-weight: 700;
        box-shadow: none;
    }

    .mobile-hero-calc .calc-actions-row .schedule-btn {
        background: var(--calc-link-bg) !important;
        color: var(--calc-link) !important;
        border: 1px dashed var(--calc-link-border) !important;
        transform: none !important;
        filter: none !important;
    }

    .mobile-hero-calc .calc-actions-row .schedule-btn__icon {
        display: none;
    }

    .mobile-hero-calc .calc-actions-row #openModal3 {
        grid-column: 1 / -1;
    }

    .mobile-hero-calc {
        min-height: 100svh;
        margin-top: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        display: flex;
        align-items: flex-start;
    }

    .mobile-hero-calc .home-container {
        width: 100%;
        max-width: 100%;
        padding: 0 8px;
        margin: 0 auto;
    }

    .mobile-hero-calc .home-calculator-card {
        margin-top: 8px;
    }
}

@media (min-width: 1280px) {
    .home-hero-primary {
        display: flex !important;
    }
}
/*выденые компненты для адаптива*/

/* Для экранов от 640px (sm) */
@media (min-width: 425px) {

}
/* Для экранов от 768px (md) */
@media (min-width: 768px) {

}
/* Для экранов от 1024px (lg) */
@media (min-width: 1024px) {
    .bg-layer {
        background-size: 50%;
        background-position: right center!important;
    }
}
/* Для экранов от 1280px (xl) */
@media (min-width: 1440px) {

}
/* Для экранов от 1536px (2xl) */
/*@media (min-width: 1536px) {*/
/*    .dynamic-element {*/
/*        width: 30%; !* 30% ширины для максимальных экранов *!*/
/*        font-size: 22px; !* Увеличиваем размер шрифта *!*/
/*    }*/
/*}*/

/*ДЛЯ РАДИО КНОПОК*/
/* Стили для радио-кнопок */
.radio-button {
    width: 20px;
    height: 20px;
    border: 2px solid #2ba131;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.radio-button:checked {
    background-color: #4a9c3f;
    border-color: #09500f;
}

.radio-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(28, 136, 18, 0.3);
}

/*ДЛЯ ВЫБОРА ГОРОДА*/
.city-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    min-width: 300px;
}

/*индекс для калькулятора модалки*/
.calc-modal{
    z-index: 160;
}

.calc-modal-overlay {
    padding: 14px;
    background: linear-gradient(180deg, rgba(3, 8, 5, 0.62) 0%, rgba(3, 8, 5, 0.72) 100%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.calc-modal-dialog {
    width: min(760px, 100%);
    max-width: 760px;
    max-height: calc(100vh - 28px);
    overflow: auto;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid var(--calc-surface-border, rgba(19, 167, 73, 0.2));
    background: var(--calc-card-surface, #ffffff);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

.calc-modal-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(66, 85, 74, 0.32);
    color: var(--calc-head-title, #1c1c1c);
    font-size: clamp(24px, 3vw, 31px);
    line-height: 1.15;
}

.calc-modal-form {
    display: grid;
    gap: 12px;
    color: var(--calc-text, #122114);
}

.calc-modal-field {
    display: grid;
    gap: 6px;
    margin: 0 !important;
}

.calc-modal-label {
    margin: 0;
    color: var(--calc-muted, rgba(18, 33, 20, 0.72));
    font-size: 13px;
    font-weight: 700;
}

.calc-modal-input {
    margin-top: 0 !important;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(18, 33, 20, 0.2);
    background: rgba(255, 255, 255, 0.92);
    color: var(--calc-text, #122114);
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.calc-modal-input::placeholder {
    color: rgba(73, 88, 79, 0.72);
}

.calc-modal-input:focus {
    border-color: #13A749;
    box-shadow: 0 0 0 3px rgba(19, 167, 73, 0.18);
}

.calc-modal-subtitle {
    font-size: 16px;
    color: var(--calc-head-title, #1c1c1c);
    margin: 0;
}

.calc-modal-radio-group {
    gap: 14px;
}

.calc-modal-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--calc-text, #122114);
}

.calc-modal .radio-button {
    margin-right: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #2ba131;
    background: #ffffff;
}

.calc-modal .radio-button:checked {
    border-color: #1e8e34;
    background: radial-gradient(circle at center, #35ba56 0 48%, #ffffff 50% 100%);
}

.calc-modal .radio-button:focus {
    box-shadow: 0 0 0 4px rgba(19, 167, 73, 0.2);
}

.calc-modal-loan-data {
    margin-top: 2px !important;
}

.calc-modal #loanData > div {
    border-radius: 12px;
    border: 1px solid rgba(19, 167, 73, 0.18);
    background: linear-gradient(180deg, rgba(242, 249, 244, 0.95) 0%, rgba(237, 246, 239, 0.92) 100%);
    padding: 14px !important;
}

.calc-modal #loanData h3 {
    margin-bottom: 4px;
    font-size: 21px;
    color: var(--calc-head-title, #1c1c1c);
}

.calc-modal #loanData p {
    margin: 0;
    color: var(--calc-text, #122114);
}

.calc-modal-policy {
    align-items: flex-start;
    gap: 10px;
    margin-top: 0 !important;
    padding-top: 2px !important;
}

.calc-modal-policy-check {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: #13A749;
    flex: 0 0 auto;
}

.calc-modal-policy-text {
    margin: 0;
    color: var(--calc-text, #122114);
    font-size: 13px;
    line-height: 1.45;
}

.calc-modal-policy-text a {
    color: var(--calc-link, #13673e);
    text-underline-offset: 2px;
}

.calc-modal-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.calc-modal-close-btn,
.calc-modal-submit-btn {
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.calc-modal-close-btn {
    background: #eef2ef;
    color: #1f2d23;
    border-color: rgba(31, 45, 35, 0.1);
}

.calc-modal-submit-btn {
    background: linear-gradient(180deg, #1fb44f 0%, #139a43 100%);
    color: #ffffff;
    border-color: #118839;
}

.calc-modal-close-btn:hover,
.calc-modal-submit-btn:hover {
    transform: translateY(-1px);
}

.calc-modal-submit-btn:hover {
    box-shadow: 0 10px 18px rgba(19, 167, 73, 0.28);
}

@media (max-width: 640px) {
    .calc-modal-overlay {
        padding: 10px;
    }

    .calc-modal-dialog {
        max-height: calc(100vh - 20px);
        padding: 14px;
        border-radius: 14px;
    }

    .calc-modal-title {
        font-size: 24px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .calc-modal-subtitle {
        font-size: 15px;
    }

    .calc-modal-radio-group {
        gap: 10px;
    }

    .calc-modal-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .calc-modal-close-btn,
    .calc-modal-submit-btn {
        width: 100%;
    }

    .calc-modal-close-btn {
        margin-right: 0 !important;
    }
}

.transpatent-text {
    color: rgba(245, 245, 245, 0.6);
    font-size: 13px;
}

/* Premium dark section styling */
.premium-section {
    position: relative;
    overflow: hidden;
    --spot-x: 50%;
    --spot-y: 50%;
}

.premium-section::after {
    content: "";
    position: absolute;
    inset: -20%;
    background: radial-gradient(260px 260px at var(--spot-x) var(--spot-y),
        rgba(19, 167, 73, 0.18),
        rgba(19, 167, 73, 0));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.28s ease;
    mix-blend-mode: screen;
}

.premium-section.is-spot-active::after {
    opacity: 1;
    transform: scale(1.03);
}

.premium-card-shell {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.premium-card-inner {
    padding: 18px 12px 12px;
}

.why-section {
    backdrop-filter: blur(2px);
}

.why-grid {
    align-items: stretch;
}

.why-card {
    background: rgba(18, 24, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.why-card img {
    filter: drop-shadow(0 6px 12px rgba(19, 167, 73, 0.35));
    opacity: 0.9;
}

.premium-steps .home-step-item {
    background: linear-gradient(160deg, rgba(15, 21, 18, 0.95) 0%, rgba(13, 19, 16, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.premium-steps .home-step-item::after {
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.premium-steps .home-step-item span {
    color: #d9f4e6;
    background: rgba(21, 33, 27, 0.9);
    border: 1px solid rgba(19, 167, 73, 0.28);
}

.premium-steps .home-step-item p {
    color: #eef5f1;
}

.premium-card-shell {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.why-feature-card {
    background: rgba(19, 24, 21, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.why-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

.why-feature-card__body {
    width: 100%;
    margin: 10px;
    padding: 14px 12px;
    background: linear-gradient(180deg, rgba(28, 36, 31, 0.9) 0%, rgba(18, 24, 20, 0.9) 100%);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: grid;
    gap: 12px;
}

.why-feature-card__head {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(12, 18, 15, 0.8);
}

.why-feature-card__head img {
    width: 26%;
    filter: drop-shadow(0 6px 12px rgba(19, 167, 73, 0.25));
    opacity: 0.9;
}

.why-feature-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.why-feature-card__list li {
    font-size: 12px;
    color: #e5efe9;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    padding-bottom: 6px;
}

.why-feature-card__list li:last-child {
    border-bottom: none;
}

@media (prefers-reduced-motion: reduce) {
    .premium-section::after {
        transition: none;
    }
}

/* Schedule modal styling */
#scheduleModal .calc-modal-dialog {
    background: #f5f8f6 !important;
    border: 1px solid rgba(19, 27, 21, 0.16);
    box-shadow: 0 26px 52px rgba(0, 0, 0, 0.3);
    color: #17261d;
}

#scheduleModal .calc-modal-title {
    color: #17261d;
    border-bottom-color: rgba(66, 85, 74, 0.24);
}

#scheduleModal .calc-modal-close-btn {
    background: #ffffff;
    color: #243329;
    border-color: rgba(31, 45, 35, 0.18);
}

#scheduleModal .calc-modal-close-btn:hover {
    background: #f3f6f4;
}

#scheduleModal p {
    color: #4a5a51;
}

#scheduleContent {
    background: #ffffff;
    border: 1px solid #dbe4dd;
    border-radius: 10px;
}

#scheduleContent .schedule-empty {
    margin: 0;
    padding: 12px;
    color: #5f6f66;
}

#scheduleContent .schedule-table {
    width: 100%;
    border-collapse: collapse;
    color: #1f2937;
}

#scheduleContent .schedule-table thead th {
    background: #f3f5f7;
    color: #546273;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-bottom: 1px solid #dbe4dd;
}

#scheduleContent .schedule-table th,
#scheduleContent .schedule-table td {
    padding: 10px 12px;
}

#scheduleContent .schedule-table tbody tr {
    background: #ffffff;
    border-bottom: 1px solid #edf1ee;
}

#scheduleContent .schedule-table tbody tr:nth-child(even) {
    background: #f8faf9;
}

#scheduleContent .schedule-table tbody tr:hover {
    background: #ecf6ef;
}

#scheduleContent .schedule-table td {
    color: #1f2937;
}

#scheduleContent .schedule-table .schedule-value-muted {
    color: #536377;
}

#scheduleContent .schedule-table td:nth-child(3),
#scheduleContent .schedule-table td:last-child {
    font-weight: 700;
}

#scheduleContent .schedule-table td:last-child,
#scheduleContent .schedule-table th:last-child {
    text-align: right;
}

/* Accent utilities for green palette in premium section */
.from-\[\#2ee391\] {
    --tw-gradient-from: #2ee391 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 227 145 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#13a749\] {
    --tw-gradient-to: #13a749 var(--tw-gradient-to-position);
}

.bg-\[\#2ee391\] {
    background-color: #2ee391;
}

.border-\[\#2ee391\] {
    border-color: #2ee391;
}

.hover\:bg-\[\#2ee3911a\]:hover {
    background-color: #2ee3911a;
}

.hover\:bg-\[\#2ee39112\]:hover {
    background-color: #2ee39112;
}

.hover\:border-\[\#2ee39199\]:hover {
    border-color: #2ee39199;
}

.shadow-\[0_12px_28px_rgba\(19\2c 167\2c 73\2c 0\.35\)\] {
    --tw-shadow: 0 12px 28px rgba(19,167,73,0.35);
    --tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-\[0_6px_18px_rgba\(46\2c 227\2c 145\2c 0\.35\)\] {
    --tw-drop-shadow: drop-shadow(0 6px 18px rgba(46,227,145,0.35));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Schedule button */
.calc-action-button.schedule-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    width: fit-content;
    min-height: 42px;
    background: var(--calc-link-bg);
    color: var(--calc-link);
    border: 1px dashed var(--calc-link-border);
    padding: 0 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    box-shadow: none;
    transition: transform 0.15s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    margin-right: auto;
}

.calc-action-button.schedule-btn:hover {
    transform: translateY(-2px);
    background: #f6fbf7;
    border-color: var(--calc-value-border);
    color: #0f5f37;
    box-shadow: none;
    filter: none;
}

.calc-action-button.schedule-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.calc-action-button.schedule-btn:focus-visible {
    outline: 2px solid #2ee391;
    outline-offset: 3px;
}

.schedule-btn__icon {
    font-size: 16px;
    line-height: 1;
}

.schedule-btn__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Primary submit button (Отправить заявку) */
.calc-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    background: #13a749;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(19, 167, 73, 0.22);
    transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.calc-action-button:hover {
    filter: brightness(1.05);
    box-shadow: 0 12px 26px rgba(19, 167, 73, 0.28);
    transform: translateY(-1px);
}

.calc-action-button:active {
    transform: translateY(0);
    box-shadow: 0 7px 16px rgba(19, 167, 73, 0.2);
}

.calc-action-button:focus-visible {
    outline: 2px solid #2ee391;
    outline-offset: 3px;
}

/* LANDING HERO BASE */
.landing-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 40px 0 52px;
    background: linear-gradient(180deg, #07100c 0%, #07140f 36%, #07100c 100%);
}

.landing-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(46, 227, 145, 0.15) 0%, rgba(46, 227, 145, 0) 32%),
        radial-gradient(circle at 82% 16%, rgba(19, 167, 73, 0.12) 0%, rgba(19, 167, 73, 0) 38%),
        linear-gradient(180deg, rgba(7, 13, 10, 0.82) 0%, rgba(7, 13, 10, 0.72) 38%, rgba(7, 13, 10, 0.9) 100%);
}

.landing-hero-photo {
    position: absolute;
    inset: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
}

.landing-hero-shell {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.landing-hero-grid {
    display: grid;
    gap: 22px;
    align-items: start;
}

.landing-hero-left {
    min-width: 0;
}

.landing-hero-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(19, 167, 73, 0.35);
    background: rgba(19, 167, 73, 0.1);
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #2ee391;
}

.landing-hero-title {
    margin: 14px 0 0;
    max-width: 780px;
    font-size: clamp(28px, 4.2vw, 46px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.landing-hero-title-break {
    display: block;
}

.landing-hero-subtitle {
    margin: 14px 0 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.84);
}

.landing-hero-points {
    list-style: none;
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 0;
}

.landing-hero-points li {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.landing-hero-actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.landing-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.landing-hero-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.landing-hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
}

.landing-hero-btn--main {
    border: 1px solid #13a749;
    background: #13a749;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(7, 54, 26, 0.35);
}

.landing-hero-btn--main:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(7, 54, 26, 0.42);
}

.landing-hero-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.landing-hero-metric {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 86px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.56) 0%, rgba(12, 12, 12, 0.5) 100%);
    padding: 10px;
}

.landing-hero-metric-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(46, 227, 145, 0.2);
    background: rgba(19, 167, 73, 0.08);
    padding: 7px;
}

.landing-hero-metric-icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.landing-hero-metric > div {
    min-width: 0;
}

.landing-hero-metric-value {
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.landing-hero-metric-label {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.8);
}

.landing-hero-media {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.landing-hero-media-card {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.28);
    padding: 12px;
    box-shadow: 0 24px 48px rgba(8, 16, 12, 0.2);
}

.landing-hero-media-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
    object-fit: cover;
    object-position: center;
}

.landing-hero-media-note {
    margin-top: 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(15, 24, 20, 0.92);
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

/* IMMOVABLES HERO: align visual with reference banner */
#immov-hero.immov-hero-ref {
    background: #020907;
    min-height: clamp(640px, 78vh, 860px);
}

#immov-hero .immov-hero-ref__bg {
    pointer-events: none;
    background-image:
        radial-gradient(circle at 73% 20%, rgba(46, 227, 145, 0.2) 0%, rgba(46, 227, 145, 0.06) 24%, rgba(46, 227, 145, 0) 46%),
        linear-gradient(92deg, rgba(1, 8, 6, 0.98) 0%, rgba(1, 8, 6, 0.94) 32%, rgba(1, 8, 6, 0.76) 52%, rgba(1, 8, 6, 0.25) 75%, rgba(1, 8, 6, 0) 100%),
        url('/media/img/banners/imove-hero.png');
    background-position: center center, center center, 72% 52%;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, cover;
}

#immov-hero .immov-hero-ref__main {
    min-height: inherit;
}

#immov-hero .immov-hero-ref__desktop {
    max-width: 645px;
}

#immov-hero .immov-hero-ref__desktop h1 {
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

#immov-hero .immov-hero-ref__points article,
#immov-hero .immov-hero-ref__metrics article {
    border-color: rgba(46, 227, 145, 0.25) !important;
    background: rgba(4, 13, 9, 0.74) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(1px);
}

#immov-hero .immov-hero-ref__actions a {
    background: rgba(7, 16, 12, 0.82);
    border-color: rgba(255, 255, 255, 0.34);
}

#immov-hero .immov-hero-ref__actions button {
    box-shadow: 0 12px 28px rgba(8, 57, 28, 0.34);
}

@media (min-width: 1024px) {
    #immov-hero .immov-hero-ref__main {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    #immov-hero .immov-hero-ref__metrics article {
        min-height: 78px;
    }
}

@media (max-width: 1023px) {
    #immov-hero.immov-hero-ref {
        min-height: auto;
    }

    #immov-hero .immov-hero-ref__bg {
        background-image:
            linear-gradient(180deg, rgba(2, 8, 6, 0.88) 0%, rgba(2, 8, 6, 0.56) 46%, rgba(2, 8, 6, 0.94) 100%),
            url('/media/img/banners/imove-hero.png');
        background-position: center top, 67% top;
        background-size: 100% 100%, cover;
    }
}

.landing-contacts {
    padding-bottom: 56px;
}

@media (min-width: 640px) {
    .landing-hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .landing-hero-metric-value {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .landing-hero {
        padding: 48px 0 62px;
    }

    .landing-hero-shell {
        padding: 0 24px;
    }

    .landing-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-contacts {
        padding-bottom: 64px;
    }
}

@media (min-width: 1024px) {
    .landing-hero-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        gap: 28px;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .landing-hero-title {
        font-size: clamp(25px, 8vw, 34px);
    }

    .landing-hero-title-break {
        display: inline;
    }

    .landing-hero-subtitle {
        font-size: 15px;
    }

    .landing-hero-actions {
        gap: 8px;
    }

    .landing-hero-btn {
        width: 100%;
    }
}

/* Modal centering fix */
.modal-content {
    max-width: min(420px, calc(100vw - 24px));
    width: 100%;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.modal:not(.hidden) {
    display: flex;
}

.mobile-hero-calc-slot {
    display: none;
}

.mobile-hero-contact-strip {
    display: none;
}

@media (max-width: 767px) {
    [data-mobile-hero-calc] {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    [data-mobile-hero-calc] .landing-hero-shell {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    [data-mobile-hero-calc] .landing-hero-actions {
        display: none !important;
    }

    [data-mobile-hero-calc] .mobile-hero-calc-slot {
        display: block;
        margin-top: 8px;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-strip {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        margin-top: 8px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(0, 0, 0, 0.28);
        padding: 12px 14px;
        backdrop-filter: blur(2px);
    }

    [data-mobile-hero-calc] .mobile-hero-contact-copy {
        min-width: 0;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-phone {
        display: block;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-address {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        line-height: 1.35;
        text-decoration: none;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next {
        display: inline-flex;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        transition: border-color 0.2s ease, color 0.2s ease;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next:hover {
        border-color: #2ee391;
        color: #2ee391;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next svg {
        width: 20px;
        height: 20px;
    }

    .mobile-hero-calc-section {
        margin-top: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    .mobile-hero-calc-section > .absolute {
        display: none !important;
    }

    .mobile-hero-calc-section > .mx-auto,
    .mobile-hero-calc-section > .relative {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-hero-calc-section .mobile-calc-body-wrap {
        margin-top: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .mobile-hero-calc-section .home-calculator-card {
        margin-top: 0 !important;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    }

    .mobile-hero-calc-section .home-calculator-head h3 {
        font-size: 22px;
    }

    .mobile-hero-calc-section .home-calculator-head p {
        font-size: 14px;
    }
}


/* PTS-like hero compact overrides */
.mobile-hero-calc-slot,
.mobile-hero-contact-strip {
    display: none;
}

.landing-hero-mobile-compact {
    display: none;
}

@media (max-width: 767px) {
    [data-mobile-hero-calc] {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    [data-mobile-hero-calc] .landing-hero-shell {
        width: min(1280px, 94vw);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    [data-mobile-hero-calc] .landing-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    [data-mobile-hero-calc] .landing-hero-left {
        max-width: none;
    }

    [data-mobile-hero-calc] .landing-hero-mobile-compact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
        padding-top: 6px;
    }

    [data-mobile-hero-calc] .landing-hero-mobile-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid rgba(46, 227, 145, 0.4);
        background: rgba(46, 227, 145, 0.12);
        color: #2ee391;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        padding: 9px 14px;
        margin: 0;
    }

    [data-mobile-hero-calc] .landing-hero-mobile-title {
        margin: 0;
        max-width: 520px;
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.04;
        letter-spacing: -0.02em;
        font-weight: 800;
        color: #ffffff;
    }

    [data-mobile-hero-calc] .landing-hero-mobile-cta {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        border: none;
        background: #13a749;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        padding: 0 22px;
        box-shadow: 0 10px 24px rgba(7, 54, 26, 0.35);
    }

    [data-mobile-hero-calc] .landing-hero-badge,
    [data-mobile-hero-calc] .landing-hero-title,
    [data-mobile-hero-calc] .landing-hero-subtitle,
    [data-mobile-hero-calc] .landing-hero-points,
    [data-mobile-hero-calc] .landing-hero-actions,
    [data-mobile-hero-calc] .landing-hero-metrics,
    [data-mobile-hero-calc] .landing-hero-media {
        display: none !important;
    }

    [data-mobile-hero-calc] .mobile-hero-calc-slot {
        display: block;
        width: min(1280px, 94vw);
        margin: 10px auto 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-strip {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        margin-top: 0;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(0, 0, 0, 0.28);
        padding: 12px 14px;
        backdrop-filter: blur(2px);
    }

    [data-mobile-hero-calc] .mobile-hero-contact-copy {
        min-width: 0;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-phone {
        display: block;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-address {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        line-height: 1.35;
        text-decoration: none;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next {
        display: inline-flex;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        transition: border-color 0.2s ease, color 0.2s ease;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next:hover {
        border-color: #2ee391;
        color: #2ee391;
    }

    [data-mobile-hero-calc] .mobile-hero-contact-next svg {
        width: 20px;
        height: 20px;
    }

    .mobile-hero-calc-section > .mx-auto,
    .mobile-hero-calc-section > .relative {
        max-width: 100% !important;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-hero-calc-section .mobile-calc-body-wrap {
        margin-top: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .mobile-hero-calc-section .home-calculator-card {
        width: 100%;
        max-width: none;
        margin: 0 !important;
        border-radius: 18px;
        padding: 10px !important;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    }

    .mobile-hero-calc-section .calc-form-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    [data-mobile-hero-calc] .landing-hero-mobile-title {
        font-size: clamp(30px, 4.6vw, 38px);
    }

    [data-mobile-hero-calc] .mobile-hero-calc-slot {
        margin-top: 12px;
        padding-bottom: 12px;
    }

    .mobile-hero-calc-section .home-calculator-card {
        border-radius: 20px;
        padding: 12px !important;
    }

    .mobile-hero-calc-section .calc-modern-main {
        border-radius: 16px;
        padding: 12px;
    }
}

@media (min-width: 1024px) {
    .landing-hero-mobile-compact {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1536px) {
    [data-mobile-hero-calc].landing-hero .landing-hero-shell {
        width: min(1280px, 92vw);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}


/* Final mobile parity for the immovables landing. Desktop starts at 768px. */
html.schedule-modal-open,
body.schedule-modal-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.schedule-modal-open {
    position: fixed;
    width: 100%;
}

.calc-summary-label-mobile,
.calc-mobile-note,
.schedule-label-mobile {
    display: none;
}

@media (max-width: 1279px) {
    header.header > nav {
        position: relative;
    }

    header.header > nav .links {
        position: fixed !important;
        top: var(--immov-mobile-menu-top, 68px);
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 260 !important;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 14px 14px max(14px, env(safe-area-inset-bottom));
        background: #0f1713 !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        isolation: isolate;
    }

    header.header > nav .links > div {
        min-height: calc(100dvh - var(--immov-mobile-menu-top, 68px));
        gap: 12px;
    }

    html.immov-mobile-menu-open,
    body.immov-mobile-menu-open {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    body.immov-mobile-menu-open {
        position: fixed;
        width: 100%;
    }
}

.immov-footer-logo-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.immov-footer-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 40px;
    filter: none !important;
    opacity: 1 !important;
}

.schedule-mode-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.schedule-mode-label {
    color: #4a5a51;
    font-size: 12px;
    font-weight: 700;
}

.schedule-mode-switch {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d2ddd5;
    border-radius: 9px;
    background: #ffffff;
}

.schedule-mode-button {
    min-height: 34px;
    padding: 6px 10px;
    color: #26372d;
    font-size: 11px;
    font-weight: 700;
}

.schedule-mode-button.is-active {
    background: #13a749;
    color: #ffffff;
}

@media (max-width: 767px) {
    html {
        overflow-x: hidden;
        scrollbar-width: none;
    }

    html::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    body {
        width: 100%;
        max-width: 100%;
        padding-top: var(--immov-mobile-menu-top, 53px);
        overflow-x: hidden;
    }

    header.header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 120 !important;
        width: auto;
        max-width: none;
        box-sizing: border-box;
        background: #ffffff !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    header.header > nav {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    header.header > nav > div:first-child {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    header.header .logo {
        width: 115px !important;
    }

    header.header .burger {
        display: flex;
        width: 36px;
        height: 36px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 0 !important;
    }

    header.header .burger .bar1,
    header.header .burger .bar2,
    header.header .burger .bar3 {
        width: 22px !important;
        height: 3px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    #immov-hero {
        min-height: 0 !important;
        margin-top: 0 !important;
    }

    #immov-hero > .absolute {
        background-position: center;
    }

    #immov-hero .mobile-hero-main {
        display: block;
        padding: 14px 12px 10px !important;
    }

    #immov-hero .mobile-hero-main > div:first-child {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    #immov-hero .immov-mobile-eyebrow,
    #immov-hero .immov-mobile-callback {
        display: none !important;
    }

    #immov-hero .immov-mobile-service-title {
        display: flex;
        width: min(100%, 360px);
        max-width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border: 1px solid rgba(19, 167, 73, 0.45);
        border-radius: 999px;
        background: rgba(19, 167, 73, 0.12);
        padding: 9px 14px;
        color: #2ee391;
        font-size: 12px !important;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.02em;
        text-align: center;
        white-space: normal;
    }

    #immov-hero .immov-mobile-service-title br {
        display: none;
    }

    #immov-hero .mobile-hero-calc-slot {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    #immov-hero .immov-mobile-after-calc {
        display: block !important;
        max-width: 430px;
        margin: 10px auto 0 !important;
        text-align: left;
    }

    #immov-hero .immov-mobile-calc-link {
        display: inline-flex !important;
        width: min(100%, 430px);
        margin: 10px auto 0 !important;
    }

    #realty-calc.mobile-hero-calc-section {
        background: transparent !important;
        padding: 10px 0 20px !important;
    }

    #realty-calc.mobile-hero-calc-section > div {
        padding-right: 0;
        padding-left: 0;
    }

    #realty-calc.mobile-hero-calc-section .mobile-calc-intro {
        display: none !important;
    }

    #realty-calc.mobile-hero-calc-section .mobile-calc-body-wrap {
        margin-top: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    #realty-calc.mobile-hero-calc-section .home-calculator-card {
        width: calc(100vw - 36px) !important;
        max-width: 430px;
        margin: 0 auto !important;
        box-sizing: border-box;
        border: 1px solid rgba(36, 190, 96, 0.22);
        border-radius: 34px;
        background:
            radial-gradient(circle at 18% 10%, rgba(38, 203, 99, 0.16) 0%, rgba(38, 203, 99, 0) 34%),
            linear-gradient(180deg, #06110c 0%, #0a1711 48%, #0f2419 100%);
        padding: 0 !important;
        box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
        animation: none;
        opacity: 1;
        transform: none;
    }

    #realty-calc.mobile-hero-calc-section .home-calculator-head,
    #realty-calc.mobile-hero-calc-section .calc-modern-head,
    #realty-calc.mobile-hero-calc-section .calc-modern-tabs {
        display: none !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-modern-main {
        border: 0;
        border-radius: 34px;
        background: transparent;
        padding: 30px 20px 22px;
    }

    #realty-calc.mobile-hero-calc-section .calc-modern-body {
        display: block;
        gap: 0;
    }

    #realty-calc.mobile-hero-calc-section .calc-form-block {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    #realty-calc.mobile-hero-calc-section .calc-field-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px 10px;
        height: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        padding: 0;
    }

    #realty-calc.mobile-hero-calc-section .calc-field-label {
        margin: 0;
        color: #f4fff7;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.18;
        white-space: nowrap;
    }

    #realty-calc.mobile-hero-calc-section .calc-value-row {
        justify-self: end;
        gap: 5px;
        margin: 0;
    }

    #realty-calc.mobile-hero-calc-section .calc-value-row span {
        color: #f4fff7;
        font-size: 13px !important;
        font-weight: 800;
        line-height: 1.1;
    }

    #realty-calc.mobile-hero-calc-section .calc-value-input {
        width: auto;
        min-width: 0;
        max-width: 82px;
        border: 0;
        border-radius: 0;
        background: transparent;
        padding: 0;
        color: #f4fff7;
        text-align: right;
        font-size: 14px !important;
        font-weight: 800;
        line-height: 1.1;
        box-shadow: none;
    }

    #realty-calc.mobile-hero-calc-section .calc-value-input-short {
        max-width: 54px;
    }

    #realty-calc.mobile-hero-calc-section .calc-currency-mark {
        display: inline-flex !important;
        font-size: 0 !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-currency-mark::after {
        content: "\440\443\431.";
        font-size: 13px !important;
        font-weight: 800;
        line-height: 1.1;
    }

    #realty-calc.mobile-hero-calc-section .calc-modern input[type="range"] {
        grid-column: 1 / -1;
        height: 8px;
        margin-top: 5px;
        background: rgba(225, 245, 231, 0.22);
    }

    #realty-calc.mobile-hero-calc-section .calc-modern input[type="range"]::-webkit-slider-runnable-track {
        height: 8px;
        background: rgba(225, 245, 231, 0.22);
    }

    #realty-calc.mobile-hero-calc-section .calc-modern input[type="range"]::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        margin-top: -7px;
        border: 0;
        background: #14b84f;
        box-shadow: 0 8px 18px rgba(20, 184, 79, 0.34);
    }

    #realty-calc.mobile-hero-calc-section .calc-modern input[type="range"]::-moz-range-track {
        height: 8px;
        background: rgba(225, 245, 231, 0.22);
    }

    #realty-calc.mobile-hero-calc-section .calc-modern input[type="range"]::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border: 0;
        background: #14b84f;
        box-shadow: 0 8px 18px rgba(20, 184, 79, 0.34);
    }

    #realty-calc.mobile-hero-calc-section .calc-range-limits {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        gap: 14px;
        margin-top: 6px;
        color: rgba(244, 255, 247, 0.72);
        font-size: 11px !important;
        font-weight: 700;
        line-height: 1.2;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 9px;
        margin-top: 26px;
        border-top: 1px solid rgba(36, 190, 96, 0.24);
        padding-top: 22px;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-item--rate,
    #realty-calc.mobile-hero-calc-section .calc-summary-item--payment,
    #realty-calc.mobile-hero-calc-section .calc-summary-item--interest {
        display: none !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-item--total,
    #realty-calc.mobile-hero-calc-section .calc-summary-item--return-date {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        min-height: 0;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        padding: 0;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-label-desktop,
    #realty-calc.mobile-hero-calc-section .calc-summary-item--total > span:not(.calc-summary-label-mobile) {
        display: none !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-label-mobile {
        display: inline !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-item span {
        color: #f4fff7;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.25;
        text-transform: none;
    }

    #realty-calc.mobile-hero-calc-section .calc-summary-item strong {
        flex: 0 0 auto;
        color: #ffffff;
        font-size: 15px !important;
        font-weight: 900;
        line-height: 1.2;
        text-align: right;
    }

    #realty-calc.mobile-hero-calc-section .calc-actions-row {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    #realty-calc.mobile-hero-calc-section .calc-actions-row .calc-link {
        display: none !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-actions-row .schedule-btn {
        display: inline-flex !important;
        width: 100% !important;
        min-height: 46px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        margin: 0 !important;
        border: 1px solid rgba(46, 227, 145, 0.4) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, 0.06) !important;
        padding: 0 14px !important;
        color: #f4fff7 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        box-shadow: none !important;
        transform: none !important;
        filter: none !important;
    }

    #realty-calc.mobile-hero-calc-section .calc-actions-row #openModal3 {
        display: inline-flex;
        width: 100%;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #13a749;
        padding: 0 18px;
        color: #ffffff;
        font-size: 15px !important;
        font-weight: 800;
        line-height: 1.1;
        box-shadow: 0 14px 26px rgba(19, 167, 73, 0.3);
    }

    #realty-calc.mobile-hero-calc-section .calc-actions-row #openModal3::after {
        content: " \00BB";
    }

    #realty-calc.mobile-hero-calc-section .schedule-btn__icon {
        display: inline-flex !important;
        width: 22px !important;
        height: 22px !important;
        align-items: center;
        justify-content: center;
    }

    #realty-calc.mobile-hero-calc-section .schedule-btn__icon img {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
    }

    #realty-calc.mobile-hero-calc-section .calc-mobile-note {
        display: block;
        max-width: 330px;
        margin: 18px auto 0;
        color: rgba(244, 255, 247, 0.62);
        text-align: center;
        font-size: 10px !important;
        font-weight: 700;
        line-height: 1.45;
    }

    #realty-faq > div > article:first-child {
        border-radius: 20px;
        padding: 12px;
        box-shadow: 0 12px 28px rgba(10, 24, 16, 0.08);
    }

    #realty-faq > div > article:first-child h2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.15;
    }

    #realty-faq > div > article:first-child > p:nth-of-type(2) {
        margin-top: 8px;
        font-size: 11px;
        line-height: 1.45;
    }

    #realty-faq > div > article:first-child > div {
        margin-top: 10px;
        gap: 8px;
    }

    #realty-faq > div > article:first-child > div > div,
    #realty-faq > div > article:first-child > div > a,
    #realty-faq > div > article:first-child > div > button {
        border-radius: 10px;
        padding: 9px 10px;
        font-size: 11px;
        line-height: 1.4;
    }

    .immov-footer .immov-footer-inner {
        padding-top: 20px !important;
        padding-bottom: 24px !important;
    }

    .immov-footer-logo-badge {
        border-radius: 10px;
        padding: 6px 9px;
    }

    .immov-footer-logo-image {
        width: 128px;
        height: auto;
    }

    #scheduleModal {
        padding: 4px;
    }

    #scheduleModal .calc-modal-dialog {
        width: calc(100vw - 8px);
        max-width: 380px;
        max-height: calc(100dvh - 24px);
        padding: 12px;
        border-radius: 14px;
        overflow: hidden;
    }

    #scheduleModal .schedule-modal-heading {
        display: grid;
        grid-template-columns: 86px minmax(0, 1fr);
        align-items: start;
        gap: 12px;
        margin-bottom: 12px;
    }

    #scheduleModal .calc-modal-title {
        padding-bottom: 6px;
        border-bottom: 1px dashed rgba(66, 85, 74, 0.24);
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    #scheduleModal .calc-modal-close-btn {
        width: 100%;
        min-height: 40px;
        padding: 6px 12px;
        border: 1px solid rgba(31, 45, 35, 0.18);
        border-radius: 9px;
        font-size: 11px;
        font-weight: 800;
    }

    #scheduleModal .schedule-mode-row {
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 8px;
        margin-bottom: 8px;
    }

    #scheduleModal .schedule-mode-label {
        font-size: 9px;
        line-height: 1.2;
    }

    #scheduleModal .schedule-mode-button {
        min-height: 30px;
        padding: 4px 6px;
        font-size: 9px;
    }

    #scheduleModal .calc-modal-dialog > p {
        margin-bottom: 8px;
        font-size: 9px !important;
        line-height: 1.4;
    }

    #scheduleContent {
        max-height: calc(100dvh - 220px);
        overflow-x: hidden;
        border-radius: 8px;
        font-size: 10px !important;
    }

    #scheduleContent .schedule-table {
        table-layout: fixed;
        font-size: 10px;
        line-height: 1.2;
    }

    #scheduleContent .schedule-label-full {
        display: none;
    }

    #scheduleContent .schedule-label-mobile {
        display: inline;
    }

    #scheduleContent .schedule-table th,
    #scheduleContent .schedule-table td {
        overflow: hidden;
        padding: 7px 2px;
        text-overflow: clip;
        white-space: nowrap;
    }

    #scheduleContent .schedule-table thead th {
        font-size: 9px;
        letter-spacing: 0;
    }

    #scheduleContent .schedule-table th:nth-child(1),
    #scheduleContent .schedule-table td:nth-child(1) {
        width: 7%;
        text-align: center;
    }

    #scheduleContent .schedule-table th:nth-child(2),
    #scheduleContent .schedule-table td:nth-child(2) {
        width: 25%;
    }

    #scheduleContent .schedule-table th:nth-child(3),
    #scheduleContent .schedule-table td:nth-child(3) {
        width: 19%;
    }

    #scheduleContent .schedule-table th:nth-child(4),
    #scheduleContent .schedule-table td:nth-child(4) {
        width: 16%;
    }

    #scheduleContent .schedule-table th:nth-child(5),
    #scheduleContent .schedule-table td:nth-child(5) {
        width: 14%;
    }

    #scheduleContent .schedule-table th:nth-child(6),
    #scheduleContent .schedule-table td:nth-child(6) {
        width: 19%;
    }
}
