/* Hero Section Styles */
.hero-section {
    width: 100%;
    min-height: 900px;
    background: url('../img/hero.png') center center/cover no-repeat;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.hero-content {
    width: 100vw;
    height: 100vh;
    min-height: 900px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}

.hero-left,
.hero-right {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 4vw;
}

.hero-left {
    color: #fff;
    z-index: 2;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 48px;
    padding-bottom: 0;
}

.hero-right {
    z-index: 2;
    align-items: center;
}

.hero-title {
    font-size: 41px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-align: left;
}

.hero-desc {
    color: #f5f5f5;
    font-size: 26px;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.25;
}

.hero-desc .fw-bold {
    font-size: 32px;
    font-weight: 700 !important;
    color: #fff;
    letter-spacing: -0.5px;
}

.hero-badge {
    width: 120px;
    height: auto;
    margin-top: 1rem;
}

.hero-mobile-copy {
    display: none;
}

.hero-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    /* max-width: 390px; */
    width: 100%;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-content {
        flex-direction: column !important;
        height: auto;
        min-height: 0;
    }

    .hero-left,
    .hero-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 32px 16px !important;
        text-align: center;
        align-items: center !important;
    }

    .hero-card {
        margin: 0 auto;
    }
}

.hero-card-header {
    background: linear-gradient(90deg, #154096 0%, #112b60 100%);
    color: #fff;
    padding: 18px 18px 12px 18px;
    font-size: 0.98rem;
    font-weight: 500;
    gap: 8px;
}

.qualify-item {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.97rem;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
}

.hero-card-body {
    padding: 24px 22px 18px 22px;
}

.hero-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.1rem;
    text-align: center;
}

.hero-form-group.d-flex.align-items-center.mb-3 {
    flex-direction: row-reverse;
    gap: 18px;
}

.hero-eligibility-form {
    margin-bottom: 0.5rem;
}

.hero-card-bottom.mt-3 * {
    text-align: center !important;
    justify-content: center;
    align-items: center;
}

span.hero-plan-text {
    font-size: 22px;
    font-weight: bold;
}

img.hero-stars.ms-2 {
    display: block;
    margin: 5px auto 20px auto !important;
    height: 16px;
}

.hero-form-label {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 0.3rem;
    display: block;
    text-align: left;
}

.hero-form-group {
    width: 100%;
    margin-bottom: 1rem;
}

.hero-form-select {
    flex: 1 1 auto;
    min-width: 0;
}

.hero-arrow {
    width: 28px;
    height: 28px;
    margin-left: 8px;
}

.hero-continue-btn {
    background: #d01111;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 0.7rem 0;
    margin-top: 0.2rem;
    transition: background 0.2s;
}

.hero-continue-btn:hover {
    background: #a80e0e;
}

.hero-card-bottom {
    margin-top: 1.2rem;
}

.hero-plan-text {
    font-size: 1.08rem;
    color: #222;
}

.hero-reviews-label {
    font-size: 0.95rem;
    color: #888;
    font-weight: 500;
}

.hero-stars {
    height: 22px;
    margin-left: 6px;
}

.hero-logos {
    margin-top: 0.5rem;
    gap: 10px;
}

.hero-logo {
    height: 28px;
    width: auto;
    margin-right: 4px;
}

@media (max-width: 991px) {
    .hero-content {
        flex-direction: column !important;
    }

    .hero-left,
    .hero-right {
        padding: 32px 16px !important;
        text-align: center;
        align-items: center !important;
    }

    .hero-card {
        margin: 0 auto;
    }
}

/* Landing Section Padding */
.landing-padding {
    padding: 60px 0 40px 0;
    margin: 0;
}

/* Promo Banner Utility Classes */
.promo-banner-img {
    height: 32px;
    margin-right: 14px;
}

.promo-banner-text {
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Promo Banner Styles */
.promo-banner {
    background: #2c3547;
    min-height: 56px;
    padding: 0 18px;
}

.promo-banner img {
    height: 32px;
    margin-right: 14px;
}

.promo-banner span {
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.promo-banner .promo-highlight {
    color: #96f1ff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 4px;
}

/* General Styles */
:root {
    --primary-red: #d32f2f;
    --light-gray: #f5f5f5;
    --border-color: #ddd;
    --primary-blue: #1f77c7;
}

* {
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header Styles */
header {
    background-color: #f9f9f9;
}

header h1 {
    color: #333;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: 'Poppins', sans-serif;
}

header .text-primary {
    color: #1f77c7 !important;
    font-weight: 700;
}

.call-mobile {
    display: none;
}

.call-mobile-icon {
    height: 36px;
    width: auto;
}

/* Main Content */
main {
    flex: 1;
    background: linear-gradient(45deg, #e2e8ee 0%, #f7f0ed 100%) !important;
}

/* Form Container */
.bg-white {
    background: #ffffff;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

/* Step Indicators */
.badge-lg {
    font-size: 0.75rem;
    padding: 0.2rem 0.2rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}

.step-number {
    background-color: #f5f5f5;
    color: #7f7f7f;
}

.step-number.active {
    background-color: #0b5fa5;
    border-color: #0b5fa5;
    color: #fff;
}

/* Form Sections */
.form-section {
    display: none;
}

.form-section.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-20 {
    font-size: 20px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Form Fields Container */
.form-fields-container {
    width: 58%;
    margin: 0 auto 0.8rem;
}

/* Form Controls */
.form-label {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.form-select,
.form-control {
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Poppins', sans-serif;
    color: #666;
    background-color: #f9f9f9;
}

.form-select:focus,
.form-control:focus {
    border-color: #1f77c7;
    box-shadow: 0 0 0 0.2rem rgba(31, 119, 199, 0.15);
    background-color: #fff;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
}

/* Buttons */
.btn-danger {
    background-color: #d32f2f;
    border-color: #d32f2f;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.btn-danger:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
}

.next-btn {
    width: 58%;
    display: block;
    margin: 0 auto;
}

.consent-text {
    width: 76%;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.45;
}

.consent-text a {
    color: #0e9dd9;
    text-decoration: none;
    font-weight: 500;
}

.thank-you-card {
    min-height: 420px;
    padding-top: 2.5rem !important;
}

.thank-you-card h1 {
    font-size: 48px;
    line-height: 1.1;
}

.thank-you-text {
    font-size: 24px;
    line-height: 1.4;
    color: #222;
}

.back-link {
    color: #6e6e6e;
    font-size: 13px;
    text-decoration: none;
}

.back-link:hover {
    color: #3d3d3d;
}

.btn-outline-secondary {
    color: #666;
    border-color: #ddd;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.btn-outline-secondary:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #333;
}

/* Required field indicator */
.text-danger {
    color: #c71800 !important;
}

/* Required Text Styling */
.text-required {
    color: #7b7b7b;
}

/* Footer */
footer {
    background-color: #f9f9f9;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

footer a {
    text-decoration: none;
    color: #0e9dd9;
}

/* Reviews Section Styles */
.reviews-section {
    background: #edeff3;
    padding: 52px 0 60px;
    text-align: left;
}

.reviews-container {
    max-width: 980px;
}

.reviews-header {
    margin-bottom: 22px;
    text-align: center;
}

.reviews-icon {
    width: 38px;
    height: auto;
    margin-bottom: 2px;
}

.reviews-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #1f2430;
    margin-bottom: 4px;
}

.reviews-main-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.05;
    color: #101217;
    margin-bottom: 10px;
}

.reviews-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #222630;
}

.reviews-badge-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.reviews-stars-inline {
    color: #f8be4f;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 700;
}

.reviews-rating {
    font-size: 15px;
    font-weight: 600;
    color: #272d38;
}

.reviews-score {
    color: #272d38;
}

.reviews-cards {
    margin-top: 8px;
}

.reviews-cards>[class*="col-"] {
    display: flex;
}

.review-card {
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 10px;
    padding: 14px 16px 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.review-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.review-avatar-teal {
    background: #11aeb5;
}

.review-avatar-olive {
    background: #8c915d;
}

.review-avatar-blue {
    background: #4f6fcb;
}

.review-avatar-indigo {
    background: #5d79d8;
}

.review-avatar-pink {
    background: #be5aa7;
}

.review-avatar-cyan {
    background: #59aecd;
}

.review-meta {
    min-width: 0;
}

.review-headline {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: nowrap;
    line-height: 1;
    margin-bottom: 4px;
}

.review-author {
    font-size: 14px;
    font-weight: 700;
    color: #1e2430;
}

.review-stars-small {
    color: #f7be50;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
}

.review-verified {
    width: 14px;
    height: 14px;
}

.review-date {
    font-size: 11px;
    font-weight: 500;
    color: #6e7481;
    line-height: 1;
}

.review-text {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #242935;
    margin-bottom: auto;
    text-align: left;
}

.review-read-more {
    color: #707684;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
    align-self: flex-start;
    text-align: left;
}

.review-read-more:hover {
    color: #4d5360;
}

.reviews-cta-section {
    background: #edeff3;
    padding: 24px 0 68px;
}

.reviews-cta-card {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
        "image top"
        "image bottom";
    grid-template-rows: 1fr 1fr;
    border-radius: 24px;
    overflow: hidden;
    background: #143f91;
}

.reviews-cta-image-wrap {
    grid-area: image;
    min-height: 300px;
}

.reviews-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-cta-top {
    grid-area: top;
    padding: 30px 36px 8px;
    color: #fff;
    background: #143f91;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-cta-bottom {
    grid-area: bottom;
    padding: 6px 36px 26px;
    color: #fff;
    background: #143f91;
    text-align: left;
}

.reviews-cta-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 500px;
}

.reviews-cta-label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.reviews-cta-form-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 300px;
    gap: 12px;
    align-items: center;
    max-width: 680px;
}

.reviews-cta-select.form-select {
    height: auto;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    font-size: 18px;
    color: #3c3f44;
    background-color: #fff;
    padding-left: 16px;
}

.reviews-cta-go-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
}

.reviews-cta-go-btn img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.landing-disclaimer-section {
    background: #edeff3;
    padding: 16px 0 56px;
}

.landing-disclaimer-container {
    max-width: 1740px;
}

.landing-disclaimer-divider {
    border: 0;
    border-top: 2px solid #d6d6d8;
    margin: 0 0 28px;
    opacity: 1;
}

.landing-disclaimer-title {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #52555c;
}

.landing-disclaimer-text {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #575b63;
    max-width: 1700px;
}

.landing-disclaimer-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .reviews-cta-title {
        font-size: 22px;
    }

    .reviews-cta-label {
        font-size: 18px;
    }

    .reviews-cta-select.form-select {
        height: auto;
        font-size: 16px;
    }

    .reviews-cta-go-btn img {
        width: auto;
    }

    .reviews-cta-form-row {
        grid-template-columns: minmax(240px, 1fr) 270px;
    }
}

@media (max-width: 991px) {
    .reviews-cta-card {
        grid-template-columns: 58% 42%;
        grid-template-areas:
            "image top"
            "bottom bottom";
        grid-template-rows: auto auto;
        border-radius: 16px;
    }

    .reviews-cta-image-wrap {
        min-height: 150px;
    }

    .reviews-cta-top {
        padding: 14px 14px 10px;
        justify-content: center;
    }

    .reviews-cta-title {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .reviews-cta-bottom {
        padding: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .reviews-cta-label {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .reviews-cta-label::before {
        content: "↪ ";
        margin-right: 2px;
    }

    .reviews-cta-form-row {
        grid-template-columns: 1fr 34%;
        gap: 10px;
        max-width: none;
        position: relative;
    }

    .reviews-cta-select.form-select {
        height: 46px;
        font-size: 14px;
        padding-left: 14px;
        padding-right: 40px;
        border: 2px solid #c6cad1;
        background-image: none;
        appearance: none;
        -webkit-appearance: none;
    }

    .reviews-cta-form-row::after {
        content: "";
        position: absolute;
        right: calc(34% + 26px);
        top: 10px;
        bottom: 10px;
        width: 1px;
        background: #ced3da;
        pointer-events: none;
    }

    .reviews-cta-go-btn {
        justify-self: stretch;
        align-self: stretch;
    }

    .reviews-cta-go-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .landing-disclaimer-section {
        padding: 14px 0 32px;
    }

    .landing-disclaimer-divider {
        margin-bottom: 16px;
    }

    .landing-disclaimer-title,
    .landing-disclaimer-text {
        font-size: 12px;
        line-height: 1.5;
    }

    section#landing-section {
        background: white;
    }

    section.landing-disclaimer-section.bg-white {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .reviews-title {
        font-size: 32px;
    }

    .reviews-main-title {
        font-size: 46px;
    }

    .reviews-summary,
    .reviews-badge,
    .reviews-stars-inline,
    .reviews-rating {
        font-size: 15px;
    }

    .reviews-stars-inline {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .reviews-section {
        padding: 34px 0 42px;
    }

    .reviews-main-title {
        font-size: 34px;
    }

    .reviews-title {
        font-size: 24px;
    }

    .reviews-summary,
    .reviews-badge,
    .reviews-stars-inline,
    .reviews-rating {
        font-size: 14px;
    }

    .reviews-stars-inline {
        font-size: 16px;
    }

    .review-card {
        min-height: 0;
        padding: 12px 12px 10px;
    }

    .review-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .reviews-summary {
        flex-wrap: wrap;
    }

    .reviews-main-title {
        font-size: 28px;
    }

    .review-card {
        padding: 14px;
    }

    .review-avatar {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .review-author {
        font-size: 13px;
    }

    .review-date {
        font-size: 10px;
    }

    .review-stars-small {
        font-size: 12px;
    }

    .review-verified {
        width: 12px;
        height: 12px;
    }

    .review-text,
    .review-read-more {
        font-size: 14px;
    }

    .review-headline {
        flex-wrap: wrap;
    }
}

footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        background: none;
        min-height: 0;
        padding: 0;
    }

    .hero-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-content {
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
    }

    .hero-left {
        position: relative;
        min-height: 300px;
        width: 100%;
        padding: 14px 14px 16px !important;
        align-items: flex-start !important;
        justify-content: flex-start;
        text-align: left !important;
	background-size: 260%;
        background-image: url(../img/hero.png);
        background-position: 17% 74%;
    }

    .hero-title,
    .hero-desc {
        display: none;
    }

    .hero-mobile-copy {
        display: block;
        max-width: 260px;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
        display: flex;
        flex-direction: column;
    }

    .hero-mobile-title {
        margin: 0 0 8px;
        color: #fff;
        font-size: 22px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0;
    }

    .hero-mobile-title span {
        font-size: 22px;
        line-height: 1.1;
        font-weight: 700;
    }

    .hero-mobile-plan {
        margin: auto 0 0;
        color: #fff;
        font-size: 13px;
        line-height: 1.12;
        font-weight: 700;
    }

    .hero-mobile-check {
        color: #8be01b;
        font-size: 18px;
        font-weight: 800;
        margin-right: 3px;
    }

    .hero-mobile-plan strong {
        color: #d7ff38;
        font-size: 22px;
        line-height: 1;
        font-weight: 800;
    }

    .hero-badge {
        position: absolute;
        right: 12px;
        bottom: 20px;
        width: 108px;
        margin: 0;
    }

    .hero-right {
        padding: 0 !important;
    }

    .hero-card {
        display: flex;
        flex-direction: column;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid #d9d9d9;
    }

    .hero-card-body {
        order: 1;
        padding: 16px 14px 14px;
        text-align: center !important;
    }

    .hero-card-header {
        order: 2;
        background: #f7f7f8;
        color: #32363c;
        padding: 10px 10px 12px;
        border-top: 1px solid #e1e3e6;
    }

    .hero-card-title {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hero-form-label {
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 6px;
    }

    .hero-form-label::before {
        content: "↪ ";
        color: #4b4f56;
        font-weight: 700;
    }

    .hero-form-group.d-flex.align-items-center.mb-3 {
        flex-direction: row;
        gap: 0;
        margin-bottom: 12px !important;
    }

    .hero-arrow {
        display: none;
    }

    .hero-form-select {
        width: 100%;
        height: 58px;
        font-size: 15px;
        border: 2px solid #c7cbd1;
        border-radius: 6px;
    }

    .hero-continue-btn {
        height: 56px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 2px;
    }

    .hero-card-bottom {
        display: none;
    }

    .hero-card-header .text-center p {
        margin: 0 0 6px;
        font-size: 12px;
        font-weight: 700;
        color: #4a4f57;
    }

    .hero-card-header .text-center p::before {
        content: "ⓘ ";
        color: #2f97ff;
        font-weight: 700;
    }

    .hero-card-header .d-flex.align-items-center.justify-content-between.mb-2 {
        margin-bottom: 0 !important;
        gap: 8px;
    }

    .qualify-item {
        color: #3f434a;
        font-size: 12px;
        line-height: 1.15;
        gap: 4px;
    }

    .qualify-item img {
        width: 14px;
        height: 14px;
        filter: grayscale(100%) brightness(0.2);
    }

    .promo-banner {
        min-height: 46px;
        padding: 6px 10px;
        gap: 8px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .promo-banner-img,
    .promo-banner img {
        height: 30px;
        margin-right: 4px;
        flex: 0 0 auto;
    }

    .promo-banner span {
        display: inline;
        font-size: 11px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .promo-banner>.promo-banner-text {
        display: block;
        font-size: 11px;
        line-height: 1.15;
        text-align: left;
        margin: 0;
    }

    .promo-banner .promo-highlight {
        font-size: 11px;
        font-weight: 700;
        margin: 0 2px;
        color: #8fefff;
        white-space: nowrap;
    }

    .promo-banner>.promo-banner-text>.promo-banner-text {
        font-size: 11px;
        white-space: nowrap;
    }

    .quote-text {
        display: none;
    }

    .call-desktop,
    .call-wrap .call-desktop {
        display: none !important;
    }

    .call-mobile,
    .call-wrap .call-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .badge-lg {
        width: 30px;
        height: 30px;
        font-size: 1.05rem;
        border-width: 2px;
    }

    .bg-white {
        padding: 0 !important;
        overflow: hidden;
    }

    .bg-white>.d-flex.justify-content-between.align-items-start.mb-4 {
        padding: 1rem 1rem 0.6rem;
        margin-bottom: 0 !important;
    }

    .form-section>.text-center {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1.25rem !important;
    }

    .form-section>.text-center::before {
        content: "Receive Your Fast, Free Quote";
        display: block;
        background: #173f72;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        padding: 0.6rem 0.75rem;
        margin: 0 0 1rem;
    }

    .thank-you-card {
        min-height: 250px;
        padding: 20px !important;
    }

    p.thank-you-text {
        display: inline;
        font-size: 19px !important;
    }

    .form-section>.text-center h2 {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        text-align: left;
        font-size: 20px;
        line-height: 1.2;
        margin: 0 1rem 0.35rem;
        gap: 0.45rem;
    }

    .form-section>.text-center h2 img {
        height: 25px !important;
        margin-right: 0 !important;
        vertical-align: middle;
        flex: 0 0 auto;
    }

    .form-section>.text-center h2 span {
        display: inline !important;
        white-space: nowrap;
        font-size: 16px;
    }

    .form-select,
    .form-control {
        padding: 0.5rem 1rem;
    }

    .bg-white.rounded-3.shadow-lg.p-3.p-md-4 {
        padding-top: 10px !important;
    }

    .form-section>.text-center p {
        order: -1;
        text-align: right;
        margin: 0 1rem 0.75rem !important;
        font-size: 14px !important;
        font-weight: 600;
    }

    .form-section {
        padding: 0 0 1rem;
    }

    .form-fields-container {
        width: 90%;
    }

    .next-btn {
        width: 90%;
    }

    .consent-text {
        width: 90%;
    }

    .thank-you-card {
        min-height: 300px;
    }

    .thank-you-card h1 {
        font-size: 34px;
    }

    .thank-you-text {
        font-size: 18px;
    }
}

.error {
    color: #f56217;
    font-size: 13px;
    padding: 6px;
    font-weight: bold;
    display: none;
}
.error.visible {
    display: block;
}