.yamaha-finance-hero {
    width: 100%;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
}

.yamaha-finance-hero__content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.yamaha-finance-hero__title-group {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yamaha-finance-hero__title {
    color: #000;
    font-size: 2.5rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}

.yamaha-finance-hero__subtitle {
    color: #000;
    font-size: 1.125rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

.yamaha-finance-hero__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.yamaha-finance-link {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255,255,255,0.10);
    border: 1px solid #B0B0B0;
    border-radius: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s, border 0.2s;
    backdrop-filter: blur(10px);
}

.yamaha-finance-link:hover {
    background: #fff;
    border-color: #080808;
}

.yamaha-finance-link__icon {
    display: flex;
    align-items: center;
}

.yamaha-finance-section {
    padding: 48px 16px;
    background: #fff;
}

.yamaha-finance-section__container {
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.yamaha-finance-section__image {
    width: 100%;
    max-width: 353px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 24px;
}

.yamaha-finance-section__image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    max-width: 353px;
    width: 100%;
    margin-bottom: 24px;
}

.yamaha-finance-section__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.yamaha-finance-section__card {
    align-self: stretch;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.yamaha-finance-section__card-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yamaha-finance-section__card-label {
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.yamaha-finance-section__card-title {
    color: #000;
    font-size: 2.25rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
}

.yamaha-finance-section__card-underline {
    width: 121px;
    height: 0;
    border-bottom: 2px solid #BB182A;
    margin: 0.5rem 0;
}

.yamaha-finance-section__card-underline--short {
    width: 88px;
    border-bottom: 2px solid #BB182A;
    margin: 0.5rem 0;
}

.yamaha-finance-section__card-desc {
    color: #4F4F4F;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.yamaha-finance-section__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.yamaha-finance-section__block-title {
    color: #000;
    font-size: 2rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 40px;
}

@media (max-width: 900px) {
    .yamaha-finance-section__block-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .yamaha-finance-section__image-block{
        max-width: 100%;

    }
}

.yamaha-finance-section__block-desc {
    color: #4F4F4F;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.yamaha-finance-section__block-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yamaha-finance-section__block-list-label {
    font-weight: 700;
    margin-right: 4px;
}

.yamaha-finance-section__block-link {
    color: #4F4F4F;
    text-decoration: underline;
    font-weight: 400;
}

.yamaha-finance-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 100px;
    min-height: 32px;
    padding: 4px 12px;
    background: rgba(255,255,255,0.10);
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #080808;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: background 0.2s, border 0.2s;
    width: fit-content;
    cursor: pointer;
}

.yamaha-finance-section__cta:hover {
    background: #fff;
    border-color: #080808;
    color: #080808;
}

.yamaha-finance-section__cta-icon {
    display: flex;
    align-items: center;
}

.yamaha-finance-divider {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.banner-container{
    display: flex;
    justify-content: center;
}
.banner-container img {
    width: 100%;
    max-width: 900px;
}
.mg-btm-100{
    margin-bottom: 100px;
}

.yamaha-finance-divider__line {
    width: 100%;
    border-bottom: 2px solid #3D3D3D;
    height: 0;
}

.equifax-banner-container {
    background: #a51336;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 66px; */
    cursor: pointer;
        padding: 60px 0;
}

.equifax-banner-container-inner {
    max-width: 1368px;
    padding: 15px 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.equifax-banner-logo {
    width: 200px;
    height: 51px;
}

.equifax-banner-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
}

.equifax-banner-finance {
    width: 280px;
    height: 73px;
    cursor: pointer;
}

.financing-text {
    color: white;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
}

/* Contact Banner */
.contact-banner {
    width: 100%;
    background: #A51336;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.contact-banner h2 {
    color: white;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.location-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18.45px;
    left: 3px;
    top: 2.77px;
    background: #9F1238;
}

.phone-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #9F1238;
}

.contact-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #080808;
}

.direction-link {
    font-weight: 600;
    text-decoration: underline;
    color: #080808;
}

.fax-item {
    display: flex;
    align-items: center;
}

.contact-label {
    color: #A51336;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 8px;
}

@media (min-width: 600px) {
    .yamaha-finance-hero__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    .yamaha-finance-hero__title-group {
        flex: 1;
        align-items: flex-start;
        text-align: left;
    }
    .yamaha-finance-hero__links {
        flex: 1;
        align-items: flex-start;
        max-width: 300px;
    }
}

@media (min-width: 900px) {
    .yamaha-finance-hero {
        padding: 60px 100px;
    }
    .yamaha-finance-hero__title {
        font-size: 3rem;
    }
    .yamaha-finance-hero__subtitle {
        font-size: 1.25rem;
    }
    .yamaha-finance-section {
        padding: 64px 0;
    }
    .yamaha-finance-section__container {
        flex-direction: row;
        gap: 80px;
        align-items: flex-start;
    }
    .yamaha-finance-section__image {
        margin-bottom: 0;
    }
    .yamaha-finance-section__image-block {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {

    .contact-text {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-label {
        font-size: 16px;
    }

    .contact-banner h2 {
        font-size: 28px;
    }

    
}

@media (max-width: 768px) {

    .financing-text {
        font-size: 22px;
        line-height: 30px;
    }

    .financing-logo,
    .partner-logo {
        max-width: 80%;
        height: auto;
    }

}

@media (max-width: 900px) {


    .financing-banner {
        flex-direction: column;
        padding: 40px 20px;
    }

    .contact-banner {
        flex-direction: column;
    }

    .contact-item {
        width: 100%;
        justify-content: center;
    }
}

/* Custom Modal Styles */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    display: none;
}

.custom-modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    /* margin: 50px auto; */
    max-width: 800px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: fit-content;
    margin-top: 100px;
}

.custom-modal-header {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-title {
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.modal-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.custom-modal-body {
    padding: 20px;
}

.contact-success {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}