/* Splav B2B — factory-first visual system */
:root {
  --b2b-ink: #07151d;
  --b2b-navy: #091c27;
  --b2b-navy-2: #102c3b;
  --b2b-cyan: #20d4e8;
  --b2b-cyan-dark: #08a9bd;
  --b2b-paper: #f4f1e9;
  --b2b-muted: #63727b;
  --b2b-line: rgba(8, 31, 42, .14);
}

.b2b-site { background: var(--b2b-paper); color: var(--b2b-ink); }
.b2b-site .container { width: min(1180px, calc(100% - 40px)); }
.b2b-site .site-header { background: rgba(5, 19, 27, .96); border-color: rgba(255,255,255,.08); }
.b2b-site .desktop-nav { gap: 18px; }
.b2b-site .desktop-nav a { color: #c2cdd2; font-size: .79rem; white-space: nowrap; }
.b2b-site .desktop-nav a:hover, .b2b-site .desktop-nav a.is-active { color: #fff; }
.b2b-site .desktop-nav a.is-active::after { background: var(--b2b-cyan); }
.b2b-site .button { border-radius: 2px; }
.button-cyan { background: var(--b2b-cyan); border-color: var(--b2b-cyan); color: #04141b; }
.button-cyan:hover { background: #65ebf7; border-color: #65ebf7; color: #04141b; transform: translateY(-2px); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.42); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.button-light { background: #fff; border-color: #fff; color: var(--b2b-ink); }
.button-light:hover { background: var(--b2b-cyan); border-color: var(--b2b-cyan); color: var(--b2b-ink); }
.b2b-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.b2b-kicker { display: block; margin-bottom: 16px; color: var(--b2b-cyan-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.b2b-kicker.light { color: var(--b2b-cyan); }
.b2b-section { padding: 108px 0; }
.b2b-soft { background: #ebe8df; }
.b2b-heading { margin-bottom: 54px; }
.b2b-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.15rem, 4.3vw, 4.2rem); line-height: .98; letter-spacing: -.045em; }
.b2b-heading p { color: var(--b2b-muted); font-size: 1.04rem; line-height: 1.75; }
.b2b-heading.split { display: grid; grid-template-columns: 1.45fr .7fr; gap: 70px; align-items: end; }
.b2b-heading.split > p { max-width: 440px; margin: 0 0 4px; }
.b2b-heading.centered { max-width: 780px; margin-right: auto; margin-left: auto; text-align: center; }
.b2b-heading.centered h2 { margin-right: auto; margin-left: auto; }
.b2b-heading.centered p { max-width: 610px; margin: 18px auto 0; }

/* Home hero */
.b2b-hero { position: relative; min-height: 790px; height: calc(100vh - 74px); display: flex; align-items: center; overflow: hidden; background: #05131b; color: #fff; }
.b2b-hero-media, .b2b-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.b2b-hero-media { object-fit: cover; object-position: 57% center; }
.b2b-hero-shade { background: linear-gradient(90deg, rgba(2,13,19,.96) 0%, rgba(3,16,23,.83) 38%, rgba(3,16,23,.34) 68%, rgba(3,16,23,.16) 100%), linear-gradient(0deg, rgba(2,14,20,.72), transparent 52%); }
.b2b-hero-content { position: relative; z-index: 1; padding-top: 60px; }
.b2b-hero h1 { max-width: 730px; margin: 0; font-size: clamp(4.1rem, 8vw, 7.7rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.b2b-hero h1 em, .b2b-final-cta h2 em { color: var(--b2b-cyan); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.b2b-hero-content > p { max-width: 650px; margin: 28px 0 0; color: #c9d4d9; font-size: 1.12rem; line-height: 1.7; }
.b2b-hero-stats { display: flex; gap: 0; margin-top: 60px; }
.b2b-hero-stats > div { min-width: 185px; display: flex; align-items: center; gap: 14px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.19); }
.b2b-hero-stats > div:first-child { padding-left: 0; border-left: 0; }
.b2b-hero-stats strong { color: var(--b2b-cyan); font-size: 2rem; line-height: 1; }
.b2b-hero-stats span { color: #b5c1c6; font-size: .72rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.b2b-scroll { position: absolute; z-index: 2; right: 38px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.b2b-scroll span { width: 1px; height: 52px; background: var(--b2b-cyan); }

/* Choice cards */
.b2b-path-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--b2b-line); border-left: 1px solid var(--b2b-line); }
.b2b-path-card { min-height: 390px; position: relative; display: flex; flex-direction: column; padding: 34px 30px; border-right: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); color: var(--b2b-ink); transition: .25s ease; }
.b2b-path-number { color: #87949a; font-size: .7rem; letter-spacing: .14em; }
.b2b-path-icon { position: absolute; top: 26px; right: 26px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--b2b-line); border-radius: 50%; }
.b2b-path-card h3 { margin: auto 0 16px; font-size: 1.65rem; line-height: 1.08; }
.b2b-path-card p { min-height: 72px; margin: 0 0 28px; color: var(--b2b-muted); line-height: 1.55; }
.b2b-path-card > strong { font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.b2b-path-card.featured, .b2b-path-card:hover { background: var(--b2b-navy); color: #fff; transform: translateY(-6px); box-shadow: 0 22px 50px rgba(5,24,33,.18); }
.b2b-path-card.featured p, .b2b-path-card:hover p { color: #afbec5; }
.b2b-card-label { margin-top: 48px; color: var(--b2b-cyan); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

/* Scale and recorded production */
.b2b-capacity { padding: 118px 0; overflow: hidden; background: var(--b2b-navy); color: #fff; }
.b2b-capacity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.b2b-capacity-number { min-height: 480px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; border: 1px solid rgba(32,212,232,.32); background: radial-gradient(circle, rgba(32,212,232,.13), transparent 64%); }
.b2b-capacity-number::before, .b2b-capacity-number::after { content: ''; position: absolute; background: var(--b2b-cyan); }
.b2b-capacity-number::before { width: 56px; height: 2px; top: -1px; left: -1px; }
.b2b-capacity-number::after { width: 2px; height: 56px; top: -1px; left: -1px; }
.b2b-capacity-number span { color: #9eb0b9; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.b2b-capacity-number strong { color: var(--b2b-cyan); font-size: clamp(8rem, 18vw, 14rem); line-height: .85; letter-spacing: -.09em; }
.b2b-capacity-number small { font-size: .8rem; letter-spacing: .24em; text-transform: uppercase; }
.b2b-capacity-copy h2 { margin: 0 0 34px; font-size: clamp(2.6rem, 4.6vw, 4.5rem); line-height: .98; letter-spacing: -.045em; }
.b2b-parallel { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.b2b-parallel > span { color: var(--b2b-cyan); font-size: 2rem; }
.b2b-parallel strong { font-size: 1.08rem; }
.b2b-parallel p { margin: 6px 0 0; color: #9fb0b9; line-height: 1.6; }
.b2b-recorded { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.b2b-recorded div { padding-left: 15px; border-left: 2px solid var(--b2b-cyan); }
.b2b-recorded strong { display: block; font-size: 1.22rem; }
.b2b-recorded span { display: block; margin-top: 6px; color: #91a4ae; font-size: .7rem; line-height: 1.35; text-transform: uppercase; }
.b2b-metric-note { margin: 22px 0 0; color: #82959f; font-size: .73rem; font-style: italic; }

/* Case, process and product models */
.b2b-case-grid, .b2b-case-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 88px; align-items: center; }
.b2b-case-image { position: relative; min-height: 540px; overflow: hidden; }
.b2b-case-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.b2b-case-image span, .b2b-page-hero-image span, .b2b-case-detail > div:first-child > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; background: rgba(5,22,30,.86); color: #fff; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.b2b-case-number { display: block; color: var(--b2b-cyan-dark); font-size: clamp(4.8rem, 9vw, 8rem); font-weight: 900; line-height: .85; letter-spacing: -.07em; }
.b2b-case-copy h2, .b2b-case-detail h2 { margin: 18px 0 22px; font-size: clamp(2rem, 3.7vw, 3.5rem); line-height: 1; letter-spacing: -.04em; }
.b2b-case-copy p { color: var(--b2b-muted); line-height: 1.75; }
.b2b-case-copy .button { margin-top: 18px; }
.b2b-process-section { background: #e7e3d8; }
.b2b-process-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8, 1fr); list-style: none; counter-reset: process; }
.b2b-process-flow li { min-height: 170px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 12px; border-top: 1px solid #7f8c91; border-bottom: 1px solid #7f8c91; }
.b2b-process-flow li::after { content: ''; position: absolute; top: -5px; right: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--b2b-cyan-dark); }
.b2b-process-flow span { color: #7c898e; font-size: .66rem; letter-spacing: .1em; }
.b2b-process-flow strong { font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.b2b-models { background: #061720; color: #fff; }
.b2b-models .b2b-heading p { color: #9cb0ba; }
.b2b-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); }
.b2b-model-grid article { min-height: 440px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid rgba(255,255,255,.14); }
.b2b-model-grid article:last-child { border-right: 0; }
.b2b-model-grid article > span { color: #637a85; font-size: .7rem; }
.b2b-model-grid small { margin-top: 76px; color: var(--b2b-cyan); font-weight: 800; letter-spacing: .14em; }
.b2b-model-grid h3 { margin: 18px 0; font-size: 1.8rem; line-height: 1.04; }
.b2b-model-grid p { color: #9cafb8; line-height: 1.6; }
.b2b-model-grid article > div { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .64rem; }
.b2b-model-grid b { color: #91a6af; }
.b2b-model-grid i { flex: 1; height: 1px; background: rgba(255,255,255,.25); }
.b2b-model-grid strong { color: var(--b2b-cyan); }
.b2b-inline-link { align-self: end; color: var(--b2b-ink); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.b2b-inline-link span { color: var(--b2b-cyan-dark); }
.b2b-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.b2b-product-card { overflow: hidden; background: #fff; box-shadow: 0 16px 44px rgba(11,29,38,.07); }
.b2b-product-card > a { display: block; aspect-ratio: 1.15; overflow: hidden; background: #ddd; }
.b2b-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.b2b-product-card:hover img { transform: scale(1.045); }
.b2b-product-card > div { padding: 25px; }
.b2b-product-card span, .b2b-catalog-card span { color: var(--b2b-cyan-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.b2b-product-card h3 { margin: 9px 0; font-size: 1.32rem; }
.b2b-product-card p { color: var(--b2b-muted); font-size: .87rem; line-height: 1.55; }
.b2b-product-card > div > a { display: inline-flex; justify-content: space-between; width: 100%; margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--b2b-line); color: var(--b2b-ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.b2b-final-cta { padding: 110px 0; background: linear-gradient(125deg, #00a8bd, #087f91); color: #fff; text-align: center; }
.b2b-final-cta .container { max-width: 900px; }
.b2b-final-cta h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.055em; }
.b2b-final-cta h2 em { color: #06202a; }
.b2b-final-cta p { max-width: 620px; margin: 26px auto; line-height: 1.7; }
.b2b-final-cta.compact { padding: 90px 0; }
.b2b-final-cta.compact h2 { max-width: 860px; margin: 0 auto; font-size: clamp(2.8rem, 5.4vw, 5rem); }

/* Internal page hero */
.b2b-page-hero { padding: 58px 0 90px; background: #ebe7dc; }
.b2b-page-hero.is-dark { background: var(--b2b-navy); color: #fff; }
.b2b-breadcrumb { display: flex; gap: 9px; margin-bottom: 44px; color: #77858b; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.b2b-breadcrumb a { color: inherit; }
.b2b-breadcrumb strong { color: var(--b2b-cyan-dark); }
.b2b-page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 76px; align-items: center; }
.b2b-page-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.3rem, 6vw, 6rem); line-height: .93; letter-spacing: -.055em; }
.b2b-page-hero-grid > div:first-child > p { max-width: 620px; margin: 24px 0 30px; color: var(--b2b-muted); font-size: 1.08rem; line-height: 1.72; }
.b2b-page-hero.is-dark .b2b-page-hero-grid > div:first-child > p { color: #a8bac2; }
.b2b-page-hero-image { min-height: 470px; position: relative; overflow: hidden; }
.b2b-page-hero-image::before { content: ''; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.b2b-page-hero-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.b2b-page-hero-image span { z-index: 2; }

/* Internal content modules */
.b2b-compare-grid, .b2b-label-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.b2b-compare-grid article { min-height: 430px; padding: 42px; border: 1px solid var(--b2b-line); background: #fff; }
.b2b-compare-grid article.accent { background: var(--b2b-navy); color: #fff; }
.b2b-compare-grid small, .b2b-option-grid small { color: var(--b2b-cyan-dark); font-weight: 800; letter-spacing: .13em; }
.b2b-compare-grid h3 { margin: 65px 0 12px; font-size: 2.1rem; }
.b2b-compare-grid p { color: var(--b2b-muted); }
.b2b-compare-grid .accent p { color: #9eb0ba; }
.b2b-compare-grid .accent > a, .b2b-option-grid article > a { display: inline-block; margin-top: 24px; color: var(--b2b-cyan); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.b2b-compare-grid ul { margin: 38px 0 0; padding: 0; list-style: none; }
.b2b-compare-grid li { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--b2b-line); font-size: .75rem; }
.b2b-compare-grid .accent li { border-color: rgba(255,255,255,.12); }
.b2b-compare-grid li strong { color: var(--b2b-cyan-dark); }
.b2b-six-steps { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.b2b-six-steps li { min-height: 140px; padding: 20px 15px; border-top: 1px solid #9ba5a9; border-right: 1px solid #c4c9c8; }
.b2b-six-steps span { display: block; color: var(--b2b-cyan-dark); font-weight: 800; }
.b2b-six-steps strong { display: block; margin-top: 48px; font-size: .78rem; text-transform: uppercase; }
.b2b-volume-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; background: var(--b2b-navy); color: #fff; }
.b2b-volume-grid article { padding: 40px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.b2b-volume-grid strong { display: block; color: var(--b2b-cyan); font-size: 3.2rem; }
.b2b-volume-grid span { font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.b2b-centered-note { max-width: 700px; margin: 22px auto 0; color: var(--b2b-muted); font-size: .8rem; text-align: center; }

/* Educação e parceiros */
.b2b-school-home { padding: 94px 0; background: linear-gradient(125deg, #063442, #087a83); color: #fff; }
.b2b-school-home-grid { display: grid; grid-template-columns: 1.13fr .87fr; gap: 70px; align-items: end; }
.b2b-school-home h2 { max-width: 700px; margin: 0; font-size: clamp(2.8rem, 5.3vw, 5.1rem); line-height: .94; letter-spacing: -.055em; }
.b2b-school-home p { max-width: 580px; margin: 23px 0 30px; color: #c3e3e3; font-size: 1.03rem; line-height: 1.7; }
.b2b-school-home-side { display: grid; grid-template-columns: .66fr 1fr; gap: 14px; align-items: stretch; }
.b2b-school-home-image { height: 290px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #07515b; }
.b2b-school-home-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.b2b-school-home-cards { display: grid; gap: 14px; }
.b2b-school-home-cards article { min-height: 138px; position: relative; padding: 27px 31px 26px 91px; border: 1px solid rgba(255,255,255,.22); background: rgba(2,23,31,.28); }
.b2b-school-home-cards span { position: absolute; top: 27px; left: 28px; color: var(--b2b-cyan); font-size: .75rem; font-weight: 800; }
.b2b-school-home-cards strong { display: block; font-size: 1.12rem; }
.b2b-school-home-cards p { margin: 7px 0 0; color: #b9d6da; font-size: .82rem; line-height: 1.55; }
.b2b-school-calendar { background: #fff; }
.b2b-school-calendar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--b2b-line); border-left: 1px solid var(--b2b-line); }
.b2b-school-calendar-grid article { min-height: 335px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); background: #fff; }
.b2b-school-calendar-grid span { color: var(--b2b-cyan-dark); font-size: .7rem; font-weight: 800; }
.b2b-school-calendar-grid img { width: 100%; height: 142px; display: block; margin: 12px 0 16px; padding: 8px; object-fit: contain; background: #f5f7f7; }
.b2b-school-calendar-grid h3 { margin: 0 0 7px; font-size: 1.1rem; line-height: 1.1; }
.b2b-school-calendar-grid p { margin: 0; color: var(--b2b-muted); font-size: .75rem; line-height: 1.45; }
.b2b-school-use { background: #ece9e0; }
.b2b-school-use-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.b2b-school-use-gallery { min-height: 540px; position: relative; }
.b2b-school-use-gallery img { width: 64%; position: absolute; object-fit: cover; box-shadow: 0 20px 38px rgba(6,31,38,.17); }
.b2b-school-use-gallery img:first-child { height: 76%; top: 0; left: 0; }
.b2b-school-use-gallery img:last-child { height: 53%; right: 0; bottom: 0; }
.b2b-school-use h2 { max-width: 600px; margin: 0; font-size: clamp(2.6rem, 4.7vw, 4.4rem); line-height: .98; letter-spacing: -.05em; }
.b2b-school-use p { max-width: 550px; color: var(--b2b-muted); line-height: 1.72; }
.b2b-school-use-list { margin: 34px 0 0; padding: 0; list-style: none; }
.b2b-school-use-list li { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--b2b-line); }
.b2b-school-use-list strong { color: var(--b2b-cyan-dark); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.b2b-school-use-list span { color: var(--b2b-muted); font-size: .92rem; }
.b2b-partners { padding: 86px 0; border-top: 1px solid var(--b2b-line); background: #fff; }
.b2b-partners-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: end; margin-bottom: 38px; }
.b2b-partners-heading .b2b-kicker { grid-column: 1 / -1; margin-bottom: -36px; }
.b2b-partners-heading h2 { max-width: 590px; margin: 0; font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.b2b-partners-heading p { margin: 0; color: var(--b2b-muted); line-height: 1.65; }
.b2b-partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--b2b-line); border-left: 1px solid var(--b2b-line); }
.b2b-partner { min-height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 22px; border-right: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); background: #fff; transition: background .2s ease, transform .2s ease; }
.b2b-partner:hover { background: #e8fbfc; transform: translateY(-2px); }
.b2b-partner img { width: min(150px, 100%); max-height: 34px; object-fit: contain; }
.b2b-partner > span { color: #67767b; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.b2b-wordmark { color: var(--b2b-ink); font-size: 1.25rem; letter-spacing: -.04em; }
.b2b-wordmark-sunlu { color: #ec3e47; letter-spacing: .05em; }
.b2b-benefit-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--b2b-line); border-left: 1px solid var(--b2b-line); }
.b2b-benefit-list article { min-height: 175px; padding: 24px; border-right: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); }
.b2b-benefit-list span { color: var(--b2b-cyan-dark); font-size: .68rem; }
.b2b-benefit-list strong { display: block; max-width: 150px; margin-top: 58px; line-height: 1.2; }
.b2b-dark-panel { background: var(--b2b-navy); color: #fff; }
.b2b-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.15); }
.b2b-option-grid article { padding: 46px; border-right: 1px solid rgba(255,255,255,.15); }
.b2b-option-grid article:last-child { border: 0; }
.b2b-option-grid h3 { margin: 70px 0 14px; font-size: 2rem; }
.b2b-option-grid p { color: #9db0b9; }
.b2b-brand-demo { display: grid; grid-template-columns: 1fr 54px 1fr 54px 1fr; align-items: center; gap: 14px; }
.b2b-brand-demo > div { min-height: 250px; display: grid; place-content: center; gap: 12px; padding: 28px; border: 1px solid var(--b2b-line); text-align: center; }
.b2b-brand-demo span { color: var(--b2b-muted); font-size: .67rem; text-transform: uppercase; }
.b2b-brand-demo strong { font-size: 1.1rem; }
.b2b-brand-demo i { color: var(--b2b-cyan-dark); font-style: normal; font-size: 1.8rem; }
.b2b-label-grid article { padding: 50px; background: #fff; }
.b2b-label-grid h2 { font-size: 2.5rem; line-height: 1; }
.b2b-label-grid p { color: var(--b2b-muted); line-height: 1.7; }
.b2b-label-grid ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.b2b-label-grid li, .b2b-mini-flow span { padding: 9px 12px; background: #e7f8f9; font-size: .72rem; }
.b2b-mini-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 35px; }
.b2b-mini-flow i { color: var(--b2b-cyan-dark); font-style: normal; }
.b2b-proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--b2b-navy); color: #fff; }
.b2b-proof-grid article { min-height: 200px; display: flex; flex-direction: column; justify-content: center; padding: 26px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.b2b-proof-grid strong { color: var(--b2b-cyan); font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1; }
.b2b-proof-grid span { margin-top: 14px; color: #a8bac2; font-size: .68rem; line-height: 1.45; text-transform: uppercase; }
.b2b-digital-grid, .b2b-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.b2b-digital-grid h2, .b2b-mission-grid h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.3rem); line-height: .98; }
.b2b-digital-grid p, .b2b-mission-grid > p { margin-top: 0; color: var(--b2b-muted); line-height: 1.8; }
.b2b-digital-grid ul { margin-top: 30px; padding: 0; list-style: none; }
.b2b-digital-grid li { padding: 13px 0; border-top: 1px solid var(--b2b-line); }
.b2b-digital-grid li::before { content: '↗'; margin-right: 12px; color: var(--b2b-cyan-dark); }
.b2b-start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.b2b-start-grid article { min-height: 290px; padding: 36px; border: 1px solid var(--b2b-line); background: #fff; }
.b2b-start-grid article > span { color: var(--b2b-cyan-dark); font-size: 2rem; font-weight: 900; }
.b2b-start-grid h3 { margin-top: 88px; font-size: 1.35rem; }
.b2b-start-grid p { color: var(--b2b-muted); line-height: 1.6; }
.b2b-center-action { margin-top: 38px; text-align: center; }

/* Catalog, case and factory */
.b2b-catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.b2b-catalog-filters button { padding: 11px 17px; border: 1px solid var(--b2b-line); background: transparent; color: var(--b2b-ink); cursor: pointer; font-weight: 700; }
.b2b-catalog-filters button.is-active { background: var(--b2b-navy); border-color: var(--b2b-navy); color: #fff; }
.b2b-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.b2b-catalog-card { background: #fff; }
.b2b-catalog-card[hidden] { display: none; }
.b2b-catalog-card > img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.b2b-catalog-card > div { padding: 26px; }
.b2b-catalog-card h2 { margin: 10px 0 18px; font-size: 1.4rem; }
.b2b-catalog-card ul { margin: 0; padding: 0; list-style: none; color: var(--b2b-muted); font-size: .82rem; line-height: 1.8; }
.b2b-catalog-card p { color: var(--b2b-muted); font-size: .72rem; }
.b2b-case-detail > div:first-child { min-height: 600px; position: relative; overflow: hidden; }
.b2b-case-detail > div:first-child img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.b2b-case-detail dl { margin-top: 30px; }
.b2b-case-detail dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--b2b-line); }
.b2b-case-detail dt { color: var(--b2b-cyan-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.b2b-case-detail dd { margin: 0; color: var(--b2b-muted); line-height: 1.55; }
.b2b-timeline { display: grid; grid-template-columns: 1fr 90px 1fr 90px 1fr; align-items: center; }
.b2b-timeline article { min-height: 280px; display: grid; place-content: center; border: 1px solid var(--b2b-line); text-align: center; }
.b2b-timeline article.future { background: var(--b2b-navy); color: #fff; }
.b2b-timeline article > span { color: var(--b2b-cyan-dark); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.b2b-timeline strong { color: var(--b2b-cyan-dark); font-size: 5rem; line-height: 1; }
.b2b-timeline small { margin-top: 8px; text-transform: uppercase; letter-spacing: .1em; }
.b2b-timeline i { height: 1px; background: var(--b2b-cyan-dark); }

/* Guided quote */
.b2b-quote-section { background: #e9e6dd; }
.b2b-quote { max-width: 960px; margin: 0 auto; padding: 52px; background: #fff; box-shadow: 0 24px 70px rgba(8,27,36,.08); }
.b2b-quote fieldset { margin: 0 0 44px; padding: 0; border: 0; }
.b2b-quote legend { width: 100%; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--b2b-line); font-size: 1.35rem; font-weight: 800; }
.b2b-quote-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.b2b-quote-types label { position: relative; min-height: 92px; cursor: pointer; }
.b2b-quote-types input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.b2b-quote-types label > span { min-height: 92px; height: 100%; display: grid; place-items: center; padding: 14px; border: 1px solid var(--b2b-line); background: #f5f3ed; color: var(--b2b-ink); font-weight: 700; text-align: center; transition: .2s ease; }
.b2b-quote-types input:checked + span { border-color: var(--b2b-cyan-dark); background: var(--b2b-navy); color: #fff; box-shadow: inset 0 -3px 0 var(--b2b-cyan); }
.b2b-quote-types input:focus-visible + span { outline: 3px solid rgba(8,169,189,.25); outline-offset: 2px; }
.b2b-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.b2b-form-grid label { display: flex; flex-direction: column; gap: 8px; color: #44555d; font-size: .78rem; font-weight: 700; }
.b2b-form-grid .full { grid-column: 1 / -1; }
.b2b-form-grid input, .b2b-form-grid select, .b2b-form-grid textarea { width: 100%; padding: 14px 15px; border: 1px solid #cad1d3; border-radius: 0; background: #fff; color: var(--b2b-ink); font: inherit; }
.b2b-form-grid textarea { resize: vertical; }
.b2b-form-grid small { color: var(--b2b-muted); font-weight: 400; }
.b2b-submit { min-height: 52px; }
.b2b-form-status { margin: 14px 0 0; color: var(--b2b-cyan-dark); font-size: .82rem; }

@media (max-width: 1120px) {
  .b2b-site .desktop-nav { gap: 11px; }
  .b2b-site .desktop-nav a { font-size: .7rem; }
  .b2b-path-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-product-grid, .b2b-catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-school-calendar-grid { grid-template-columns: repeat(3, 1fr); }
  .b2b-partner-grid { grid-template-columns: repeat(3, 1fr); }
  .b2b-benefit-list { grid-template-columns: repeat(2, 1fr); }
  .b2b-proof-grid { grid-template-columns: repeat(3, 1fr); }
  .b2b-process-flow { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1050px) {
  .b2b-site .desktop-nav, .b2b-site .desktop-cta { display: none; }
  .b2b-site .menu-button { width: 43px; height: 43px; display: flex; flex-direction: column; justify-content: center; gap: 4px; margin-left: auto; padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; cursor: pointer; }
  .b2b-site .menu-button > span:not(.sr-only) { width: 100%; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .b2b-site .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .b2b-site .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .b2b-site .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .b2b-site .mobile-menu { position: absolute; top: 88px; left: 0; width: 100%; min-height: calc(100dvh - 88px); padding: 34px 24px; display: flex; flex-direction: column; color: var(--b2b-ink); background: #fff; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .b2b-site .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .b2b-site .mobile-menu > a:not(.button) { padding: 17px 2px; border-bottom: 1px solid var(--b2b-line); font-size: 1.1rem; font-weight: 800; }
  .b2b-site .mobile-menu .button { margin-top: 26px; }
}

@media (max-width: 900px) {
  .b2b-section { padding: 78px 0; }
  .b2b-heading.split, .b2b-capacity-grid, .b2b-case-grid, .b2b-page-hero-grid, .b2b-case-detail, .b2b-digital-grid, .b2b-mission-grid, .b2b-school-home-grid, .b2b-school-use-grid, .b2b-partners-heading { grid-template-columns: 1fr; gap: 42px; }
  .b2b-partners-heading .b2b-kicker { margin-bottom: -24px; }
  .b2b-capacity-number { min-height: 380px; }
  .b2b-page-hero-image { min-height: 410px; }
  .b2b-model-grid { grid-template-columns: 1fr; }
  .b2b-model-grid article { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .b2b-model-grid small { margin-top: 42px; }
  .b2b-six-steps { grid-template-columns: repeat(3, 1fr); }
  .b2b-brand-demo { grid-template-columns: 1fr; gap: 12px; }
  .b2b-brand-demo > div { width: 100%; }
  .b2b-brand-demo i { transform: rotate(90deg); text-align: center; }
  .b2b-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-start-grid { grid-template-columns: 1fr; }
  .b2b-start-grid article { min-height: 230px; }
  .b2b-start-grid h3 { margin-top: 50px; }
  .b2b-quote-types { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .b2b-site .container { width: min(100% - 28px, 1180px); }
  .b2b-hero { min-height: 760px; height: auto; padding: 95px 0 70px; }
  .b2b-hero h1 { font-size: clamp(3.45rem, 18vw, 5rem); }
  .b2b-hero-media { object-position: 64% center; }
  .b2b-hero-shade { background: linear-gradient(90deg, rgba(2,13,19,.95), rgba(2,13,19,.56)), linear-gradient(0deg, rgba(2,13,19,.95), transparent); }
  .b2b-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; gap: 0; margin-top: 42px; }
  .b2b-hero-stats > div { min-width: 0; display: block; padding: 0 10px; }
  .b2b-hero-stats strong { display: block; font-size: 1.5rem; }
  .b2b-hero-stats span { font-size: .58rem; }
  .b2b-scroll { display: none; }
  .b2b-heading h2 { font-size: 2.5rem; }
  .b2b-heading.split { gap: 22px; }
  .b2b-path-grid, .b2b-product-grid, .b2b-catalog-grid, .b2b-compare-grid, .b2b-label-grid, .b2b-option-grid { grid-template-columns: 1fr; }
  .b2b-school-calendar-grid, .b2b-partner-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-school-calendar-grid article { min-height: 300px; padding: 18px; }
  .b2b-school-calendar-grid img { height: 118px; margin: 10px 0 14px; }
  .b2b-school-home-side { grid-template-columns: 1fr; }
  .b2b-school-home-image { height: 460px; }
  .b2b-school-use-gallery { min-height: 380px; }
  .b2b-school-use-list li { grid-template-columns: 1fr; gap: 7px; }
  .b2b-path-card { min-height: 330px; }
  .b2b-capacity { padding: 75px 0; }
  .b2b-capacity-number { min-height: 300px; }
  .b2b-capacity-number strong { font-size: 9rem; }
  .b2b-recorded { grid-template-columns: 1fr; }
  .b2b-case-image, .b2b-case-detail > div:first-child { min-height: 380px; }
  .b2b-process-flow { grid-template-columns: repeat(2, 1fr); }
  .b2b-model-grid article { padding: 28px; }
  .b2b-page-hero { padding-bottom: 64px; }
  .b2b-page-hero h1 { font-size: 3.25rem; }
  .b2b-page-hero-image { min-height: 320px; }
  .b2b-six-steps { grid-template-columns: repeat(2, 1fr); }
  .b2b-volume-grid { grid-template-columns: 1fr; }
  .b2b-volume-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .b2b-benefit-list { grid-template-columns: 1fr; }
  .b2b-label-grid article, .b2b-compare-grid article { padding: 32px 25px; }
  .b2b-proof-grid { grid-template-columns: 1fr; }
  .b2b-timeline { grid-template-columns: 1fr; gap: 0; }
  .b2b-timeline i { width: 1px; height: 36px; margin: 0 auto; }
  .b2b-quote { padding: 28px 20px; }
  .b2b-quote-types, .b2b-form-grid { grid-template-columns: 1fr; }
  .b2b-form-grid .full { grid-column: auto; }
  .b2b-final-cta { padding: 78px 0; }
}

@media (max-width: 820px) {
  .b2b-site .mobile-menu { top: 76px; min-height: calc(100dvh - 76px); }
}
