:root {
  --ink: #151515;
  --muted: #676767;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f4f5f6;
  --accent: #bd1016;
  --accent-dark: #8f080d;
  --radius: 18px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #2383c4; outline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 174px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #5a5a5a; font-size: 15px; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover { color: #000; }
.language-switcher { position: relative; }
.language-switcher summary { min-width: 54px; padding: 8px 11px; border: 1px solid var(--line); color: #454545; font-size: 14px; font-weight: 800; list-style: none; text-align: center; cursor: pointer; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary::after { margin-left: 6px; content: "▾"; font-size: 10px; }
.language-switcher[open] summary::after { content: "▴"; }
.language-options { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; display: grid; min-width: 166px; padding: 7px; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13); }
.language-options a { padding: 9px 11px; color: #3d3d3d; font-size: 14px; font-weight: 650; text-decoration: none; }
.language-options a:hover, .language-options a[aria-current="page"] { color: #fff; background: #111; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #111; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid #111;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: #111; }
.button-dark:hover { background: #333; }
.button-light { color: #111; background: #fff; }
.button-light:hover { background: var(--soft); }
.button-white { border-color: #fff; color: #101010; background: #fff; }
.button-white:hover { background: #e9edf7; }
.button-ghost { border-color: rgba(255, 255, 255, 0.42); color: #fff; background: transparent; }
.button-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.nav-button { min-height: 46px; padding-inline: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hero { overflow: hidden; padding: 74px 0 66px; background: #f5f6f7 url("AdobeStock_289908202.jpg") center/cover no-repeat; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1, .section h2, .warehouse-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1.03; letter-spacing: -0.045em; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #4f4f4f; font-size: 20px; line-height: 1.55; }
.hero-media { position: relative; }
.hero-media::before { position: absolute; z-index: -1; inset: -24px 44% 28% -24px; background: var(--accent); content: ""; }
.hero-media img { width: 100%; aspect-ratio: 16 / 11; border-radius: 2px; box-shadow: var(--shadow); object-fit: cover; }
.hero-badge { position: absolute; right: -22px; bottom: -28px; display: flex; min-width: 210px; flex-direction: column; padding: 20px 24px; color: #fff; background: #111; box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2); }
.hero-badge strong { font-size: 29px; line-height: 1.1; }
.hero-badge span { margin-top: 3px; color: #d7d7d7; font-size: 13px; }

.brand-strip { padding: 35px 0; border-block: 1px solid var(--line); background: #fff; }
.brand-logos { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 50px; }
.brand-logos img { width: min(100%, 245px); max-height: 72px; margin-inline: auto; object-fit: contain; }

.section { padding: 110px 0; }
.section-muted { background: var(--soft); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); align-items: center; gap: 90px; }
.section-copy h2, .section-heading h2, .contact-intro h2 { font-size: clamp(34px, 4.5vw, 56px); }
.section-copy p { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--accent); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--accent-dark); }
.feature-image { position: relative; margin: 0; }
.feature-image::after { position: absolute; z-index: -1; right: -24px; bottom: -24px; width: 56%; height: 56%; background: var(--accent); content: ""; }
.feature-image img { width: 100%; border: 1px solid #eee; background: #fff; }

.product-gallery { overflow: hidden; border-block: 1px solid var(--line); }
.gallery-track { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); }
.gallery-track img { width: 100%; aspect-ratio: 1; border-right: 1px solid #fff; object-fit: cover; transition: filter 180ms ease, transform 180ms ease; }
.gallery-track img:hover { z-index: 2; filter: saturate(1.05); transform: scale(1.025); }

.stats-section { padding: 64px 0; color: #fff; background: #111; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { display: flex; min-height: 120px; flex-direction: column; justify-content: center; padding: 10px 42px; border-right: 1px solid #3a3a3a; }
.stat:last-child { border-right: 0; }
.stat strong { font-size: clamp(34px, 4vw, 55px); line-height: 1.1; letter-spacing: -0.04em; }
.stat span { margin-top: 9px; color: #bdbdbd; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading-centered { margin-inline: auto; text-align: center; }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.advantage-card { min-height: 340px; padding: 34px; border: 1px solid var(--line); background: #fff; }
.card-number { display: inline-block; margin-bottom: 58px; color: var(--accent); font-size: 14px; font-weight: 800; }
.advantage-card h3 { margin: 0; font-size: 25px; line-height: 1.2; }
.advantage-card p { margin-bottom: 0; color: var(--muted); }

.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.offer-card { padding: 34px 26px; border: 1px solid #e2e2e2; background: #fff; text-align: center; }
.offer-card img { width: 82px; height: 82px; margin: 0 auto 25px; padding: 17px; background: var(--accent); object-fit: contain; }
.offer-card h3 { margin: 0; font-size: 21px; line-height: 1.25; }
.offer-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.centered-action { margin-top: 46px; text-align: center; }

.b2b-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 30%, rgba(185, 31, 142, 0.5), transparent 31%),
    radial-gradient(circle at 52% 100%, rgba(23, 91, 178, 0.48), transparent 38%),
    #061d4d;
}
.b2b-section::before {
  position: absolute;
  top: -120px;
  left: -110px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  content: "";
}
.b2b-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr); align-items: end; gap: 76px; }
.b2b-copy { position: relative; z-index: 2; padding-bottom: 110px; }
.b2b-copy h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.03; letter-spacing: -0.045em; }
.b2b-lead { max-width: 760px; margin: 26px 0 28px; color: #cbd6ef; font-size: 19px; }
.integration-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.integration-tags span { padding: 7px 13px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 750; letter-spacing: 0.03em; }
.b2b-benefits { display: grid; max-width: 780px; gap: 0; margin: 0; padding: 0; list-style: none; }
.b2b-benefits li { position: relative; display: grid; gap: 3px; padding: 20px 12px 20px 38px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.b2b-benefits li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.b2b-benefits li::before { position: absolute; top: 24px; left: 5px; width: 16px; height: 8px; border-bottom: 2px solid #ff5e69; border-left: 2px solid #ff5e69; content: ""; transform: rotate(-45deg); }
.b2b-benefits strong { font-size: 17px; }
.b2b-benefits span { color: #bdc9e2; font-size: 15px; }
.b2b-visual { position: relative; z-index: 1; display: flex; min-height: 760px; align-items: flex-end; justify-content: center; }
.b2b-visual > img { position: relative; z-index: 2; width: min(100%, 470px); max-height: 800px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.3)); animation: phoneFloat 5s ease-in-out infinite; }
.b2b-glow { position: absolute; z-index: 0; bottom: 80px; width: 560px; height: 560px; border-radius: 50%; background: rgba(95, 136, 231, 0.22); filter: blur(8px); }
.b2b-stat { position: absolute; z-index: 3; right: -18px; bottom: 105px; display: flex; max-width: 220px; flex-direction: column; padding: 20px 23px; color: #121212; background: #fff; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22); }
.b2b-stat strong { font-size: 30px; line-height: 1.1; }
.b2b-stat span { margin-top: 4px; color: #545454; font-size: 13px; line-height: 1.35; }
.b2b-online { position: absolute; z-index: 4; top: 74px; left: -18px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; color: #121212; background: #fff; box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18); font-size: 13px; font-weight: 800; }
.b2b-online span { width: 9px; height: 9px; border-radius: 50%; background: #24a866; box-shadow: 0 0 0 6px rgba(36, 168, 102, 0.15); animation: onlinePulse 2s ease-out infinite; }
.b2b-tech-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: #d8e3ff; font-size: 14px; font-weight: 750; text-decoration: none; }
.b2b-tech-link:hover { color: #fff; }

@keyframes phoneFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes onlinePulse { 0% { box-shadow: 0 0 0 0 rgba(36, 168, 102, 0.45); } 70%, 100% { box-shadow: 0 0 0 9px rgba(36, 168, 102, 0); } }

.cooperation-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 290px; padding: 36px 32px; border: 1px solid var(--line); background: #fff; }
.step-card::after { position: absolute; top: 57px; right: -22px; z-index: 2; width: 42px; height: 1px; background: var(--accent); content: ""; }
.step-card:last-child::after { display: none; }
.step-number { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; margin-bottom: 44px; border-radius: 50%; color: #fff; background: var(--accent); font-size: 14px; font-weight: 850; }
.step-card h3 { margin: 0; font-size: 24px; line-height: 1.25; }
.step-card p { margin-bottom: 0; color: var(--muted); }

.channels-section { padding: 90px 0; color: #fff; background: #121212; }
.channels-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr); align-items: center; gap: 80px; }
.channels-copy h2 { margin: 0; font-size: clamp(38px, 4.7vw, 60px); line-height: 1.04; letter-spacing: -0.04em; }
.channels-copy p:not(.eyebrow) { color: #c5c5c5; }
.channels-panel { display: grid; gap: 28px; padding: 38px; border: 1px solid #393939; background: #1b1b1b; }
.channel-logos { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 26px; padding-bottom: 28px; border-bottom: 1px solid #3a3a3a; }
.channel-logos img { width: 100%; height: 52px; padding: 8px 12px; background: #fff; object-fit: contain; }
.channel-tags, .country-list { display: flex; flex-wrap: wrap; gap: 10px; }
.channel-tags span { padding: 8px 13px; border: 1px solid #464646; color: #e6e6e6; font-size: 13px; }
.country-list span { padding: 8px 14px; color: #111; background: #fff; font-size: 13px; font-weight: 850; }

.breadcrumb { margin: 0 0 20px; color: #6b6b6b; font-size: 14px; }
.breadcrumb a { color: inherit; }
.tech-hero { padding: 88px 0; background: #f3f5f7; }
.tech-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.65fr); align-items: center; gap: 80px; }
.tech-hero h1 { margin: 0; font-size: clamp(43px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -0.045em; }
.tech-hero-lead { max-width: 760px; color: #555; font-size: 19px; }
.tech-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tech-fact { min-height: 145px; padding: 23px; color: #fff; background: #111; }
.tech-fact strong { display: block; color: #ff6c72; font-size: 25px; }
.tech-fact span { color: #cacaca; font-size: 14px; }
.integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.integration-card { padding: 38px; border: 1px solid var(--line); background: #fff; }
.integration-card h3 { margin: 0 0 12px; font-size: 27px; }
.integration-card p { color: var(--muted); }
.integration-card ul { padding-left: 20px; color: #444; }
.integration-flow { padding: 100px 0; color: #fff; background: #071e4f; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 42px 0 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-list li { min-height: 220px; padding: 28px 25px; border: 1px solid rgba(255, 255, 255, 0.2); counter-increment: flow; }
.flow-list li::before { display: block; margin-bottom: 45px; color: #ff7076; content: "0" counter(flow); font-size: 15px; font-weight: 850; }
.flow-list strong { display: block; font-size: 20px; line-height: 1.3; }
.flow-list span { display: block; margin-top: 9px; color: #bdc9e2; font-size: 14px; }
.tech-note { margin-top: 32px; padding: 20px 24px; border-left: 4px solid var(--accent); background: #f5f5f5; color: #555; }
.tech-cta { padding: 80px 0; text-align: center; }
.tech-cta h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); }
.tech-cta p { color: var(--muted); }
.tech-cta .button-row { justify-content: center; }

.warehouse-section { display: grid; grid-template-columns: 1.1fr 0.9fr; min-height: 690px; color: #fff; background: #151515; }
.warehouse-image { min-height: 520px; background: url("AdobeStock_325082493-1.jpg") center/cover no-repeat; }
.warehouse-copy { display: flex; max-width: 650px; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 7vw, 110px); }
.warehouse-copy h2 { font-size: clamp(36px, 4.5vw, 58px); }
.warehouse-copy p { color: #c7c7c7; }
.eyebrow-light { color: #ff555b; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr); gap: 76px; }
.contact-intro > p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.contact-form { display: grid; gap: 18px; margin-top: 38px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-size: 14px; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #bfbfbf; border-radius: 0; background: #fff; color: #111; }
.contact-form input { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 150px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #111; outline: 2px solid #111; outline-offset: -2px; }
.form-footer { display: flex; align-items: center; gap: 20px; }
.form-status { margin: 0; color: var(--muted); font-size: 14px; }
.contact-details { padding: 38px; color: #fff; background: #141414; }
.contact-details h2 { margin: 0 0 28px; font-size: 30px; }
.contact-details address { padding-bottom: 28px; border-bottom: 1px solid #383838; color: #d2d2d2; }
.contact-details address strong { color: #fff; }
.contact-block { display: grid; gap: 4px; padding: 25px 0; border-bottom: 1px solid #383838; }
.contact-block h3 { margin: 0 0 7px; color: #bdbdbd; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-block a { width: fit-content; color: #fff; text-decoration: none; }
.contact-block a:hover { text-decoration: underline; }
.contact-block-accent { margin: 0 -38px -38px; padding: 25px 38px 30px; border: 0; background: var(--accent); }
.contact-block-accent h3 { color: #ffd7d9; }

.site-footer { padding: 54px 0; border-top: 1px solid var(--line); background: #f6f6f6; color: #626262; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 1fr; align-items: end; gap: 50px; }
.site-footer img { width: 170px; margin-bottom: 18px; }
.footer-meta { text-align: right; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-track { grid-template-columns: repeat(4, 1fr); }
  .b2b-grid { grid-template-columns: 1fr 0.72fr; gap: 32px; }
  .b2b-stat { right: 0; }
  .channels-grid { grid-template-columns: 1fr 1.1fr; gap: 44px; }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .warehouse-section { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  body.menu-open { overflow: hidden; }
  .header-inner { min-height: 74px; }
  .brand img { width: 152px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 74px 0 auto;
    display: none;
    max-height: calc(100vh - 74px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 28px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid #eee; font-size: 17px; }
  .language-switcher { margin: 12px 0; }
  .language-switcher summary { text-align: left; }
  .language-options { position: static; margin-top: 7px; box-shadow: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-copy { max-width: 720px; }
  .hero-media { width: calc(100% - 24px); }
  .split-grid { gap: 54px; }
  .feature-image { width: min(100%, 620px); }
  .advantages-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 0; }
  .card-number { margin-bottom: 30px; }
  .b2b-section { padding-top: 90px; }
  .b2b-grid { grid-template-columns: 1fr; }
  .b2b-copy { padding-bottom: 55px; }
  .b2b-visual { min-height: 670px; }
  .b2b-visual > img { max-height: 700px; }
  .b2b-stat { right: max(0px, calc(50% - 330px)); }
  .b2b-online { left: max(0px, calc(50% - 330px)); }
  .steps-grid, .channels-grid, .tech-hero-grid { grid-template-columns: 1fr; }
  .step-card::after { display: none; }
  .channels-copy { max-width: 720px; }
  .tech-facts { max-width: 680px; }
  .warehouse-section { grid-template-columns: 1fr; }
  .warehouse-copy { max-width: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .hero { padding: 50px 0 62px; }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-lead { font-size: 18px; }
  .hero-badge { right: -14px; bottom: -24px; min-width: 180px; padding: 17px 19px; }
  .brand-strip { padding: 25px 0; }
  .brand-logos { grid-template-columns: 1fr; gap: 25px; }
  .brand-logos img { max-width: 180px; max-height: 55px; }
  .gallery-track { grid-template-columns: repeat(2, 1fr); }
  .stats-section { padding: 20px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 120px; padding: 24px 10px; border-right: 0; border-bottom: 1px solid #3a3a3a; text-align: center; }
  .stat:last-child { border-bottom: 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .b2b-section { padding-top: 76px; }
  .b2b-copy h2 { font-size: clamp(38px, 11.5vw, 52px); }
  .b2b-lead { font-size: 17px; }
  .b2b-visual { min-height: 540px; }
  .b2b-visual > img { width: 92%; max-height: 590px; }
  .b2b-stat { right: 0; bottom: 54px; max-width: 180px; padding: 16px 18px; }
  .b2b-stat strong { font-size: 25px; }
  .b2b-online { top: 34px; left: 0; }
  .step-card { min-height: 0; padding: 30px 26px; }
  .step-number { margin-bottom: 28px; }
  .channels-section { padding: 72px 0; }
  .channels-panel { padding: 25px; }
  .channel-logos { grid-template-columns: 1fr; }
  .channel-logos img { max-width: 230px; }
  .tech-hero { padding: 66px 0; }
  .tech-facts, .integration-grid, .flow-list { grid-template-columns: 1fr; }
  .tech-fact, .flow-list li { min-height: 0; }
  .flow-list li::before { margin-bottom: 24px; }
  .warehouse-copy { padding: 65px 24px; }
  .warehouse-image { min-height: 360px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .contact-details { padding: 28px; }
  .contact-block-accent { margin: 0 -28px -28px; padding-inline: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .b2b-visual > img, .b2b-online span { animation: none !important; }
}
