/* assets/css/brand-services.css */
.hero-secondary__bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.gtm-banner-header.bg-brand {
    background-color: var(--brand-honda);
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 10px 30px rgba(204, 0, 0, 0.15);
}

.gtm-banner-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.gtm-banner-header .subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gtm-finance-table th {
    background-color: transparent;
    border-bottom: 2px solid #e2e2e2;
    padding: 1.5rem 1rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.gtm-finance-table td {
    padding: 1.5rem 1rem;
    vertical-align: middle;
    color: #555;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
}

.gtm-finance-table tr:last-child td {
    border-bottom: none;
}

.gtm-pcp-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.gtm-pcp-step {
    text-align: center;
    max-width: 180px;
}

.gtm-pcp-circle {
    width: 160px;
    height: 160px;
    background-color: #BCE4E3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
}

.gtm-pcp-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--brand-honda);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gtm-pcp-step img {
    max-width: 80%;
    height: auto;
    display: block;
}

.gtm-pcp-label {
    font-weight: 900;
    color: var(--brand-honda);
    text-transform: uppercase;
    font-size: 1.2rem;
}

.gtm-payment-block {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background-color: #39B5AA;
    color: #fff;
    min-height: 350px;
}

.gtm-payment-left {
    background-color: var(--brand-honda);
    width: 35%;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.gtm-payment-right {
    width: 65%;
    padding: 3rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gtm-payment-title {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.gtm-honda-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: 100%;
    align-content: center;
}

.gtm-honda-feature-card {
    background-color: var(--brand-honda, #CC0000);
    color: #fff;
    padding: 20px 24px;
    border-radius: 12px;
    font-family: 'Figtree', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(204, 0, 0, 0.2);
    min-height: 80px;
    transition: transform 0.2s ease;
}

.gtm-honda-feature-card:hover {
    transform: translateY(-2px);
}

@media (max-width:767.98px) {
    .gtm-honda-feature-grid {
        grid-template-columns: 1fr;
    }
}

.gtm-card-benefit {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 280px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.gtm-card-benefit.wide {
    height: 280px;
}

.gtm-card-benefit-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.gtm-card-benefit-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    color: #fff;
}

.gtm-card-benefit-content h4 {
    font-family: 'Figtree', sans-serif;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 1.1;
    color: #fff;
}

.gtm-card-benefit-content p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.gtm-honda-cta-bar {
    background-color: var(--brand-honda, #CC0000);
    padding: 80px 0;
}

.gtm-honda-phone {
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 900;
    margin-bottom: 24px;
    color: #fff;
}

.gtm-honda-rewards {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.gtm-honda-rewards-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.gtm-card-training .gtm-cardImage::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%) !important;
}

@media (max-width:767.98px) {

    .gtm-finance-table th,
    .gtm-finance-table td {
        font-size: 14px;
        padding: 12px 8px;
    }
}

.gtm-content-stroke {
    border-left: 4px solid var(--brand-honda, #CC0000);
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}

.gtm-content-stroke .gtm-pre-heading {
    margin-bottom: 8px;
}

.gtm-content-stroke .gtm-heading-lg {
    margin-bottom: 24px;
}

.gtm-content-stroke .gtm-body-text {
    margin-bottom: 24px;
}

@media (max-width:768px) {
    .gtm-content-stroke {
        padding-left: 20px;
        border-left-width: 3px;
    }
}

.gtm-section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.gtm-section .row>[class*='col-'] {
    margin-top: var(--bs-gutter-y) !important;
}

.gtm-section .row.g-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.gtm-card-benefit {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 240px;
}

@media (min-width:768px) {
    .gtm-card-benefit {
        min-height: 260px;
    }
}

@media (min-width:1200px) {
    .gtm-card-benefit {
        min-height: 280px;
    }

    .gtm-card-benefit.wide {
        min-height: 280px;
    }
}

.gtm-img-card-simple {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    height: 250px;
}

@media (min-width:768px) {
    .gtm-img-card-simple {
        height: 350px;
    }
}

@media (min-width:992px) {
    .gtm-img-card-simple {
        height: 100%;
        min-height: 450px;
    }
}