/* =========================================================
   FIND MY DESIGN PAGE
   HOME-PAGE MATCHED UI
========================================================= */


/* =========================================================
   PAGE COLOUR VARIABLES
   Uses the established CGFB brand palette.
========================================================= */

:root {
    --cg-orange: #EDAA02;
    --cg-blue: #3DB3E5;
    --cg-grey: #9A999A;
    --cg-dark: #20251F;
    --cg-white: #FFFFFF;
    --cg-border: #DDE3E6;
    --cg-blue-hover: #2490CE;
    --cg-orange-hover: #D89500;
    --cg-soft-blue: #F2FAFD;
    --cg-soft-grey: #F7F8F8;
}


/* =========================================================
   PAGE WRAPPER
========================================================= */

.find-design-page {
    padding: 54px 0 72px;

    color: var(--cg-dark);
    background: var(--cg-white);

    font-family: "Maven Pro", Arial, sans-serif;
}


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

.finder-page-intro {
    max-width: 920px;

    margin: 0 auto 32px;

    text-align: center;
}


.finder-eyebrow,
.wizard-kicker {
    margin: 0 0 8px;

    color: var(--cg-orange);

    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}


.finder-page-intro h1 {
    margin: 0 0 14px;
    color: var(--cg-dark);
    font-weight: 700;
    font-size: clamp(44px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.2px;
}

.finder-page-intro h1 span {
    color: var(--cg-blue);
}


.finder-page-intro > p:last-child {
    max-width: 780px;

    margin: 0 auto;

    color: var(--cg-dark);

    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}


/* =========================================================
   STEP PROGRESS WRAPPER
========================================================= */

.design-stepper-wrap {
    margin-bottom: 16px;
    padding: 19px 24px 16px;

    background: var(--cg-white);

    border: 1px solid var(--cg-border);
    border-radius: 10px;
}


/* =========================================================
   DESKTOP / TABLET STEPPER
========================================================= */

.design-stepper {
    --step-progress: 0%;

    position: relative;

    margin: 0;
    padding: 0;

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

    list-style: none;
}


.design-stepper::before,
.design-stepper::after {
    content: "";

    height: 2px;

    position: absolute;

    top: 17px;
    left: calc(100% / 12);
}


.design-stepper::before {
    right: calc(100% / 12);

    background: var(--cg-border);
}


.design-stepper::after {
    right: auto;

    width: calc((100% - (100% / 6)) * var(--step-progress));

    background: var(--cg-blue);

    transition: width .25s ease;
}


.design-step {
    position: relative;
    z-index: 2;

    text-align: center;
}


.design-step__circle {
    width: 34px;
    height: 34px;

    margin: 0 auto 7px;

    display: grid;
    place-items: center;

    color: var(--cg-dark);
    background: var(--cg-white);

    border: 2px solid var(--cg-grey);
    border-radius: 50%;

    font-size: 16px;
    font-weight: 600;
}


.design-step.is-active .design-step__circle,
.design-step.is-complete .design-step__circle {
    color: var(--cg-white);
    background: var(--cg-blue);

    border-color: var(--cg-blue);
}


.design-step__title {
    display: block;

    color: var(--cg-dark);

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   MOBILE STEP STATUS
========================================================= */

.mobile-step-status {
    display: none;
}


/* =========================================================
   WIZARD WRAPPER
========================================================= */

.design-wizard {
    width: 100%;

    overflow: hidden;

    background: var(--cg-white);

    border: 1px solid var(--cg-border);
    border-radius: 10px;

    box-shadow: 0 10px 30px rgba(32, 37, 31, .055);
}


/* =========================================================
   WIZARD PANEL VISIBILITY
========================================================= */

.wizard-panel {
    display: none;
}


.wizard-panel.is-active {
    display: block;
}


.wizard-panel[hidden] {
    display: none !important;
}


.wizard-panel.is-active:not([hidden]) {
    display: block;
}


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

.wizard-card {
    padding: 34px;
}

/* =========================================================
   STEP 1 — FIND MY DESIGN
========================================================= */

.wizard-card-home-style {
    padding: 38px;
    background: var(--cg-white);
}


/* =========================================================
   HEADING
========================================================= */

.home-finder-head {
    margin-bottom: 28px;

    display: flex;
    align-items: center;

    gap: 16px;
}


.home-finder-head-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: grid;
    place-items: center;

    color: var(--cg-blue);
    background: var(--cg-soft-blue);

    border-radius: 50%;
}


.home-finder-head-icon svg {
    width: 32px;
    height: 32px;
}


.home-finder-head h2 {
    margin: 0 0 10px;
    color: var(--cg-dark);
    font-size: 36px;
    line-height: 1.08;
    font-weight: 700;
}


/* =========================================================
   2 COLUMN LAYOUT
========================================================= */

.home-finder-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(330px, .65fr);

    gap: 34px;

    align-items: stretch;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.home-finder-main {
    min-width: 0;

    padding-right: 34px;

    border-right: 1px solid var(--cg-border);
}


.home-finder-copy {
    max-width: 720px;
}


.home-finder-copy h3 {
    margin: 0 0 10px;

    color: var(--cg-dark);

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}


.home-finder-copy p {
    /* max-width: 520px; */
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}


.home-finder-copy strong {
    color: var(--cg-blue-hover);

    font-weight: 700;
}


/* =========================================================
   TEXTAREA
========================================================= */

.home-textarea-wrap {
    position: relative;

    margin-bottom: 20px;
}


.home-textarea-icon {
    position: absolute;
    z-index: 2;

    top: 19px;
    left: 18px;

    color: var(--cg-blue);

    font-size: 18px;
}


.home-finder-textarea {
    width: 100%;
    min-height: 190px;

    padding:
        18px
        18px
        42px
        50px;

    color: var(--cg-dark);
    background: var(--cg-white);

    border: 1px solid #CFD9DF;
    border-radius: 8px;

    outline: 0;

    resize: vertical;

    font-family: "Maven Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}


.home-finder-textarea::placeholder {
    color: #6F767B;
    opacity: 1;
}


.home-finder-textarea:focus {
    border-color: var(--cg-blue);

    box-shadow:
        0 0 0 3px rgba(61, 179, 229, .12);
}


.home-textarea-count {
    position: absolute;

    right: 16px;
    bottom: 12px;

    color: #5D6670;

    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   CTA
========================================================= */

.home-finder-actions {
    display: flex;
    align-items: center;

    gap: 18px;
}


.home-finder-btn {
    min-width: 230px;
    min-height: 54px;
    color: var(--cg-white);
    background: var(--cg-blue);
    font-family: "Maven Pro", Arial, sans-serif;
    transition: background-color .2s ease, transform .2s ease;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid transparent;
    border-radius: var(--radius);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}


.home-finder-btn:hover {
    background: var(--cg-blue-hover);

    transform: translateY(-1px);
}


.home-finder-note {
    margin: 11px 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--cg-muted);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.home-finder-note i {
    color: var(--cg-orange);
}


/* =========================================================
   RIGHT EXAMPLE PANEL
========================================================= */

.home-example-box {
    min-height: 100%;

    padding: 23px;

    background: var(--cg-soft-blue);

    border-radius: 9px;
}


/* Example heading */

.home-example-heading {
    margin-bottom: 12px;

    display: flex;
    align-items: center;

    gap: 11px;
}

.home-example-heading-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    color: var(--cg-orange);
    background: var(--cg-white);
    border-radius: 50%;
    font-size: 26px;
}


.home-example-heading h4 {
    margin: 0 0 2px;
    color: var(--cg-blue-hover);
    font-size: 18px;
    font-weight: 700;
}


.home-example-heading p {
    margin: 0;

    color: #5D6670;

    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}


/* Example rows */

.home-example-row {
    width: 100%;

    padding: 17px 0;

    display: grid;
    grid-template-columns:
        24px
        minmax(0, 1fr)
        18px;

    align-items: start;

    gap: 11px;

    color: var(--cg-dark);
    background: transparent;

    border: 0;
    border-bottom: 1px solid #D4E1E7;

    text-align: left;

    transition:
        background-color .2s ease,
        padding .2s ease;
}


.home-example-row:hover {
    padding-left: 6px;
    padding-right: 6px;
}


.home-example-row.no-border {
    border-bottom: 0;
}


.home-example-icon {
    color: var(--cg-blue);

    font-size: 19px;
    line-height: 1;
}


.home-example-text {
       font-family: "Maven Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
}


.home-example-arrow {
    margin-top: 2px;

    color: var(--cg-blue);

    font-size: 18px;

    opacity: .65;
}



/* =========================================================
   GENERAL STEP HEADING
   Used from Step 2 onward.
========================================================= */

.wizard-heading {
    margin-bottom: 28px;
    padding-bottom: 22px;

    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);

    gap: 15px;

    border-bottom: 1px solid var(--cg-border);
}


.wizard-heading-number {
    width: 50px;
    height: 50px;

    display: grid;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;

    font-size: 15px;
    font-weight: 700;
}


.wizard-heading h2 {
    margin: 0 0 8px;

    color: var(--cg-dark);

    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;

    letter-spacing: -.4px;
}


.wizard-heading > div > p:last-child {
  

    margin: 0;

    color: var(--cg-dark);

    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.find-design-main-icons {
    color: #3db3e5;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    background: #e7f6fc;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.find-design-main-icons i {
    font-size: 24px;
}
.find-design-heading.align-item-top {
    align-items: flex-start;
}
/* =========================================================
   FORM FIELDS
========================================================= */

.form-block {
    width: 100%;
}


.form-label {
    margin-bottom: 9px;

    color: var(--cg-dark);

    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}


.form-control,
.form-select {
    min-height: 54px;

    padding: 14px 16px;

    color: var(--cg-dark);
    background: var(--cg-white);

    border: 1px solid var(--cg-grey);
    border-radius: 8px;

    font-family: "Maven Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}


textarea.form-control {
    min-height: 170px;

    resize: vertical;
}


.form-control:focus,
.form-select:focus {
    color: var(--cg-dark);
    background: var(--cg-white);

    border-color: var(--cg-blue);

    box-shadow: 0 0 0 3px rgba(61, 179, 229, .13);
}


/* =========================================================
   STEP 2 / 3 PROMPT LIST
========================================================= */

.prompt-list {
    margin-top: 24px;
    padding: 18px 20px;

    background: var(--cg-soft-grey);

    border-left: 3px solid var(--cg-orange);
    border-radius: 0 8px 8px 0;
}


.prompt-list h3 {
    margin: 0 0 12px;

    color: var(--cg-dark);

    font-size: 16px;
    font-weight: 700;
}


.prompt-list ul {
    margin: 0;
    padding: 0;

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

    gap: 10px 18px;

    list-style: none;
}


.prompt-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);

    gap: 7px;

    color: var(--cg-dark);

    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}


.prompt-list li i {
    color: var(--cg-blue);

    font-size: 17px;
}


/* =========================================================
   STEP 3 VALID ANSWER STATE
========================================================= */

.single-answer-input {
    position: relative;
}


.single-answer-input textarea.form-control {
    padding-right: 52px;

    border: 2px solid var(--cg-blue);
}


.answer-valid {
    width: 27px;
    height: 27px;

    position: absolute;

    right: 14px;
    bottom: 14px;

    display: none;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;

    font-size: 14px;
}


.single-answer-input.has-value .answer-valid {
    display: grid;
}


/* =========================================================
   STEP NAVIGATION BUTTONS
========================================================= */

.wizard-actions {
    margin-top: 28px;

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

    gap: 12px;
}


.wizard-actions.space-between {
    justify-content: space-between;
}


.wizard-actions .cg-btn {
    min-width: 180px;
}


.wizard-back {
    min-height: 54px;

    padding: 12px 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    color: var(--cg-dark);
    background: var(--cg-white);

    border: 1px solid var(--cg-grey);

    font-family: "Maven Pro", Arial, sans-serif;
    border-radius: var(--radius);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}


.wizard-back:hover {
    border-color: var(--cg-blue);
}


/* =========================================================
   STEP 4 REVIEW CARD
========================================================= */

.review-summary-card {
    padding: 26px;

    background: var(--cg-soft-blue);

    border: 1px solid #B8DCEB;
    border-radius: 12px;
}


.review-summary-head {
    margin-bottom: 4px;
    padding-bottom: 16px;

    display: flex;
    align-items: center;

    gap: 13px;

    border-bottom: 1px solid var(--cg-border);
}


.review-summary-head-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: grid;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;

    font-size: 18px;
}


.review-summary-head-text {
    color: var(--cg-dark);

    font-size: 20px;
    font-weight: 700;
}


.review-summary-list {
    display: grid;
}


.review-summary-row {
    min-height: 72px;

    padding: 15px 0;

    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;

    gap: 18px;

    border-bottom: 1px solid var(--cg-border);
}


.review-summary-label {
    display: flex;
    align-items: center;

    gap: 9px;

    color: var(--cg-dark);

    font-size: 14px;
    font-weight: 700;
}


.review-summary-label i {
    width: 24px;

    color: var(--cg-blue);

    font-size: 18px;

    text-align: center;
}


.review-summary-value {
    color: var(--cg-dark);

    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;

    text-align: right;
}


.review-question {
    margin-top: 18px;
}


.review-question h3 {
    margin: 0;

    color: var(--cg-dark);

    font-size: 18px;
    font-weight: 700;
}


.review-action-row {
    padding-top: 16px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 12px;
}



.review-secondary-btn {
    color: var(--cg-dark);
    background: var(--cg-white);
}


.review-primary-btn {
    color: var(--cg-white);
    background: var(--cg-blue);
}


.review-primary-btn:hover {
    background: var(--cg-blue-hover);

    border-color: var(--cg-blue-hover);
}


/* =========================================================
   STEP 5 READY STATE
========================================================= */

.ready-box {
    max-width: 760px;

    margin: 0 auto 24px;
    padding: 34px;

    text-align: center;

    background: var(--cg-soft-blue);

    border: 1px solid #B8DCEB;
    border-radius: 12px;
}


.ready-icon {
    width: 56px;
    height: 56px;

    margin: 0 auto 14px;

    display: grid;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;

    font-size: 25px;
}


.ready-box h2 {
    margin: 0 0 8px;
    color: var(--cg-dark);
    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.4px;
}

/*
.ready-box > p:not(.wizard-kicker) {
    max-width: 620px;

    margin: 0 auto 22px;

    color: var(--cg-dark);

    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

 */
/* =========================================================
   STEP 5 NEXT ACTION CARDS
========================================================= */

.next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;
}


.next-card {
    padding: 18px;

    background: var(--cg-white);

    border: 1px solid var(--cg-border);
    border-radius: 8px;
}


.next-card i {
    display: block;

    margin-bottom: 9px;

    color: var(--cg-orange);

    font-size: 25px;
}


.next-card strong,
.next-card span {
    display: block;
}


.next-card strong {
    margin-bottom: 5px;

    color: var(--cg-dark);

    font-size: 18px;
    font-weight: 700;
}


.next-card span {
    color: var(--cg-dark);

    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}


/* =========================================================
   STEP 6 RESULTS HEADING
========================================================= */
.wizard-card section#designs {
    background: transparent;
    padding: 0;
}

.wizard-card section#designs .cg-container {
    margin: 0 !important;
    width: 100%;
}
.results-heading {
    max-width: 760px;

    margin: 0 auto 28px;

    text-align: center;
}


.results-heading h2 {
    margin: 0 0 9px;

    color: var(--cg-dark);

    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
}


.results-heading > p:last-child {
    margin: 0;

    color: var(--cg-dark);

    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}


/* =========================================================
   STEP 6 RESULT GRID
========================================================= */

.result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;
}


.result-card {
    overflow: hidden;

    background: var(--cg-white);

    border: 1px solid var(--cg-border);
    border-radius: 8px;

    box-shadow: 0 4px 14px rgba(32, 37, 31, .035);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.result-card:hover {
    transform: translateY(-4px);

    border-color: rgba(61, 179, 229, .5);

    box-shadow: 0 14px 28px rgba(32, 37, 31, .09);
}


/* =========================================================
   STEP 6 RESULT IMAGE / SAVE BUTTON
========================================================= */

.result-image {
    position: relative;

    overflow: hidden;

    aspect-ratio: 16 / 9;
}


.result-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .35s ease;
}


.result-card:hover .result-image img {
    transform: scale(1.035);
}


.result-save {
    width: 40px;
    height: 40px;

    position: absolute;
    z-index: 2;

    top: 12px;
    right: 12px;

    display: grid;
    place-items: center;

    padding: 0;

    color: var(--cg-blue);
    background: var(--cg-white);

    border: 1px solid var(--cg-border);
    border-radius: 50%;

    box-shadow: 0 4px 14px rgba(32, 37, 31, .12);

    font-size: 18px;

    transition:
        transform .2s ease,
        border-color .2s ease;
}


.result-save:hover {
    transform: scale(1.08);

    border-color: var(--cg-blue);
}


.result-save[aria-pressed="true"] {
    color: var(--cg-blue);

    border-color: var(--cg-blue);
}


/* =========================================================
   STEP 6 RESULT CARD CONTENT
========================================================= */

.result-body {
    padding: 18px;
}


.result-title {
    margin-bottom: 12px;

    display: flex;
    align-items: baseline;
    justify-content: space-between;

    gap: 12px;
}


.result-title h3 {
    margin: 0;

    color: var(--cg-dark);

    font-size: 20px;
    font-weight: 700;
}


.result-title span {
    color: var(--cg-blue);

    font-size: 14px;
    font-weight: 700;
}


.result-specs {
    margin-bottom: 15px;

    display: flex;
    flex-wrap: wrap;

    gap: 10px 18px;

    color: var(--cg-dark);

    font-size: 14px;
    font-weight: 500;
}


.result-specs span {
    display: inline-flex;
    align-items: center;

    gap: 6px;
}


.result-specs i {
    color: var(--cg-orange);
}


.result-card-footer {
    padding-top: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    border-top: 1px solid var(--cg-border);
}


.result-pricing {
    color: var(--cg-dark);

    font-size: 13px;
    font-weight: 600;
}


.result-link {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: var(--cg-blue);

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}


.result-link i {
    transition: transform .2s ease;
}


.result-link:hover i {
    transform: translateX(4px);
}


/* =========================================================
   STEP 6 RESULT ACTIONS
========================================================= */

.results-actions {
    margin-top: 26px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 14px;
}


.start-over {
    padding: 10px 12px;
    color: var(--cg-dark);
    background: transparent;
    border: 0;
    font-family: "Maven Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration: none;
}

/* =========================================================
   TABLET — 1199px AND BELOW
========================================================= */

@media (max-width: 1199.98px) {

    .finder-page-intro h1 {
        font-size: 40px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP — 991px AND BELOW
========================================================= */

@media (max-width: 991.98px) {

    .find-design-page {
        padding: 44px 0 60px;
    }


    .wizard-card,
    .wizard-card-home-style {
        padding: 30px;
    }


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

}


/* =========================================================
   MOBILE — 767px AND BELOW
========================================================= */

@media (max-width: 767.98px) {

    .find-design-page {
        padding: 30px 0 48px;
    }


    /* Page intro */
    .finder-page-intro {
        margin-bottom: 24px;

        text-align: left;
    }


    .finder-page-intro h1 {
        font-size: 32px;
        line-height: 1.1;
    }


    .finder-page-intro > p:last-child {
        font-size: 16px;
    }


    /* Stepper */
    .design-stepper-wrap {
        padding: 15px 16px;
    }


    .mobile-step-status {
        margin-bottom: 11px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 12px;

        color: var(--cg-dark);

        font-size: 16px;
        font-weight: 600;
    }


    .design-stepper::before,
    .design-stepper::after {
        top: 15px;
    }


    .design-step__circle {
        width: 36px;
        height: 36px;

        margin-bottom: 0;

        font-size: 16px;
    }


    .design-step__title {
        display: none;
    }


    /* Cards */
    .wizard-card,
    .wizard-card-home-style {
        padding: 24px 20px;
    }


    /* Step 1 */
    .home-finder-head {
        gap: 14px;
    }


    .home-finder-head h2 {
        font-size: 26px;
    }


    .home-finder-copy h3 {
        font-size: 20px;
    }






    .home-finder-btn {
        min-height: 54px;

        font-size: 17px;
    }


    /* General headings */
    .wizard-heading {
        grid-template-columns: 46px minmax(0, 1fr);

        gap: 13px;
    }


    .wizard-heading-number {
        width: 44px;
        height: 44px;
    }


    .wizard-heading h2 {
        font-size: 26px;
    }


    /* Prompts */
    .prompt-list ul {
        grid-template-columns: 1fr;
    }


    /* Review */
    .review-summary-row {
        grid-template-columns: 150px minmax(0, 1fr);
    }


    /* Results */
    .result-grid,
    .next-grid {
        grid-template-columns: 1fr;
    }


    .results-heading {
        text-align: left;
    }

}


/* =========================================================
   SMALL MOBILE — 575px AND BELOW
========================================================= */

@media (max-width: 575.98px) {

    .finder-page-intro h1 {
        font-size: 29px;
    }


    /* Step 1 heading */
    .home-finder-head {
        align-items: flex-start;
    }


    .home-finder-head-icon {
        width: 46px;
        height: 46px;

        flex-basis: 46px;
    }


    .home-finder-head h2 {
        font-size: 23px;
    }


    /* Step 1 examples */
    .home-example-box {
        padding: 18px 15px 10px;
    }


  




    /* General step heading */
    .wizard-heading {
        grid-template-columns: 1fr;
    }


    .wizard-heading h2 {
        font-size: 24px;
    }


    /* Navigation buttons */
    .wizard-actions,
    .wizard-actions.space-between,
    .review-action-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }


    .wizard-actions .cg-btn,
    .wizard-back,
    .review-secondary-btn,
    .review-primary-btn {
        width: 100%;
    }


    /* Review rows */
    .review-summary-card {
        padding: 18px 15px;
    }


    .review-summary-row {
        grid-template-columns: 1fr;

        gap: 7px;
    }


    .review-summary-value {
        padding-left: 33px;

        text-align: left;
    }


    /* Ready / results */
    .ready-box {
        padding: 27px 16px;
    }


 

    .result-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }


    .results-actions {
        align-items: stretch;
        flex-direction: column;
    }


    .results-actions .cg-btn {
        width: 100%;
    }

}



/* =========================================================
   <= 1199
========================================================= */

@media (max-width: 1199.98px) {

    .home-finder-grid {
        grid-template-columns:
            minmax(0, 1fr)
            320px;

        gap: 26px;
    }


    .home-finder-main {
        padding-right: 26px;
    }

}


/* =========================================================
   <= 991
========================================================= */

@media (max-width: 991.98px) {

    .home-finder-grid {
        grid-template-columns: 1fr;

        gap: 24px;
    }


    .home-finder-main {
        padding-right: 0;
        padding-bottom: 26px;

        border-right: 0;
        border-bottom: 1px solid var(--cg-border);
    }


    .home-example-box {
        min-height: auto;
    }

}


/* =========================================================
   <= 767
========================================================= */

@media (max-width: 767.98px) {

    .wizard-card-home-style {
        padding: 26px 20px;
    }


    .home-finder-head h2 {
        font-size: 26px;
    }


    .home-finder-copy h3 {
        font-size: 20px;
    }


  


    .home-finder-textarea {
        min-height: 185px;

        font-size: 16px;
    }


    .home-finder-actions {
        align-items: center;
        flex-direction: column;

        gap: 11px;
    }


    .home-finder-btn {
        width: 100%;
        min-width: 0;
    }

}


/* =========================================================
   <= 479
========================================================= */

@media (max-width: 479.98px) {

    .home-finder-head {
        align-items: flex-start;
    }


    .home-finder-head-icon {
        width: 45px;
        height: 45px;

        flex-basis: 45px;
    }


    .home-finder-head h2 {
        font-size: 23px;
    }


    .home-example-box {
        padding: 19px 15px;
    }

}

/* =========================================================
   STEP 2 + STEP 3 — TWO COLUMN LAYOUT
========================================================= */

.detail-step-card {
    padding: 34px;
}


/* =========================================================
   TWO COLUMN GRID
========================================================= */

.detail-step-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(320px, .65fr);

    gap: 34px;

    align-items: stretch;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.detail-step-main {
    min-width: 0;

    padding-right: 34px;

    border-right: 1px solid var(--cg-border);

    display: flex;
    flex-direction: column;
}


/* =========================================================
   INPUT AREA HEADING
========================================================= */

.detail-step-label {
    margin-bottom: 17px;

    display: flex;
    align-items: center;

    gap: 12px;
}


.detail-label-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: grid;
    place-items: center;

    color: var(--cg-blue);
    background: var(--cg-soft-blue);

    border-radius: 50%;

    font-size: 18px;
}


.detail-step-label h3 {
    margin: 0 0 3px;
    color: var(--cg-dark);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.detail-step-label p {
    margin: 0;
    color: var(--cg-dark);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}


/* =========================================================
   TEXTAREA
========================================================= */

.detail-textarea-wrap {
    position: relative;
}


.detail-textarea-icon {
    position: absolute;

    z-index: 2;

    top: 18px;
    left: 17px;

    color: var(--cg-blue);

    font-size: 17px;
}


textarea.form-control.detail-textarea {
    min-height: 215px;

    padding:
        17px
        18px
        42px
        48px;

    border: 1px solid #CFD9DF;

    font-size: 18px;
    line-height: 1.55;
}


textarea.form-control.detail-textarea:focus {
    border-color: var(--cg-blue);

    box-shadow:
        0 0 0 3px rgba(61,179,229,.12);
}


/* STEP 3 active input */

.single-answer-input textarea.form-control.detail-textarea {
    border-width: 1px;
}


.single-answer-input textarea.form-control.detail-textarea:focus {
    border-color: var(--cg-blue);
}


/* =========================================================
   LEFT BOTTOM ACTIONS
========================================================= */

.detail-actions {
    margin-top: auto;
    padding-top: 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;
}


.detail-actions .cg-btn {
    min-width: 190px;
}


/* =========================================================
   RIGHT HELP PANEL
========================================================= */

.detail-help-box {
    min-height: 100%;

    padding: 22px;

    background: var(--cg-soft-blue);

    border-radius: 9px;
}


/* =========================================================
   RIGHT PANEL HEADING
========================================================= */

.detail-help-heading {
    margin-bottom: 9px;

    display: flex;
    align-items: center;

    gap: 11px;
}


.detail-help-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    display: grid;
    place-items: center;

    color: var(--cg-orange);
    background: var(--cg-white);

    border-radius: 50%;

    font-size: 18px;
}


.detail-help-heading h3 {
    margin: 0 0 2px;

    color: var(--cg-dark);

    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
}


.detail-help-heading p {
    margin: 0;

    color: #646C70;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}


/* =========================================================
   HELP PANEL ROW
========================================================= */

.detail-help-item {
    padding: 17px 0;

    display: grid;

    grid-template-columns:
        34px
        minmax(0, 1fr);

    align-items: start;

    gap: 11px;

    border-bottom: 1px solid #D4E1E7;
}


.detail-help-item.no-border {
    border-bottom: 0;
}


.detail-help-check {
    width: 32px;
    height: 32px;
    display: grid !important;
    place-items: center;
    color: var(--cg-blue);
    background: var(--cg-white);
    border: 1px solid rgba(61, 179, 229, .35);
    border-radius: 50%;
    font-size: 18px;
}

.detail-help-item strong,
.detail-help-item span {
    display: block;
}


.detail-help-item strong {
    margin-bottom: 3px;
color: var(--cg-dark);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}


.detail-help-item > div > span {
        font-family: "Maven Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
	color: var(--cg-dark);
}


/* =========================================================
   STEP 3 VALID CHECK
========================================================= */

.detail-textarea-wrap .answer-valid {
    width: 27px;
    height: 27px;

    position: absolute;

    right: 14px;
    bottom: 14px;

    display: none;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;
}


.detail-textarea-wrap.has-value .answer-valid {
    display: grid;
}


/* =========================================================
   <= 1199
========================================================= */

@media (max-width: 1199.98px) {

    .detail-step-grid {
        grid-template-columns:
            minmax(0, 1fr)
            315px;

        gap: 26px;
    }


    .detail-step-main {
        padding-right: 26px;
    }

}


/* =========================================================
   <= 991
========================================================= */

@media (max-width: 991.98px) {

    .detail-step-grid {
        grid-template-columns: 1fr;

        gap: 24px;
    }


    .detail-step-main {
        padding-right: 0;
        padding-bottom: 26px;

        border-right: 0;
        border-bottom: 1px solid var(--cg-border);
    }


    .detail-help-box {
        min-height: auto;
    }


    textarea.form-control.detail-textarea {
        min-height: 140px;
		    font-size: 16px;
    }

}


/* =========================================================
   <= 767
========================================================= */

@media (max-width: 767.98px) {
.detail-step-label h3{
	 font-size: 20px;
}
    .detail-step-card {
        padding: 24px 20px;
    }


    .detail-actions {
        margin-top: 22px;
        padding-top: 0;
    }


    .detail-help-box {
        padding: 20px;
    }

}


/* =========================================================
   <= 575
========================================================= */

@media (max-width: 575.98px) {

    .detail-step-label {
        align-items: flex-start;
    }


    .detail-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }


    .detail-actions .wizard-back,
    .detail-actions .cg-btn {
        width: 100%;

        min-width: 0;
    }


    .detail-help-item {
        grid-template-columns: 32px minmax(0, 1fr);
    }

}




/* =========================================================
   STEP 4 — REVIEW
   CONTENT SAME, ONLY UI REFINED
========================================================= */

.review-summary-card {
    padding: 28px;

    background: var(--cg-soft-blue);

    border: 1px solid rgba(61, 179, 229, .35);
    border-radius: 12px;

    box-shadow: 0 12px 30px rgba(32, 37, 31, .06);
}


/* =========================================================
   REVIEW HEADING
========================================================= */

.review-summary-head {
    margin-bottom: 6px;
    padding-bottom: 18px;

    display: flex;
    align-items: center;

    gap: 14px;

    border-bottom: 1px solid #D4E1E7;
}


.review-summary-head-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: grid;
    place-items: center;

    color: var(--cg-white);
    background: var(--cg-blue);

    border-radius: 50%;

    font-size: 19px;
}


.review-summary-head-text {
    color: var(--cg-dark);

    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}


/* =========================================================
   REVIEW DETAILS GRID
========================================================= */

.review-summary-list {
    display: grid;

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

    column-gap: 36px;
}


/* =========================================================
   REVIEW ROW
========================================================= */

.review-summary-row {
    min-height: 70px;

    padding: 16px 4px;

    display: grid;

    grid-template-columns:
        minmax(160px, .8fr)
        minmax(0, 1.2fr);

    align-items: center;

    gap: 18px;

    border-bottom: 1px solid #D4E1E7;
}


/* =========================================================
   REVIEW LABEL
========================================================= */

.review-summary-label {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 11px;

    color: var(--cg-dark);

    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}


.review-summary-label i {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: grid;
    place-items: center;
    color: var(--cg-blue);
    font-size: 26px;
}


/* =========================================================
   REVIEW VALUE
========================================================= */

.review-summary-value {
    min-width: 0;

    color: var(--cg-dark);

    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;

    text-align: right;

    overflow-wrap: anywhere;
}


/* =========================================================
   CONFIRMATION HEADING
========================================================= */

.review-question {
    margin-top: 32px;
}


.review-question h3 {
    margin: 0;

    color: var(--cg-dark);

    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================================
   REVIEW BUTTONS
========================================================= */

.review-action-row {
    padding-top: 15px;

    display: grid;

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

    gap: 12px;
}





.review-secondary-btn,
.review-primary-btn {
    min-height: 54px;

    padding: 12px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border: 2px solid var(--cg-blue);
    border-radius: 8px;

    font-family: "Maven Pro", Arial, sans-serif;
    font-size: 18px;
	    line-height: 1.2;
    font-weight: 600;
	 transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

/* Change Something */
.review-secondary-btn {
    color: var(--cg-white);
    background: var(--cg-blue);

    border: 2px solid var(--cg-blue);
}


.review-secondary-btn:hover {
    color: var(--cg-white);
    background: var(--cg-blue-hover);

    border-color: var(--cg-blue-hover);

    transform: translateY(-1px);
}


/* Yes That's Right */
.review-primary-btn {
    color: var(--cg-blue-hover);
    background: var(--cg-white);

    border: 2px solid var(--cg-blue);
}


.review-primary-btn:hover {
    color: var(--cg-white);
    background: var(--cg-blue);

    transform: translateY(-1px);
}


.review-primary-btn i {
    transition: transform .2s ease;
}


.review-primary-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .review-summary-card {
        padding: 24px;
    }


    .review-summary-list {
        grid-template-columns: 1fr;
    }


    .review-summary-row {
        grid-template-columns:
            180px
            minmax(0, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .review-summary-card {
        padding: 20px 16px;
    }


    .review-summary-head {
        align-items: flex-start;
    }


    .review-summary-head-text {
        font-size: 19px;
    }


    .review-summary-row {
        min-height: auto;

        padding: 15px 0;
        grid-template-columns: 1fr 1fr;


        gap: 7px;
    }


    .review-summary-value {
        padding-left: 39px;

        text-align: left;
    }


    .review-action-row {
        grid-template-columns: 1fr;
    }


    .review-secondary-btn,
    .review-primary-btn {
        width: 100%;
    }

}

.quick-filter-list li {
    color: var(--cg-dark);
    font-family: "Maven Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 25px 0 0;
}

.quick-filter-list ul {
    display: flex;
    gap: 11px;
    margin: 0;
    padding-left: 24px;
}
.review-action-row {
    display: flex;
}
button.home-example-row.no-border {
    padding-bottom: 0;
}

@media (max-width: 400px) {

.review-summary-row {
        grid-template-columns: 1fr;
    }


}