/* -------------------------- UCHASTKI LANDING -------------------------- */

.uch_landing_page #main_sheet {
    background: #f5f6f8;
    align-items: stretch;
}

.uch_landing_page #main_sheet > .uch_container {
    align-self: stretch;
    min-width: 0;
}

.uch_landing_page .uch_container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

.uch_landing_page .uch_h2,
.uch_landing_page .block_name {
    padding-left: 0;
}

.uch_landing_page .uch_hero_container {
    margin-top: 16px;
    align-self: stretch;
    width: 100%;
    max-width: 1440px;
}

.uch_landing_page .uch_hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.uch_landing_page .uch_hero_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.uch_landing_page .uch_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 34, 42, 0.82) 0%, rgba(26, 34, 42, 0.45) 55%, rgba(91, 105, 54, 0.35) 100%);
}

.uch_landing_page .uch_hero_content {
    position: relative;
    z-index: 2;
    padding: 48px 56px 56px;
    max-width: 720px;
    animation: uchFadeIn 0.8s ease both;
}

.uch_landing_page .uch_hero_badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(183, 155, 74, 0.95), rgba(240, 223, 176, 0.9));
    color: #1a222a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.uch_landing_page .uch_hero_title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.12;
    font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
}

.uch_landing_page .uch_hero_lead {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    max-width: 580px;
}

.uch_landing_page .uch_hero_perks {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uch_landing_page .uch_hero_perks li {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f0dfb0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.uch_landing_page .uch_hero_phone {
    margin-top: 16px;
}

.uch_landing_page .uch_hero_phone a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(240, 223, 176, 0.6);
}

.uch_landing_page .uch_hero_phone a:hover {
    color: #f0dfb0;
}

.uch_landing_page .uch_hero_actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.uch_landing_page .uch_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.uch_landing_page .uch_btn_primary {
    background: #5b6936;
    color: #f5f5f0;
    box-shadow: 0 10px 30px rgba(91, 105, 54, 0.35);
}

.uch_landing_page .uch_btn_primary:hover {
    background: #4a5630;
    transform: translateY(-1px);
    box-shadow: 0 12px 34px rgba(91, 105, 54, 0.45);
}

.uch_landing_page .uch_btn_secondary {
    background: rgba(255, 255, 255, 0.95);
    color: #1a222a;
}

.uch_landing_page .uch_btn_secondary:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.uch_landing_page .uch_btn i {
    margin-left: 8px;
    font-size: 18px;
}

.uch_landing_page .uch_section {
    padding: 48px 0;
    animation: uchFadeIn 0.6s ease both;
}

.uch_landing_page .uch_section_alt {
    background: #fff;
    border-radius: 20px;
    margin-top: 24px;
    padding: 40px 32px;
    box-shadow: 0 4px 24px rgba(26, 34, 42, 0.06);
}

.uch_landing_page .uch_h2 {
    margin: 8px 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #1a222a;
    line-height: 1.2;
}

.uch_landing_page .uch_section_lead {
    margin: 12px 0 0;
    color: #555966;
    font-size: 16px;
    line-height: 1.5;
    max-width: 640px;
}

.uch_landing_page .uch_gallery_track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.uch_landing_page .uch_gallery_track .uch_gallery_item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.uch_landing_page .uch_gallery_item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8eaef;
}

.uch_landing_page .uch_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.uch_landing_page .uch_gallery_item:hover img {
    transform: scale(1.04);
}

.uch_landing_page .uch_gallery_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: linear-gradient(transparent, rgba(26, 34, 42, 0.75));
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.uch_landing_page .uch_gallery_swipe {
    display: none;
    margin-top: 24px;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.uch_landing_page .uch_gallery_swipe_item {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    position: relative;
}

.uch_landing_page .uch_gallery_swipe_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.uch_landing_page .uch_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.uch_landing_page .uch_card {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 24px 20px;
    border: 1px solid #eff1f6;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.uch_landing_page .uch_card:hover {
    box-shadow: 0 8px 28px rgba(26, 34, 42, 0.08);
    transform: translateY(-2px);
}

.uch_landing_page .uch_card_icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.uch_landing_page .uch_card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: #1a222a;
}

.uch_landing_page .uch_card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #555966;
}

.uch_landing_page .uch_card a {
    color: #5b6936;
    font-weight: 600;
    text-decoration: underline;
}

.uch_landing_page .uch_price_block {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.uch_landing_page .uch_price_main {
    text-align: center;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(145deg, #5b6936 0%, #4a5630 100%);
    color: #fff;
    box-shadow: 0 12px 40px rgba(91, 105, 54, 0.3);
}

.uch_landing_page .uch_price_value {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.uch_landing_page .uch_price_unit {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.9;
}

.uch_landing_page .uch_price_examples {
    display: grid;
    gap: 12px;
}

.uch_landing_page .uch_price_example {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fb;
    border-radius: 12px;
    border: 1px solid #eff1f6;
}

.uch_landing_page .uch_price_example span:first-child {
    color: #555966;
    font-size: 15px;
}

.uch_landing_page .uch_price_example span:last-child {
    color: #1a222a;
    font-size: 18px;
    font-weight: 700;
}

.uch_landing_page .uch_genplan_banner {
    margin-top: 24px;
    padding: 32px;
    border-radius: 20px;
    background: #1a222a url('../uchastki/img_0625-web.jpg') center / cover no-repeat;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.uch_landing_page .uch_genplan_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 34, 42, 0.72);
}

.uch_landing_page .uch_genplan_banner > * {
    position: relative;
    z-index: 1;
}

.uch_landing_page .uch_genplan_banner h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.uch_landing_page .uch_genplan_banner p {
    margin: 12px auto 0;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.45;
}

.uch_landing_page .uch_genplan_banner .uch_btn {
    margin-top: 20px;
}

.uch_landing_page .uch_register_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.uch_landing_page .uch_form_box {
    position: relative;
    min-height: 440px;
}

.uch_landing_page .uch_form_panel {
    display: none;
    padding: 32px 28px;
    border-radius: 20px;
    background: linear-gradient(160deg, #5b6936 0%, #4a5630 100%);
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 12px 40px rgba(91, 105, 54, 0.28);
}

.uch_landing_page .uch_form_panel.active {
    display: block;
}

.uch_landing_page .uch_form_panel_success.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 440px;
}

.uch_landing_page .uch_form_success_icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px;
}

.uch_landing_page .uch_form_head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.uch_landing_page .uch_form_title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.uch_landing_page .uch_form_info {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.45;
}

.uch_landing_page .uch_form_fields {
    display: grid;
    gap: 20px;
}

.uch_landing_page .uch_form_field {
    position: relative;
    margin: 0;
}

.uch_landing_page .uch_form_label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.01em;
}

.uch_landing_page .uch_form_req {
    color: #f0dfb0;
}

.uch_landing_page .uch_form_field input {
    display: block;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: #ffffff !important;
    color: #1a222a !important;
    -webkit-text-fill-color: #1a222a;
    caret-color: #5b6936;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.uch_landing_page .uch_form_field input::placeholder {
    color: #9497a2 !important;
    opacity: 1;
}

.uch_landing_page .uch_form_field input:focus {
    outline: none;
    border-color: #f0dfb0;
    box-shadow: 0 0 0 3px rgba(240, 223, 176, 0.35);
}

.uch_landing_page .uch_form_field input.error {
    border-color: #f46f6f;
    background: #fff5f5 !important;
}

.uch_landing_page .uch_form_field input:-webkit-autofill,
.uch_landing_page .uch_form_field input:-webkit-autofill:hover,
.uch_landing_page .uch_form_field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
    -webkit-text-fill-color: #1a222a !important;
    box-shadow: 0 0 0 50px #ffffff inset !important;
    color: #1a222a !important;
}

.uch_landing_page .uch_form_hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.65);
}

.uch_landing_page .uch_form_error {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
    color: #ffd4d4;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.uch_landing_page .uch_form_error.active {
    opacity: 1;
}

.uch_landing_page .uch_form_actions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.uch_landing_page .uch_form_actions .btn,
.uch_landing_page .uch_form_success_btn {
    width: 100% !important;
    max-width: 100%;
    height: 56px !important;
    margin: 0;
    background: #fff !important;
    color: #5b6936 !important;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.uch_landing_page .uch_form_actions .btn:hover,
.uch_landing_page .uch_form_success_btn:hover {
    background: #eff1f6 !important;
    color: #5b6936 !important;
}

.uch_landing_page .uch_form_actions .btn.disabled {
    background: rgba(255, 255, 255, 0.45) !important;
    color: rgba(26, 34, 42, 0.45) !important;
    box-shadow: none;
    cursor: not-allowed;
}

.uch_landing_page .uch_form_legal {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.uch_landing_page .uch_form_legal a {
    color: #f0dfb0;
    text-decoration: underline;
}

.uch_landing_page .uch_form_legal a:hover {
    color: #fff;
}

.uch_landing_page #footer {
    margin-top: 40px;
}

@keyframes uchFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1000px) {
    .uch_landing_page .uch_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .uch_landing_page .uch_gallery_track {
        grid-template-columns: repeat(2, 1fr);
    }

    .uch_landing_page .uch_gallery_track .uch_gallery_item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .uch_landing_page .uch_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .uch_landing_page .uch_price_block {
        grid-template-columns: 1fr;
    }

    .uch_landing_page .uch_register_grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media only screen and (max-width: 959px) {
    .uch_landing_page .uch_hero_container {
        margin-top: 12px;
    }

    .uch_landing_page .uch_hero {
        min-height: auto;
        align-items: stretch;
    }

    .uch_landing_page .uch_hero_content {
        padding: 36px 24px 40px;
        max-width: 100%;
    }

    .uch_landing_page .uch_hero_title {
        font-size: 34px;
    }

    .uch_landing_page .uch_hero_actions {
        flex-direction: column;
    }

    .uch_landing_page .uch_hero_actions .uch_btn {
        width: 100%;
        flex: none;
    }
}

@media only screen and (max-width: 639px) {
    .uch_landing_page .uch_hero_title {
        font-size: 28px;
    }

    .uch_landing_page .uch_hero_lead {
        font-size: 16px;
    }

    .uch_landing_page .uch_h2 {
        font-size: 24px;
    }

    .uch_landing_page .uch_gallery_track {
        display: none;
    }

    .uch_landing_page .uch_gallery_swipe {
        display: flex;
    }

    .uch_landing_page .uch_cards {
        grid-template-columns: 1fr;
    }

    .uch_landing_page .uch_price_value {
        font-size: 40px;
    }

    .uch_landing_page .uch_section_alt {
        padding: 28px 20px;
    }

    .uch_landing_page .uch_genplan_banner h2 {
        font-size: 22px;
    }
}
