/* Reduce spacing between agency intro and the USP section below */
section.agency-intro {
    padding-bottom: 30px;
}

section.agency-intro + section {
    padding-top: 30px;
}

/* Agency intro content block */
.agency-intro-block {
    border-left: 4px solid #fc0;
    padding: 20px 0 20px 20px;
}

.agency-intro-block .agency-intro-heading {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0 0 14px;
    line-height: 1.2;
}

.agency-intro-block p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.agency-intro-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.agency-intro-block ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.agency-intro-block ul li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fc0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1%2C5 4.5%2C8.5 11%2C1' fill='none' stroke='%23333' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
    margin-top: 2px;
}

/* Fleet section top spacing */
section.browser-fleet {
    padding-top: 60px;
}

/* ===== OFFERS SECTION ===== */
.offers-section {
    padding: 0 0 80px;
    background: #f5f5f5;
}

/* Full-width dark banner */
.offers-banner {
    background: #1a1a1a;
    padding: 40px 0;
    margin-bottom: 32px;
}

.offers-banner-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.offers-banner-text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}

.offers-banner-text p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.offers-banner-cta {
    flex-shrink: 0;
    background-color: #fc0 !important;
    border-color: #fc0 !important;
    color: #000 !important;
}

.offers-banner-cta:hover {
    background-color: #e6b800 !important;
    border-color: #e6b800 !important;
}

.offers-section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.offers-row {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.offer-box {
    flex: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.offer-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
    padding-bottom: 12px;
    border-bottom: 3px solid #fc0;
}

.offer-box > p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 16px;
}

/* Checkmark list */
.offer-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}

.offer-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(34, 34, 34, 0.8);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.offer-box ul li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fc0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1%2C5 4.5%2C8.5 11%2C1' fill='none' stroke='%23333' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
    margin-top: 2px;
}

/* Pin CTAs to the bottom of each card */
.offer-box .h-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* Disclaimer */
.disclaimer-text {
    margin-top: 24px;
    padding: 0 4px;
}

.disclaimer-text p {
    font-size: 12px;
    color: rgba(34, 34, 34, 0.6);
    margin: 0 0 4px;
}

/* Responsive — offers */
@media (max-width: 768px) {
    .offers-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .offers-row {
        flex-direction: column;
    }
}

/* ===== LOCATION SECTION ===== */
.location-section {
    background: #f5f5f5;
}

.location-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.location-details {
    flex: 0 0 38%;
}

.hs_text_container h3.location-name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 4px;
}

.location-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
}

.location-icon {
    width: 22px;
    text-align: center;
    color: #45484a;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}

.location-row-content,
.location-row-content p {
    font-size: 15px;
    color: rgba(34, 34, 34, 0.8);
    margin: 0 0 4px;
    line-height: 1.6;
}

.location-row-content p:last-child {
    margin-bottom: 0;
}

.location-row-content a {
    color: #355AD8;
    text-decoration: none;
}

.location-row-content a:hover {
    text-decoration: underline;
}

.location-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0;
}

.location-link {
    display: inline-block;
    margin-top: 20px;
    color: #355AD8;
    font-size: 15px;
    text-decoration: none;
}

.location-link:hover {
    text-decoration: underline;
}

.location-map-wrap {
    flex: 1;
}

.location-map-wrap iframe {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.location-directions {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
    text-decoration: none;
}

.location-directions:hover {
    text-decoration: underline;
}

/* Responsive — location */
@media (max-width: 768px) {
    .location-grid {
        flex-direction: column;
        gap: 30px;
    }

    .location-details {
        flex: none;
        width: 100%;
    }
}

/* ===== NEARBY AGENCIES SECTION ===== */
.nearby-agencies-section {
    padding-top: 60px;
}

.nearby-agencies-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.nearby-agency-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #fc0;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    max-width: 480px;
}

.hs_text_container h3.nearby-agency-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.3;
}

.nearby-agency-address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.65);
    margin-bottom: 12px;
}

.nearby-agency-desc {
    font-size: 14px;
    color: rgba(34, 34, 34, 0.75);
    line-height: 1.65;
    margin: 0 0 20px;
}

@media (max-width: 768px) {
    .nearby-agency-card {
        max-width: 100%;
    }
}

/* ===== FAQ CTA SECTION ===== */
.faq-cta-section {
    background: #f5f5f5;
    padding: 50px 0;
}

.faq-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #fc0;
}

.faq-cta-heading {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
}

.faq-cta-text p {
    font-size: 15px;
    color: rgba(34, 34, 34, 0.75);
    margin: 0;
    line-height: 1.5;
}

.faq-cta-btn {
    flex-shrink: 0;
    display: inline-block;
    background: #fc0;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.faq-cta-btn:hover {
    background: #e6b800;
    color: #000;
    text-decoration: none;
}

@media (max-width: 768px) {
    .faq-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }
}

