.home .hero-parallax-bg {
    background-position: center 120px !important;
}

.reset-way-section {
    background: linear-gradient(180deg, #ffffff 0%, #eef4fa 100%);
}

.reset-way-heading {
    max-width: 920px;
    margin: 0 auto 44px;
    text-align: center;
}

.reset-way-heading p {
    text-align: center;
    margin: 18px auto 0;
}

.reset-example-card {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.reset-example-header {
    padding: 28px 34px;
    background: var(--navy-deep);
    color: #fff;
}

.reset-example-header h3 {
    margin: 0 0 6px;
    font-size: 28px;
}

.reset-example-header span {
    color: rgba(255,255,255,0.72);
}

.reset-example-grid {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
}

.reset-before,
.reset-after {
    padding: 36px;
}

.reset-before {
    background: #fff7f7;
}

.reset-after {
    background: #effbf5;
}

.reset-label {
    display: block;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.reset-label--red {
    color: #c91f25;
}

.reset-label--green {
    color: #16833b;
}

.debt-line,
.debt-total {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 17px;
}

.debt-line {
    background: #f9e2e3;
    color: #bd1d24;
}

.debt-line--green {
    background: #d9f2e3;
    color: #147a38;
}

.debt-line strong,
.debt-total strong {
    white-space: nowrap;
}

.debt-total {
    margin-top: 24px;
    font-size: 21px;
    font-weight: 800;
}

.debt-total--red {
    background: #f4d2d4;
    color: #bd1d24;
}

.debt-total--green {
    background: #d0eedb;
    color: #147a38;
}

.reset-after p {
    margin: 26px 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.reset-after p strong {
    color: #147a38;
}

.reset-merge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f5;
    gap: 12px;
    color: var(--navy);
    font-weight: 700;
    text-align: center;
}

.merge-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.reset-savings-banner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    align-items: center;
    padding: 30px 36px;
    background: linear-gradient(135deg, #0f665f 0%, #0b4f51 100%);
    color: #fff;
}

.reset-savings-banner span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.72);
    font-weight: 700;
}

.reset-savings-banner strong {
    font-size: 46px;
    line-height: 1;
}

.reset-savings-banner p {
    margin: 0;
    color: rgba(255,255,255,0.84);
    font-size: 18px;
    line-height: 1.7;
}

.reset-savings-banner p strong {
    font-size: inherit;
    color: #fff;
}

.salary-flow {
    margin-top: 34px;
    padding: 36px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(17, 38, 64, 0.06);
}

.salary-flow-heading {
    margin-bottom: 30px;
}

.salary-flow-heading h3 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.salary-flow-grid {
    display: grid;
    grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
    gap: 14px;
    align-items: center;
}

.salary-step {
    min-height: 190px;
    padding: 24px;
    border-radius: 22px;
    background: #f7f9fc;
    border: 1px solid rgba(17, 38, 64, 0.08);
}

.salary-step span {
    display: inline-flex;
    margin-bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #ffb305;
    color: var(--navy);
    font-weight: 900;
}

.salary-step h4 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 20px;
}

.salary-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size:14px !important;
}

.flow-arrow {
    display: flex;
    justify-content: center;
    color: var(--blue);
    font-size: 34px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .reset-example-grid {
        grid-template-columns: 1fr;
    }

    .reset-merge {
        padding: 24px;
    }

    .merge-icon {
        transform: rotate(90deg);
    }

    .reset-savings-banner {
        grid-template-columns: 1fr;
    }

    .salary-flow-grid {
        grid-template-columns: 1fr;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 640px) {
    .reset-before,
    .reset-after,
    .salary-flow {
        padding: 24px;
    }

    .debt-line,
    .debt-total {
        flex-direction: column;
        gap: 6px;
    }

    .reset-savings-banner {
        padding: 26px;
    }

    .reset-savings-banner strong {
        font-size: 38px;
    }
}

.faq-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.faq-list {
    max-width: fit-content;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    border-radius: var(--radius-md);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(17, 38, 64, 0.05);
    overflow: hidden;
}

.faq-q {
    width: 100%;
    padding: 22px 26px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: var(--navy);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-arrow {
    font-size: 22px;
    font-weight: 700;
    color: var(--blue);
    transition: transform 0.3s ease;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 26px;
}

.faq-a p {
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.8;
}

.faq-item.active .faq-a {
    max-height: 400px;
}

.faq-item.active .faq-arrow {
    transform: rotate(45deg);
}

.rst-info-blocks-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rst-info-block-copy p {
	margin: 0 0 14px;
	color: var(--muted);
	line-height: 1.8;
}

.rst-info-block-copy p:last-child {
	margin-bottom: 0;
}

.rst-info-blocks-note {
	max-width: 920px;
	margin: 26px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
}

.cta-spacer{
    padding: 50px 10px 0px 10px !important;
}
.cta-spacer2{
    padding: 50px 0px 0px 0px !important;
}

.reset-savings-banner p {
    max-width: 600px;
}


@media (max-width: 900px) {
	.rst-info-blocks-grid {
		grid-template-columns: 1fr;
	}
}
