.small-loan-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 18%, rgba(102, 120, 0, .1) 0 7px, transparent 8px),
        radial-gradient(circle at 13% 24%, rgba(2, 81, 112, .09) 0 4px, transparent 5px),
        radial-gradient(circle at 88% 12%, rgba(158, 183, 28, .16), transparent 27rem),
        linear-gradient(145deg, #f9fbfb 0%, #eaf1f3 100%);
}

.small-loan-answer,
.small-loan-factor-grid,
.small-loan-decision,
.small-loan-links {
    display: grid;
    gap: 18px;
    margin: 30px 0;
}

.small-loan-answer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.small-loan-answer div {
    padding: 25px;
    border: 1px solid var(--campaign-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 59, 82, .07);
}

.small-loan-answer strong,
.small-loan-answer span {
    display: block;
}

.small-loan-answer strong {
    margin-bottom: 8px;
    color: var(--campaign-green-dark);
    font-family: var(--site-heading-font);
    font-size: 1.55rem;
}

.small-loan-qualifier,
.small-loan-note,
.small-loan-privacy {
    padding: 20px 22px;
    border-left: 4px solid var(--campaign-green);
    border-radius: 0 14px 14px 0;
    background: var(--campaign-green-pale);
}

.small-loan-factor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.small-loan-factor-grid article {
    position: relative;
    min-width: 0;
    padding: 27px 28px 25px 72px;
    border: 1px solid var(--campaign-line);
    border-radius: 18px;
    background: #fff;
}

.small-loan-factor-grid span {
    position: absolute;
    top: 28px;
    left: 24px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--campaign-petrol);
    font-size: .75rem;
    font-weight: 800;
}

.small-loan-factor-grid h3,
.small-loan-factor-grid p,
.small-loan-note p {
    margin: 0;
}

.small-loan-factor-grid h3 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.small-loan-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.small-loan-comparison {
    margin: 30px 0;
    overflow-x: auto;
    border: 1px solid var(--campaign-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 59, 82, .07);
}

.small-loan-comparison table {
    width: 100%;
    min-width: 820px;
    margin: 0;
    border-collapse: collapse;
}

.small-loan-comparison th,
.small-loan-comparison td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--campaign-line);
    text-align: left;
    vertical-align: top;
}

.small-loan-comparison thead th {
    color: #fff;
    background: var(--campaign-petrol-dark);
}

.small-loan-comparison tbody th {
    color: var(--campaign-petrol);
    background: var(--campaign-paper);
}

.small-loan-comparison tr:last-child th,
.small-loan-comparison tr:last-child td {
    border-bottom: 0;
}

.small-loan-check {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr);
    gap: 28px;
    margin: 30px 0 18px;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--campaign-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, var(--campaign-paper));
    box-shadow: var(--campaign-shadow);
}

.small-loan-check__controls {
    display: grid;
    gap: 12px;
    align-content: start;
}

.small-loan-check__controls label {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 8px;
    font-weight: 700;
}

.small-loan-check__controls output {
    color: var(--campaign-petrol);
    white-space: nowrap;
}

.small-loan-check__controls input[type="range"] {
    width: 100%;
    accent-color: var(--campaign-green);
}

.small-loan-check__result {
    padding: 26px;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(198, 211, 111, .18), transparent 13rem),
        var(--campaign-petrol-dark);
}

.small-loan-check__label {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.small-loan-check__result > strong {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--site-heading-font);
    font-size: clamp(1.8rem, 4vw, 2.65rem);
}

.small-loan-check__bars {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.small-loan-check__bars div {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    font-size: .82rem;
}

.small-loan-check__bars i {
    display: block;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
}

.small-loan-check__bars b {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #c6d36f;
    transition: width 180ms ease;
}

.small-loan-check__bars div:last-child b {
    background: #63b8d2;
}

.small-loan-check__result dl {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
}

.small-loan-check__result dl div {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.small-loan-check__result dt {
    color: rgba(255, 255, 255, .72);
    font-weight: 400;
}

.small-loan-check__result dd {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.small-loan-check__result > p:last-child {
    margin: 0;
    color: #fff;
}

.small-loan-privacy {
    margin-top: 0;
    font-size: .9rem;
}

.small-loan-process {
    display: grid;
    gap: 13px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.small-loan-process li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 21px 24px;
    border: 1px solid var(--campaign-line);
    border-radius: 16px;
    background: #fff;
}

.small-loan-process > li > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--campaign-petrol);
    font-family: var(--site-heading-font);
    font-weight: 800;
}

.small-loan-process h3,
.small-loan-process p {
    margin: 0;
}

.small-loan-process h3 {
    margin-bottom: 6px;
    font-size: 1.08rem;
}

.small-loan-decision {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.small-loan-decision article {
    padding: 28px;
    border: 1px solid var(--campaign-line);
    border-top: 5px solid var(--campaign-green);
    border-radius: 18px;
    background: #fff;
}

.small-loan-decision .small-loan-decision--warning {
    border-top-color: #bd6a35;
    background: #fffaf6;
}

.small-loan-decision h3 {
    margin-bottom: 14px;
}

.small-loan-decision ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 20px;
}

.small-loan-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.small-loan-links a {
    display: flex;
    min-width: 0;
    min-height: 140px;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    border: 1px solid var(--campaign-line);
    border-radius: 17px;
    color: var(--campaign-ink);
    background: var(--campaign-paper);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.small-loan-links a:hover,
.small-loan-links a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(102, 120, 0, .45);
    box-shadow: 0 14px 30px rgba(0, 59, 82, .1);
}

.small-loan-links span {
    color: var(--campaign-muted);
    font-size: .85rem;
}

.small-loan-links strong {
    color: var(--campaign-petrol);
}

@media (max-width: 991.98px) {
    .small-loan-answer,
    .small-loan-links {
        grid-template-columns: 1fr;
    }

    .small-loan-check {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .small-loan-factor-grid,
    .small-loan-decision {
        grid-template-columns: 1fr;
    }

    .small-loan-comparison {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .small-loan-comparison table,
    .small-loan-comparison tbody,
    .small-loan-comparison tr,
    .small-loan-comparison th,
    .small-loan-comparison td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .small-loan-comparison thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .small-loan-comparison tr {
        margin-bottom: 16px;
        overflow: hidden;
        border: 1px solid var(--campaign-line);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 59, 82, .06);
    }

    .small-loan-comparison th,
    .small-loan-comparison td {
        padding: 13px 16px;
        border-bottom: 1px solid var(--campaign-line);
    }

    .small-loan-comparison tbody th {
        color: #fff;
        background: var(--campaign-petrol-dark);
    }

    .small-loan-comparison td::before {
        display: block;
        margin-bottom: 3px;
        color: var(--campaign-green-dark);
        content: attr(data-label);
        font-size: .71rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .small-loan-check {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .small-loan-check__result {
        padding: 22px 18px;
    }

    .small-loan-check__controls label {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .small-loan-process li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 16px;
    }

    .small-loan-process > li > span {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .small-loan-check__bars b,
    .small-loan-links a {
        transition: none;
    }
}
