/*
 * BIC homepage visual redesign
 * Scope: page ID 143 / .bic-home-v3
 * Generated visuals are served from the WordPress media library.
 */

body.page-id-143 .site-content > .ast-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.page-id-143 .site-main,
body.page-id-143 .entry-content,
body.page-id-143 .entry-content > .wp-block-html {
    margin: 0;
}

body.page-id-143 .ast-primary-header-bar .ast-container,
body.page-id-143 .site-below-footer-wrap .ast-builder-grid-row {
    width: min(calc(100% - 64px), 1760px);
    max-width: 1760px;
}

body.page-id-143 .bic-seo-footer__inner {
    max-width: 1760px;
}

.bic-home-v3 {
    --bic-ink: #071426;
    --bic-navy: #0c203a;
    --bic-blue: #2f80ed;
    --bic-cyan: #43b7e8;
    --bic-mint: #37d6a3;
    --bic-paper: #f5f8fc;
    --bic-line: #dce5ef;
    --bic-text: #3d4b5f;
    --bic-muted: #66758a;
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    color: var(--bic-text);
    overflow: clip;
}

.bic-home-v3 *,
.bic-home-v3 *::before,
.bic-home-v3 *::after {
    box-sizing: border-box;
}

.bic-home-v3 h1,
.bic-home-v3 h2,
.bic-home-v3 h3,
.bic-home-v3 p,
.bic-home-v3 figure {
    margin-top: 0;
}

.bic-home-v3 a:focus-visible {
    outline: 3px solid rgba(67, 183, 232, 0.55);
    outline-offset: 4px;
}

.bic-v3-shell {
    width: min(calc(100% - 64px), 1760px);
    margin-inline: auto;
}

.bic-v3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--bic-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.bic-v3-eyebrow::before {
    width: 26px;
    height: 2px;
    background: linear-gradient(90deg, var(--bic-blue), var(--bic-mint));
    content: "";
}

.bic-v3-eyebrow--light {
    color: #9adcf7;
}

.bic-v3-section-heading {
    max-width: 900px;
}

.bic-v3-section-heading h2 {
    color: var(--bic-ink);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.bic-v3-section-heading p {
    max-width: 760px;
    color: var(--bic-muted);
    font-size: 17px;
    line-height: 1.75;
}

/* Hero */
.bic-v3-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background:
        radial-gradient(circle at 88% 8%, rgba(67, 183, 232, 0.18), transparent 34%),
        radial-gradient(circle at 8% 92%, rgba(55, 214, 163, 0.1), transparent 30%),
        linear-gradient(132deg, #061225 0%, #0c2340 54%, #0a1c34 100%);
    color: #fff;
}

.bic-v3-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
    content: "";
    pointer-events: none;
}

.bic-v3-hero__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(620px, 1.14fr);
    gap: clamp(58px, 5vw, 96px);
    align-items: center;
    padding-top: 86px;
    padding-bottom: 88px;
}

.bic-v3-hero__copy {
    max-width: 760px;
}

.bic-v3-hero__copy h1 {
    max-width: 780px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(46px, 4.5vw, 82px);
    font-weight: 850;
    letter-spacing: -0.057em;
    line-height: 0.99;
}

.bic-v3-hero__copy h1 span {
    background: linear-gradient(108deg, #8ed8fa 6%, #58c8e7 48%, #4ce1af 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bic-v3-hero__lead {
    max-width: 690px;
    margin-bottom: 32px;
    color: #b8c6d9;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.7;
}

.bic-v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
}

.bic-v3-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bic-v3-button:hover {
    transform: translateY(-2px);
}

.bic-v3-button--primary {
    background: linear-gradient(120deg, #2478e8, #3ca9e8);
    box-shadow: 0 12px 30px rgba(47, 128, 237, 0.28);
    color: #fff !important;
}

.bic-v3-button--primary:hover {
    box-shadow: 0 15px 36px rgba(47, 128, 237, 0.38);
}

.bic-v3-button--ghost {
    border-color: rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.055);
    color: #fff !important;
}

.bic-v3-button--ghost:hover {
    background: rgba(255,255,255,0.1);
}

.bic-v3-hero__scope {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bic-v3-hero__scope li {
    position: relative;
    padding-left: 17px;
    color: #94a8c1;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.02em;
}

.bic-v3-hero__scope li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bic-mint);
    box-shadow: 0 0 12px rgba(55, 214, 163, 0.7);
    content: "";
}

.bic-v3-hero__visual {
    position: relative;
    isolation: isolate;
    margin-bottom: 0;
}

.bic-v3-hero__visual::before {
    position: absolute;
    z-index: -1;
    inset: 10% 4% 5%;
    border-radius: 50%;
    background: rgba(43, 128, 237, 0.28);
    filter: blur(55px);
    content: "";
}

.bic-v3-hero__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
    border: 1px solid rgba(126, 201, 239, 0.16);
    border-radius: 22px;
    box-shadow: 0 32px 70px rgba(0, 8, 24, 0.42);
    object-fit: cover;
    object-position: 60% center;
}

.bic-v3-signal {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid rgba(143, 215, 247, 0.24);
    border-radius: 10px;
    background: rgba(7, 20, 38, 0.78);
    box-shadow: 0 12px 30px rgba(0, 8, 24, 0.25);
    backdrop-filter: blur(14px);
    color: #d9ecf8;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.025em;
}

.bic-v3-signal::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bic-mint);
    box-shadow: 0 0 12px rgba(55, 214, 163, 0.9);
    content: "";
}

.bic-v3-signal--one {
    top: 7%;
    right: -3%;
}

.bic-v3-signal--two {
    right: 3%;
    bottom: 8%;
}

.bic-v3-signal--three {
    bottom: 16%;
    left: -4%;
}

.bic-v3-metrics {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(198, 221, 239, 0.72);
    border-radius: 18px;
    background: rgba(255,255,255,0.97);
    box-shadow: 0 18px 46px rgba(2, 16, 35, 0.16);
    transform: translateY(50%);
}

.bic-v3-metric {
    position: relative;
    padding: 24px 26px;
}

.bic-v3-metric + .bic-v3-metric::before {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    width: 1px;
    background: var(--bic-line);
    content: "";
}

.bic-v3-metric strong {
    display: block;
    margin-bottom: 4px;
    color: var(--bic-ink);
    font-size: 30px;
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1;
}

.bic-v3-metric span {
    color: var(--bic-muted);
    font-size: 12px;
    font-weight: 650;
}

/* Visual pillars */
.bic-v3-pillars {
    padding-top: 152px;
    padding-bottom: 108px;
    background:
        radial-gradient(circle at 50% 0%, rgba(225, 240, 252, 0.58), transparent 34%),
        #fff;
}

.bic-v3-pillars__head {
    max-width: 860px;
    margin: 0 auto 48px;
    text-align: center;
}

.bic-v3-pillars__head .bic-v3-eyebrow {
    justify-content: center;
}

.bic-v3-pillars__head h2 {
    margin-bottom: 16px;
    color: var(--bic-ink);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 1.06;
}

.bic-v3-pillars__head p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--bic-muted);
    font-size: 16px;
    line-height: 1.72;
}

.bic-v3-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bic-v3-pillar {
    overflow: hidden;
    border: 1px solid #d4e1ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(9, 38, 68, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.bic-v3-pillar:hover {
    box-shadow: 0 22px 48px rgba(9, 38, 68, 0.14);
    transform: translateY(-6px);
}

.bic-v3-pillar figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--bic-ink);
}

.bic-v3-pillar figure::after {
    position: absolute;
    inset: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(to top, rgba(4, 15, 30, 0.24), transparent 38%);
    content: "";
    pointer-events: none;
}

.bic-v3-pillar img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bic-v3-pillar:hover img {
    transform: scale(1.035);
}

.bic-v3-pillar__body {
    min-height: 190px;
    padding: 25px 26px 27px;
}

.bic-v3-pillar__label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #3578b6;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bic-v3-pillar__label::before {
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--bic-blue), var(--bic-mint));
    content: "";
}

.bic-v3-pillar h3 {
    margin-bottom: 9px;
    color: var(--bic-ink);
    font-size: 21px;
    font-weight: 780;
    letter-spacing: -0.03em;
}

.bic-v3-pillar p {
    margin-bottom: 0;
    color: var(--bic-muted);
    font-size: 14px;
    line-height: 1.68;
}

/* Decision fit */
.bic-v3-fit {
    padding: 108px 0;
    border-top: 1px solid #e4ebf2;
    border-bottom: 1px solid #e4ebf2;
    background:
        radial-gradient(circle at 88% 12%, rgba(67, 183, 232, 0.12), transparent 28%),
        var(--bic-paper);
}

.bic-v3-fit__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bic-v3-fit__grid article {
    min-height: 250px;
    padding: 28px;
    border: 1px solid #d8e3ed;
    border-radius: 16px;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 12px 32px rgba(12, 41, 70, 0.055);
}

.bic-v3-line-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    place-items: center;
    border: 1px solid #c9deef;
    border-radius: 13px;
    background: linear-gradient(145deg, #fff, #eaf5ff);
    color: #2677bd;
    box-shadow: 0 8px 18px rgba(25, 89, 144, 0.08);
}

.bic-v3-line-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.bic-v3-fit__grid h3 {
    margin-bottom: 10px;
    color: var(--bic-ink);
    font-size: 19px;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.bic-v3-fit__grid p {
    margin-bottom: 0;
    color: var(--bic-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bic-v3-deliverables {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid #d5e2ec;
    border-radius: 14px;
    background: #fff;
}

.bic-v3-deliverables strong {
    margin-right: 6px;
    color: var(--bic-ink);
    font-size: 13px;
}

.bic-v3-deliverables span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf5fc;
    color: #395c7b;
    font-size: 11px;
    font-weight: 720;
}

/* Expertise */
.bic-v3-expertise {
    padding-top: 106px;
    padding-bottom: 110px;
    border-top: 1px solid #e8eef4;
}

.bic-v3-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: clamp(72px, 7vw, 130px);
    align-items: end;
    margin-bottom: 52px;
}

.bic-v3-intro-grid .bic-v3-section-heading h2 {
    margin-bottom: 0;
}

.bic-v3-intro-grid > p {
    margin-bottom: 2px;
    color: var(--bic-muted);
    font-size: 16px;
    line-height: 1.75;
}

.bic-v3-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bic-v3-card {
    position: relative;
    min-height: 290px;
    padding: 27px;
    border: 1px solid var(--bic-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(9, 30, 56, 0.025);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.bic-v3-card:hover {
    border-color: #9ac9eb;
    box-shadow: 0 18px 40px rgba(11, 42, 72, 0.09);
    transform: translateY(-5px);
}

.bic-v3-card--featured {
    overflow: hidden;
    border-color: #83bce6;
    background: linear-gradient(145deg, #eef8ff 0%, #fff 62%);
}

.bic-v3-card--featured::after {
    position: absolute;
    top: -42px;
    right: -42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67,183,232,0.2), transparent 70%);
    content: "";
}

.bic-v3-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.bic-v3-card-icon {
    display: inline-flex;
    width: 60px;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px;
    border: 1px solid #c9dced;
    border-radius: 9px;
    background: #f5faff;
    color: #163c64;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.bic-v3-card-icon__bars {
    display: inline-flex;
    height: 18px;
    gap: 2px;
    align-items: end;
}

.bic-v3-card-icon__bars i {
    display: block;
    width: 3px;
    height: var(--h);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(to top, var(--bic-blue), var(--bic-mint));
}

.bic-v3-card__tag {
    padding: 5px 9px;
    border-radius: 999px;
    background: #e8f3ff;
    color: #245c92;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bic-v3-card h3 {
    margin-bottom: 11px;
    color: var(--bic-ink);
    font-size: 20px;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.bic-v3-card p {
    margin-bottom: 22px;
    color: var(--bic-muted);
    font-size: 14px;
    line-height: 1.72;
}

.bic-v3-card a {
    position: absolute;
    bottom: 25px;
    left: 27px;
    color: #226bb7 !important;
    font-size: 13px;
    font-weight: 760;
    text-decoration: none !important;
}

.bic-v3-card a:hover {
    color: #134d86 !important;
}

/* Project evidence */
.bic-v3-projects {
    padding: 110px 0 118px;
    border-top: 1px solid #e9eef4;
    background: #fff;
}

.bic-v3-projects__head {
    display: flex;
    gap: 42px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 46px;
}

.bic-v3-projects__head .bic-v3-section-heading h2 {
    margin-bottom: 18px;
}

.bic-v3-projects__head .bic-v3-section-heading p {
    margin-bottom: 0;
}

.bic-v3-text-link {
    flex: 0 0 auto;
    padding-bottom: 8px;
    color: #226bb7 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.bic-v3-projects .bic-project-card {
    box-shadow: 0 18px 48px rgba(10, 38, 70, 0.09);
}

/* Authority and credentials */
.bic-v3-authority {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 112px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 20%, rgba(55, 214, 163, 0.1), transparent 28%),
        radial-gradient(circle at 8% 80%, rgba(47, 128, 237, 0.16), transparent 31%),
        linear-gradient(135deg, #071426, #0d2846);
    color: #fff;
}

.bic-v3-authority::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, #000);
    content: "";
    pointer-events: none;
}

.bic-v3-authority__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
    gap: clamp(70px, 8vw, 150px);
    align-items: center;
}

.bic-v3-authority__copy h2 {
    max-width: 720px;
    margin-bottom: 23px;
    color: #fff;
    font-size: clamp(36px, 4.3vw, 60px);
    font-weight: 830;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.bic-v3-authority__copy > p {
    max-width: 690px;
    margin-bottom: 32px;
    color: #afc0d4;
    font-size: 17px;
    line-height: 1.75;
}

.bic-v3-career {
    display: grid;
    gap: 0;
    margin: 0 0 34px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    list-style: none;
}

.bic-v3-career li {
    display: grid;
    grid-template-columns: minmax(150px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #a8bbd0;
    font-size: 12px;
}

.bic-v3-career strong {
    color: #e2edf6;
    font-weight: 760;
}

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

.bic-v3-credential {
    position: relative;
    min-height: 230px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid rgba(147, 193, 224, 0.19);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035));
    box-shadow: 0 20px 44px rgba(0, 8, 25, 0.18);
    backdrop-filter: blur(8px);
}

.bic-v3-credential--primary {
    border-color: rgba(91, 211, 170, 0.34);
    background:
        radial-gradient(circle at 90% 8%, rgba(55, 214, 163, 0.15), transparent 42%),
        linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035));
}

.bic-v3-credential--wide {
    grid-column: 1 / -1;
    min-height: 180px;
}

.bic-v3-credential__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    place-items: center;
    border: 1px solid rgba(128, 207, 238, 0.26);
    border-radius: 13px;
    background: rgba(47, 128, 237, 0.13);
    color: #81d7f2;
}

.bic-v3-credential--primary .bic-v3-credential__icon {
    color: #61ddb4;
}

.bic-v3-credential__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.bic-v3-credential small {
    display: block;
    margin-bottom: 6px;
    color: #87a0bb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bic-v3-credential strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.bic-v3-credential > span:last-child {
    display: block;
    color: #9eb2c8;
    font-size: 12px;
    line-height: 1.55;
}

/* Data-to-decision visual */
.bic-v3-decision {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 105px 0;
    background:
        linear-gradient(180deg, rgba(232, 241, 250, 0.76), rgba(247, 250, 253, 0.96)),
        var(--bic-paper);
}

.bic-v3-decision__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(430px, 0.75fr);
    gap: clamp(60px, 6vw, 110px);
    align-items: center;
}

.bic-v3-decision__visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid #caddeb;
    border-radius: 22px;
    background: #eef5fb;
    box-shadow: 0 22px 55px rgba(17, 52, 84, 0.11);
}

.bic-v3-decision__visual::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.76);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.bic-v3-decision__visual img {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
}

.bic-v3-decision__content .bic-v3-section-heading h2 {
    margin-bottom: 20px;
}

.bic-v3-decision__content .bic-v3-section-heading p {
    margin-bottom: 32px;
}

.bic-v3-flow-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: bicflow;
}

.bic-v3-flow-list li {
    position: relative;
    min-height: 58px;
    padding: 7px 0 7px 67px;
    counter-increment: bicflow;
}

.bic-v3-flow-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #bdd4e7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(18, 60, 98, 0.08);
    color: var(--bic-blue);
    content: "0" counter(bicflow);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 850;
}

.bic-v3-flow-list strong {
    display: block;
    margin-bottom: 3px;
    color: var(--bic-ink);
    font-size: 15px;
}

.bic-v3-flow-list span {
    color: var(--bic-muted);
    font-size: 13px;
    line-height: 1.55;
}

/* Approach */
.bic-v3-approach {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 112px 0 118px;
    overflow: hidden;
    background: #071426;
}

.bic-v3-approach::before {
    position: absolute;
    top: -180px;
    left: 48%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(43, 128, 237, 0.15);
    filter: blur(90px);
    content: "";
}

.bic-v3-approach .bic-v3-section-heading {
    position: relative;
    max-width: 720px;
    margin-bottom: 50px;
}

.bic-v3-approach .bic-v3-section-heading h2 {
    margin-bottom: 18px;
    color: #fff;
}

.bic-v3-approach .bic-v3-section-heading p {
    color: #9fb1c8;
}

.bic-v3-approach__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.bic-v3-step {
    position: relative;
    min-height: 285px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(153, 192, 221, 0.16);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025));
}

.bic-v3-step::after {
    position: absolute;
    right: -22px;
    bottom: -54px;
    color: rgba(118, 196, 239, 0.055);
    content: attr(data-step);
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
}

.bic-v3-step__number {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 30px;
    place-items: center;
    border: 1px solid rgba(91, 190, 231, 0.32);
    border-radius: 12px;
    background: rgba(47, 128, 237, 0.12);
    color: #8bd8f3;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 800;
}

.bic-v3-step h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 760;
}

.bic-v3-step p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #9fb0c4;
    font-size: 14px;
    line-height: 1.72;
}

.bic-v3-step strong {
    color: #d8e6f1;
}

/* Tech stack */
.bic-v3-stack {
    padding-top: 104px;
    padding-bottom: 104px;
}

.bic-v3-stack__header {
    display: flex;
    gap: 40px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 38px;
}

.bic-v3-stack__header h2 {
    margin-bottom: 0;
}

.bic-v3-stack__header p {
    max-width: 560px;
    margin-bottom: 2px;
    color: var(--bic-muted);
    font-size: 15px;
    line-height: 1.75;
}

.bic-v3-stack__proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #cbddea;
    border-radius: 14px;
    background: linear-gradient(115deg, #edf6fd, #f7fbfe);
}

.bic-v3-stack__proof span {
    min-height: 78px;
    padding: 20px 22px;
    border-right: 1px solid #d6e5ef;
    color: #52677b;
    font-size: 12px;
    font-weight: 670;
    line-height: 1.45;
}

.bic-v3-stack__proof span:last-child {
    border-right: 0;
}

.bic-v3-stack__proof strong {
    display: block;
    margin-bottom: 3px;
    color: #12304c;
    font-size: 17px;
    font-weight: 830;
}

.bic-v3-stack__matrix {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.bic-v3-stack-card {
    display: flex;
    min-height: 420px;
    grid-column: span 2;
    flex-direction: column;
    padding: 27px;
    border: 1px solid var(--bic-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(13, 46, 78, 0.055);
}

.bic-v3-stack-card--wide {
    min-height: 370px;
    grid-column: span 3;
}

.bic-v3-stack-card__head {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.bic-v3-stack-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border: 1px solid #cfe1ef;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef7fe, #e8f9f5);
    color: #2370b4;
}

.bic-v3-stack-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.bic-v3-stack-card__head small {
    display: block;
    margin-bottom: 3px;
    color: #397bac;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.bic-v3-stack-card h3 {
    margin-bottom: 0;
    color: var(--bic-ink);
    font-size: 20px;
    font-weight: 790;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.bic-v3-stack-card > p {
    min-height: 72px;
    margin-bottom: 23px;
    color: var(--bic-muted);
    font-size: 13px;
    line-height: 1.7;
}

.bic-v3-tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    margin-bottom: 25px;
}

.bic-v3-tech-list span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 7px;
    padding: 6px 10px 6px 7px;
    border: 1px solid #d9e5ee;
    border-radius: 8px;
    background: #f8fbfd;
    color: #33495e;
    font-size: 11px;
    font-weight: 720;
}

.bic-v3-tech-list b {
    display: grid;
    min-width: 25px;
    height: 22px;
    padding-inline: 4px;
    place-items: center;
    border-radius: 5px;
    background: #e6f2fb;
    color: #2368a5;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.bic-v3-stack-card footer {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #e3ebf2;
    color: #6b7f91;
    font-size: 10px;
    line-height: 1.55;
}

.bic-v3-stack-card footer strong {
    color: #26435d;
}

.bic-v3-stack__note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 24px 27px;
    border: 1px solid #c9dce9;
    border-radius: 14px;
    background: #0d2946;
    color: #fff;
}

.bic-v3-stack__note > strong {
    font-size: 15px;
    white-space: nowrap;
}

.bic-v3-stack__note p {
    margin-bottom: 0;
    color: #abc0d3;
    font-size: 12px;
    line-height: 1.65;
}

.bic-v3-stack__note a {
    color: #8ddbf7 !important;
    font-size: 12px;
    font-weight: 780;
    text-decoration: none !important;
    white-space: nowrap;
}

/* Knowledge proof */
.bic-v3-insights {
    padding: 108px 0 116px;
    border-top: 1px solid #e8eef4;
    background:
        radial-gradient(circle at 12% 4%, rgba(47, 128, 237, 0.08), transparent 26%),
        var(--bic-paper);
}

.bic-v3-insights__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.bic-v3-insights__grid > a {
    position: relative;
    min-height: 360px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #d8e3ed;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(10, 38, 70, 0.065);
    color: inherit !important;
    text-decoration: none !important;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.bic-v3-insights__grid > a:hover {
    border-color: #93c8ea;
    box-shadow: 0 22px 48px rgba(10, 38, 70, 0.11);
    transform: translateY(-5px);
}

.bic-v3-insights__number {
    display: block;
    margin-bottom: 6px;
    color: #2072bd;
    font-size: 54px;
    font-weight: 880;
    letter-spacing: -0.06em;
    line-height: 1;
}

.bic-v3-insights__grid small {
    display: block;
    margin-bottom: 30px;
    color: #668099;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bic-v3-insights__grid h3 {
    margin-bottom: 12px;
    color: var(--bic-ink);
    font-size: 22px;
    font-weight: 790;
    letter-spacing: -0.03em;
}

.bic-v3-insights__grid p {
    margin-bottom: 28px;
    color: var(--bic-muted);
    font-size: 14px;
    line-height: 1.68;
}

.bic-v3-insights__grid strong {
    position: absolute;
    bottom: 28px;
    left: 30px;
    color: #226bb7;
    font-size: 12px;
}

/* CTA */
.bic-v3-cta {
    position: relative;
    width: min(calc(100% - 64px), 1760px);
    margin: 0 auto 104px;
    padding: 62px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 93% 14%, rgba(60, 169, 232, 0.22), transparent 34%),
        linear-gradient(128deg, #0a1a31, #102d4d);
    color: #fff;
}

.bic-v3-cta::after {
    position: absolute;
    right: 7%;
    bottom: -45%;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(88, 199, 232, 0.25);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(88, 199, 232, 0.035),
        0 0 0 84px rgba(88, 199, 232, 0.025);
    content: "";
}

.bic-v3-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(50px, 7vw, 130px);
    align-items: center;
}

.bic-v3-cta h2 {
    max-width: 940px;
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.bic-v3-cta p {
    max-width: 820px;
    margin-bottom: 0;
    color: #a9bbcf;
    font-size: 16px;
    line-height: 1.7;
}

.bic-v3-cta__actions {
    display: grid;
    gap: 12px;
    min-width: 245px;
}

.bic-v3-cta__meta {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.11);
    color: #91a5bd;
    font-size: 12px;
}

.bic-v3-cta__meta a {
    color: #b9ddf0 !important;
    text-decoration: none !important;
}

.bic-v3-cta__meta a:hover {
    color: #fff !important;
}

@media (max-width: 1080px) {
    .bic-v3-hero__main {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
        gap: 42px;
    }

    .bic-v3-hero__copy h1 {
        font-size: clamp(44px, 5.3vw, 62px);
    }

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

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

    .bic-v3-authority__grid {
        grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
        gap: 46px;
    }

    .bic-v3-decision__grid {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr);
        gap: 42px;
    }

    .bic-v3-approach__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    body.page-id-143 .ast-primary-header-bar .ast-container,
    body.page-id-143 .site-below-footer-wrap .ast-builder-grid-row {
        width: 100%;
        max-width: none;
    }

    .bic-v3-shell {
        width: min(100% - 36px, 760px);
    }

    .bic-v3-hero__main {
        grid-template-columns: 1fr;
        gap: 45px;
        padding-top: 68px;
        padding-bottom: 58px;
        text-align: center;
    }

    .bic-v3-hero__copy {
        max-width: 720px;
        margin-inline: auto;
    }

    .bic-v3-hero__copy h1,
    .bic-v3-hero__lead {
        margin-inline: auto;
    }

    .bic-v3-actions,
    .bic-v3-hero__scope {
        justify-content: center;
    }

    .bic-v3-hero__visual {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .bic-v3-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: translateY(34%);
    }

    .bic-v3-metric:nth-child(3)::before {
        display: none;
    }

    .bic-v3-metric:nth-child(-n+2) {
        border-bottom: 1px solid var(--bic-line);
    }

    .bic-v3-pillars {
        padding-top: 138px;
        padding-bottom: 82px;
    }

    .bic-v3-pillars__grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin-inline: auto;
    }

    .bic-v3-pillar {
        display: grid;
        grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
    }

    .bic-v3-pillar img {
        height: 100%;
        min-height: 300px;
        aspect-ratio: auto;
    }

    .bic-v3-pillar__body {
        display: flex;
        min-height: 300px;
        flex-direction: column;
        justify-content: center;
    }

    .bic-v3-expertise {
        padding-top: 82px;
        padding-bottom: 84px;
    }

    .bic-v3-fit,
    .bic-v3-projects,
    .bic-v3-insights {
        padding-top: 82px;
        padding-bottom: 84px;
    }

    .bic-v3-intro-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: start;
    }

    .bic-v3-projects__head {
        display: block;
        margin-bottom: 36px;
    }

    .bic-v3-projects__head .bic-v3-text-link {
        display: inline-flex;
        margin-top: 20px;
    }

    .bic-v3-authority {
        padding: 88px 0;
    }

    .bic-v3-authority__grid {
        grid-template-columns: 1fr;
    }

    .bic-v3-authority__copy {
        max-width: 720px;
    }

    .bic-v3-decision {
        padding: 82px 0;
    }

    .bic-v3-decision__grid {
        grid-template-columns: 1fr;
    }

    .bic-v3-decision__visual img {
        min-height: 0;
    }

    .bic-v3-decision__content {
        max-width: 650px;
    }

    .bic-v3-approach {
        padding: 88px 0;
    }

    .bic-v3-approach__grid {
        grid-template-columns: 1fr;
    }

    .bic-v3-step {
        min-height: 0;
    }

    .bic-v3-step__number {
        margin-bottom: 24px;
    }

    .bic-v3-stack {
        padding-top: 82px;
        padding-bottom: 82px;
    }

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

    .bic-v3-stack__proof span:nth-child(2) {
        border-right: 0;
    }

    .bic-v3-stack__proof span:nth-child(-n+2) {
        border-bottom: 1px solid #d6e5ef;
    }

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

    .bic-v3-stack-card,
    .bic-v3-stack-card--wide {
        min-height: 390px;
        grid-column: span 1;
    }

    .bic-v3-stack__note {
        grid-template-columns: 1fr;
        gap: 9px;
        align-items: start;
    }

    .bic-v3-insights__grid {
        grid-template-columns: 1fr;
    }

    .bic-v3-insights__grid > a {
        min-height: 300px;
    }

    .bic-v3-cta {
        padding: 44px;
        margin-bottom: 82px;
    }

    .bic-v3-cta__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bic-v3-cta__actions {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .bic-v3-shell {
        width: min(100% - 30px, 560px);
    }

    .bic-v3-eyebrow {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .bic-v3-section-heading h2 {
        font-size: 32px;
        line-height: 1.08;
    }

    .bic-v3-hero__main {
        gap: 34px;
        padding-top: 50px;
        padding-bottom: 42px;
    }

    .bic-v3-hero__copy h1 {
        margin-bottom: 20px;
        font-size: clamp(37px, 11.5vw, 50px);
        line-height: 1.01;
    }

    .bic-v3-hero__lead {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 1.62;
    }

    .bic-v3-actions {
        display: grid;
    }

    .bic-v3-button {
        width: 100%;
    }

    .bic-v3-hero__scope {
        display: grid;
        gap: 9px;
        justify-content: start;
        width: max-content;
        margin-inline: auto;
        text-align: left;
    }

    .bic-v3-signal {
        display: none;
    }

    .bic-v3-hero__visual img {
        aspect-ratio: 1.26;
        border-radius: 16px;
        object-position: 60% center;
    }

    .bic-v3-metrics {
        width: min(100% - 30px, 560px);
        border-radius: 14px;
        transform: translateY(22%);
    }

    .bic-v3-metric {
        padding: 18px 15px;
    }

    .bic-v3-metric strong {
        font-size: 25px;
    }

    .bic-v3-expertise {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .bic-v3-fit,
    .bic-v3-projects,
    .bic-v3-insights {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .bic-v3-fit__grid {
        grid-template-columns: 1fr;
    }

    .bic-v3-fit__grid article {
        min-height: 0;
        padding: 24px;
    }

    .bic-v3-line-icon {
        margin-bottom: 22px;
    }

    .bic-v3-deliverables {
        align-items: stretch;
        flex-direction: column;
    }

    .bic-v3-deliverables span {
        border-radius: 8px;
    }

    .bic-v3-pillars {
        padding-top: 106px;
        padding-bottom: 68px;
    }

    .bic-v3-pillars__head {
        margin-bottom: 32px;
    }

    .bic-v3-pillars__head h2 {
        font-size: 32px;
    }

    .bic-v3-pillar {
        display: block;
    }

    .bic-v3-pillar img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .bic-v3-pillar__body {
        display: block;
        min-height: 0;
        padding: 22px;
    }

    .bic-v3-intro-grid {
        margin-bottom: 34px;
    }

    .bic-v3-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bic-v3-card {
        min-height: 268px;
        padding: 23px;
    }

    .bic-v3-card a {
        bottom: 22px;
        left: 23px;
    }

    .bic-v3-decision,
    .bic-v3-approach {
        padding: 68px 0;
    }

    .bic-v3-authority {
        padding: 68px 0;
    }

    .bic-v3-authority__copy h2 {
        font-size: 35px;
    }

    .bic-v3-career li {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .bic-v3-credentials {
        grid-template-columns: 1fr;
    }

    .bic-v3-credential,
    .bic-v3-credential--wide {
        grid-column: auto;
        min-height: 0;
    }

    .bic-v3-decision__grid {
        gap: 34px;
    }

    .bic-v3-decision__visual {
        border-radius: 16px;
    }

    .bic-v3-decision__visual img {
        aspect-ratio: 1.2;
        object-fit: cover;
        object-position: 47% center;
    }

    .bic-v3-approach .bic-v3-section-heading {
        margin-bottom: 34px;
    }

    .bic-v3-step {
        padding: 24px;
    }

    .bic-v3-stack {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .bic-v3-stack__header {
        display: block;
        margin-bottom: 30px;
    }

    .bic-v3-stack__header h2 {
        margin-bottom: 16px;
    }

    .bic-v3-stack__proof,
    .bic-v3-stack__matrix {
        grid-template-columns: 1fr;
    }

    .bic-v3-stack__proof span,
    .bic-v3-stack__proof span:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #d6e5ef;
    }

    .bic-v3-stack__proof span:last-child {
        border-bottom: 0;
    }

    .bic-v3-stack-card,
    .bic-v3-stack-card--wide {
        min-height: 0;
        padding: 23px;
    }

    .bic-v3-stack-card > p {
        min-height: 0;
    }

    .bic-v3-stack__note {
        padding: 23px;
    }

    .bic-v3-stack__note a {
        white-space: normal;
    }

    .bic-v3-insights__grid > a {
        min-height: 330px;
        padding: 25px;
    }

    .bic-v3-insights__grid strong {
        left: 25px;
    }

    .bic-v3-cta {
        width: min(100% - 30px, 560px);
        margin-bottom: 68px;
        padding: 34px 24px;
        border-radius: 18px;
    }

    .bic-v3-cta__actions {
        display: grid;
        min-width: 0;
    }

    .bic-v3-cta__meta {
        display: grid;
        gap: 7px;
    }
}

@media (min-width: 1600px) {
    .bic-v3-hero__main {
        padding-top: 104px;
        padding-bottom: 106px;
    }

    .bic-v3-hero__lead {
        font-size: 20px;
    }

    .bic-v3-metric {
        padding: 27px 32px;
    }

    .bic-v3-metric strong {
        font-size: 34px;
    }

    .bic-v3-card,
    .bic-v3-step {
        padding: 32px;
    }

    .bic-v3-card a {
        bottom: 29px;
        left: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bic-home-v3 *,
    .bic-home-v3 *::before,
    .bic-home-v3 *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
