/* ===== Reset (ported) ===== */


/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

select:-moz-focusring,
select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 9px;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    background: none;
    color: #000;
}

textarea {
    overflow: auto;
}

input::-ms-clear {
    display: none;
}

/* ===== Main design system (ported from original) ===== */


* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    font-size: 0;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: #F2F9F4;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.d-none {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 144px;
}

.site-header,
.main,
.site-footer {
    font-size: 16px;
}

.main {
    background: #F2F9F4;
}

.site-header {
    position: relative;
    z-index: 10;
    width: 100%;
    background: transparent;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header__logo-link {
    display: inline-flex;
    flex: 0 0 auto;
    width: 168px;
    height: 64px;
}

.site-header__logo {
    display: block;
    width: 168px;
    height: 64px;
    object-fit: contain;
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 62px;
}

.site-header__nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site-header__nav-link {
    display: inline-flex;
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    transition: all 0.150s;
}

.site-header__nav-link:hover,
.site-header__nav-link.active {
    color: #139F55;
}

.site-header__nav-link--home,
.site-header__nav-close {
    display: none;
}

.site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 151px;
    height: 60px;
    padding: 0 39px;
    border: 1px solid #161616;
    border-radius: 10px;
    background: #ffffff;
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
    text-transform: capitalize;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.site-header__cta:hover {
    border-color: #139F55;
    color: #139F55;
}

.site-header__burger {
    display: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
}

.site-header__burger span {
    position: absolute;
    left: 4px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #161616;
}

.site-header__burger span:nth-child(1) {
    top: 6px;
}

.site-header__burger span:nth-child(2),
.site-header__burger span:nth-child(3) {
    top: 11px;
}

.site-header__burger span:nth-child(4) {
    top: 16px;
}

.hero {
    position: relative;
    min-height: 754px;
    overflow: visible;
    background: #F2F9F4;
}

.hero__inner {
    position: relative;
    z-index: 3;
    padding-top: 143px;
}

.hero__content {
    width: 537px;
}

.hero__title {
    position: relative;
    z-index: 1;
    width: 537px;
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.hero__title-layout {
    display: flex;
    flex-direction: column;
}

.hero__title-layout--mobile {
    display: none;
}

.hero__cash {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.hero__cash::after {
    content: "";
    position: absolute;
    left: -31px;
    top: -26px;
    right: -25px;
    bottom: -20px;
    z-index: -1;
    display: block;
    background: transparent url('../img/accent-ellipse.svg') no-repeat;
    background-size: contain;
}

.hero__benefits {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 302px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.hero__benefits li {
    position: relative;
    padding-left: 40px;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.hero__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url("../img/icon-check-figma.svg") no-repeat center / contain;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    width: 270px;
    margin-top: 30px;
}

.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 60px;
    border-radius: 10px;
    background: #139F55;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
    text-transform: capitalize;
    transition: background-color 0.2s ease;
}

.button-primary:hover {
    background: #0E7C42;
}

.hero__disclosure {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 0.150s;
}

.hero__disclosure:hover {
    text-decoration: none;
}

.hero__green-panel {
    position: absolute;
    top: -155px;
    left: calc(50% + 12px);
    z-index: 1;
    width: 270px;
    height: 668px;
    border-radius: 0 0 10px 10px;
    background: rgba(19, 159, 85, 0.1);
}

.hero__woman,
.hero__man {
    position: absolute;
    bottom: 0;
    max-width: max-content;
}

.hero__woman {
    left: -55px;
}

.hero__man {
    left: -37px;
}

.hero__man--mobile {
    display: none;
}

.hero__orange-panel {
    position: absolute;
    top: 111px;
    left: calc(50% + 306px);
    z-index: 1;
    width: 270px;
    height: 614px;
    border-radius: 10px;
    background: #D8EFDF;
}

.topics {
    position: relative;
    z-index: 4;
    padding-bottom: 54px;
    background: #F2F9F4;
}

.topics__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 166px);
    max-width: 1274px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 10px;
    background: #D8EFDF;
}

.topics__grid {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 24px;
}

.topics__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 172px;
    padding: 18px 51px 31px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topics__card--compact {
    padding-right: 61px;
    padding-left: 61px;
}

.topics__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(21, 20, 25, 0.08);
}

.topics__icon {
    display: block;
    width: 85.357px;
    height: 85.357px;
    flex: 0 0 auto;
}

.topics__icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.topics__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 201px;
    margin-top: 15px;
}

.topics__card--compact .topics__label-row {
    width: 186px;
}

.topics__label {
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.topics__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    height: 14px;
    flex: 0 0 auto;
}

.topics__arrow img {
    display: block;
    width: 14px;
    height: 7px;
    max-width: none;
    transform: rotate(90deg);
}

.steps {
    display: flex;
    align-items: flex-end;
    gap: 145px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 144px 80px 0;
    overflow: hidden;
    background: #F2F9F4;
}

.steps__media {
    position: relative;
    flex: 0 0 735px;
    width: 735px;
    height: 543px;
    margin-top: 95px;
    border-radius: 10px;
    background: #D8EFDF;
}

.steps__media-img {
    position: absolute;
    right: -27px;
    bottom: 0;
}

.steps__content {
    display: flex;
    flex: 0 0 415px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 415px;
}

.steps__title {
    width: 415px;
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0;
}

.steps__list {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 332.121px;
}

.steps__item {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.steps__item--form {
    align-items: center;
    gap: 34px;
}

.steps__item--calendar {
    gap: 25px;
}

.steps__item--money {
    gap: 24px;
}

.steps__icon {
    flex: 0 0 auto;
}

.steps__item--form .steps__icon {
    width: 54.685px;
    height: 64.495px;
}

.steps__item--calendar .steps__icon {
    width: 62.972px;
    height: 54.51px;
}

.steps__item--money .steps__icon {
    width: 64.985px;
    height: 59.662px;
}

.steps__icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.steps__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.steps__text h3 {
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.steps__text p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.steps__item--form .steps__text {
    width: 237.116px;
}

.steps__item--form .steps__text p {
    width: 207.628px;
}

.steps__item--calendar .steps__text {
    width: 242.962px;
}

.steps__item--calendar .steps__text p {
    width: 222.769px;
}

.steps__item--money .steps__text {
    width: 242.988px;
}

.faq-home {
    padding: 80px 144px;
    background: #F2F9F4;
}

.faq-home__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}

.faq-home__title {
    width: 100%;
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.faq-home__accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 858px;
    max-width: 100%;
}

.faq-home__item {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}

.faq-home__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    cursor: pointer;
    list-style: none;
}

.faq-home__summary::-webkit-details-marker {
    display: none;
}

.faq-home__summary::marker {
    content: "";
}

.faq-home__item[open] .faq-home__summary {
    padding-bottom: 0;
}

.faq-home__question {
    flex: 0 1 auto;
    max-width: 682px;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.faq-home__toggle {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(19, 159, 85, 0.1);
}

.faq-home__toggle::before,
.faq-home__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #139F55;
    transform: translate(-50%, -50%);
}

.faq-home__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-home__item[open] .faq-home__toggle::after {
    opacity: 0;
}

.faq-home__body {
    max-width: 805px;
    padding: 26px 24px 24px;
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.faq-home__body p,
.faq-home__body ol {
    margin: 0;
}

.faq-home__body ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: decimal;
    margin: 20px 0;
    padding-left: 20px;
}

.faq-home__body li {
    padding-left: 4px;
    min-width: 0;
    overflow-wrap: break-word;
}

.faq-home__body p+p {
    margin-top: 16px;
}

.faq-home__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    text-align: center;
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 0.150s;
}

.faq-home__link:hover {
    text-decoration: none;
}

.trust {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 144px;
    padding-top: 72px;
    overflow: hidden;
    background: #F2F9F4;
}

.trust__inner {
    display: flex;
    align-items: center;
    gap: 98px;
    width: 100%;
    max-width: 1296px;
}

.trust__content {
    display: flex;
    flex: 0 0 428px;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    width: 428px;
}

.trust__title {
    width: 428px;
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.trust__benefits {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 332.509px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trust__benefits li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.trust__benefits img {
    display: block;
    flex: 0 0 23.509px;
    width: 23.509px;
    height: 23.509px;
}

.trust__media {
    position: relative;
    flex: 0 0 564px;
    width: 564px;
    height: 528px;
    border-radius: 10px 10px 0 0;
    background: rgba(19, 159, 85, 0.1);
}

.trust__media-img {
    position: absolute;
    left: 34px;
    bottom: 0;
}

.topic-page {
    background: #F2F9F4;
}

.topic-hero {
    overflow: hidden;
    min-height: 663px;
    background: #F2F9F4;
}

.topic-hero__inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 143px;
}

.topic-hero__content {
    width: 714px;
    max-width: calc(100% - 288px);
}

.topic-hero__title {
    z-index: 1;
    position: relative;
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.topic-hero__accent {
    position: relative;
    display: inline-block;
}

.topic-hero__accent::after {
    content: "";
    position: absolute;
    left: -37px;
    top: -38px;
    right: -25px;
    bottom: -20px;
    z-index: -1;
    display: block;
    background: transparent url('../img/accent-ellipse.svg') no-repeat;
    background-size: contain;
}

.topic-hero__benefits {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 302px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.topic-hero__benefits li {
    position: relative;
    padding-left: 40px;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.topic-hero__benefits li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icon-check-figma.svg") no-repeat center / contain;
}

.topic-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    width: 270px;
    margin-top: 30px;
}

.topic-hero__disclosure {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    text-decoration: underline;
    text-transform: capitalize;
}

.topic-hero__media {
    position: absolute;
    top: 48px;
    left: calc(50% + 158px);
    width: 416px;
    height: 615px;
    border-radius: 10px;
    background: rgba(19, 159, 85, 0.1);
}

.topic-hero__media-img {
    max-width: max-content;
    position: absolute;
    bottom: 0;
    left: -62px;
}

.topic-hero__media-img--mobile {
    display: none;
}

.topic-hero--bad-credit .topic-hero__media {
    width: 563px;
    height: 615px;
    left: calc(50% + 13px);
}

.topic-hero--bad-credit .topic-hero__media-img {
    left: 79px;
}

.topic-hero--emergency .topic-hero__media-img {
    left: -33px;
}

.topic-hero--personal .topic-hero__media-img {
    left: 26px;
}

.topic-intro {
    padding: 80px 0;
    background: #F2F9F4;
}

.topic-intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1152px;
    text-align: center;
}

.topic-intro__title {
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.topic-intro__text {
    width: 100%;
    margin: 30px 0 0;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.site-footer {
    background: #161616;
    color: #ffffff;
}

.site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.site-footer__logo-link {
    display: inline-flex;
    align-items: center;
    width: 168px;
    height: 64px;
}

.site-footer__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.site-footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 858px;
    max-width: calc(100% - 170px);
}

.site-footer__nav a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.site-footer__nav a:hover,
.site-footer__nav a.active {
    color: #139F55;
}

.site-footer__material {
    width: 100%;
    padding: 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.site-footer__material h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.site-footer__material p {
    width: 100%;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.site-footer__material h3+p {
    margin-top: 27px;
}

.site-footer__material p:last-child {
    margin-bottom: 0;
}

.site-footer__material strong,
.site-footer__material .title {
    color: #ffffff;
    font-weight: 700;
}

.site-footer__material .title {
    display: block;
    margin-bottom: 10px;
}

.site-footer__table-wrap {
    width: 100%;
    margin: 17px 0 27px;
    overflow-x: auto;
}

.site-footer__material .table {
    display: grid;
    grid-template-columns: 187px 210px 219px 273px minmax(0, 1fr);
    width: 100%;
    min-width: 900px;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
}

.site-footer__material .tr {
    display: contents;
}

.site-footer__material .td {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.site-footer__material .tr:first-child .td {
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer__material .tr .td:last-child {
    border-right-width: 0;
}

.site-footer__material .tr:last-child .td {
    border-bottom-width: 0;
}

.site-footer__copyright {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.simple-page,
.form-page {
    min-height: 520px;
    padding: 0;
    background: #F2F9F4;
}

.simple-page__inner {
    display: flex;
    flex-direction: column;
    max-width: 760px;
}

.simple-page h1 {
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.05;
}

.simple-page p {
    margin: 24px 0 0;
    color: #475569;
    font-size: 20px;
    line-height: 30px;
}

.nav-page {
    background: #F2F9F4;
}

.nav-intro {
    padding: 80px 0 74px;
    background: #F2F9F4;
}

.nav-intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.nav-intro__title,
.faq-page-section__title,
.contact-page-section__title,
.legal-page__title {
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
}

.nav-intro__copy {
    width: 858px;
    max-width: 100%;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.nav-intro__copy p {
    margin: 0;
}

.nav-intro__copy p+p {
    margin-top: 30px;
}

.faq-page-section {
    padding: 80px 0;
    background: #F2F9F4;
}

.faq-page-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.faq-page-section__accordion {
    width: 858px;
}

.faq-home__body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
    padding-left: 20px;
    list-style: disc;
}

.faq-home__body ol,
.faq-home__body ul {
    display: block;
}

.faq-home__body li+li {
    margin-top: 10px;
}

.faq-page-section__button {
    margin-top: 4px;
}

.contact-page-section {
    padding: 80px 0;
    background: #F2F9F4;
}

.contact-page-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.contact-page-section__grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.contact-form-card {
    flex: 0 0 710px;
    width: 710px;
    padding: 36px 28px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #DCEEE3;
    box-shadow: 0 24px 54px -34px rgba(10, 40, 24, 0.35);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form label {
    display: none !important;
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-form__field {
    width: 100%;
    height: 48px;
    padding: 14px 20px;
    border: 1px solid #C7DFD1;
    border-radius: 8px;
    outline: 0;
    background: #ffffff;
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-form__field::placeholder {
    color: #CBD5E1;
    opacity: 1;
}

.contact-form__field:focus {
    border-color: #139F55;
    outline: 2px solid #D8EFDF;
}

.contact-form__field.error {
    border-color: #DC2626;
}

.contact-form__message {
    height: 114px;
    min-height: 114px;
    resize: vertical;
}

.contact-form__captcha {
    min-height: 1px;
}

.contact-form__required {
    align-self: flex-end;
    margin: -4px 0 0;
    color: #CBD5E1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-form__button {
    margin-top: 0;
    border: 0;
}

.contact-form__recaptcha {
    height: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.contact-form__success {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: #139F55;
    font-family: "Inter", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.contact-form__success p {
    margin: 0;
}

.contact-page-section__aside {
    display: flex;
    flex: 0 0 416px;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    width: 416px;
}

.contact-page-section__copy {
    margin: 0;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-page-section__copy a {
    color: inherit;
    text-decoration: underline;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info__label {
    margin: 0;
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-info__value {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #139F55;
    font-family: "Inter", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

a.contact-info__value span:last-child {
    transition: all 0.150s;
    text-decoration: underline;
}

a.contact-info__value:hover span:last-child {
    text-decoration: none;
}

.contact-info__icon {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #139F55;
}

.contact-info__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.legal-page__section {
    padding: 80px 0;
    background: #F2F9F4;
}

.legal-page__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.legal-page__title {
    width: 858px;
    max-width: 100%;
}

.legal-page__content {
    width: 858px;
    max-width: 100%;
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.legal-page__content p,
.legal-page__content ol,
.legal-page__content ul,
.legal-page__content table {
    margin-top: 0;
}

.legal-page__content p {
    margin-bottom: 20px;
}

.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
    margin: 30px 0 16px;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.legal-page__content h2 {
    font-size: 32px;
}

.legal-page__content h3 {
    font-size: 24px;
}

.legal-page__content h4 {
    font-size: 20px;
}

.legal-page__content ol,
.legal-page__content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 24px;
}

.legal-page__content ol {
    list-style: decimal;
}

.legal-page__content ul {
    list-style: disc;
}

.legal-page__content a {
    color: #139F55;
    text-decoration: underline;
}

.legal-page__content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    background: #ffffff;
}

.legal-page__content th,
.legal-page__content td {
    padding: 12px;
    border: 1px solid rgba(21, 20, 25, 0.14);
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1440px) {
    .steps__media {
        border-radius: 0 10px 10px 0;
    }
}

@media (max-width: 1300px) {
    .steps {
        gap: 48px;
        padding-right: 64px;
    }
}

@media (max-width: 1199px) {
    .container {
        padding-right: 64px;
        padding-left: 64px;
    }

    .site-header__nav {
        gap: 34px;
    }

    .site-header__nav-list {
        gap: 24px;
    }

    .topic-hero__content {
        left: 64px;
        max-width: 560px;
    }

    .topic-hero__title {
        font-size: 52px;
    }

    .hero__content {
        width: 460px;
    }

    .hero__title {
        width: 460px;
        font-size: 52px;
    }

    .hero__green-panel {
        display: none;
    }

    .hero__orange-panel {
        left: auto;
        right: 64px;
    }

    .topics__panel {
        width: calc(100% - 128px);
        padding: 44px;
    }

    .topics__grid {
        grid-template-columns: repeat(2, 270px);
    }

    .steps__media {
        flex: 0 1 52vw;
        width: 52vw;
        height: 500px;
    }

    .steps__media-bg {
        top: 80px;
        width: calc(100% - 20px);
        height: 420px;
    }

    .steps__people-crop {
        left: 40px;
        width: calc(100% - 10px);
        height: 500px;
    }

    .steps__content {
        flex-basis: 360px;
        width: 360px;
    }

    .steps__title {
        width: 360px;
        font-size: 36px;
    }

    .faq-home {
        padding-right: 64px;
        padding-left: 64px;
    }

    .contact-page-section__grid {
        align-items: stretch;
    }

    .contact-form-card {
        flex-basis: 56%;
        width: 56%;
    }

    .contact-page-section__aside {
        flex: 1 1 360px;
        width: auto;
    }

    .trust {
        padding-left: 64px;
    }

    .trust__inner {
        gap: 64px;
    }
}

@media (max-width: 1099px) {}

@media (max-width: 991px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }

    .site-header__nav {
        position: fixed;
        top: 0;
        right: -260px;
        z-index: 30;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 260px;
        height: 100%;
        padding: 24px;
        background: #161616;
        transition: right 0.25s ease;
    }

    .site-header__nav.site-header__nav--open {
        right: 0;
    }

    .site-header__nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0;
        background: transparent;
        filter: brightness(0) invert(1);
    }

    .site-header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .site-header__nav-link,
    .site-header__nav-link--home {
        display: inline-flex;
        color: #ffffff;
        font-size: 16px;
    }

    .site-header__cta {
        min-width: 180px;
        margin-top: 14px;
        border-color: #ffffff;
        background: transparent;
        color: #ffffff;
    }

    .site-header__burger {
        display: block;
    }

    .site-header__nav-link {
        font-size: 16px;
    }

    .site-header__nav-list {
        gap: 18px;
    }

    .site-header__cta {
        min-width: 180px;
        padding: 0 39px;
        font-size: 18px;
    }

    .topic-hero__inner {
        display: flex;
        flex-direction: column;
        gap: 34px;
        min-height: auto;
        padding: 56px 32px 72px;
    }

    .topic-hero__content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 620px;
    }

    .topic-hero__media,
    .topic-hero--bad-credit .topic-hero__media {
        position: relative;
        inset: auto;
        width: 100%;
        height: 460px;
    }

    .topic-hero__media-img,
    .topic-hero--bad-credit .topic-hero__media-img,
    .topic-hero--emergency .topic-hero__media-img,
    .topic-hero--personal .topic-hero__media-img {
        left: auto;
        right: 0;
    }

    .topics__panel {
        width: calc(100% - 64px);
    }

    .steps {
        justify-content: center;
        min-height: auto;
        padding: 64px 32px;
    }

    .steps__media {
        display: none;
    }

    .steps__content {
        flex: 0 1 415px;
        width: 100%;
        max-width: 415px;
    }

    .steps__title {
        width: 100%;
    }

    .faq-home {
        min-height: auto;
        padding: 64px 32px;
    }

    .nav-intro,
    .faq-page-section,
    .contact-page-section,
    .legal-page__section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .nav-intro {
        min-height: auto;
    }

    .nav-intro__title,
    .faq-page-section__title,
    .contact-page-section__title,
    .legal-page__title {
        font-size: 52px;
    }

    .contact-page-section__inner {
        gap: 44px;
    }

    .contact-page-section__grid {
        flex-direction: column;
        align-items: center;
        max-width: 710px;
    }

    .contact-form-card,
    .contact-page-section__aside {
        flex: none;
        width: 100%;
        max-width: 710px;
    }

    .contact-page-section__aside {
        gap: 32px;
    }

    .legal-page__content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .site-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
    }

    .site-footer__nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px 28px;
        width: 100%;
        max-width: none;
    }

    .site-footer__material .table {
        grid-template-columns: 1fr 1.05fr 1fr 1.35fr 1.35fr;
        min-width: 0;
    }

    .site-footer__material .td {
        font-size: 10px;
        white-space: normal;
    }

    .trust {
        min-height: auto;
        padding: 64px 32px;
    }

    .trust__inner {
        flex-direction: column;
        align-items: center;
        gap: 26px;
        min-height: auto;
    }

    .trust__content {
        display: contents;
    }

    .trust__title {
        order: 1;
        width: 100%;
        max-width: 428px;
    }

    .trust__media {
        order: 2;
        margin-top: 40px;
    }

    .trust__benefits {
        order: 3;
        width: 100%;
        max-width: 343px;
    }

    .trust__button {
        order: 4;
    }
}

@media (max-width: 830px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .site-header__inner {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .site-header__logo-link,
    .site-header__logo {
        width: 148px;
        height: 56px;
    }

    .site-header__nav {
        position: fixed;
        top: 0;
        right: -260px;
        z-index: 30;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 260px;
        height: 100%;
        padding: 24px;
        background: #161616;
        transition: right 0.25s ease;
    }

    .site-header__nav.site-header__nav--open {
        right: 0;
    }

    .site-header__nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0;
        background: transparent;
        filter: brightness(0) invert(1);
    }

    .site-header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .site-header__nav-link,
    .site-header__nav-link--home {
        display: inline-flex;
        color: #ffffff;
        font-size: 16px;
    }

    .site-header__cta {
        min-width: 180px;
        margin-top: 14px;
        border-color: #ffffff;
        background: transparent;
        color: #ffffff;
    }

    .site-header__burger {
        display: block;
    }

    .topic-hero__inner {
        gap: 30px;
        padding: 30px 16px 0;
    }

    .topic-hero__content {
        max-width: 342px;
        margin: 0 auto;
    }

    .topic-hero__title {
        width: 343px;
        max-width: 100%;
        font-size: 35px;
        line-height: normal;
        text-align: center;
    }

    .topic-hero__accent::after {
        bottom: -11px;
        top: -30px;
        right: -28px;
    }

    .topic-hero__benefits {
        gap: 15px;
        width: 100%;
        margin: 25px auto 0;
        max-width: 282px;
    }

    .topic-hero__benefits li {
        padding-left: 31px;
        font-size: 18px;
        line-height: normal;
        white-space: normal;
    }

    .topic-hero__benefits li::before {
        width: 19.156px;
        height: 19.156px;
    }

    .topic-hero__actions {
        gap: 12px;
        width: 343px;
        max-width: 100%;
        margin-top: 26px;
    }

    .topic-hero__actions .button-primary {
        width: 100%;
    }

    .topic-hero__disclosure {
        align-self: center;
        font-size: 16px;
    }

    .topic-hero__media {
        height: 302px;
        max-width: 342px;
        margin: 0 auto;
    }

    .topic-hero__media-img,
    .topic-hero--bad-credit .topic-hero__media-img,
    .topic-hero--emergency .topic-hero__media-img,
    .topic-hero--personal .topic-hero__media-img {
        left: 50%;
        transform: translateX(-50%);
    }

    .topic-hero__media-img--mobile {
        display: block;
    }

    .topic-hero__media-img--desktop {
        display: none;
    }

    .topic-intro {
        min-height: auto;
        padding: 40px 0;

    }

    .topic-intro__title {
        width: 343px;
        max-width: 100%;
        font-size: 30px;
        line-height: normal;
        text-align: left;
    }

    .topic-intro__text {
        width: 343px;
        max-width: 100%;
        margin-top: 26px;
        font-size: 18px;
        line-height: 1.2;
        text-align: left;
    }

    .nav-intro,
    .faq-page-section,
    .contact-page-section,
    .legal-page__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nav-intro__inner,
    .faq-page-section__inner,
    .legal-page__inner {
        gap: 26px;
    }

    .nav-intro__title,
    .faq-page-section__title,
    .contact-page-section__title,
    .legal-page__title {
        width: 343px;
        max-width: 100%;
        font-size: 35px;
        line-height: 1.14;
    }

    .faq-page-section__title {
        width: 320px;
        font-size: 32px;
    }

    .nav-intro__copy,
    .legal-page__content {
        width: 343px;
        font-size: 16px;
    }

    .nav-intro__copy p+p {
        margin-top: 24px;
    }

    .nav-page--how .steps__content {
        max-width: 343px;
    }

    .nav-page--how .steps__button {
        width: 343px;
        max-width: 100%;
    }

    .faq-page-section__accordion {
        width: 343px;
        max-width: 100%;
    }

    .faq-page-section__button {
        width: 343px;
        max-width: 100%;
    }

    .contact-page-section__inner {
        gap: 30px;
    }

    .contact-page-section__grid {
        gap: 24px;
        max-width: 343px;
    }

    .contact-form-card {
        padding: 24px 16px;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
    }

    .contact-form__button {
        width: 100%;
    }

    .contact-page-section__aside {
        gap: 30px;
    }

    .contact-page-section__copy {
        font-size: 16px;
    }

    .contact-info__value {
        font-size: 22px;
        line-height: 1.08;
    }

    .contact-info__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .legal-page__content h2 {
        font-size: 26px;
    }

    .legal-page__content h3 {
        font-size: 22px;
    }

    .legal-page__content h4 {
        font-size: 18px;
    }

    .site-footer__inner {
        gap: 27px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .site-footer__logo-link {
        width: 148px;
        height: 56px;
    }

    .site-footer__nav {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(3, auto);
        justify-content: space-between;
        align-items: start;
        gap: 16px 24px;
        width: 325px;
        max-width: 100%;
        font-size: 12px;
    }

    .site-footer__nav a {
        font-size: 12px;
        line-height: normal;
        white-space: nowrap;
    }

    .site-footer__nav a:nth-child(6) {
        width: 125px;
        white-space: normal;
    }

    .site-footer__material {
        padding: 20px 16px;
    }

    .site-footer__material h3+p {
        margin-top: 16px;
    }

    .site-footer__table-wrap {
        margin: 16px 0;
    }

    .site-footer__material .table {
        grid-template-columns: 151px 53px 55px 54px;
        grid-template-rows: repeat(5, minmax(30px, auto));
        width: 313px;
        min-width: 313px;
    }

    .site-footer__material .td {
        min-height: 31px;
        padding: 10px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        font-size: 8px;
    }

    .site-footer__material .tr .td:last-child,
    .site-footer__material .tr:last-child .td {
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(4) {
        grid-column: 1;
        grid-row: 4;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(5) {
        grid-column: 1;
        grid-row: 5;
    }

    .site-footer__material .tr:nth-child(2) .td:nth-child(1) {
        grid-column: 2;
        grid-row: 1;
    }

    .site-footer__material .tr:nth-child(2) .td:nth-child(2) {
        grid-column: 2;
        grid-row: 2;
    }

    .site-footer__material .tr:nth-child(2) .td:nth-child(3) {
        grid-column: 2;
        grid-row: 3;
    }

    .site-footer__material .tr:nth-child(2) .td:nth-child(4) {
        grid-column: 2;
        grid-row: 4;
    }

    .site-footer__material .tr:nth-child(2) .td:nth-child(5) {
        grid-column: 2;
        grid-row: 5;
    }

    .site-footer__material .tr:nth-child(3) .td:nth-child(1) {
        grid-column: 3;
        grid-row: 1;
    }

    .site-footer__material .tr:nth-child(3) .td:nth-child(2) {
        grid-column: 3;
        grid-row: 2;
    }

    .site-footer__material .tr:nth-child(3) .td:nth-child(3) {
        grid-column: 3;
        grid-row: 3;
    }

    .site-footer__material .tr:nth-child(3) .td:nth-child(4) {
        grid-column: 3;
        grid-row: 4;
    }

    .site-footer__material .tr:nth-child(3) .td:nth-child(5) {
        grid-column: 3;
        grid-row: 5;
    }

    .site-footer__material .tr:nth-child(4) .td:nth-child(1) {
        grid-column: 4;
        grid-row: 1;
    }

    .site-footer__material .tr:nth-child(4) .td:nth-child(2) {
        grid-column: 4;
        grid-row: 2;
    }

    .site-footer__material .tr:nth-child(4) .td:nth-child(3) {
        grid-column: 4;
        grid-row: 3;
    }

    .site-footer__material .tr:nth-child(4) .td:nth-child(4) {
        grid-column: 4;
        grid-row: 4;
    }

    .site-footer__material .tr:nth-child(4) .td:nth-child(5) {
        grid-column: 4;
        grid-row: 5;
    }

    .site-footer__material .tr:nth-child(4) .td {
        border-right-width: 0;
    }

    .site-footer__material .tr:nth-child(1) .td:nth-child(5),
    .site-footer__material .tr:nth-child(2) .td:nth-child(5),
    .site-footer__material .tr:nth-child(3) .td:nth-child(5),
    .site-footer__material .tr:nth-child(4) .td:nth-child(5) {
        border-bottom-width: 0;
    }

    .site-footer__copyright {
        align-self: stretch;
        text-align: center;
    }

    .hero {
        min-height: auto;
    }

    .hero__inner {
        padding-top: 0;
    }

    .hero__content {
        width: 100%;
    }

    .hero__title {
        width: 342px;
        max-width: 100%;
        margin: 0 auto;
        color: #161616;
        font-size: 35px;
        line-height: normal;
        text-align: center;
    }

    .hero__title-layout--desktop {
        display: none;
    }

    .hero__title-layout--mobile {
        display: flex;
    }

    .hero__cash::after {
        bottom: -20px;
        top: -17px;
        right: -12px;
    }

    .hero__benefits {
        gap: 20px;
        width: 282px;
        margin: 46px auto 0;
    }

    .hero__benefits li {
        min-height: 20px;
        padding-left: 34px;
        font-size: 18px;
        white-space: normal;
    }

    .hero__benefits li::before {
        width: 20px;
        height: 20px;
    }

    .hero__actions {
        align-items: center;
        width: 343px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        gap: 18px;
        margin-top: 28px;
    }

    .button-primary {
        width: 100%;
    }

    .hero__disclosure {
        font-size: 12px;
        letter-spacing: -0.36px;
    }

    .hero__orange-panel {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 343px;
        height: 303px;
        background-color: rgba(19, 159, 85, 0.10);
        margin: 39px auto 30px;
    }

    .hero__man {
        left: 39px;
    }

    .hero__man--desktop {
        display: none;
    }

    .hero__man--mobile {
        display: block;
    }

    .topics {
        padding-bottom: 0;
    }

    .topics__panel {
        width: 100%;
        max-width: 100%;
        padding: 26px 16px;
        border-radius: 0;
    }

    .topics__grid {
        grid-template-columns: repeat(2, 166px);
        gap: 11px;
    }

    .topics__card,
    .topics__card--compact {
        align-items: center;
        justify-content: center;
        width: 166px;
        height: 180px;
        padding: 20px 16px;
    }

    .topics__label-row,
    .topics__card--compact .topics__label-row {
        order: 0;
        width: 100%;
        height: 36px;
        margin-top: 0;
    }

    .topics__label {
        flex: 1 1 auto;
        font-size: 16px;
        line-height: 1.15;
        text-align: left;
        white-space: normal;
    }

    .topics__icon {
        order: 1;
        align-self: flex-start;
        width: 67.166px;
        height: 67.166px;
        margin-top: 37px;
    }

    .steps {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 26px;
        padding: 40px 16px;
    }

    .steps__content {
        flex: none;
        gap: 26px;
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
    }

    .topic-page .steps__content {
        max-width: 343px;
    }

    .steps__title {
        width: 270px;
        font-size: 30px;
        line-height: 1.33;
    }

    .steps__list {
        gap: 60px;
        width: 331.973px;
        max-width: 100%;
    }

    .steps__item--form {
        gap: 34px;
    }

    .steps__item--calendar {
        gap: 26px;
    }

    .steps__item--money {
        gap: 24px;
    }

    .steps__text {
        flex: 1 1 auto;
        gap: 1px;
    }

    .steps__text h3 {
        line-height: 1.2;
    }

    .steps__item--form .steps__text,
    .steps__item--calendar .steps__text,
    .steps__item--money .steps__text {
        width: auto;
    }

    .steps__item--form .steps__text p {
        width: 201.936px;
        max-width: 100%;
    }

    .steps__item--calendar .steps__text p {
        width: 196.879px;
        max-width: 100%;
    }

    .steps__item--money .steps__text p {
        width: 234.107px;
        max-width: 100%;
    }

    .topic-page .steps__button {
        width: 343px;
        max-width: 100%;
    }

    .faq-home {
        padding: 40px 16px;
    }

    .faq-home__inner {
        align-items: flex-start;
        gap: 29px;
        max-width: 343px;
    }

    .faq-home__title {
        width: 270px;
        font-size: 30px;
        line-height: 1.33;
        text-align: left;
    }

    .faq-home__accordion {
        width: 100%;
    }

    .faq-home__summary {
        gap: 22px;
    }

    .faq-home__question {
        max-width: 249px;
        font-size: 16px;
    }

    .faq-home__body {
        width: 100%;
        max-width: none;
        font-size: 16px;
    }

    .faq-home__link {
        align-self: center;
        margin-top: -13px;
        min-height: 16px;
        font-size: 12px;
        letter-spacing: -0.36px;
    }

    .faq-page-section .faq-home__accordion,
    .faq-page-section .faq-home__item,
    .faq-page-section .faq-home__summary,
    .faq-page-section .faq-home__body {
        width: 100%;
        max-width: 100%;
    }

    .faq-page-section .faq-home__body p,
    .faq-page-section .faq-home__body li {
        max-width: 100%;
        white-space: normal;
    }

    .trust {
        padding: 40px 16px;
    }

    .trust__inner {
        align-items: center;
        gap: 26px;
    }

    .trust__title {
        width: 343px;
        max-width: 100%;
        font-size: 30px;
        line-height: 1.33;
    }

    .trust__media {
        flex: none;
        width: 343px;
        max-width: 100%;
        height: 354px;
    }

    .trust__media-bg {
        top: 36.08px;
        width: 100%;
        height: 318.092px;
    }

    .trust__media-img {
        max-width: 311px;
        left: 11px;
        transform: scaleX(-1);
    }

    .trust__benefits {
        gap: 23px;
        width: 343px;
        max-width: 100%;
    }

    .trust__benefits li {
        align-items: center;
        gap: 12px;
        font-size: 18px;
        line-height: normal;
    }

    .trust__benefits img {
        flex-basis: 19.156px;
        width: 19.156px;
        height: 19.156px;
    }

    .trust__button {
        width: 343px;
        max-width: 100%;
    }

    .simple-page h1 {
        font-size: 35px;
    }
}

@media (max-width: 374px) {
    .hero__title {
        font-size: 32px;
    }

    .hero__cash::after {
        width: 182px;
    }

    .trust__benefits li {
        line-height: 1.2;
        white-space: normal;
    }
}

/* ===== Replica additions (Bootstrap 5 compatibility + static forms) ===== */

/* Keep our custom .container from fighting Bootstrap's container widths */
.container {
    max-width: 1440px !important;
}

/* Bootstrap Reboot can add body line-height/margins — keep our look */
body {
    line-height: 1;
}

/* Static "Get Started" loan request form page */
.form-page {
    display: flex;
    justify-content: center;
    padding: 64px 16px 96px;
}

.form-page__inner {
    width: 100%;
    max-width: 600px;
}

.form-page__title {
    margin: 0 0 8px;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.form-page__subtitle {
    margin: 0 0 28px;
    color: #475569;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.loan-form {
    gap: 14px;
}

.loan-form .contact-form__field {
    background: #ffffff;
}

.loan-form select.contact-form__field {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23151419' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px 8px;
}

.loan-form select.contact-form__field:invalid {
    color: #CBD5E1;
}

.loan-form__hint {
    margin: 4px 0 0;
    color: #CBD5E1;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 830px) {
    .form-page__title {
        font-size: 32px;
    }

    .form-page__subtitle {
        font-size: 16px;
    }
}


/* ========================================================================
   Fast Track Fundings redesign v2 — rounded photo cards, new hero, modern sections
   (appended last so it overrides the ported base styles)
   ======================================================================== */

/* --- Reusable photo card (natural photography) --- */
.media-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #D8EFDF;
    box-shadow: 0 10px 60px -28px rgba(10, 40, 24, 0.45);
    isolation: isolate;
}

.media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* --- HERO redesign --- */
.hero {
    position: relative;
    min-height: auto;
    padding: 0 0 76px;
    overflow: hidden;
    background:
        radial-gradient(60% 70% at 82% 8%, rgba(19, 159, 85, 0.16), transparent 70%),
        radial-gradient(70% 80% at 12% 0%, rgba(19, 159, 85, 0.14), transparent 70%),
        linear-gradient(180deg, #EAF6EE 0%, #F2F9F4 64%);
}

.hero__inner {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 56px;
}

.hero__content {
    width: auto;
    flex: 1 1 540px;
    max-width: 560px;
}

.hero__title {
    width: auto;
    max-width: 560px;
    font-size: 56px;
    line-height: 1.06;
}

.hero__benefits {
    width: auto;
}

.hero__benefits li {
    white-space: normal;
}

.hero__visual {
    position: relative;
    flex: 0 0 432px;
    width: 432px;
}

.hero__photo {
    width: 100%;
}

.hero__photo img {
    height: 540px;
}

/* floating "approved" card */
.hero__badge {
    position: absolute;
    left: -26px;
    bottom: 54px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px -16px rgba(10, 40, 24, 0.35);
}

.hero__badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: rgba(19, 159, 85, 0.14);
    color: #139F55;
}

.hero__badge-label {
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.hero__badge-value {
    color: #161616;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

/* rating chip */
.hero__chip {
    position: absolute;
    right: -14px;
    top: 26px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 30px -14px rgba(10, 40, 24, 0.3);
    color: #161616;
    font-size: 14px;
    font-weight: 700;
}

.hero__chip span.stars {
    color: #F5B100;
    letter-spacing: 1px;
}

/* stats strip */
.hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 52px;
    padding: 22px 30px;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
}

.hero__stat {
    flex: 1 1 0;
    min-width: 150px;
}

.hero__stat-value {
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.hero__stat-value em {
    color: #139F55;
    font-style: normal;
}

.hero__stat-label {
    margin-top: 4px;
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
}

.hero__stat+.hero__stat {
    border-left: 1px solid #E2E8F0;
    padding-left: 18px;
}

/* --- Section heading helper --- */
.section-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(19, 159, 85, 0.1);
    color: #139F55;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* --- Topic cards polish --- */
.topics__panel {
    background: linear-gradient(135deg, #161616 0%, #143a63 100%);
}

.topics__card {
    border-radius: 16px;
}

.topics__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(19, 159, 85, 0.12);
}

.topics__icon img {
    width: 42px;
    height: 42px;
}

/* --- STEPS redesign (photo card + numbered list) --- */
.steps__media {
    flex: 0 0 46%;
    width: 46%;
    height: auto;
    min-height: 460px;
    margin: 0;
    background: none;
    border-radius: 24px;
}

.steps__media-img {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 460px;
}

.steps__item {
    position: relative;
    gap: 22px !important;
    align-items: center;
}

.steps__icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px;
    border-radius: 14px;
    background: rgba(19, 159, 85, 0.1);
}

.steps__icon img {
    width: 30px !important;
    height: 30px !important;
}

.steps__text h3 {
    display: inline-flex;
    align-items: center;
    color: #139F55;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.steps__text p {
    color: #161616;
    font-weight: 600;
}

/* --- TRUST redesign --- */
.trust__media {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    min-height: 460px;
    border-radius: 24px;
    background: none;
}

.trust__media-img {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 460px;
}

.trust__benefits li {
    align-items: center;
}

/* --- TOPIC HERO redesign --- */
.topic-hero {
    min-height: auto;
    padding-bottom: 20px;
}

.topic-hero__inner {
    display: flex;
    align-items: center;
    gap: 56px;
    padding-top: 72px;
}

.topic-hero__content {
    position: static;
    width: auto;
    flex: 1 1 520px;
    max-width: 560px;
    left: auto;
}

.topic-hero__media {
    position: static;
    inset: auto;
    flex: 0 0 432px;
    width: 432px;
    height: auto;
    border-radius: 24px;
    background: none;
}

.topic-hero__media-img,
.topic-hero--bad-credit .topic-hero__media-img,
.topic-hero--emergency .topic-hero__media-img,
.topic-hero--personal .topic-hero__media-img {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 520px;
    max-width: none;
}

.topic-hero__media-img--mobile {
    display: none !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .hero__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 36px;
        padding-top: 36px;
    }

    .hero__content {
        max-width: 620px;
    }

    .hero__title {
        font-size: 46px;
    }

    .hero__visual {
        width: 100%;
        flex: none;
        max-width: 480px;
        margin: 0 auto;
    }

    .hero__photo img {
        height: 440px;
    }

    .topic-hero__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .topic-hero__content {
        max-width: none;
    }

    .topic-hero__media {
        width: 100%;
        flex: none;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 830px) {
    .hero {
        padding-bottom: 48px;
    }

    .hero__title {
        font-size: 36px;
        text-align: left;
    }

    .hero__stats {
        gap: 14px;
        padding: 18px;
    }

    .hero__stat {
        min-width: 130px;
    }

    .hero__stat+.hero__stat {
        border-left: 0;
        padding-left: 0;
    }

    .hero__badge {
        left: 12px;
        bottom: 14px;
    }

    .hero__chip {
        right: 12px;
    }

    .steps {
        flex-direction: column;
    }

    .steps__media {
        width: 100%;
        flex: none;
        min-height: 300px;
    }

    .steps__media-img {
        min-height: 300px;
        height: 300px;
    }

    .topic-hero__media-img {
        height: 360px;
    }
}

/* ========================================================================
   Fast Track Fundings — distinct layout system (v3): centered hero, dark stepper,
   loan-type cards, why grid, testimonials, CTA band
   ======================================================================== */
.cf-eyebrow {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(19, 159, 85, 0.1);
    color: #139F55;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cf-h2 {
    margin: 16px 0 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1px;
}

.cf-head {
    max-width: 660px;
}

.cf-head--center {
    margin: 0 auto;
    text-align: center;
}

.cf-sub {
    margin-top: 18px;
    color: #475569;
    font-size: 18px;
    line-height: 1.55;
}

.cf-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    background: #ffffff;
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.cf-btn-ghost:hover {
    border-color: #139F55;
    color: #139F55;
}

/* ---- Centered hero ---- */
.cfhero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 70px;
    text-align: center;
    background: #E9F5EE;
}

.cfhero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cfhero__title {
    width: 100%;
    max-width: 880px;
    margin: 18px 0 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.6px;
}

.cf-mark {
    color: inherit;
    background-image: linear-gradient(transparent 56%, rgba(19, 159, 85, 0.32) 56%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cfhero__sub {
    width: 100%;
    max-width: 600px;
    margin: 22px 0 0;
    color: #475569;
    font-size: 20px;
    line-height: 1.55;
}

.cfhero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 34px;
}

.cfhero__actions .button-primary {
    width: auto;
    padding: 0 34px;
}

.cfhero__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 26px;
    margin: 24px 0 0;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
}

.cfhero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cfhero__trust svg {
    color: #139F55;
    flex: 0 0 auto;
}

.cfhero__stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
    padding: 26px 20px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 60px -34px rgba(10, 40, 24, 0.35);
}

.cfstat {
    text-align: center;
    padding: 6px 16px;
}

.cfstat+.cfstat {
    border-left: 1px solid #E2E8F0;
}

.cfstat__v {
    color: #161616;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.cfstat__v em {
    color: #139F55;
    font-style: normal;
}

.cfstat__l {
    margin-top: 5px;
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
}

/* ---- Loan-type cards ---- */
.cftypes {
    padding: 88px 0;
}

.cftypes__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.cftype {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 26px;
    border: 1px solid #E8EEF6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 44px -32px rgba(10, 40, 24, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cftype:hover {
    transform: translateY(-5px);
    border-color: #C7D6EC;
    box-shadow: 0 30px 56px -28px rgba(10, 40, 24, 0.35);
}

.cftype__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(19, 159, 85, 0.12), rgba(19, 159, 85, 0.14));
}

.cftype__icon img {
    width: 34px;
    height: 34px;
}

.cftype h3 {
    color: #161616;
    font-size: 19px;
    font-weight: 600;
}

.cftype p {
    margin: 9px 0 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.cftype__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #139F55;
    font-size: 15px;
    font-weight: 700;
}

.cftype__link svg {
    transition: transform 0.2s ease;
}

.cftype:hover .cftype__link svg {
    transform: translateX(3px);
}

/* ---- Dark numbered stepper ---- */
.cfsteps {
    padding: 84px 0;
    background: #E4F2E9;
}

.cfsteps .cf-eyebrow {
    background: rgba(19, 159, 85, 0.12);
    color: #139F55;
}

.cfsteps .cf-h2 {
    color: #161616;
}

.cfsteps .cf-sub {
    color: #475569;
}

.cfsteps__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 46px;
}

.cfstep {
    position: relative;
    padding: 32px 28px;
    border: 1px solid #DCEEE3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 44px -34px rgba(10, 40, 24, 0.3);
}

.cfstep__num {
    font-family: "Inter", Arial, sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(120deg, #139F55, #0E7C42);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cfstep h3 {
    margin: 16px 0 10px;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
}

.cfstep p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.cfsteps__cta {
    margin-top: 42px;
    text-align: center;
}

.cfsteps__cta .button-primary {
    width: auto;
    padding: 0 36px;
}

/* ---- Why Fast Track Fundings (split + feature grid) ---- */
.cfwhy {
    padding: 92px 0;
}

.cfwhy__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
}

.cfwhy__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 28px;
    margin-top: 30px;
}

.cffeat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(19, 159, 85, 0.1);
    color: #139F55;
}

.cffeat h4 {
    color: #161616;
    font-size: 17px;
    font-weight: 600;
}

.cffeat p {
    margin-top: 6px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

/* ---- Testimonials ---- */
.cftesti {
    padding: 90px 0;
    background: #EDF6F0;
}

.cftesti__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
}

.cftcard {
    display: flex;
    flex-direction: column;
    padding: 30px 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #E1EFE6;
    box-shadow: 0 20px 44px -34px rgba(10, 40, 24, 0.3);
}

.cftcard__stars {
    color: #F5B100;
    letter-spacing: 2px;
    font-size: 15px;
}

.cftcard__quote {
    margin: 16px 0 22px;
    color: #1E293B;
    font-size: 16px;
    line-height: 1.6;
}

.cftcard__who {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
}

.cftcard__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(135deg, #139F55, #139F55);
    flex: 0 0 46px;
}

.cftcard__name {
    color: #161616;
    font-size: 15px;
    font-weight: 700;
}

.cftcard__meta {
    color: #64748B;
    font-size: 13px;
}

/* ---- CTA band ---- */
.cfcta {
    padding: 20px 0 92px;
}

.cfcta__inner {
    position: relative;
    overflow: hidden;
    padding: 64px 40px;
    border-radius: 28px;
    text-align: center;
    background: linear-gradient(120deg, #0E7C42 0%, #139F55 100%);
}

.cfcta__inner::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -10%;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.cfcta h2 {
    position: relative;
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.cfcta p {
    position: relative;
    margin: 14px auto 0;
    max-width: 540px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.5;
}

.cfcta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    margin-top: 30px;
    padding: 0 40px;
    border-radius: 12px;
    background: #ffffff;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.cfcta__btn:hover {
    transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .cfhero__title {
        font-size: 48px;
    }

    .cftypes__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cfsteps__row {
        grid-template-columns: 1fr;
    }

    .cfwhy__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cftesti__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 830px) {
    .cfhero {
        padding: 48px 0;
    }

    .cfhero__title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .cfhero__sub {
        font-size: 17px;
    }

    .cfhero__actions .button-primary,
    .cf-btn-ghost {
        width: 100%;
    }

    .cf-h2 {
        font-size: 30px;
    }

    .cfhero__stats {
        grid-template-columns: 1fr 1fr;
        gap: 18px 0;
    }

    .cfstat:nth-child(3) {
        border-left: 0;
    }

    .cftypes__grid {
        grid-template-columns: 1fr;
    }

    .cfwhy__grid {
        grid-template-columns: 1fr;
    }

    .cfcta__inner {
        padding: 44px 24px;
    }

    .cfcta h2 {
        font-size: 28px;
    }
}

/* Mobile nav: use transform (off-canvas) instead of negative offset so the
   hidden drawer never extends the scroll width / corrupts layout */
@media (max-width: 991px) {
    .site-header__nav {
        right: 0;
        transform: translateX(108%);
        transition: transform 0.25s ease;
        will-change: transform;
    }

    .site-header__nav.site-header__nav--open {
        right: 0;
        transform: translateX(0);
    }
}

/* ========================================================================
   Thank-you page (post-submission confirmation)
======================================================================== */
.ty {
    display: flex;
    justify-content: center;
    padding: 72px 16px 96px;
}

.ty__inner {
    width: 100%;
    max-width: 780px;
    text-align: center;
}

.ty__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #139F55 0%, #0E7C42 100%);
    color: #ffffff;
    box-shadow: 0 22px 46px -18px rgba(19, 159, 85, 0.65);
    animation: ty-pop 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
}

.ty__badge svg {
    width: 46px;
    height: 46px;
}

.ty__badge svg path {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: ty-check 0.45s ease 0.32s forwards;
}

@keyframes ty-pop {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ty-check {
    to {
        stroke-dashoffset: 0;
    }
}

.ty .cf-eyebrow {
    margin-bottom: 16px;
}

.ty__title {
    margin: 0;
    color: #161616;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(28px, 6.4vw, 44px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    overflow-wrap: break-word;
}

.ty__sub {
    margin: 16px auto 0;
    max-width: 600px;
    color: #475569;
    font-size: 18px;
    line-height: 1.6;
}

.ty__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 46px;
    text-align: left;
}

.ty-step {
    padding: 28px 26px;
    border: 1px solid #E1EFE6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 44px -34px rgba(10, 40, 24, 0.3);
}

.ty-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(19, 159, 85, 0.1);
    color: #139F55;
}

.ty-step h3 {
    color: #161616;
    font-size: 17px;
    font-weight: 700;
}

.ty-step p {
    margin-top: 6px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.ty__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 42px;
}

.ty__actions .button-primary {
    width: auto;
    padding: 0 36px;
}

.ty__note {
    margin-top: 26px;
    color: #94A3B8;
    font-size: 14px;
}

.ty__note a {
    color: #139F55;
    font-weight: 600;
}

.ty__note a:hover {
    text-decoration: underline;
}

@media (max-width: 830px) {
    .ty {
        padding: 48px 16px 72px;
    }

    .ty__sub {
        font-size: 16px;
    }

    .ty__steps {
        grid-template-columns: 1fr;
    }

    .ty__actions .button-primary,
    .ty__actions .cf-btn-ghost {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ty__badge {
        animation: none;
    }

    .ty__badge svg path {
        animation: none;
        stroke-dashoffset: 0;
    }
}

/* ========================================================================
   Split hero (lendmecashnow-style layout, Fast Track Fundings brand)
   ======================================================================== */
.cfhero--split {
    padding: 44px 0 66px;
    text-align: left;
}

.cfhero--split .cfhero__inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.cfhero__copy {
    flex: 1 1 520px;
    max-width: 560px;
}

.cfhero--split .cfhero__title {
    width: auto;
    max-width: 100%;
    margin: 22px 0 0;
    font-size: 58px;
    line-height: 1.30;
    letter-spacing: -1.5px;
    text-align: left;
}

.cfhero__circle {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #139F55;
}

.cfhero__circle::after {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -14px;
    bottom: -12px;
    z-index: -1;
    background: url("../img/accent-ellipse.svg") no-repeat center / 100% 100%;
}

.cfhero__benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.cfhero__benefits li {
    position: relative;
    padding-left: 40px;
    color: #475569;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.cfhero__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(19, 159, 85, 0.12) url("../img/icon-check-figma.svg") no-repeat center / 15px 15px;
}

.cfhero__cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 38px;
}

.cfhero__cta .button-primary {
    width: auto;
    padding: 0 42px;
}

.cfhero__disc {
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.cfhero__disc:hover {
    color: #139F55;
    text-decoration: none;
}

.cfhero__art {
    position: relative;
    flex: 0 0 620px;
    height: 540px;
}

/* Two 305px columns pinned to opposite edges of the 640px box = 30px gap */
.cfhero__col {
    position: absolute;
    bottom: 0;
    width: 305px;
}

.cfhero__col--a {
    left: 0;
    z-index: 1;
}

.cfhero__col--b {
    right: 0;
    bottom: -22px;
    z-index: 2;
}

.cfhero__panel {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 238px;
    height: 430px;
    border-radius: 22px;
    background: #D8EFDF;
}

.cfhero__col--b .cfhero__panel {
    box-shadow: 0 34px 60px -28px rgba(14, 52, 31, 0.34);
}

.cfhero__cut {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 30px rgba(14, 52, 31, 0.18));
}

@media (max-width: 991px) {
    .cfhero--split .cfhero__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .cfhero__copy {
        flex: none;
        max-width: 620px;
    }

    .cfhero--split .cfhero__title {
        font-size: 46px;
    }

    .cfhero__art {
        flex: none;
        width: 100%;
        max-width: 470px;
        height: 440px;
        margin: 0 auto;
    }

    .cfhero__col {
        width: 220px;
    }

    .cfhero__col--b {
        bottom: -18px;
    }

    .cfhero__panel {
        width: 172px;
        height: 296px;
    }
}

@media (max-width: 560px) {
    .cfhero--split {
        padding: 28px 0 36px;
    }

    .cfhero--split .cfhero__title {
        font-size: 60px;
    }

    .cfhero__benefits li {
        font-size: 16px;
    }

    .cfhero__cta .button-primary {
        width: 100%;
    }

    .cfhero__cta {
        justify-content: center;
    }

    .cfhero__disc {
        align-self: center;
    }

    .cfhero__art {
        max-width: 360px;
        height: 360px;
    }

    .cfhero__col {
        width: 168px;
    }

    .cfhero__panel {
        width: 132px;
        height: 224px;
    }
}

/* ========================================================================
   Loan application form — sectioned fields (form.html)
======================================================================== */
.loan-form__section {
    margin: 18px 0 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CFE6D8;
    color: #12281A;
    font-family: "Inter", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.loan-form__section:first-child { margin-top: 0; }
.loan-form__group { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
/* .contact-form label is display:none!important in the base styles —
   these selectors need the extra class to out-rank it */
.contact-form .loan-form__label {
    display: block!important;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
}
.loan-form__row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.loan-form__note { margin: -4px 0 0; color: #94A3B8; font-size: 12.5px; line-height: 1.45; }
.loan-form input[type="date"].contact-form__field {
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    color: #12281A;
}
.loan-form__radios { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form .loan-form__radio { display: block!important; cursor: pointer; }
.loan-form__radio input { position: absolute; opacity: 0; pointer-events: none; }
.loan-form__radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #C7DFD1;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.loan-form__radio:hover span { border-color: #139F55; }
.loan-form__radio input:checked + span {
    border-color: #139F55;
    background: rgba(19, 159, 85, 0.08);
    color: #139F55;
}
.loan-form__radio input:focus-visible + span { outline: 2px solid #D7F0E2; }
.loan-form__hint a { color: #94A3B8; text-decoration: underline; }
.loan-form__hint a:hover { color: #139F55; }
@media (max-width: 560px) {
    .loan-form .contact-form__row { grid-template-columns: 1fr; }
    .loan-form__row-3 { grid-template-columns: 1fr; }
    .loan-form__group .loan-form__row-3 { grid-template-columns: 1fr 1fr 1fr; }
}

/* ---- Multi-step wizard ---- */
.loan-form--wizard { gap: 22px; }
.wizard__progress { display: flex; flex-direction: column; gap: 9px; }
.wizard__bar {
    height: 8px;
    border-radius: 999px;
    background: #CDE8D9;
    overflow: hidden;
}
.wizard__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #139F55, #0E7C42);
    transition: width 0.35s ease;
}
.wizard__count { color: #475569; font-size: 13px; font-weight: 600; letter-spacing: -0.1px; }
.wizard__count [data-step-name] { color: #139F55; }

.loan-form__step { display: none; flex-direction: column; gap: 14px; }
.loan-form__step.is-active { display: flex; animation: wizard-in 0.3s ease; }
@keyframes wizard-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}

.wizard__footer { display: flex; flex-direction: column; gap: 14px; }
.wizard__nav { display: flex; gap: 12px; }
/* width:auto defeats the global `.cf-btn-ghost { width:100% }` mobile rule */
.wizard__nav .wizard__back { flex: 0 0 auto; width: auto; padding: 0 26px; }
.wizard__nav .wizard__next,
.wizard__nav .wizard__submit { flex: 1 1 auto; width: auto; border: 0; }

@media (prefers-reduced-motion: reduce) {
    .loan-form__step.is-active { animation: none; }
    .wizard__fill { transition: none; }
}