/* =========================================================
   ZACHRY INSURANCE
   PARENT COVERAGE WIZARD
========================================================= */


/* =========================================================
   HERO
========================================================= */

.parent-wizard-hero {
    background:
        linear-gradient(
            135deg,
            #0f172a 0%,
            #172b46 52%,
            #1e3a5f 100%
        );

    padding: 95px 0 110px;
}


.parent-wizard-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(440px, 1.08fr);

    gap: 70px;

    align-items: start;
}


/* =========================================================
   INTRO
========================================================= */

.parent-wizard-intro {
    padding-top: 22px;
}


.parent-wizard-eyebrow {
    display: inline-block;

    color: #e8c95b;

    font-size: 0.78rem;
    font-weight: 800;

    letter-spacing: 0.15em;

    margin-bottom: 16px;
}


.parent-wizard-eyebrow.dark {
    color: #806515;
}


.parent-wizard-intro > h1 {
    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(3rem, 5vw, 4.7rem);
    line-height: 1.03;

    letter-spacing: -0.035em;

    margin: 0 0 25px;
}


.parent-wizard-intro > h1 span {
    color: #e8c95b;
}


.parent-wizard-lead {
    max-width: 670px;

    color: #dbeafe;

    font-size: 1.08rem;
    line-height: 1.85;

    margin: 0 0 42px;
}


/* =========================================================
   INTRO FEATURES
========================================================= */

.parent-wizard-feature-list {
    display: grid;

    gap: 25px;
}


.parent-wizard-feature {
    display: grid;

    grid-template-columns: 48px 1fr;

    gap: 18px;

    align-items: start;
}


.parent-wizard-feature-number {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 48px;
    height: 48px;

    border:
        1px solid
        rgba(232, 201, 91, 0.4);

    border-radius: 50%;

    color: #e8c95b;

    font-size: 0.75rem;
    font-weight: 800;
}


.parent-wizard-feature h2 {
    color: #ffffff;

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

    font-size: 1rem;

    margin: 0 0 5px;
}


.parent-wizard-feature p {
    color: #b9c9dc;

    font-size: 0.92rem;
    line-height: 1.65;

    margin: 0;
}


/* =========================================================
   WIZARD CARD
========================================================= */

.parent-wizard-card {
    width: 100%;

    background: #ffffff;

    border:
        1px solid
        rgba(255, 255, 255, 0.2);

    border-radius: 26px;

    box-shadow:
        0 32px 80px
        rgba(0, 0, 0, 0.28);

    overflow: hidden;
}


.parent-wizard-screen {
    padding: 46px;
}


.parent-wizard-screen[hidden] {
    display: none;
}


/* =========================================================
   BADGES
========================================================= */

.parent-wizard-badge {
    display: inline-flex;

    align-items: center;

    background: #f6efcf;

    color: #68510e;

    border-radius: 999px;

    padding: 8px 13px;

    font-size: 0.75rem;
    font-weight: 800;

    letter-spacing: 0.055em;

    text-transform: uppercase;

    margin-bottom: 22px;
}


.parent-wizard-complete-badge {
    background: #dcfce7;

    color: #166534;
}


/* =========================================================
   CARD HEADINGS
========================================================= */

.parent-wizard-screen > h2 {
    color: #0f172a;

    font-family: "Playfair Display", serif;

    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.15;

    margin: 0 0 18px;
}


.parent-wizard-screen > p {
    color: #64748b;

    font-size: 1rem;
    line-height: 1.75;

    margin: 0 0 28px;
}


/* =========================================================
   IMPORTANT BOX
========================================================= */

.parent-wizard-important-box {
    border: 1px solid #f4d98b;

    background: #fffaf0;

    border-radius: 14px;

    padding: 18px;

    margin: 24px 0;
}


.parent-wizard-important-box strong {
    display: block;

    color: #5f4710;

    margin-bottom: 6px;
}


.parent-wizard-important-box p {
    color: #6b5a2a;

    font-size: 0.9rem;
    line-height: 1.65;

    margin: 0;
}


/* =========================================================
   START CHECK LIST
========================================================= */

.parent-wizard-check-list {
    display: grid;

    gap: 13px;

    margin: 28px 0 32px;
}


.parent-wizard-check-list > div {
    display: flex;

    gap: 11px;

    align-items: center;

    color: #334155;

    font-size: 0.93rem;
    font-weight: 600;
}


.parent-wizard-check-list span {
    display: inline-flex;

    justify-content: center;
    align-items: center;

    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    border-radius: 50%;

    background: #f6efcf;

    color: #68510e;

    font-size: 0.8rem;
    font-weight: 800;
}


.parent-wizard-small-note {
    color: #94a3b8 !important;

    font-size: 0.79rem !important;
    line-height: 1.5 !important;

    text-align: center;

    margin: 16px 0 0 !important;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.parent-wizard-primary-button {
    display: inline-flex;

    justify-content: center;
    align-items: center;

    width: 100%;

    min-height: 54px;

    border: 0;

    border-radius: 12px;

    background: #c9a227;

    color: #0f172a;

    padding: 16px 22px;

    font-family: inherit;

    font-size: 0.97rem;
    font-weight: 800;
    line-height: 1.2;

    text-align: center;
    text-decoration: none;

    cursor: pointer;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}


.parent-wizard-primary-button:hover {
    background: #d7b63e;

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px
        rgba(128, 101, 21, 0.22);
}


.parent-wizard-primary-button:disabled {
    opacity: 0.65;

    cursor: not-allowed;

    transform: none;

    box-shadow: none;
}


/* =========================================================
   BACK / TEXT BUTTONS
========================================================= */

.parent-wizard-back-button {
    border: 0;

    background: transparent;

    color: #64748b;

    padding: 5px 0;

    font-family: inherit;

    font-size: 0.88rem;
    font-weight: 700;

    cursor: pointer;
}


.parent-wizard-back-button:hover {
    color: #0f172a;
}


.parent-wizard-text-button {
    display: block;

    width: 100%;

    margin-top: 15px;

    border: 0;

    background: transparent;

    color: #64748b;

    font-family: inherit;

    font-size: 0.88rem;
    font-weight: 700;

    cursor: pointer;
}


.parent-wizard-text-button:hover {
    color: #0f172a;
}


/* =========================================================
   ACCESSIBILITY FOCUS
========================================================= */

.parent-wizard-primary-button:focus-visible,
.parent-wizard-back-button:focus-visible,
.parent-wizard-text-button:focus-visible,
.parent-wizard-option:focus-visible,
.parent-wizard-home-link:focus-visible,
.parent-wizard-resource-links a:focus-visible {
    outline:
        3px solid
        rgba(128, 101, 21, 0.35);

    outline-offset: 3px;
}


/* =========================================================
   PROGRESS BAR
========================================================= */

.parent-wizard-progress-header {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 9px;

    color: #64748b;

    font-size: 0.8rem;
    font-weight: 700;
}


.parent-wizard-progress-track {
    width: 100%;
    height: 7px;

    overflow: hidden;

    background: #e2e8f0;

    border-radius: 999px;

    margin-bottom: 40px;
}


.parent-wizard-progress-bar {
    width: 14%;

    height: 100%;

    background:
        linear-gradient(
            90deg,
            #a88517,
            #d5b73e
        );

    border-radius: inherit;

    transition: width 0.35s ease;
}


/* =========================================================
   QUESTION
========================================================= */

.parent-wizard-question-number {
    color: #806515;

    font-size: 0.73rem;
    font-weight: 800;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    margin-bottom: 12px;
}


.parent-wizard-question-title {
    color: #0f172a;

    font-family: "Playfair Display", serif;

    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.2;

    margin: 0 0 10px;
}


.parent-wizard-question-description {
    color: #64748b;

    font-size: 0.94rem;
    line-height: 1.65;

    margin: 0 0 27px;
}


/* =========================================================
   QUESTION OPTIONS
========================================================= */

.parent-wizard-options {
    display: grid;

    gap: 11px;
}


.parent-wizard-option {
    display: block;

    width: 100%;

    border: 1px solid #dbe2ea;

    border-radius: 13px;

    background: #ffffff;

    color: #334155;

    padding: 16px 18px;

    text-align: left;

    font-family: inherit;

    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;

    cursor: pointer;

    transition:
        border-color 0.17s ease,
        background 0.17s ease,
        transform 0.17s ease,
        box-shadow 0.17s ease;
}


.parent-wizard-option:hover {
    border-color: #c9a227;

    background: #fffcf0;

    transform: translateY(-1px);

    box-shadow:
        0 6px 16px
        rgba(15, 23, 42, 0.06);
}


.parent-wizard-option.selected {
    border-color: #a88517;

    background: #faf3d3;

    color: #4c3b0c;

    box-shadow:
        0 0 0 1px
        rgba(168, 133, 23, 0.12);
}


.parent-wizard-navigation {
    margin-top: 28px;

    min-height: 25px;
}


/* =========================================================
   RESULTS
========================================================= */

.parent-wizard-results-summary {
    display: grid;

    gap: 16px;

    margin: 28px 0;
}


.parent-wizard-result-topic {
    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    padding: 18px;
}


.parent-wizard-result-topic.is-alert {
    background: #fffaf0;

    border-color: #f4d98b;
}


.parent-wizard-result-topic h3 {
    color: #0f172a;

    font-size: 0.96rem;
    line-height: 1.4;

    margin: 0 0 7px;
}


.parent-wizard-result-topic.is-alert h3 {
    color: #5f4710;
}


.parent-wizard-result-topic p {
    color: #64748b;

    font-size: 0.9rem;
    line-height: 1.65;

    margin: 0;
}


.parent-wizard-result-topic.is-alert p {
    color: #6b5a2a;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.parent-wizard-disclaimer {
    background: #fffbea;

    border: 1px solid #eadb9e;

    border-radius: 13px;

    padding: 17px;

    margin: 24px 0;
}


.parent-wizard-disclaimer strong {
    display: block;

    color: #4f3d0d;

    font-size: 0.88rem;

    margin-bottom: 5px;
}


.parent-wizard-disclaimer p {
    color: #6b5b2b;

    font-size: 0.78rem;
    line-height: 1.55;

    margin: 0;
}


/* =========================================================
   CONSULTATION CHOICE
========================================================= */

.parent-wizard-consultation-choice {
    padding-top: 10px;
}


.parent-wizard-consultation-choice h3 {
    color: #0f172a;

    font-size: 1.15rem;
    line-height: 1.4;

    margin: 0 0 7px;
}


.parent-wizard-consultation-choice p {
    color: #64748b;

    font-size: 0.9rem;
    line-height: 1.6;

    margin: 0 0 20px;
}


/* =========================================================
   CONTACT FORM
========================================================= */

.parent-wizard-contact-back {
    margin-bottom: 24px;
}


#parentCoverageLeadForm {
    margin-top: 30px;
}


#parentCoverageLeadForm label {
    color: #334155;

    font-weight: 700;
}


#parentCoverageLeadForm > input {
    width: 100%;
}


#parentCoverageLeadForm
.parent-wizard-primary-button {
    margin-top: 5px;
}


/* =========================================================
   SUCCESS
========================================================= */

.parent-wizard-success-screen {
    text-align: center;
}


.parent-wizard-success-check {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 68px;
    height: 68px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: #dcfce7;

    color: #166534;

    font-size: 1.8rem;
    font-weight: 800;
}


.parent-wizard-success-screen
.parent-wizard-badge {
    margin-left: auto;
    margin-right: auto;
}


.parent-wizard-success-screen
.parent-wizard-primary-button {
    margin-top: 15px;
}


.parent-wizard-home-link {
    display: inline-block;

    margin-top: 20px;

    color: #64748b;

    font-size: 0.87rem;
    font-weight: 700;

    text-decoration: underline;

    text-underline-offset: 3px;
}


.parent-wizard-home-link:hover {
    color: #0f172a;
}


/* =========================================================
   EDUCATIONAL SECTION
========================================================= */

.parent-wizard-info-section {
    background: #f8fafc;

    padding: 95px 0;
}


.parent-wizard-info-header {
    max-width: 780px;

    margin: 0 auto 48px;

    text-align: center;
}


.parent-wizard-info-header h2 {
    color: #0f172a;

    font-family: "Playfair Display", serif;

    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.18;

    margin: 0 0 16px;
}


.parent-wizard-info-header > p {
    color: #64748b;

    font-size: 1rem;
    line-height: 1.8;

    margin: 0;
}


/* =========================================================
   INFORMATION CARDS
========================================================= */

.parent-wizard-info-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.parent-wizard-info-card {
    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 18px;

    padding: 28px;

    box-shadow:
        0 10px 28px
        rgba(15, 23, 42, 0.05);
}


.parent-wizard-info-card > span {
    display: inline-flex;

    justify-content: center;
    align-items: center;

    width: 42px;
    height: 42px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #f6efcf;

    color: #68510e;

    font-size: 0.75rem;
    font-weight: 800;
}


.parent-wizard-info-card h3 {
    color: #0f172a;

    font-size: 1.05rem;
    line-height: 1.4;

    margin: 0 0 10px;
}


.parent-wizard-info-card p {
    color: #64748b;

    font-size: 0.92rem;
    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   RESOURCE LINKS
========================================================= */

.parent-wizard-resource-links {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 16px 30px;

    margin-top: 38px;
}


.parent-wizard-resource-links a {
    color: #0f274d;

    font-size: 0.92rem;
    font-weight: 800;

    text-decoration: none;

    text-underline-offset: 4px;
}


.parent-wizard-resource-links a:hover {
    color: #806515;

    text-decoration: underline;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .parent-wizard-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }


    .parent-wizard-intro {
        max-width: 780px;
    }


    .parent-wizard-card {
        max-width: 820px;
    }


    .parent-wizard-info-grid {
        grid-template-columns: 1fr;
    }


    .parent-wizard-info-card {
        max-width: 820px;

        width: 100%;

        margin: 0 auto;
    }

}


@media (max-width: 700px) {

    .parent-wizard-hero {
        padding: 65px 0 75px;
    }


    .parent-wizard-intro {
        padding-top: 0;
    }


    .parent-wizard-intro > h1 {
        font-size: 3rem;
    }


    .parent-wizard-lead {
        font-size: 1rem;
    }


    .parent-wizard-feature {
        grid-template-columns:
            40px 1fr;

        gap: 14px;
    }


    .parent-wizard-feature-number {
        width: 40px;
        height: 40px;
    }


    .parent-wizard-screen {
        padding: 30px 22px;
    }


    .parent-wizard-info-section {
        padding: 70px 0;
    }


    .parent-wizard-info-header {
        margin-bottom: 34px;
    }


    .parent-wizard-info-card {
        padding: 24px;
    }


    .parent-wizard-resource-links {
        display: grid;

        justify-content: stretch;

        gap: 14px;
    }


    .parent-wizard-resource-links a {
        text-align: center;
    }

}


@media (max-width: 430px) {

    .parent-wizard-intro > h1 {
        font-size: 2.55rem;
    }


    .parent-wizard-screen {
        padding: 27px 18px;
    }


    .parent-wizard-progress-header {
        gap: 12px;

        font-size: 0.75rem;
    }


    .parent-wizard-option {
        padding: 15px 16px;
    }

}