html {
    background-color: #001f3f;
    scroll-padding-top: 20px;
}

body {
    font-family: "Manrope", sans-serif;
    background: linear-gradient(to bottom, #001f3f 0, #001f3f 180px, #faf9f5 180px, #faf9f5 100%);
    min-height: max(884px, 100vh);
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[id] {
    scroll-margin-top: 20px;
}

img,
svg {
    max-width: 100%;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.social-stars .material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
}

.tonal-depth-transition {
    transition: background-color 0.3s ease;
}

.tonal-shift-blur {
    backdrop-filter: blur(20px);
}

.p4 {
    padding-top: 0;
    padding-bottom: 0;
}

.footer {
    padding-top: 2rem;
}

.calc-card,
.calc-result {
    background: #ffffff;
    border: 1px solid #e2e5ea;
    border-radius: 1rem;
    padding: 1.25rem;
}

.calc-card h2,
.calc-result h2 {
    color: #001f3f;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 0.9rem 0;
}

.calc-card label,
.calc-card legend {
    display: block;
    color: #001f3f;
    font-weight: 700;
    margin: 0.55rem 0 0.3rem;
    font-size: 0.95rem;
}

.calc-card input,
.calc-card select,
.calc-card textarea {
    width: 100%;
    border: 1px solid #d7dbe1;
    border-radius: 0.75rem;
    padding: 0.7rem 0.8rem;
    background: #f8f9fb;
}

.form-inline-two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.small-note {
    margin: 0.25rem 0 0.55rem;
    color: #5f6470;
    font-size: 0.87rem;
}

.calc-step {
    display: none;
}

.calc-step.is-active {
    display: block;
}

.calc-wizard-progress {
    margin-bottom: 1rem;
}

.calc-wizard-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.wizard-progress-wrap {
    margin-bottom: 0.75rem;
}

.wizard-step-label {
    color: #001f3f;
    font-size: 0.88rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
}

.wizard-progress-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #dbe1e8;
    overflow: hidden;
}

.wizard-progress-fill {
    display: block;
    height: 100%;
    width: 33.33%;
    background: #ff7b00;
    transition: width 0.2s ease;
}

.lead-wizard-step {
    display: none;
}

.lead-wizard-step.is-active {
    display: block;
}

.wizard-choice-btn {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d7dbe1;
    border-radius: 12px;
    background: #f7f9fb;
    color: #001f3f;
    font-weight: 700;
    cursor: pointer;
}

.wizard-choice-btn.is-selected {
    border-color: #ff7b00;
    box-shadow: inset 0 0 0 2px rgba(255, 123, 0, 0.25);
    background: #fff4e8;
}

.wizard-message {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.95rem;
    font-weight: 600;
}

.wizard-message-error {
    background: #ffecec;
    color: #8f1f1f;
    border: 1px solid #f5c3c3;
}

.wizard-message-success {
    background: #eaf9ef;
    color: #1f6a34;
    border: 1px solid #bfe8cc;
}

.result-lead-wizard {
    margin-top: 1rem;
    border-top: 1px solid #e5e9f0;
    padding-top: 1rem;
}

.result-lead-intro {
    margin-bottom: 0.75rem;
}

.result-lead-kicker {
    margin: 0 0 0.25rem;
    color: #001f3f;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.result-lead-copy {
    margin: 0;
    color: #4f5563;
    font-size: 0.92rem;
    line-height: 1.45;
}

.photo-plan-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0.25rem 0 0.5rem;
}

.photo-slot {
    border: 1px solid #dfe4ec;
    border-radius: 0.8rem;
    padding: 0.7rem;
    background: #fbfcfe;
}

.photo-slot-title {
    margin: 0 0 0.45rem;
    color: #001f3f;
    font-size: 0.9rem;
    font-weight: 700;
}

.photo-preview {
    width: 100%;
    height: 120px;
    margin-top: 0.55rem;
    border-radius: 0.65rem;
    object-fit: cover;
    border: 1px solid #d7dbe1;
}

.damage-map {
    position: relative;
    width: min(260px, 100%);
    margin: 0.5rem auto 0.7rem;
}

.damage-car-svg {
    width: 100%;
    height: auto;
    display: block;
}

.damage-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    border: 1px solid #d0d6df;
    border-radius: 999px;
    background: #ffffff;
    color: #001f3f;
    font-weight: 700;
    font-size: 0.74rem;
    padding: 0.22rem 0.5rem;
    cursor: pointer;
}

.damage-hotspot.is-active {
    background: #ff7b00;
    color: #001f3f;
    border-color: #ff7b00;
}

.sr-only-inputs {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.calc-btn {
    width: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 0.75rem;
    background: #ff7b00;
    color: #001f3f;
    font-weight: 800;
    padding: 0.8rem 1rem;
    cursor: pointer;
}

.calc-btn.is-loading {
    opacity: 0.8;
    cursor: wait;
}

.calc-btn-secondary {
    background: #eef2f8;
    color: #16356f;
    border: 1px solid #d5dce8;
}

.calc-btn-inline {
    width: auto;
    min-width: 170px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.estimator-muted {
    color: #4c5566;
}

.estimator-loading {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.estimator-spinner {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2.5px solid #d1d8e2;
    border-top-color: #ff7b00;
    animation: estimator-spin 0.9s linear infinite;
    flex: 0 0 auto;
}

.estimator-price-range {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.18rem;
    color: #001f3f;
    margin-bottom: 0.55rem;
}

.estimator-list {
    margin: 0.6rem 0;
    padding-left: 1rem;
}

.alert.alert-error {
    background: #ffecec;
    border: 1px solid #f4bcbc;
    color: #8f1f1f;
    border-radius: 0.6rem;
    padding: 0.5rem 0.65rem;
}

@keyframes estimator-spin {
    to {
        transform: rotate(360deg);
    }
}

.estimator-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 31, 63, 0.42);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.estimator-overlay.is-active {
    display: flex;
}

.estimator-overlay-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dbe1ea;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #001f3f;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(0, 31, 63, 0.2);
}

.estimator-spinner.estimator-spinner-large {
    width: 28px;
    height: 28px;
    border-width: 3px;
}

body.is-loading-locked {
    overflow: hidden;
}

@media (min-width: 768px) {
    .form-inline-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .photo-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .site-topbar { display: none !important; }

    .site-header-inner {
        padding: 0.25rem 0.75rem !important;
    }

    .mobile-bar {
        left: 0;
        right: 0;
        overflow: hidden;
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }

    .mobile-bar-link {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        letter-spacing: .06em;
        white-space: nowrap;
    }

    .site-header-stack {
        top: 0 !important;
    }
}

.footerCX {
  padding-top: 20px !important;
}

.site-topbar {
    position: relative;
    margin: 0;
}

.site-header-stack {
    position: sticky;
    top: 0;
    z-index: 90;
}

.scroll-cta-wrap {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(16px);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.scroll-cta-wrap.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.scroll-cta-note {
    margin: 7px 0 0;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #7b8496;
    letter-spacing: 0.03em;
}

.scroll-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 9999px;
    background-color: rgb(249, 115, 22);
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: rgba(249, 115, 22, 0.45) 0 4px 24px, rgba(0, 0, 0, 0.12) 0 2px 8px;
    white-space: nowrap;
    pointer-events: auto;
    transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
    transform: translateY(0) scale(1);
}

.scroll-cta-btn:hover {
    background-color: rgb(234, 99, 6);
    transform: translateY(-1px) scale(1.01);
    box-shadow: rgba(249, 115, 22, 0.5) 0 8px 28px, rgba(0, 0, 0, 0.16) 0 3px 10px;
}

.scroll-cta-btn .scroll-cta-arrow {
    font-size: 18px;
    line-height: 1;
    margin-left: 50px;
}

.scroll-cta-inline .scroll-cta-arrow {
    margin-left: 14px;
}

@media (max-width: 767px) {
    .scroll-cta-wrap {
        bottom: 12px;
        width: calc(100% - 20px);
    }

    .scroll-cta-btn {
        width: 100%;
        padding: 0 18px;
        font-size: 13px;
    }

    .scroll-cta-note {
        font-size: 10px;
    }
}

@media (min-width: 1024px) {
    .scroll-cta-btn {
        gap: 12px;
        padding: 20px 40px;
        min-height: 64px;
        border-radius: 16px;
        font-size: 18px;
    }

    .scroll-cta-btn .scroll-cta-arrow {
        font-size: 22px;
    }
}

.testimonials-shell {
    position: relative;
    padding-top: 56px;
}

.testimonials-viewport {
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    gap: 18px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - 36px) / 3);
    min-height: 320px;
    background: #ffffff;
    border: 1px solid #d6dbe5;
    border-radius: 18px;
    padding: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.testimonial-tag-bar {
    width: 100%;
    background: #edf1f8;
    color: #16356f;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 14px;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 31, 63, 0.1);
}

.testimonial-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #e9edf4;
    border: 2px solid #d5dce8;
    color: #16356f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.02rem;
    line-height: 1;
    flex: 0 0 52px;
}

.testimonial-name {
    color: #16356f;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.2;
}

.testimonial-location {
    color: #5a6780;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 2px 0 0;
}

.testimonial-location .material-symbols-outlined {
    font-size: 16px;
    color: #f97316;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.testimonial-stars {
    color: #f97316;
    margin: 10px 0 8px;
}

.testimonial-stars .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
}

.testimonial-text {
    color: #243247;
    font-size: 1.02rem;
    line-height: 1.5;
    margin: 0;
}

.testimonial-tags {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-pill {
    background: #edf1f8;
    color: #16356f;
    font-size: 0.86rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 12px;
}

.testimonial-link {
    color: #f97316;
    font-weight: 700;
    font-size: 0.95rem;
}

.testimonial-nav {
    position: absolute;
    top: 0;
    transform: none;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #ffffff;
    color: #16356f;
    box-shadow: 0 8px 22px rgba(0, 31, 63, 0.12);
    cursor: pointer;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.testimonial-nav .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
    display: block;
}

.testimonial-nav-prev { left: auto; right: 54px; }
.testimonial-nav-next { right: 0; }

.trust-kicker {
    margin: 0 0 4px;
    text-align: center;
    color: #ff7b00;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
}

.trust-title {
    margin: 0;
    text-align: center;
    color: #001f3f;
    font-size: clamp(2rem, 3.4vw, 3.05rem);
    line-height: 1.1;
    font-weight: 900;
}

.trust-subtitle {
    margin: 0.55rem auto 0;
    text-align: center;
    max-width: 700px;
    color: #647188;
    font-size: 1rem;
}

.trust-flow-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.trust-system-panel {
    margin-top: 1.4rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.trust-flow-card {
    background: #ffffff;
    border: 1px solid #e3e7ef;
    border-radius: 10px;
    padding: 16px 16px 14px;
    min-height: 258px;
    text-align: center;
}

.trust-flow-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #16356f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trust-flow-icon-primary {
    background: #16356f;
    color: #fff;
}

.trust-flow-icon-light {
    background: #edf1f8;
    color: #16356f;
}

.trust-flow-icon .material-symbols-outlined {
    font-size: 28px;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.trust-flow-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin: 8px auto 0;
    border-radius: 999px;
    background: #16356f;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.trust-flow-heading {
    margin: 8px 0 1px;
    color: #001f3f;
    font-weight: 800;
    line-height: 1.14;
}

.trust-flow-accent {
    margin: 0 0 2px;
    color: #f97316;
    font-size: 0.9rem;
    font-weight: 700;
}

.trust-flow-card ul {
    margin: 10px 0 0;
    padding-left: 0;
    color: #26344a;
    line-height: 1.45;
    list-style: none;
    text-align: left;
}

.trust-flow-card li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    align-items: start;
    margin-bottom: 7px;
    font-size: 0.95rem;
}

.trust-flow-card li .material-symbols-outlined {
    color: #16356f;
    font-size: 16px;
    margin-top: 1px;
    font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
}

.trust-flow-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    color: #16356f;
    font-size: 1.85rem;
    font-weight: 900;
}

.trust-practice-head {
    margin-top: 1.55rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.trust-practice-head h3 {
    margin: 0;
    color: #001f3f;
    font-size: 2.2rem;
    font-weight: 900;
}

.trust-practice-head p {
    margin: 2px 0 0;
    color: #5b687f;
    font-size: 0.95rem;
}

.trust-practice-nav {
    position: relative;
    display: flex;
    gap: 8px;
    width: 96px;
    height: 44px;
}

.trust-practice-nav .testimonial-nav {
    position: static;
    width: 34px;
    height: 34px;
    box-shadow: none;
    border: 1px solid #d8deea;
    color: #4e5d78;
}

.trust-practice-nav .testimonial-nav-next {
    color: #fff;
    border-color: #ff7b00;
}

.practice-cards {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.practice-card {
    position: relative;
    background: #fff;
    border: 1px solid #d6dbe5;
    border-radius: 12px;
    padding: 12px 12px 10px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.practice-card--featured {
    border-color: #f8b384;
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.25);
}

.practice-top-tag {
    position: absolute;
    top: -9px;
    left: 12px;
    background: #f97316;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 10px;
}

.trust-benefits-grid {
    margin-top: 12px;
    border: 1px solid #e6eaf1;
    border-radius: 18px;
    background: #f3f4f7;
    display: grid;
    grid-template-columns: 1fr;
}

.trust-benefit-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border-bottom: 1px solid #d9dee8;
}

.trust-benefit-item:last-child {
    border-bottom: none;
}

.trust-benefit-item .material-symbols-outlined {
    color: #16356f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.trust-benefit-item h4 {
    margin: 0;
    color: #001f3f;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.18;
}

.trust-benefit-item p {
    margin: 8px 0 0;
    color: #5c697f;
    font-size: 1.26rem;
    line-height: 1.52;
}

.trust-benefit-avatar {
    width: 156px;
    height: 156px;
    object-fit: cover;
    border-radius: 999px;
    border: 1px solid #d2d7e1;
}

.trust-benefit-note {
    margin-top: 12px;
    display: block;
    font-size: 1.1rem;
    color: #2d3d5f;
    font-weight: 700;
    line-height: 1.35;
}

.trust-benefit-note-green {
    color: #118b49;
    font-weight: 800;
}

.trust-benefit-brand .material-symbols-outlined {
    background: #edf1f8;
    color: #16356f;
}

.trust-benefit-shield {
    color: #0b8a48 !important;
    font-size: 66px !important;
    line-height: 1;
}

.trust-brand-badge {
    margin-top: 22px;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    color: #4b5567;
    font-size: 1.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.trust-brand-initials {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    background: #1f2531;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 500;
}

.trust-benefit-accent .material-symbols-outlined {
    background: #e9f8ee;
    color: #0f8f49;
}

.trust-practice-more {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.practice-more-btn {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #d6dbe5;
    background: #fff;
    color: #16356f;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    font-size: 0.9rem;
}

.practice-more-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 31, 63, 0.08);
}

.practice-more-btn span {
    font-size: 18px;
    line-height: 1;
}

.practice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 31, 63, 0.09);
}

.practice-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    align-items: start;
}

.practice-label {
    margin: 0;
    color: #6a7589;
    font-size: 0.76rem;
    font-weight: 700;
}

.practice-value {
    margin: 3px 0 0;
    color: #14305f;
    font-size: 2.05rem;
    font-weight: 900;
    line-height: 1.1;
}

.practice-value-final {
    color: #f97316;
}

.practice-arrow {
    color: #f97316;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 900;
    align-self: center;
}

.practice-uplift {
    margin: 12px 0 2px;
    color: #0f8f49;
    font-size: 1.95rem;
    font-weight: 900;
    line-height: 1.1;
    background: #ecf8f0;
    border: 1px solid #c9ebd4;
    border-radius: 10px;
    padding: 8px 8px 5px;
    text-align: center;
}

.practice-uplift-note {
    margin: 4px 0 0;
    color: #5a6780;
    font-size: 0.82rem;
    text-align: center;
}

.practice-footer {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #e5e9f0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
}

.practice-footer .testimonial-name {
    font-size: 0.88rem;
    margin: 0;
}

.practice-footer .testimonial-location {
    font-size: 0.76rem;
}

.practice-footer .testimonial-stars {
    margin: 3px 0 0;
}

.trust-bottom-cta {
    margin-top: 10px;
    background: #eef2f8;
    border: 1px solid #e4e9f1;
    border-radius: 16px;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}

.trust-bottom-text {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    color: #001f3f;
}

.trust-bottom-text .material-symbols-outlined {
    width: 82px;
    height: 82px;
    border-radius: 999px;
    background: #16356f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    flex: 0 0 82px;
}

.trust-bottom-text strong {
    display: block;
    font-size: 2rem;
    line-height: 1.1;
}

.trust-bottom-text p {
    margin: 10px 0 0;
    color: #5c697f;
    font-size: 1.55rem;
    line-height: 1.3;
}

.trust-accent-word {
    color: #ff7b00;
    font-weight: 800;
}

.trust-bottom-cta .scroll-cta-btn {
    min-height: 88px;
    border-radius: 14px;
    padding: 0 42px;
    font-size: 2rem;
    font-weight: 800;
    width: 100%;
    justify-content: center;
    box-shadow: none;
}

.trust-bottom-cta .scroll-cta-btn .scroll-cta-arrow {
    margin-left: 14px;
    font-size: 34px;
}

.trust-badges {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.trust-badge {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
}

.trust-badge .material-symbols-outlined {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #edf1f8;
    color: #16356f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.trust-badge strong {
    color: #001f3f;
    font-size: 1.35rem;
    line-height: 1.2;
}

.trust-badge p {
    margin: 5px 0 0;
    color: #5c697f;
    font-size: 1.14rem;
}

.testimonial-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.testimonial-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.testimonial-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 24px));
    max-height: calc(100vh - 24px);
    overflow: auto;
    margin: 12px auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 18px 22px;
}

.testimonial-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #9aa5b8;
    background: #ffffff;
    color: #4a5a77;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
}

.testimonial-modal-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.testimonial-modal-avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 3px solid #f97316;
    background: #e9edf4;
    color: #16356f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 900;
}

.testimonial-modal-title {
    color: #16356f;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 6px;
}

.testimonial-modal-meta {
    color: #566683;
    font-size: 1.2rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.testimonial-modal-meta .material-symbols-outlined {
    font-size: 18px;
    color: #f97316;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.testimonial-modal-quote {
    border-left: 4px solid #f97316;
    background: #f2f4f8;
    border-radius: 12px;
    padding: 16px;
    color: #23334a;
    font-size: 1.07rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-modal-subtitle {
    color: #f97316;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: 900;
    margin: 0 0 10px;
}

.testimonial-modal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d7dde8;
    border-radius: 12px;
    overflow: hidden;
}

.testimonial-modal-table th {
    background: #16356f;
    color: #ffffff;
    font-size: 0.98rem;
    text-align: left;
    padding: 10px 12px;
}

.testimonial-modal-table td {
    padding: 12px;
    border-top: 1px solid #d7dde8;
    color: #2d3a50;
}

.testimonial-modal-table td:last-child {
    color: #f97316;
    font-weight: 800;
}

.testimonial-modal-extra {
    margin-top: 16px;
}

.testimonial-timeline {
    margin: 0 0 14px;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    position: relative;
}

.testimonial-timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: #d8deea;
}

.testimonial-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    align-items: flex-start;
}

.testimonial-timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #f97316;
    border: 2px solid #ffd8b6;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

.testimonial-timeline-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-timeline-day {
    color: #16356f;
    font-weight: 800;
    line-height: 1.2;
}

.testimonial-timeline-text {
    color: #2d3a50;
    line-height: 1.35;
}

.testimonial-modal-paragraph {
    margin: 0 0 12px;
    color: #2d3a50;
}

.testimonial-highlight {
    margin: 8px 0 14px;
    font-weight: 800;
    color: #16356f;
}

.testimonial-modal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: #f97316;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .testimonial-card { flex-basis: calc((100% - 18px) / 2); }
}

@media (max-width: 767px) {
    .testimonial-card { flex-basis: 100%; min-height: 0; }
    .testimonials-shell { padding-top: 50px; }
    .testimonial-nav { width: 38px; height: 38px; top: 0; bottom: auto; transform: none; }
    .testimonial-nav-prev { left: auto; right: 46px; }
    .testimonial-nav-next { right: 0; }
    .testimonial-modal-title { font-size: 1.45rem; }
    .testimonial-modal-meta { font-size: 1rem; }
    .trust-practice-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .trust-system-panel { padding: 0; }

    .trust-bottom-cta {
        padding: 14px;
        gap: 12px;
    }

    .trust-bottom-text {
        gap: 10px;
        align-items: center;
    }

    .trust-bottom-text .material-symbols-outlined {
        width: 50px;
        height: 50px;
        font-size: 24px;
        flex: 0 0 50px;
    }

    .trust-bottom-text strong {
        font-size: 1.3rem;
    }

    .trust-bottom-text p {
        margin-top: 5px;
        font-size: 0.95rem;
    }

    .trust-bottom-cta .scroll-cta-btn {
        min-height: 56px;
        border-radius: 10px;
        font-size: 1.05rem;
        padding: 0 18px;
    }

    .trust-bottom-cta .scroll-cta-btn .scroll-cta-arrow {
        font-size: 22px;
    }

    .trust-badge .material-symbols-outlined {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .trust-badge strong {
        font-size: 1rem;
    }

    .trust-badge p {
        font-size: 0.84rem;
        margin-top: 3px;
    }

    .trust-benefit-item {
        padding: 14px;
        gap: 10px;
    }

    .trust-benefit-avatar {
        width: 68px;
        height: 68px;
    }

    .trust-benefit-item .material-symbols-outlined {
        font-size: 30px;
    }

    .trust-benefit-shield {
        font-size: 40px !important;
    }

    .trust-benefit-item h4 {
        font-size: 1.15rem;
    }

    .trust-benefit-item p {
        font-size: 0.95rem;
        margin-top: 4px;
    }

    .trust-benefit-note {
        font-size: 0.9rem;
        margin-top: 8px;
    }

    .trust-brand-badge {
        margin-top: 12px;
        font-size: 1rem;
        gap: 8px;
    }

    .trust-brand-initials {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .practice-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-benefit-item {
        border-bottom: none;
        border-right: 1px solid #d9dee8;
    }

    .trust-benefit-item:last-child {
        border-right: none;
    }

    .trust-bottom-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .trust-bottom-cta .scroll-cta-btn {
        width: auto;
        min-width: 420px;
    }

    .trust-badges {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-system-panel { padding: 0; }
}

@media (min-width: 1024px) {
    .trust-flow-grid {
        grid-template-columns: 1fr auto 1fr auto 1fr;
        align-items: stretch;
        gap: 10px;
    }

    .trust-flow-arrow {
        display: flex;
    }

    .practice-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-system-panel { padding: 0; }
}
