:root {
    --bcif-ink: #102235;
    --bcif-muted: #526274;
    --bcif-blue: #0b63ce;
    --bcif-blue-dark: #084b9a;
    --bcif-teal: #00a69c;
    --bcif-sky: #eaf5ff;
    --bcif-cream: #fff9ed;
    --bcif-line: #d9e2ec;
    --bcif-white: #fff;
    --bcif-shadow: 0 24px 70px rgba(16, 34, 53, .14);
}

.bcif-funnel,
.bcif-funnel * {
    box-sizing: border-box;
}

.bcif-funnel-page #main-content .container {
    max-width: none;
    padding: 0;
    width: 100%;
}

.bcif-funnel-page #main-content .container::before,
.bcif-funnel-page #sidebar {
    display: none;
}

.bcif-funnel-page #left-area {
    float: none;
    padding: 0;
    width: 100%;
}

.bcif-funnel-page article,
.bcif-funnel-page .entry-content {
    margin: 0;
    padding: 0;
}

.bcif-funnel-page .entry-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Reversible credibility cleanup for legacy Divi sales pages. */
.bcif-home-cleanup article .et_pb_section_5,
.bcif-success-cleanup article .et_pb_section_1,
.bcif-success-cleanup article .et_pb_section_2,
.bcif-success-cleanup article .et_pb_section_3,
.bcif-success-cleanup article .et_pb_section_4,
.bcif-research-cleanup article .et_pb_section_1,
.bcif-research-cleanup article .et_pb_section_2,
.bcif-research-cleanup article .et_pb_section_3,
.bcif-research-cleanup article .et_pb_section_4,
.bcif-diagnostics-cleanup article .et_pb_section_3,
.bcif-diagnostics-cleanup article .et_pb_section_8 {
    display: none !important;
}

.bcif-integrity-section,
.bcif-integrity-section * {
    box-sizing: border-box;
}

.bcif-integrity-section {
    background: #f4fbff;
    color: var(--bcif-ink);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    padding: clamp(68px, 8vw, 110px) clamp(24px, 6vw, 92px);
}

.bcif-integrity-section--research {
    background: linear-gradient(135deg, #f1fbff, #fff9ed);
}

.bcif-integrity-section--offer {
    background: #eaf5ff;
}

.bcif-integrity-section__inner {
    margin: 0 auto;
    max-width: 1180px;
}

.bcif-integrity-section h2 {
    color: var(--bcif-ink);
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 760;
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 0 0 22px;
    max-width: 850px;
}

.bcif-integrity-lead {
    color: var(--bcif-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
    margin: 0 0 38px;
    max-width: 900px;
}

.bcif-integrity-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 36px;
}

.bcif-integrity-grid article {
    background: #fff;
    border: 1px solid var(--bcif-line);
    border-radius: 20px;
    padding: 26px;
}

.bcif-integrity-grid strong,
.bcif-integrity-grid span {
    display: block;
}

.bcif-integrity-grid strong {
    color: var(--bcif-ink);
    font-size: 19px;
    margin-bottom: 9px;
}

.bcif-integrity-grid span {
    color: var(--bcif-muted);
    font-size: 15px;
    line-height: 1.55;
}

.bcif-integrity-note {
    color: var(--bcif-muted);
    font-size: 13px;
    margin: 16px 0 0;
}

.bcif-integrity-offer {
    align-items: center;
    display: grid;
    gap: clamp(36px, 6vw, 84px);
    grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
}

.bcif-integrity-price {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--bcif-shadow);
    padding: 32px;
}

.bcif-integrity-price > strong,
.bcif-integrity-price > span,
.bcif-integrity-price > small {
    display: block;
}

.bcif-integrity-price > strong {
    color: var(--bcif-ink);
    font-size: 52px;
    letter-spacing: -.05em;
    line-height: 1;
}

.bcif-integrity-price > span {
    color: var(--bcif-muted);
    margin: 8px 0 22px;
}

.bcif-integrity-price .bcif-button {
    display: flex;
    width: 100%;
}

.bcif-integrity-price > small {
    color: var(--bcif-muted);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 13px;
    text-align: center;
}

.bcif-funnel {
    color: var(--bcif-ink);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}

.bcif-funnel h1,
.bcif-funnel h2,
.bcif-funnel h3,
.bcif-funnel p {
    margin-top: 0;
}

.bcif-funnel h1,
.bcif-funnel h2,
.bcif-funnel h3 {
    color: var(--bcif-ink);
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.bcif-funnel h1 {
    font-size: clamp(44px, 6vw, 78px);
    margin-bottom: 25px;
}

.bcif-funnel h2 {
    font-size: clamp(34px, 4vw, 52px);
    margin-bottom: 20px;
}

.bcif-funnel h3 {
    font-size: 24px;
    margin-bottom: 13px;
}

.bcif-hero,
.bcif-section,
.bcif-thank-you {
    padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 92px);
}

.bcif-hero {
    align-items: center;
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 166, 156, .2), transparent 32%),
        linear-gradient(135deg, #f3fbff 0%, #fff 48%, #fff7e9 100%);
    display: grid;
    gap: clamp(42px, 6vw, 90px);
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    min-height: 720px;
}

.bcif-hero__copy {
    max-width: 750px;
}

.bcif-eyebrow {
    color: var(--bcif-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.bcif-lead {
    color: var(--bcif-muted);
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.55;
    margin-bottom: 28px;
}

.bcif-checks {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.bcif-checks li {
    color: var(--bcif-ink);
    margin: 10px 0;
    padding-left: 32px;
    position: relative;
}

.bcif-checks li::before {
    align-items: center;
    background: rgba(0, 166, 156, .14);
    border-radius: 50%;
    color: #007e76;
    content: "✓";
    display: flex;
    font-size: 13px;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 3px;
    width: 22px;
}

.bcif-button {
    align-items: center;
    background: var(--bcif-blue);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(11, 99, 206, .23);
    color: var(--bcif-white) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 54px;
    padding: 16px 27px;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.bcif-button:hover,
.bcif-button:focus {
    background: var(--bcif-blue-dark);
    box-shadow: 0 16px 38px rgba(11, 99, 206, .3);
    transform: translateY(-2px);
}

.bcif-button--small {
    min-height: 44px;
    padding: 12px 20px;
}

.bcif-microcopy,
.bcif-form-note {
    color: var(--bcif-muted);
    font-size: 13px;
    margin: 13px 0 0;
}

.bcif-hero__panel {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 30px;
    box-shadow: var(--bcif-shadow);
    padding: clamp(25px, 4vw, 44px);
}

.bcif-panel-kicker {
    color: var(--bcif-muted);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bcif-profile-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcif-profile-grid div {
    background: var(--bcif-white);
    border: 1px solid var(--bcif-line);
    border-radius: 18px;
    min-height: 170px;
    padding: 22px;
}

.bcif-profile-grid span {
    color: var(--bcif-teal);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 28px;
}

.bcif-profile-grid strong,
.bcif-profile-grid small {
    display: block;
}

.bcif-profile-grid strong {
    font-size: 22px;
}

.bcif-profile-grid small {
    color: var(--bcif-muted);
    font-size: 13px;
    line-height: 1.45;
    margin-top: 7px;
}

.bcif-section--contrast {
    background: var(--bcif-ink);
    color: var(--bcif-white);
}

.bcif-section--contrast h2,
.bcif-section--contrast h3 {
    color: var(--bcif-white);
}

.bcif-section--contrast .bcif-eyebrow {
    color: #6ee7df;
}

.bcif-section__intro {
    margin: 0 auto 48px;
    max-width: 740px;
    text-align: center;
}

.bcif-card-grid {
    display: grid;
    gap: 22px;
}

.bcif-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bcif-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    padding: 30px;
}

.bcif-card p {
    color: #c9d7e5;
    margin-bottom: 0;
}

.bcif-card__number {
    color: #6ee7df;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 34px;
}

.bcif-split,
.bcif-offer,
.bcif-section--form {
    align-items: start;
    display: grid;
    gap: clamp(42px, 7vw, 100px);
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
}

.bcif-split > div > p:not(.bcif-eyebrow),
.bcif-offer__copy > p,
.bcif-form-copy > p {
    color: var(--bcif-muted);
}

.bcif-process {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bcif-process li {
    align-items: flex-start;
    border-bottom: 1px solid var(--bcif-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 48px 1fr;
    padding: 20px 0;
}

.bcif-process li:first-child {
    padding-top: 0;
}

.bcif-process li > span {
    align-items: center;
    background: var(--bcif-sky);
    border-radius: 50%;
    color: var(--bcif-blue);
    display: flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.bcif-process strong {
    font-size: 19px;
}

.bcif-process p {
    color: var(--bcif-muted);
    font-size: 15px;
    margin: 3px 0 0;
}

.bcif-offer {
    background: var(--bcif-sky);
}

.bcif-price-card {
    background: var(--bcif-white);
    border-radius: 28px;
    box-shadow: var(--bcif-shadow);
    padding: 38px;
}

.bcif-price-card > p {
    color: var(--bcif-muted);
    margin-bottom: 8px;
}

.bcif-price-card > strong {
    display: block;
    font-size: clamp(48px, 7vw, 72px);
    letter-spacing: -.06em;
    line-height: 1;
}

.bcif-price-card > span {
    color: var(--bcif-muted);
    display: block;
    margin: 8px 0 26px;
}

.bcif-price-card .bcif-button {
    display: flex;
    width: 100%;
}

.bcif-price-card small {
    color: var(--bcif-muted);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 14px;
    text-align: center;
}

.bcif-section--form {
    background: var(--bcif-cream);
}

.bcif-contact-option {
    border-top: 1px solid #eadfc9;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-top: 24px;
}

.bcif-contact-option span {
    font-size: 14px;
    font-weight: 800;
}

.bcif-text-link {
    color: var(--bcif-blue) !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.bcif-form {
    background: var(--bcif-white);
    border: 1px solid rgba(16, 34, 53, .1);
    border-radius: 26px;
    box-shadow: var(--bcif-shadow);
    display: grid;
    gap: 19px;
    padding: clamp(24px, 4vw, 40px);
}

.bcif-form-error {
    background: #fff0f0;
    border: 1px solid #f1b8b8;
    border-radius: 11px;
    color: #8a1f1f;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 15px;
}

.bcif-field-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcif-form label {
    color: var(--bcif-ink);
    display: grid;
    font-size: 14px;
    font-weight: 750;
    gap: 8px;
}

.bcif-form input,
.bcif-form select,
.bcif-form textarea {
    background: #fff;
    border: 1px solid #cbd6e2;
    border-radius: 11px;
    color: var(--bcif-ink);
    font: inherit;
    font-size: 16px;
    padding: 13px 14px;
    width: 100%;
}

.bcif-form input:focus,
.bcif-form select:focus,
.bcif-form textarea:focus {
    border-color: var(--bcif-blue);
    box-shadow: 0 0 0 3px rgba(11, 99, 206, .13);
    outline: none;
}

.bcif-form textarea {
    resize: vertical;
}

.bcif-consent {
    align-items: start;
    display: grid !important;
    font-weight: 500 !important;
    gap: 10px !important;
    grid-template-columns: 20px 1fr;
    line-height: 1.45;
}

.bcif-consent input {
    margin-top: 2px;
}

.bcif-button--submit {
    width: 100%;
}

.bcif-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.bcif-faq {
    margin: 0 auto;
    max-width: 980px;
}

.bcif-faq details {
    border-bottom: 1px solid var(--bcif-line);
    padding: 22px 0;
}

.bcif-faq summary {
    color: var(--bcif-ink);
    cursor: pointer;
    font-size: 19px;
    font-weight: 800;
}

.bcif-faq details p {
    color: var(--bcif-muted);
    margin: 15px 0 0;
}

.bcif-thank-you {
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 166, 156, .16), transparent 34%),
        linear-gradient(140deg, #f4fbff, #fff);
    min-height: 720px;
}

.bcif-thank-you > * {
    max-width: 850px;
}

.bcif-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 34px 0 50px;
}

.bcif-next-steps {
    background: var(--bcif-white);
    border: 1px solid var(--bcif-line);
    border-radius: 24px;
    padding: 30px;
}

.bcif-next-steps h2 {
    font-size: 28px;
}

.bcif-next-steps ol {
    margin-bottom: 0;
}

.bcif-voice-session {
    background:
        radial-gradient(circle at 12% 15%, rgba(0, 166, 156, .16), transparent 34%),
        linear-gradient(145deg, #f4fbff 0%, #fff 55%, #fff8ed 100%);
    border: 1px solid var(--bcif-line);
    border-radius: 28px;
    box-shadow: var(--bcif-shadow);
    margin: 10px 0 42px;
    overflow: hidden;
    padding: clamp(24px, 4.5vw, 50px);
}

.bcif-voice-session [hidden] {
    display: none !important;
}

.bcif-voice-layout {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 58px);
    grid-template-columns: minmax(190px, .34fr) minmax(0, .66fr);
}

.bcif-voice-copy h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.bcif-avatar {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 280px;
    text-align: center;
}

.bcif-avatar__portrait {
    background: #0c2a42;
    border: 5px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    box-shadow: 0 18px 44px rgba(16, 34, 53, .24);
    isolation: isolate;
    overflow: visible;
    position: relative;
    width: min(230px, 65vw);
}

.bcif-avatar__portrait img {
    aspect-ratio: 1;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    width: 100%;
}

.bcif-avatar__pulse {
    border: 3px solid rgba(0, 166, 156, .58);
    border-radius: 50%;
    inset: -12px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.bcif-avatar[data-state="speaking"] .bcif-avatar__pulse,
.bcif-avatar[data-state="listening"] .bcif-avatar__pulse {
    animation: bcif-avatar-pulse 1.8s ease-out infinite;
    opacity: 1;
}

.bcif-avatar[data-state="thinking"] .bcif-avatar__portrait {
    animation: bcif-avatar-think 1.3s ease-in-out infinite alternate;
}

.bcif-avatar__identity {
    background: #fff;
    border: 1px solid var(--bcif-line);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(16, 34, 53, .11);
    display: grid;
    margin-top: -15px;
    padding: 9px 20px 10px;
    position: relative;
    z-index: 2;
}

.bcif-avatar__identity strong {
    color: var(--bcif-ink);
    font-size: 18px;
    line-height: 1.15;
}

.bcif-avatar__identity span {
    color: var(--bcif-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bcif-waveform {
    align-items: center;
    display: flex;
    gap: 5px;
    height: 30px;
    justify-content: center;
    margin-top: 10px;
}

.bcif-waveform i {
    background: var(--bcif-teal);
    border-radius: 999px;
    display: block;
    height: 6px;
    opacity: .35;
    width: 5px;
}

.bcif-avatar[data-state="speaking"] .bcif-waveform i,
.bcif-avatar[data-state="listening"] .bcif-waveform i {
    animation: bcif-wave 750ms ease-in-out infinite alternate;
    opacity: .95;
}

.bcif-waveform i:nth-child(2) { animation-delay: 100ms !important; }
.bcif-waveform i:nth-child(3) { animation-delay: 200ms !important; }
.bcif-waveform i:nth-child(4) { animation-delay: 300ms !important; }
.bcif-waveform i:nth-child(5) { animation-delay: 400ms !important; }

.bcif-voice-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}

.bcif-voice-actions .bcif-text-link {
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.bcif-voice-console {
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--bcif-line);
    border-radius: 20px;
    margin-top: 30px;
    padding: clamp(20px, 3vw, 30px);
}

.bcif-voice-status {
    color: var(--bcif-teal);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bcif-voice-prompt {
    color: var(--bcif-ink);
    font-size: clamp(20px, 2.5vw, 27px);
    font-weight: 760;
    line-height: 1.35;
    margin-bottom: 12px;
}

.bcif-voice-heard {
    color: var(--bcif-muted);
    font-style: italic;
    min-height: 1.6em;
}

.bcif-voice-type {
    border-top: 1px solid var(--bcif-line);
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
}

.bcif-voice-type label {
    color: var(--bcif-ink);
    font-size: 14px;
    font-weight: 750;
}

.bcif-voice-type textarea {
    border: 1px solid #cbd6e2;
    border-radius: 11px;
    color: var(--bcif-ink);
    font: inherit;
    padding: 13px 14px;
    resize: vertical;
    width: 100%;
}

.bcif-button--small {
    font-size: 14px;
    justify-self: start;
    padding: 10px 18px;
}

.bcif-voice-result {
    background: #edfbf7;
    border: 1px solid #a7dfd4;
    border-radius: 18px;
    margin-top: 24px;
    padding: 22px;
}

.bcif-voice-result > strong {
    color: var(--bcif-ink);
    display: block;
    font-size: 22px;
}

.bcif-voice-result p {
    color: var(--bcif-muted);
    margin: 8px 0 16px;
}

@keyframes bcif-avatar-pulse {
    0% { opacity: .7; transform: scale(.98); }
    75%, 100% { opacity: 0; transform: scale(1.11); }
}

@keyframes bcif-avatar-think {
    from { filter: saturate(.92); transform: translateY(0); }
    to { filter: saturate(1.05); transform: translateY(-3px); }
}

@keyframes bcif-wave {
    from { height: 6px; }
    to { height: 24px; }
}

.bcif-conversion-bar {
    bottom: 18px;
    left: 18px;
    position: fixed;
    right: 18px;
    z-index: 99998;
}

.bcif-conversion-bar__inner {
    align-items: center;
    background: #102235;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    max-width: 980px;
    padding: 13px 16px 13px 22px;
}

.bcif-conversion-bar p {
    color: #fff;
    flex: 1;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

.bcif-conversion-bar__close {
    background: transparent;
    border: 0;
    color: #b7c7d6;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 5px;
}

@media (max-width: 900px) {
    .bcif-hero,
    .bcif-split,
    .bcif-offer,
    .bcif-section--form {
        grid-template-columns: 1fr;
    }

    .bcif-hero {
        min-height: auto;
    }

    .bcif-card-grid--three {
        grid-template-columns: 1fr;
    }

    .bcif-integrity-grid,
    .bcif-integrity-offer {
        grid-template-columns: 1fr;
    }

    .bcif-voice-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bcif-voice-actions {
        justify-content: center;
    }
}

@media (max-width: 620px) {
    .bcif-funnel {
        font-size: 16px;
    }

    .bcif-funnel h1 {
        font-size: 42px;
    }

    .bcif-hero,
    .bcif-section,
    .bcif-thank-you {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bcif-profile-grid,
    .bcif-field-row {
        grid-template-columns: 1fr;
    }

    .bcif-voice-session {
        border-radius: 20px;
        padding: 22px 18px;
    }

    .bcif-avatar__portrait {
        width: 170px;
    }

    .bcif-voice-console {
        text-align: left;
    }

    .bcif-profile-grid div {
        min-height: 140px;
    }

    .bcif-conversion-bar {
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .bcif-conversion-bar__inner {
        align-items: stretch;
        flex-wrap: wrap;
        gap: 10px;
        padding: 14px;
    }

    .bcif-conversion-bar p {
        flex-basis: calc(100% - 36px);
    }

    .bcif-conversion-bar .bcif-button {
        flex: 1;
    }

    .bcif-conversion-bar__close {
        order: 2;
    }
}
