@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Onest:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ink: #18232c;
  --muted: #697780;
  --paper: #f8fafb;
  --white: #fff;
  --gold: #c9a96e;
  --gold-dark: #a98750;
  --gold-light: #e0c898;
  --line: rgba(24,35,44,.14);
  --dark: #0b141c;
  --dark-card: #101b22;
  --dark-surface: #131f2a;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --content: 1288px;
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); font-size: 16px; line-height: 1.65; }
body, button, input, select, textarea { font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
h1, h2, h3 { max-width: 100%; overflow-wrap: break-word; word-break: normal; hyphens: auto; text-wrap: balance; font-family: Onest, Manrope, sans-serif; }
h1, h2 { letter-spacing: -.045em; font-weight: 700; }
h3 { font-weight: 700; }
p { max-width: 72ch; overflow-wrap: break-word; hyphens: auto; text-wrap: pretty; }
.b2b-shell { overflow-x: clip; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

/* ===== HEADER ===== */
.b2b-header {
  position: fixed; z-index: 100; top: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: clamp(18px, 3vw, 40px);
  max-width: 1440px; margin: auto;
  padding: 20px clamp(22px, 5vw, 76px);
  background: transparent;
  transition: background .35s, box-shadow .35s, padding .35s;
}
.b2b-header.is-scrolled {
  background: rgba(11, 20, 28, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
  padding: 14px clamp(22px, 5vw, 76px);
}
.b2b-brand {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; line-height: 1.05; white-space: nowrap;
  color: #fff;
}
.b2b-brand img { width: 39px; height: 39px; object-fit: contain; }
.b2b-brand span { display: block; }
.b2b-brand b { font-weight: 800; }
.b2b-brand small { display: block; margin-top: 4px; font-size: 8px; letter-spacing: .19em; text-transform: uppercase; color: var(--gold); }
.b2b-footer .b2b-brand span { font-size: 0; }
.b2b-footer .b2b-brand small { margin-top: 0; font-size: 8px; }
.b2b-brand--dark { color: var(--ink); }
.b2b-brand--dark small { color: var(--gold-dark); }
.b2b-nav {
  display: flex; gap: clamp(15px, 2vw, 27px); margin-left: auto;
  font-size: 11px; color: rgba(255,255,255,.78);
  letter-spacing: .04em;
}
.b2b-nav a { transition: color .25s; }
.b2b-nav a:hover { color: var(--gold); }
.b2b-header-actions { display: flex; align-items: center; gap: clamp(12px, 2vw, 24px); }
.b2b-phone { font-size: 12px; font-weight: 700; white-space: nowrap; color: #fff; }
.b2b-cta {
  padding: 12px 15px; border: 1px solid rgba(201,169,110,.8);
  color: var(--gold); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; white-space: nowrap;
  transition: background .25s;
}
.b2b-cta:hover { background: rgba(201,169,110,.12); }
.b2b-menu {
  display: none; width: 40px; height: 40px; margin-left: auto;
  border: 1px solid rgba(255,255,255,.5); background: transparent;
  padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.b2b-menu span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; }

/* ===== HERO ===== */
.b2b-hero {
  position: relative; min-height: min(860px, 100svh);
  display: flex; align-items: center;
  overflow: hidden; isolation: isolate;
  background: var(--dark);
}
.b2b-hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 100% 60% at 30% 30%, rgba(201,169,110,.08) 0%, transparent 70%),
    radial-gradient(ellipse 80% 50% at 70% 80%, rgba(201,169,110,.05) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(255,255,255,.03) 0%, transparent 50%);
}
.b2b-hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.b2b-hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(11,20,28,.92), rgba(11,20,28,.6) 50%, rgba(11,20,28,.3) 80%),
    linear-gradient(0deg, rgba(11,20,28,.7), transparent 60%);
}
.b2b-hero-inner {
  width: 100%; padding: 150px clamp(24px, 7vw, 100px) 90px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.b2b-hero-copy { max-width: 820px; }
.b2b-eyebrow {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 18px; font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold);
}
.b2b-eyebrow i { display: block; width: 28px; height: 1px; background: var(--gold); }
.b2b-hero h1 {
  max-width: 900px; margin-bottom: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.03; color: #fff;
}
.b2b-hero h1 em {
  display: block; font-family: 'Playfair Display', serif;
  font-weight: 500; color: var(--gold);
  font-style: italic;
}
.b2b-hero-lead {
  max-width: 580px; margin: 24px 0 0;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.5; color: rgba(255,255,255,.7);
}
.b2b-hero-actions {
  display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap;
}
.b2b-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 16px 24px; border: 1px solid var(--gold);
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; transition: all .25s;
  min-height: 48px;
}
.b2b-button--gold { background: var(--gold); color: var(--dark); }
.b2b-button--gold:hover { background: var(--gold-light); }
.b2b-button--ghost { background: transparent; color: var(--gold); }
.b2b-button--ghost:hover { background: rgba(201,169,110,.12); }
.b2b-button--full { width: 100%; justify-content: center; }
.b2b-button > span[aria-hidden] { width: 12px; height: 12px; position: relative; display: inline-block; flex: 0 0 12px; }
.b2b-button > span[aria-hidden]::before { content: ''; position: absolute; width: 9px; height: 9px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); top: 1px; left: 0; }
.b2b-button > span[aria-hidden]::after { content: ''; position: absolute; width: 12px; height: 1.5px; background: currentColor; transform: rotate(-45deg); top: 6px; left: -1px; }
.b2b-hero-trust {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
  margin-top: 40px; padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.b2b-hero-trust span { display: grid; min-width: 0; gap: 4px; }
.b2b-hero-trust b {
  display: block; color: var(--gold); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em;
}
.b2b-hero-trust span > span { color: rgba(255,255,255,.55); font-size: 12px; }
.b2b-hero-sign {
  display: flex; align-items: center; gap: 14px;
  writing-mode: vertical-rl; color: rgba(255,255,255,.25);
  font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.b2b-hero-sign i { width: 1px; height: 30px; background: var(--gold); display: block; }

/* ===== SECTION BASE ===== */
.b2b-section {
  padding: clamp(72px, 8vw, 112px) clamp(22px, 5vw, 76px);
}
.b2b-section > * { max-width: var(--content); margin-inline: auto; }
.b2b-label {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: clamp(32px, 4vw, 48px);
  color: var(--gold-dark); font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.b2b-label i { display: block; width: 28px; height: 1px; background: var(--gold-dark); }
.b2b-section h2 {
  max-width: 16ch; margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
}

/* ===== SERVICES ===== */
.b2b-services-head, .b2b-advantages-head, .b2b-process-head,
.b2b-packages-head, .b2b-testimonials-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 56px);
}
.b2b-services-head p, .b2b-advantages-head p,
.b2b-process-head p, .b2b-packages-head p, .b2b-testimonials-head p {
  max-width: 38ch; margin: 0 0 8px;
  color: var(--muted); font-size: clamp(16px, 1.1vw, 18px); line-height: 1.6;
}
.b2b-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.b2b-service-card {
  display: grid;
  grid-template-rows: 200px 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .35s, box-shadow .35s;
}
.b2b-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(11,20,28,.1);
}
.b2b-service-img {
  height: 200px; background-size: cover; background-position: center;
}
.b2b-service-img--offices { background: url('assets/service-office.jpg') center/cover; }
.b2b-service-img--shops { background: url('assets/service-shop.jpg') center/cover; }
.b2b-service-img--warehouses { background: url('assets/service-warehouse.jpg') center/cover; }
.b2b-service-img--production { background: url('assets/service-production.jpg') center/cover; }
.b2b-service-body { padding: 28px 24px 24px; display: grid; gap: 10px; }
.b2b-service-number { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.b2b-service-body h3 { margin: 0; font-size: 20px; }
.b2b-service-body p {
  margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6;
}
.b2b-service-price {
  display: block; margin-top: 8px; padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--gold-dark); font-size: 13px; font-weight: 800;
}

/* ===== ADVANTAGES ===== */
.b2b-advantages { background: var(--white); }
.b2b-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.b2b-advantage {
  padding: 30px 32px 34px;
  border-right: 1px solid var(--line);
}
.b2b-advantage h3 { min-height: 2.5em; }
.b2b-advantage:nth-child(3n) { border-right: 0; }
.b2b-advantage-icon {
  width: 44px; height: 44px; margin-bottom: 18px;
  display: grid; place-items: center;
  color: var(--gold-dark);
}
.b2b-advantage-icon svg { width: 28px; height: 28px; }
.b2b-advantage h3 { margin: 0 0 10px; font-size: 17px; }
.b2b-advantage p {
  margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6;
  max-width: 280px;
}

/* ===== ABOUT ===== */
.b2b-about { background: var(--paper); }
.b2b-about-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .85fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}
.b2b-about-copy p {
  max-width: 64ch; margin: 0 0 16px;
  color: var(--muted); font-size: 16px; line-height: 1.7;
}
.b2b-about-highlight {
  padding: 18px 22px; margin: 20px 0;
  border-left: 3px solid var(--gold);
  background: rgba(201,169,110,.06);
  color: var(--ink) !important;
  font-size: 14px; line-height: 1.55;
}
.b2b-about-facts {
  display: flex; gap: clamp(25px, 5vw, 60px); margin-top: 36px;
}
.b2b-about-facts b {
  font-size: clamp(28px, 3vw, 40px);
  color: var(--ink);
  font-weight: 800;
}
.b2b-about-facts small {
  display: block; margin-top: 6px;
  color: var(--muted); font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
}
.b2b-about-visual-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  position: relative;
}
.b2b-about-visual-card {
  display: grid; gap: 12px;
  padding: 24px; background: var(--white);
  border: 1px solid var(--line);
  font-weight: 700; font-size: 14px;
  text-align: center;
}
.b2b-about-visual-card svg {
  width: 32px; height: 32px; margin: auto;
  color: var(--gold-dark); justify-self: center;
}

/* ===== PROCESS ===== */
.b2b-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.b2b-process-step {
  min-width: 0;
  padding: 28px 28px 32px 24px;
  border-right: 1px solid var(--line);
}
.b2b-process-step:last-child { border-right: 0; }
.b2b-process-step:first-child { padding-left: 0; }
.b2b-process-step span {
  color: var(--gold-dark); font-weight: 800; font-size: 28px;
}
.b2b-process-step h3 { margin: 28px 0 10px; font-size: 17px; }
.b2b-process-step p {
  margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6;
  max-width: 270px;
}

/* ===== PACKAGES TABLE ===== */
.b2b-packages { background: var(--dark); color: #fff; }
.b2b-packages .b2b-label { color: var(--gold-light); }
.b2b-packages .b2b-label i { background: var(--gold-light); }
.b2b-packages h2 { color: #fff; }
.b2b-packages-head p { color: rgba(255,255,255,.55) !important; }
.b2b-packages-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.1);
}
.b2b-packages-table {
  width: 100%; border-collapse: collapse;
  font-size: 13px;
}
.b2b-packages-table th, .b2b-packages-table td {
  padding: 18px 20px; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.b2b-packages-table thead th {
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.6);
  padding: 22px 20px;
}
.b2b-packages-table thead th:first-child,
.b2b-packages-table tbody td:first-child,
.b2b-packages-table tfoot td:first-child {
  text-align: left; font-weight: 600;
}
.b2b-packages-table tbody tr:hover { background: rgba(255,255,255,.03); }
.b2b-th-highlight { background: rgba(201,169,110,.1) !important; color: var(--gold) !important; }
.b2b-td-check span { color: var(--gold); font-weight: 700; font-size: 16px; }
.b2b-td-check span { display: inline-block; width: 16px; height: 16px; position: relative; font-size: 0; }
.b2b-td-check span::after { content: ''; position: absolute; width: 8px; height: 4px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); top: 4px; left: 3px; }
.b2b-td-price { font-weight: 800; font-size: 14px; color: rgba(255,255,255,.8); }
.b2b-packages-table tfoot td {
  border-bottom: 0;
  padding: 22px 20px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.b2b-package-cards { display: none; }

/* ===== TESTIMONIALS ===== */
.b2b-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.b2b-testimonial-card {
  display: grid; gap: 18px;
  padding: 28px; background: var(--white);
  border: 1px solid var(--line);
}
.b2b-testimonial-icon svg {
  width: 36px; height: 36px; color: var(--gold-dark);
}
.b2b-testimonial-body h3 {
  margin: 0 0 4px; font-size: 11px; text-transform: uppercase;
  letter-spacing: .08em; color: var(--gold-dark);
}
.b2b-testimonial-body > p {
  margin: 0 0 12px; font-size: 14px; font-weight: 600;
}
.b2b-testimonial-text {
  color: var(--muted); font-size: 15px; line-height: 1.6;
  font-style: italic;
}

/* ===== LEAD FORM ===== */
.b2b-lead { background: var(--dark); color: #fff; }
.b2b-lead .b2b-label { color: var(--gold-light); }
.b2b-lead .b2b-label i { background: var(--gold-light); }
.b2b-lead h2 { color: #fff; }
.b2b-lead-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
}
.b2b-lead-copy p {
  color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65;
  margin-bottom: 32px;
}
.b2b-lead-points { display: grid; gap: 14px; }
.b2b-lead-points span {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.7);
}
.b2b-lead-points svg {
  width: 20px; height: 20px; flex-shrink: 0;
  color: var(--gold);
}
.b2b-lead-form {
  display: grid; gap: 18px;
  align-content: start;
  min-width: 0;
}
.b2b-lead-form label:not(.b2b-checkbox) {
  display: grid; gap: 7px;
  color: rgba(255,255,255,.78); font-size: 13px;
}
.b2b-lead-form input, .b2b-lead-form select, .b2b-lead-form textarea {
  width: 100%; padding: 13px 0;
  border: 0; border-bottom: 1px solid rgba(255,255,255,.3);
  outline: 0; background: transparent; color: #fff;
  font-size: 16px;
}
.b2b-lead-form select option { color: var(--ink); }
.b2b-lead-form input::placeholder, .b2b-lead-form textarea::placeholder {
  color: rgba(255,255,255,.4);
}
.b2b-lead-form textarea { resize: vertical; min-height: 60px; }
.b2b-lead-extra { border: 0; margin: 0; padding: 0; }
.b2b-lead-extra summary {
  cursor: pointer; color: var(--gold); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 10px 0; display: flex; align-items: center; gap: 8px;
}
.b2b-lead-extra summary span { font-size: 18px; }
.b2b-lead-extra[open] { display: grid; gap: 18px; }
.b2b-checkbox {
  display: flex !important; align-items: flex-start; gap: 10px;
  font-size: 11px !important; color: rgba(255,255,255,.5) !important;
  line-height: 1.4; flex-direction: row !important;
}
.b2b-checkbox input { width: auto !important; margin-top: 2px; }
.b2b-checkbox a { color: var(--gold); text-decoration: underline; }
.b2b-form-message { min-height: 18px; color: var(--gold); font-size: 12px; }

/* ===== FAQ ===== */
.b2b-faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(40px, 10vw, 160px);
}
.b2b-faq-list details {
  border-top: 1px solid var(--line);
}
.b2b-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.b2b-faq-list summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; cursor: pointer;
  font-size: 16px; font-weight: 700; line-height: 1.4; list-style: none;
}
.b2b-faq-list summary::-webkit-details-marker { display: none; }
.b2b-faq-list summary span {
  color: var(--gold); font-size: 22px; font-weight: 400;
  transition: transform .25s;
}
.b2b-faq-list details[open] summary span { transform: rotate(45deg); }
.b2b-faq-list p {
  max-width: 600px; margin: 0 0 24px;
  color: var(--muted); font-size: 16px; line-height: 1.65;
}

/* ===== FOOTER ===== */
.b2b-footer {
  padding-top: 38px;
  background: #0a121a; color: #fff;
}
.b2b-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(160px, .6fr) minmax(160px, .7fr) minmax(200px, .7fr);
  gap: 28px;
  max-width: 1288px; margin: auto; padding: 0 clamp(22px, 5vw, 76px) 32px;
}
.b2b-footer .b2b-brand { flex-direction: column; align-items: center; gap: 6px; white-space: normal; }
.b2b-footer .b2b-brand img { width: 58px; height: auto; }
.b2b-footer .b2b-brand span { font-size: 13px; color: var(--gold); }
.b2b-footer-intro { text-align: center; }
.b2b-footer-intro p { margin: 9px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.4; }
.b2b-footer-requisites { margin-top: 18px !important; font-size: 12px !important; color: rgba(255,255,255,.4) !important; }
.b2b-footer-links { display: grid; align-content: start; gap: 7px; }
.b2b-footer-links > span, .b2b-footer-action > span {
  margin-bottom: 4px; color: var(--gold); font-size: 9px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.b2b-footer-links a { color: rgba(255,255,255,.6); font-size: 11px; transition: color .25s; }
.b2b-footer-links a:hover { color: var(--gold); }
.b2b-footer-hours { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.5; }
.b2b-footer-action { display: grid; align-content: start; justify-items: start; gap: 8px; }
.b2b-footer-action .b2b-button { padding: 14px 20px; font-size: 10px; min-height: 44px; }
.b2b-footer-action small { color: rgba(255,255,255,.4); font-size: 11px; }
.b2b-footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
  max-width: 1288px; margin: auto;
  padding: 20px clamp(22px, 5vw, 76px);
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.45); font-size: 11px;
}
.b2b-footer-bottom a { color: rgba(255,255,255,.45); transition: color .25s; }
.b2b-footer-bottom a:hover { color: var(--gold); }

/* ===== REVEAL ANIMATIONS ===== */
.b2b-reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
}
.b2b-reveal.is-visible { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1050px) {
  .b2b-nav, .b2b-header-actions { display: none; }
  .b2b-menu { display: flex; }
  .b2b-nav.is-open {
    position: absolute; top: 68px; left: 20px; right: 20px;
    display: flex; flex-direction: column; gap: 0;
    padding: 8px;
    background: rgba(11,20,28,.96);
    border: 1px solid rgba(201,169,110,.3);
  }
  .b2b-nav.is-open a {
    padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .b2b-nav.is-open a:last-child { border: 0; }
  .b2b-hero-inner { padding: 130px 24px 80px; }
  .b2b-services-head, .b2b-advantages-head, .b2b-process-head,
  .b2b-packages-head { grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr); gap: 40px; }
  .b2b-about-layout, .b2b-lead-layout { grid-template-columns: 1fr; gap: 50px; }
  .b2b-advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-advantage:nth-child(3n) { border-right: 1px solid var(--line); }
  .b2b-advantage:nth-child(2n) { border-right: 0; }
  .b2b-footer-top {
    grid-template-columns: 1.2fr .8fr .8fr 1fr;
  }
  .b2b-hero-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .b2b-section { padding: clamp(52px, 10vw, 72px) 20px; }
  .b2b-hero { min-height: 720px; }
  .b2b-hero h1 { font-size: clamp(36px, 10vw, 52px); line-height: 1.06; }
  .b2b-hero-trust { gap: 16px; padding-top: 22px; }
  .b2b-hero-trust b { font-size: 11px; }
  .b2b-hero-trust span > span { font-size: 11px; }
  .b2b-hero-sign { display: none; }
  .b2b-services-head, .b2b-advantages-head, .b2b-process-head,
  .b2b-packages-head, .b2b-testimonials-head { grid-template-columns: 1fr; gap: 20px; }
  .b2b-section h2 { max-width: 18ch; }
  .b2b-services-grid { grid-template-columns: 1fr; }
  .b2b-advantages-grid { grid-template-columns: 1fr; }
  .b2b-advantage { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .b2b-advantage:nth-child(odd) { border-right: 0; }
  .b2b-advantage:last-child { border-bottom: 0; }
  .b2b-process-grid { grid-template-columns: 1fr; }
   .b2b-process-grid { padding-top: 0; }
  .b2b-process-step, .b2b-process-step:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .b2b-process-step:last-child { border-bottom: 0; }
  .b2b-about-facts { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 32px; text-align: center; }
  .b2b-about-facts > div { min-width: 0; }
  .b2b-about-facts b { display: block; font-size: clamp(26px, 8vw, 36px); }
  .b2b-about-facts small { max-width: 14ch; margin-inline: auto; font-size: 10px; line-height: 1.35; }
  .b2b-about-visual-inner { width: 100%; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .b2b-about-visual-card { min-height: 112px; padding: 18px 10px; gap: 8px; font-size: 14px; }
  .b2b-about-visual-card svg { width: 28px; height: 28px; }
  .b2b-packages-table { font-size: 11px; }
  .b2b-packages-table th, .b2b-packages-table td { padding: 12px 10px; }
  .b2b-testimonials-grid { grid-template-columns: 1fr; }
  .b2b-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .b2b-lead-layout { grid-template-columns: 1fr; }
  .b2b-footer-top {
    grid-template-columns: 1fr; gap: 32px;
    text-align: center;
  }
  .b2b-footer-links, .b2b-footer-action { justify-items: center; }
  .b2b-footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .b2b-reveal { opacity: 1; transform: none; }
}

/* ===== ADAPTIVE FINISH ===== */
@media (max-width: 1024px) {
  .b2b-header { padding-inline: 24px; }
  .b2b-hero-inner { padding-inline: 24px; }
  .b2b-section > * { max-width: 100%; }
  .b2b-footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .b2b-footer-action { grid-column: 1 / -1; grid-auto-flow: column; align-items: center; justify-content: start; }
}

@media (max-width: 768px) {
  .b2b-header { min-height: 64px; padding: 10px 18px; }
  .b2b-header.is-scrolled { padding: 9px 18px; }
  .b2b-brand { min-height: 44px; gap: 8px; }
  .b2b-brand img { width: 34px; height: 34px; }
  .b2b-brand small { font-size: 7px; letter-spacing: .12em; }
  .b2b-menu { width: 44px; height: 44px; flex: 0 0 44px; }
  .b2b-nav.is-open { top: 64px; left: 12px; right: 12px; padding: 6px; }
  .b2b-nav.is-open a { min-height: 44px; display: flex; align-items: center; }
  .b2b-hero { min-height: 680px; }
  .b2b-hero-bg video { min-width: 100%; min-height: 100%; object-position: 58% center; }
  .b2b-hero-shade { background: linear-gradient(90deg, rgba(11,20,28,.92), rgba(11,20,28,.52)), linear-gradient(0deg, rgba(11,20,28,.82), transparent 65%); }
  .b2b-hero-inner { padding: 118px 20px 54px; align-items: flex-end; }
  .b2b-hero-copy { width: 100%; }
  .b2b-hero h1 { font-size: clamp(36px, 10.5vw, 54px); line-height: 1.02; }
  .b2b-hero-lead { font-size: 15px; line-height: 1.55; }
  .b2b-hero-actions { gap: 10px; margin-top: 26px; }
  .b2b-button { min-height: 50px; padding: 14px 18px; }
  .b2b-hero-actions .b2b-button { flex: 1 1 190px; }
  .b2b-hero-trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 12px; margin-top: 28px; padding-top: 20px; }
  .b2b-hero-trust b { font-size: 10px; }
  .b2b-hero-trust span > span { font-size: 10px; }
  .b2b-section { padding: 58px 20px; }
  .b2b-section h2 { font-size: clamp(34px, 9.5vw, 54px); }
  .b2b-about-layout, .b2b-lead-layout { gap: 30px; }
  .b2b-about-visual { min-height: 260px !important; }
  .b2b-packages-table-wrap { margin-inline: 0; padding: 0; overflow: visible; border: 0; }
  .b2b-packages-table { display: none; }
  .b2b-package-cards { display: grid; gap: 16px; }
  .b2b-package-card { display: grid; gap: 20px; padding: 24px 20px 20px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
  .b2b-package-card.is-featured { border-color: var(--gold); background: rgba(201,169,110,.1); }
  .b2b-package-card-head { display: grid; gap: 8px; }
  .b2b-package-card-kicker { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .b2b-package-card h3 { margin: 0; color: #fff; font-size: 24px; line-height: 1.15; }
  .b2b-package-card strong { color: var(--gold); font-size: 20px; }
  .b2b-package-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
  .b2b-package-card li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.45; }
  .b2b-package-card li i { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 3px; border: 1px solid var(--gold); border-radius: 50%; position: relative; }
  .b2b-package-card li i::after { content: ''; position: absolute; width: 7px; height: 3px; border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg); left: 3px; top: 4px; }
  .b2b-package-card .b2b-button { justify-self: start; }
  .b2b-lead-form { gap: 16px; }
  .b2b-lead-form input, .b2b-lead-form select, .b2b-lead-form textarea { min-height: 44px; font-size: 16px; }
  .b2b-lead-extra summary { min-height: 44px; align-items: center; }
  .b2b-footer { padding-top: 30px; }
  .b2b-footer-top { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
  .b2b-footer-action { grid-column: auto; grid-auto-flow: column; align-items: center; justify-content: center; gap: 12px; width: 100%; }
  .b2b-footer-action > span { margin: 0; white-space: nowrap; }
  .b2b-footer-action .b2b-button { white-space: nowrap; padding-inline: 14px; }
  .b2b-footer-links { justify-items: center; text-align: center; }
  .b2b-footer-bottom { padding-block: 16px; }
}

@media (max-width: 420px) {
  .b2b-brand span { max-width: 150px; overflow: hidden; }
  .b2b-hero { min-height: 700px; }
  .b2b-hero h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .b2b-hero-actions { display: grid; grid-template-columns: 1fr; }
  .b2b-hero-actions .b2b-button { width: 100%; }
  .b2b-hero-trust { grid-template-columns: 1fr 1fr; }
  .b2b-label { font-size: 9px; }
  .b2b-about-facts { gap: 6px; }
  .b2b-about-facts b { font-size: 24px; }
  .b2b-about-facts small { font-size: 9px; }
  .b2b-footer-action { gap: 8px; }
  .b2b-footer-action > span { font-size: 8px; letter-spacing: .08em; }
  .b2b-footer-action .b2b-button { font-size: 9px; padding-inline: 10px; }
}

@media (max-width: 360px) {
  .b2b-section { padding-inline: 16px; }
  .b2b-hero-inner { padding-inline: 16px; }
  .b2b-packages-table-wrap { margin-inline: 0; padding-inline: 0; }
  .b2b-hero-trust { grid-template-columns: 1fr; }
  .b2b-service-body { padding-inline: 20px; }
}
