.rp-home-v2 {
    --rp-ink: #202420;
    --rp-green: #294f3d;
    --rp-green-dark: #132e25;
    --rp-gold: #d6b86c;
    --rp-gold-light: #f4e1a7;
    --rp-paper: #f8f7f3;
    --rp-white: #ffffff;
    --rp-copy: #68706a;
    --rp-line: #d9ddd8;
    color: var(--rp-ink);
    background: var(--rp-white);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.rp-home-v2,
.rp-home-v2 * {
    box-sizing: border-box;
}

.rp-home-v2 [hidden] {
    display: none !important;
}

.rp-home-v2 h1,
.rp-home-v2 h2,
.rp-home-v2 h3,
.rp-home-v2 h4,
.rp-home-v2 p,
.rp-home-v2 ul,
.rp-home-v2 ol,
.rp-home-v2 dl,
.rp-home-v2 figure,
.rp-home-v2 blockquote,
.rp-home-v2 fieldset {
    margin: 0;
}

.rp-home-v2 h1,
.rp-home-v2 h2,
.rp-home-v2 h3,
.rp-home-v2 h4,
.rp-home-v2 strong,
.rp-home-v2 button,
.rp-home-v2 input {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

.rp-home-v2 h2 {
    max-width: 900px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.12;
}

.rp-home-v2 a {
    color: inherit;
    text-decoration: none;
}

.rp-home-v2 button,
.rp-home-v2 input {
    font: inherit;
}

.rp-home-v2 button,
.rp-home-v2 a {
    -webkit-tap-highlight-color: transparent;
}

.rp-home-v2 img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .section-top {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eceeea;
    }

    .section-top .top_wrapper,
    .section-top .top_pull_left,
    .section-top .top_pull_right,
    .section-top .header_contacts {
        min-height: 38px;
    }

    .section-top .header_contacts {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 14px;
        margin-left: 34px;
        white-space: nowrap;
    }

    .section-top .header_phone {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-left: 0;
        color: #3f4742;
        font-size: 12px;
        line-height: 20px;
    }

    .section-top .header_phone + .header_phone {
        padding-left: 14px;
        border-left: 1px solid #d9ddd8;
    }

    .section-top .header_phone::after {
        width: 14px;
        height: 14px;
        margin-left: 1px;
        line-height: 14px;
    }

    .section-top .rp-home-v3__direct-contact-city {
        font-weight: 700;
    }

    .section-top .rp-home-v3__direct-contact-number {
        color: #68706a;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
    .section-top .container_head {
        padding-right: 28px;
        padding-left: 28px;
    }

    .section-top .col_top01 .font-style-ps,
    .section-top .rp-home-v3__direct-contact-number {
        display: none;
    }

    .section-top .header_contacts {
        gap: 12px;
        margin-left: 24px;
    }

    .section-top .header_phone + .header_phone {
        padding-left: 12px;
    }
}

.rp-home-v2__shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.rp-home-v2__section {
    padding: 72px 0;
}

.rp-home-v2__section--muted {
    background: var(--rp-paper);
}

.rp-home-v2__section--regions {
    background: var(--rp-paper);
}

.rp-home-v2__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rp-home-v2__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px !important;
    color: var(--rp-green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.rp-home-v2__eyebrow::before {
    width: 32px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
    content: "";
}

.rp-home-v2__eyebrow--light {
    color: var(--rp-gold-light);
}

.rp-home-v2__heading {
    margin-bottom: 38px;
}

.rp-home-v2__heading > p:last-child,
.rp-home-v2__heading > div > p:last-child {
    max-width: 760px;
    margin-top: 16px;
    color: var(--rp-copy);
    font-size: 17px;
    line-height: 1.6;
}

.rp-home-v2__heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 350px);
    gap: 48px;
    align-items: end;
}

.rp-home-v2__heading--split > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: var(--rp-green);
    font-size: 14px;
    font-weight: 700;
}

.rp-home-v2__heading--split > p {
    color: var(--rp-copy);
    font-size: 16px;
    line-height: 1.65;
}

.rp-home-v2__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rp-home-v2__button:hover,
.rp-home-v2__button:focus-visible {
    transform: translateY(-1px);
}

.rp-home-v2__button--gold {
    color: #171b18;
    background: var(--rp-gold-light);
    border-color: var(--rp-gold-light);
}

.rp-home-v2__button--gold:hover,
.rp-home-v2__button--gold:focus-visible {
    background: #ffeab0;
    border-color: #ffeab0;
}

.rp-home-v3 .rp-home-v2__button--gold {
    color: #171b18;
    font-weight: 700;
}

.rp-home-v2__button--outline {
    color: var(--rp-white);
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(19, 46, 37, 0.18);
}

.rp-home-v2__button--outline:hover,
.rp-home-v2__button--outline:focus-visible {
    border-color: var(--rp-white);
    background: rgba(19, 46, 37, 0.55);
}

.rp-home-v2__button--dark {
    color: var(--rp-white);
    background: var(--rp-green-dark);
}

.rp-home-v2__hero {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    color: var(--rp-white);
    background: var(--rp-green-dark);
}

.rp-home-v2__hero-bg,
.rp-home-v2__hero-overlay {
    position: absolute;
    inset: 0;
}

.rp-home-v2__hero-bg {
    background-image: url("../images/homepage-v2/hero-office-coastal-20260824-v10.webp");
    background-position: center 48%;
    background-size: cover;
}

.rp-home-v2__hero-overlay {
    background: linear-gradient(90deg, rgba(8, 30, 25, 0.88) 0%, rgba(8, 30, 25, 0.66) 48%, rgba(8, 30, 25, 0.47) 100%);
}

.rp-home-v2__hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 660px;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 72px;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 52px;
}

.rp-home-v2__hero-copy {
    min-width: 0;
    max-width: 720px;
}

.rp-home-v2__hero h1 {
    max-width: 560px;
    color: var(--rp-white);
    font-size: 58px;
    font-weight: 700;
    line-height: 1.08;
}

.rp-home-v2__hero-lead {
    max-width: 560px;
    margin-top: 26px !important;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.55;
}

.rp-home-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.rp-home-v2__proof-line {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.rp-home-v2__proof-line span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rp-home-v2__proof-line .rp-home-v2__icon {
    width: 17px;
    height: 17px;
    color: var(--rp-gold-light);
}

.rp-home-v2__hero-proof {
    width: 100%;
    max-width: 500px;
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(244, 225, 167, 0.32);
    border-radius: 8px;
    background: rgba(12, 43, 35, 0.78);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.rp-home-v2__hero-proof > p {
    color: var(--rp-gold-light);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rp-home-v2__hero-people {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.rp-home-v2__hero-people article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.rp-home-v2__hero-people img {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    object-fit: cover;
}

.rp-home-v2__hero-people article:first-child img {
    object-position: center 24%;
}

.rp-home-v2__hero-people strong,
.rp-home-v2__hero-people span {
    display: block;
}

.rp-home-v2__hero-people strong {
    color: var(--rp-white);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.25;
}

.rp-home-v2__hero-people span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.rp-home-v2__hero-contact-note {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

.rp-home-v2__trust {
    padding: 34px 0;
    border-bottom: 1px solid var(--rp-line);
    background: var(--rp-paper);
}

.rp-home-v2__trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rp-home-v2__trust-grid > div {
    min-height: 104px;
    padding: 8px 34px;
    border-right: 1px solid var(--rp-line);
}

.rp-home-v2__trust-grid > div:first-child {
    padding-left: 0;
}

.rp-home-v2__trust-grid > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.rp-home-v2__trust strong,
.rp-home-v2__trust span {
    display: block;
}

.rp-home-v2__trust strong {
    color: var(--rp-green-dark);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.rp-home-v2__trust span {
    margin-top: 10px;
    color: var(--rp-copy);
    font-size: 14px;
    line-height: 1.5;
}

.rp-home-v2__regions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.rp-home-v2__region {
    overflow: hidden;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-white);
}

.rp-home-v2__region figure {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.rp-home-v2__region figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.rp-home-v2__region:hover figure img {
    transform: scale(1.015);
}

.rp-home-v2__region figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--rp-white);
    background: rgba(15, 38, 31, 0.8);
    font-size: 12px;
}

.rp-home-v2__region figcaption .rp-home-v2__icon {
    width: 15px;
    height: 15px;
}

.rp-home-v2__region > div {
    padding: 24px 26px 26px;
}

.rp-home-v2__region h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.rp-home-v2__region p {
    margin-top: 14px;
    color: var(--rp-copy);
    font-size: 15px;
    line-height: 1.55;
}

.rp-home-v2__region ul {
    display: grid;
    gap: 9px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.rp-home-v2__region li {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 15px;
}

.rp-home-v2__region li .rp-home-v2__icon {
    width: 17px;
    height: 17px;
    color: var(--rp-green);
}

.rp-home-v2__region > div > a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    color: var(--rp-green);
    font-size: 15px;
    font-weight: 700;
}

.rp-home-v2__property-paths {
    display: grid;
    grid-template-columns: 0.78fr repeat(3, 1fr);
    margin-top: 32px;
    overflow: hidden;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-line);
}

.rp-home-v2__property-paths > div,
.rp-home-v2__property-paths > a {
    min-height: 156px;
    padding: 26px 24px;
    border-right: 1px solid var(--rp-line);
    background: var(--rp-white);
}

.rp-home-v2__property-paths > :last-child {
    border-right: 0;
}

.rp-home-v2__property-paths-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--rp-gold);
    font-size: 13px;
    text-transform: uppercase;
    background: #f3f3f0 !important;
}

.rp-home-v2__property-paths-heading strong {
    margin-top: 14px;
    color: var(--rp-ink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
}

.rp-home-v2__property-paths > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 180ms ease;
}

.rp-home-v2__property-paths > a:hover,
.rp-home-v2__property-paths > a:focus-visible {
    background: var(--rp-paper);
}

.rp-home-v2__property-path-kicker {
    color: #957631;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.rp-home-v2__property-paths > a > strong {
    margin: 12px 0 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.rp-home-v2__property-path-action {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: var(--rp-green);
    font-size: 15px;
    font-weight: 500;
}

.rp-home-v2__property-path-icon {
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 50%;
    color: var(--rp-ink);
    background: var(--rp-gold-light);
}

.rp-home-v2__showcase-featured,
.rp-home-v2__showcase-project-band {
    overflow: hidden;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-white);
}

.rp-home-v2__showcase-featured {
    display: grid;
    width: 100%;
    max-width: 1160px;
    min-height: 0;
    margin: 0 auto;
    grid-template-columns: minmax(0, 720px) minmax(400px, 1fr);
    background: var(--rp-green);
}

.rp-home-v2__showcase-gallery {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 138px;
    background: #111713;
}

.rp-home-v2__showcase-gallery--featured {
    grid-template-columns: 1fr;
    grid-template-rows: 440px 84px;
    align-self: start;
}

.rp-home-v2__showcase-gallery-main {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #17211d;
}

.rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-main {
    min-height: 0;
}

.rp-home-v2__showcase-gallery-main::after {
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
    content: "";
}

.rp-home-v2__showcase-gallery-main > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-home-v2__showcase-gallery-main > img.is-changing {
    animation: rp-home-v3-gallery-fade 240ms ease;
}

.rp-home-v2__showcase-gallery-thumbnails {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #1b241f;
}

.rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
}

.rp-home-v2__showcase-gallery-thumbnails button {
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    background: #17211d;
    cursor: pointer;
}

.rp-home-v2__showcase-gallery-thumbnails button.is-active {
    border-color: var(--rp-gold-light);
}

.rp-home-v2__showcase-gallery-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transition: opacity 180ms ease, transform 180ms ease;
}

.rp-home-v2__showcase-gallery-thumbnails button:hover img,
.rp-home-v2__showcase-gallery-thumbnails button:focus-visible img,
.rp-home-v2__showcase-gallery-thumbnails button.is-active img {
    opacity: 1;
    transform: scale(1.02);
}

.rp-home-v2__showcase-gallery-arrow,
.rp-home-v2__showcase-favorite {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    color: var(--rp-white);
    background: rgba(13, 30, 24, 0.78);
    cursor: pointer;
}

.rp-home-v2__showcase-gallery-arrow:hover,
.rp-home-v2__showcase-gallery-arrow:focus-visible,
.rp-home-v2__showcase-favorite:hover,
.rp-home-v2__showcase-favorite:focus-visible,
.rp-home-v2__showcase-favorite[data-favorite="true"] {
    color: var(--rp-green-dark);
    background: var(--rp-gold-light);
    border-color: var(--rp-gold-light);
}

.rp-home-v2__showcase-gallery-arrow--previous {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.rp-home-v2__showcase-gallery-arrow--next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.rp-home-v2__showcase-favorite {
    top: 18px;
    right: 18px;
}

.rp-home-v2__showcase-gallery-dots {
    position: absolute;
    z-index: 3;
    bottom: 18px;
    left: 18px;
    display: flex;
    gap: 8px;
}

.rp-home-v2__showcase-gallery-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.rp-home-v2__showcase-gallery-dots button.is-active {
    background: var(--rp-white);
}

.rp-home-v2__showcase-featured-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    min-height: 524px;
    padding: 26px 28px 24px;
    color: var(--rp-white);
    background: var(--rp-green);
}

.rp-home-v2__showcase-location {
    color: var(--rp-gold-light);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rp-home-v2__showcase-featured h3,
.rp-home-v2__showcase-project-band h3 {
    margin-top: 12px;
    font-weight: 700;
    line-height: 1.16;
}

.rp-home-v2__showcase-featured h3 {
    margin-top: 9px;
    font-size: 29px;
}

.rp-home-v3 .rp-home-v2__showcase-featured h3 a {
    color: var(--rp-white);
}

.rp-home-v2__showcase-project-band h3 {
    font-size: 25px;
}

.rp-home-v2__showcase-featured h3 a:hover,
.rp-home-v2__showcase-featured h3 a:focus-visible,
.rp-home-v2__showcase-project-band h3 a:hover,
.rp-home-v2__showcase-project-band h3 a:focus-visible {
    color: var(--rp-gold-light);
}

.rp-home-v2__showcase-gold-rule {
    width: 48px;
    height: 1px;
    margin: 12px 0;
    background: var(--rp-gold);
}

.rp-home-v2__showcase-featured h4,
.rp-home-v2__showcase-project-band h4 {
    font-weight: 700;
    line-height: 1.35;
}

.rp-home-v2__showcase-featured h4 {
    color: var(--rp-gold-light);
    font-size: 18px;
}

.rp-home-v2__showcase-project-band h4 {
    margin-top: 12px;
    font-size: 16px;
}

.rp-home-v2__showcase-description {
    margin-top: 12px !important;
    color: var(--rp-copy);
    font-size: 14px;
    line-height: 1.6;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-description {
    margin-top: 7px !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13.5px;
    line-height: 1.5;
}

.rp-home-v2__showcase-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-facts {
    border-color: var(--rp-line);
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-facts {
    margin-top: 12px;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-facts > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rp-home-v2__showcase-facts > div {
    min-width: 0;
    padding: 14px 12px 14px 0;
}

.rp-home-v2__showcase-facts dt,
.rp-home-v2__showcase-facts dd {
    margin: 0;
}

.rp-home-v2__showcase-facts dt {
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
    text-transform: uppercase;
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-facts dt {
    color: var(--rp-copy);
}

.rp-home-v2__showcase-facts dd {
    margin-top: 4px;
    color: inherit;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.rp-home-v2__showcase-benefits {
    display: grid;
    gap: 10px;
    margin-top: 18px !important;
    padding: 0;
    list-style: none;
}

.rp-home-v2__showcase-benefits li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.rp-home-v2__showcase-benefits .rp-home-v2__icon {
    width: 17px;
    height: 17px;
    color: var(--rp-gold-light);
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px !important;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-benefits li {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 10.5px;
    line-height: 1.4;
}

.rp-home-v2__showcase-price {
    margin-top: auto;
    padding-top: 22px;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-price {
    padding-top: 12px;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-price-converted {
    margin-top: 5px;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-price > p {
    margin-top: 5px !important;
}

.rp-home-v2__showcase-price-primary {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.rp-home-v2__showcase-price-primary span {
    color: var(--rp-copy);
    font-size: 12px;
    text-transform: uppercase;
}

.rp-home-v2__showcase-price-primary strong {
    color: var(--rp-green-dark);
    font-size: 28px;
    line-height: 1.15;
}

.rp-home-v2__showcase-price--light .rp-home-v2__showcase-price-primary span,
.rp-home-v2__showcase-price--light .rp-home-v2__showcase-price-converted,
.rp-home-v2__showcase-price--light > p {
    color: rgba(255, 255, 255, 0.62);
}

.rp-home-v3 .rp-home-v2__showcase-featured .rp-home-v2__showcase-price > p {
    color: rgba(255, 255, 255, 0.72);
}

.rp-home-v2__showcase-price--light .rp-home-v2__showcase-price-primary strong {
    color: var(--rp-white);
}

.rp-home-v2__showcase-price-converted {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 8px;
    color: var(--rp-copy);
    font-size: 11px;
}

.rp-home-v2__showcase-price > p {
    margin-top: 8px !important;
    color: var(--rp-copy);
    font-size: 10px;
}

.rp-home-v2__showcase-project-cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    border: 1px solid var(--rp-gold);
    color: var(--rp-green-dark);
    font-size: 13px;
    font-weight: 700;
}

.rp-home-v2__showcase-project-cta--featured {
    color: var(--rp-white);
    border-color: rgba(244, 225, 167, 0.58);
}

.rp-home-v2__showcase-project-cta:hover,
.rp-home-v2__showcase-project-cta:focus-visible {
    color: var(--rp-green-dark);
    background: var(--rp-gold-light);
}

.rp-home-v2__showcase-project-cta .rp-home-v2__icon {
    width: 17px;
    height: 17px;
}

.rp-home-v2__showcase-other-heading {
    width: 100%;
    max-width: 1160px;
    margin: 34px auto 18px;
}

.rp-home-v2__showcase-other-heading p {
    font-size: 27px;
    font-weight: 700;
}

.rp-home-v2__showcase-project-bands {
    display: grid;
    width: 100%;
    max-width: 1160px;
    gap: 24px;
    margin: 0 auto;
}

.rp-home-v2__showcase-project-band {
    display: grid;
    min-height: 390px;
    grid-template-columns: minmax(0, 700px) minmax(390px, 1fr);
}

.rp-home-v2__showcase-project-band-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px 28px 22px;
}

.rp-home-v2__showcase-project-band h3 {
    margin-top: 8px;
    font-size: 23px;
}

.rp-home-v2__showcase-project-band h4 {
    margin-top: 8px;
    font-size: 15px;
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px !important;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-facts {
    margin-top: 12px;
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-facts > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rp-home-v2__showcase-project-band .rp-home-v2__showcase-price {
    padding-top: 10px;
}

.rp-home-v2__showcase-featured .rp-home-v2__showcase-project-cta,
.rp-home-v2__showcase-project-band .rp-home-v2__showcase-project-cta {
    margin-top: 12px;
}

.rp-home-v2__projects-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin: 40px auto 0;
    padding: 28px 30px;
    border-radius: 8px;
    color: var(--rp-white);
    background: var(--rp-green-dark);
}

.rp-home-v2__projects-cta p {
    font-size: 20px;
    font-weight: 700;
}

.rp-home-v2__projects-cta span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.rp-home-v3 .rp-video-showcase {
    padding: 72px 0;
    background: var(--rp-white);
}

.rp-home-v3 .rp-video-showcase > .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
}

.rp-home-v3 .rp-video-showcase__header {
    margin-bottom: 34px;
}

.rp-home-v3 .rp-video-showcase__header h2 {
    max-width: 900px;
    font-size: 44px;
    line-height: 1.12;
}

.rp-home-v2__deal-guide {
    background: var(--rp-white);
}

.rp-home-v2__deal-guide .rp-home-v2__heading h2 {
    max-width: 820px;
}

.rp-home-v2__deal-guide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    gap: 56px;
    align-items: start;
}

.rp-home-v2__deal-guide-team img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    object-fit: cover;
}

.rp-home-v2__deal-guide-team figcaption {
    margin-top: 12px;
    color: var(--rp-copy);
    font-size: 13px;
    line-height: 1.5;
}

.rp-home-v2__deal-steps {
    display: grid;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.rp-home-v2__deal-steps li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
}

.rp-home-v2__deal-steps li > span {
    padding-top: 3px;
    color: #957631;
    font-size: 14px;
    font-weight: 700;
}

.rp-home-v2__deal-steps h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.rp-home-v2__deal-steps p {
    margin-top: 4px;
    color: var(--rp-copy);
    font-size: 15px;
    line-height: 1.55;
}

.rp-home-v2__deal-checks {
    margin-top: 32px;
    padding: 24px;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-paper);
}

.rp-home-v2__deal-checks h3 {
    color: var(--rp-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rp-home-v2__deal-checks ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 24px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.rp-home-v2__deal-checks li {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    font-size: 16px;
    line-height: 1.5;
}

.rp-home-v2__deal-checks .rp-home-v2__icon {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    color: #957631;
}

.rp-home-v2__reviews {
    background: var(--rp-paper);
}

.rp-home-v2__reviews > .rp-home-v2__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px 40px;
    align-items: end;
}

.rp-home-v2__reviews .rp-home-v2__heading {
    margin-bottom: 0;
}

.rp-home-v2__review-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px;
}

.rp-home-v2__review-tabs button {
    display: grid;
    min-height: 54px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    color: var(--rp-copy);
    background: var(--rp-white);
    cursor: pointer;
    text-align: left;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rp-home-v2__review-tabs button:hover,
.rp-home-v2__review-tabs button:focus-visible,
.rp-home-v2__review-tabs button[aria-selected="true"] {
    color: var(--rp-ink);
    border-color: var(--rp-gold);
}

.rp-home-v2__review-tabs button:hover,
.rp-home-v2__review-tabs button:focus-visible {
    transform: translateY(-1px);
}

.rp-home-v2__review-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--rp-white);
}

.rp-home-v2__review-mark--yandex > span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.rp-home-v2__review-mark--yandex {
    background: #e32636;
}

.rp-home-v2__review-tab-copy strong,
.rp-home-v2__review-tab-copy small {
    display: block;
}

.rp-home-v2__review-tab-copy strong {
    font-size: 13px;
}

.rp-home-v2__review-tab-copy small {
    margin-top: 1px;
    font-size: 11px;
    font-weight: 500;
}

.rp-home-v2__review-panel {
    grid-column: 1 / -1;
}

.rp-home-v2__review-carousel-bar {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 18px;
}

.rp-home-v2__review-position {
    color: var(--rp-copy);
    font-size: 12px;
}

.rp-home-v2__review-controls {
    display: flex;
    gap: 8px;
}

.rp-home-v2__review-controls button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--rp-line);
    border-radius: 50%;
    color: var(--rp-green);
    background: var(--rp-white);
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rp-home-v2__review-controls button:hover,
.rp-home-v2__review-controls button:focus-visible {
    border-color: var(--rp-green);
    color: var(--rp-white);
    background: var(--rp-green);
    transform: translateY(-1px);
}

.rp-home-v2__review-controls .rp-home-v2__icon {
    width: 18px;
    height: 18px;
}

.rp-home-v2__review-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.rp-home-v2__review {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-white);
}

.rp-home-v2__review header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.rp-home-v2__review-avatar {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rp-gold-light);
    background: var(--rp-green);
    font-size: 15px;
    font-weight: 700;
}

.rp-home-v2__review-name {
    font-size: 15px;
    font-weight: 600;
}

.rp-home-v2__review-meta {
    display: block;
    margin-top: 4px;
    color: var(--rp-copy);
    font-size: 12px;
}

.rp-home-v2__review-stars {
    display: inline;
    color: #d5a915;
    font-size: 12px;
    letter-spacing: 1px;
}

.rp-home-v2__review blockquote {
    margin-top: 22px;
    color: var(--rp-ink);
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
    flex: 1;
}

.rp-home-v2__review > a {
    display: inline-flex;
    gap: 10px;
    margin-top: 22px;
    color: var(--rp-green);
    font-size: 13px;
    font-weight: 700;
}

.rp-home-v2__faq {
    background: var(--rp-paper);
}

.rp-home-v2__faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: start;
}

.rp-home-v2__faq header > p:last-child {
    max-width: 390px;
    margin-top: 18px;
    color: var(--rp-copy);
    font-size: 16px;
}

.rp-home-v2__faq-list {
    display: grid;
    gap: 10px;
}

.rp-home-v2__faq-item {
    overflow: hidden;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-white);
}

.rp-home-v2__faq-item.is-open {
    border-color: var(--rp-gold);
}

.rp-home-v2__faq-item h3 button {
    display: flex;
    width: 100%;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 22px;
    border: 0;
    color: var(--rp-ink);
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.rp-home-v2__faq-item h3 button b {
    flex: 0 0 auto;
    color: var(--rp-green);
    font-size: 25px;
    font-weight: 400;
    transition: transform 180ms ease;
}

.rp-home-v2__faq-item.is-open h3 button b {
    transform: rotate(45deg);
}

.rp-home-v2__faq-item > div {
    padding: 0 22px 22px;
    color: var(--rp-copy);
    font-size: 14px;
    line-height: 1.7;
}

.rp-home-v2__faq-item > div a {
    display: inline-flex;
    gap: 10px;
    margin-top: 14px;
    color: var(--rp-green);
    font-weight: 700;
}

.rp-home-v2__knowledge {
    background: var(--rp-white);
}

.rp-home-v2__article-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rp-home-v2__article {
    overflow: hidden;
    border: 1px solid var(--rp-line);
    border-radius: 8px;
    background: var(--rp-white);
}

.rp-home-v2__article-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--rp-paper);
}

.rp-home-v2__article-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rp-home-v2__article-media > span {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 225, 167, 0.66);
    border-radius: 50%;
    color: var(--rp-white);
    background: rgba(19, 46, 37, 0.76);
    font-size: 11px;
    font-weight: 700;
}

.rp-home-v2__article-body {
    display: flex;
    min-height: 184px;
    flex-direction: column;
    padding: 22px;
}

.rp-home-v2__article-body time {
    color: var(--rp-copy);
    font-size: 11px;
}

.rp-home-v2__article-body strong {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
}

.rp-home-v2__article-body > span:last-child {
    margin-top: auto;
    padding-top: 20px;
    color: var(--rp-green);
    font-size: 12px;
    font-weight: 700;
}

.rp-home-v2__resources {
    margin-top: 46px;
    padding: 32px;
    border-radius: 8px;
    background: var(--rp-paper);
}

.rp-home-v2__resources > header h3 {
    font-size: 25px;
    line-height: 1.3;
}

.rp-home-v2__resources > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 26px;
}

.rp-home-v2__resources section {
    padding-top: 18px;
    border-top: 1px solid var(--rp-line);
}

.rp-home-v2__resources h4 {
    color: var(--rp-green);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-transform: uppercase;
}

.rp-home-v2__resources ul {
    display: grid;
    gap: 4px;
    margin-top: 12px !important;
    padding: 0;
    list-style: none;
}

.rp-home-v2__resources li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
    gap: 12px;
    color: var(--rp-ink);
    font-size: 16px;
    line-height: 1.5;
}

.rp-home-v2__resources li a > span {
    color: var(--rp-green);
    font-size: 18px;
    text-align: center;
}

.rp-home-v2__resources li a:hover,
.rp-home-v2__resources li a:focus-visible {
    color: var(--rp-green);
}

.rp-home-v2__resources li a:focus-visible {
    outline: 2px solid var(--rp-green);
    outline-offset: 4px;
}

.rp-home-v2__final {
    padding: 72px 0;
    color: var(--rp-white);
    background: var(--rp-green-dark);
}

.rp-home-v2__final-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: center;
}

.rp-home-v2__final h2 {
    color: var(--rp-white);
}

.rp-home-v2__final-copy > p:not(.rp-home-v2__eyebrow) {
    max-width: 480px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.rp-home-v2__final-copy ul {
    display: grid;
    gap: 12px;
    margin-top: 28px !important;
    padding: 0;
    list-style: none;
}

.rp-home-v2__final-copy li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.rp-home-v2__final-copy li .rp-home-v2__icon {
    width: 18px;
    height: 18px;
    color: var(--rp-gold-light);
}

.rp-home-v2__inline-quiz {
    padding: 32px;
    border: 1px solid rgba(244, 225, 167, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.rp-home-v2__contact-form-heading {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.rp-home-v2__contact-form-heading h3 {
    margin: 0;
    color: var(--rp-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.rp-home-v2__contact-form-heading p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
}

.rp-home-v2__inline-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rp-home-v2__inline-contact label > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
}

.rp-home-v2__required-mark {
    color: var(--rp-gold-light);
    font-weight: 700;
}

.rp-home-v2__inline-contact input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 5px;
    color: var(--rp-white);
    background: rgba(255, 255, 255, 0.07);
    font-size: 14px;
}

.rp-home-v2__inline-contact input::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.rp-home-v2__inline-contact input:focus {
    border-color: var(--rp-gold-light);
    outline: none;
}

.rp-home-v2__inline-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1.5;
}

.rp-home-v2__inline-consent input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: var(--rp-gold-light);
}

.rp-home-v2__inline-consent a {
    color: var(--rp-gold-light);
    text-decoration: underline;
}

.rp-home-v2__inline-submit {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.rp-home-v2__inline-submit .rp-home-v2__button {
    min-width: 250px;
}

.rp-home-v2__inline-submit p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.45;
}

.rp-home-v2__inline-quiz.is-error .rp-home-v2__inline-submit p {
    color: #ffb8b8;
}

.rp-home-v2__inline-quiz.is-success .rp-home-v2__inline-submit p {
    color: var(--rp-gold-light);
}

/* The homepage's compact contact form replaces the legacy footer form. */
body:has(.rp-home-v3) footer.section_bottom .col060:has(#form_id2) {
    display: none !important;
}

body:has(.rp-home-v3) footer.section_bottom {
    padding: 56px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body:has(.rp-home-v3) footer.section_bottom .container_bottom {
    max-width: 1400px;
    padding-inline: 40px;
}

body:has(.rp-home-v3) footer.section_bottom .end_wrapper_one {
    gap: 32px;
    margin-bottom: 36px !important;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body:has(.rp-home-v3) footer.section_bottom .end_logo {
    display: block;
    width: 160px;
    height: auto;
}

body:has(.rp-home-v3) footer.section_bottom .end_logo_too {
    display: none;
}

body:has(.rp-home-v3) footer.section_bottom .block_social_end_wrap {
    gap: 12px;
    margin-top: 0;
}

body:has(.rp-home-v3) footer.section_bottom .block_social_end {
    gap: 10px;
    padding: 0;
}

body:has(.rp-home-v3) footer.section_bottom .link_social_end {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0;
}

body:has(.rp-home-v3) footer.section_bottom .link_end_mail {
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

body:has(.rp-home-v3) footer.section_bottom .end_wrapper_too {
    margin-bottom: 32px !important;
}

body:has(.rp-home-v3) footer.section_bottom .end_wrapper_too > .sec_row {
    display: block;
    margin: 0;
}

body:has(.rp-home-v3) footer.section_bottom .col040 {
    width: 100%;
    padding: 0;
    margin: 0;
}

body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2.6fr);
    align-items: start;
    gap: 32px;
    margin: 0;
}

body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid > * {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body:has(.rp-home-v3) footer.section_bottom .menu_end_nav > li > a {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid > .col01 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    padding-top: 6px;
}

body:has(.rp-home-v3) footer.section_bottom .col01 > .margin_bottom_20 {
    min-width: 0;
    margin: 0 !important;
}

body:has(.rp-home-v3) footer.section_bottom .col01 > .margin_bottom_20:last-child {
    grid-column: 1 / -1;
}

body:has(.rp-home-v3) footer.section_bottom .col01 .font-style-ps {
    font-size: 14px !important;
    line-height: 1.7;
    color: #dce2de;
}

body:has(.rp-home-v3) footer.section_bottom .col01 .font-style-707070 {
    color: #aeb9b2 !important;
}

body:has(.rp-home-v3) footer.section_bottom .col01 a[href^="tel:"] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 16px !important;
    font-weight: 500;
    color: #f4e1a7;
}

body:has(.rp-home-v3) footer.section_bottom .container_bottom > .end_wrapper:last-child {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body:has(.rp-home-v3) footer.section_bottom .end_text_info {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 32px;
}

body:has(.rp-home-v3) footer.section_bottom .end_text_info .font-style-ps {
    font-size: 12px !important;
    line-height: 1.6;
    color: #aeb9b2 !important;
}

body:has(.rp-home-v3) footer.section_bottom a:focus-visible {
    outline: 2px solid #f4e1a7;
    outline-offset: 4px;
}

@media (max-width: 980px) {
    body:has(.rp-home-v3) footer.section_bottom .container_bottom {
        padding-inline: 28px;
    }

    body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid > .col01 {
        grid-column: 1 / -1;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 640px) {
    body:has(.rp-home-v3) footer.section_bottom {
        padding-top: 36px;
        padding-bottom: 28px;
    }

    body:has(.rp-home-v3) footer.section_bottom .container_bottom {
        padding-inline: 24px;
    }

    body:has(.rp-home-v3) footer.section_bottom .end_wrapper_one {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 24px !important;
        padding-bottom: 24px;
    }

    body:has(.rp-home-v3) footer.section_bottom .block_social_end_wrap {
        align-items: flex-start;
    }

    body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid {
        column-gap: 20px;
    }

    body:has(.rp-home-v3) footer.section_bottom .menu_end_nav > li > a {
        min-height: 44px;
        font-size: 12px;
    }

    body:has(.rp-home-v3) footer.section_bottom .col040 > .sec_row_grid > .col01 {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    body:has(.rp-home-v3) footer.section_bottom .end_text_info {
        align-items: flex-start;
        gap: 12px;
    }
}

@keyframes rp-home-v3-gallery-fade {
    from { opacity: 0.62; }
    to { opacity: 1; }
}

@media (max-width: 1180px) {
    .rp-home-v2__hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
        gap: 42px;
    }

    .rp-home-v2__hero h1 {
        font-size: 52px;
    }

    .rp-home-v2__showcase-featured {
        grid-template-columns: minmax(0, 1.45fr) minmax(400px, 1fr);
    }

    .rp-home-v2__showcase-project-band {
        grid-template-columns: minmax(0, 1.35fr) minmax(380px, 1fr);
    }
}

@media (max-width: 980px) {
    .rp-home-v2__section,
    .rp-home-v2__final,
    .rp-home-v3 .rp-video-showcase {
        padding: 64px 0;
    }

    .rp-home-v2__hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .rp-home-v2__hero-copy {
        max-width: 760px;
    }

    .rp-home-v2__hero-proof {
        max-width: 760px;
    }

    .rp-home-v2__heading--split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rp-home-v2__heading--split > a {
        justify-content: flex-start;
    }

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

    .rp-home-v2__trust-grid > div {
        padding: 20px 24px;
        border-bottom: 1px solid var(--rp-line);
    }

    .rp-home-v2__trust-grid > div:first-child {
        padding-left: 24px;
    }

    .rp-home-v2__trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .rp-home-v2__trust-grid > div:nth-child(n+3) {
        border-bottom: 0;
    }

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

    .rp-home-v2__property-paths > :nth-child(2) {
        border-right: 0;
    }

    .rp-home-v2__property-paths > :nth-child(-n+2) {
        border-bottom: 1px solid var(--rp-line);
    }

    .rp-home-v2__showcase-featured,
    .rp-home-v2__showcase-project-band {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__showcase-featured,
    .rp-home-v2__showcase-other-heading,
    .rp-home-v2__showcase-project-bands,
    .rp-home-v2__projects-cta {
        max-width: 780px;
    }

    .rp-home-v2__showcase-gallery--featured {
        grid-template-rows: minmax(0, 1fr) 86px;
    }

    .rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-main {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .rp-home-v2__showcase-project-band .rp-home-v2__showcase-gallery-main {
        min-height: 390px;
    }

    .rp-home-v2__showcase-price {
        margin-top: 24px;
    }

    .rp-home-v2__deal-guide-grid,
    .rp-home-v2__faq-layout,
    .rp-home-v2__final-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rp-home-v2__deal-guide-team {
        max-width: 780px;
    }

    .rp-home-v2__deal-checks ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-home-v2__reviews > .rp-home-v2__shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rp-home-v2__review-tabs {
        justify-self: start;
    }

    .rp-home-v2__review-list,
    .rp-home-v2__article-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-home-v2__resources > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .rp-home-v2__shell,
    .rp-home-v3 .rp-video-showcase > .container {
        width: min(100% - 32px, 1240px);
    }

    .rp-home-v2 h2,
    .rp-home-v3 .rp-video-showcase__header h2 {
        font-size: 34px;
    }

    .rp-home-v2__heading {
        margin-bottom: 28px;
    }

    .rp-home-v2__heading--split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rp-home-v2__heading--split > a {
        justify-content: flex-start;
    }

    .rp-home-v2__hero h1 {
        font-size: 42px;
    }

    .rp-home-v2__hero-lead {
        font-size: 17px;
    }

    .rp-home-v2__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rp-home-v2__button {
        width: 100%;
    }

    .rp-home-v2__proof-line {
        gap: 12px;
        flex-direction: column;
    }

    .rp-home-v2__hero-proof {
        padding: 26px 22px;
    }

    .rp-home-v2__hero-people article {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .rp-home-v2__hero-people img {
        width: 62px;
        height: 62px;
    }

    .rp-home-v2__hero-people strong {
        font-size: 17px;
    }

    .rp-home-v2__trust {
        padding: 18px 0;
    }

    .rp-home-v2__trust-grid > div {
        min-height: 110px;
        padding: 18px 16px;
    }

    .rp-home-v2__trust-grid > div:first-child {
        padding-left: 16px;
    }

    .rp-home-v2__trust strong {
        font-size: 26px;
    }

    .rp-home-v2__trust span {
        font-size: 11px;
    }

    .rp-home-v2__regions {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__property-paths {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__property-paths > div,
    .rp-home-v2__property-paths > a {
        min-height: 110px;
        border-right: 0;
        border-bottom: 1px solid var(--rp-line);
    }

    .rp-home-v2__property-paths > :last-child {
        border-bottom: 0;
    }

    .rp-home-v2__showcase-gallery,
    .rp-home-v2__showcase-gallery--featured {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 1fr) 86px;
    }

    .rp-home-v2__showcase-gallery-main,
    .rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-main,
    .rp-home-v2__showcase-project-band .rp-home-v2__showcase-gallery-main {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .rp-home-v2__showcase-gallery-thumbnails,
    .rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }

    .rp-home-v2__showcase-featured-content,
    .rp-home-v2__showcase-project-band-content {
        padding: 28px 22px;
    }

    .rp-home-v2__showcase-featured h3 {
        font-size: 28px;
    }

    .rp-home-v2__showcase-featured .rp-home-v2__showcase-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .rp-home-v2__showcase-featured .rp-home-v2__showcase-benefits li {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        font-size: 12px;
    }

    .rp-home-v2__showcase-facts {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .rp-home-v2__showcase-facts > div {
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .rp-home-v2__showcase-project-band .rp-home-v2__showcase-facts > div {
        border-color: var(--rp-line);
    }

    .rp-home-v2__showcase-facts > div:last-child {
        border-bottom: 0;
    }

    .rp-home-v2__showcase-facts dd {
        margin-top: 0;
    }

    .rp-home-v2__showcase-price-primary strong {
        font-size: 25px;
    }

    .rp-home-v2__projects-cta {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rp-home-v2__review-list,
    .rp-home-v2__article-list,
    .rp-home-v2__resources > div {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__deal-checks ul {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__reviews > .rp-home-v2__shell {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .rp-home-v2__review-tabs {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-home-v2__review-tabs button {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 8px;
    }

    .rp-home-v2__review-mark {
        width: 26px;
        height: 26px;
    }

    .rp-home-v2__review-carousel-bar {
        justify-content: space-between;
        margin-top: 2px;
    }

    .rp-home-v2__review {
        min-height: 0;
    }

    .rp-home-v2__faq-layout {
        gap: 28px;
    }

    .rp-home-v2__resources {
        padding: 24px 20px;
    }

    .rp-home-v2__inline-quiz {
        padding: 24px 20px;
    }

    .rp-home-v2__inline-contact {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__inline-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .rp-home-v2__inline-submit .rp-home-v2__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .rp-home-v2__hero h1 {
        font-size: 38px;
    }

    .rp-home-v2__hero-people span {
        font-size: 12px;
    }

    .rp-home-v2__showcase-gallery-main,
    .rp-home-v2__showcase-gallery--featured .rp-home-v2__showcase-gallery-main,
    .rp-home-v2__showcase-project-band .rp-home-v2__showcase-gallery-main {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .rp-home-v2__showcase-gallery-arrow,
    .rp-home-v2__showcase-favorite {
        width: 42px;
        height: 42px;
    }

    .rp-home-v2__property-paths > div,
    .rp-home-v2__property-paths > a {
        min-height: 132px;
        padding: 22px 20px;
    }

    .rp-home-v2__property-paths > a > strong {
        font-size: 18px;
    }

    .rp-home-v2__review-tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 350px) {
    .rp-home-v2__hero h1 {
        font-size: 34px;
    }

    .rp-home-v2__button {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rp-home-v2 *,
    .rp-home-v2 *::before,
    .rp-home-v2 *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
