.home-dashboard-page {
    --home-text: #ffffff;
    --home-muted: rgba(191, 206, 223, 0.84);
    --home-soft: rgba(151, 170, 193, 0.78);
    --home-border: rgba(255, 255, 255, 0.08);
    --home-border-strong: rgba(41, 219, 255, 0.22);
    --home-panel-bg: linear-gradient(180deg, rgba(10, 20, 36, 0.94) 0%, rgba(6, 14, 26, 0.98) 100%);
    --home-panel-bg-soft: linear-gradient(180deg, rgba(10, 20, 36, 0.74) 0%, rgba(6, 14, 26, 0.88) 100%);
    overflow: hidden;
}

.home-shell {
    max-width: 1460px;
}

.home-section {
    padding: 2.9rem 0;
    position: relative;
}

.home-section--statement {
    padding-top: 0;
}

.home-section--metrics {
    padding-top: 0.45rem;
    padding-bottom: 2.3rem;
}

.home-hero {
    padding: 7.8rem 0 2.8rem;
    position: relative;
}

.home-hero::before,
.home-section--data::before,
.home-section--process::before,
.home-section--cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero::before {
    background:
        radial-gradient(980px 420px at 50% 8%, rgba(41, 219, 255, 0.11), transparent 62%),
        radial-gradient(780px 300px at 8% 0%, rgba(24, 195, 126, 0.04), transparent 58%),
        radial-gradient(780px 300px at 92% 0%, rgba(41, 219, 255, 0.04), transparent 58%);
}

.home-section--data::before {
    background: radial-gradient(760px 300px at 82% 18%, rgba(41, 219, 255, 0.06), transparent 65%);
}

.home-section--process::before {
    background: radial-gradient(820px 320px at 18% 40%, rgba(41, 219, 255, 0.05), transparent 64%);
}

.home-section--cta::before {
    background: radial-gradient(920px 340px at 50% 10%, rgba(41, 219, 255, 0.07), transparent 68%);
}

.home-section--why::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(860px 320px at 78% 38%, rgba(41, 219, 255, 0.06), transparent 66%);
}

.home-hero-copy,
.home-preview-panel,
.home-statement-panel,
.home-info-card,
.home-total-panel,
.home-years-panel,
.home-method-panel,
.home-data-note-panel,
.home-step-card,
.home-process-aside,
.home-types-copy,
.home-type-card,
.home-advantages-panel,
.home-faq-panel,
.home-final-cta {
    position: relative;
    z-index: 1;
}

.home-eyebrow,
.home-section-badge,
.home-advantages-kicker,
.home-statement-kicker,
.home-preview-badge,
.home-preview-kicker,
.home-years-kicker,
.home-total-label-top,
.home-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: #dce8f4;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-eyebrow {
    margin-bottom: 1.15rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #25d7ff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: none;
}

.home-eyebrow--minimal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.home-section-badge,
.home-advantages-kicker,
.home-statement-kicker,
.home-preview-kicker,
.home-total-label-top,
.home-years-kicker,
.home-panel-kicker {
    margin-bottom: 1rem;
}


.home-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.7rem;
    align-items: baseline;
    font-size: clamp(2.9rem, 5vw, 5.35rem);
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: -0.055em;
    margin: 0 0 1.15rem;
}

.home-title-main {
    color: var(--home-text);
}

.home-title-accent {
    color: var(--rc-accent);
    font-style: italic;
}

.home-hero-focus {
    max-width: 980px;
    margin: 0 auto;
}

.home-title--hero {
    justify-content: center;
    gap: 0.25rem 0.75rem;
    font-size: clamp(3.2rem, 7vw, 6.6rem);
    line-height: 0.92;
    margin-bottom: 1.45rem;
}

.home-lead--hero {
    max-width: 52rem;
    font-size: clamp(1.08rem, 1.5vw, 1.38rem);
    line-height: 1.62;
    color: rgba(213, 226, 239, 0.82);
    margin-bottom: 1.85rem;
}

.home-cta-row--hero {
    margin-bottom: 0;
}

.home-hero-showcase {
    margin-top: 3.15rem;
}

.home-hero-summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.8rem;
    border-radius: 34px !important;
    background:
        radial-gradient(420px 210px at 100% 0%, rgba(41, 219, 255, 0.05), transparent 60%),
        linear-gradient(180deg, rgba(8, 20, 36, 0.96) 0%, rgba(4, 12, 24, 0.99) 100%);
}

.home-side-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: rgba(191, 206, 223, 0.84);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 1.2rem;
}

.home-side-copy--hero {
    max-width: none;
    margin-bottom: 0;
}

.home-side-copy--hero-secondary {
    margin-top: 0.9rem;
}

.home-side-note span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-top: 0.48rem;
    background: var(--rc-accent);
    box-shadow: 0 0 0 6px rgba(41, 219, 255, 0.10);
}

.home-side-title--hero {
    max-width: 32rem;
    margin-top: 0.2rem;
    margin-bottom: 0.95rem;
}

.home-trust-row--compact {
    margin-top: 1.15rem;
    margin-bottom: 0;
}

.home-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.15rem;
}

.home-side-card {
    padding: 1rem 1rem 0.95rem;
    border-radius: 22px;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.024);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.01);
}

.home-side-card__title {
    color: var(--home-text);
    font-size: 0.98rem;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -0.01em;
    margin: 0 0 0.45rem;
}

.home-side-card__copy {
    color: var(--home-soft);
    font-size: 0.89rem;
    line-height: 1.62;
    margin: 0;
}

.home-stats-grid--hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.35rem;
}

.home-lead {
    color: rgba(213, 226, 239, 0.86);
    font-size: 1.02rem;
    line-height: 1.85;
    max-width: 58rem;
    margin-bottom: 1rem;
}

.home-lead--secondary {
    color: rgba(168, 186, 208, 0.82);
    max-width: 54rem;
    margin-bottom: 1.7rem;
}

.home-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-bottom: 1.4rem;
}

.home-primary-btn,
.home-secondary-btn {
    min-height: 56px;
    padding: 0.9rem 1.45rem !important;
    border-radius: 16px;
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 0 !important;
}

.home-primary-btn {
    background: linear-gradient(180deg, #42e7ff 0%, #1dc8ff 100%) !important;
    color: #05111b !important;
    box-shadow: 0 16px 34px rgba(41, 219, 255, 0.20);
}

.home-primary-btn:hover {
    background: linear-gradient(180deg, #71efff 0%, #42e1ff 100%) !important;
    color: #05111b !important;
}

.home-primary-btn--full {
    width: 100%;
}

.home-secondary-btn {
    background: rgba(255, 255, 255, 0.035) !important;
    color: #edf4fb !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: none;
}

.home-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    color: #ffffff !important;
}

.home-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.65rem;
}

.home-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.52rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.03);
    color: #dbe7f2;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

.home-stat-card {
    padding: 1.2rem 1rem;
    border-radius: 24px;
    border: 1px solid var(--home-border);
    background: var(--home-panel-bg-soft);
    text-align: center;
}

.home-stats-grid--metrics {
    gap: 1.2rem;
}

.home-stat-card--metric {
    padding: 1.45rem 1.35rem;
    text-align: left;
    background: linear-gradient(180deg, rgba(10, 20, 36, 0.96) 0%, rgba(6, 14, 26, 0.99) 100%);
    border-radius: 28px;
    min-height: 100%;
}

.home-stat-card--accent {
    border-color: rgba(41, 219, 255, 0.20);
    box-shadow: 0 0 0 1px rgba(41, 219, 255, 0.04), 0 18px 40px rgba(2, 10, 20, 0.24), 0 0 24px rgba(41, 219, 255, 0.10);
}

.home-stat-top {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(151, 170, 193, 0.88);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.home-stat-top i {
    color: var(--rc-accent);
    font-size: 1rem;
}

.home-stat-card--metric .home-stat-value {
    font-size: clamp(2.15rem, 3vw, 3rem);
    margin-bottom: 0.55rem;
}

.home-stat-card--metric .home-stat-label {
    color: var(--home-text);
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 0.85rem;
}

.home-stat-note {
    color: var(--home-soft);
    font-size: 0.92rem;
    line-height: 1.7;
}

.home-stat-value {
    color: var(--home-text);
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 0.42rem;
}

.home-stat-label {
    color: rgba(168, 186, 208, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
}

.home-preview-panel {
    border-radius: 34px !important;
    overflow: hidden;
}

.home-preview-inner,
.home-statement-panel,
.home-info-card,
.home-total-panel,
.home-years-panel,
.home-method-panel,
.home-data-note-panel,
.home-step-card,
.home-process-aside,
.home-types-copy,
.home-type-card,
.home-advantages-panel,
.home-faq-panel,
.home-final-cta {
    padding: 1.8rem;
}

.home-preview-inner {
    background:
        radial-gradient(460px 220px at 100% 0%, rgba(41, 219, 255, 0.08), transparent 58%),
        linear-gradient(180deg, rgba(10, 22, 40, 0.95) 0%, rgba(6, 14, 26, 0.99) 100%);
}

.home-preview-top,
.home-years-head-wrap,
.home-method-panel__top,
.home-final-cta__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.home-preview-top {
    margin-bottom: 1.25rem;
    align-items: center;
}

.home-preview-kicker {
    margin-bottom: 0.7rem;
}

.home-preview-title {
    color: var(--home-text);
    font-size: 1.55rem;
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.home-preview-main-card {
    padding: 0;
    border-radius: 24px;
    border: 1px solid var(--home-border-strong);
    background: linear-gradient(180deg, rgba(8, 25, 46, 0.98) 0%, rgba(7, 20, 36, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(41, 219, 255, 0.03), 0 0 26px rgba(41, 219, 255, 0.08);
    margin-bottom: 1rem;
    overflow: hidden;
}

.home-preview-main-card--property {
    display: grid;
    grid-template-columns: minmax(240px, 300px) 1fr;
    gap: 0;
    align-items: stretch;
}

.home-preview-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.55rem 1.65rem 1.55rem 1.45rem;
}

.home-preview-photo {
    position: relative;
    min-height: 248px;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    border: 0;
    background: rgba(255, 255, 255, 0.035);
}

.home-preview-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.home-preview-photo-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(5, 12, 24, 0.76);
    color: #edf5fc;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    max-width: calc(100% - 2rem);
}

.home-preview-property {
    color: rgba(168, 186, 208, 0.82);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.home-preview-location {
    color: var(--home-text);
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.home-preview-price {
    color: var(--rc-accent);
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.03em;
    margin-bottom: 0.45rem;
}

.home-preview-meta {
    color: rgba(191, 206, 223, 0.82);
    font-size: 0.92rem;
}

.home-preview-compare {
    padding: 1.2rem 1.25rem;
    border-radius: 24px;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.025);
    margin-bottom: 1rem;
}

.home-preview-compare-head,
.home-preview-compare-foot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0.85rem;
    color: rgba(168, 186, 208, 0.82);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-preview-bar {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.35rem;
    margin: 0.95rem 0 0.85rem;
}

.bar-segment {
    height: 14px;
    border-radius: 999px;
    display: block;
}

.bar-segment--muted {
    background: rgba(255, 255, 255, 0.14);
}

.bar-segment--estimate {
    background: linear-gradient(90deg, rgba(24, 195, 126, 0.38) 0%, rgba(24, 195, 126, 0.52) 100%);
    box-shadow: 0 0 0 1px rgba(24, 195, 126, 0.08) inset;
}

.bar-segment--accent {
    background: rgba(41, 219, 255, 0.80);
}

.bar-pointer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(41, 219, 255, 0.22);
}

.home-preview-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.home-preview-mini-card,
.home-info-card,
.home-year-card,
.home-type-card {
    border-radius: 22px;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.025);
}

.home-preview-mini-card {
    padding: 1rem 1.05rem;
}

.mini-label {
    color: rgba(151, 170, 193, 0.78);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-bottom: 0.45rem;
}

.mini-value {
    color: var(--home-text);
    font-size: 0.95rem;
    font-weight: 800;
}

.home-preview-flow {
    display: grid;
    gap: 0.65rem;
}

.home-preview-flow-item,
.home-process-list__item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #edf5fc;
    font-weight: 700;
}

.flow-no,
.home-step-no {
    color: rgba(151, 170, 193, 0.78);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flow-no {
    min-width: 2.6rem;
}

.home-preview-compare-head span:nth-child(1),
.home-preview-compare-foot span:nth-child(1) {
    text-align: left;
}

.home-preview-compare-head span:nth-child(2),
.home-preview-compare-foot span:nth-child(2) {
    text-align: center;
}

.home-preview-compare-head span:nth-child(3),
.home-preview-compare-foot span:nth-child(3) {
    text-align: right;
}

.home-preview-compare-note {
    color: rgba(191, 206, 223, 0.82);
    font-size: 0.88rem;
    line-height: 1.65;
    margin-top: 0.95rem;
}

.home-statement-inner {
    max-width: 78rem;
    text-align: center;
    margin: 0 auto;
}

.home-statement-inner--left {
    text-align: left;
    margin: 0;
}

.home-statement-kicker {
    margin-bottom: 1rem;
}

.home-statement-title,
.home-section-title,
.home-side-title,
.home-final-cta__title {
    color: var(--home-text);
    font-size: clamp(1.95rem, 3vw, 3rem);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
}

.home-side-title--sm {
    font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.home-statement-copy,
.home-section-copy,
.home-side-copy,
.home-final-cta__copy,
.home-info-card__copy,
.home-type-card__copy {
    color: var(--home-muted);
    font-size: 0.98rem;
    line-height: 1.8;
}

.home-section-head {
    margin-bottom: 2rem;
}

.home-side-stack {
    display: grid;
    gap: 1rem;
    height: 100%;
}

.home-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.home-info-card__icon,
.home-type-card__icon,
.home-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex: 0 0 auto;
}

.home-info-card__icon,
.home-type-card__icon {
    background: rgba(41, 219, 255, 0.10);
    border: 1px solid rgba(41, 219, 255, 0.14);
    color: var(--rc-accent);
}

.home-info-card__title,
.home-type-card__title,
.home-step-title {
    color: var(--home-text);
    font-size: 1.16rem;
    line-height: 1.18;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.home-total-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    text-align: center;
}

.home-total-label-top {
    margin-bottom: 1rem;
}

.home-total-value {
    color: var(--rc-accent);
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 0.75rem;
}

.home-total-label {
    color: var(--home-text);
    font-size: 1.06rem;
    font-weight: 850;
    margin-bottom: 0.35rem;
}

.home-total-caption,
.home-year-caption,
.home-years-summary__label {
    color: var(--home-soft);
    font-size: 0.9rem;
}

.home-years-head-wrap {
    margin-bottom: 1rem;
}

.home-years-head {
    color: var(--home-text);
    font-size: 1rem;
    font-weight: 900;
    margin-top: 0.75rem;
}

.home-years-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    text-align: right;
}

.home-years-summary__value {
    color: var(--rc-accent);
    font-size: 1rem;
    font-weight: 900;
}

.home-years-grid,
.home-types-grid,
.home-method-grid,
.home-benefits-list,
.home-data-note-list,
.home-process-list {
    display: grid;
    gap: 1rem;
}

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

.home-year-card {
    padding: 1rem 0.85rem;
    text-align: center;
}

.home-year-card--empty {
    grid-column: 1 / -1;
}

.home-year-title {
    color: var(--home-text);
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 0.4rem;
}

.home-year-value {
    color: var(--rc-accent);
    font-size: 1.42rem;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 0.25rem;
}

.home-method-metric {
    min-width: 9rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid var(--home-border);
    background: rgba(255, 255, 255, 0.025);
    text-align: right;
}

.home-method-metric span {
    display: block;
    color: var(--home-soft);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.home-method-metric strong {
    color: var(--home-text);
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 950;
}

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

.home-method-item,
.home-benefit-item,
.home-data-note-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.home-method-item {
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-method-item i,
.home-benefit-item i,
.home-process-list__item i {
    color: var(--rc-accent);
    margin-top: 0.15rem;
}

.home-method-item strong {
    display: block;
    color: var(--home-text);
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.home-method-item p {
    color: var(--home-muted);
    line-height: 1.7;
    margin: 0;
}

.home-data-note-item {
    color: #edf5fc;
    font-weight: 700;
}

.home-data-note-item span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-top: 0.45rem;
    background: var(--rc-accent);
    box-shadow: 0 0 0 6px rgba(41, 219, 255, 0.10);
}

.home-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-step-card,
.home-process-aside,
.home-types-copy,
.home-type-card,
.home-advantages-panel,
.home-faq-panel,
.home-data-note-panel,
.home-method-panel,
.home-total-panel,
.home-years-panel,
.home-statement-panel,
.home-final-cta {
    border-radius: 30px !important;
}

.home-step-card,
.home-process-aside,
.home-types-copy,
.home-type-card {
    min-height: 100%;
}

.home-step-icon {
    color: #ffffff;
    margin-bottom: 1rem;
}

.bg-step-primary {
    background: linear-gradient(180deg, #1f6bff 0%, #1f5ad7 100%);
}

.bg-step-success {
    background: linear-gradient(180deg, #16c784 0%, #119960 100%);
}

.bg-step-accent {
    background: linear-gradient(180deg, #38e7ff 0%, #15c8ff 100%);
    color: #04101a;
}

.home-step-copy {
    color: rgba(191, 206, 223, 0.82);
    font-size: 0.94rem;
    line-height: 1.75;
}

.home-process-list {
    margin-top: 1rem;
}

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

.home-type-card {
    padding: 1.5rem;
}

.home-type-card--accent {
    background: linear-gradient(180deg, rgba(13, 33, 55, 0.92) 0%, rgba(7, 18, 30, 0.98) 100%);
    border-color: rgba(41, 219, 255, 0.16);
}

.home-benefits-list {
    margin-top: 1.2rem;
}

.home-benefit-item {
    color: #eaf3fb;
    font-weight: 700;
}

.home-why-panel {
    padding: 2.25rem 2.35rem;
    border-radius: 36px !important;
    background:
        radial-gradient(560px 280px at 88% 16%, rgba(41, 219, 255, 0.10), transparent 58%),
        linear-gradient(180deg, rgba(8, 18, 32, 0.95) 0%, rgba(5, 12, 24, 0.99) 100%);
}

.home-why-layout {
    min-height: 100%;
}

.home-why-panel .home-side-title {
    max-width: 14ch;
    margin-bottom: 1.15rem;
}

.home-why-panel .home-side-copy {
    max-width: 34rem;
}

.home-why-list {
    display: grid;
    gap: 1.05rem;
    margin-top: 1.55rem;
}

.home-why-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.home-why-list-item i {
    color: var(--rc-accent);
    margin-top: 0.18rem;
    font-size: 1.02rem;
}

.home-why-list-item strong {
    display: block;
    color: var(--home-text);
    font-size: 1rem;
    margin-bottom: 0.28rem;
}

.home-why-list-item span {
    display: block;
    color: var(--home-muted);
    line-height: 1.7;
}

.home-why-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-why-chart-shell {
    position: relative;
    width: min(100%, 720px);
    aspect-ratio: 1.5 / 1;
}

.home-why-chart-shell::before {
    content: "";
    position: absolute;
    inset: 1.15rem 0.55rem 0.75rem 0.95rem;
    border-radius: 34px;
    border: 1px solid rgba(41, 219, 255, 0.08);
    background: linear-gradient(180deg, rgba(13, 24, 42, 0.58) 0%, rgba(6, 13, 25, 0.28) 100%);
    transform: rotate(3.4deg);
    box-shadow: 0 26px 60px rgba(3, 10, 20, 0.42);
}

.home-why-chart-frame {
    position: absolute;
    inset: 1.55rem 1rem 0.95rem 1.7rem;
    border-radius: 28px;
    padding: 1.7rem 1.8rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background:
        linear-gradient(180deg, rgba(9, 18, 34, 0.98) 0%, rgba(5, 12, 24, 1) 100%),
        radial-gradient(340px 180px at 85% 20%, rgba(41, 219, 255, 0.06), transparent 65%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.025),
        0 30px 64px rgba(3, 10, 20, 0.50),
        0 0 0 1px rgba(41, 219, 255, 0.035);
    transform: rotate(3.4deg);
    overflow: hidden;
}

.home-why-chart-frame::before {
    content: "";
    position: absolute;
    inset: 0.9rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    background: linear-gradient(180deg, rgba(6, 12, 24, 0.90) 0%, rgba(4, 10, 20, 0.96) 100%);
}

.home-why-chart-frame::after {
    content: "";
    position: absolute;
    left: 1.75rem;
    right: 1.75rem;
    bottom: 1.35rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    z-index: 1;
}

.home-why-chart-grid,
.home-why-chart-bars {
    position: absolute;
    inset: 2.15rem 2.15rem 1.7rem 2.15rem;
}

.home-why-chart-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.home-why-chart-grid span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.home-why-chart-bars {
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(0.7rem, 1.4vw, 1rem);
}

.home-why-bar {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(180deg, rgba(53, 67, 94, 0.70) 0%, rgba(29, 39, 60, 0.88) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    opacity: 0.96;
}

.home-why-bar--1 { height: 31%; }
.home-why-bar--2 { height: 25%; }
.home-why-bar--3 { height: 44%; }
.home-why-bar--4 { height: 38%; }
.home-why-bar--5 {
    height: 56%;
    background: linear-gradient(180deg, rgba(31, 154, 189, 0.90) 0%, rgba(13, 87, 124, 0.98) 100%);
}
.home-why-bar--6 {
    height: 74%;
    background: linear-gradient(180deg, #43ecff 0%, #23d6ff 100%);
    box-shadow: 0 0 26px rgba(41, 219, 255, 0.26);
}

.home-why-floating-metric {
    position: absolute;
    left: 7%;
    top: 7%;
    z-index: 3;
    min-width: 240px;
    padding: 1.05rem 1.2rem 0.95rem;
    border-radius: 22px;
    border: 1px solid rgba(41, 219, 255, 0.16);
    background:
        radial-gradient(220px 110px at 18% 0%, rgba(41, 219, 255, 0.08), transparent 68%),
        linear-gradient(180deg, rgba(9, 22, 39, 0.97) 0%, rgba(6, 14, 26, 1) 100%);
    box-shadow: 0 18px 42px rgba(2, 9, 18, 0.44), 0 0 24px rgba(41, 219, 255, 0.12);
    transform: rotate(3.4deg);
}

.home-why-floating-metric::after {
    content: "";
    position: absolute;
    inset: auto 1rem 0.8rem 1rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(41, 219, 255, 0.16), transparent 75%);
}

.home-why-floating-metric__label {
    color: var(--rc-accent);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.home-why-floating-metric__value {
    color: var(--home-text);
    font-size: clamp(2rem, 3.3vw, 2.7rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
    font-style: italic;
    margin-bottom: 0.22rem;
}

.home-why-floating-metric__meta {
    color: rgba(210, 224, 238, 0.80);
    font-size: 0.95rem;
    font-weight: 800;
}

.home-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-color: #e9f2fb;
    --bs-accordion-border-color: rgba(255, 255, 255, 0.08);
    --bs-accordion-btn-bg: rgba(255, 255, 255, 0.02);
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-active-bg: rgba(41, 219, 255, 0.08);
    --bs-accordion-active-color: #ffffff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(41, 219, 255, 0.12);
}

.home-accordion .accordion-item {
    border-radius: 20px !important;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(11, 21, 36, 0.92) 0%, rgba(8, 16, 28, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.85rem;
}

.home-accordion .accordion-button {
    font-weight: 800;
    letter-spacing: -0.01em;
    padding: 1rem 1.1rem;
}

.home-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.home-accordion .accordion-body {
    color: rgba(191, 206, 223, 0.84);
    line-height: 1.7;
    padding-top: 0.2rem;
}

.home-final-cta {
    padding: 2rem 2.1rem;
    background:
        radial-gradient(480px 220px at 76% 10%, rgba(41, 219, 255, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(10, 22, 40, 0.96) 0%, rgba(6, 14, 26, 0.99) 100%);
}

.home-final-cta__title {
    max-width: 42rem;
}

.home-final-cta__actions {
    flex: 0 0 auto;
}

@media (max-width: 1399.98px) {
    .home-years-grid,
    .home-method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 1199.98px) {
    .home-hero {
        padding-top: 6.4rem;
    }

    .home-why-visual {
        min-height: 390px;
    }

    .home-why-chart-shell::before,
    .home-why-chart-frame,
    .home-why-floating-metric {
        transform: rotate(2.4deg);
    }

    .home-why-floating-metric {
        left: 5%;
        bottom: 9%;
        min-width: 220px;
    }

    .home-hero-showcase {
        margin-top: 2.6rem;
    }

    .home-stats-grid,
    .home-years-grid,
    .home-method-grid,
    .home-types-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-years-head-wrap,
    .home-method-panel__top,
    .home-final-cta__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-years-summary {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .home-why-panel {
        padding: 1.65rem;
    }

    .home-why-panel .home-side-title {
        max-width: none;
    }

    .home-why-visual {
        min-height: 320px;
        margin-top: 0.35rem;
    }

    .home-why-chart-shell::before,
    .home-why-chart-frame,
    .home-why-floating-metric {
        transform: rotate(1.6deg);
    }

    .home-why-chart-shell::before {
        inset: 0.95rem 0.45rem 0.65rem 0.75rem;
    }

    .home-why-chart-frame {
        inset: 1.2rem 0.75rem 0.75rem 1.25rem;
        padding: 1.35rem 1.35rem 1.1rem;
    }

    .home-why-chart-grid,
    .home-why-chart-bars {
        inset: 1.75rem 1.65rem 1.35rem 1.65rem;
    }

    .home-why-floating-metric {
        left: 2%;
        bottom: 8%;
        min-width: 200px;
        padding: 0.95rem 1rem 0.85rem;
    }

    .home-hero {
        padding-top: 5.2rem;
    }

    .home-title {
        font-size: clamp(2.2rem, 7vw, 3.6rem);
    }

    .home-title--hero {
        font-size: clamp(2.7rem, 9vw, 4.5rem);
    }

    .home-lead--hero {
        font-size: 1rem;
    }

    .home-stats-grid,
    .home-years-grid,
    .home-method-grid,
    .home-types-grid,
    .home-preview-mini-grid,
    .home-process-grid,
    .home-side-grid {
        grid-template-columns: 1fr;
    }

    .home-preview-main-card--property {
        grid-template-columns: 1fr;
    }

    .home-preview-main-content {
        padding: 1.3rem 1.35rem 1.4rem;
    }

    .home-preview-photo {
        min-height: 250px;
        border-radius: 24px 24px 0 0;
    }

    .home-hero-summary {
        padding: 1.45rem;
    }
}

@media (max-width: 767.98px) {
    .home-section-badge,
    .home-advantages-kicker,
    .home-statement-kicker,
    .home-preview-kicker,
    .home-total-label-top,
    .home-years-kicker,
    .home-panel-kicker {
        margin-bottom: 0.85rem;
    }

    .home-why-panel {
        padding: 1.35rem;
        border-radius: 28px !important;
    }

    .home-why-visual {
        min-height: 255px;
    }

    .home-why-chart-shell::before,
    .home-why-chart-frame,
    .home-why-floating-metric {
        transform: rotate(1.2deg);
    }

    .home-why-chart-shell::before {
        inset: 0.7rem 0.2rem 0.45rem 0.45rem;
        border-radius: 24px;
    }

    .home-why-chart-frame {
        inset: 0.95rem 0.45rem 0.5rem 0.85rem;
        border-radius: 22px;
        padding: 1rem 1rem 0.85rem;
    }

    .home-why-chart-frame::before {
        inset: 0.65rem;
        border-radius: 17px;
    }

    .home-why-chart-grid,
    .home-why-chart-bars {
        inset: 1.25rem 1.2rem 1rem 1.2rem;
        gap: 0.5rem;
    }

    .home-why-bar {
        border-radius: 12px 12px 0 0;
    }

    .home-why-floating-metric {
        left: -0.5%;
        bottom: 5%;
        min-width: 165px;
        border-radius: 18px;
    }

    .home-why-floating-metric__label {
        font-size: 0.64rem;
    }

    .home-why-floating-metric__value {
        font-size: 1.55rem;
    }

    .home-why-floating-metric__meta {
        font-size: 0.78rem;
    }

    .home-section {
        padding: 2rem 0;
    }

    .home-hero {
        padding-top: 4.9rem;
        padding-bottom: 2.2rem;
    }

    .home-title {
        gap: 0.2rem 0.45rem;
    }

    .home-title--hero {
        font-size: clamp(2.35rem, 11vw, 3.5rem);
    }

    .home-hero-showcase {
        margin-top: 2rem;
    }

    .home-lead {
        font-size: 0.95rem;
    }

    .home-cta-row {
        flex-direction: column;
    }

    .home-primary-btn,
    .home-secondary-btn {
        width: 100%;
    }

    .home-stats-grid--hero {
        grid-template-columns: 1fr;
    }

    .home-preview-inner,
    .home-statement-panel,
    .home-info-card,
    .home-total-panel,
    .home-years-panel,
    .home-method-panel,
    .home-data-note-panel,
    .home-step-card,
    .home-process-aside,
    .home-types-copy,
    .home-type-card,
    .home-advantages-panel,
    .home-faq-panel,
    .home-final-cta {
        padding: 1.2rem;
    }

    .home-info-card {
        flex-direction: column;
    }

    .home-stat-card--metric {
        padding: 1.2rem;
    }

    .home-stat-note {
        font-size: 0.88rem;
    }

    .home-preview-photo {
        min-height: 210px;
        border-radius: 24px 24px 0 0;
    }

    .home-side-card {
        padding: 0.95rem;
    }

    .home-preview-price {
        font-size: 1.82rem;
    }

    .home-total-value {
        font-size: 2.45rem;
    }
}
