/* ===== Financing Page ===== */
.financing-eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--accent-color);
    background-color: rgba(255, 212, 42, .12);
    border: 1px solid rgba(255, 212, 42, .35);
    padding: 4px 14px;
    border-radius: 3px;
    margin: 0 0 14px;
}

/* ---- Hero ---- */

.fin-hero-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#hero_section .h1-hero-heading {
    margin-bottom: 20px;
}
#hero_section p {
    color: #e0e0e0;
    font-size: .95rem;
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.6em;
}
#hero_section p strong {
    color: #fff;
}
.fin-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
}
.fin-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}
.fin-badge svg {
    fill: var(--accent-color);
    flex-shrink: 0;
}
#financing_hero .site-button {
    margin: 0 auto;
}

/* ---- Why Avvance ---- */
#fin_why_section {
    background: linear-gradient(0deg, rgba(255, 212, 42, .12) 0px, transparent 450px);
}
.fin-why-wrapper {
    align-items: flex-start;
}
.fin-benefits-list {
    list-style: none;
    margin: 28px 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.fin-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.fin-benefit-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background-color: #f5f5f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-top: 2px;
}
.fin-benefit-title {
    display: block;
    font-size: .95rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}
.fin-benefit-desc {
    font-size: .875rem;
    color: #555;
    margin: 0;
    line-height: 1.5em;
}
.fin-disclaimer {
    font-size: .78rem;
    color: #888;
    margin: 0;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

/* ---- How It Works ---- */
#fin_how_section {
    background-color: #151515;
    border-top: 8px solid var(--accent-color);
}
#fin_how_section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 400px;
    background-image: linear-gradient(180deg, rgba(0,0,0,.55) 49%, #151515 100%), url(/imageserver/UserMedia/roofsnw/dark_abstract_bg.webp);
    background-size: cover;
    background-position: center top;
    z-index: -1;
}
#fin_how_section .h2-heading,
#fin_how_section p {
    color: #fff;
}
.fin-steps-list {
    list-style: none;
    margin: 50px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.fin-step-item {
    width: 28%;
    padding: 10px 20px;
    text-align: center;
}
.fin-step-arrow {
    width: 8%;
    padding: 0;
    color: rgba(255, 212, 42, .5);
}
.fin-arrow {
    display: block;
    margin: 0 auto;
}
.fin-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--accent-color);
    color: #111;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(255, 212, 42, .3);
}
.fin-step-item .h3-heading {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.fin-step-item p {
    font-size: .875rem;
    color: #bbb;
    max-width: 280px;
    margin: 0 auto;
    line-height: 1.55em;
}
.fin-step-item p strong {
    color: #fff;
}

/* ---- Video ---- */
#fin_video_section {
    background-color: #f0f0f0;
}
#fin_video_section .h2-heading {
    color: #333;
}
#fin_video_section > div > p {
    color: #555;
    font-size: .9rem;
}
.fin-video-wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    border: 3px solid var(--accent-color);
}
.fin-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
}

/* ---- CTA ---- */
#fin_cta_section {
    border-top: 4px solid var(--accent-color);
    position: relative;
    background-color: #353535;
    background-image: url(/imageserver/UserMedia/roofsnw/dark_abstract_bg.webp);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 5% 110px;
    text-align: center;
}
#fin_cta_section::before {
    content: "";
    position: absolute;
    inset: auto 0 5px;
    border-top: 4px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    height: 11px;
}
#fin_cta_section::after {
    content: "";
    position: absolute;
    inset: auto 0 -80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 212, 42, .2) 0, transparent 100%);
}
#fin_cta_section .h2-heading {
    color: #fff;
}
#fin_cta_section p {
    color: #bbb;
    font-size: .9rem;
    max-width: 580px;
    margin: 0 auto 10px;
    line-height: 1.6em;
}

/* ===== Responsiveness ===== */
@media (max-width: 981px) {
    .fin-why-wrapper .global-col-left,
    .fin-why-wrapper .global-col-right {
        width: 100%;
        padding: 0;
    }
    .fin-step-item {
        width: 80%;
        max-width: 360px;
    }
    .fin-step-arrow {
        width: 100%;
        transform: rotate(90deg);
        padding: 10px 0;
    }
}
@media (max-width: 750px) {
.h2-heading {
	text-align: center;
}
    #financing_hero {
        padding: 80px 5% 100px;
    }
    .fin-hero-badges {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 550px) {
    #financing_hero {
        padding: 70px 20px 90px;
    }
    .fin-step-item {
        width: 100%;
        padding: 10px 5px;
    }
    .fin-benefit-icon {
        width: 44px;
        height: 44px;
    }
.global-text-center .underline, .global-text-center .site-button {
	margin-left: auto;
}
.financing-eyebrow {
	margin-inline: auto;
	display: block;
	text-align: center;
	max-width: fit-content;
}
}