@charset "utf-8";

:root {
    --b2b-navy: #0b2b3c;
    --b2b-navy-deep: #071f2d;
    --b2b-blue: #176b8a;
    --b2b-blue-bright: #2389ad;
    --b2b-sky: #eaf4f7;
    --b2b-ice: #f5f9fa;
    --b2b-white: #ffffff;
    --b2b-ink: #17242c;
    --b2b-muted: #63727b;
    --b2b-line: #dbe5e9;
    --b2b-radius: 18px;
    --b2b-shadow: 0 24px 60px rgba(11, 43, 60, .12);
}

body {
    color: var(--b2b-ink);
    background: var(--b2b-white);
}

.b2b-home,
.b2b-home * {
    box-sizing: border-box;
}

.b2b-home {
    overflow: hidden;
    background: var(--b2b-white);
}

.b2b-home img {
    display: block;
    max-width: 100%;
}

.b2b-container {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.b2b-section {
    padding: 112px 0;
}

.b2b-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--b2b-blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .14em;
}

.b2b-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

.b2b-section-heading > div {
    max-width: 690px;
}

.b2b-section-heading h2,
.b2b-why h2,
.b2b-quote h2 {
    margin: 0;
    color: var(--b2b-navy);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.035em;
}

.b2b-section-heading > p {
    max-width: 440px;
    margin: 0 0 5px;
    color: var(--b2b-muted);
    font-size: 17px;
    line-height: 1.75;
}

.b2b-section-heading-center {
    display: block;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.b2b-section-heading-center > div,
.b2b-section-heading-center > p {
    max-width: none;
}

.b2b-section-heading-center > p {
    margin: 20px auto 0;
}

.b2b-btn {
    display: inline-flex;
    min-height: 54px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.b2b-btn:hover {
    transform: translateY(-2px);
}

.b2b-btn-primary {
    color: var(--b2b-white);
    background: var(--b2b-blue);
    box-shadow: 0 14px 30px rgba(23, 107, 138, .22);
}

.b2b-btn-primary:hover {
    color: var(--b2b-white);
    background: var(--b2b-navy);
}

.b2b-btn-secondary {
    color: var(--b2b-navy);
    border-color: #a9bcc5;
    background: transparent;
}

.b2b-btn-secondary:hover {
    color: var(--b2b-white);
    border-color: var(--b2b-navy);
    background: var(--b2b-navy);
}

.b2b-btn-white {
    min-width: 190px;
    color: var(--b2b-navy);
    background: var(--b2b-white);
}

.b2b-btn-white:hover {
    color: var(--b2b-white);
    border-color: rgba(255, 255, 255, .55);
    background: transparent;
}

.b2b-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--b2b-blue);
    font-size: 14px;
    font-weight: 700;
}

.b2b-text-link i {
    font-style: normal;
    transition: transform .25s ease;
}

.b2b-text-link:hover {
    color: var(--b2b-navy);
}

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

/* Home-only desktop header refinement. The shared header template remains unchanged. */
.header_top {
    display: none !important;
}

.responsive_pc_header {
    border-bottom: 1px solid #e6ecef;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 5px 20px rgba(11, 43, 60, .04);
}

.responsive_pc_header .header {
    height: 82px;
}

.responsive_pc_header .header_in {
    width: min(1240px, calc(100% - 64px));
    height: 82px;
}

.responsive_pc_header .logo {
    height: 82px;
    max-width: 230px;
}

.responsive_pc_header .logo img {
    max-height: 56px;
}

.responsive_pc_header .head-nav .n_item > a {
    color: var(--b2b-navy);
    font-size: 14px;
    font-weight: 600;
}

.responsive_pc_header .head-nav .n_item:last-child > a {
    height: 46px;
    padding: 0 22px;
    color: var(--b2b-white);
    border-radius: 8px;
    background: var(--b2b-blue);
}

.responsive_pc_header .head-nav .n_item:last-child > a:hover,
.responsive_pc_header .head-nav .n_item:last-child > a.active {
    color: var(--b2b-white);
    background: var(--b2b-navy);
}

/* Hero */
.b2b-hero {
    position: relative;
    padding: 70px 0 78px;
    background:
        radial-gradient(circle at 8% 8%, rgba(35, 137, 173, .09), transparent 34%),
        linear-gradient(90deg, #fff 0%, #fff 58%, #f2f7f9 58%, #f2f7f9 100%);
}

.b2b-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
    min-height: 610px;
    align-items: center;
    gap: 70px;
}

.b2b-hero-copy {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.b2b-hero h1 {
    margin: 0;
    color: var(--b2b-navy);
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -.05em;
}

.b2b-hero h1 span {
    color: var(--b2b-blue);
}

.b2b-hero-copy > p {
    max-width: 620px;
    margin: 28px 0 0;
    color: var(--b2b-muted);
    font-size: 18px;
    line-height: 1.75;
}

.b2b-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.b2b-hero-actions .b2b-btn {
    min-width: 180px;
}

.b2b-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-top: 34px;
}

.b2b-hero-proof span {
    position: relative;
    padding-left: 20px;
    color: #42545e;
    font-size: 13px;
    font-weight: 600;
}

.b2b-hero-proof span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid var(--b2b-blue);
    border-radius: 50%;
}

.b2b-hero-media {
    position: relative;
    min-width: 0;
}

.b2b-hero-image {
    display: block;
    position: relative;
    height: 610px;
    overflow: hidden;
    border-radius: 140px 22px 22px 22px;
    background: #dfe9ed;
    box-shadow: var(--b2b-shadow);
}

.b2b-hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(7, 31, 45, .2));
    pointer-events: none;
}

.b2b-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.b2b-hero-image:hover img {
    transform: scale(1.025);
}

.b2b-hero-badge {
    display: flex;
    position: absolute;
    right: -24px;
    bottom: 38px;
    z-index: 2;
    width: 165px;
    min-height: 94px;
    padding: 18px 20px;
    align-items: center;
    gap: 12px;
    color: var(--b2b-white);
    border-radius: 14px;
    background: var(--b2b-navy);
    box-shadow: 0 18px 38px rgba(7, 31, 45, .25);
}

.b2b-hero-badge strong {
    font-size: 28px;
    line-height: 1;
}

.b2b-hero-badge span {
    font-size: 12px;
    line-height: 1.35;
}

/* Trust statistics */
.b2b-trust {
    padding: 0;
    border-top: 1px solid var(--b2b-line);
    border-bottom: 1px solid var(--b2b-line);
    background: var(--b2b-white);
}

.b2b-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.b2b-trust-item {
    display: flex;
    min-height: 145px;
    padding: 28px 34px;
    align-items: center;
    gap: 18px;
    border-left: 1px solid var(--b2b-line);
}

.b2b-trust-item:last-child {
    border-right: 1px solid var(--b2b-line);
}

.b2b-trust-item strong {
    flex: none;
    color: var(--b2b-blue);
    font-size: 38px;
    line-height: 1;
    letter-spacing: -.04em;
}

.b2b-trust-item span {
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Capabilities */
.b2b-capabilities {
    background: var(--b2b-white);
}

.b2b-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.b2b-capability-card {
    display: flex;
    min-height: 330px;
    padding: 38px;
    flex-direction: column;
    color: var(--b2b-ink);
    border: 1px solid var(--b2b-line);
    border-radius: var(--b2b-radius);
    background: var(--b2b-white);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.b2b-capability-card:hover {
    color: var(--b2b-ink);
    border-color: rgba(23, 107, 138, .35);
    transform: translateY(-7px);
    box-shadow: var(--b2b-shadow);
}

.b2b-card-index {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--b2b-blue);
    border-radius: 50%;
    background: var(--b2b-sky);
    font-size: 13px;
    font-weight: 700;
}

.b2b-capability-card h3 {
    margin: 46px 0 15px;
    color: var(--b2b-navy);
    font-size: 25px;
    line-height: 1.25;
}

.b2b-capability-card p {
    margin: 0 0 28px;
    color: var(--b2b-muted);
    font-size: 15px;
    line-height: 1.7;
}

.b2b-capability-card .b2b-text-link {
    margin-top: auto;
}

/* Products */
.b2b-products {
    background: var(--b2b-ice);
}

.b2b-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.b2b-product-card {
    overflow: hidden;
    border: 1px solid var(--b2b-line);
    border-radius: 15px;
    background: var(--b2b-white);
    transition: transform .3s ease, box-shadow .3s ease;
}

.b2b-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(11, 43, 60, .1);
}

.b2b-product-image {
    display: block;
    height: 270px;
    overflow: hidden;
    background: #edf2f4;
}

.b2b-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.b2b-product-card:hover .b2b-product-image img {
    transform: scale(1.045);
}

.b2b-product-content {
    padding: 25px;
}

.b2b-product-category {
    color: var(--b2b-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.b2b-product-content h3 {
    height: 54px;
    margin: 10px 0 18px;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.4;
}

.b2b-product-content h3 a {
    color: var(--b2b-navy);
}

.b2b-product-content h3 a:hover {
    color: var(--b2b-blue);
}

.b2b-product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.b2b-product-actions a {
    display: inline-flex;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--b2b-blue);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.b2b-product-details {
    color: var(--b2b-blue);
    background: var(--b2b-white);
}

.b2b-product-details:hover {
    color: var(--b2b-navy);
    background: var(--b2b-sky);
}

.b2b-product-quote {
    color: var(--b2b-white);
    background: var(--b2b-blue);
}

.b2b-product-quote:hover {
    color: var(--b2b-white);
    border-color: var(--b2b-navy);
    background: var(--b2b-navy);
}

/* Data-driven sections should not leave blank space when their tags return no records. */
.b2b-home > .b2b-data-section:not(:has(article)) {
    display: none !important;
}

.b2b-section-action {
    margin-top: 44px;
    text-align: center;
}

/* Why choose us */
.b2b-why {
    color: var(--b2b-white);
    background:
        radial-gradient(circle at 12% 12%, rgba(35, 137, 173, .32), transparent 30%),
        var(--b2b-navy-deep);
}

.b2b-why-grid {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 100px;
}

.b2b-why .b2b-eyebrow {
    color: #70c1dc;
}

.b2b-why h2 {
    color: var(--b2b-white);
}

.b2b-why-intro > p {
    margin: 26px 0 32px;
    color: rgba(255, 255, 255, .66);
    font-size: 17px;
    line-height: 1.8;
}

.b2b-text-link-light {
    color: var(--b2b-white);
}

.b2b-text-link-light:hover {
    color: #70c1dc;
}

.b2b-why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.b2b-why-item {
    display: flex;
    min-height: 190px;
    padding: 28px;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.b2b-why-item > span {
    flex: none;
    color: #70c1dc;
    font-size: 13px;
    font-weight: 700;
}

.b2b-why-item h3 {
    margin: 0 0 11px;
    color: var(--b2b-white);
    font-size: 19px;
    line-height: 1.35;
}

.b2b-why-item p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.65;
}

/* Industries */
.b2b-industries {
    background: var(--b2b-white);
}

.b2b-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--b2b-line);
    border-radius: var(--b2b-radius);
    background: var(--b2b-line);
}

.b2b-industry-card {
    min-height: 300px;
    padding: 36px 30px;
    background: var(--b2b-white);
    transition: color .3s ease, background .3s ease;
}

.b2b-industry-card > span {
    display: block;
    margin-bottom: 80px;
    color: var(--b2b-blue);
    font-size: 13px;
    font-weight: 700;
}

.b2b-industry-card h3 {
    margin: 0 0 15px;
    color: var(--b2b-navy);
    font-size: 21px;
    line-height: 1.35;
}

.b2b-industry-card p {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 14px;
    line-height: 1.65;
}

.b2b-industry-card:hover {
    color: var(--b2b-white);
    background: var(--b2b-blue);
}

.b2b-industry-card:hover > span,
.b2b-industry-card:hover h3,
.b2b-industry-card:hover p {
    color: var(--b2b-white);
}

/* Cases */
.b2b-cases {
    background: var(--b2b-sky);
}

.b2b-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.b2b-case-card {
    overflow: hidden;
    border-radius: var(--b2b-radius);
    background: var(--b2b-white);
    box-shadow: 0 12px 34px rgba(11, 43, 60, .07);
}

.b2b-case-image {
    display: block;
    height: 280px;
    overflow: hidden;
    background: #dce7eb;
}

.b2b-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.b2b-case-card:hover .b2b-case-image img {
    transform: scale(1.045);
}

.b2b-case-content {
    padding: 28px;
}

.b2b-case-content > span {
    color: var(--b2b-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.b2b-case-content h3 {
    min-height: 58px;
    margin: 11px 0 20px;
    font-size: 20px;
    line-height: 1.45;
}

.b2b-case-content h3 a {
    color: var(--b2b-navy);
}

/* Insights */
.b2b-insights {
    background: var(--b2b-white);
}

.b2b-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.b2b-insight-card {
    border-bottom: 1px solid var(--b2b-line);
    padding-bottom: 26px;
}

.b2b-insight-image {
    display: block;
    height: 240px;
    overflow: hidden;
    border-radius: 13px;
    background: #edf2f4;
}

.b2b-insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.b2b-insight-card:hover .b2b-insight-image img {
    transform: scale(1.04);
}

.b2b-insight-content {
    padding-top: 23px;
}

.b2b-insight-content > span {
    color: var(--b2b-muted);
    font-size: 12px;
}

.b2b-insight-content h3 {
    min-height: 58px;
    margin: 10px 0 18px;
    font-size: 20px;
    line-height: 1.45;
}

.b2b-insight-content h3 a {
    color: var(--b2b-navy);
}

.b2b-insight-content h3 a:hover {
    color: var(--b2b-blue);
}

/* Bottom quote CTA */
.b2b-quote {
    padding: 76px 0;
    background: var(--b2b-blue);
}

.b2b-quote-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.b2b-quote-inner > div {
    max-width: 760px;
}

.b2b-quote .b2b-eyebrow {
    color: rgba(255, 255, 255, .74);
}

.b2b-quote h2 {
    color: var(--b2b-white);
    font-size: clamp(34px, 4vw, 50px);
}

.b2b-quote p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width: 1180px) {
    .b2b-container,
    .responsive_pc_header .header_in {
        width: min(100% - 48px, 1080px);
    }

    .b2b-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .b2b-hero-image {
        height: 540px;
        border-radius: 100px 20px 20px 20px;
    }

    .b2b-hero-badge {
        right: -10px;
    }

    .b2b-trust-item {
        padding: 24px 20px;
        gap: 12px;
    }

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

    .b2b-product-image {
        height: 330px;
    }

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

@media screen and (max-width: 991px) {
    .b2b-section {
        padding: 84px 0;
    }

    .b2b-hero {
        padding: 50px 0 65px;
        background: linear-gradient(180deg, #fff 0%, #fff 55%, #f2f7f9 55%, #f2f7f9 100%);
    }

    .b2b-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .b2b-hero-copy {
        padding: 10px 0 0;
    }

    .b2b-hero-copy > p {
        max-width: 720px;
    }

    .b2b-hero-image {
        height: min(67vw, 600px);
        border-radius: 85px 18px 18px 18px;
    }

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

    .b2b-trust-item:nth-child(3) {
        border-top: 1px solid var(--b2b-line);
    }

    .b2b-trust-item:nth-child(4) {
        border-top: 1px solid var(--b2b-line);
    }

    .b2b-section-heading {
        display: block;
    }

    .b2b-section-heading > p {
        max-width: 680px;
        margin-top: 20px;
    }

    .b2b-capability-grid,
    .b2b-case-grid,
    .b2b-insight-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .b2b-capability-card:last-child,
    .b2b-case-card:last-child,
    .b2b-insight-card:last-child {
        grid-column: 1 / -1;
    }

    .b2b-why-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .b2b-quote-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .b2b-container {
        width: calc(100% - 32px);
    }

    .b2b-section {
        padding: 68px 0;
    }

    .b2b-section-heading {
        margin-bottom: 34px;
    }

    .b2b-section-heading h2,
    .b2b-why h2,
    .b2b-quote h2 {
        font-size: 35px;
    }

    .b2b-section-heading > p {
        font-size: 15px;
    }

    .b2b-eyebrow {
        margin-bottom: 13px;
        font-size: 11px;
    }

    .b2b-hero {
        padding: 34px 0 48px;
    }

    .b2b-hero-grid {
        gap: 36px;
    }

    .b2b-hero h1 {
        font-size: 43px;
    }

    .b2b-hero-copy > p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.65;
    }

    .b2b-hero-actions {
        margin-top: 27px;
    }

    .b2b-hero-actions .b2b-btn {
        min-width: 0;
        flex: 1;
    }

    .b2b-hero-proof {
        margin-top: 25px;
    }

    .b2b-hero-image {
        height: 480px;
        border-radius: 64px 14px 14px 14px;
    }

    .b2b-hero-badge {
        right: 12px;
        bottom: 15px;
        width: 148px;
        min-height: 78px;
    }

    .b2b-trust-item {
        min-height: 122px;
        padding: 22px 15px;
        align-items: flex-start;
        flex-direction: column;
    }

    .b2b-trust-item strong {
        font-size: 31px;
    }

    .b2b-capability-grid,
    .b2b-product-grid,
    .b2b-case-grid,
    .b2b-insight-grid,
    .b2b-why-list,
    .b2b-industry-grid {
        grid-template-columns: 1fr;
    }

    .b2b-capability-card:last-child,
    .b2b-case-card:last-child,
    .b2b-insight-card:last-child {
        grid-column: auto;
    }

    .b2b-capability-card {
        min-height: 285px;
        padding: 30px;
    }

    .b2b-capability-card h3 {
        margin-top: 34px;
    }

    .b2b-product-image,
    .b2b-case-image {
        height: 66vw;
        max-height: 390px;
    }

    .b2b-why-item {
        min-height: 0;
    }

    .b2b-industry-card {
        min-height: 250px;
    }

    .b2b-industry-card > span {
        margin-bottom: 55px;
    }

    .b2b-insights .b2b-section-heading > .b2b-text-link {
        margin-top: 20px;
    }

    .b2b-quote {
        padding: 60px 0;
    }

    .b2b-quote .b2b-btn {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .b2b-hero h1 {
        font-size: 37px;
    }

    .b2b-hero-actions {
        flex-direction: column;
    }

    .b2b-hero-actions .b2b-btn {
        width: 100%;
    }

    .b2b-hero-proof {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .b2b-hero-image {
        height: 390px;
    }

    .b2b-trust-item span {
        font-size: 12px;
    }

    .b2b-product-content,
    .b2b-case-content {
        padding: 22px;
    }

    .b2b-product-actions {
        grid-template-columns: 1fr;
    }
}

/* Phase 1.6F-1C: industrial B2B homepage refinement */
.b2b-section {
    padding: 92px 0;
}

.b2b-hero {
    padding: 44px 0 52px;
}

.b2b-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(440px, 1.02fr);
    min-height: 530px;
    gap: 60px;
}

.b2b-hero-copy {
    padding: 20px 0;
}

.b2b-hero h1 {
    max-width: 650px;
    font-size: clamp(46px, 4.4vw, 64px);
    line-height: 1.07;
}

.b2b-hero-copy > p {
    max-width: 590px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
}

.b2b-hero-actions {
    margin-top: 30px;
}

.b2b-hero-proof {
    margin-top: 26px;
}

.b2b-hero-image {
    height: 530px;
    border-radius: 110px 20px 20px 20px;
}

.b2b-hero-badge {
    right: -18px;
    bottom: 30px;
    width: 205px;
    min-height: 86px;
}

.b2b-hero-badge strong {
    font-size: 22px;
    letter-spacing: .04em;
}

.b2b-hero-badge span {
    max-width: 105px;
}

.b2b-trust-item {
    min-height: 138px;
    padding: 24px 25px;
    align-items: flex-start;
}

.b2b-trust-item strong {
    margin-top: 2px;
    font-size: 16px;
    letter-spacing: .08em;
}

.b2b-trust-item h2 {
    margin: 0 0 7px;
    color: var(--b2b-navy);
    font-size: 15px;
    line-height: 1.35;
}

.b2b-trust-item p {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 12px;
    line-height: 1.55;
}

.b2b-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.b2b-home-product-card {
    display: grid !important;
    min-width: 0;
    min-height: 330px;
    grid-template-columns: minmax(210px, 42%) minmax(0, 58%);
    overflow: hidden;
    border: 1px solid var(--b2b-line);
    border-radius: 16px;
    background: var(--b2b-white);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.b2b-home-product-card:hover {
    border-color: #bfd3dc;
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(11, 43, 60, .1);
}

.b2b-home-product-card .b2b-product-image {
    height: auto;
    min-height: 330px;
    padding: 18px;
    background: linear-gradient(145deg, #f3f7f8 0%, #e7f0f3 100%);
}

.b2b-home-product-card .b2b-product-image img {
    object-fit: contain;
}

.b2b-home-product-card:hover .b2b-product-image img {
    transform: scale(1.025);
}

.b2b-home-product-card .b2b-product-content {
    display: flex;
    min-width: 0;
    padding: 26px;
    flex-direction: column;
}

.b2b-home-product-card .b2b-product-content h3 {
    height: auto;
    min-height: 50px;
    margin: 8px 0 14px;
    font-size: 20px;
}

.b2b-product-procurement {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--b2b-line);
}

.b2b-product-procurement:empty {
    display: none;
}

.b2b-product-procurement > div {
    min-width: 0;
    padding: 9px 8px 9px 0;
    border-bottom: 1px solid var(--b2b-line);
}

.b2b-product-procurement dt,
.b2b-product-procurement dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.b2b-product-procurement dt {
    color: #7a8d97;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.b2b-product-procurement dd {
    margin-top: 3px;
    color: #294855;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.b2b-product-summary {
    display: -webkit-box;
    margin: 14px 0 18px;
    overflow: hidden;
    color: var(--b2b-muted);
    font-size: 12px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.b2b-home-product-card .b2b-product-actions {
    margin-top: auto;
}

.b2b-why-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 72px;
}

.b2b-why-item {
    min-height: 166px;
    padding: 24px;
}

.b2b-industry-card {
    min-height: 255px;
    padding: 30px 26px;
}

.b2b-industry-card > span {
    margin-bottom: 50px;
}

.b2b-quote {
    padding: 64px 0;
}

@media screen and (max-width: 1180px) {
    .b2b-hero-grid {
        min-height: 500px;
        gap: 38px;
    }

    .b2b-hero-image {
        height: 500px;
    }

    .b2b-home-product-card {
        grid-template-columns: minmax(190px, 40%) minmax(0, 60%);
    }
}

@media screen and (max-width: 991px) {
    .b2b-section {
        padding: 74px 0;
    }

    .b2b-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .b2b-hero-image {
        height: min(58vw, 520px);
    }

    .b2b-product-grid {
        grid-template-columns: 1fr;
    }

    .b2b-why-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .b2b-section {
        padding: 54px 0;
    }

    .b2b-hero {
        padding: 24px 0 34px;
    }

    .b2b-hero-grid {
        gap: 24px;
    }

    .b2b-hero-copy {
        padding-top: 4px;
    }

    .b2b-hero h1 {
        font-size: 38px;
    }

    .b2b-hero-copy > p {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.6;
    }

    .b2b-hero-actions {
        margin-top: 22px;
    }

    .b2b-hero-proof {
        margin-top: 20px;
    }

    .b2b-hero-image {
        height: 300px;
        border-radius: 52px 14px 14px 14px;
    }

    .b2b-hero-badge {
        right: 10px;
        bottom: 12px;
        width: 172px;
        min-height: 68px;
        padding: 13px 15px;
    }

    .b2b-trust-item {
        min-height: 148px;
        padding: 17px 14px;
        gap: 10px;
    }

    .b2b-trust-item h2 {
        font-size: 13px;
    }

    .b2b-trust-item p {
        font-size: 11px;
    }

    .b2b-capability-card {
        min-height: 0;
        padding: 24px;
    }

    .b2b-capability-card .b2b-card-index {
        width: 44px;
        height: 44px;
    }

    .b2b-capability-card h3 {
        margin: 16px 0 10px;
    }

    .b2b-capability-card p {
        display: -webkit-box;
        margin-bottom: 16px;
        overflow: hidden;
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .b2b-home-product-card {
        display: block !important;
        min-height: 0;
    }

    .b2b-home-product-card:nth-child(n+4) {
        display: none !important;
    }

    .b2b-home-product-card .b2b-product-image {
        height: 210px;
        min-height: 0;
    }

    .b2b-home-product-card .b2b-product-content {
        padding: 22px;
    }

    .b2b-home-product-card .b2b-product-content h3 {
        min-height: 0;
        margin-bottom: 12px;
    }

    .b2b-product-summary {
        margin: 12px 0 16px;
    }

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

    .b2b-why-grid {
        gap: 34px;
    }

    .b2b-why-list {
        gap: 12px;
    }

    .b2b-why-item {
        min-height: 0;
        padding: 20px;
    }

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

    .b2b-industry-card {
        min-height: 220px;
        padding: 22px 18px;
    }

    .b2b-industry-card > span {
        margin-bottom: 30px;
    }

    .b2b-industry-card h3 {
        font-size: 17px;
    }

    .b2b-industry-card p {
        font-size: 12px;
    }

    .b2b-quote {
        padding: 46px 0;
    }
}

@media screen and (max-width: 480px) {
    .b2b-hero h1 {
        font-size: 34px;
    }

    .b2b-hero-actions {
        gap: 10px;
    }

    .b2b-hero-proof {
        gap: 10px 14px;
    }

    .b2b-hero-proof span {
        font-size: 12px;
    }

    .b2b-section-heading h2,
    .b2b-why h2,
    .b2b-quote h2 {
        font-size: 31px;
    }
}
