/* Reset and Base Styles */

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    line-height: 1.6;

    color: #333;

    background-color: #dde7ee;

    padding: 0 15px;

}



img {

    max-width: 100%;

    height: auto;

    display: block;

}



button {

    cursor: pointer;

    border: none;

    background: none;

    font-family: inherit;

}

.page-container {

    max-width: 1204px;

    margin: 20px auto 0;

    background-color: #ffffff;

    border-radius: 15px;

}

/* Container */

.container {

    max-width: 1204px;

    margin: 0 auto;

    padding: 0 42px;

}



/* Header and Hero Section */

.hero-section {

    padding: 36px 0 18px;

}



.logo {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-bottom: 24px;

}



.logo-icon {

    width: 387px;

}



.hero-content {

    display: flex;

    align-items: center;

    gap: 60px;

    padding: 0 60px;

}



.hero-image {

    width: 40%;

    flex-shrink: 0;

}



.advisors-image {

    width: 100%;

    height: auto;

}



.hero-text {

    max-width: 500px;

}



.hero-title {

    font-family: "Inter", sans-serif;

    font-weight: 900;

    color: #386180;

    font-size: 49px;

    letter-spacing: -1.23px;

    line-height: 59px;

    margin-bottom: 24px;

}



.hero-subtitle {

    font-family: "Inter", sans-serif;

    font-weight: 600;

    color: #064168;

    font-size: 21.4px;

    letter-spacing: -0.38px;

    line-height: 21.4px;

    margin-bottom: 24px;

}



.consent-checkbox {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 16px;

}



.consent-body {

    justify-content: center;

}



.checkbox {

    width: 18px;

    height: 18px;

    accent-color: #2290ec;

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    border: 1px solid #58748d;

    border-right-width: 2px;

    border-bottom-width: 2px;

    background-color: white;

    cursor: pointer;

    position: relative;

    transition: all 0.3s ease;

    /* box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1); */

}



.checkbox:checked {

    /* background-color: #2290ec;

    border-color: #2290ec; */

    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);

}



.checkbox:checked::after {

    content: "\f00c";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    position: absolute;

    top: 0px;

    left: 1.5px;

    color: #000308;

    font-size: 14px;

    line-height: 1;

}



.checkbox:hover {

    /* border-color: #2290ec; */

    box-shadow: -2px 2px 6px rgba(34, 144, 236, 0.2);

}



.checkbox:focus {

    outline: none;

    /* border-color: #2290ec; */

    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(34, 144, 236, 0.1);

}



.checkbox-label {

    font-family: "Inter", sans-serif;

    font-weight: 600;

    color: #58748d;

    font-size: 16.3px;

    letter-spacing: -0.3px;

}



.checkbox-label.large {

    font-size: 22.2px;

    letter-spacing: -0.41px;

}



.checkbox-label.light {

    color: #e7eef3;

    font-size: 19.2px;

    letter-spacing: -0.36px;

}



.trust-section {

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-top: 20px;

}



.trusted-by {

    background: #f8fafc;

    padding: 6px 10px;

    font-size: 14px;

    font-weight: 600;

    color: #064168;

}



.rating-stars {

    font-size: 16px;

    color: #ffc801;

}



/* How It Works Section */

.how-it-works {

    background-color: #309ee8;

    padding: 48px 0 60px 0;

}



.section-title {

    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    font-weight: 700;

    color: #ffffff;

    font-size: 50px;

    letter-spacing: -0.96px;

    text-align: center;

    margin-bottom: 40px;

}



.steps-container {

    display: flex;

    justify-content: space-around;

    align-items: flex-start;

    margin-bottom: 32px;

    gap: 16px;

}



.step {

    display: flex;

    flex-direction: column;

    align-items: center;

    width: 100%;

}



.step-image {

    max-width: 287px;

    height: auto;

}



.step-text {

    width: 100%;

    background-color: #f8fafc;

    padding: 16px;

    border-radius: 12px;

    gap: 12px;

    display: flex;

    align-items: center;

    margin-top: 24px;

}



.step-text i {

    font-size: 20px;

}



.step-text span {

    font-size: 18px;

    font-weight: 800;

}



/* Guidance Section */

.guidance-section {

    background-color: #ffffff;

    padding: 48px 0;

}



.email-form-body .email-input {

    padding-top: 22px;

    padding-bottom: 22px;

    font-size: 24px;

    width: 270px;

}



.email-form-body .email-input-wrapper {

    padding-right: 14px;

}



.email-form-body .email-form-container {

    max-width: 660px;

}



.email-form-body .search-icon {

    font-size: 20px;

}



.email-form-body .consultation-button {

    font-size: 24px;

    padding: 18px 12px;
	min-width:150px;

}



.guidance-section .email-form-section {

    margin-top: 45px;

    margin-bottom: 8px;

}



.consent-body .checkbox {

    width: 20px;

    height: 20px;

}



.consent-body .checkbox:checked::after {

    font-size: 15px;

    top: 1px;

    left: 2px;

}



.guidance-title {

    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    font-weight: 700;

    color: #309ee8;

    font-size: 45px;

    text-align: center;

    letter-spacing: -2.25px;

    line-height: 54px;

    margin-bottom: 44px;

}



.video-container {

    display: flex;

    justify-content: center;

}



.video-wrapper {

    position: relative;

    width: 626px;

    height: 360px;

}



.video-wrapper iframe {

    border-radius: 14px;

}



.email-form-section {

    display: flex;

    justify-content: center;

    margin-bottom: 12px;

}



.email-form-container {

    max-width: 643px;

    width: 100%;

}



.email-input-wrapper {

    display: flex;

    align-items: center;

    background-color: #e7eef3;

    border: 2px solid #e7eef3;

    border-radius: 12px;

    padding: 4px 6px 4px 16px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    transition: border-color 0.3s ease;

}



.email-input-wrapper:focus-within {

    border-color: #309ee8;

    box-shadow: 0 2px 12px rgba(48, 158, 232, 0.2);

}



.search-icon {

    color: #8ca9bb;

    margin-right: 0px;

    flex-shrink: 0;

    font-size: 15px;

}



.email-input {

    flex: 1;

    border: none;

    outline: none;

    padding: 13px 12px;

    font-size: 16px;

    font-family: "Inter", sans-serif;

    background: #e7eef3;

    color: #333;

}



.hero-section .email-input {

    width: 150px;

}



.email-input {

    font-size: 18px;

}

.email-input::placeholder {

    color: #8ca9bb;

    font-weight: 600;

}



.consultation-button {

    background-color: #f89a21;

    color: white;

    padding: 12px;

    border: none;

    border-radius: 10px;

    font-size: 16px;

    font-weight: 600;

    font-family: "Inter", sans-serif;

    cursor: pointer;

    white-space: nowrap;

    transition: background-color 0.3s ease, transform 0.2s ease;

}



.consultation-button:hover {

    background-color: #2589d4;

    transform: translateY(-1px);

}



.consultation-button:active {

    transform: translateY(0);

}



/* FAQ Section */

.faq-section {

    background-color: #309ee8;

    padding: 48px 0 60px 0;

}



.faq-container {

    max-width: 1037px;

    margin: 0 48px;

    border-radius: 8px;

    padding: 24px;

    display: flex;

    flex-direction: column;

    gap: 12px;

}



.testimonials-container {

    max-width: 1037px;

    padding: 24px;

}



.faq-item {

    border-bottom: 1px solid #e5e7eb;

    background-color: white;

    padding: 0 20px;

    border-radius: 12px;

}



.faq-item:last-child {

    border-bottom: none;

}



.faq-question {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 0;

    font-family: "Inter", sans-serif;

    font-weight: 600;

    color: #000308;

    font-size: 18px;

    text-align: left;

    background: none;

    border: none;

    cursor: pointer;

    transition: color 0.2s ease;

}



.faq-question:hover {

    color: #2290ec;

}



.faq-icon {

    display: block;

    margin: auto;

}



.faq-question[aria-expanded="true"] .faq-icon {

    transform: rotate(45deg);

}



.faq-answer {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;

    padding-bottom: 0;

}



.faq-answer.active {

    padding-bottom: 20px;

}



.faq-answer p {

    color: #58748d;

    line-height: 1.6;

    padding-top: 16px;

    transition: opacity 0.3s ease 0.1s;

    opacity: 0;

}



.faq-answer.active p {

    opacity: 1;

}



/* Testimonials Section */

.testimonials-section {

    background-color: #ffffff;

    padding: 48px 0;

}



.testimonials-title {

    font-family: "Inter", sans-serif;

    font-weight: 700;

    color: #000308;

    font-size: 24px;

    padding: 0 24px;

    margin: 0 24px;

}



.testimonials-container {

    display: flex;

    flex-direction: column;

    gap: 24px;

    max-width: 1106px;

    margin: 0 24px;

}



.testimonial-header {

    margin-bottom: 6px;

}



.testimonial-name {

    font-family: "Inter", sans-serif;

    font-weight: 700;

    color: #000308;

    font-size: 18px;

}



.testimonial-meta {

    margin-bottom: 8px;

    margin-top: -6px;

}



.testimonial-time {

    font-family: "Inter", sans-serif;

    color: #58829e;

    font-size: 14px;

}



.testimonial-rating {

    color: #309ee8;

    font-size: 16px;

    margin-top: 6px;

}



.testimonial-text {

    font-family: "Inter", sans-serif;

    color: #000308;

    line-height: 1.6;

}



/* CTA Section */

.cta-section {

    background-color: #309ee8;

    padding: 75px 0px 75px 0px;

}



.cta-section .consent-checkbox {

    margin-bottom: 0;

}



.cta-section .email-form-section {

    margin-top: -6px;

    margin-bottom: 8px;

}



.cta-content {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 16px;

}



.cta-title {

    font-family: "Inter", sans-serif;

    font-weight: 900;

    color: #ffffff;

    font-size: 52px;

    letter-spacing: -0.18px;

    line-height: 52px;

}



.final-form-section {

    display: flex;

    justify-content: center;

}



.final-form-image {

    width: 400px;

    height: auto;

}



/* Footer */

.footer {

    background-color: #ffffff;

    padding: 70px 0;

    border-radius: 15px;

}



.footer-nav {

    display: flex;

    justify-content: space-around;

}



.footer-link {

    font-family: "Inter", sans-serif;

    font-weight: 600;

    color: #8193a0;

    font-size: 1.2rem;

    letter-spacing: -0.28px;

    text-decoration: none;

    transition: color 0.2s ease;

}



.footer-link:hover {

    color: #309ee8;

}



.footer-copyright {

    text-align: center;

    padding: 60px 0 50px;

}



.footer-copyright div {

    font-family: "Inter", sans-serif;

    font-weight: 600;

    color: #8193a0;

    font-size: 1.2rem;

    letter-spacing: -0.49px;

}



.logo-desktop {

    display: block;

}



.logo-mobile {

    display: none;

}



.guidance-note {

    display: none;

}



.footer-copyright-rights {

    margin-left: 12px;

}



/* Responsive Design */

@media (max-width: 1024px) {

    .container {

        padding: 0 16px;

    }



    .hero-content {

        flex-direction: column;

        text-align: center;

    }



    .hero-text {

        max-width: 100%;

    }



    .hero-title {

        font-size: 40px;

        line-height: 48px;

    }



    .steps-container {

        flex-wrap: wrap;

        gap: 32px;

    }



    .cta-content {

        flex-direction: column;

        text-align: center;

        gap: 32px;

    }



    .cta-title {

        font-size: 40px;

        line-height: 48px;

    }

}



.hero-text-mobile {

    display: none;

}

.btn_mobile { 

	  display: none; 

}





/* =========================================================
   Medicare Multi-Step Modal — Full CSS
   Prefix: .msf-*
   ========================================================= */

/* ---------- Theme tokens (tweak to match your brand) ---------- */
:root {
    --msf-primary: #1a73e8;
    --msf-primary-600: #1669d1;
    --msf-primary-700: #1158ad;
    --msf-surface: #ffffff;
    --msf-bg: #f6f8fb;
    --msf-text: #0f172a;
    --msf-muted: #64748b;
    --msf-border: #d1d5db;
    --msf-border-strong: #c5cbd4;
    --msf-danger: #d93025;
    --msf-radius: 12px;
    --msf-radius-sm: 8px;
    --msf-shadow: 0 10px 30px rgba(2, 6, 23, 0.15);
    --msf-transition: 180ms ease;
}

/* Stop page scroll when modal is open */
html.msf-open { overflow: hidden; }

/* ---------- Modal shell ---------- */
.msf-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--msf-transition), visibility var(--msf-transition);
}
.msf-modal[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
}

.msf-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.55);
}

.msf-dialog {
    position: relative;
    width: min(760px, 96vw);
    max-height: 90vh;
    overflow: auto;
    border-radius: var(--msf-radius);
    background: var(--msf-surface);
    box-shadow: var(--msf-shadow);
    padding: 20px 20px 16px;
}

.msf-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: var(--msf-muted);
    padding: 6px;
    border-radius: 8px;
}
.msf-close:hover { color: var(--msf-text); background: #f2f4f7; }

/* ---------- Header + progress ---------- */
.msf-header { padding: 8px 4px 12px; }

.msf-progress {
    height: 10px;
    width: 100%;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top:35px;
}
.msf-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--msf-primary);
    transition: width 240ms ease;
}

.msf-progress-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--msf-muted);
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.msf-title {
    margin: 8px 0 0;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    color: var(--msf-text);
    font-weight: 700;
}
.msf-subtitle {
    margin: 6px 0 0;
    color: var(--msf-muted);
    font-size: 1rem;
}

/* ---------- Form layout ---------- */
.msf-form { padding: 10px 4px 4px; }

.msf-step[hidden] { display: none !important; }
.msf-instruction { margin: 10px 0 14px; font-size: 1.05rem; color: var(--msf-text); }

.msf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 640px) {
    .msf-row { grid-template-columns: 1fr; }
}

.msf-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.msf-group label {
    font-weight: 600;
    color: var(--msf-text);
}
.msf-group input[type="text"],
.msf-group input[type="tel"],
.msf-group input[type="email"] {
    appearance: none;
    width: 100%;
    border: 2px solid var(--msf-border);
    border-radius: var(--msf-radius-sm);
    padding: 14px 14px;
    font-size: 1.05rem;
    line-height: 1.2;
    transition: border-color var(--msf-transition), box-shadow var(--msf-transition);
    background: #fff;
    color: var(--msf-text);
}
.msf-group input:focus {
    outline: none;
    border-color: var(--msf-primary);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.18);
}
.msf-hint {
    color: var(--msf-muted);
    font-size: 0.9rem;
}

/* ---------- Validation (red border) ---------- */
.is-invalid,
.msf-group.is-invalid input,
.option-list.is-invalid {
    border-color: var(--msf-danger) !important;
    box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.16) !important;
}
.msf-group.is-invalid label { color: var(--msf-danger); }

/* Also flag the email trigger block if needed */
.email-input-wrapper.is-invalid {
    border: 2px solid var(--msf-danger);
    border-radius: var(--msf-radius-sm);
    padding: 8px; /* optional so the border doesn’t clip the input */
}
.consent-checkbox.is-invalid {
    border: 2px solid var(--msf-danger);
    border-radius: var(--msf-radius-sm);
    padding: 8px 10px;
}

/* ---------- Option lists (Single & Multiple) ---------- */
.option-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    /* For validation border on the whole group */
    border: 2px solid transparent;
    border-radius: var(--msf-radius-sm);
    padding: 2px;
}

/* Hide native inputs but keep them accessible */
.option-list input[type="radio"],
.option-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Each choice card */
.option-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 2px solid var(--msf-border);
    border-radius: var(--msf-radius-sm);
    background: #fff;
    padding: 16px 52px 16px 16px;
    transition:
            background-color var(--msf-transition),
            border-color var(--msf-transition),
            color var(--msf-transition),
            box-shadow var(--msf-transition);
    min-height: 56px; /* larger tap target for seniors */
}

.option-item .option-label {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--msf-text);
}

/* Custom indicator (right side) */
.option-item label::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid var(--msf-border-strong);
    border-radius: var(--indicator-radius, 8px);
    background: #fff;
    pointer-events: none;
}

/* Circle for single-select, square for multi-select */
.option-list--single .option-item label::after { --indicator-radius: 999px; }
.option-list--multiple .option-item label::after { --indicator-radius: 6px; }

/* Selected states (JS sets aria-checked=true; also works if you toggle input:checked) */
.option-list--single .option-item[aria-checked="true"] label,
.option-list--single .option-item label:has(input:checked) {
    background: var(--msf-primary);
    border-color: var(--msf-primary);
    color: #fff;
}
.option-list--single .option-item[aria-checked="true"] .option-label,
.option-list--single .option-item label:has(input:checked) .option-label {
    color: #fff;
}

.option-list--multiple .option-item[aria-checked="true"] label,
.option-list--multiple .option-item label:has(input:checked) {
    background: var(--msf-primary);
    border-color: var(--msf-primary);
    color: #fff;
}

/* Check mark inside the indicator box */
.option-item[aria-checked="true"] label::before,
.option-item label:has(input:checked)::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-52%) rotate(45deg);
    width: 7px;
    height: 13px;
    border-right: 3px solid var(--msf-primary-700);
    border-bottom: 3px solid var(--msf-primary-700);
    pointer-events: none;
}
.option-item[aria-checked="true"] label::after,
.option-item label:has(input:checked)::after {
    border-color: #fff;
    background: #fff;
}

/* Hover/active/focus */
.option-item label:hover {
    border-color: var(--msf-primary-600);
    box-shadow: 0 2px 0 rgba(2, 6, 23, 0.06);
}
.option-item:focus-within label {
    outline: 3px solid rgba(26, 115, 232, 0.22);
    outline-offset: 2px;
}

/* ---------- Footer buttons ---------- */
.msf-footer {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 4px;
}

.msf-btn {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 80ms ease, background-color var(--msf-transition), box-shadow var(--msf-transition);
    min-width: 130px;
}
.msf-btn:active { transform: translateY(1px); }

.msf-btn:not(.msf-btn--secondary) {
    background: var(--msf-primary);
    color: #fff;
    box-shadow: 0 2px 0 rgba(2, 6, 23, 0.06);
}
.msf-btn:not(.msf-btn--secondary):hover { background: var(--msf-primary-600); }

.msf-btn--secondary {
    background: #ffffff;
    color: var(--msf-text);
    border: 2px solid var(--msf-border);
}
.msf-btn--secondary:hover { border-color: var(--msf-primary-600); }

.msf-btn[disabled],
.msf-btn[disabled]:hover {
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

/* ---------- Misc: screen-reader only ---------- */
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Small screens ---------- */
@media (max-width: 480px) {
    .msf-dialog { padding: 16px 14px 12px; }
    .msf-footer { gap: 10px; }
    .msf-btn { width: 100%; min-width: 0; }
    .msf-footer { flex-direction: column; align-items: stretch; }
}
/* ==== Full-screen mobile modal, no page visible behind ==== */
@media (max-width: 640px) {
    .msf-modal { padding: 0; }                /* remove outer padding */
    .msf-dialog {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        padding: 16px 14px 12px;
        display: flex;
        flex-direction: column;
        overflow: hidden;                        /* header fixed, form scrolls */
    }
    .msf-form { flex: 1; overflow: auto; }
}

/* ==== Remove borders around each option card ==== */
.option-item label {

    box-shadow: none;
    background: #fff;
}

/* Keep group-level red border for validation */
.option-list.is-invalid { border-width: 2px; }

/* Selected states (no borders) */
.option-list--single .option-item[aria-checked="true"] label,
.option-list--multiple .option-item[aria-checked="true"] label {
    background: var(--msf-primary);
    color: #fff;
}

/* Hover/focus polish without borders */
.option-item label:hover { background: #f7f9fc; }
.option-item:focus-within label { outline: 3px solid rgba(26,115,232,.22); outline-offset: 2px; }

/* Remove the old pseudo indicators (we're using FA icons now) */
.option-item label::after,
.option-item label::before { content: none !important; }

/* Font Awesome indicator position */
.option-item {
    position: relative;
}
.option-item .option-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
    color: var(--msf-border-strong); /* default gray */
}

/* When selected, make icon white on blue background */
.option-item[aria-checked="true"] .option-icon {
    color: #fff;
}


/* --- Trust line under buttons (hidden on Thank You) --- */
.msf-trust{
    text-align:center;
    margin:8px 0 2px;
    color:var(--msf-muted);
    font-size:.95rem;
}
.msf-trust i{ margin-right:8px; }

/* --- Thank You screen --- */
.msf-thanks{ padding:14px 6px 22px; text-align:center; }
.msf-thanks .advisors-image{
    max-width:480px; width:100%; height:auto;
    border-radius:12px; margin:6px auto 16px; display:block;
}
.msf-thanks h3{ font-size:clamp(1.25rem,2vw,1.6rem); margin:6px 0; }
.msf-thanks p{ color:var(--msf-text); margin:8px 0 0; }
.msf-thanks .msf-btn{ margin-top:16px; }

/* Hide step UI & trust when in Thank You mode */
.msf-modal.is-thanks .msf-progress,
.msf-modal.is-thanks .msf-progress-meta,
.msf-modal.is-thanks .msf-form > .msf-step,
.msf-modal.is-thanks .msf-footer,
.msf-modal.is-thanks .msf-trust,
.msf-modal.is-thanks .msf-subtitle{ display:none !important; }

/* Show the thanks section in Thank You mode */
.msf-modal.is-thanks .msf-thanks{ display:block !important; }


/* =========================================================
   END Medicare Multi-Step Modal — Full CSS
   ========================================================= */


