.cd-ib {
    --cdib-night: #030934;
    --cdib-navy: #051665;
    --cdib-blue: #3040b0;
    --cdib-blue-dark: #1c368e;
    --cdib-gold: #f7b43f;
    --cdib-text: #17203b;
    --cdib-muted: #667085;
    --cdib-border: #d9ddf0;
    --cdib-soft: #f6f7ff;
    max-width: 940px;
    margin: 0 auto;
    padding: 2px 24px 14px;
    color: var(--cdib-text);
    font-family: Arial, Helvetica, sans-serif;
}

.cd-ib * { box-sizing: border-box; }
.cd-ib-intro { text-align: center; max-width: var(--cdib-hero-width, 860px); margin: 0 auto 10px; }
.cd-ib-intro h1 {
    margin: 0 0 6px;
    font-size: clamp(34px, 4.15vw, 48px);
    line-height: 1.06;
    letter-spacing: -.035em;
    color: var(--cdib-text);
}
.cd-ib-intro p { margin: 0; font-size: 17px; line-height: 1.42; color: var(--cdib-muted); }
.cd-ib-intro .cd-ib-lead { max-width: 820px; margin: 0 auto; }
.cd-ib-intro .cd-ib-positioning { max-width: 760px; margin: 8px auto 0; font-size: 14px; line-height: 1.45; color: #47506d; }

.cd-ib-lead-below {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--cdib-muted);
}

.cd-ib-form {
    max-width: 780px;
    margin: 0 auto;
    padding: 14px 16px 21px;
    background: #fff;
    border: 1px solid var(--cdib-border);
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(3,9,52,.07);
    min-height: 330px;
}
.cd-ib-field + .cd-ib-field { margin-top: 9px; }
.cd-ib-field label, .cd-ib-stage legend {
    display: block;
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--cdib-text);
}
.cd-ib-field input, .cd-ib-field textarea {
    width: 100%;
    border: 1px solid #cfd4e6;
    border-radius: 9px;
    background: #fff;
    color: var(--cdib-text);
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    padding: 9px 11px;
    outline: none;
    box-shadow: none;
}
.cd-ib-field textarea { resize: vertical; min-height: 70px; }
.cd-ib-field input:focus, .cd-ib-field textarea:focus {
    border-color: #3040b0 !important;
    box-shadow: 0 0 0 3px rgba(48,64,176,.12) !important;
    outline: none !important;
}
.cd-ib-stage { border: 0 !important; border-top: 0 !important; border-bottom: 0 !important; padding: 0; margin: 10px 0 0; }
.cd-ib-stage legend { width: auto !important; padding: 0 !important; border: 0 !important; margin-bottom: 12px; }
.cd-ib-stage legend span { font-weight: 400; color: var(--cdib-muted); }
.cd-ib-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.cd-ib-chips input { position: absolute; opacity: 0; pointer-events: none; }
.cd-ib-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid var(--cdib-border);
    border-radius: 11px;
    background: #fafaff;
    color: #47506d;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}
.cd-ib-chips input:checked + span {
    border-color: #3040b0 !important;
    background: rgba(48,64,176,.075) !important;
    color: #1c368e !important;
}
.cd-ib-submit { margin: 20px 0 0; }
.cd-ib-micro { margin: 14px 0 0 !important; text-align: center; font-size: 13px !important; color: var(--cdib-muted); }
.cd-ib-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.cd-ib-loading { max-width: 780px; margin: 8px auto 0; text-align: center; padding: 12px; color: var(--cdib-muted); }
.cd-ib-spinner { width: 28px; height: 28px; border: 3px solid #dde0f1; border-top-color: var(--cdib-blue); border-radius: 50%; margin: 0 auto 9px; animation: cdibspin .8s linear infinite; }
@keyframes cdibspin { to { transform: rotate(360deg); } }
.cd-ib-error { max-width: 780px; margin: 12px auto 0; padding: 12px 14px; border-radius: 10px; background: #fff1f0; border: 1px solid #ffc9c5; color: #8f1d18; font-size: 15px; }

.cd-ib-results { max-width: 900px; margin: 16px auto 0; }
.cd-ib-result-head {
    padding: 21px 24px;
    background: #10256f;
    color: #fff;
    border-radius: 16px 16px 0 0;
}
.cd-ib-result-head .cd-ib-eyebrow { margin: 0 0 6px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; font-weight: 800; color: var(--cdib-gold); }
.cd-ib-result-head h2 { margin: 0 0 7px; color: #fff; font-size: clamp(28px, 4vw, 38px); line-height: 1.12; }
.cd-ib-result-head p { margin: 0; font-size: 17px; line-height: 1.5; color: #eef0ff; }
.cd-ib-result-body { border: 1px solid var(--cdib-border); border-top: 0; border-radius: 0 0 16px 16px; overflow: hidden; background: #fff; }
.cd-ib-section { padding: 18px 22px; border-top: 1px solid #eceef7; }
.cd-ib-section:first-child { border-top: 0; }
.cd-ib-section h3 { margin: 0 0 9px; color: var(--cdib-text); font-size: 20px; line-height: 1.25; }
.cd-ib-section-intro { margin: -3px 0 9px !important; color: var(--cdib-muted); font-size: 14px !important; }
.cd-ib-list { margin: 0; padding: 0; list-style: none; counter-reset: cdibitem; }
.cd-ib-list li { position: relative; padding: 6px 0 6px 30px; line-height: 1.45; color: #34405d; }
.cd-ib-list li::before {
    counter-increment: cdibitem;
    content: counter(cdibitem);
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(48,64,176,.09);
    color: var(--cdib-blue);
    font-size: 11px;
    font-weight: 800;
}
.cd-ib-research-grid, .cd-ib-people-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.cd-ib-mini-card { padding: 12px 13px; border: 1px solid var(--cdib-border); border-radius: 11px; background: #fbfbff; }
.cd-ib-mini-card strong { display: block; margin-bottom: 4px; font-size: 15px; color: var(--cdib-text); }
.cd-ib-mini-card p { margin: 0 0 7px !important; color: var(--cdib-muted); font-size: 14px !important; line-height: 1.4; }
.cd-ib-search { display: block; margin-top: 7px; font-size: 12px; color: #515b77; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.cd-ib-highlight { background: var(--cdib-soft); }
.cd-ib-message { margin: 0; white-space: pre-wrap; padding: 14px 15px; border: 1px solid #d9ddf0; border-radius: 11px; background: #fff; color: #34405d; font-size: 15px; line-height: 1.5; }
.cd-ib-copy { margin-top: 10px; border: 1px solid var(--cdib-blue); background: #fff; color: var(--cdib-blue); border-radius: 8px; padding: 8px 11px; font-size: 13px; font-weight: 700; cursor: pointer; }
.cd-ib-copy:hover { background: var(--cdib-blue); color: #fff; }
.cd-ib-experiment {
    padding: 18px;
    border-radius: 12px;
    background: #10256f;
    color: #fff;
}
.cd-ib-experiment strong { display: block; font-size: 18px; margin-bottom: 7px; }
.cd-ib-experiment p { margin: 8px 0 0 !important; color: #eef0ff; font-size: 14px !important; line-height: 1.5; }
.cd-ib-actions { padding: 18px 22px 20px; border-top: 1px solid #eceef7; }
.cd-ib-utility-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.cd-ib-result-status { margin: 11px 0 0 !important; text-align: center; color: var(--cdib-muted); font-size: 12px !important; line-height: 1.4 !important; }
.cd-ib-find { display: inline-block; margin-top: 6px; color: var(--cdib-blue) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.cd-ib-find:hover { color: var(--cdib-blue-dark) !important; text-decoration: underline !important; }

@media (max-width: 760px) {
    .cd-ib { padding: 0 14px 14px; }
    .cd-ib-intro { margin-bottom: 9px; }
    .cd-ib-intro h1 { font-size: 33px; }
    .cd-ib-intro p { font-size: 17px; }
    .cd-ib-form { padding: 12px 12px 18px; border-radius: 13px; }
    .cd-ib-chips { gap: 6px; }
    .cd-ib-chips span { font-size: 13px; padding: 4px 9px; min-height: 30px; border-radius: 10px; }
    .cd-ib-result-head, .cd-ib-section, .cd-ib-actions { padding-left: 18px; padding-right: 18px; }
    .cd-ib-research-grid, .cd-ib-people-grid { grid-template-columns: 1fr; }
    .cd-ib-utility-row { display: grid; grid-template-columns: 1fr; }
}


/* Field focus stays local; action colors are owned by action-system-020.css. */
.cd-home .cd-ib input:focus,
.cd-home .cd-ib textarea:focus {
    border-color: #3040b0 !important;
    box-shadow: 0 0 0 3px rgba(48,64,176,.12) !important;
    outline: none !important;
}

/* Lower-form rhythm and theme-proof fieldset reset. */
.cd-home .cd-ib fieldset.cd-ib-stage {
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.cd-home .cd-ib fieldset.cd-ib-stage legend {
    width: auto !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
    border: 0 !important;
}
.cd-home .cd-ib .cd-ib-chips span { border-radius: 11px !important; }
.cd-home .cd-ib .cd-ib-chips input:checked + span {
    background: rgba(48,64,176,.075) !important;
}
.cd-home .cd-ib button.cd-ib-submit { margin-top: 20px !important; }

/* Win specificity against the existing Elementor homepage rules. */
.cd-home .cd-ib .cd-ib-result-head h2 { margin: 0 0 7px; color: #fff; font-size: clamp(28px, 4vw, 38px); line-height: 1.12; }
.cd-home .cd-ib .cd-ib-section h3 { margin: 0 0 9px; font-size: 20px; line-height: 1.25; }

.cd-ib-experiment-metrics {
    margin: 10px 0 0;
}
.cd-ib-experiment-metrics .cd-ib-list {
    margin-top: 6px;
    margin-bottom: 0;
}

/* 0.1.15 mobile-first simplicity pass */
.cd-ib {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
}
.cd-ib-helper {
    margin: -1px 0 8px !important;
    color: var(--cdib-muted);
    font-size: 13px !important;
    line-height: 1.4 !important;
}
/* 0.1.98: one guided three-step front door at every viewport size. */
.cd-ib-mobile-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}
.cd-ib-mobile-progress i {
    flex: 1;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9ecf2;
}
.cd-ib-mobile-progress b {
    display: block;
    width: 33.333%;
    height: 100%;
    border-radius: inherit;
    background: var(--cdib-blue);
    transition: width .2s ease;
}
.cd-ib-step-promise {
    margin: 0 0 24px !important;
    color: #7a8391;
    font-size: 13px !important;
    line-height: 1.4 !important;
}
.cd-ib-step[hidden] { display: none !important; }
.cd-ib-step-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}
.cd-ib-step-actions .cd-ib-next,
.cd-ib-step-actions .cd-ib-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cd-ib-step-actions .cd-ib-next { flex: 1; }
.cd-ib-step-actions .cd-ib-back { flex: 0 0 auto; }
.cd-ib-step-actions-final { margin-top: 22px; }
.cd-ib-step-actions-final .cd-ib-submit { flex: 1; width: auto; margin: 0; }
.cd-ib-step-actions .cd-ib-next { min-height: 46px; }
.cd-ib-step-actions .cd-ib-back { padding-left: 6px; padding-right: 6px; color: #667085; }

/* Immediate-result motivation: show the user's movement from question to evidence to action. */
.cd-ib-clarity-map {
    padding: 22px;
    background: #f8f9ff;
    border-bottom: 1px solid #eceef7;
}
.cd-ib-clarity-map h3 { margin: 3px 0 16px; font-size: 20px; line-height: 1.3; color: var(--cdib-text); }
.cd-ib-map-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.cd-ib-map-card {
    position: relative;
    min-width: 0;
    padding: 15px 14px 14px;
    border: 1px solid #dde2f3;
    border-radius: 12px;
    background: #fff;
}
.cd-ib-map-number {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    margin-bottom: 9px;
    border-radius: 50%;
    background: rgba(48,64,176,.10);
    color: var(--cdib-blue);
    font-size: 12px;
    font-weight: 850;
}
.cd-ib-map-card small { display: block; margin-bottom: 5px; color: #59637d; font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.cd-ib-map-card p { margin: 0 !important; color: #27324f; font-size: 14px !important; line-height: 1.42 !important; }
.cd-ib-sprint-bridge { margin-bottom: 13px; text-align: center; }
.cd-ib-sprint-bridge strong { display: block; color: var(--cdib-text); font-size: 18px; line-height: 1.3; }
.cd-ib-sprint-bridge p { max-width: 620px; margin: 5px auto 0 !important; color: var(--cdib-muted); font-size: 14px !important; line-height: 1.45 !important; }

.cd-ib-disclosure { padding: 0; }
.cd-ib-disclosure > summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 22px;
    cursor: pointer;
}
.cd-ib-disclosure > summary::-webkit-details-marker { display: none; }
.cd-ib-disclosure > summary > span {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(48,64,176,.09);
    color: var(--cdib-blue);
    font-size: 11px;
    font-weight: 800;
}
.cd-ib-disclosure > summary h3 { margin: 0; }
.cd-ib-disclosure > summary:after {
    content: "+";
    margin-left: auto;
    color: #7d8697;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.cd-ib-disclosure[open] > summary:after { content: "−"; }
.cd-ib-disclosure-body { padding: 0 22px 18px; }
.cd-ib-subsection { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e8ebf3; }
.cd-ib-subsection h4 { margin: 0 0 9px; color: var(--cdib-text); font-size: 16px; line-height: 1.25; }
.cd-ib-experiment-disclosure .cd-ib-disclosure-body { padding-bottom: 20px; }

@media (min-width: 761px) {
    .cd-ib-disclosure > summary { pointer-events: none; }
    .cd-ib-disclosure > summary:after { display: none; }
}

@media (max-width: 760px) {
    .cd-ib {
        padding: 0 18px 18px !important;
    }
    .cd-ib-intro {
        max-width: 520px;
        margin: 0 auto 20px;
        text-align: left;
    }
    .cd-ib-intro h1 {
        margin: 0 0 10px;
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.01;
        letter-spacing: -.045em;
    }
    .cd-ib-intro p {
        max-width: 34em;
        font-size: 16px;
        line-height: 1.45;
    }
    .cd-ib-form {
        max-width: none;
        min-height: 330px;
        padding: 18px;
        border-radius: 20px;
        border-color: #e2e5ec;
        box-shadow: 0 12px 32px rgba(23,32,59,.08);
    }
    .cd-ib-mobile-progress {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 24px;
        color: #7a8391;
        font-size: 12px;
        font-weight: 700;
    }
    .cd-ib-mobile-progress i {
        flex: 1;
        height: 3px;
        overflow: hidden;
        border-radius: 999px;
        background: #e9ecf2;
    }
    .cd-ib-mobile-progress b {
        display: block;
        width: 33.333%;
        height: 100%;
        border-radius: inherit;
        background: var(--cdib-blue);
        transition: width .2s ease;
    }
    .cd-ib-field label,
    .cd-ib-stage legend {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 1.18;
        letter-spacing: -.02em;
    }
    .cd-ib-helper {
        margin: 0 0 14px !important;
        font-size: 14px !important;
    }
    .cd-ib-field input,
    .cd-ib-field textarea {
        min-height: 54px;
        padding: 13px 14px;
        border-radius: 13px;
        font-size: 17px;
        line-height: 1.4;
    }
    .cd-ib-field textarea { min-height: 128px; resize: none; }
    .cd-ib-stage { margin-top: 0; }
    .cd-ib-stage legend { margin-bottom: 14px !important; }
    .cd-ib-chips {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }
    .cd-ib-chips span {
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 10px 8px;
        border-radius: 13px !important;
        font-size: 14px;
    }
    .cd-ib-step-actions {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-top: 22px;
    }
    .cd-ib-step-actions .cd-ib-next,
    .cd-ib-step-actions .cd-ib-back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        border-radius: 13px;
        padding: 12px 18px;
        font: inherit;
        font-size: 16px;
        font-weight: 750;
        cursor: pointer;
    }
    .cd-ib-step-actions .cd-ib-next {
        flex: 1;
        border: 1px solid var(--cdib-blue);
        background: var(--cdib-blue);
        color: #fff;
    }
    .cd-ib-step-actions .cd-ib-back {
        flex: 0 0 auto;
        min-height: 0;
        padding: 10px 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #667085;
        font-size: 14px;
        font-weight: 700;
        box-shadow: none;
    }
    .cd-ib-step-actions .cd-ib-back:hover,
    .cd-ib-step-actions .cd-ib-back:focus {
        background: transparent;
        color: var(--cdib-blue-dark);
        box-shadow: none;
    }
    .cd-ib-step-actions-final { margin-top: 22px; }
    .cd-ib-step-actions-final .cd-ib-submit {
        flex: 1;
        width: auto;
        min-height: 52px;
        margin: 0;
        border-radius: 13px;
        padding: 12px 16px;
        font-size: 16px;
    }
    .cd-ib-micro { margin-top: 16px !important; font-size: 12px !important; }

    .cd-ib-step-promise { margin-bottom: 20px !important; }
    .cd-ib-results { margin-top: 18px; }
    .cd-ib-result-head {
        padding: 22px 20px;
        border-radius: 20px 20px 0 0;
    }
    .cd-home .cd-ib .cd-ib-result-head h2,
    .cd-ib-result-head h2 { font-size: 29px; line-height: 1.08; letter-spacing: -.025em; }
    .cd-ib-result-head p { font-size: 15px; line-height: 1.45; }
    .cd-ib-result-body { border-radius: 0 0 20px 20px; }
    .cd-ib-disclosure > summary { padding: 17px 18px; }
    .cd-ib-disclosure > summary h3 { font-size: 17px; line-height: 1.25; }
    .cd-ib-disclosure-body { padding: 0 18px 18px; }
    .cd-ib-clarity-map { padding: 20px 18px; }
    .cd-ib-map-grid { grid-template-columns: 1fr; gap: 8px; }
    .cd-ib-map-card { padding: 13px 13px 12px 46px; }
    .cd-ib-map-number { position: absolute; left: 13px; top: 14px; margin: 0; }
    .cd-ib-list li { padding-top: 7px; padding-bottom: 7px; font-size: 15px; }
    .cd-ib-mini-card { border-radius: 14px; padding: 14px; }
    .cd-ib-message { border-radius: 14px; font-size: 15px; }
    .cd-ib-experiment { border-radius: 15px; padding: 17px; }
    .cd-ib-actions { padding: 18px; }

    /* Ruthless mobile homepage prioritization: the builder and one short method section are enough. */
    .cd-home .cdse-home-sprint { display: none !important; }
    .cd-home .cdse-home-how { padding-top: 34px !important; padding-bottom: 34px !important; }
    .cd-home .cdse-home-how h2 { font-size: 30px !important; line-height: 1.06 !important; letter-spacing: -.035em !important; }
    .cd-home .cdse-home-how .cd-card { padding: 18px !important; border-radius: 16px !important; }
    .cd-home .cdse-home-how .cd-card h3 { font-size: 17px !important; }
    .cd-home .cdse-home-how .cd-card p { font-size: 14px !important; line-height: 1.4 !important; }
}
@media (max-width: 760px) {
    .cd-ib.has-results .cd-ib-intro,
    .cd-ib.has-results .cd-ib-form,
    .cd-ib.has-results .cd-ib-lead-below { display: none; }
    .cd-ib.has-results .cd-ib-results { margin-top: 4px; }
}

/* 0.1.16 Investigation Brief utility + contrast pass
   Principle: preserve capability, reveal detail progressively, keep one clear next action. */
.cd-ib-results {
    max-width: 900px;
}
.cd-ib-result-shell {
    overflow: hidden;
    border: 1px solid #e1e5ec;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(23,32,59,.075);
}
.cd-ib-result-head {
    padding: 26px 28px 22px;
    border-radius: 0;
    background: #ffffff;
    color: var(--cdib-text);
    border-bottom: 1px solid #eceff4;
}
.cd-ib-result-head .cd-ib-eyebrow {
    margin-bottom: 8px;
    color: #1673de;
}
.cd-home .cd-ib .cd-ib-result-head h2,
.cd-ib-result-head h2 {
    margin: 0 0 9px;
    color: var(--cdib-text) !important;
    font-size: clamp(28px,4vw,38px);
    line-height: 1.08;
    letter-spacing: -.025em;
}
.cd-ib-result-head p {
    max-width: 720px;
    margin: 0;
    color: #5f6b7d;
    font-size: 16px;
    line-height: 1.52;
}
.cd-ib-top-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.cd-ib-utility.cd-ib-utility-compact {
    flex: 0 0 auto;
    width: auto;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid #d9dee8;
    border-radius: 11px;
    background: #ffffff;
    color: #273550 !important;
    font-size: 13px;
    font-weight: 750;
}
.cd-ib-utility.cd-ib-utility-compact:hover {
    border-color: #aab5ca;
    background: #f8f9fc;
    color: #182230 !important;
}
.cd-ib-result-body {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}
.cd-ib-next-experiment {
    margin: 22px 28px 0;
    padding: 22px;
    border: 1px solid #dfe5f1;
    border-left: 4px solid var(--cdib-blue);
    border-radius: 16px;
    background: #f8f9fd;
    color: var(--cdib-text);
}
.cd-ib-next-kicker {
    margin-bottom: 7px;
    color: var(--cdib-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .105em;
}
.cd-ib-next-experiment h3 {
    margin: 0;
    color: #182230;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -.015em;
}
.cd-ib-next-tests {
    margin: 12px 0 0 !important;
    color: #4b5870 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.cd-ib-next-tests b { color: #273550; }
.cd-ib-next-meta {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 14px;
    padding: 7px 10px;
    border-radius: 9px;
    background: #ffffff;
    border: 1px solid #e1e5ed;
}
.cd-ib-next-meta span {
    color: #7b8494;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.cd-ib-next-meta strong {
    color: #273550;
    font-size: 14px;
}
.cd-ib-first-move {
    margin-top: 16px;
    padding: 15px 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e1e5ed;
}
.cd-ib-first-move span {
    display: block;
    margin-bottom: 5px;
    color: #7b8494;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
}
.cd-ib-first-move p {
    margin: 0 !important;
    color: #273550 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.cd-ib-copy-experiment { margin-top: 14px; }
.cd-ib-actions.cd-ib-actions-simple {
    padding: 18px 28px 24px;
    border-top: 0;
}

.cd-ib-new-investigation {
    display: flex;
    width: auto;
    min-height: 36px;
    margin: 10px auto 0;
    padding: 5px 9px;
    border: 0;
    background: transparent;
    color: #667085 !important;
    font-size: 13px;
}
.cd-ib-new-investigation:hover {
    border: 0;
    background: #f8f9fb;
    color: #34405d !important;
}
.cd-ib-details-head {
    padding: 22px 28px 12px;
    border-top: 1px solid #edf0f4;
}
.cd-ib-details-head span {
    display: block;
    margin-bottom: 4px;
    color: #7b8494;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
}
.cd-ib-details-head h3 {
    margin: 0;
    color: #273550;
    font-size: 17px;
    line-height: 1.35;
}
.cd-ib-section.cd-ib-disclosure {
    padding: 0;
    border-top: 1px solid #edf0f4;
    background: #ffffff;
}
.cd-ib-disclosure > summary {
    pointer-events: auto !important;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 15px 28px;
    cursor: pointer;
    list-style: none;
}
.cd-ib-disclosure > summary > div { min-width: 0; }
.cd-ib-disclosure > summary h3 {
    margin: 0;
    color: #182230;
    font-size: 16px;
    line-height: 1.25;
}
.cd-ib-disclosure > summary small {
    display: block;
    margin-top: 2px;
    color: #7b8494;
    font-size: 12px;
    line-height: 1.2;
}
.cd-ib-disclosure > summary:after {
    display: block !important;
    content: "+";
    margin-left: auto;
    color: #667085;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.cd-ib-disclosure[open] > summary:after { content: "−"; }
.cd-ib-disclosure-body {
    padding: 0 28px 22px;
    color: #34405d;
}
.cd-ib-disclosure-body .cd-ib-list li,
.cd-ib-experiment-metrics .cd-ib-list li {
    color: #34405d !important;
}
.cd-ib-experiment-metrics {
    margin-top: 0;
}
.cd-ib-review-point {
    margin: 0 !important;
    color: #34405d !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}
.cd-ib-subsection-first {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.cd-ib-subsection-first + .cd-ib-subsection-first {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e8ebf3;
}
/* Keep experiment detail on a flat light surface. */
.cd-ib-experiment {
    background: #f8f9fd;
    color: #273550;
}
.cd-ib-experiment p { color: #4b5870 !important; }

@media (min-width: 761px) {
    .cd-ib-disclosure > summary { pointer-events: auto !important; }
    .cd-ib-disclosure > summary:after { display: block !important; }
}

@media (max-width: 760px) {
    .cd-ib-results { margin-top: 8px; }
    .cd-ib-result-shell {
        margin: 0 -4px;
        border-radius: 20px;
        box-shadow: 0 10px 28px rgba(23,32,59,.07);
    }
    .cd-ib-result-head {
        padding: 22px 20px 18px;
        border-radius: 0;
    }
    .cd-home .cd-ib .cd-ib-result-head h2,
    .cd-ib-result-head h2 {
        font-size: 28px;
        line-height: 1.06;
        letter-spacing: -.035em;
    }
    .cd-ib-result-head p {
        font-size: 15px;
        line-height: 1.45;
    }
    .cd-ib-top-tools {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 7px;
        margin-top: 16px;
    }
    .cd-ib-utility.cd-ib-utility-compact {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding: 8px 7px;
        font-size: 12px;
        white-space: nowrap;
    }
    .cd-ib-next-experiment {
        margin: 18px 18px 0;
        padding: 18px;
        border-radius: 15px;
    }
    .cd-ib-next-experiment h3 {
        font-size: 19px;
        line-height: 1.28;
    }
    .cd-ib-next-tests,
    .cd-ib-first-move p { font-size: 14px !important; }
    .cd-ib-first-move { padding: 13px 14px; }
    .cd-ib-actions.cd-ib-actions-simple {
        padding: 16px 18px 22px;
    }
    .cd-ib-details-head {
        padding: 20px 18px 10px;
    }
    .cd-ib-details-head h3 { font-size: 16px; }
    .cd-ib-disclosure > summary {
        min-height: 62px;
        padding: 14px 18px;
    }
    .cd-ib-disclosure > summary h3 { font-size: 16px; }
    .cd-ib-disclosure-body { padding: 0 18px 20px; }
    .cd-ib-mini-card,
    .cd-ib-message { background: #fbfcfe; }
    .cd-ib-result-status { margin-top: 8px !important; }
}

/* 0.1.21: keep the 0.1.16 artifact feel, but make the next move concise and the hierarchy quieter. */
.cd-ib-next-experiment {
    padding: 20px 22px;
}
.cd-ib-next-experiment h3 {
    max-width: 720px;
    font-size: 22px !important;
    line-height: 1.26 !important;
    letter-spacing: -.012em !important;
}
.cd-ib-actions-simple .cd-ib-secondary-action {
    display: flex;
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border-color: #cbd3df;
    background: #fff;
    color: #3040b0;
}
.cd-ib-actions-simple .cd-ib-secondary-action:hover {
    border-color: #3040b0;
    background: #f8f9fd;
    color: #1c368e;
}
.cd-ib-actions-simple .cd-ib-top-tools {
    justify-content: center;
    margin-top: 10px;
}
.cd-ib-full-experiment > h4 { margin: 0 0 7px; color: #182230; font-size: 15px; }
.cd-ib-full-experiment > p { margin: 0 0 14px !important; color: #34405d !important; line-height: 1.55 !important; }

@media (max-width: 760px) {
    .cd-ib-next-experiment {
        margin: 16px 18px 0;
        padding: 16px 17px;
        border-radius: 14px;
    }
    .cd-ib-next-kicker { margin-bottom: 6px; }
    .cd-ib-next-experiment h3 {
        font-size: 18px !important;
        line-height: 1.28 !important;
        letter-spacing: -.01em !important;
    }
    .cd-ib-next-tests {
        margin-top: 9px !important;
        font-size: 13.5px !important;
        line-height: 1.45 !important;
    }
    .cd-ib-actions.cd-ib-actions-simple { padding-top: 14px; }
    .cd-ib-actions-simple .cd-ib-secondary-action { min-height: 44px; }
    .cd-ib-actions-simple .cd-ib-top-tools { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .cd-ib-details-head { padding-top: 16px; }
}

/* 0.1.22: quiet mobile Back navigation and My Sprint autosave messaging are handled without changing the result hierarchy. */


/* 0.1.23: choose a people-search area only when firsthand outreach becomes relevant. */
.cd-ib-people-location {
    margin: 0 0 18px;
    padding: 15px;
    border: 1px solid #dfe4ee;
    border-radius: 14px;
    background: #f8faff;
}
.cd-ib-location-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 11px;
}
.cd-ib-location-copy strong {
    color: #182230;
    font-size: 15px;
    line-height: 1.25;
}
.cd-ib-location-copy span {
    color: #737d90;
    font-size: 12px;
    text-align: right;
}
.cd-ib-location-options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.cd-ib-location-chip {
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #ccd4e1;
    border-radius: 999px;
    background: #fff;
    color: #34405d;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}
.cd-ib-location-chip:hover,
.cd-ib-location-chip.is-active {
    border-color: #3549c6;
    background: #eef1ff;
    color: #2439aa;
}
.cd-ib-location-specific {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.cd-ib-location-specific[hidden] { display: none !important; }
.cd-ib-location-specific input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #cbd3df;
    border-radius: 10px;
    background: #fff;
    color: #182230;
    font: inherit;
    font-size: 14px;
}
.cd-ib-location-specific button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 9px 13px;
    border: 0;
    border-radius: 10px;
    background: #3348c4;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.cd-ib-find.cd-ib-find-location {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
@media (max-width: 760px) {
    .cd-ib-people-location { padding: 14px; }
    .cd-ib-location-copy { display: block; }
    .cd-ib-location-copy span { display: block; margin-top: 3px; text-align: left; }
    .cd-ib-location-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
    .cd-ib-location-chip { min-width: 0; padding: 7px 5px; font-size: 12px; }
    .cd-ib-location-specific { display: grid; grid-template-columns: 1fr auto; }
}


/* 0.1.26: nonblocking share-link panel. No native share or confirmation dialogs. */
.cd-ib-share-panel {
    margin: 12px 0 2px;
    padding: 13px;
    border: 1px solid #dfe4ee;
    border-radius: 12px;
    background: #f8faff;
    text-align: left;
}
.cd-ib-share-panel[hidden] { display: none !important; }
.cd-ib-share-panel label {
    display: block;
    margin-bottom: 8px;
    color: #182230;
    font-size: 13px;
    font-weight: 800;
}
.cd-ib-share-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
    align-items: stretch;
}
.cd-ib-share-panel .cd-ib-share-link {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 11px;
    border: 1px solid #cfd5e4;
    border-radius: 9px;
    background: #fff;
    color: #25304a;
    font: inherit;
    font-size: 12px;
    box-sizing: border-box;
}
.cd-ib-share-copy {
    min-height: 42px;
    white-space: nowrap;
}
.cd-ib-share-panel small {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: 11.5px;
    line-height: 1.4;
}
@media (max-width: 430px) {
    .cd-ib-share-row { grid-template-columns: 1fr; }
    .cd-ib-share-copy { width: 100%; }
}

/* 0.1.31: Copy actions are lightweight utilities, not blue boxed controls. */
.cd-ib-result-shell [data-copy],
.cd-ib-result-shell [data-cd-ib-copy-share] {
    width: auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    padding: 7px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #3040b0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-weight: 750 !important;
}
.cd-ib-result-shell [data-copy]:hover,
.cd-ib-result-shell [data-copy]:focus,
.cd-ib-result-shell [data-copy]:active,
.cd-ib-result-shell [data-cd-ib-copy-share]:hover,
.cd-ib-result-shell [data-cd-ib-copy-share]:focus,
.cd-ib-result-shell [data-cd-ib-copy-share]:active {
    border: 0 !important;
    background: transparent !important;
    color: #1c368e !important;
    box-shadow: none !important;
    text-decoration: underline !important;
}

/* 0.1.32: keep long-form Investigation reading surfaces visually consistent with surrounding copy. */
.cd-ib-experiment {
    background:transparent !important;
    color:#34405d !important;
    border:0 !important;
    border-radius:0 !important;
    padding:0 !important;
}
.cd-ib-experiment strong { color:#182230 !important; }
.cd-ib-experiment p,
.cd-ib-experiment .cd-ib-list,
.cd-ib-experiment .cd-ib-list li { color:#34405d !important; }

/* 0.1.33: simplify the first-result action hierarchy. */
.cd-ib-action-utilities {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:12px;
}
.cd-ib-action-utilities .cd-ib-utility,
.cd-ib-action-utility {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:7px 0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#3040b0 !important;
    font:inherit;
    font-size:14px;
    font-weight:750;
    line-height:1.25;
    text-decoration:none !important;
    cursor:pointer;
}
.cd-ib-action-utilities .cd-ib-utility:hover,
.cd-ib-action-utilities .cd-ib-utility:focus,
.cd-ib-action-utility:hover,
.cd-ib-action-utility:focus {
    background:transparent !important;
    color:#1c368e !important;
    text-decoration:underline !important;
    box-shadow:none !important;
}
.cd-ib-actions-simple .cd-ib-top-tools,
.cd-ib-actions-simple .cd-ib-secondary-action,
.cd-ib-actions-simple > .cd-ib-new-investigation {
    display:none !important;
}
.cd-ib-saved-status {
    margin:7px 0 0 !important;
    color:#7b8494 !important;
    font-size:12px !important;
    text-align:center;
}
.cd-ib-context-copy {
    margin-top:10px !important;
}
.cd-ib-result-footer {
    padding:18px 28px 26px;
    border-top:1px solid #edf0f4;
    text-align:center;
}
.cd-ib-result-footer .cd-ib-new-investigation {
    display:inline-flex;
    margin:0 auto;
}
@media (max-width:760px) {
    .cd-ib-action-utilities { gap:16px; }
    .cd-ib-action-utilities .cd-ib-utility,
    .cd-ib-action-utility { font-size:13px; }
    .cd-ib-result-footer { padding:16px 18px 22px; }
}


/* 0.1.36 homepage hero artwork alignment
 * Keep the existing mountain artwork, but treat it as part of the same
 * centered content column as the hero copy instead of a near-full-width banner.
 */
.cd-home img[src*="mountainsun"] {
    display: block !important;
    width: calc(100% - 48px) !important;
    max-width: 860px !important;
    height: auto !important;
    margin: 10px auto 16px !important;
    object-fit: contain !important;
}
@media (max-width: 760px) {
    .cd-home img[src*="mountainsun"] {
        width: calc(100% - 36px) !important;
        max-width: 860px !important;
        margin-top: 8px !important;
        margin-bottom: 16px !important;
    }
}


/* 0.1.37 homepage closing-copy refinement */
.cd-home .cdse-home-final .cdse-final-outcomes {
    display: block;
    margin-top: 12px;
}
.cd-home .cdse-home-final .cdse-final-next {
    margin-top: 16px;
}

/* 0.1.42 homepage hero artwork
   Use the original mountain artwork, optimized as WebP, and keep its width
   aligned with the hero text column while the form remains slightly narrower.
*/
.cd-ib {
    --cdib-hero-width: 860px;
    --cdib-form-width: 780px;
}
.cd-ib-form,
.cd-ib-loading,
.cd-ib-error {
    max-width: var(--cdib-form-width);
}
.cd-ib-hero-art {
    width: min(100%, var(--cdib-hero-width));
    max-width: var(--cdib-hero-width);
    margin: 8px auto 16px;
}
.cd-ib-hero-art img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 760px) {
    .cd-ib-hero-art {
        margin-top: 6px;
        margin-bottom: 14px;
    }
}

/* 0.1.39: the original mountain upload sits outside .cd-home on some
   homepage templates. Hide that legacy asset at the WordPress homepage/body
   level so only the responsive CSS illustration remains. */
body.home img[src*="mountainsun"],
body.front-page img[src*="mountainsun"],
body img[src*="/mountainsun-"][src$=".jpg"],
body img[src$="/mountainsun.jpg"] {
    display: none !important;
}

/* Keep a single progress statement in the closing section. */
.cd-home .cdse-home-final .cd-final-options + .cd-final-options {
    display: none !important;
}




/* 0.1.42 homepage closing copy cleanup */
.cd-home .cdse-home-final {
    text-align: center;
}
.cd-home .cdse-home-final .cd-final-options {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}
.cd-home .cdse-home-final .cdse-final-outcomes,
.cd-home .cdse-home-final .cdse-final-next {
    display: block;
}
.cd-home .cdse-home-final .cdse-final-outcomes {
    margin-top: 12px;
}
.cd-home .cdse-home-final .cdse-final-next {
    margin-top: 18px;
}
.cd-home .cdse-home-final .cd-final-options + p,
.cd-home .cdse-home-final p.cdse-final-next,
.cd-home .cdse-home-final .cd-final-options ~ p {
    display: none !important;
}
.cd-ib-hero-art,
.cd-ib-hero-art img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* 0.1.51 result-bottom Sprint CTA + homepage story section restore */
.cd-ib-result-footer .cd-ib-footer-sprint {
    display: flex;
    width: min(100%, 520px);
    margin: 0 auto 14px;
}
.cd-ib-result-footer .cd-ib-new-investigation {
    display: inline-flex;
    margin: 0 auto;
}
.cd-home .cdse-home-closer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
}
@media (max-width: 760px) {
    .cd-ib-result-footer .cd-ib-footer-sprint {
        width: 100%;
        margin-bottom: 12px;
    }
}


/* 0.1.52 investigation-result runtime repair + homepage closing section restore */
.cd-home .cdse-home-final {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 52px;
}
.cd-home .cdse-home-final .cd-final-options {
    display: block;
    max-width: 780px;
    margin: 0 auto 22px;
    text-align: center;
}
.cd-home .cdse-home-final .cd-final-options > strong {
    display: block;
}
.cd-home .cdse-home-final .cdse-final-outcomes,
.cd-home .cdse-home-final .cdse-final-progress {
    display: block;
    margin-top: 12px;
}
.cd-home .cdse-home-final .cd-btn-row,
.cd-home .cdse-home-final .cdse-final-cta-row {
    display: flex !important;
    justify-content: center;
    margin-top: 22px;
}
.cd-home .cdse-home-final .cd-btn-row a {
    min-width: 260px;
}
@media (max-width: 760px) {
    .cd-home .cdse-home-final {
        padding: 34px 18px 38px;
    }
    .cd-home .cdse-home-final .cd-final-options {
        margin-bottom: 18px;
    }
    .cd-home .cdse-home-final .cd-btn-row a {
        width: 100%;
        min-width: 0;
    }
}

/* 0.1.96 result hierarchy: keep decision-critical assumptions visible and make disclosures explicit. */
.cd-ib-visible-assumptions {
    padding: 22px 28px;
    border-top: 1px solid #edf0f4;
    background: #f8f9fd;
}
.cd-ib-visible-assumptions h3 {
    margin: 4px 0 14px;
    color: #273550;
    font-size: 17px;
    line-height: 1.4;
}
.cd-ib-visible-assumptions .cd-ib-list {
    margin-bottom: 0;
}
.cd-ib-visible-assumptions .cd-ib-list li {
    color: #34405d !important;
}
.cd-ib-disclosure > summary {
    align-items: flex-start;
}
.cd-ib-disclosure-copy {
    flex: 1 1 auto;
    min-width: 0;
}
.cd-ib-disclosure-preview {
    margin: 5px 0 0 !important;
    max-width: 46em;
    color: #4b5870 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}
.cd-ib-disclosure-action {
    display: inline-block;
    margin-top: 9px;
    color: #3040b0;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
}
.cd-ib-hide-label { display: none; }
.cd-ib-disclosure[open] .cd-ib-show-label { display: none; }
.cd-ib-disclosure[open] .cd-ib-hide-label { display: inline; }
.cd-ib-disclosure > summary:after {
    display: none !important;
    content: none !important;
}
.cd-ib-disclosure[open] > summary:after {
    content: none !important;
}

@media (max-width: 760px) {
    .cd-ib-visible-assumptions {
        padding: 20px 18px;
    }
    .cd-ib-visible-assumptions h3 {
        font-size: 16px;
    }
    .cd-ib-disclosure-preview {
        font-size: 13px !important;
    }
}


/* 0.1.100 homepage coaching + unified Investigation language */
.cd-ib-positioning{max-width:760px;margin:18px auto 0;padding:16px 18px;border:1px solid #e2e7f0;border-radius:14px;background:#f8faff;color:#344054;text-align:left}
.cd-ib-positioning strong{display:block;margin-bottom:6px;color:#182230;font-size:16px}
.cd-ib-positioning p{margin:6px 0 0;font-size:14px;line-height:1.5}
.cd-ib-coach{margin:12px 0 0}
.cd-ib-coach-toggle{appearance:none;border:0;background:transparent;padding:4px 0;color:#3040b0;font-size:13px;font-weight:750;cursor:pointer}
.cd-ib-coach-toggle:hover,.cd-ib-coach-toggle:focus{text-decoration:underline}
.cd-ib-coach-panel{margin-top:8px;padding:14px;border:1px solid #dfe5f1;border-radius:13px;background:#f8faff}
.cd-ib-coach-head{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}
.cd-ib-coach-head span{font-size:10px;font-weight:850;letter-spacing:.1em;color:#3040b0}
.cd-ib-coach-head strong{font-size:14px;color:#182230}
.cd-ib-coach-note,.cd-ib-coach-limit{margin:6px 0 0!important;color:#667085!important;font-size:12px!important;line-height:1.45!important}
.cd-ib-coach-response{margin-top:10px;padding:11px 12px;border-radius:10px;background:#fff;border:1px solid #e2e7f0;color:#273550;font-size:14px;line-height:1.5;white-space:pre-wrap}
.cd-ib-coach-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.cd-home .cdse-home-sprint{max-width:760px!important;margin-left:auto!important;margin-right:auto!important}
.cd-home .cdse-home-sprint .cd-grid,.cd-home .cdse-home-sprint .cd-days,.cd-home .cdse-home-sprint [class*="grid"]{display:block!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}
.cd-home .cdse-home-sprint .cd-card,.cd-home .cdse-home-sprint article{margin:0 0 10px!important;padding:12px 14px!important}
.cd-home .cdse-home-sprint h2{font-size:clamp(25px,3vw,34px)!important;line-height:1.12!important}
.cd-home .cdse-home-sprint h3{font-size:20px!important;line-height:1.25!important}
.cd-home .cdse-home-sprint p{font-size:14px!important;line-height:1.5!important}
.cd-home .cdse-home-sprint .cd-kicker{font-size:11px!important;letter-spacing:.09em!important}
@media(max-width:760px){
  .cd-ib-positioning{padding:14px}.cd-ib-coach-actions{display:block}.cd-ib-coach-actions .cdse-btn{width:100%;margin-top:6px}
  .cd-home .cdse-home-sprint{display:block!important;padding-left:18px!important;padding-right:18px!important}
  .cd-home .cdse-home-sprint h3{font-size:18px!important}
}


/* 0.1.101 homepage compact rhythm + single-line statement pass */

/* HOW IT WORKS is intentionally compact. */
.cd-home .cdse-home-how {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.cd-home .cdse-home-how .cd-kicker {
    margin-bottom: 5px !important;
    font-size: 11px !important;
}
.cd-home .cdse-home-how h2 {
    white-space: nowrap !important;
    font-size: clamp(10px, 2.68vw, 34px) !important;
    line-height: 1.04 !important;
    margin: 0 auto 14px !important;
    letter-spacing: -.025em !important;
}
.cd-home .cdse-home-how .cd-card {
    padding: 10px 12px !important;
    margin: 0 !important;
    border-width: 1px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}
.cd-home .cdse-home-how .cdse-how-card-head {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin: 0 0 3px !important;
}
.cd-home .cdse-home-how .cdse-how-number {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
}
.cd-home .cdse-home-how .cdse-how-card-head h3 {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
}
.cd-home .cdse-home-how .cd-card > p {
    margin: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
}
.cd-home .cdse-home-how .cdse-how-goal {
    margin: 11px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

/* Seven-day sequence: one compact vertical rhythm. */
.cd-home .cdse-home-sprint {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.cd-home .cdse-home-sprint h2 {
    white-space: nowrap !important;
    font-size: clamp(11px, 2.55vw, 31px) !important;
    line-height: 1.04 !important;
    margin: 0 auto 7px !important;
    letter-spacing: -.02em !important;
}
.cd-home .cdse-home-sprint .cd-lead {
    margin: 0 auto 10px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}
.cd-home .cdse-home-sprint .cd-card,
.cd-home .cdse-home-sprint article {
    margin: 0 0 4px !important;
    padding: 7px 11px !important;
    border-radius: 9px !important;
}
.cd-home .cdse-home-sprint .cd-card:last-child,
.cd-home .cdse-home-sprint article:last-child {
    margin-bottom: 0 !important;
}
.cd-home .cdse-home-sprint h3 {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
}
.cd-home .cdse-home-sprint .cd-card p,
.cd-home .cdse-home-sprint article p {
    margin: 2px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

/* GET CLOSER: keep the key statement on one line and remove excess air. */
.cd-home .cdse-home-get-closer {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.cd-home .cdse-home-get-closer h2 {
    white-space: nowrap !important;
    font-size: clamp(10px, 2.7vw, 34px) !important;
    line-height: 1.04 !important;
    margin: 0 auto 9px !important;
    letter-spacing: -.025em !important;
}
.cd-home .cdse-home-get-closer h3,
.cd-home .cdse-home-get-closer .cd-lead {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}
.cd-home .cdse-home-get-closer .cd-card {
    margin-bottom: 0 !important;
}

.cd-home .cdse-home-final {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
}
.cd-home .cdse-home-final .cd-final-options {
    gap: 4px !important;
    margin-bottom: 12px !important;
}
.cd-home .cdse-home-final .cd-final-options > strong,
.cd-home .cdse-home-final .cdse-final-outcomes,
.cd-home .cdse-home-final .cdse-final-progress {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-how,
    .cd-home .cdse-home-sprint,
    .cd-home .cdse-home-get-closer,
    .cd-home .cdse-home-final {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .cd-home .cdse-home-how .cd-card {
        padding: 8px 10px !important;
    }
    .cd-home .cdse-home-sprint .cd-card,
    .cd-home .cdse-home-sprint article {
        padding: 6px 9px !important;
        margin-bottom: 3px !important;
    }
}


/* 0.1.102 homepage density + alignment pass */

/* HOW IT WORKS: less air and a separate white principle line. */
.cd-home .cdse-home-how {
    margin: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 12px !important;
}
.cd-home .cdse-home-how h2 {
    margin-bottom: 9px !important;
    font-size: clamp(10px, 2.05vw, 29px) !important;
}
.cd-home .cdse-home-how .cd-card {
    min-height: 0 !important;
    padding: 8px 10px !important;
}
.cd-home .cdse-how-goal {
    display: block !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 11px 18px 13px !important;
    background: #fff !important;
    color: #17203b !important;
    text-align: center !important;
    font-size: clamp(12px, 1.35vw, 17px) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

/* Seven-day list: compress each row vertically and close the gap around the section. */
.cd-home .cdse-home-sprint {
    margin: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.cd-home .cdse-home-sprint h2 {
    margin-bottom: 5px !important;
    font-size: clamp(10px, 2.15vw, 29px) !important;
}
.cd-home .cdse-home-sprint .cd-lead {
    margin-bottom: 6px !important;
}
.cd-home .cdse-home-sprint .cd-grid,
.cd-home .cdse-home-sprint .cd-days,
.cd-home .cdse-home-sprint [class*="grid"] {
    row-gap: 0 !important;
    gap: 0 !important;
}
.cd-home .cdse-home-sprint .cd-card,
.cd-home .cdse-home-sprint article,
.cd-home .cdse-home-sprint li,
.cd-home .cdse-home-sprint [class*="day"] {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.cd-home .cdse-home-sprint .cd-card + .cd-card,
.cd-home .cdse-home-sprint article + article,
.cd-home .cdse-home-sprint li + li,
.cd-home .cdse-home-sprint [class*="day"] + [class*="day"] {
    margin-top: 0 !important;
}

/* GET CLOSER: smaller headline and much tighter section rhythm. */
.cd-home .cdse-home-get-closer,
.cd-home .cdse-home-closer {
    margin: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.cd-home .cdse-home-get-closer h2,
.cd-home .cdse-home-closer h2 {
    white-space: nowrap !important;
    font-size: clamp(10px, 2.1vw, 29px) !important;
    line-height: 1.04 !important;
    margin: 0 auto 6px !important;
    letter-spacing: -.025em !important;
}
.cd-home .cdse-home-get-closer h3,
.cd-home .cdse-home-get-closer .cd-lead,
.cd-home .cdse-home-closer h3,
.cd-home .cdse-home-closer .cd-lead {
    margin-bottom: 7px !important;
}
.cd-home .cdse-home-get-closer .cd-card,
.cd-home .cdse-home-closer .cd-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Closing copy sits closer to the video section. */
.cd-home .cdse-home-final {
    margin-top: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 16px !important;
}
.cd-home .cdse-home-final p,
.cd-home .cdse-home-final .cd-final-options {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-how,
    .cd-home .cdse-home-sprint,
    .cd-home .cdse-home-get-closer,
    .cd-home .cdse-home-closer,
    .cd-home .cdse-home-final {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .cd-home .cdse-how-goal {
        padding: 8px 12px 10px !important;
    }
    .cd-home .cdse-home-sprint .cd-card,
    .cd-home .cdse-home-sprint article,
    .cd-home .cdse-home-sprint li,
    .cd-home .cdse-home-sprint [class*="day"] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}

/* 0.1.103 homepage alignment + responsive density corrections */
/* The hero statement is JS-fit to the rendered mountain artwork width. */

/* HOW IT WORKS cards must remain structurally clean at every width. */
.cd-home .cdse-home-how .cd-grid,
.cd-home .cdse-home-how [class*="grid"] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-items: stretch !important;
}
.cd-home .cdse-home-how .cd-card {
    display: block !important;
    position: relative !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}
.cd-home .cdse-home-how .cdse-how-card-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
}
.cd-home .cdse-home-how .cdse-how-card-head h3 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}
.cd-home .cdse-home-how .cd-card > p {
    position: static !important;
    display: block !important;
    width: auto !important;
    margin: 4px 0 0 !important;
    transform: none !important;
}

/* Principle gets its own white band, never the gray HOW IT WORKS background. */
.cd-home .cdse-how-goal-wrap {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 9px 18px 11px !important;
    background: #fff !important;
    text-align: center !important;
}
.cd-home .cdse-how-goal-wrap .cdse-how-goal {
    display: block !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: clamp(12px, 1.15vw, 16px) !important;
    line-height: 1.25 !important;
}

/* Center the entire seven-day story, not only its heading. */
.cd-home .cdse-home-sprint {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-align: center !important;
}
.cd-home .cdse-home-sprint > .cd-kicker,
.cd-home .cdse-home-sprint > h2,
.cd-home .cdse-home-sprint > .cd-lead {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cd-home .cdse-home-sprint .cd-grid,
.cd-home .cdse-home-sprint .cd-days,
.cd-home .cdse-home-sprint [class*="grid"] {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
}
.cd-home .cdse-home-sprint .cd-card,
.cd-home .cdse-home-sprint article,
.cd-home .cdse-home-sprint li,
.cd-home .cdse-home-sprint [class*="day"] {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

/* GET CLOSER headline should support the cards rather than dominate them. */
.cd-home .cdse-home-get-closer h2,
.cd-home .cdse-home-closer h2 {
    font-size: clamp(15px, 1.75vw, 24px) !important;
    line-height: 1.08 !important;
    margin-bottom: 5px !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-how .cd-grid,
    .cd-home .cdse-home-how [class*="grid"] {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }
    .cd-home .cdse-home-how .cd-card {
        padding: 8px 10px !important;
    }
    .cd-home .cdse-home-how .cdse-how-card-head h3 {
        font-size: 15px !important;
        line-height: 1.18 !important;
    }
    .cd-home .cdse-home-how .cd-card > p {
        margin-top: 3px !important;
        font-size: 12.5px !important;
        line-height: 1.3 !important;
    }
    .cd-home .cdse-how-goal-wrap {
        padding: 7px 12px 9px !important;
    }
    .cd-home .cdse-home-sprint {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .cd-home .cdse-home-sprint .cd-card,
    .cd-home .cdse-home-sprint article,
    .cd-home .cdse-home-sprint li,
    .cd-home .cdse-home-sprint [class*="day"] {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .cd-home .cdse-home-get-closer h2,
    .cd-home .cdse-home-closer h2 {
        font-size: clamp(14px, 4.25vw, 19px) !important;
    }
}


/* 0.1.104 homepage sequence, centering, and responsive density pass */
/* Hero supporting copy must stay centered at every theme breakpoint. */

/* HOW IT WORKS and 7-Day share the same light-gray field. */
.cd-home .cdse-home-how,
.cd-home .cdse-home-sprint {
    background: #f7f8fa !important;
}

/* HOW IT WORKS remains centered as a section and as a card group. */
.cd-home .cdse-home-how {
    text-align: center !important;
    padding: 14px 18px 12px !important;
}
.cd-home .cdse-home-how > .cd-kicker,
.cd-home .cdse-home-how > h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cd-home .cdse-home-how .cd-grid,
.cd-home .cdse-home-how [class*="grid"] {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
}
.cd-home .cdse-home-how .cd-card {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* The principle is an intentionally separate white section. */
.cd-home .cdse-how-goal-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 74px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    background: #fff !important;
    border: 0 !important;
    text-align: center !important;
}
.cd-home .cdse-how-goal-wrap .cdse-how-goal {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: center !important;
    font-size: clamp(13px, 1.2vw, 17px) !important;
    line-height: 1.3 !important;
}

/* Center the complete 7-Day section while preserving structured day rows. */
.cd-home .cdse-home-sprint {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 18px 14px !important;
    text-align: center !important;
}
.cd-home .cdse-home-sprint > .cd-kicker,
.cd-home .cdse-home-sprint > h2,
.cd-home .cdse-home-sprint > .cd-lead {
    display: block !important;
    width: min(100%, 960px) !important;
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.cd-home .cdse-home-sprint .cd-grid,
.cd-home .cdse-home-sprint .cd-days,
.cd-home .cdse-home-sprint [class*="grid"] {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 5px auto 0 !important;
    text-align: left !important;
}
.cd-home .cdse-home-sprint .cd-card,
.cd-home .cdse-home-sprint article,
.cd-home .cdse-home-sprint li,
.cd-home .cdse-home-sprint [class*="day"] {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* GET CLOSER is supporting proof, not another hero. */
.cd-home .cdse-home-get-closer,
.cd-home .cdse-home-closer {
    margin: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.cd-home .cdse-home-get-closer .cd-kicker,
.cd-home .cdse-home-closer .cd-kicker {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}
.cd-home .cdse-home-get-closer h2,
.cd-home .cdse-home-closer h2 {
    font-size: clamp(15px, 1.45vw, 21px) !important;
    line-height: 1.08 !important;
    margin: 0 auto 4px !important;
    letter-spacing: -.018em !important;
}
.cd-home .cdse-home-get-closer h3,
.cd-home .cdse-home-get-closer .cd-lead,
.cd-home .cdse-home-closer h3,
.cd-home .cdse-home-closer .cd-lead {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
}
.cd-home .cdse-home-get-closer .cd-grid,
.cd-home .cdse-home-closer .cd-grid,
.cd-home .cdse-home-get-closer [class*="grid"],
.cd-home .cdse-home-closer [class*="grid"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 10px !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-how {
        padding: 11px 12px 10px !important;
    }
    .cd-home .cdse-home-how .cd-grid,
    .cd-home .cdse-home-how [class*="grid"] {
        width: min(100%, 430px) !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-items: center !important;
    }
    .cd-home .cdse-home-how .cd-card {
        width: 100% !important;
        max-width: 430px !important;
        padding: 8px 12px !important;
        text-align: center !important;
    }
    .cd-home .cdse-home-how .cdse-how-card-head {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .cd-home .cdse-home-how .cdse-how-card-head h3,
    .cd-home .cdse-home-how .cd-card > p {
        text-align: center !important;
    }
    .cd-home .cdse-how-goal-wrap {
        min-height: 62px !important;
        padding: 18px 14px !important;
    }
    .cd-home .cdse-how-goal-wrap .cdse-how-goal {
        font-size: clamp(13px, 3.65vw, 15px) !important;
        line-height: 1.3 !important;
    }
    .cd-home .cdse-home-sprint {
        padding: 12px 12px 10px !important;
    }
    .cd-home .cdse-home-sprint .cd-grid,
    .cd-home .cdse-home-sprint .cd-days,
    .cd-home .cdse-home-sprint [class*="grid"] {
        width: min(100%, 430px) !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cd-home .cdse-home-sprint .cd-card,
    .cd-home .cdse-home-sprint article,
    .cd-home .cdse-home-sprint li,
    .cd-home .cdse-home-sprint [class*="day"] {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
    .cd-home .cdse-home-get-closer,
    .cd-home .cdse-home-closer {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .cd-home .cdse-home-get-closer h2,
    .cd-home .cdse-home-closer h2 {
        white-space: normal !important;
        width: min(100%, 680px) !important;
        max-width: 680px !important;
        font-size: clamp(15px, 4vw, 18px) !important;
        line-height: 1.12 !important;
        margin-bottom: 4px !important;
        text-align: center !important;
    }
    .cd-home .cdse-home-get-closer h3,
    .cd-home .cdse-home-get-closer .cd-lead,
    .cd-home .cdse-home-closer h3,
    .cd-home .cdse-home-closer .cd-lead {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 430px) {
    .cd-home .cdse-home-how .cd-grid,
    .cd-home .cdse-home-how [class*="grid"],
    .cd-home .cdse-home-sprint .cd-grid,
    .cd-home .cdse-home-sprint .cd-days,
    .cd-home .cdse-home-sprint [class*="grid"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* 0.1.105 distinct homepage section boxes */
.cd-home {
    background: #fff !important;
}

/* Three intentional gray boxes, separated by visible white space. */
.cd-home .cdse-home-how,
.cd-home .cdse-home-sprint,
.cd-home .cdse-home-get-closer,
.cd-home .cdse-home-closer {
    box-sizing: border-box !important;
    width: calc(100% - 32px) !important;
    max-width: 1480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #f7f8fa !important;
    border: 0 !important;
    border-radius: 4px !important;
}

/* HOW IT WORKS ends cleanly after step 3, with no divider or trailing rule. */
.cd-home .cdse-home-how {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding-bottom: 14px !important;
}
.cd-home .cdse-home-how::after,
.cd-home .cdse-home-how::before,
.cd-home .cdse-home-how > hr,
.cd-home .cdse-home-how .cd-divider,
.cd-home .cdse-home-how [class*="divider"] {
    display: none !important;
    content: none !important;
    border: 0 !important;
}
.cd-home .cdse-home-how .cd-grid,
.cd-home .cdse-home-how [class*="grid"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Standalone principle: white, centered, and clearly separate from both gray boxes. */
.cd-home .cdse-how-goal-wrap {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cd-home .cdse-how-goal-wrap .cdse-how-goal {
    font-size: clamp(14px, 1.2vw, 18px) !important;
    line-height: 1.35 !important;
}

/* 7-Day box, then white breathing room before GET CLOSER. */
.cd-home .cdse-home-sprint {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding-top: 16px !important;
    padding-bottom: 14px !important;
}

/* GET CLOSER gray box ends after the Ali Reid card. */
.cd-home .cdse-home-get-closer,
.cd-home .cdse-home-closer {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding: 12px 18px 14px !important;
}

/* Closing conclusion is its own white section below the GET CLOSER box. */
.cd-home .cdse-home-final,
.cd-home .cd-final.cdse-home-final {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 18px 22px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}
.cd-home .cdse-home-final .cd-final-options {
    margin: 0 auto 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.cd-home .cdse-home-final .cd-final-options > * {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}
.cd-home .cdse-home-final .cdse-final-cta-row {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-how,
    .cd-home .cdse-home-sprint,
    .cd-home .cdse-home-get-closer,
    .cd-home .cdse-home-closer {
        width: calc(100% - 20px) !important;
        border-radius: 3px !important;
    }
    .cd-home .cdse-how-goal-wrap {
        padding: 18px 14px !important;
    }
    .cd-home .cdse-home-sprint {
        margin-bottom: 14px !important;
    }
    .cd-home .cdse-home-get-closer,
    .cd-home .cdse-home-closer {
        margin-bottom: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .cd-home .cdse-home-final,
    .cd-home .cd-final.cdse-home-final {
        padding: 16px 12px 20px !important;
    }
}


/* 0.1.106: visually separate homepage gray panels with true white bands between them. */
.cd-home,
.cd-home main,
.cd-home .site-main,
.cd-home .content-area,
.cd-home .entry-content {
    background: #fff !important;
}

/* HOW IT WORKS is one self-contained gray card and ends after step 3. */
.cd-home .cdse-home-how {
    position: relative !important;
    z-index: 2 !important;
    width: calc(100% - 40px) !important;
    max-width: 1480px !important;
    margin: 20px auto 0 !important;
    padding: 16px 28px 18px !important;
    background: #f7f8fa !important;
    border-radius: 14px !important;
    border: 1px solid rgba(15, 23, 42, 0.05) !important;
    box-shadow: 0 5px 16px rgba(15, 23, 42, 0.07) !important;
    overflow: hidden !important;
}
.cd-home .cdse-home-how hr,
.cd-home .cdse-home-how::before,
.cd-home .cdse-home-how::after,
.cd-home .cdse-home-how [class*="divider"] {
    display: none !important;
    content: none !important;
}

/* The principle must read on a genuinely white band, not as part of the HOW box. */
.cd-home .cdse-how-goal-wrap {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 28px 20px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 100vmax #fff !important;
    clip-path: inset(0 -100vmax) !important;
    text-align: center !important;
}
.cd-home .cdse-how-goal-wrap .cdse-how-goal {
    display: block !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    font-size: clamp(17px, 1.55vw, 24px) !important;
    line-height: 1.3 !important;
}

/* 7-Day Investigation is its own rounded gray card with white space above and below. */
.cd-home .cdse-home-sprint {
    position: relative !important;
    z-index: 2 !important;
    width: calc(100% - 40px) !important;
    max-width: 1480px !important;
    margin: 0 auto 24px !important;
    padding: 18px 28px 16px !important;
    background: #f7f8fa !important;
    border-radius: 14px !important;
    border: 1px solid rgba(15, 23, 42, 0.05) !important;
    box-shadow: 0 5px 16px rgba(15, 23, 42, 0.07) !important;
    overflow: hidden !important;
}

/* Ensure white canvas is visible between the individual homepage cards. */
.cd-home .cdse-home-sprint + section,
.cd-home .cdse-home-sprint + .cdse-home-get-closer,
.cd-home .cdse-home-sprint + .cdse-home-closer {
    margin-top: 24px !important;
}

@media (max-width: 600px) {
    .cd-home .cdse-home-how,
    .cd-home .cdse-home-sprint {
        width: calc(100% - 24px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        border-radius: 12px !important;
    }
    .cd-home .cdse-how-goal-wrap {
        padding: 24px 14px !important;
    }
    .cd-home .cdse-how-goal-wrap .cdse-how-goal {
        font-size: clamp(16px, 5vw, 20px) !important;
    }
}


/* 0.1.107: hard DOM separation between HOW IT WORKS, principle, and 7-Day panel. */
.cd-home .cdse-home-how {
    margin-bottom: 0 !important;
    padding-bottom: 18px !important;
}
.cd-home .cdse-home-how > :last-child {
    margin-bottom: 0 !important;
}
.cd-home .cdse-how-goal-wrap {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px 20px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    clip-path: none !important;
    text-align: center !important;
}
.cd-home .cdse-how-goal-wrap .cdse-how-goal {
    display: block !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #172033 !important;
    font-size: clamp(17px, 1.55vw, 24px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}
.cd-home .cdse-home-sprint {
    margin-top: 0 !important;
}
@media (max-width: 600px) {
    .cd-home .cdse-how-goal-wrap { padding: 22px 16px !important; }
    .cd-home .cdse-how-goal-wrap .cdse-how-goal { font-size: 17px !important; }
}


/* 0.1.109: align the top Investigation Builder card with the homepage gray panels, and keep the principle singular. */
.cd-home .cd-ib-results {
    width: calc(100% - 40px) !important;
    max-width: 1480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* The old principle and any legacy rule must never remain inside HOW IT WORKS. */
.cd-home .cdse-home-how .cdse-how-goal,
.cd-home .cdse-home-how .cdse-how-goal-wrap,
.cd-home .cdse-home-how hr,
.cd-home .cdse-home-how .elementor-divider,
.cd-home .cdse-home-how .elementor-divider-separator {
    display: none !important;
}
/* The only visible principle is the dedicated white sibling section. */
.cd-home > .cdse-how-goal-wrap,
.cd-home .cdse-how-goal-wrap {
    background: #fff !important;
}
@media (max-width: 600px) {
    .cd-home .cd-ib-results {
        width: calc(100% - 24px) !important;
    }
}
.cd-home .cd-ib-results {
    box-sizing: border-box !important;
    width: calc(100vw - 40px) !important;
    max-width: 1480px !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
}
.cd-home .cd-ib-results {
    position: relative !important;
    left: 0 !important;
}

@media (max-width: 600px) {
    .cd-home .cd-ib-results {
        width: calc(100vw - 24px) !important;
    }
}
.cd-home .cd-ib-results {
    box-sizing: border-box !important;
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
}
@media (max-width: 600px) {
    .cd-home .cd-ib-results {
        width: calc(100% - 24px) !important;
    }
}

/* 0.1.114: homepage trust, educator context, and institutional pathway. */

.cd-home .cdse-home-credibility,
.cd-home .cdse-home-schools {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: none;
    margin: 28px auto;
    padding: 30px clamp(22px, 5vw, 72px);
    border: 1px solid #e0e5ee;
    border-radius: 14px;
    background: #ffffff;
    color: #17203b;
    text-align: center;
    box-shadow: 0 8px 24px rgba(23, 32, 59, 0.05);
}

.cd-home .cdse-home-schools {
    background: #f6f8fb;
}

.cd-home .cdse-home-credibility .cd-kicker,
.cd-home .cdse-home-schools .cd-kicker {
    display: block;
    margin-bottom: 8px;
    color: #1688c4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cd-home .cdse-home-credibility h2,
.cd-home .cdse-home-schools h2 {
    max-width: 920px;
    margin: 0 auto 12px;
    color: #17203b;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.15;
}

.cd-home .cdse-home-credibility p,
.cd-home .cdse-home-schools p {
    max-width: 860px;
    margin: 0 auto 10px;
    color: #4f596e;
    font-size: 16px;
    line-height: 1.6;
}

.cd-home .cdse-home-schools .cd-btn-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

.cd-home .cdse-home-schools .cdse-btn {
    margin-top: 0 !important;
}

@media (max-width: 760px) {
    .cd-home .cdse-home-credibility,
    .cd-home .cdse-home-schools {
        width: calc(100% - 24px);
        margin: 20px auto;
        padding: 24px 18px;
        text-align: left;
    }

    .cd-home .cdse-home-credibility h2,
    .cd-home .cdse-home-schools h2,
    .cd-home .cdse-home-credibility p,
    .cd-home .cdse-home-schools p {
        margin-left: 0;
        margin-right: 0;
    }

    .cd-home .cdse-home-schools .cd-btn-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        margin-top: 16px !important;
    }

    .cd-home .cdse-home-schools .cdse-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        margin: 0 !important;
    }
}

/* 0.1.122: keep the Brief deep without making every test feel simultaneous. */
.cd-ib-test-focus-note {
    margin: -2px 0 12px;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
}
.cd-ib-more-tests {
    margin-top: 10px;
}
.cd-ib-more-tests > summary {
    cursor: pointer;
    color: #3040b0;
    font-weight: 750;
    list-style: none;
}
.cd-ib-more-tests > summary::-webkit-details-marker { display: none; }
.cd-ib-more-tests > summary:after { content: " +"; }
.cd-ib-more-tests[open] > summary:after { content: " −"; }
.cd-ib-more-tests .cd-ib-list { margin-top: 10px; }
.cd-home .cd-ib-results {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cd-home .cd-ib-result-shell,
.cd-home .cd-ib-result-head,
.cd-home .cd-ib-result-body,
.cd-home .cd-ib-clarity-map,
.cd-home .cd-ib-map-card {
    min-width: 0 !important;
    max-width: 100% !important;
}
.cd-home .cd-ib-result-head h2,
.cd-home .cd-ib-result-head p,
.cd-home .cd-ib-map-card p {
    overflow-wrap: anywhere;
}
@media (max-width: 760px) {
    .cd-home .cd-ib-results {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }
    .cd-home .cd-ib-result-shell {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cd-home .cd-ib-result-head {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .cd-home .cd-ib-clarity-map {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* 0.1.136: restore the pre-09/13 homepage/result geometry. Only the form itself
   gets progressive disclosure and adaptive coaching. No homepage focus mode. */
.cd-ib-coach.is-guided-help .cd-ib-coach-panel {
    border-color: rgba(48,64,176,.24);
    background: #f7f8ff;
}
.cd-ib-coach-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}
.cd-ib-coach-choice {
    appearance: none;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #d8def0;
    border-radius: 10px;
    background: #fff;
    color: #26324f;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}
.cd-ib-coach-choice:hover,
.cd-ib-coach-choice:focus-visible {
    border-color: #3040b0;
    background: rgba(48,64,176,.055);
    color: #20349d;
    outline: none;
}
.cd-ib-stage-help { margin: 10px 0 0; }
.cd-ib-stage-help > summary {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #3040b0;
    font-size: 13px;
    font-weight: 750;
}
.cd-ib-stage-help > summary::-webkit-details-marker { display: none; }
.cd-ib-stage-help > summary:hover,
.cd-ib-stage-help > summary:focus-visible { text-decoration: underline; outline: none; }
.cd-ib-stage-help-body {
    max-width: 650px;
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #dfe5f1;
    border-radius: 10px;
    background: #f8faff;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
}
.cd-ib-stage-help-body strong { color: #182230; }

/* Keep Step 1's trust framing. Once the learner advances, remove only repeated
   form copy. Do not resize, hide, move, or restyle anything outside the form. */
.cd-ib[data-cd-ib-current-step="2"] .cd-ib-step-promise,
.cd-ib[data-cd-ib-current-step="3"] .cd-ib-step-promise,
.cd-ib[data-cd-ib-current-step="2"] .cd-ib-micro,
.cd-ib[data-cd-ib-current-step="3"] .cd-ib-micro,
.cd-ib[data-cd-ib-current-step="2"] .cd-ib-trust,
.cd-ib[data-cd-ib-current-step="3"] .cd-ib-trust {
    display: none !important;
}
@media (max-width: 760px) {
    .cd-ib-coach-choices { grid-template-columns: 1fr; }
    .cd-ib-coach-choice { width: 100%; }
}

/* 0.1.137: restore the cleaner post-Build result state without changing Steps 1-3.
   The homepage stays visually stable while the learner answers the setup questions.
   Only after an Investigation Brief exists do we move into a dedicated reading/action view. */
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-hero-art,
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-intro,
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-form,
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-lead-below,
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-loading,
.cd-home.cdse-result-focus .cd-ib.has-results .cd-ib-error {
    display: none !important;
}

/* Marketing/story content is useful before the investigation is built. Once the
   result exists, let the Brief and its next action own the page. */
.cd-home.cdse-result-focus .cdse-home-how,
.cd-home.cdse-result-focus .cdse-how-goal-wrap,
.cd-home.cdse-result-focus .cdse-home-credibility,
.cd-home.cdse-result-focus .cdse-home-sprint,
.cd-home.cdse-result-focus .cdse-home-get-closer,
.cd-home.cdse-result-focus .cdse-home-closer,
.cd-home.cdse-result-focus .cdse-home-schools,
.cd-home.cdse-result-focus .cdse-home-final {
    display: none !important;
}

/* Make the result feel like a deliberate destination rather than another block
   inside the marketing homepage. */
.cd-home.cdse-result-focus .cd-hero-investigation-builder .cd-ib {
    transform: none !important;
}
.cd-home.cdse-result-focus .cd-hero-investigation-builder {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
}
.cd-home.cdse-result-focus .cd-ib-results {
    box-sizing: border-box !important;
    width: calc(100% - 48px) !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    transform: none !important;
}
.cd-home.cdse-result-focus .cd-ib-result-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

@media (max-width: 760px) {
    .cd-home.cdse-result-focus .cd-hero-investigation-builder {
        padding-top: 14px !important;
        padding-bottom: 28px !important;
    }
    .cd-home.cdse-result-focus .cd-ib-results {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }
}

/* 0.1.214: quieter first-step copy. */
.cd-home .cd-ib .cd-ib-trust{
    max-width:760px!important;
    margin:14px auto 0!important;
    font-size:12px!important;
    line-height:1.4!important;
}
