:root {
    --navcaa-red: #b10000;
    --navcaa-dark: #111111;
    --navcaa-light: #f7f3ed;
    --navcaa-button-radius: 8px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--navcaa-dark);
}

.site-shell {
    background-color: #f3f3f3;
}

img {
    max-width: 100%;
    height: auto;
}

.topbar {
    background: var(--navcaa-dark);
    color: #fff;
}

.navbar {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.site-navbar {
    margin-top: 0.5rem;
}

.navbar-toggler {
    border-color: rgba(255,255,255,.45);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.2);
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-content {
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.navbar-contact-group {
    align-items: center;
    display: flex;
    gap: 1.5rem;
}

.navbar-contact-right {
    margin-left: auto;
}

.navbar-contact-item {
    color: #fff;
}

.navbar-contact-text {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: .5rem;
    text-decoration: none;
}

.navbar-contact-text:hover {
    color: #fff;
}

.navbar-contact-text i {
    color: var(--navcaa-red);
    font-size: 1rem;
}

.btn,
.site-footer-button,
.chatbot-quick-actions button,
.lead-form-modal .next-step,
.lead-form-modal .final-submit {
    background-color: #b10000;
    border: 0;
    border-color: #b10000;
    border-radius: var(--navcaa-button-radius) !important;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px !important;
    padding: 22px 30px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.site-footer-button:hover,
.site-footer-button:focus,
.chatbot-quick-actions button:hover,
.chatbot-quick-actions button:focus,
.lead-form-modal .next-step:hover,
.lead-form-modal .next-step:focus,
.lead-form-modal .final-submit:hover,
.lead-form-modal .final-submit:focus {
    background-color: #b10000;
    border-color: #b10000;
    color: #282943;
}

.hero-section {
    background-color: #f3f3f3;
    background-image:
        linear-gradient(rgba(243, 243, 243, 0.48), rgba(243, 243, 243, 0.48)),
        url('../images/grey-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -88px;
    padding: 90px 0 22px;
}

.hero-section .row.align-items-center {
    min-height: 360px;
}

.hero-section .display-3 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 95.4px !important;
    text-align: start;
    text-transform: uppercase;
}

.hero-strip-row {
    margin-bottom: 0.35rem;
}

.hero-content-row {
    --bs-gutter-y: 0;
}

.hero-strip {
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.42rem 1rem;
    width: 100%;
}

.hero-strip img {
    max-height: 60px;
    width: auto;
}

.hero-strip-cta {
    align-items: center;
    align-self: center;
    display: inline-flex;
    border-radius: var(--navcaa-button-radius);
    flex-shrink: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.hero-image-wrap {
    align-items: flex-end;
    display: flex;
    height: 60%;
    justify-content: center;
    min-height: 320px;
    position: relative;
}

.hero-image {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    width: min(100%, 520px);
}

.hero-floating-stat {
    animation: hero-float 2.175s ease-in-out infinite;
    background: rgba(40, 41, 67, 0.58);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
    min-width: 150px;
    padding: 0.9rem 1rem;
    position: absolute;
    text-align: left;
}

.hero-floating-stat-left {
    animation-name: hero-drift-x;
    bottom: 32%;
    left: 2%;
}

.hero-floating-stat-right {
    animation-delay: 1.2s;
    bottom: 4%;
    right: 0;
}

.hero-floating-value {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hero-floating-label {
    color: #ffffff;
    font-size: 0.95rem;
    margin-top: 0.25rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

@keyframes hero-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes hero-drift-x {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(14px, 0, 0);
    }
}

.hero-card {
    background: #fff;
    border-radius: 28px;
    padding: 36px;
}

.stat-box {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 15px 35px rgba(0,0,0,.07);
}

.process-section {
    background-color: #535666;
    background-image: url('../images/3-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
}

.process-section .display-6 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 66px;
    margin-top: -13px;
    text-align: center;
    text-transform: uppercase;
}

#process-title {
    margin-top: 4.0rem !important;
    margin-bottom: 5.0rem !important;
    

}

#process .row.g-4 {
    margin-top: 4.0rem !important;
    margin-bottom: 4.0rem !important;
    
}

.process-card {
    align-items: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
    text-align: center;
}

.process-visual {
    margin: 0 auto;
    position: relative;
    width: 170px;
}

.process-icon-circle {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 126px;
    justify-content: center;
    margin: 0 auto;
    width: 126px;
}

.process-icon-circle i {
    color: var(--navcaa-red);
    font-size: 2.8rem;
}

.process-step-badge {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.55rem 0.9rem;
    position: absolute;
    right: 18px;
    top: 12px;
}

.process-card .h2 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 33.88px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.process-section .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 19rem;
}

.testimonials-section {
    background: #fff !important;
    padding-bottom: 0 !important;
    padding-top: 130px !important;
}

.testimonials-section > .container {
    align-items: center;
    background-color: #f6f7f7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 80px;
}

.testimonials-layout {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.testimonials-copy {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.testimonials-eyebrow {
    color: #f75808;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 0 1rem;
    text-align: start;
    text-decoration: none;
    text-transform: uppercase;
}

.testimonials-title {
    color: #282943;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 66px;
    margin: -13px 0 0;
    text-align: start;
    text-decoration: none;
    text-transform: uppercase;
}

.testimonials-marquee {
    display: flex;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    overflow: hidden;
}

.testimonials-track {
    align-items: flex-start;
    animation: testimonials-scroll 48s linear infinite;
    display: flex;
    min-width: max-content;
}

.testimonials-marquee:hover .testimonials-track {
    animation-play-state: paused;
}

.testimonial-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    flex: 0 0 450px;
    margin: 10px;
    max-width: 100%;
    min-width: 220px;
    padding: 0;
    position: relative;
    text-align: left;
}

.testimonial-quote {
    background-color: #282943;
    border: 0;
    border-radius: 12px;
    margin: 0;
    overflow: hidden;
    padding: 30px 50px 65px;
    position: relative;
    text-align: center;
}

.testimonial-quote span {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.testimonial-author {
    color: #fff;
    margin-top: -40px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.testimonial-avatar {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    color: #282943;
    display: inline-flex;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 5px;
    width: 80px;
}

.testimonial-name {
    color: #282943;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 33.88px;
    text-decoration: none;
    text-transform: uppercase;
}

.testimonial-title {
    color: #282943;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
}

.testimonial-rating {
    color: #f75808;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 4px;
}

.testimonial-rating i:not(:last-child) {
    margin-right: 0;
}

@keyframes testimonials-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonials-track {
        animation: none;
    }
}

.cta-section {
    background: var(--navcaa-red);
    color: #fff;
}

.site-footer {
    background-color: #282943;
    color: #fff;
    padding: 130px 0 0;
}

.site-footer-main {
    align-items: flex-start;
    border-bottom: 1px solid #294f4e;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.site-footer-brand {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    min-height: 415px;
}

.site-footer-brand img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.site-footer-social {
    display: flex;
    gap: 5px;
    margin-top: 24px;
}

.site-footer-social a {
    align-items: center;
    background: #fff;
    border-radius: 10%;
    color: #b10000;
    display: inline-flex;
    font-size: 22px;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
}

.site-footer-social a:hover,
.site-footer-social a:focus {
    background: #b10000;
    color: #fff;
    transform: scale(1.08);
}

.site-footer-cta {
    background-color: #282943;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
}

.site-footer-cta h2 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 88px;
    margin: 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-footer-button {
    align-self: flex-start;
    border: 0;
}

.site-footer-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 5px;
    justify-content: center;
    padding: 0 0 30px;
}

.site-footer-bottom span {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.site-footer-bottom .site-footer-name {
    color: #b10000;
}

.chatbot-launcher-wrap {
    align-items: center;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: fixed;
    right: 24px;
    z-index: 1040;
}

.chatbot-launcher {
    align-items: center;
    background: #b10000;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(0,0,0,.24);
    color: #fff;
    display: inline-flex;
    font-size: 1.45rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.chatbot-launcher:hover,
.chatbot-launcher:focus {
    background: #f75808;
    color: #fff;
}

.chatbot-launcher-label {
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
    width: 128px;
}

.chatbot-modal .modal-dialog {
    margin-left: auto;
    margin-right: 24px;
    max-width: 390px;
}

.chatbot-modal .modal-content {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 28px 65px rgba(0,0,0,.28);
    overflow: hidden;
}

.chatbot-modal .modal-header {
    align-items: flex-start;
    background: #282943;
    border: 0;
    color: #fff;
    padding: 22px 22px 18px;
}

.chatbot-modal .modal-title {
    font-family: "Oswald", sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.chatbot-status {
    color: #4fe3b2;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .78rem;
    line-height: 1;
    margin-bottom: .45rem;
}

.chatbot-modal .btn-close {
    filter: invert(1);
    opacity: .9;
}

.chatbot-modal .modal-body {
    background: #f8f8f7;
    padding: 20px;
}

.chatbot-messages {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 4px;
}

.chatbot-message {
    border-radius: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .92rem;
    line-height: 1.45;
    max-width: 86%;
    padding: .78rem .95rem;
}

.chatbot-message-bot {
    align-self: flex-start;
    background: #fff;
    color: #111;
}

.chatbot-message-user {
    align-self: flex-end;
    background: #4fe3b2;
    color: #111;
}

.chatbot-rate-limit {
    border-top: 1px solid rgba(0, 0, 0, .08);
    color: #667085;
    font-size: .68rem;
    line-height: 1.35;
    margin-top: .55rem;
    padding-top: .45rem;
    word-break: break-word;
}

.chatbot-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.chatbot-input-row {
    align-items: center;
    background: #fff;
    border-top: 1px solid rgba(17,17,17,.08);
    display: flex;
    gap: .6rem;
    padding: 14px;
}

.chatbot-input-row input {
    border: 1px solid rgba(17,17,17,.18);
    border-radius: 999px;
    flex: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .92rem;
    min-width: 0;
    padding: .72rem .95rem;
}

.chatbot-input-row button {
    align-items: center;
    background: #b10000;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.form-control,
.form-select {
    border: 1px solid rgba(17, 17, 17, 0.22);
    border-radius: 999px;
    padding: 0.9rem 1.1rem;
}

.lead-radio-option {
    align-items: center;
    background: transparent;
    border: 1.5px solid rgba(17, 17, 17, 0.52);
    border-radius: var(--navcaa-button-radius);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    min-height: 34px;
    padding: 0.45rem 1rem;
    text-align: center;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.lead-radio-option:hover,
.lead-radio-option:has(.form-check-input:focus-visible) {
    border-color: #4fe3b2;
    box-shadow: 0 0 0 .2rem rgba(79, 227, 178, .16);
}

.lead-radio-option:has(.form-check-input:checked) {
    background-color: #4fe3b2;
    border-color: #4fe3b2;
    box-shadow: 0 8px 22px rgba(79, 227, 178, .24);
    color: #111;
    font-weight: 700;
}

.lead-radio-option .form-check-input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.lead-radio-option .form-check-label {
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1;
}

.radio-step .next-step {
    display: none;
}


/* MultiStep Form */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

#multiStepForm {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
}

.lead-form-modal #multiStepForm {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.lead-form-modal .modal-content {
    border: 0;
    border-radius: 28px;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .26);
    min-height: min(720px, calc(100vh - 48px));
    overflow: hidden;
}

.lead-form-modal .modal-dialog {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    max-width: 340px;
}

.lead-form-modal .modal-body {
    background: #f8f8f7;
    max-height: none;
    overflow-y: auto;
    padding: 0 26px 28px;
}

.lead-form-modal .modal-header {
    align-items: center;
    background: #f8f8f7;
    border: 0;
    padding: 36px 26px 18px;
}

.lead-form-modal .modal-title {
    color: #111;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    opacity: .85;
}

.lead-form-modal .btn-close {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    height: 34px;
    opacity: 1;
    width: 34px;
}

.lead-form-progress {
    background: rgba(17, 17, 17, .08);
    border-radius: 999px;
    height: 5px;
    margin: 0 0 28px;
    overflow: hidden;
}

.lead-form-progress span {
    background: #4fe3b2;
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width .2s ease;
    width: 0;
}

.lead-form-modal .form-step h3 {
    color: #111;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 28px;
}

.lead-form-modal .form-step p {
    color: #111;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .92rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.lead-form-modal .form-label {
    color: #111;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .92rem;
    line-height: 1.25;
    margin-bottom: 40px;
    max-width: 15rem;
}

.lead-form-modal .d-grid {
    gap: 1rem !important;
    justify-items: start;
    margin-bottom: 2rem;
}

.lead-form-modal .d-grid .lead-radio-option {
    min-width: 120px;
}

.lead-form-modal [data-step-id="injury-happened"] {
    min-height: 520px;
}

.lead-form-modal [data-step-id="injury-happened"] .d-grid {
    align-items: stretch;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 4px;
}

.lead-form-modal [data-step-id="injury-happened"] .lead-radio-option {
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
}

.lead-form-modal [data-step-id="body-parts"] {
    min-height: 520px;
}

.lead-form-modal [data-step-id="body-parts"] .d-grid {
    align-items: stretch;
    max-height: 330px;
    overflow-y: auto;
    padding-right: 4px;
}

.lead-form-modal [data-step-id="body-parts"] .lead-radio-option {
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
}

.lead-form-modal .form-control {
    background: transparent;
    margin-bottom: 2rem;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 2rem;
}

.lead-form-modal .next-step,
.lead-form-modal .final-submit {
    min-width: 104px;
}

.form-step {
    display: none !important;
    flex: 1;
    min-height: 520px;
}

.form-step.active {
    display: flex !important;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .site-shell {
        background-size: cover;
    }

    .navbar-content {
        align-items: flex-start;
        gap: 1rem;
        padding-top: 1rem;
    }

    .navbar-contact-group {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .navbar-contact-right {
        margin-left: 0;
    }

    .hero-section {
        padding: 96px 0 20px;
    }

    .hero-section .row.align-items-center {
        min-height: 300px;
    }

    .hero-section .row {
        gap: 2rem;
    }

    .hero-section .hero-content-row {
        gap: 0;
    }

    .hero-strip-row {
        margin-bottom: 0.3rem;
    }

    .hero-section .display-3 {
        color: #fff;
        font-size: 64px;
        line-height: 68px !important;
    }

    .hero-card {
        border-radius: 20px;
        padding: 28px;
    }

    .hero-image {
        max-height: 520px;
    }

    .hero-image-wrap {
        min-height: 300px;
    }

    .hero-floating-stat-left {
        left: 4%;
    }

    .hero-floating-stat-right {
        right: 2%;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 110px 0 16px;
        text-align: center;
    }

    .hero-section .row.align-items-center {
        min-height: auto;
    }

    .hero-section .hero-content-row {
        gap: 2rem;
    }

    .hero-strip-row {
        margin-bottom: 0.2rem;
    }

    .hero-strip {
        border-radius: 12px;
        flex-direction: column;
        justify-content: center;
    }

    .hero-image-wrap {
        height: auto;
        min-height: 0;
        padding-bottom: 1.5rem;
    }

    .hero-image {
        height: auto;
        max-height: 420px;
    }

    .hero-floating-stat {
        min-width: 132px;
        padding: 0.75rem 0.85rem;
    }

    .hero-floating-stat-left {
        bottom: 34%;
        left: 0;
    }

    .hero-floating-stat-right {
        bottom: 0;
        right: 0;
    }

    .hero-section .display-3 {
        font-size: 48px;
        line-height: 52px !important;
        text-align: start;
    }

    .hero-section .lead {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 34rem;
    }

    .hero-cta,
    .hero-card-cta,
    .cta-button {
        width: 100%;
    }

    .hero-card {
        padding: 24px;
        text-align: left;
    }

    .hero-card .hero-card-cta {
        text-align: center;
    }

    .stat-box {
        border-radius: 18px;
        padding: 24px;
    }

    .process-visual {
        width: 150px;
    }

    .process-icon-circle {
        height: 112px;
        width: 112px;
    }

    .process-step-badge {
        font-size: 0.82rem;
        right: 10px;
    }

    .process-section,
    .cta-section,
    .stats-section {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }

    .testimonials-section {
        padding-bottom: 0 !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 130px !important;
    }

    .testimonials-section > .container {
        padding: 40px 24px;
    }

    .testimonials-layout {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonials-copy,
    .testimonials-marquee {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .testimonials-copy {
        margin-bottom: 32px;
    }

    .testimonials-eyebrow,
    .testimonials-title {
        text-align: center;
    }

    .testimonial-card {
        flex-basis: 500px;
    }

    .testimonials-section .display-6,
    .cta-section .display-6 {
        font-size: 1.85rem;
    }

    .site-footer {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 130px;
    }

    .site-footer-main {
        gap: 0;
    }

    .site-footer-brand,
    .site-footer-cta {
        flex-basis: 100%;
    }

    .site-footer-brand {
        align-items: center;
    }

    .site-footer-brand img {
        max-width: 100%;
    }

    .site-footer-social {
        justify-content: center;
    }

    .site-footer-cta {
        align-items: center;
        margin-top: -130px;
        text-align: center;
    }

    .site-footer-cta h2 {
        font-size: 60px;
        line-height: 66px;
    }

    .site-footer-button {
        align-self: center;
    }

    .chatbot-launcher-wrap {
        bottom: 18px;
        right: 18px;
    }

    .chatbot-launcher {
        height: 52px;
        width: 52px;
    }

    .chatbot-launcher-label {
        font-size: 1rem;
        width: 116px;
    }

    .chatbot-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 32px);
    }

    .chatbot-message {
        max-width: 92%;
    }

    .lead-form-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: 310px;
        width: calc(100vw - 32px);
    }

    .lead-form-modal .modal-content {
        border-radius: 24px;
        min-height: min(650px, calc(100vh - 32px));
    }

    .lead-form-modal .modal-header,
    .lead-form-modal .modal-body {
        padding-left: 26px;
        padding-right: 26px;
    }

    .lead-form-modal .modal-header {
        padding-top: 34px;
        padding-bottom: 18px;
    }

    .lead-form-modal .modal-body {
        max-height: none;
        padding-bottom: 26px;
    }

    .lead-radio-option {
        padding: 0.45rem 1rem;
    }

    .form-step {
        min-height: 470px;
    }

    .lead-form-modal .form-label {
        margin-bottom: 36px;
    }

    .form-actions .btn {
        width: auto;
    }
}

@media (max-width: 375px) {
    .hero-section .display-3 {
        font-size: 40px;
        line-height: 44px !important;
    }

    .hero-card,
    .stat-box {
        padding: 20px;
    }
}
