.barcode-benefit,
.barcode-benefit * {
    box-sizing: border-box;
}

.barcode-benefit {
    --bc-ink: #101828;
    --bc-muted: #5f6b7b;
    --bc-blue: #1769e8;
    --bc-blue-dark: #0d47ad;
    --bc-green: #0f9f78;
    --bc-line: #dfe6ef;
    overflow: hidden;
    color: var(--bc-ink);
    background: #fff;
    word-break: keep-all;
}

.barcode-benefit__shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.barcode-benefit__hero {
    position: relative;
    padding: 96px 0 90px;
    background:
        radial-gradient(circle at 8% 16%, rgba(23, 105, 232, .14), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(15, 159, 120, .1), transparent 28%),
        linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
}

.barcode-benefit__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
    align-items: center;
    gap: 74px;
}

.barcode-benefit__eyebrow,
.barcode-benefit__section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bc-blue);
    font-size: 14px;
    font-weight: 850;
}

.barcode-benefit__eyebrow::before,
.barcode-benefit__section-label::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bc-blue);
    content: "";
}

.barcode-benefit__hero h1 {
    margin: 22px 0 0;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.055em;
}

.barcode-benefit__hero h1 strong {
    color: var(--bc-blue);
}

.barcode-benefit__hero-copy > p {
    max-width: 640px;
    margin: 26px 0 0;
    color: var(--bc-muted);
    font-size: 18px;
    line-height: 1.75;
}

.barcode-benefit__hero-actions,
.barcode-benefit__cta > .barcode-benefit__shell > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.barcode-benefit__hero-actions a,
.barcode-benefit__cta a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #ccd7e5;
    border-radius: 11px;
    color: #26364e;
    background: #fff;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
}

.barcode-benefit__hero-actions a.is-primary,
.barcode-benefit__cta a:first-child {
    border-color: var(--bc-blue);
    color: #fff;
    background: var(--bc-blue);
    box-shadow: 0 14px 28px rgba(23, 105, 232, .2);
}

.barcode-benefit__hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.barcode-benefit__hero-points li {
    position: relative;
    padding-left: 17px;
    color: #4c5a70;
    font-size: 13px;
    font-weight: 800;
}

.barcode-benefit__hero-points li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bc-green);
    content: "";
}

.barcode-benefit__scanner {
    position: relative;
    padding: 24px;
    border: 1px solid #cfdcf0;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 35px 70px rgba(30, 64, 175, .18);
}

.barcode-benefit__scanner::before {
    position: absolute;
    z-index: -1;
    inset: -20px 35px 30px -24px;
    border-radius: 30px;
    background: linear-gradient(145deg, #dbeafe, #e9fff9);
    content: "";
}

.barcode-benefit__scanner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.barcode-benefit__scanner-head span {
    color: #52617a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.barcode-benefit__scanner-head b {
    padding: 6px 9px;
    border-radius: 999px;
    color: #087a55;
    background: #e8f8f1;
    font-size: 10px;
}

.barcode-benefit__scanner-input {
    display: grid;
    margin-top: 20px;
    padding: 18px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #1769e8, #0d47ad);
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.barcode-benefit__barcode-lines {
    display: block;
    width: 58px;
    height: 36px;
    background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 5px, currentColor 5px 6px, transparent 6px 10px);
}

.barcode-benefit__scanner-input small,
.barcode-benefit__scanner-input strong {
    display: block;
}

.barcode-benefit__scanner-input small {
    color: #cfe0ff;
    font-size: 10px;
}

.barcode-benefit__scanner-input strong {
    margin-top: 3px;
    font-size: 18px;
}

.barcode-benefit__scanner-input em {
    padding: 7px 9px;
    border-radius: 999px;
    color: #064e3b;
    background: #5eead4;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.barcode-benefit__product-card {
    display: grid;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid #e3e9f1;
    border-radius: 16px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
}

.barcode-benefit__product-thumb {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 13px;
    color: #1769e8;
    background: #eff6ff;
    place-items: center;
}

.barcode-benefit__product-thumb svg {
    width: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.barcode-benefit__product-card small,
.barcode-benefit__product-card strong,
.barcode-benefit__product-card span {
    display: block;
}

.barcode-benefit__product-card small {
    color: var(--bc-blue);
    font-size: 10px;
    font-weight: 850;
}

.barcode-benefit__product-card strong {
    margin-top: 3px;
    font-size: 15px;
}

.barcode-benefit__product-card span {
    margin-top: 4px;
    color: var(--bc-muted);
    font-size: 11px;
}

.barcode-benefit__product-card > b {
    font-size: 21px;
}

.barcode-benefit__route-list {
    display: grid;
    margin-top: 14px;
    gap: 8px;
}

.barcode-benefit__route-list > span {
    display: grid;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 10px;
    color: #415069;
    background: #f7f9fc;
    grid-template-columns: 9px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 750;
}

.barcode-benefit__route-list i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bc-blue);
}

.barcode-benefit__route-list span:nth-child(2) i {
    background: var(--bc-green);
}

.barcode-benefit__route-list span:nth-child(3) i {
    background: #8b5cf6;
}

.barcode-benefit__impact {
    border-top: 1px solid #e1e8f1;
    border-bottom: 1px solid #e1e8f1;
    background: #f8fafc;
}

.barcode-benefit__impact .barcode-benefit__shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.barcode-benefit__impact article {
    display: grid;
    min-height: 94px;
    align-content: center;
    padding: 18px 28px;
    border-right: 1px solid #e1e8f1;
    gap: 6px;
}

.barcode-benefit__impact article:last-child {
    border-right: 0;
}

.barcode-benefit__impact span {
    color: var(--bc-blue);
    font-size: 11px;
    font-weight: 900;
}

.barcode-benefit__impact strong {
    font-size: 14px;
}

.barcode-benefit__value,
.barcode-benefit__routes,
.barcode-benefit__recovery,
.barcode-benefit__flow,
.barcode-benefit__audience {
    padding: 104px 0;
}

.barcode-benefit__heading {
    max-width: 730px;
}

.barcode-benefit__heading.is-centered {
    margin: 0 auto;
    text-align: center;
}

.barcode-benefit__heading > span {
    color: var(--bc-blue);
    font-size: 13px;
    font-weight: 850;
}

.barcode-benefit__heading h2,
.barcode-benefit__routes h2,
.barcode-benefit__recovery h2,
.barcode-benefit__cta h2 {
    margin: 14px 0 0;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.045em;
}

.barcode-benefit__heading > p {
    margin: 18px 0 0;
    color: var(--bc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.barcode-benefit__value-grid {
    display: grid;
    margin-top: 46px;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.barcode-benefit__value-grid article {
    min-height: 300px;
    padding: 27px;
    border: 1px solid var(--bc-line);
    border-radius: 20px;
    background: #fff;
}

.barcode-benefit__icon {
    display: grid;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    color: var(--bc-blue);
    background: #eff6ff;
    place-items: center;
}

.barcode-benefit__icon svg {
    width: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.barcode-benefit__value-grid h3 {
    margin: 26px 0 0;
    font-size: 20px;
    line-height: 1.4;
}

.barcode-benefit__value-grid p {
    margin: 12px 0 0;
    color: var(--bc-muted);
    font-size: 14px;
    line-height: 1.75;
}

.barcode-benefit__routes {
    color: #fff;
    background: #101c34;
}

.barcode-benefit__routes-grid,
.barcode-benefit__recovery-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    align-items: center;
    gap: 74px;
}

.barcode-benefit__routes .barcode-benefit__section-label {
    color: #8bb4ff;
}

.barcode-benefit__routes-copy > p,
.barcode-benefit__recovery-grid > div:last-child > p {
    margin: 22px 0 0;
    color: #b8c4d8;
    font-size: 16px;
    line-height: 1.75;
}

.barcode-benefit__routes-copy ul {
    display: grid;
    margin: 27px 0 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.barcode-benefit__routes-copy li {
    position: relative;
    padding-left: 21px;
    color: #e2e8f2;
    font-size: 13px;
}

.barcode-benefit__routes-copy li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5eead4;
    content: "";
}

.barcode-benefit__route-map {
    display: grid;
    min-height: 430px;
    grid-template-columns: 155px 60px minmax(0, 1fr);
    align-items: center;
}

.barcode-benefit__route-source {
    padding: 25px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    text-align: center;
}

.barcode-benefit__route-source .barcode-benefit__barcode-lines {
    margin: 0 auto 18px;
    color: #8bb4ff;
}

.barcode-benefit__route-source strong,
.barcode-benefit__route-source small {
    display: block;
}

.barcode-benefit__route-source strong {
    font-size: 17px;
}

.barcode-benefit__route-source small {
    margin-top: 6px;
    color: #9fb0c8;
    font-size: 10px;
}

.barcode-benefit__route-arrow {
    height: 2px;
    background: linear-gradient(90deg, #4f7dca, #5eead4);
}

.barcode-benefit__route-targets {
    display: grid;
    gap: 11px;
}

.barcode-benefit__route-targets article {
    display: grid;
    min-height: 92px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
    background: rgba(255, 255, 255, .07);
    grid-template-columns: 30px minmax(0, 1fr);
    align-content: center;
    gap: 3px 10px;
}

.barcode-benefit__route-targets span {
    grid-row: span 2;
    color: #76a7ff;
    font-size: 11px;
    font-weight: 900;
}

.barcode-benefit__route-targets strong {
    font-size: 14px;
}

.barcode-benefit__route-targets small {
    color: #9fb0c8;
    font-size: 10px;
}

.barcode-benefit__recovery {
    background: #f7f9fc;
}

.barcode-benefit__recovery-grid {
    grid-template-columns: minmax(440px, 1.05fr) minmax(0, .95fr);
}

.barcode-benefit__recovery-panel {
    padding: 24px;
    border: 1px solid #d8e0eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, .1);
}

.barcode-benefit__warning {
    display: grid;
    padding: 17px;
    border: 1px solid #f0cf96;
    border-radius: 14px;
    color: #855510;
    background: #fff8e9;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.barcode-benefit__warning > span {
    display: grid;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: #d79019;
    font-weight: 900;
    place-items: center;
}

.barcode-benefit__warning strong,
.barcode-benefit__warning small {
    display: block;
}

.barcode-benefit__warning strong {
    font-size: 13px;
}

.barcode-benefit__warning small {
    margin-top: 4px;
    color: #a06b1f;
}

.barcode-benefit__recovery-actions {
    display: grid;
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.barcode-benefit__recovery-actions span {
    display: grid;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    color: #334155;
    background: #fff;
    font-size: 12px;
    font-weight: 850;
    place-items: center;
}

.barcode-benefit__recovery-actions span.is-primary {
    border-color: var(--bc-blue);
    color: #fff;
    background: var(--bc-blue);
}

.barcode-benefit__search-result {
    display: grid;
    margin-top: 12px;
    padding: 17px;
    border: 1px solid #cde8dd;
    border-radius: 14px;
    background: #f0fbf7;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
}

.barcode-benefit__search-result small,
.barcode-benefit__search-result strong {
    display: block;
}

.barcode-benefit__search-result small {
    grid-column: 1 / -1;
    color: #43806c;
}

.barcode-benefit__search-result strong {
    font-size: 14px;
}

.barcode-benefit__search-result span {
    color: #087a55;
    font-size: 11px;
    font-weight: 850;
}

.barcode-benefit__recovery-grid > div:last-child > p {
    color: var(--bc-muted);
}

.barcode-benefit__flow-list {
    display: grid;
    margin: 48px 0 0;
    padding: 0;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
}

.barcode-benefit__flow-list li {
    position: relative;
    min-height: 175px;
    padding: 22px 18px;
    border-top: 2px solid #bed0ec;
}

.barcode-benefit__flow-list li::before {
    position: absolute;
    top: -7px;
    left: 18px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--bc-blue);
    box-shadow: 0 0 0 1px var(--bc-blue);
    content: "";
}

.barcode-benefit__flow-list b,
.barcode-benefit__flow-list strong,
.barcode-benefit__flow-list span {
    display: block;
}

.barcode-benefit__flow-list b {
    margin-top: 9px;
    color: var(--bc-blue);
    font-size: 11px;
}

.barcode-benefit__flow-list strong {
    margin-top: 18px;
    font-size: 17px;
}

.barcode-benefit__flow-list span {
    margin-top: 8px;
    color: var(--bc-muted);
    font-size: 12px;
    line-height: 1.55;
}

.barcode-benefit__audience {
    background: #f7f9fc;
}

.barcode-benefit__audience-grid {
    display: grid;
    margin-top: 46px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.barcode-benefit__audience-grid article {
    padding: 34px;
    border: 1px solid var(--bc-line);
    border-radius: 22px;
    background: #fff;
}

.barcode-benefit__audience-grid article > span {
    color: var(--bc-blue);
    font-size: 12px;
    font-weight: 850;
}

.barcode-benefit__audience-grid h3 {
    margin: 14px 0 0;
    font-size: 25px;
    line-height: 1.4;
}

.barcode-benefit__audience-grid ul {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.barcode-benefit__audience-grid li {
    position: relative;
    padding-left: 19px;
    color: var(--bc-muted);
    font-size: 13px;
}

.barcode-benefit__audience-grid li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bc-green);
    content: "";
}

.barcode-benefit__cta {
    padding: 108px 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(94, 234, 212, .18), transparent 32%),
        linear-gradient(135deg, #172554, #1769e8);
    text-align: center;
}

.barcode-benefit__cta > .barcode-benefit__shell > span {
    color: #a9c6ff;
    font-size: 13px;
    font-weight: 850;
}

.barcode-benefit__cta h2 {
    margin-top: 16px;
}

.barcode-benefit__cta p {
    margin: 20px 0 0;
    color: #d7e4ff;
    font-size: 16px;
}

.barcode-benefit__cta > .barcode-benefit__shell > div {
    justify-content: center;
}

.barcode-benefit__cta a {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.barcode-benefit__cta a:first-child {
    border-color: #fff;
    color: #1746b5;
    background: #fff;
}

@media (max-width: 1000px) {
    .barcode-benefit__hero-grid,
    .barcode-benefit__routes-grid,
    .barcode-benefit__recovery-grid {
        grid-template-columns: 1fr;
    }

    .barcode-benefit__hero-copy {
        text-align: center;
    }

    .barcode-benefit__hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .barcode-benefit__hero-actions,
    .barcode-benefit__hero-points {
        justify-content: center;
    }

    .barcode-benefit__scanner {
        width: min(580px, 100%);
        margin: 0 auto;
    }

    .barcode-benefit__value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .barcode-benefit__route-map {
        width: min(650px, 100%);
        margin: 0 auto;
    }

    .barcode-benefit__recovery-panel {
        order: 2;
    }

    .barcode-benefit__flow-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
    }
}

@media (max-width: 760px) {
    .barcode-benefit__shell {
        width: min(1180px, calc(100% - 28px));
    }

    .barcode-benefit__hero {
        padding: 70px 0 60px;
    }

    .barcode-benefit__hero-grid {
        gap: 44px;
    }

    .barcode-benefit__hero h1 {
        font-size: 39px;
    }

    .barcode-benefit__hero-copy > p {
        font-size: 15px;
    }

    .barcode-benefit__hero-actions a {
        min-height: 48px;
        flex: 1 1 150px;
    }

    .barcode-benefit__scanner {
        padding: 17px;
    }

    .barcode-benefit__scanner-input {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .barcode-benefit__scanner-input .barcode-benefit__barcode-lines {
        width: 42px;
    }

    .barcode-benefit__scanner-input em {
        display: none;
    }

    .barcode-benefit__impact .barcode-benefit__shell {
        grid-template-columns: 1fr;
    }

    .barcode-benefit__impact article {
        min-height: 74px;
        border-right: 0;
        border-bottom: 1px solid #e1e8f1;
    }

    .barcode-benefit__impact article:last-child {
        border-bottom: 0;
    }

    .barcode-benefit__value,
    .barcode-benefit__routes,
    .barcode-benefit__recovery,
    .barcode-benefit__flow,
    .barcode-benefit__audience {
        padding: 72px 0;
    }

    .barcode-benefit__heading h2,
    .barcode-benefit__routes h2,
    .barcode-benefit__recovery h2,
    .barcode-benefit__cta h2 {
        font-size: 34px;
    }

    .barcode-benefit__value-grid,
    .barcode-benefit__audience-grid {
        grid-template-columns: 1fr;
    }

    .barcode-benefit__value-grid article {
        min-height: 0;
    }

    .barcode-benefit__route-map {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .barcode-benefit__route-source {
        width: min(220px, 100%);
        margin: 0 auto;
    }

    .barcode-benefit__route-arrow {
        width: 2px;
        height: 38px;
        margin: 0 auto;
        background: linear-gradient(180deg, #4f7dca, #5eead4);
    }

    .barcode-benefit__recovery-grid {
        gap: 40px;
    }

    .barcode-benefit__flow-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .barcode-benefit__cta {
        padding: 78px 0;
    }

    .barcode-benefit__cta a {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .barcode-benefit__hero h1 {
        font-size: 34px;
    }

    .barcode-benefit__product-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .barcode-benefit__product-thumb {
        width: 44px;
        height: 44px;
    }

    .barcode-benefit__product-card > b {
        grid-column: 2;
        font-size: 17px;
    }

    .barcode-benefit__recovery-actions,
    .barcode-benefit__flow-list {
        grid-template-columns: 1fr;
    }

    .barcode-benefit__flow-list li {
        min-height: 135px;
    }
}
