.rp-home-v2 {
    --rp-home-ink: #17211d;
    --rp-home-green: #173f35;
    --rp-home-green-dark: #0d241e;
    --rp-home-gold: #d8b86c;
    --rp-home-paper: #f8f7f3;
    --rp-home-muted: #edf1ed;
    --rp-home-line: rgba(23, 33, 29, 0.16);
    --rp-home-copy: #5b6661;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

.rp-home-v2 button,
.rp-home-v2 input,
.rp-home-v2 select,
.rp-home-v2 textarea {
    font-family: inherit;
    letter-spacing: 0;
}

.rp-home-v2__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.rp-home-v2__section {
    padding: 96px 0;
    color: var(--rp-home-ink);
    background: #fff;
}

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

.rp-home-v2__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: #957631;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

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

.rp-home-v2__eyebrow--light {
    color: #ead494;
}

.rp-home-v2__heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.rp-home-v2__heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: 56px;
    max-width: none;
    align-items: end;
}

.rp-home-v2__heading h2,
.rp-home-v2__purchase h2,
.rp-home-v2__faq h2,
.rp-home-v2__final h2 {
    margin: 0;
    color: inherit;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.08;
}

.rp-home-v2__heading p:not(.rp-home-v2__eyebrow),
.rp-home-v2__faq header > p:not(.rp-home-v2__eyebrow) {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--rp-home-copy);
    font-size: 18px;
    line-height: 1.65;
}

.rp-home-v2__heading--split > p {
    margin: 0;
}

.rp-home-v2__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rp-home-v2__button--gold {
    color: #17211d;
    background: var(--rp-home-gold);
}

.rp-home-v2__button--gold:hover,
.rp-home-v2__button--gold:focus-visible {
    color: #0d241e;
    background: #e5cb8d;
}

.rp-home-v2__button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(13, 36, 30, 0.24);
}

.rp-home-v2__button--outline:hover,
.rp-home-v2__button--outline:focus-visible {
    color: #fff;
    border-color: #fff;
    background: rgba(13, 36, 30, 0.52);
}

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

.rp-home-v2__button--dark:hover,
.rp-home-v2__button--dark:focus-visible {
    color: #fff;
    background: #1a493c;
}

.rp-home-v2__hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--rp-home-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 34%;
    background-size: cover;
    transform: scale(1.01);
}

.rp-home-v2__hero-overlay {
    background: linear-gradient(90deg, rgba(6, 20, 16, 0.94) 0%, rgba(6, 20, 16, 0.78) 46%, rgba(6, 20, 16, 0.34) 100%);
}

.rp-home-v2__hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 80px;
    align-items: end;
    padding: 104px 0 88px;
}

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

.rp-home-v2__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 84px;
    font-weight: 600;
    line-height: 0.98;
}

.rp-home-v2__hero-lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.6;
}

.rp-home-v2__hero .rp-home-v2__eyebrow::before,
.rp-home-v2__scenario-heading .rp-home-v2__eyebrow::before,
.rp-home-v2__purchase > .rp-home-v2__shell > header .rp-home-v2__eyebrow::before {
    display: none;
}

.rp-home-v2__hero .rp-home-v2__eyebrow .rp-home-v2__icon,
.rp-home-v2__scenario-heading .rp-home-v2__eyebrow .rp-home-v2__icon,
.rp-home-v2__purchase > .rp-home-v2__shell > header .rp-home-v2__eyebrow .rp-home-v2__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}

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

.rp-home-v2__proof-line {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.rp-home-v2__proof-line span::before {
    display: none;
}

.rp-home-v2__proof-line .rp-home-v2__icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    color: #f4e1a7;
    stroke-width: 2;
}

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

.rp-home-v2__proof-line span::before {
    content: "✓";
    color: #ead494;
}

.rp-home-v2__hero-proof {
    padding: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 36, 30, 0.56);
    backdrop-filter: blur(10px);
}

.rp-home-v2__hero-proof > p {
    margin: 0 0 18px;
    color: #ead494;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rp-home-v2__hero-proof h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.rp-home-v2__hero-proof ul {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.rp-home-v2__hero-proof li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.rp-home-v2__hero-proof li::before {
    width: 8px;
    height: 8px;
    content: "";
    border: 1px solid var(--rp-home-gold);
    transform: rotate(45deg);
}

.rp-home-v2__scenario {
    padding: 72px 0;
    color: #fff;
    background: var(--rp-home-green-dark);
}

.rp-home-v2__scenario-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
    align-items: end;
}

.rp-home-v2__scenario-heading .rp-home-v2__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.rp-home-v2__scenario-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.08;
}

.rp-home-v2__scenario-heading > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.6;
}

.rp-home-v2__scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.rp-home-v2__scenario-grid button {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    color: #fff;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.rp-home-v2__scenario-grid button:last-child {
    border-right: 0;
}

.rp-home-v2__scenario-grid button[aria-pressed="true"] {
    color: var(--rp-home-green-dark);
    background: var(--rp-home-gold);
}

.rp-home-v2__scenario-grid button > span {
    color: #d9c27d;
    font-size: 12px;
}

.rp-home-v2__scenario-grid button[aria-pressed="true"] > span {
    color: rgba(13, 36, 30, 0.65);
}

.rp-home-v2__scenario-grid strong {
    font-size: 20px;
    font-weight: 600;
}

.rp-home-v2__scenario-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.72);
}

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

.rp-home-v2__region {
    border-top: 1px solid var(--rp-home-line);
    border-bottom: 1px solid var(--rp-home-line);
}

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

.rp-home-v2__region figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rp-home-v2__region figcaption {
    position: absolute;
    left: 20px;
    bottom: 18px;
    padding: 7px 10px;
    color: #fff;
    background: rgba(13, 36, 30, 0.82);
    font-size: 13px;
}

.rp-home-v2__region > div {
    padding: 30px 4px 32px;
}

.rp-home-v2__region h3 {
    margin: 0;
    color: var(--rp-home-ink);
    font-size: 32px;
    font-weight: 600;
}

.rp-home-v2__region p {
    margin: 16px 0 0;
    color: var(--rp-home-copy);
    font-size: 17px;
    line-height: 1.6;
}

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

.rp-home-v2__region li {
    color: var(--rp-home-ink);
}

.rp-home-v2__region li::before {
    margin-right: 9px;
    content: "✓";
    color: #957631;
}

.rp-home-v2__region a,
.rp-home-v2__knowledge a,
.rp-home-v2__faq-item a {
    color: var(--rp-home-green);
    font-weight: 700;
    text-decoration: none;
}

.rp-home-v2__property-paths {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
    margin-top: 56px;
    border-top: 1px solid var(--rp-home-line);
    border-bottom: 1px solid var(--rp-home-line);
}

.rp-home-v2__property-paths > div,
.rp-home-v2__property-paths > a {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border-right: 1px solid var(--rp-home-line);
}

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

.rp-home-v2__property-paths > a {
    position: relative;
    color: var(--rp-home-ink);
    text-decoration: none;
}

.rp-home-v2__property-paths span {
    color: #8a6c2c;
    font-size: 12px;
    text-transform: uppercase;
}

.rp-home-v2__property-paths strong {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.35;
}

.rp-home-v2__property-paths b {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 20px;
}

.rp-home-v2__project-search {
    display: grid;
    gap: 8px;
}

.rp-home-v2__project-search span {
    color: var(--rp-home-copy);
    font-size: 13px;
}

.rp-home-v2__project-search input {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--rp-home-line);
    border-radius: 3px;
    color: var(--rp-home-ink);
    background: #fff;
    font: inherit;
}

.rp-home-v2__project-list {
    border-top: 1px solid var(--rp-home-line);
}

.rp-home-v2__project {
    display: grid;
    grid-template-columns: 210px minmax(170px, 0.72fr) minmax(220px, 1.1fr) minmax(150px, 0.7fr) minmax(130px, 0.55fr) 112px;
    gap: 24px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--rp-home-line);
}

.rp-home-v2__project[hidden] {
    display: none;
}

.rp-home-v2__project-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dde4df;
}

.rp-home-v2__project-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rp-home-v2__project-name span {
    color: #8a6c2c;
    font-size: 12px;
    font-weight: 700;
}

.rp-home-v2__project-name h3 {
    margin: 8px 0 0;
    color: var(--rp-home-ink);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
}

.rp-home-v2__project-value strong,
.rp-home-v2__project-price strong {
    display: block;
    color: var(--rp-home-ink);
    font-size: 16px;
    line-height: 1.35;
}

.rp-home-v2__project-value p,
.rp-home-v2__project-fit,
.rp-home-v2__project-price small {
    margin: 8px 0 0;
    color: var(--rp-home-copy);
    font-size: 14px;
    line-height: 1.5;
}

.rp-home-v2__project-action {
    color: var(--rp-home-green);
    font-weight: 700;
    text-align: right;
    text-decoration: none;
}

.rp-home-v2__project-note {
    margin: 22px 0 0;
    color: var(--rp-home-copy);
    font-size: 13px;
}

.rp-home-v2__project-empty {
    padding: 40px;
    border-bottom: 1px solid var(--rp-home-line);
    text-align: center;
}

.rp-home-v2__project-empty strong {
    display: block;
    font-size: 22px;
}

.rp-home-v2__project-empty p {
    color: var(--rp-home-copy);
}

.rp-home-v2__project-empty button,
.rp-home-v2__review-more {
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--rp-home-green);
    border-radius: 3px;
    color: var(--rp-home-green);
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.rp-home-v2__purchase {
    padding: 96px 0;
    color: #fff;
    background: var(--rp-home-green-dark);
}

.rp-home-v2__purchase > .rp-home-v2__shell > header {
    max-width: 780px;
}

.rp-home-v2__purchase-tabs {
    display: flex;
    gap: 0;
    margin-top: 44px;
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.rp-home-v2__purchase-tabs button {
    min-width: 160px;
    min-height: 54px;
    padding: 12px 20px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.rp-home-v2__purchase-tabs button[aria-selected="true"] {
    color: var(--rp-home-green-dark);
    background: var(--rp-home-gold);
}

.rp-home-v2__purchase-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.rp-home-v2__purchase-panel[hidden] {
    display: none;
}

.rp-home-v2__purchase-panel article {
    min-height: 230px;
    padding: 28px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.rp-home-v2__purchase-panel article:last-child {
    border-right: 0;
}

.rp-home-v2__purchase-panel article > span {
    color: #e4cb85;
    font-size: 12px;
}

.rp-home-v2__purchase-panel h3 {
    margin: 34px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

.rp-home-v2__purchase-panel p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.67);
    line-height: 1.6;
}

.rp-home-v2__purchase-panel[data-home-purchase-panel="terms"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-home-v2__purchase-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 34px;
}

.rp-home-v2__purchase-cta h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.rp-home-v2__purchase-cta p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.65);
}

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

.rp-home-v2__team-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.6fr);
    gap: 24px;
}

.rp-home-v2__team-grid > figure {
    position: relative;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
}

.rp-home-v2__team-grid > figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rp-home-v2__team-grid > figure figcaption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    padding: 14px 18px;
    color: #fff;
    background: rgba(13, 36, 30, 0.88);
}

.rp-home-v2__team-grid > figure figcaption span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

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

.rp-home-v2__leaders article {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--rp-home-line);
    border-bottom: 1px solid var(--rp-home-line);
    background: #fff;
}

.rp-home-v2__leaders article img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.rp-home-v2__leaders article > div {
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.rp-home-v2__leaders article strong {
    color: var(--rp-home-ink);
    font-size: 18px;
}

.rp-home-v2__leaders article span {
    margin-top: 5px;
    color: var(--rp-home-copy);
    font-size: 13px;
}

.rp-home-v2__leaders .rp-home-v2__button {
    grid-column: 1 / -1;
}

.rp-home-v2__process ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--rp-home-line);
    border-bottom: 1px solid var(--rp-home-line);
    list-style: none;
}

.rp-home-v2__process li {
    min-height: 250px;
    padding: 26px 22px;
    border-right: 1px solid var(--rp-home-line);
}

.rp-home-v2__process li:last-child {
    border-right: 0;
}

.rp-home-v2__process li > span {
    color: #957631;
    font-size: 12px;
}

.rp-home-v2__process h3 {
    margin: 58px 0 0;
    color: var(--rp-home-ink);
    font-size: 20px;
}

.rp-home-v2__process li p {
    margin: 14px 0 0;
    color: var(--rp-home-copy);
    line-height: 1.55;
}

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

.rp-home-v2__review-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.rp-home-v2__review-tabs button {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border: 1px solid var(--rp-home-line);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.rp-home-v2__review-tabs button[aria-selected="true"] {
    border-color: #b28b39;
    box-shadow: 0 0 0 2px rgba(178, 139, 57, 0.12);
}

.rp-home-v2__review-tabs button > span:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rp-home-v2__review-tab-rating strong {
    color: var(--rp-home-ink);
    font-size: 16px;
    line-height: 1;
}

.rp-home-v2__review-tab-stars {
    display: flex;
    gap: 2px;
    margin-top: 4px;
    color: #d8a91e;
}

.rp-home-v2__review-tab-stars svg {
    width: 10px;
    height: 10px;
    display: block;
    fill: currentColor;
}

.rp-home-v2__review-mark {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
}

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

.rp-home-v2__review-mark--google {
    background: #f1f3f6;
}

.rp-home-v2__review-mark--google svg {
    width: 18px;
    height: 18px;
    display: block;
}

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

.rp-home-v2__review {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border-top: 1px solid var(--rp-home-line);
    border-bottom: 1px solid var(--rp-home-line);
    background: #fff;
}

.rp-home-v2__review[hidden] {
    display: none;
}

.rp-home-v2__review-quote {
    position: absolute;
    top: 10px;
    right: 18px;
    color: rgba(178, 139, 57, 0.15);
    font-family: inherit;
    font-size: 96px;
    line-height: 1;
}

.rp-home-v2__review-person {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.rp-home-v2__review-person img,
.rp-home-v2__review-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    object-fit: cover;
    background: #dce4df;
}

.rp-home-v2__review-name {
    margin: 0;
    color: var(--rp-home-ink);
    font-size: 17px;
    font-weight: 700;
}

.rp-home-v2__review-stars {
    display: block;
    margin-top: 4px;
    color: #d39d19;
    letter-spacing: 2px;
}

.rp-home-v2__review blockquote {
    margin: 24px 0;
    color: var(--rp-home-copy);
    font-size: 15px;
    line-height: 1.65;
}

.rp-home-v2__review > a {
    margin-top: auto;
    color: var(--rp-home-green);
    font-weight: 700;
    text-decoration: none;
}

.rp-home-v2__review-more {
    display: block;
    margin: 24px auto 0;
}

.rp-home-v2__faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
    gap: 80px;
    align-items: start;
}

.rp-home-v2__faq header {
    position: sticky;
    top: 24px;
}

.rp-home-v2__faq header .rp-home-v2__button {
    margin-top: 28px;
}

.rp-home-v2__faq-list {
    border-top: 1px solid var(--rp-home-line);
}

.rp-home-v2__faq-item {
    border-bottom: 1px solid var(--rp-home-line);
}

.rp-home-v2__faq-item h3 {
    margin: 0;
}

.rp-home-v2__faq-item h3 button {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 4px;
    border: 0;
    border-radius: 0;
    color: var(--rp-home-ink);
    background: transparent;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.rp-home-v2__faq-item h3 button b {
    font-size: 24px;
    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 42px 24px 4px;
}

.rp-home-v2__faq-item > div[hidden] {
    display: none;
}

.rp-home-v2__faq-item p {
    margin: 0;
    color: var(--rp-home-copy);
    line-height: 1.65;
}

.rp-home-v2__faq-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    margin-top: 14px;
}

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

.rp-home-v2__heading--split > a {
    justify-self: end;
    align-self: end;
    margin-bottom: 8px;
}

.rp-home-v2__article-list {
    border-top: 1px solid var(--rp-home-line);
}

.rp-home-v2__article {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px solid var(--rp-home-line);
    color: var(--rp-home-ink);
    text-decoration: none;
}

.rp-home-v2__article-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

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

.rp-home-v2__article-media > span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 5px 8px;
    color: #fff;
    background: rgba(13, 36, 30, 0.84);
    font-size: 12px;
}

.rp-home-v2__article-body {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 150px;
    gap: 24px;
    align-items: center;
}

.rp-home-v2__article-body time {
    color: #8a6c2c;
    font-size: 13px;
}

.rp-home-v2__article-body strong {
    font-size: 23px;
    line-height: 1.3;
}

.rp-home-v2__article-body > span {
    justify-self: end;
    font-weight: 700;
}

.rp-home-v2__resources {
    margin-top: 72px;
    padding-top: 48px;
    border-top: 1px solid var(--rp-home-line);
}

.rp-home-v2__resources > header h3 {
    margin: 0;
    color: var(--rp-home-ink);
    font-size: 28px;
}

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

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

.rp-home-v2__resources h4 {
    margin: 0;
    color: #8a6c2c;
    font-size: 14px;
    text-transform: uppercase;
}

.rp-home-v2__resources ul {
    display: grid;
    gap: 0;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.rp-home-v2__resources li {
    border-bottom: 1px solid var(--rp-home-line);
}

.rp-home-v2__resources li a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    color: var(--rp-home-ink);
    font-size: 14px;
    font-weight: 500;
}

.rp-home-v2__final {
    padding: 88px 0;
    color: #fff;
    background: var(--rp-home-green-dark);
}

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

.rp-home-v2__final h2 {
    color: #fff;
}

.rp-home-v2__final-layout > div:first-child > p:not(.rp-home-v2__eyebrow) {
    max-width: 640px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.6;
}

.rp-home-v2__final ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 26px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.rp-home-v2__final li {
    color: rgba(255, 255, 255, 0.8);
}

.rp-home-v2__final li::before {
    margin-right: 8px;
    content: "✓";
    color: #ead494;
}

.rp-home-v2__final-action {
    padding: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.rp-home-v2__final-action p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.72);
}

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

.rp-home-v2__final-action small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1100px) {
    .rp-home-v2__heading h2,
    .rp-home-v2__purchase h2,
    .rp-home-v2__faq h2,
    .rp-home-v2__final h2 {
        font-size: 52px;
    }

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

    .rp-home-v2__scenario-heading h2 {
        font-size: 46px;
    }

    .rp-home-v2__hero-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
        gap: 40px;
    }

    .rp-home-v2__project {
        grid-template-columns: 180px minmax(170px, 0.7fr) minmax(200px, 1fr) minmax(130px, 0.6fr) 110px;
    }

    .rp-home-v2__project-fit {
        display: none;
    }

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

    .rp-home-v2__purchase-panel article:nth-child(2n) {
        border-right: 0;
    }

    .rp-home-v2__purchase-panel article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 820px) {
    .rp-home-v2__shell {
        width: min(100% - 32px, 720px);
    }

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

    .rp-home-v2__heading--split,
    .rp-home-v2__scenario-heading,
    .rp-home-v2__team-grid,
    .rp-home-v2__faq-layout,
    .rp-home-v2__final-layout {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__heading--split {
        gap: 24px;
    }

    .rp-home-v2__hero {
        min-height: auto;
    }

    .rp-home-v2__heading h2,
    .rp-home-v2__purchase h2,
    .rp-home-v2__faq h2,
    .rp-home-v2__final h2 {
        font-size: 42px;
    }

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

    .rp-home-v2__scenario-heading h2 {
        font-size: 42px;
    }

    .rp-home-v2__hero-overlay {
        background: rgba(6, 20, 16, 0.82);
    }

    .rp-home-v2__hero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 86px 0 60px;
    }

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

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

    .rp-home-v2__scenario-grid button:nth-child(2) {
        border-right: 0;
    }

    .rp-home-v2__scenario-grid button:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

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

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

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

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

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

    .rp-home-v2__project {
        grid-template-columns: 150px minmax(0, 1fr) 120px;
        gap: 18px;
    }

    .rp-home-v2__project-value,
    .rp-home-v2__project-fit,
    .rp-home-v2__project-action {
        display: none;
    }

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

    .rp-home-v2__review {
        min-height: 320px;
    }

    .rp-home-v2__process li:nth-child(2) {
        border-right: 0;
    }

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

    .rp-home-v2__faq header {
        position: static;
    }

    .rp-home-v2__article-body {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .rp-home-v2__article-body > span {
        display: none;
    }
}

@media (max-width: 560px) {
    .rp-home-v2__shell {
        width: calc(100% - 32px);
    }

    .rp-home-v2__section,
    .rp-home-v2__purchase {
        padding: 56px 0;
    }

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

    .rp-home-v2__heading h2,
    .rp-home-v2__purchase h2,
    .rp-home-v2__faq h2,
    .rp-home-v2__final h2 {
        font-size: 34px;
    }

    .rp-home-v2__heading p:not(.rp-home-v2__eyebrow),
    .rp-home-v2__faq header > p:not(.rp-home-v2__eyebrow) {
        font-size: 16px;
    }

    .rp-home-v2__hero-bg {
        background-position: 56% center;
    }

    .rp-home-v2__hero h1 {
        font-size: 46px;
        line-height: 1.02;
    }

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

    .rp-home-v2__actions,
    .rp-home-v2__scenario-cta,
    .rp-home-v2__purchase-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .rp-home-v2__actions .rp-home-v2__button,
    .rp-home-v2__scenario-cta .rp-home-v2__button,
    .rp-home-v2__purchase-cta .rp-home-v2__button {
        width: 100%;
    }

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

    .rp-home-v2__hero-proof h2 {
        font-size: 24px;
    }

    .rp-home-v2__scenario-heading {
        gap: 14px;
    }

    .rp-home-v2__scenario-heading h2 {
        font-size: 34px;
    }

    .rp-home-v2__scenario-grid button {
        min-height: 112px;
        padding: 18px;
    }

    .rp-home-v2__scenario-grid strong {
        font-size: 17px;
    }

    .rp-home-v2__regions {
        gap: 42px;
    }

    .rp-home-v2__property-paths,
    .rp-home-v2__review-list,
    .rp-home-v2__process ol,
    .rp-home-v2__leaders {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__property-paths > div,
    .rp-home-v2__property-paths > a {
        min-height: 104px;
        border-right: 0;
    }

    .rp-home-v2__project {
        grid-template-columns: 108px minmax(0, 1fr);
        padding: 16px 0;
    }

    .rp-home-v2__project-price {
        grid-column: 2;
    }

    .rp-home-v2__project-name h3 {
        font-size: 18px;
    }

    .rp-home-v2__purchase-tabs {
        margin-right: -16px;
        padding-right: 16px;
    }

    .rp-home-v2__purchase-panel,
    .rp-home-v2__purchase-panel[data-home-purchase-panel="terms"] {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__purchase-panel article,
    .rp-home-v2__purchase-panel article:nth-child(2n) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .rp-home-v2__purchase-panel article:last-child {
        border-bottom: 0;
    }

    .rp-home-v2__team-grid > figure {
        min-height: 320px;
    }

    .rp-home-v2__leaders article {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .rp-home-v2__leaders article img {
        height: 150px;
        aspect-ratio: auto;
    }

    .rp-home-v2__leaders article > div {
        justify-content: center;
    }

    .rp-home-v2__process li,
    .rp-home-v2__process li:nth-child(2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--rp-home-line);
    }

    .rp-home-v2__process li:last-child {
        border-bottom: 0;
    }

    .rp-home-v2__process h3 {
        margin-top: 28px;
    }

    .rp-home-v2__review-tabs {
        overflow-x: auto;
        padding: 2px;
    }

    .rp-home-v2__review-tabs button {
        flex: 0 0 auto;
    }

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

    .rp-home-v2__faq-item h3 button {
        padding-right: 68px;
    }

    .rp-home-v2__faq-item > div {
        padding-right: 68px;
    }

    .rp-home-v2__article {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 16px;
    }

    .rp-home-v2__article-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
    }

    .rp-home-v2__article-body strong {
        font-size: 17px;
    }

    .rp-home-v2__resources {
        margin-top: 52px;
        padding-top: 36px;
    }

    .rp-home-v2__final {
        padding: 60px 0;
    }

    .rp-home-v2__final-layout {
        gap: 42px;
    }

    .rp-home-v2__final-action {
        padding: 24px;
    }
}

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

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

@media (prefers-reduced-motion: reduce) {
    .rp-home-v2__button,
    .rp-home-v2__faq-item h3 button b {
        transition: none;
    }
}

/* Visual parity pass: restores the approved homepage prototype's compact premium system. */
.rp-home-v2 {
    --rp-home-ink: #202420;
    --rp-home-green: #294f3d;
    --rp-home-green-dark: #172d24;
    --rp-home-gold: #f4e1a7;
    --rp-home-gold-strong: #d6b86c;
    --rp-home-paper: #ffffff;
    --rp-home-muted: #f3f3f0;
    --rp-home-line: #d9ddd8;
    --rp-home-copy: #666c66;
}

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

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

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

.rp-home-v2__heading h2,
.rp-home-v2__purchase h2,
.rp-home-v2__faq h2,
.rp-home-v2__final h2 {
    max-width: 860px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.12;
}

.rp-home-v2__heading p:not(.rp-home-v2__eyebrow),
.rp-home-v2__faq header > p:not(.rp-home-v2__eyebrow) {
    margin-top: 18px;
    font-size: 17px;
}

.rp-home-v2__eyebrow {
    gap: 8px;
    margin-bottom: 16px;
    color: var(--rp-home-green);
    font-size: 12px;
}

.rp-home-v2__eyebrow::before {
    width: 24px;
}

.rp-home-v2__eyebrow--light {
    color: #f4e1a7;
}

.rp-home-v2__button {
    min-height: 50px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.rp-home-v2__button--gold {
    color: #1b1b1b;
    background: var(--rp-home-gold);
}

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

.rp-home-v2__hero {
    min-height: 660px;
    background: #172019;
}

.rp-home-v2__hero-bg {
    background-position: 54% center;
    transform: none;
}

.rp-home-v2__hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(9, 43, 33, 0.78) 0%,
        rgba(9, 43, 33, 0.62) 38%,
        rgba(9, 43, 33, 0.16) 64%,
        rgba(9, 43, 33, 0) 82%
    );
}

.rp-home-v2__hero-layout {
    min-height: 660px;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.58fr);
    align-items: center;
    gap: 72px;
    padding: 64px 0 90px;
}

.rp-home-v2__hero h1 {
    max-width: 760px;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.08;
}

.rp-home-v2__hero-lead {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
}

.rp-home-v2__actions {
    margin-top: 32px;
}

.rp-home-v2__proof-line {
    gap: 14px 24px;
    margin-top: 24px;
    font-size: 12px;
}

.rp-home-v2__hero-proof {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    background: rgba(9, 43, 33, 0.56);
    backdrop-filter: blur(14px);
}

.rp-home-v2__hero-proof > p {
    margin-bottom: 0;
    color: #f4e1a7;
    font-size: 11px;
}

.rp-home-v2__hero-proof h2 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.rp-home-v2__hero-proof ul {
    gap: 0;
    margin-top: 22px;
    border-block: 1px solid rgba(255, 255, 255, 0.24);
}

.rp-home-v2__hero-proof li {
    min-height: 54px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

.rp-home-v2__hero-proof li::before {
    display: none;
}

.rp-home-v2__hero-proof li .rp-home-v2__icon {
    color: #f4e1a7;
}

.rp-home-v2__hero-proof li:last-child {
    border-bottom: 0;
}

.rp-home-v2__scenario {
    padding: 68px 0;
    background: #191919;
}

.rp-home-v2__scenario-heading {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: 10px 48px;
    margin-bottom: 30px;
}

.rp-home-v2__scenario-heading h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.rp-home-v2__scenario-heading > p:last-child {
    font-size: 14px;
}

.rp-home-v2__scenario-grid {
    gap: 12px;
    margin-top: 0;
    border: 0;
}

.rp-home-v2__scenario-grid button,
.rp-home-v2__scenario-grid button:last-child {
    min-height: 104px;
    display: grid;
    grid-template-columns: 28px 34px minmax(0, 1fr);
    align-items: center;
    align-content: center;
    gap: 14px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #242424;
}

.rp-home-v2__scenario-grid button:hover {
    border-color: rgba(244, 225, 167, 0.7);
    background: #2b2b2b;
}

.rp-home-v2__scenario-grid button[aria-pressed="true"] {
    border-color: var(--rp-home-gold);
    background: var(--rp-home-gold);
}

.rp-home-v2__scenario-grid strong {
    font-size: 17px;
    font-weight: 500;
}

.rp-home-v2__scenario-grid .rp-home-v2__scenario-icon {
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.9);
    stroke-width: 1.4;
}

.rp-home-v2__scenario-grid button[aria-pressed="true"] .rp-home-v2__scenario-icon {
    color: #202420;
}

.rp-home-v2__scenario-cta {
    min-height: 70px;
    margin-top: 14px;
    padding: 10px 10px 10px 24px;
    border-radius: 8px;
    color: #1f1f1f;
    background: var(--rp-home-gold);
    font-size: 14px;
    font-weight: 500;
}

.rp-home-v2__scenario-cta .rp-home-v2__button {
    background: #1d1d1d;
    color: #fff;
}

.rp-home-v2__scenario-cta .rp-home-v2__button:hover,
.rp-home-v2__scenario-cta .rp-home-v2__button:focus-visible {
    background: #2a2a2a;
}

.rp-home-v2__regions {
    gap: 24px;
}

.rp-home-v2__region {
    overflow: hidden;
    border: 1px solid #deded8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(39, 42, 38, 0.07);
}

.rp-home-v2__region figure {
    aspect-ratio: 16 / 7;
}

.rp-home-v2__region figcaption {
    left: 18px;
    bottom: 16px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    background: rgba(20, 24, 21, 0.72);
    font-size: 11px;
    backdrop-filter: blur(8px);
}

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

.rp-home-v2__region > div {
    padding: 30px 32px 32px;
}

.rp-home-v2__region h3 {
    font-size: 30px;
    font-weight: 700;
}

.rp-home-v2__region p {
    font-size: 15px;
}

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

.rp-home-v2__region li::before {
    display: none;
}

.rp-home-v2__region li .rp-home-v2__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    color: #957631;
    stroke-width: 2;
}

.rp-home-v2__property-paths {
    grid-template-columns: 1.12fr repeat(3, 1fr);
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid #deded8;
    border-radius: 8px;
    background: #fff;
}

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

.rp-home-v2__property-paths-heading {
    background: #f3f5f1;
}

.rp-home-v2__property-paths-heading strong {
    max-width: 190px;
    font-weight: 500;
}

.rp-home-v2__property-paths > a {
    justify-content: flex-start;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.rp-home-v2__property-paths > a > strong {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
}

.rp-home-v2__property-paths .rp-home-v2__property-path-kicker {
    font-weight: 500;
}

.rp-home-v2__property-paths .rp-home-v2__property-path-action {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    color: var(--rp-home-green);
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.rp-home-v2__property-path-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    padding: 7px;
    border-radius: 50%;
    background: #f4e1a7;
    color: #172d24;
    stroke-width: 1.8;
    transition: background-color 160ms ease, transform 160ms ease;
}

.rp-home-v2__property-paths > a:hover,
.rp-home-v2__property-paths > a:focus-visible {
    background: #fbfaf4;
    box-shadow: inset 0 -3px 0 #c5a565;
}

.rp-home-v2__property-paths > a:hover .rp-home-v2__property-path-icon,
.rp-home-v2__property-paths > a:focus-visible .rp-home-v2__property-path-icon {
    background: #ead18d;
    transform: translateX(2px);
}

.rp-home-v2__section--muted {
    background: #f3f3f0;
}

.rp-home-v2__project-list {
    display: grid;
    gap: 10px;
    border-top: 0;
}

.rp-home-v2__project {
    min-height: 146px;
    grid-template-columns: 142px minmax(150px, 0.72fr) minmax(220px, 1.1fr) minmax(130px, 0.62fr) 118px 128px;
    gap: 18px;
    padding: 14px;
    border: 1px solid #e3e3dd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(41, 45, 41, 0.045);
}

.rp-home-v2__project-media {
    width: 142px;
    height: 108px;
    display: block;
    aspect-ratio: auto;
    border-radius: 8px;
}

.rp-home-v2__project-media-wrap {
    position: relative;
    width: 142px;
    height: 108px;
}

.rp-home-v2__project-favorite.button_favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(23, 45, 36, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #172d24;
    box-shadow: 0 4px 14px rgba(17, 19, 17, 0.14);
    cursor: pointer;
}

.rp-home-v2__project-favorite svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.8;
}

.rp-home-v2__project-favorite[data-favorite="true"] {
    border-color: #d6b86c;
    background: #f4e1a7;
}

.rp-home-v2__project-favorite[data-favorite="true"] svg {
    fill: currentColor;
}

.rp-home-v2__project-favorite:hover,
.rp-home-v2__project-favorite:focus-visible {
    border-color: #d6b86c;
    outline: 2px solid transparent;
    background: #f4e1a7;
}

.rp-home-v2__project-name h3 {
    font-size: 16px;
    font-weight: 700;
}

.rp-home-v2__project-name h3 a {
    color: inherit;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    text-decoration: none;
}

.rp-home-v2__project-name h3 a:hover,
.rp-home-v2__project-name h3 a:focus-visible {
    color: var(--rp-home-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rp-home-v2__project-value strong {
    font-size: 14px;
}

.rp-home-v2__project-value p,
.rp-home-v2__project-fit {
    font-size: 12px;
}

.rp-home-v2__project-price strong {
    color: var(--rp-home-green);
    font-size: 15px;
}

.rp-home-v2__project-price small {
    font-size: 10px;
}

.rp-home-v2__project-price-converted {
    display: grid;
    gap: 2px;
    margin-top: 5px !important;
    color: #515851 !important;
    line-height: 1.35 !important;
}

.rp-home-v2__project-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid #d8c98f;
    border-radius: 8px;
    background: #fbf1d2;
    color: #252525;
    font-size: 12px;
}

.rp-home-v2__project-note {
    max-width: 760px;
    margin: 14px 0 0 auto;
    font-size: 11px;
    text-align: right;
}

.rp-home-v2__project-all {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.rp-home-v2__project-all .rp-home-v2__button {
    min-width: 230px;
}

.rp-home-v2__purchase {
    padding: 92px 0;
    background: #111311;
}

.rp-home-v2__purchase > .rp-home-v2__shell {
    display: grid;
    gap: 36px;
}

.rp-home-v2__purchase > .rp-home-v2__shell > header {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

.rp-home-v2__purchase > .rp-home-v2__shell > header .rp-home-v2__eyebrow {
    justify-content: center;
}

.rp-home-v2__purchase-tabs {
    width: min(680px, 100%);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin: 0 auto;
    padding: 5px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #232523;
}

.rp-home-v2__purchase-tabs button {
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    font-size: 12px;
}

.rp-home-v2__purchase-panel,
.rp-home-v2__purchase-panel[data-home-purchase-panel="terms"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    border: 0;
}

.rp-home-v2__purchase-panel[data-home-purchase-panel="terms"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-home-v2__purchase-panel article {
    min-height: 252px;
    padding: 28px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #1b1d1b;
}

.rp-home-v2__purchase-panel article > span {
    display: block;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.rp-home-v2__purchase-panel h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.rp-home-v2__purchase-panel p {
    margin-top: 20px;
    font-size: 13px;
}

.rp-home-v2__purchase-cta {
    min-height: 118px;
    margin-top: 0;
    padding: 24px 30px;
    border: 1px solid rgba(222, 197, 131, 0.24);
    border-radius: 8px;
    background: #181a18;
}

.rp-home-v2__purchase-cta .rp-home-v2__button {
    min-width: 270px;
}

.rp-home-v2__team {
    border-block: 1px solid #d3ddd5;
    background: #e2eae4;
}

.rp-home-v2__team .rp-home-v2__heading {
    gap: 64px;
    margin-bottom: 34px;
}

.rp-home-v2__team-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
    gap: 40px;
}

.rp-home-v2__team-grid > figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}

.rp-home-v2__team-grid > figure figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px 15px;
    border: 1px solid rgba(244, 225, 167, 0.35);
    border-radius: 8px;
    background: rgba(20, 22, 20, 0.88);
    backdrop-filter: blur(8px);
}

.rp-home-v2__team-grid > figure figcaption {
    flex-direction: row;
    align-items: center;
    gap: 11px;
}

.rp-home-v2__team-grid > figure figcaption > span {
    display: grid;
    gap: 3px;
    margin: 0;
}

.rp-home-v2__team-grid > figure figcaption small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.rp-home-v2__team-grid > figure figcaption .rp-home-v2__icon {
    color: #f4e1a7;
}

.rp-home-v2__leaders {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-block: 1px solid #bfcac1;
}

.rp-home-v2__leaders article {
    flex: 1 1 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #c8d2ca;
    background: transparent;
}

.rp-home-v2__leaders article img {
    width: 112px;
    height: 132px;
    aspect-ratio: auto;
    border-radius: 8px;
    object-position: center 25%;
}

.rp-home-v2__leaders article:nth-child(2) img {
    object-position: center center;
}

.rp-home-v2__leaders article > div {
    justify-content: center;
    padding: 0;
}

.rp-home-v2__leaders article strong {
    font-size: 15px;
}

.rp-home-v2__leaders article span {
    color: #4e5b53;
    font-size: 12px;
}

.rp-home-v2__leaders .rp-home-v2__button {
    min-height: 58px;
    flex: 0 0 58px;
    width: 100%;
    margin-top: auto;
    border: 0;
    border-top: 1px solid #c8d2ca;
    border-radius: 0;
    background: transparent;
    color: var(--rp-home-ink);
}

.rp-home-v2__process ol {
    gap: 12px;
    border: 0;
}

.rp-home-v2__process li,
.rp-home-v2__process li:last-child {
    min-height: 210px;
    padding: 24px;
    border: 1px solid #d9dcd5;
    border-top: 3px solid #c9aa62;
    border-radius: 8px;
    background: #f2f4f0;
}

.rp-home-v2__process h3 {
    margin-top: 34px;
}

.rp-home-v2__reviews {
    border-block: 1px solid #dce3dd;
    background: #edf2ee;
}

.rp-home-v2__review-tabs {
    width: fit-content;
    gap: 5px;
    padding: 5px;
    border: 1px solid #cbd4cc;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
}

.rp-home-v2__review-tabs button {
    min-height: 54px;
    padding: 8px 12px;
    border-color: transparent;
    border-radius: 6px;
    background: transparent;
}

.rp-home-v2__review-tabs button[aria-selected="true"] {
    border-color: #d6bc73;
    background: #fffdf7;
    box-shadow: 0 4px 12px rgba(48, 55, 49, 0.08);
}

.rp-home-v2__review {
    min-height: 350px;
    padding: 28px 26px 24px;
    overflow: hidden;
    border: 1px solid #d8ded8;
    border-radius: 8px;
}

.rp-home-v2__review blockquote {
    font-size: 13px;
    line-height: 1.7;
}

.rp-home-v2__faq-list {
    display: grid;
    gap: 8px;
    border-top: 0;
}

.rp-home-v2__faq {
    background: #fff;
}

.rp-home-v2__faq header .rp-home-v2__button--dark {
    min-width: 188px;
    border-color: var(--rp-home-green-dark);
    background: var(--rp-home-green-dark);
}

.rp-home-v2__faq-item {
    overflow: hidden;
    border: 1px solid #dfdfda;
    border-radius: 8px;
    background: #f5f6f3;
}

.rp-home-v2__faq-item.is-open {
    border-color: #d5bb72;
    background: #fff;
}

.rp-home-v2__faq-item h3 button {
    padding: 18px 20px;
}

.rp-home-v2__faq-item > div {
    max-width: 730px;
    padding: 0 56px 24px 20px;
}

.rp-home-v2__knowledge {
    border-top: 1px solid #d3c9aa;
    background: #e8e0c8;
}

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

.rp-home-v2__article {
    min-height: 390px;
    grid-template-columns: 1fr;
    grid-template-rows: 208px 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d2c8aa;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
}

.rp-home-v2__article-media {
    aspect-ratio: auto;
}

.rp-home-v2__article-media > span {
    top: 16px;
    left: 16px;
    bottom: auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(244, 225, 167, 0.62);
    border-radius: 50%;
    background: rgba(17, 21, 18, 0.76);
    color: #f1dda0;
}

.rp-home-v2__article-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px 22px 22px;
}

.rp-home-v2__article-body time {
    color: #8b6b29;
    font-size: 12px;
    font-weight: 700;
}

.rp-home-v2__article-body strong {
    margin-top: 10px;
    font-size: 18px;
}

.rp-home-v2__article-body > span {
    margin-top: auto;
    padding-top: 18px;
    color: #2f654f;
    font-size: 14px;
}

.rp-home-v2__resources {
    margin-top: 60px;
}

.rp-home-v2__final {
    padding: 88px 0;
    background: #173529;
}

.rp-home-v2__final h2 {
    font-size: 44px;
}

.rp-home-v2__final li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rp-home-v2__final li::before {
    display: none;
}

.rp-home-v2__final li .rp-home-v2__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    color: #ead494;
    stroke-width: 2;
}

.rp-home-v2__final-action {
    border-radius: 8px;
}

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

    .rp-home-v2__hero-layout {
        gap: 42px;
    }

    .rp-home-v2__project {
        grid-template-columns: 120px minmax(150px, 0.75fr) minmax(190px, 1fr) minmax(120px, 0.62fr) 94px 116px;
        gap: 12px;
    }

    .rp-home-v2__project-media {
        width: 120px;
        height: 94px;
    }

    .rp-home-v2__project-media-wrap {
        width: 120px;
        height: 94px;
    }
}

@media (max-width: 920px) {
    .rp-home-v2__hero-layout {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__hero-proof {
        display: none;
    }

    .rp-home-v2__scenario-heading,
    .rp-home-v2__heading--split,
    .rp-home-v2__faq-layout {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__team .rp-home-v2__heading {
        gap: 24px;
    }

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

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

    .rp-home-v2__property-paths-heading {
        min-height: 78px;
        grid-column: 1 / -1;
        border-right: 0;
    }

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

    .rp-home-v2__project {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 16px;
        padding: 0 0 20px;
        overflow: hidden;
    }

    .rp-home-v2__project-media {
        width: 128px;
        height: 104px;
        border-radius: 0 0 8px 0;
    }

    .rp-home-v2__project-media-wrap {
        width: 128px;
        height: 104px;
    }

    .rp-home-v2__project-value,
    .rp-home-v2__project-fit,
    .rp-home-v2__project-price,
    .rp-home-v2__project-action {
        display: block;
        grid-column: 1 / -1;
        margin-inline: 18px;
    }

    .rp-home-v2__project-action {
        width: calc(100% - 36px);
        display: inline-flex;
    }

    .rp-home-v2__team-grid {
        gap: 24px;
    }

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

    .rp-home-v2__leaders article {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 16px;
        border-bottom: 0;
    }

    .rp-home-v2__leaders article + article {
        border-left: 1px solid #d9ddd7;
    }

    .rp-home-v2__leaders article img {
        width: 82px;
        height: 92px;
    }

    .rp-home-v2__leaders .rp-home-v2__button {
        grid-column: 1 / -1;
    }

    .rp-home-v2__review-list {
        display: flex;
        gap: 12px;
        padding-bottom: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
    }

    .rp-home-v2__review {
        flex: 0 0 360px;
        max-width: 76vw;
        scroll-snap-align: start;
    }

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

    .rp-home-v2__faq header {
        position: static;
    }
}

@media (max-width: 680px) {
    .rp-home-v2__shell {
        width: calc(100% - 32px);
    }

    .rp-home-v2__section,
    .rp-home-v2__purchase {
        padding: 66px 0;
    }

    .rp-home-v2__heading h2,
    .rp-home-v2__purchase h2,
    .rp-home-v2__faq h2,
    .rp-home-v2__final h2 {
        font-size: 30px;
    }

    .rp-home-v2__hero {
        min-height: 690px;
    }

    .rp-home-v2__hero-bg {
        background-position: 62% center;
    }

    .rp-home-v2__hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(9, 43, 33, 0.12) 0%,
            rgba(9, 43, 33, 0.4) 24%,
            rgba(9, 43, 33, 0.78) 58%,
            rgba(9, 43, 33, 0.88) 100%
        );
    }

    .rp-home-v2__hero-layout {
        min-height: 690px;
        align-items: end;
        padding: 58px 0 92px;
    }

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

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

    .rp-home-v2__proof-line {
        display: grid;
        gap: 8px;
    }

    .rp-home-v2__scenario {
        padding: 56px 0;
    }

    .rp-home-v2__scenario-heading h2 {
        font-size: 28px;
    }

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

    .rp-home-v2__scenario-grid button,
    .rp-home-v2__scenario-grid button:last-child {
        min-height: 112px;
        grid-template-columns: minmax(0, 1fr) 24px;
        grid-template-rows: 24px auto;
        align-content: center;
        align-items: start;
        gap: 10px 12px;
        padding: 14px;
    }

    .rp-home-v2__scenario-grid button > span {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    .rp-home-v2__scenario-grid .rp-home-v2__scenario-icon {
        width: 24px;
        height: 24px;
        grid-column: 2;
        grid-row: 1;
    }

    .rp-home-v2__scenario-grid strong {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
        grid-row: 2;
        line-height: 1.35;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
        text-wrap: balance;
    }

    .rp-home-v2__scenario-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 18px;
    }

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

    .rp-home-v2__region figure {
        aspect-ratio: 16 / 9;
    }

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

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

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

    .rp-home-v2__property-paths-heading {
        min-height: 82px;
    }

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

    .rp-home-v2__project-list {
        gap: 12px;
    }

    .rp-home-v2__project {
        border-radius: 8px;
    }

    .rp-home-v2__project-value strong {
        font-size: 15px;
    }

    .rp-home-v2__project-fit::before,
    .rp-home-v2__project-price::before {
        display: block;
        margin-bottom: 3px;
        color: #7b817b;
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .rp-home-v2__project-note {
        text-align: left;
    }

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

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

    .rp-home-v2__purchase-panel,
    .rp-home-v2__purchase-panel[data-home-purchase-panel="terms"] {
        grid-template-columns: 1fr;
    }

    .rp-home-v2__purchase-panel article {
        min-height: 0;
        padding: 24px 20px;
    }

    .rp-home-v2__purchase-panel article > span {
        font-size: 34px;
    }

    .rp-home-v2__purchase-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 22px 20px;
    }

    .rp-home-v2__purchase-cta .rp-home-v2__button {
        width: 100%;
        min-width: 0;
    }

    .rp-home-v2__team .rp-home-v2__heading h2 {
        font-size: 34px;
    }

    .rp-home-v2__team .rp-home-v2__heading {
        gap: 14px;
        margin-bottom: 24px;
    }

    .rp-home-v2__team-grid {
        gap: 16px;
    }

    .rp-home-v2__team-grid > figure {
        border-radius: 8px;
    }

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

    .rp-home-v2__leaders article,
    .rp-home-v2__leaders article + article {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
        padding: 12px 0;
        border-left: 0;
        border-bottom: 1px solid #d9ddd7;
    }

    .rp-home-v2__leaders article img {
        width: 68px;
        height: 76px;
    }

    .rp-home-v2__process ol {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rp-home-v2__process li,
    .rp-home-v2__process li:nth-child(2),
    .rp-home-v2__process li:last-child {
        min-height: 0;
        border: 1px solid #d9dcd5;
        border-top: 3px solid #c9aa62;
    }

    .rp-home-v2__review-tabs {
        width: 100%;
    }

    .rp-home-v2__review-tabs button {
        min-width: 0;
        flex: 1 1 0;
        padding: 7px 8px;
    }

    .rp-home-v2__review-list {
        margin-right: -16px;
        padding-right: 16px;
    }

    .rp-home-v2__review {
        min-height: 340px;
        flex-basis: calc(100vw - 54px);
        max-width: 360px;
        padding: 24px 20px 20px;
    }

    .rp-home-v2__faq-item h3 button {
        padding-right: 68px;
    }

    .rp-home-v2__faq-item > div {
        padding-right: 68px;
    }

    .rp-home-v2__article {
        min-height: 0;
        grid-template-rows: auto 1fr;
    }

    .rp-home-v2__article-media {
        aspect-ratio: 16 / 9;
    }

    .rp-home-v2__article-body {
        min-height: 156px;
        padding: 18px 18px 20px;
    }

    .rp-home-v2__resources {
        margin-top: 52px;
    }

    .rp-home-v2__final {
        padding: 66px 0;
    }
}

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

/* Pre-production V6: accessibility and mobile floating-widget clearance. */
.rp-home-v2__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rp-home-v2__region > div > a,
.rp-home-v2__review > a,
.rp-home-v2__knowledge .rp-home-v2__heading--split > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .rp-home-v2__faq-item h3 button {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 18px 20px;
    }

    .rp-home-v2__faq-item h3 button > span,
    .rp-home-v2__faq-item p {
        min-width: 0;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .rp-home-v2__faq-item h3 button b {
        justify-self: end;
    }

    .rp-home-v2__faq-item > div {
        padding: 0 20px 24px;
    }

    .rp-home-v2__faq-item a {
        display: inline-block;
        padding: 8px 0;
        line-height: 1.45;
    }

    .rp-home-v2__faq-item a span {
        display: inline-block;
        margin-left: 4px;
    }
}
