/* ─────────────────────────────────────────────────────────
   B2B E-Commerce Landing Page — Xiphias
   ───────────────────────────────────────────────────────── */

:root {
    --b2b-blue: #2652B9;
    --b2b-orange: #FE7505;
    --b2b-dark: #0d1224;
    --b2b-dark-2: #151929;
    --b2b-gray: #f5f7fb;
    --b2b-border: rgba(0, 0, 0, .09);
    --btn-gradient: linear-gradient(30deg, #2652B9, #2652B9, #E24012, #FE7505);
}

/* ── Button gradient ── */
.btn-gradient {
    background-image: var(--btn-gradient);
    background-size: 500%;
    background-position: right;
    transition: background-position 1s, color 400ms;
    color: #fff;
}
.btn-gradient:hover,
.btn-gradient:focus { background-position: left; }


/* ── Section utility ── */
.b2b-section-label {
    font-family: Montserrat, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #FE7505;
    margin-bottom: 14px;
}

.b2b-section-title {
    font-family: Montserrat, sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 20px;
}

.b2b-section-title.is-light { color: #fff; }

.b2b-section-lead {
    font-family: Montserrat, sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.75;
    max-width: 760px;
    margin: 0 0 48px;
}

.b2b-section-lead.is-light {
    color: rgba(255, 255, 255, .65);
}

/* Editmode shared card */
.b2b-editmode-card {
    padding: 14px;
    border: 1px dashed #2652B9;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #f3f6ff;
}
.b2b-editmode-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2652B9;
    margin-bottom: 6px;
}

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */

.b2b-hero {
    position: relative;
    background: #f5f7fb;
    overflow: hidden;
    padding: 160px 0 100px;
    min-height: 560px;
    display: flex;
    align-items: center;
}



.b2b-hero-title {
    font-family: Montserrat, sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.04em;
    color: #111;
    margin: 0 0 24px;
}

.b2b-hero-title-accent {
    color: var(--b2b-orange);
}

.b2b-hero-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 0 40px;
}

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

.b2b-hero-btn {
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.btn-secondary-outline {
    border: 2px solid rgba(38, 82, 185, .5);
    color: #2652B9;
    background: transparent;
    transition: border-color .3s, background .3s, color .3s;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
    border-color: #2652B9;
    background: rgba(38, 82, 185, .07);
    color: #2652B9;
}

/* Keep white variant for dark-background sections (CTA) */
.b2b-cta-section .btn-secondary-outline {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}
.b2b-cta-section .btn-secondary-outline:hover,
.b2b-cta-section .btn-secondary-outline:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.b2b-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.b2b-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.b2b-hero-glow-1 {
    width: 560px;
    height: 560px;
    background: #2652B9;
    right: -100px;
    top: -140px;
    opacity: .08;
}

.b2b-hero-glow-2 {
    width: 340px;
    height: 340px;
    background: #FE7505;
    right: 80px;
    bottom: -80px;
    opacity: .06;
}

.b2b-hero-editmode-actions {
    padding: 14px;
    border: 1px dashed #2652B9;
    border-radius: 6px;
    background: #f3f6ff;
    margin-top: 8px;
}

/* Partnership badges */
.b2b-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.b2b-hero-badges-label {
    font-family: Montserrat, sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    width: 100%;
    margin-bottom: 4px;
}

.b2b-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100vw;
    padding: 8px 18px;
    font-family: Montserrat, sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    white-space: nowrap;
}

.b2b-partner-badge::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FE7505;
    flex-shrink: 0;
}

/* Partner badge cards (white cards with logo) */
.b2b-hero-partners {
    display: flex;
    gap: 16px;
    margin-top: 44px;
    flex-wrap: wrap;
}

.b2b-hero .hero-partner-badges {
    justify-content: flex-start;
}

.b2b-partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 18px 28px;
    min-width: 150px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}

.b2b-partner-card-logo {
    height: 34px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    display: block;
}

.b2b-partner-card-tier {
    font-family: Montserrat, sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}

/* ─────────────────────────────────────────────────────────
   2. CUSTOMER LOGOS
   ───────────────────────────────────────────────────────── */

.b2b-logos-section {
    background: var(--b2b-gray);
    padding: 40px 0;
    border-top: 1px solid var(--b2b-border);
    border-bottom: 1px solid var(--b2b-border);
}

.b2b-logos-section .container {
    margin-top: 0;
    text-align: center;
}

.b2b-logos-label {
    font-family: Montserrat, sans-serif;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 28px;
}

.b2b-logos-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px 48px;
}

.b2b-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    opacity: .5;
    transition: opacity .25s;
}
.b2b-logo-item:hover { opacity: 1; }

.b2b-logo-img {
    height: auto;
    width: 100%;
    max-width: 400px;
    object-fit: contain;
}

.b2b-logo-item img {
    height: auto;
}

.b2b-logos-editmode-item {
    display: inline-block;
    padding: 10px 14px;
    border: 1px dashed #2652B9;
    border-radius: 6px;
    margin: 6px;
    background: #f3f6ff;
    vertical-align: middle;
    text-align: left;
    min-width: 120px;
}
.b2b-logos-editmode-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2652B9;
    margin-bottom: 6px;
}

/* ─────────────────────────────────────────────────────────
   3. THE PROBLEM
   ───────────────────────────────────────────────────────── */

.b2b-problem-section {
    background: #fff;
    padding: 88px 0;
}

.b2b-problem-section .container { margin-top: 0; }

.b2b-problem-lead {
    font-family: Montserrat, sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.75;
    max-width: 700px;
    margin: 0 0 56px;
}

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

.b2b-pain-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    padding: 28px 24px;
    transition: border-color .25s, box-shadow .25s;
}
.b2b-pain-card:hover {
    border-color: rgba(254, 117, 5, .45);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.b2b-pain-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(254, 117, 5, .1);
    border: 1px solid rgba(254, 117, 5, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FE7505;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.b2b-pain-title {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.35;
}

.b2b-pain-desc {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}


.b2b-platforms-section {
    background: #fff;
    padding: 88px 0;
}

.b2b-platforms-section .container { margin-top: 0; }

.b2b-platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.b2b-platform-card {
    border: 1px solid var(--b2b-border);
    border-radius: 16px;
    padding: 28px 28px 24px;
    transition: border-color .25s, box-shadow .25s;
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--b2b-blue);
}
.b2b-platform-card--nop {
    border-top-color: #44b86a;
}
.b2b-platform-card:hover {
    box-shadow: 0 6px 32px rgba(38, 82, 185, .1);
}

.b2b-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Montserrat, sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--b2b-blue);
    background: rgba(38, 82, 185, .07);
    border: 1px solid rgba(38, 82, 185, .18);
    border-radius: 999px;
    padding: 4px 12px;
    margin-bottom: 20px;
    width: fit-content;
}
.b2b-platform-card--nop .b2b-platform-badge {
    color: #2a8a4a;
    background: rgba(68, 184, 106, .08);
    border-color: rgba(68, 184, 106, .25);
}

.b2b-platform-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--b2b-blue);
    flex-shrink: 0;
}
.b2b-platform-card--nop .b2b-platform-dot {
    background: #44b86a;
}

.b2b-platform-best-for {
    margin-top: auto;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--b2b-blue);
    border-top: 1px solid var(--b2b-border);
}

.b2b-platform-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--b2b-border);
}

.b2b-platform-meta-item {
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    color: #555;
    line-height: 1.4;
}

.b2b-platform-meta-label {
    font-weight: 700;
    color: #2652B9;
}

.b2b-platform-logo { display: none; }
.b2b-plat-logo-img { display: none; }

.b2b-platform-name {
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.b2b-platform-desc {
    font-family: Montserrat, sans-serif;
    font-size: .93rem;
    color: #555;
    line-height: 1.65;
    margin: 0 0 24px;
    flex: 1;
}

.b2b-platform-features {
    border-top: 1px solid var(--b2b-border);
    padding-top: 20px;
}

.b2b-platform-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b2b-platform-features li {
    font-family: Montserrat, sans-serif;
    font-size: .88rem;
    color: #333;
    padding: 7px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.b2b-platform-features li::before {
    content: '✓';
    color: #2652B9;
    flex-shrink: 0;
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1px;
}


.b2b-models-section {
    background: var(--b2b-gray);
    padding: 88px 0;
}

.b2b-models-section .container { margin-top: 0; }

.b2b-models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.b2b-model-card {
    background: #fff;
    border: 1px solid var(--b2b-border);
    border-radius: 16px;
    padding: 36px 28px;
    transition: border-color .25s, box-shadow .25s;
}
.b2b-model-card:hover {
    border-color: #FE7505;
    box-shadow: 0 4px 24px rgba(254, 117, 5, .1);
}

.b2b-model-tag {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    background: #2652B9;
    border-radius: 100vw;
    padding: 4px 14px;
    margin-bottom: 20px;
}

.b2b-model-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    line-height: 1.3;
}

.b2b-model-desc {
    font-family: Montserrat, sans-serif;
    font-size: .92rem;
    color: #555;
    line-height: 1.65;
    margin: 0 0 20px;
}

.b2b-model-deliverables {
    border-top: 1px solid var(--b2b-border);
    padding-top: 18px;
}

.b2b-model-deliverables ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b2b-model-deliverables li {
    font-family: Montserrat, sans-serif;
    font-size: .88rem;
    color: #333;
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
    border-bottom: none;
}

.b2b-model-deliverables li::before {
    content: '✓';
    color: #2652B9;
    flex-shrink: 0;
    font-size: .85rem;
    font-weight: 700;
    margin-top: 1px;
}

/* ─────────────────────────────────────────────────────────
   6. CORE CAPABILITIES
   ───────────────────────────────────────────────────────── */

.b2b-capabilities-section {
    background: var(--b2b-gray);
    padding: 88px 0;
}

.b2b-capabilities-section .container { margin-top: 0; }

.b2b-cap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 0, 0, .07);
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 48px;
}

.b2b-cap-item {
    background: #fff;
    padding: 32px 28px;
    transition: background .2s;
}
.b2b-cap-item:hover { background: #eef1f9; }

.b2b-cap-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FE7505;
    margin-bottom: 18px;
}

.b2b-cap-item-title {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.3;
}

.b2b-cap-item-desc {
    font-family: Montserrat, sans-serif;
    font-size: .88rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* ─────────────────────────────────────────────────────────
   7. TRACK RECORD
   ───────────────────────────────────────────────────────── */

.track-record-section {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.track-record-section .container { margin-top: 0; }

.tr-label {
    font-family: Montserrat, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #FE7505;
    margin-bottom: 12px;
}

.tr-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 48px;
    line-height: 1.25;
}

.tr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
}

.tr-stat {
    padding: 32px 28px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.tr-stat:last-child { border-right: none; }

.tr-stat-value {
    font-family: Montserrat, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #FE7505;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}

.tr-counter { display: inline; }
.tr-suffix { display: inline; }

.tr-stat-desc {
    font-family: Montserrat, sans-serif;
    font-size: .82rem;
    color: #555;
    line-height: 1.45;
    max-width: 160px;
    margin: 0 auto;
}

.tr-editmode-stat {
    padding: 14px;
    border: 1px dashed #FE7505;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fff8f4;
}

.tr-editmode-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #FE7505;
    margin: 8px 0 4px;
}

/* ─────────────────────────────────────────────────────────
   8. HOW WE WORK
   ───────────────────────────────────────────────────────── */

.b2b-process-section {
    background: var(--b2b-gray);
    padding: 88px 0;
}

.b2b-process-section .container { margin-top: 0; }

.b2b-process-steps {
    position: relative;
    padding-left: 28px;
    border-left: 2px solid rgba(38, 82, 185, .18);
    margin-top: 56px;
}

.b2b-step {
    display: flex;
    gap: 28px;
    padding: 20px 0 32px 20px;
    position: relative;
}

.b2b-step::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 26px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2652B9;
    border: 3px solid var(--b2b-gray);
    box-shadow: 0 0 0 2px #2652B9;
}

.b2b-step-number {
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(38, 82, 185, .1);
    line-height: 1;
    flex-shrink: 0;
    min-width: 52px;
    padding-top: 2px;
    letter-spacing: -.04em;
}

.b2b-step-body { flex: 1; }

.b2b-step-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.35;
}

.b2b-step-desc {
    font-family: Montserrat, sans-serif;
    font-size: .93rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}


/* ─────────────────────────────────────────────────────────
   10. FINAL CTA
   ───────────────────────────────────────────────────────── */

.b2b-cta-section {
    position: relative;
    background: #c1d9f2;
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 0;
}

.b2b-cta-inner {
    position: relative;
    z-index: 2;
    margin-top: 0;
    text-align: center;
}

.b2b-cta-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #333;
}

.footer {
    margin-top: 0;
}

.b2b-cta-title {
    font-family: Montserrat, sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.04em;
    color: #111;
    margin: 0 0 20px;
}

.b2b-cta-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 44px;
}

.b2b-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.b2b-cta-btn {
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.b2b-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-bottom: 1px solid rgb(0 0 0 / 0.3);
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 768px
   ───────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .b2b-hero {
        padding: 130px 0 80px;
        min-height: 480px;
    }

    .b2b-hero-title { font-size: 2.2rem; }
    .b2b-hero-subtitle { font-size: 1rem; }

    .b2b-section-title { font-size: 1.9rem; }

    .b2b-pain-grid,
    .b2b-cap-grid {
        grid-template-columns: 1fr 1fr;
    }

    .b2b-platforms-grid,
    .b2b-models-grid {
        grid-template-columns: 1fr;
    }

    .b2b-problem-section,
    .b2b-platforms-section,
    .b2b-models-section,
    .b2b-capabilities-section,
    .b2b-process-section,
    .faq-section {
        padding: 64px 0;
    }

    .b2b-step-number { font-size: 1.8rem; min-width: 40px; }

    .tr-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tr-stat {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .tr-stat:nth-child(even) { border-right: none; }

    .b2b-cta-title { font-size: 2rem; }
    .b2b-cta-section { padding: 72px 0; }

    .faq-question-btn { font-size: .97rem; }
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 480px (covers 375px)
   ───────────────────────────────────────────────────────── */

@media (max-width: 480px) {
    .b2b-hero {
        padding: 110px 0 60px;
    }

    .b2b-hero-title { font-size: 1.85rem; }

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

    .b2b-hero-btn,
    .b2b-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .b2b-hero-partners { gap: 12px; }
    .b2b-partner-card { padding: 14px 20px; min-width: 130px; }

    .b2b-logos-track { gap: 20px 28px; }
    .b2b-logos-label { font-size: .7rem; }

    .b2b-problem-section,
    .b2b-platforms-section,
    .b2b-models-section,
    .b2b-capabilities-section,
    .b2b-process-section,
    .faq-section {
        padding: 52px 0;
    }

    .b2b-cta-section { padding: 56px 0; }
    .b2b-cta-title { font-size: 1.7rem; }
    .b2b-cta-subtitle { font-size: .95rem; }
    .b2b-cta-actions { flex-direction: column; align-items: center; }

    .tr-grid { grid-template-columns: 1fr; }
    .tr-stat { border-right: none; border-bottom: 1px solid rgba(0, 0, 0, .1); }
    .tr-stat:last-child { border-bottom: none; }

    .b2b-step { flex-direction: column; gap: 8px; padding-bottom: 24px; }
    .b2b-step-number { font-size: 1.5rem; }
    .b2b-process-steps { padding-left: 20px; }

    .faq-question-btn { font-size: .92rem; }

    .b2b-section-title { font-size: 1.65rem; }
    .b2b-section-label { font-size: .68rem; }

    .b2b-pain-grid,
    .b2b-cap-grid {
        grid-template-columns: 1fr;
    }
}
