.at-credit-page {
    background: linear-gradient(180deg, #f6faf7 0%, #FFF 52%);
    padding: 36px 0 72px;
}

.at-credit-hero {
    max-width: 900px;
    margin: 0 auto 24px;
    text-align: center;
}

.at-credit-kicker {
    margin: 0 0 10px;
    font-weight: 700;
    color: #1c6b3a;
}

.at-credit-hero h1 {
    margin: 0;
    color: #0f2e1e;
    font-size: clamp(1.9rem, 4.3vw, 2.7rem);
    line-height: 1.2;
}

.at-credit-hero > p {
    margin: 16px auto 0;
    max-width: 820px;
    color: #325143;
    line-height: 1.74;
}

.at-credit-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.at-credit-actions .at-btn {
    min-width: 220px;
}

.at-credit-actions .at-btn-ghost {
    border: 1px solid #9cc5aa;
    color: #1a5a32;
    background: #FFF;
}

.at-credit-actions .at-btn-ghost:hover {
    background: #eef7f1;
    color: #174f2d;
}

.at-credit-card {
    max-width: 1020px;
    margin: 0 auto;
    padding: 26px;
    border: 1px solid #dfebe2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(20, 57, 35, 0.08);
}

.at-credit-section + .at-credit-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e6efe8;
}

.at-credit-section h2 {
    margin: 0 0 12px;
    color: #173726;
    font-size: 1.45rem;
}

.at-credit-section p {
    margin: 0;
    color: #365547;
    line-height: 1.7;
}

.at-credit-list-numbered {
    margin: 16px 0 0;
    padding-left: 20px;
    color: #274536;
}

.at-credit-list-numbered li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.at-credit-flow {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.at-credit-flow article {
    background: #f5f9f6;
    border: 1px solid #dce9df;
    border-radius: 8px;
    padding: 14px;
}

.at-credit-flow span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: #188436;
}

.at-credit-flow h3 {
    margin: 12px 0 8px;
    color: #163826;
    font-size: 1rem;
    line-height: 1.3;
}

.at-credit-flow p {
    margin: 0;
    color: #38564a;
    font-size: .94rem;
    line-height: 1.55;
}

.at-credit-list-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-credit-list-check li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 24px;
    color: #2e4d3f;
    line-height: 1.65;
}

.at-credit-list-check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #188436;
    font-weight: 800;
}

.at-credit-faq details {
    border: 1px solid #dce9df;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f9fcfa;
}

.at-credit-faq details + details {
    margin-top: 10px;
}

.at-credit-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #1c3f2d;
}

.at-credit-faq p {
    margin-top: 10px;
}

.at-credit-cta {
    margin-top: 28px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #cde3d3;
    background: linear-gradient(140deg, #f0f8f2 0%, #f7fbf8 100%);
    text-align: center;
}

.at-credit-cta h2 {
    margin: 0;
}

.at-credit-cta p {
    margin: 12px auto 18px;
    max-width: 760px;
}

@media (max-width: 1024px) {
    .at-credit-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .at-credit-page {
        padding: 24px 0 54px;
    }

    .at-credit-actions .at-btn {
        width: 100%;
    }

    .at-credit-card {
        padding: 18px;
    }

    .at-credit-section h2 {
        font-size: 1.2rem;
    }

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

    .at-credit-cta {
        padding: 18px 14px;
    }
}
