/*
 Theme Name:   Blocksy Child
 Description:  Motyw potomny dla MB Digital
 Author:       MBdigital.pl
 Template:     blocksy
 Version:      1.0.0
*/

/* 1. IMPORT CZCIONEK Z GOOGLE FONTS 

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Source+Sans+Pro:wght@300;400;600&display=swap');
*/

@charset "UTF-8";

/* =========================================
   1. DEFINICJA CZCIONEK (Lokalne WOFF2)
   ========================================= */

/* SOURCE SANS 3 */
@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* MONTSERRAT */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   2. ZMIENNE I G  WNE STYLE
   ========================================= */
:root {
    --mb-navy: #000333;
    --mb-orange: #e67b09;
    --mb-orange-grad: linear-gradient(180deg, #E67B09 0%, #E76B1B 100%);
    --mb-font-header: 'Montserrat', sans-serif;
    --mb-font-body: 'Source Sans 3', sans-serif; /* Zmienione na 3 */
    --mb-white: #ffffff;
}

/* Akcent pomara czowy (gradient na tek cie) */
.mb-hero-heading .mb-accent {
    background: var(--mb-orange-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

/* Ikona ptaszka ? */
.mb-process-cta-note::before {
    content: '\2713'; 
    color: #22c55e;
    font-weight: 700;
    margin-right: 8px;
}

:root {
    --mb-navy: #000333;
    --mb-orange: #e67b09;
    --mb-orange-grad: linear-gradient(180deg, #E67B09 0%, #E76B1B 100%);
    --mb-font-header: 'Montserrat', sans-serif;
    --mb-font-body: 'Source Sans Pro', sans-serif;
}


/* 2. DEFINICJA ZMIENNYCH (baza kolor w i font w) */
:root {
    --mb-navy: #000333;
    --mb-orange: #e67b09;
    --mb-orange-grad: linear-gradient(180deg, #E67B09 0%, #E76B1B 100%);
    --mb-font-header: 'Montserrat', sans-serif;
    --mb-font-body: 'Source Sans Pro', sans-serif;
    --mb-white: #ffffff;
}

 
/* ===================================
   MBDIGITAL — Sub-menu styling v2
   =================================== */

#menu-item-3342 ul.sub-menu {
  background: #000333 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  padding: 8px !important;
  min-width: 290px !important;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  margin: 0 !important;
  list-style: none !important;
  overflow: hidden !important;
}

/* Linia pomarańczowa na górze */
#menu-item-3342 ul.sub-menu::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(230, 123, 9, 0.6),
    transparent
  );
  margin-bottom: 6px;
}

/* Każda pozycja */
#menu-item-3342 ul.sub-menu > li.menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}

#menu-item-3342 ul.sub-menu > li.menu-item:first-child {
  border-top: none !important;
}

/* Link */
#menu-item-3342 ul.sub-menu > li.menu-item > a.ct-menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 11px 14px !important;
  border-radius: 9px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  letter-spacing: 0.01em !important;
  background: transparent !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    padding-left 0.2s ease !important;
  white-space: normal !important;
  line-height: 1.4 !important;
}

/* Kropka przed linkiem */
#menu-item-3342 ul.sub-menu > li.menu-item > a.ct-menu-link::before {
  content: '' !important;
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  min-width: 5px !important;
  border-radius: 50% !important;
  background: rgba(230, 123, 9, 0.35) !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

/* Hover */
#menu-item-3342 ul.sub-menu > li.menu-item > a.ct-menu-link:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  padding-left: 18px !important;
}

#menu-item-3342 ul.sub-menu > li.menu-item > a.ct-menu-link:hover::before {
  background: #e67b09 !important;
  transform: scale(1.5) !important;
}

/* Aktywna strona */
#menu-item-3342 ul.sub-menu > li.current-menu-item > a.ct-menu-link,
#menu-item-3342 ul.sub-menu > li.current_page_item > a.ct-menu-link {
  background: rgba(230, 123, 9, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(230, 123, 9, 0.2) !important;
}

#menu-item-3342 ul.sub-menu > li.current-menu-item > a.ct-menu-link::before,
#menu-item-3342 ul.sub-menu > li.current_page_item > a.ct-menu-link::before {
  background: #e67b09 !important;
}

/* Strzałka "Usługi" obraca się przy otwarciu */
#menu-item-3342 > a.ct-menu-link .ct-toggle-dropdown-desktop svg {
  transition: transform 0.25s ease !important;
}

#menu-item-3342:hover > a.ct-menu-link .ct-toggle-dropdown-desktop svg,
#menu-item-3342:focus-within > a.ct-menu-link .ct-toggle-dropdown-desktop svg {
  transform: rotate(180deg) !important;
}

/* Standardowy przycisk pomara czowy */
.mb-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mb-orange-grad);
    color: var(--mb-white) !important;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 700;
    font-family: var(--mb-font-header);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.mb-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 123, 9, 0.4);
}

.mb-btn-main-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mb-orange-grad)!important;
    color: var(--mb-white) !important;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 700;
    font-family: var(--mb-font-header);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.mb-btn-main-menu:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 123, 9, 0.4);
}


/* Przycisk obramowany (Secondary) */
.mb-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--mb-white) !important;
    padding: 13px 31px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none !important;
    font-weight: 600;
    font-family: var(--mb-font-header);
    transition: all 0.3s ease;
}

.mb-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--mb-white);
}




/* =========================================
   MB FOOTER
   ========================================= */

.mb-footer {
  position: relative;
  background-color: var(--mb-navy);
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

/* Pattern */
.mb-footer-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

/* ---- G  WNA SIATKA ---- */

.mb-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 48px;

  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* Tablet: 2 kolumny */
@media (min-width: 640px) {
  .mb-footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 48px;
  }

  /* Kolumna brand rozci ga si  na ca   szeroko   na tablecie */
  .mb-footer-col--brand {
    grid-column: 1 / -1;
  }
}

/* Desktop: 4 kolumny */
@media (min-width: 1024px) {
  .mb-footer-inner {
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 0 48px;
    align-items: start;
  }

  .mb-footer-col--brand {
    grid-column: auto;
  }
}

/* ---- KOLUMNA BRAND ---- */

.mb-footer-col--brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mb-footer-logo-link {
  display: inline-block;
  transition: opacity 0.2s ease;
}

.mb-footer-logo-link:hover {
  opacity: 0.75;
}

.mb-footer-logo {
  width: 140px;
  height: auto;
  display: block;
}

.mb-footer-desc {
  font-family: var(--mb-font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin: 0;
  max-width: 280px;
}

/* Social */
.mb-footer-socials {
  display: flex;
  gap: 8px;
}

.mb-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.mb-footer-social:hover {
  background: rgba(230,123,9,0.15);
  border-color: rgba(230,123,9,0.35);
  color: var(--mb-orange);
  transform: translateY(-3px);
}

/* ---- KOLUMNY NAWIGACJI ---- */

.mb-footer-col {
  display: flex;
  flex-direction: column;
}

/* Tytu  kolumny */
.mb-footer-col-title {
  font-family: var(--mb-font-header);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: relative;
}

.mb-footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--mb-orange-grad);
  border-radius: 2px;
}

/* Lista */
.mb-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Link nawigacyjny */
.mb-footer-nav-link {
  display: inline-block;
  font-family: var(--mb-font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.42);
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
  position: relative;
}

.mb-footer-nav-link::before {
  content: '\279C';
  position: absolute;
  left: -14px;
  font-size: 0.75rem;
  color: var(--mb-orange);
  opacity: 0;
  transition: opacity 0.2s ease, left 0.2s ease;
}

.mb-footer-nav-link:hover {
  color: rgba(255,255,255,0.85);
  padding-left: 16px;
}

.mb-footer-nav-link:hover::before {
  opacity: 1;
  left: 0;
}

/* Linki kontaktowe */
.mb-footer-nav--contact {
  gap: 4px;
}

.mb-footer-nav-link--contact {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 0;
  line-height: 1.4;
}

.mb-footer-nav-link--contact::before {
  display: none;
}

.mb-footer-nav-link--contact:hover {
  padding-left: 0;
}

.mb-footer-nav-link--contact svg {
  flex-shrink: 0;
  color: var(--mb-orange);
  opacity: 0.7;
}

/* Elementy bez linku */
.mb-footer-nav-link--text {
  cursor: default;
  pointer-events: none;
}

/* ---- BOTTOM BAR ---- */

.mb-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.mb-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

@media (min-width: 640px) {
  .mb-footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.mb-footer-copy {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.25);
}

.mb-footer-bottom-links {
  display: flex;
  gap: 20px;
}

.mb-footer-bottom-link {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.25);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mb-footer-bottom-link:hover {
  color: rgba(255,255,255,0.6);
}
.qxCTlb{
display:none;}
/* =========================================
   RESPONSIVE   Mobile first
   ========================================= */

@media (max-width: 639px) {
  .mb-footer-inner {
    padding: 48px 20px 36px;
    gap: 32px;
  }

  .mb-footer-desc {
    max-width: 100%;
  }
}


/*Strona g  wna*/

/*Hero*/
.mb-hero-block {
  position: relative;
  background-color: var(--mb-navy);
  overflow: hidden;
  padding: 150px 20px 100px;
  margin: 0 !important;
  display: flex;  
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  text-align: center;
}

/* Po wiata w tle */
.mb-hero-block::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: min(100%, 700px);
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(230, 123, 9, 0.18) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

/* Diament/Akcent */
.mb-hero-block::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 8%;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(230, 123, 9, 0.3);
  border-radius: 6px;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}

.mb-hero-bg-glow {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 18px;
  height: 18px;
  background: rgba(230, 123, 9, 0.25);
  border-radius: 50%;
  filter: blur(4px);
  z-index: 0;
}

.mb-container {
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.mb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--mb-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.mb-hero-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

/* FIX: Gradient na tek cie */
.mb-hero-heading .mb-accent {
  background: var(--mb-orange-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block; /* Kluczowe dla poprawnego renderowania gradientu */
}

.mb-hero-desc {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
  margin: 0 auto 44px;
}

.mb-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.mb-btn-main {
  display: inline-block;
  background: var(--mb-orange-grad);
  color: #ffffff !important;
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  padding: 16px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(230, 123, 9, 0.35);
}

.mb-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(230, 123, 9, 0.5);
  opacity: 0.95;
}

.mb-btn-outline {
  display: inline-block;
  background: transparent;
  color: #ffffff !important;
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  padding: 14px 32px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
}

.mb-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

/* Responsywno   */
@media (max-width: 600px) {
  .mb-buttons {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
  .mb-btn-main, .mb-btn-outline {
    width: 100%;
    text-align: center;
  }
  .mb-hero-block::after {
    display: none;
  }
}

/* =========================================
   MB WHY BLOCK
   ========================================= */

.mb-why-block {
  position: relative;
  background-color: #fafafa;
  padding: 90px 20px 100px;
  overflow: hidden;
  text-align: center;
}

/* Pattern: subtelne ko a w tle */
.mb-why-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(230, 123, 9, 0.07) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0;
  pointer-events: none;
}

/* Delikatne zanikanie pattern na kraw dziach */
.mb-why-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #fafafa 85%);
  z-index: 1;
  pointer-events: none;
}

/* Container */
.mb-why-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.mb-why-header {
  margin-bottom: 56px;
}

.mb-why-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-why-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-why-subheading {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* Grid kart */
.mb-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .mb-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Karta */
.mb-why-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 36px 32px 40px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;

  /* Przygotowanie paska hover   ukryty */
  overflow: hidden;
}

/* Pasek na g rze karty (widoczny tylko na hover) */
.mb-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* HOVER na karcie */
.mb-why-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  border-color: rgba(230, 123, 9, 0.2);
}

.mb-why-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.mb-why-card:hover .mb-why-icon-wrap {
  background: rgba(230, 123, 9, 0.18);
}

/* Ikona */
.mb-why-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(230, 123, 9, 0.1);
  border-radius: 12px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition: background 0.28s ease;
}

/* Tytu  karty */
.mb-why-card-title {
  font-family: var(--mb-font-header);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px;
  line-height: 1.35;
}

/* Opis karty */
.mb-why-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.97rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* CTA link */
.mb-why-cta {
  margin-top: 8px;
}

.mb-why-link {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  color: var(--mb-orange);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease, letter-spacing 0.2s ease;
  display: inline-block;
}

.mb-why-link:hover {
  opacity: 0.8;
  letter-spacing: 0.04em;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 767px) {
  .mb-why-block {
    padding: 60px 16px 70px;
  }

  .mb-why-card {
    padding: 28px 24px 32px;
  }

  .mb-why-subheading br {
    display: none;
  }
}


/* =========================================
   MB SERVICES BLOCK
   ========================================= */

.mb-services-block {
  position: relative;
  background-color: var(--mb-navy);
  padding: 90px 20px 110px;
  overflow: hidden;
  text-align: center;
}

/* Pattern: subtelna siatka kropek */
.mb-services-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

/* Po wiata centralna */
.mb-services-block::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(230, 123, 9, 0.1) 0%, transparent 65%);
  filter: blur(50px);
  z-index: 0;
  pointer-events: none;
}

/* Dekoracja: diament (lewy d ) */
.mb-services-deco--diamond {
  position: absolute;
  bottom: 60px;
  left: 48px;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
}

/* Dekoracja: okr g (prawy g rny) */
.mb-services-deco--circle {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(230, 123, 9, 0.2);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

/* Container */
.mb-services-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.mb-services-header {
  margin-bottom: 56px;
}

.mb-services-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-services-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-services-subheading {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin: 0;
}

/* Grid kart */
.mb-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 56px;
}

@media (min-width: 640px) {
  .mb-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .mb-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Karta */
.mb-services-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 28px 36px;
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Blask na hover   pseudo-element */
.mb-services-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Wewn trzna po wiata na hover */
.mb-services-card::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(230, 123, 9, 0.15) 0%, transparent 70%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* HOVER */
.mb-services-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(230, 123, 9, 0.3);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 4px 16px rgba(0, 0, 0, 0.2);
}

.mb-services-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.mb-services-card:hover::after {
  opacity: 1;
}

.mb-services-card:hover .mb-services-icon-wrap {
  background: rgba(230, 123, 9, 0.25);
  border-color: rgba(230, 123, 9, 0.4);
}

/* Ikona */
.mb-services-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(230, 123, 9, 0.12);
  border: 1px solid rgba(230, 123, 9, 0.2);
  border-radius: 12px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

/* Tytu  karty */
.mb-services-card-title {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.35;
}

/* Opis karty */
.mb-services-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin: 0;
}

/* CTA */
.mb-services-cta {
  margin-top: 8px;
}

.mb-services-link {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  color: var(--mb-orange);
  text-decoration: none;
  letter-spacing: 0.01em;
  display: inline-block;
  transition: opacity 0.2s ease, letter-spacing 0.2s ease;
}

.mb-services-link:hover {
  opacity: 0.8;
  letter-spacing: 0.05em;
  color: var(--mb-orange-grad);
}
a.mb-services-link-hover:hover {
  color: var(--mb-orange)!important;
}


/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 639px) {
  .mb-services-block {
    padding: 60px 16px 80px;
  }

  .mb-services-deco--diamond {
    width: 48px;
    height: 48px;
    bottom: 30px;
    left: 20px;
  }

  .mb-services-card {
    padding: 24px 20px 28px;
  }
}}

/* =========================================
   MB CALCULATOR SECTION
   ========================================= */

.mb-calc-section{
  position: relative;
  background-color: #fafafa;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 90px!important; 
  padding-bottom: 90px!important;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

/* Wz r uko nych linii w tle */
.mb-calc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(0, 3, 51, 0.035) 18px,
    rgba(0, 3, 51, 0.035) 19px
  );
  z-index: 0;
  pointer-events: none;
}

/* Delikatna po wiata centralna */
.mb-calc-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.06) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

/* Container */
.mb-calc-container {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 90px; 
}

/* Header */
.mb-calc-header {
  margin-bottom: 48px;
}

.mb-calc-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mb-calc-heading .mb-calc-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.mb-calc-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-calc-subheading {
  text-align:center; 
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

/* Karta kalkulatora */
.mb-calc-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  box-shadow:
    0 4px 24px rgba(0,0,0,0.07),
    0 1px 4px rgba(0,0,0,0.04);
  padding: 48px 48px 44px;
}

/* Sekcja suwak w */
.mb-calc-sliders {
  margin-bottom: 36px;
}

.mb-calc-slider-group {
  margin-bottom: 28px;
}

.mb-calc-slider-group:last-child {
  margin-bottom: 0;
}

.mb-calc-slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.mb-calc-slider-label {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
}

.mb-calc-slider-value {
  font-family: var(--mb-font-header);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mb-orange);
  min-width: 60px;
  text-align: right;
}

/* Suwak (input range) */
.mb-calc-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  background: #e5e7eb;
  position: relative;
}

.mb-calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--mb-navy);
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mb-calc-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--mb-navy);
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.mb-calc-range:hover::-webkit-slider-thumb {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.mb-calc-range:hover::-moz-range-thumb {
  transform: scale(1.15);
}

/* Separator */
.mb-calc-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 36px 0;
}

/* Wyniki */
.mb-calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.mb-calc-result-box {
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
}

.mb-calc-result-box--current {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.mb-calc-result-box--potential {
  background: rgba(230, 123, 9, 0.08);
  border: 1px solid rgba(230, 123, 9, 0.25);
}

.mb-calc-result-label {
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: #9ca3af;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.mb-calc-result-box--potential .mb-calc-result-label {
  color: var(--mb-orange);
}

.mb-calc-result-value {
  font-family: var(--mb-font-header);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #1a1a2e;
  display: block;
  line-height: 1.1;
  transition: all 0.2s ease;
}

.mb-calc-result-box--potential .mb-calc-result-value {
  color: var(--mb-orange);
}

/* CTA przycisk */
.mb-calc-cta-wrap {
  text-align: center;
}

.mb-calc-btn {
  display: inline-block;
  background: var(--mb-orange-grad);
  color: #ffffff;
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(230,123,9,0.3);
  letter-spacing: 0.01em;
}

.mb-calc-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230,123,9,0.45);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 600px) {
  .mb-calc-card {
    padding: 32px 20px 32px;
  }

  .mb-calc-results {
    grid-template-columns: 1fr;
  }

  .mb-calc-heading {
    font-size: 1.6rem;
  }
}


/* =========================================
   MB RESULTS BLOCK
   ========================================= */

.mb-results-block {
  position: relative;
  background-color: var(--mb-navy);
  padding: 90px 20px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

/* Pattern: subtelna siatka kropek */
.mb-results-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

/* Po wiata centralna */
.mb-results-block::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.09) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

/* Dekoracje naro ne */
.mb-results-deco {
  position: absolute;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.08);
  z-index: 0;
  pointer-events: none;
}

.mb-results-deco--tl {
  top: 50px;
  left: 44px;
  width: 56px;
  height: 56px;
  transform: rotate(45deg);
}

.mb-results-deco--br {
  bottom: 70px;
  right: 50px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  border-color: rgba(230,123,9,0.2);
}

/* Container */
.mb-results-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.mb-results-header {
  margin-bottom: 52px;
}

.mb-results-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.mb-results-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-results-subheading {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
  line-height: 1.6;
}

/* ---- STATYSTYKI ---- */

.mb-results-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 72px;
}

@media (min-width: 768px) {
  .mb-results-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mb-results-stat-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  position: relative;
  overflow: hidden;
}

.mb-results-stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 2px;
  background: var(--mb-orange-grad);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.mb-results-stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230,123,9,0.25);
  background: rgba(255,255,255,0.07);
}

.mb-results-stat-card:hover::before {
  opacity: 1;
}

.mb-results-stat-value {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--mb-orange);
  line-height: 1;
  letter-spacing: -0.02em;
}

.mb-results-stat-label {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ---- OPINIE ---- */

.mb-results-reviews-header {
  margin-bottom: 36px;
}

.mb-results-reviews-title {
  font-family: var(--mb-font-header);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.mb-results-reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .mb-results-reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Karta opinii */
.mb-results-review-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 28px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.mb-results-reviews{
  max-width: 1200px;
  margin:auto;
}

.mb-results-review-card::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(230,123,9,0.08) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.28s ease;
  opacity: 0;
}

.mb-results-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230,123,9,0.2);
  background: rgba(255,255,255,0.06);
}

.mb-results-review-card:hover::after {
  opacity: 1;
}

/* Ikona cudzys owu */
.mb-results-quote-icon {
  color: var(--mb-orange);
  opacity: 0.5;
  line-height: 1;
}

/* Tre   opinii */
.mb-results-review-text {
  font-family: var(--mb-font-body);
  font-size: 0.97rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* Gwiazdki */
.mb-results-stars {
  font-size: 1.1rem;
  color: var(--mb-orange);
  letter-spacing: 2px;
  line-height: 1;
}

/* Autor */
.mb-results-reviewer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 4px;
}

.mb-results-reviewer-name {
  font-family: var(--mb-font-header);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.mb-results-reviewer-role {
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 767px) {
  .mb-results-block {
    padding: 60px 16px 80px;
  }

  .mb-results-review-card {
    padding: 24px 20px 24px;
  }

  .mb-results-deco--tl {
    width: 36px;
    height: 36px;
    top: 24px;
    left: 20px;
  }
}
}

/* =========================================
   MB CTA BLOCK
   ========================================= */

.mb-cta-block>div.mb-cta-block{
  position: relative;
  padding: 90px 20px 100px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;

  /* Gradient poziomy: ciemny granat   nieco ja niejszy niebieskogranat   ciemny */
  background: linear-gradient(
    105deg,
    #000333 0%,
    #050a4a 35%,
    #0b1260 55%,
    #050a4a 75%,
    #000333 100%
  );
}

/* Pattern: subtelna siatka kropek */
.mb-cta-pattern{
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

/* Po wiata  rodkowa   pomara czowa */
.mb-cta-block::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.13) 0%, transparent 65%);
  filter: blur(50px);
  z-index: 0;
  pointer-events: none;
}

/* Po wiata niebieska po lewej */
.mb-cta-block::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(60,80,200,0.15) 0%, transparent 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

/* Dekoracje */
.mb-cta-deco{
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

/* Okr g   lewy */
.mb-cta-deco--circle{
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 50%;
}

/* Diament   prawy */
.mb-cta-deco--diamond{
  right: 8%;
  bottom: 20%;
  width: 64px;
  height: 64px;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  transform: rotate(45deg);
}

/* Container */
.mb-cta-block>div.mb-cta-container{
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 0px;
}

/* Nag  wek */
.mb-cta-block>div.mb-cta-heading{
  font-family: var(--mb-font-header);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* Opis */
.mb-cta-block>div.mb-cta-subheading{
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}

/* Przycisk   reuse .mb-btn-main + drobna nadpis wka */
.mb-cta-block>div.mb-cta-btn{
  margin-top: 12px;
  padding: 18px 40px;
  font-size: 1.05rem;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 600px){
  .mb-cta-block {
    padding: 60px 16px 70px;
  }

  .mb-cta-deco--circle{
    width: 70px;
    height: 70px;
    left: 3%;
  }

  .mb-cta-deco--diamond{
    width: 44px;
    height: 44px;
    right: 4%;
  }
}


/* =========================================
   MB PROCESS SECTION
   ========================================= */

.mb-process-section {
  position: relative;
  background: #fafafa;
  padding: 96px 20px 104px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Pattern k ka */
.mb-process-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: 0;
}

/* Zanikanie na kraw dziach */
.mb-process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #fafafa 80%);
  pointer-events: none;
  z-index: 1;
}

/* Delikatna po wiata centralna */
.mb-process-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.06) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

/* Container */
.mb-process-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- HEADER ---- */

.mb-process-header {
  text-align: center;
  margin-bottom: 72px;
}

/* Badge */
.mb-process-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 20px;
}

.mb-process-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-process-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-process-subheading {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

/* ---- KROKI ---- */

.mb-process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 64px;
}

@media (min-width: 640px) {
  .mb-process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 48px;
  }
}

@media (min-width: 1024px) {
  .mb-process-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 32px;
  }
}

/* Pojedynczy krok */
.mb-process-step {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* G rna cz     ikona +   cznik */
.mb-process-step-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* Ikona */
.mb-process-icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 1.5px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
  position: relative;
  z-index: 1;
}

.mb-process-step:hover .mb-process-icon-wrap {
  background: var(--mb-orange);
  border-color: var(--mb-orange);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(230,123,9,0.35);
  transform: translateY(-3px);
}

/* Ikona ostatniego kroku   bez connectora */
.mb-process-icon-wrap--last {
  background: rgba(230,123,9,0.08);
  border-color: rgba(230,123,9,0.25);
}

/*   cznik mi dzy krokami */
.mb-process-connector {
  flex: 1;
  height: 1.5px;
  margin-left: 12px;
  background: repeating-linear-gradient(
    to right,
    rgba(230,123,9,0.3) 0px,
    rgba(230,123,9,0.3) 6px,
    transparent 6px,
    transparent 14px
  );
  position: relative;
}

/* Strza ka na ko cu   cznika */
.mb-process-connector::after {
  content:'\227B';
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-52%);
  color: rgba(230,123,9,0.5);
  font-size: 1rem;
  line-height: 1;

}

/* Na mobile   cznik jest ukryty */
@media (max-width: 1023px) {
  .mb-process-connector {
    display: none;
  }
}

/* Numer kroku */
.mb-process-number {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(230,123,9,0.4);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  transition: color 0.25s ease;
}

.mb-process-step:hover .mb-process-number {
  color: var(--mb-orange);
}

/* Tytu  kroku */
.mb-process-step-title {
  font-family: var(--mb-font-header);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
  line-height: 1.3;
}

/* Opis kroku */
.mb-process-step-desc {
  font-family: var(--mb-font-body);
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

/* ---- CTA ---- */

.mb-process-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.mb-process-cta-note {
  font-family: var(--mb-font-body);
  font-size: 0.83rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mb-process-cta-note::before {
  content:'\2713';
  color: #22c55e;
  font-weight: 700;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 639px) {
  .mb-process-section {
    padding: 64px 16px 72px;
  }

  .mb-process-header {
    margin-bottom: 48px;
  }

  /* Na mobile kroki maj  poziomy uk ad ikona + tekst */
  .mb-process-step {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }

  .mb-process-step-top {
    flex-direction: column;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .mb-process-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .mb-process-number {
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.65rem;
  }
} 


/*Strona Kontakt*/
/* =========================================
   MB CONTACT HERO 
   ========================================= */

.mb-contact-hero {
  position: relative;
  background-color: var(--mb-navy);
  padding: 70px 20px 80px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-contact-hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

.mb-contact-hero::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.1) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.mb-contact-hero-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.mb-contact-hero-deco--square {
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  transform: translateY(-50%) rotate(8deg);
}

.mb-contact-hero-deco--circle {
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}

.mb-contact-hero-container {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

.mb-contact-hero-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.mb-contact-hero-heading .mb-accent {
  color: var(--mb-orange);
}

.mb-contact-hero-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

/* =========================================
   MB CONTACT SECTION
   ========================================= */

.mb-contact-section {
  position: relative;
  background-color: #fafafa;
  padding: 70px 20px 100px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-contact-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0;
  pointer-events: none;
}

.mb-contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #fafafa 80%);
  z-index: 1;
  pointer-events: none;
}

/* Layout dwukolumnowy */
.mb-contact-container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 900px) {
  .mb-contact-container {
    grid-template-columns: 1.35fr 1fr;
    align-items: start;
  }
}

/* ---- FORMULARZ ---- */

.mb-contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: 44px 40px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.mb-contact-form-title {
  font-family: var(--mb-font-header);
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.mb-contact-form-sub {
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  color: #9ca3af;
  margin: 0 0 32px;
  line-height: 1.5;
}

.mb-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Wiersz 2-kolumnowy */
.mb-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 540px) {
  .mb-contact-row {
    grid-template-columns: 1fr;
  }
}

.mb-contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mb-contact-label {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: #374151;
}

.mb-contact-required {
  color: var(--mb-orange);
}

.mb-contact-input {
  font-family: var(--mb-font-body);
  font-size: 0.97rem;
  color: #1a1a2e;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 13px 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
}

.mb-contact-input::placeholder {
  color: #c4c9d4;
}

.mb-contact-textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.6;
}

/* Submit button */
.mb-contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--mb-orange-grad);
  color: #ffffff;
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 17px 32px;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(230,123,9,0.3);
  margin-top: 4px;
}

.mb-contact-submit:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230,123,9,0.42);
}

.mb-contact-submit:disabled {
  opacity: 0.65;
  transform: none;
  cursor: not-allowed;
}

/* Sukces */
.mb-contact-success {
  display: none;
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.3);
  color: #166534;
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  font-weight: 600;
  text-align: center;
}

.mb-contact-success--visible {
  display: block;
}

/* ---- SIDEBAR ---- */

.mb-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Info card */
.mb-contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mb-contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.mb-contact-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(230,123,9,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
}

.mb-contact-info-title {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.mb-contact-info-value {
  display: block;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.5;
}

.mb-contact-info-link {
  text-decoration: none;
  transition: color 0.2s ease;
}

.mb-contact-info-link:hover {
  color: var(--mb-orange);
}

/* Dark CTA box */
.mb-contact-cta-box {
  background: var(--mb-navy);
  border-radius: 16px;
  padding: 28px 26px 30px;
  text-align: left;
  margin-top: 4px;
  position: relative;
  overflow: hidden;
}

.mb-contact-cta-box::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(230,123,9,0.18) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.mb-contact-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(230,123,9,0.15);
  border-radius: 10px;
  color: var(--mb-orange);
  margin-bottom: 16px;
}

.mb-contact-cta-title {
  font-family: var(--mb-font-header);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
}

.mb-contact-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0 0 22px;
}

.mb-contact-cta-btn {
  display: inline-block;
  background: var(--mb-orange-grad);
  color: #ffffff;
  font-family: var(--mb-font-header);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 50px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(230,123,9,0.35);
}

.mb-contact-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
/* 1. Usuni cie "rozjechania" - dopasowanie do Twojego designu */
.mb-wpforms-wrapper .wpforms-container {
    margin: 0 !important;
    width: 100% !important;
}

.mb-wpforms-wrapper .wpforms-field {
    padding: 10px 0 !important;
}

/* 2. Stylowanie Labeli */
.mb-wpforms-wrapper .wpforms-field-label {
    font-family: var(--mb-font-body) !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 6px !important;
}

/* 3. Stylowanie Input w i Textarea */
.mb-wpforms-wrapper .wpforms-field input,
.mb-wpforms-wrapper .wpforms-field textarea,
.mb-wpforms-wrapper .wpforms-field select {
    font-family: var(--mb-font-body) !important;
    background: #f9fafb !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 13px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #1a1a2e !important;
}

/* 4. Przycisk wysy ania (Twoja klasa mb-btn-main) */
.mb-wpforms-wrapper .wpforms-submit {
    background: var(--mb-orange-grad) !important;
    color: #ffffff !important;
    font-family: var(--mb-font-header) !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 17px 32px !important;
    width: 100% !important;
    cursor: pointer !important;
    box-shadow: 0 4px 20px rgba(230,123,9,0.3) !important;
    transition: transform 0.2s ease !important;
}

.mb-wpforms-wrapper .wpforms-submit:hover {
    transform: translateY(-2px) !important;
    opacity: 0.92 !important;
}

.mb-wpforms-wrapper ul[id*="wpforms-3049-field"] {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mb-wpforms-wrapper .wpforms-field-radio li {
    display: flex !important;
    align-items: flex-start !important; /* Wyr wnanie k ka do g ry tekstu */
    gap: 12px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

/* Stylizacja samej etykiety obok checkboxa */
.mb-wpforms-wrapper .wpforms-field-label-inline {
    font-family: var(--mb-font-body) !important;
    font-size: 0.82rem !important; /* Mniejszy font dla zg d prawnych */
    line-height: 1.5 !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    cursor: pointer;
}

/* Stylizacja k ka/checkboxa */
.mb-wpforms-wrapper input[type="radio"], 
.mb-wpforms-wrapper input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important; /* Precyzyjne wyr wnanie do pierwszej linii */
    flex-shrink: 0 !important; /* Zapobiega sp aszczeniu k ka */
    cursor: pointer;
    border: 1.5px solid #d1d5db !important;
}

/* Usuni cie domy lnego obramowania pola w WPForms dla sekcji zg d */
.mb-wpforms-wrapper .wpforms-field-radio {
    border: none !important;
    padding: 0 !important;
    margin-top: 10px !important;
}
/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 899px) {
  .mb-contact-form-card {
    padding: 32px 24px 32px;
  }
}

@media (max-width: 599px) {
  .mb-contact-hero {
    padding: 50px 16px 60px;
  }

  .mb-contact-section {
    padding: 50px 16px 70px;
  }

  .mb-contact-hero-deco--square,
  .mb-contact-hero-deco--circle {
    display: none;
  }

}
/* =========================================
   MB SELECT   Custom dropdown dla WPForms
   ========================================= */

/* Ukryj natywny select ale zachowaj funkcjonalno   */
.wpforms-field-select select {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Wrapper */
.mb-select-wrap {
  position: relative;
  width: 100%;
  font-family: var(--mb-font-body);
  user-select: none;
  z-index: 10;
}

/* Trigger   widoczne "pole" */
.mb-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 12px;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  min-height: 52px;
}

.mb-select-trigger:hover {
  border-color: rgba(230,123,9,0.4);
}

.mb-select-trigger.mb-select--open {
  border-color: var(--mb-orange);
  box-shadow: 0 0 0 3px rgba(230,123,9,0.12);
  border-radius: 12px 12px 0 0;
}

/* Tekst w triggerze */
.mb-select-trigger-text {
  font-size: 0.97rem;
  color: #1a1a2e;
  line-height: 1.4;
  flex: 1;
}

.mb-select-trigger-text.mb-select--placeholder {
  color: #9ca3af;
}

/* Strza ka */
.mb-select-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.25s ease, color 0.22s ease;
}

.mb-select--open .mb-select-arrow {
  transform: rotate(180deg);
  color: var(--mb-orange);
}

/* Dropdown lista */
.mb-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: #ffffff;
  border: 1.5px solid var(--mb-orange);
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 100;

  /* Animacja */
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.mb-select-dropdown.mb-select--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* Opcja */
.mb-select-option {
  padding: 13px 18px;
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  position: relative;
}

.mb-select-option::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.mb-select-option:hover {
  background: rgba(230,123,9,0.06);
  color: #1a1a2e;
  padding-left: 22px;
}

.mb-select-option:hover::before {
  opacity: 1;
}

.mb-select-option.mb-select--selected {
  background: rgba(230,123,9,0.08);
  color: var(--mb-orange);
  font-weight: 600;
}

.mb-select-option.mb-select--selected::before {
  opacity: 1;
}

/* Separator mi dzy opcjami */
.mb-select-option + .mb-select-option {
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Placeholder opcja (disabled) */
.mb-select-option.mb-select--disabled {
  color: #9ca3af;
  font-style: italic;
  cursor: default;
  padding-left: 18px;
}

.mb-select-option.mb-select--disabled:hover {
  background: transparent;
  padding-left: 18px;
}

.mb-select-option.mb-select--disabled::before {
  display: none;
}

/**strona O nas **/

.mb-about-hero {
  position: relative;
  background: var(--mb-navy);
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 24px;
  box-sizing: border-box;
  text-align: center;
}

/* Siatka punkt w animowana */
.mb-about-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: mb-grid-drift 20s linear infinite;
  z-index: 0;
}

@keyframes mb-grid-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 40px 40px; }
}

/* Po wiaty */
.mb-about-hero::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

.mb-about-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1;
  pointer-events: none;
}

/* Dekoracje geometryczne */
.mb-about-hero-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.mb-about-hero-deco--tl {
  top: 60px; left: 60px;
  width: 64px; height: 64px;
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  transform: rotate(15deg);
}
.mb-about-hero-deco--tr {
  top: 48px; right: 72px;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 50%;
}
.mb-about-hero-deco--br {
  bottom: 100px; right: 80px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  transform: rotate(45deg);
}

/* Container */
.mb-about-hero-container {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}

/* Badge */
.mb-about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 32px;
  animation: mb-fade-down 0.7s ease both;
}

/* H1 */
.mb-about-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 28px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  animation: mb-fade-down 0.7s 0.15s ease both;
}

.mb-about-hero-h1 .mb-accent {
  color: var(--mb-orange);
}

/* Separator dekoracyjny */
.mb-about-hero-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 28px;
  animation: mb-fade-down 0.7s 0.25s ease both;
}
.mb-about-hero-sep-line {
  width: 48px;
  height: 1.5px;
  background: rgba(230,123,9,0.4);
  border-radius: 2px;
}
.mb-about-hero-sep-dot {
  width: 6px;
  height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
}

/* Podtytu  */
.mb-about-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 48px;
  animation: mb-fade-down 0.7s 0.3s ease both;
}

/* Przyciski */
.mb-about-hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: mb-fade-down 0.7s 0.4s ease both;
}

/* Animacje wej cia */
@keyframes mb-fade-down {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Scroll indicator */
.mb-about-hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: mb-fade-down 1s 0.8s ease both;
}
.mb-about-hero-scroll-line {
  width: 1.5px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(230,123,9,0.7), transparent);
  border-radius: 2px;
  animation: mb-scroll-pulse 2s ease-in-out infinite;
}
@keyframes mb-scroll-pulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.15); }
}
.mb-about-hero-scroll-label {
  font-family: var(--mb-font-header);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

@media (max-width: 640px) {
  .mb-about-hero { padding: 80px 20px 80px; min-height: auto; }
  .mb-about-hero-deco--tl,
  .mb-about-hero-deco--tr,
  .mb-about-hero-deco--br { display: none; }
  .mb-about-hero-scroll { display: none; }
}

/*O nas - Filary */
.mb-pillars-section {
  position: relative;
  background: #fafafa;
  padding: 96px 24px 104px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-pillars-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-pillars-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-pillars-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.mb-pillars-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-pillars-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 20px;
}

.mb-pillars-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-pillars-heading .mb-accent { color: var(--mb-orange); }

.mb-pillars-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

/* Grid kart */
.mb-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .mb-pillars-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Karta filaru */
.mb-pillar-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: 40px 36px 44px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Numer w tle */
.mb-pillar-card::after {
  content: attr(data-num);
  position: absolute;
  bottom: -16px;
  right: 20px;
  font-family: var(--mb-font-header);
  font-size: 7rem;
  font-weight: 900;
  color: rgba(0,3,51,0.04);
  line-height: 1;
  pointer-events: none;
  transition: color 0.3s ease;
  letter-spacing: -0.04em;
}

/* Pasek accent na g rze */
.mb-pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mb-pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.09);
  border-color: rgba(230,123,9,0.2);
}

.mb-pillar-card:hover::before {
  opacity: 1; transform: scaleX(1);
}

.mb-pillar-card:hover::after {
  color: rgba(230,123,9,0.06);
}

/* Ikona */
.mb-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 16px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-pillar-card:hover .mb-pillar-icon {
  background: var(--mb-orange);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}

/* Tag */
.mb-pillar-tag {
  display: inline-block;
  font-family: var(--mb-font-header);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 10px;
}

.mb-pillar-title {
  font-family: var(--mb-font-header);
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.mb-pillar-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 767px) {
  .mb-pillars-section { padding: 64px 16px 72px; }
  .mb-pillar-card { padding: 32px 28px 36px; }
}

/*O nas MB*/
.mb-founder-section {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-founder-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-founder-section::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(230,123,9,0.1) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-founder-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 900px) {
  .mb-founder-container {
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
  }
}

/* Zdj cie */
.mb-founder-photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.mb-founder-photo-frame {
  position: relative;
  width: 320px;
  max-width: 100%;
}

/* Ramka dekoracyjna za zdj ciem */
.mb-founder-photo-frame::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px;
  right: -20px; bottom: -20px;
  border: 2px solid rgba(230,123,9,0.25);
  border-radius: 20px;
  z-index: 0;
}

.mb-founder-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.4s ease;
}

.mb-founder-img:hover { filter: grayscale(0%); }

/* Placeholder gdy nie ma zdj cia */
.mb-founder-img-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  background: rgba(255,255,255,0.04);
  border: 1.5px dashed rgba(230,123,9,0.3);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.25);
  font-family: var(--mb-font-body);
  font-size: 0.85rem;
}

.mb-founder-img-placeholder svg {
  opacity: 0.3;
}

/* Badge na zdj ciu */
.mb-founder-photo-badge {
  position: absolute;
  bottom: -16px;
  right: -12px;
  z-index: 3;
  background: var(--mb-orange-grad);
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 8px 24px rgba(230,123,9,0.4);
}

.mb-founder-photo-badge-val {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.mb-founder-photo-badge-label {
  display: block;
  font-family: var(--mb-font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.8);
  margin-top: 3px;
  white-space: nowrap;
}

/* Tre   */
.mb-founder-content {}

.mb-founder-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 22px;
}

.mb-founder-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-founder-name {
  font-family: var(--mb-font-header);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--mb-orange);
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}

.mb-founder-bio {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.85;
  margin: 0 0 32px;
}

.mb-founder-bio strong {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

/* Quote */
.mb-founder-quote {
  border-left: 3px solid var(--mb-orange);
  padding: 16px 0 16px 24px;
  margin: 0 0 36px;
}

.mb-founder-quote p {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.65;
}

/* Specjalizacje */
.mb-founder-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mb-founder-skill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 7px 14px;
  font-family: var(--mb-font-body);
  font-size: 0.83rem;
  color: rgba(255,255,255,0.6);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mb-founder-skill:hover {
  background: rgba(230,123,9,0.12);
  border-color: rgba(230,123,9,0.3);
  color: rgba(255,255,255,0.9);
}

.mb-founder-skill-dot {
  width: 6px; height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 899px) {
  .mb-founder-section { padding: 64px 20px; }
  .mb-founder-photo-frame { width: 280px; }
  .mb-founder-img,
  .mb-founder-img-placeholder { height: 340px; }
}

/*O nas Statystyki*/
.mb-stats-section {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-stats-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-stats-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.mb-stats-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-stats-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-stats-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: -0.02em;
}

.mb-stats-heading .mb-accent { color: var(--mb-orange); }

/* Grid */
.mb-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 900px) {
  .mb-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Karta */
.mb-stat-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: 36px 24px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mb-stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 15%; right: 15%;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 0 0 4px 4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.mb-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: rgba(230,123,9,0.2);
}

.mb-stat-card:hover::before { transform: scaleX(1); }

.mb-stat-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(230, 123, 9, 0.07);
  border: 1px solid rgba(230, 123, 9, 0.15);
  border-radius: 16px;
  margin-bottom: 18px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-stat-card:hover .mb-stat-icon-wrap {
  background: rgba(230, 123, 9, 0.14);
  transform: rotate(-6deg) scale(1.06);
}


.mb-stat-value {
  display: block;
  font-family: var(--mb-font-header);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--mb-orange);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.mb-stat-label {
  display: block;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 639px) {
  .mb-stats-section { padding: 60px 16px; }
  .mb-stat-card { padding: 28px 16px 24px; }
}

/**o nas - stack tech**/

.mb-stack-section {
  position: relative;
  background: var(--mb-navy);
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-stack-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

.mb-stack-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(50px);
  z-index: 0; pointer-events: none;
}

.mb-stack-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.mb-stack-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 20px;
}

.mb-stack-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-stack-heading .mb-accent { color: var(--mb-orange); }

.mb-stack-sub {
  font-family: var(--mb-font-body);
  font-size: 0.97rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0 auto 56px;
  max-width: 520px;
}

/* Grid */
.mb-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}

@media (min-width: 640px) {
  .mb-stack-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .mb-stack-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Kafelek */
.mb-stack-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 24px 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: default;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.mb-stack-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(230,123,9,0.3);
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

/* Logo SVG wrapper */
.mb-stack-logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mb-stack-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Wszystkie loga czarne   bia e na ciemnym tle */
  filter: brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 0.28s ease, filter 0.28s ease;
}

/* Na hover   kolor oryginalny lub pomara czowy */
.mb-stack-item:hover .mb-stack-logo svg {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* Wyj tki: loga kt re maj  w asny charakterystyczny kolor */
.mb-stack-item--color:hover .mb-stack-logo svg {
  filter: none;
  opacity: 1;
}

/* Nazwa */
.mb-stack-item-name {
  font-family: var(--mb-font-header);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.35);
  transition: color 0.28s ease;
  text-align: center;
  line-height: 1.3;
}

.mb-stack-item:hover .mb-stack-item-name {
  color: rgba(255,255,255,0.85);
}

/* Dopisek */
.mb-stack-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mb-font-body);
  font-size: 0.83rem;
  color: rgba(255,255,255,0.3);
}

.mb-stack-note::before,
.mb-stack-note::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.12);
}

@media (max-width: 639px) {
  .mb-stack-section { padding: 60px 16px; }
}

.mb-location-section {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-location-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-location-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-location-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .mb-location-container {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
}

/* Tre   */
.mb-location-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 20px;
}

.mb-location-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-location-heading .mb-accent { color: var(--mb-orange); }

.mb-location-desc {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 0 36px;
}

/* Info */
.mb-location-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.mb-location-info-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mb-location-info-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
}

.mb-location-info-text {
  font-family: var(--mb-font-body);
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.4;
}

.mb-location-info-text strong {
  display: block;
  font-weight: 700;
  color: #1a1a2e;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

/* Mapa */
.mb-location-map-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.06);
}

.mb-location-map-wrap iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(30%) contrast(1.05);
  transition: filter 0.4s ease;
}

.mb-location-map-wrap:hover iframe {
  filter: grayscale(0%) contrast(1);
}

/* Overlay z adresem na mapie */
.mb-location-map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.mb-location-map-pin {
  width: 36px; height: 36px;
  background: var(--mb-orange-grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.mb-location-map-addr {
  font-family: var(--mb-font-header);
  font-size: 0.8rem;
  line-height: 1.4;
  color: #1a1a2e;
}

.mb-location-map-addr strong {
  display: block;
  font-weight: 800;
}

@media (max-width: 899px) {
  .mb-location-section { padding: 60px 16px; }
  .mb-location-map-wrap iframe { height: 300px; }
}

/*O nas CTA*/
.mb-about-cta {
  position: relative;
  padding: 100px 24px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(
    110deg,
    #000333 0%,
    #060c52 30%,
    #0d1468 50%,
    #060c52 70%,
    #000333 100%
  );
}

.mb-about-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-about-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.15) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

/* Dekoracje */
.mb-about-cta-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
  border-radius: 8px;
}
.mb-about-cta-deco--tl {
  top: 48px; left: 60px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(255,255,255,0.07);
  transform: rotate(45deg);
}
.mb-about-cta-deco--br {
  bottom: 56px; right: 64px;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 50%;
}

.mb-about-cta-container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

/* Ikona */
.mb-about-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px; height: 64px;
  background: rgba(230,123,9,0.12);
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 18px;
  color: var(--mb-orange);
  margin-bottom: 28px;
}

.mb-about-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.mb-about-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-about-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 520px;
}

/* Przyciski */
.mb-about-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

/* Gwarancja */
.mb-about-cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mb-about-cta-guarantee-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
}

.mb-about-cta-guarantee-item::before {
  content: '?';
  color: #22c55e;
  font-weight: 700;
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .mb-about-cta { padding: 72px 20px 80px; }
  .mb-about-cta-deco--tl,
  .mb-about-cta-deco--br { display: none; }
}


/*Us ugi*/
.mb-srv-hero {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px 104px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

.mb-srv-hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: mb-srv-drift 25s linear infinite;
  z-index: 0;
}

@keyframes mb-srv-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 40px 40px; }
}

.mb-srv-hero::before {
  content: '';
  position: absolute;
  top: 30%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.13) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-srv-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1; pointer-events: none;
}

/* Dekoracje */
.mb-srv-hero-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-srv-hero-deco--tl {
  top: 56px; left: 64px;
  width: 60px; height: 60px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  transform: rotate(15deg);
}
.mb-srv-hero-deco--tr {
  top: 44px; right: 80px;
  width: 40px; height: 40px;
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 50%;
}
.mb-srv-hero-deco--bl {
  bottom: 90px; left: 80px;
  width: 28px; height: 28px;
  border: 1.5px solid rgba(230,123,9,0.15);
  border-radius: 6px;
  transform: rotate(45deg);
}

.mb-srv-hero-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.mb-srv-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
}

.mb-srv-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.mb-srv-hero-h1 .mb-accent { color: var(--mb-orange); }

.mb-srv-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 48px;
}

/* Ikonki kategorii us ug */
.mb-srv-hero-cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mb-srv-hero-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 9px 18px;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.mb-srv-hero-cat svg { color: var(--mb-orange); flex-shrink: 0; }

.mb-srv-hero-cat:hover {
  background: rgba(230,123,9,0.12);
  border-color: rgba(230,123,9,0.3);
  color: #fff;
}

@media (max-width: 640px) {
  .mb-srv-hero { padding: 72px 20px 80px; }
  .mb-srv-hero-deco--tl,
  .mb-srv-hero-deco--tr,
  .mb-srv-hero-deco--bl { display: none; }
}

/*Us uga 1 */

.mb-srv-section {
  position: relative;
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-srv-section--light { background: #fafafa; }
.mb-srv-section--dark  { background: var(--mb-navy); }

.mb-srv-pattern {
  position: absolute;
  inset: 0;
  z-index: 0; pointer-events: none;
}

.mb-srv-section--light .mb-srv-pattern {
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
}

.mb-srv-section--dark .mb-srv-pattern {
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}

.mb-srv-section--light::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-srv-section--dark::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.09) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 1; pointer-events: none;
}

/* Container dwukolumnowy */
.mb-srv-container {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-srv-container {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  .mb-srv-container--reverse {
    direction: rtl;
  }
  .mb-srv-container--reverse > * {
    direction: ltr;
  }
}

/* Lewa: header + opis */
.mb-srv-intro {}

.mb-srv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mb-srv-section--light .mb-srv-badge {
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  color: var(--mb-orange);
}

.mb-srv-section--dark .mb-srv-badge {
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  color: var(--mb-orange);
}

.mb-srv-number {
  font-family: var(--mb-font-header);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(230,123,9,0.5);
  margin-bottom: 10px;
  display: block;
}

.mb-srv-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-srv-section--light .mb-srv-heading { color: #1a1a2e; }
.mb-srv-section--dark  .mb-srv-heading { color: #ffffff; }

.mb-srv-heading .mb-accent { color: var(--mb-orange); }

.mb-srv-desc {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 32px;
}

.mb-srv-section--light .mb-srv-desc { color: #6b7280; }
.mb-srv-section--dark  .mb-srv-desc { color: rgba(255,255,255,0.55); }

/* CTA inline */
.mb-srv-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mb-srv-cta-note {
  font-family: var(--mb-font-body);
  font-size: 0.83rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mb-srv-section--light .mb-srv-cta-note { color: #9ca3af; }
.mb-srv-section--dark  .mb-srv-cta-note { color: rgba(255,255,255,0.35); }

.mb-srv-cta-note::before { content: '\2713'; color: #22c55e; font-weight: 700; }

/* Prawa: lista podus ug */
.mb-srv-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mb-srv-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px;
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.mb-srv-section--light .mb-srv-item {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mb-srv-section--dark .mb-srv-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
}

/* Pasek accent przy hover */
.mb-srv-item::before {
  content: '';
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 3px;
  background: var(--mb-orange-grad);
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mb-srv-item:hover {
  transform: translateX(4px);
}

.mb-srv-section--light .mb-srv-item:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  border-color: rgba(230,123,9,0.2);
}

.mb-srv-section--dark .mb-srv-item:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(230,123,9,0.25);
}

.mb-srv-item:hover::before {
  opacity: 1; transform: scaleY(1);
}

/* Ikonka podus ugi */
.mb-srv-item-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  transition: background 0.25s ease, transform 0.25s ease;
}

.mb-srv-section--light .mb-srv-item-icon {
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.12);
}

.mb-srv-section--dark .mb-srv-item-icon {
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.15);
}

.mb-srv-item:hover .mb-srv-item-icon {
  background: rgba(230,123,9,0.18);
  transform: rotate(-5deg) scale(1.05);
}

.mb-srv-item-content {}

.mb-srv-item-title {
  font-family: var(--mb-font-header);
  font-size: 0.97rem;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.mb-srv-section--light .mb-srv-item-title { color: #1a1a2e; }
.mb-srv-section--dark  .mb-srv-item-title { color: #ffffff; }

.mb-srv-item-desc {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.mb-srv-section--light .mb-srv-item-desc { color: #6b7280; }
.mb-srv-section--dark  .mb-srv-item-desc { color: rgba(255,255,255,0.45); }

@media (max-width: 959px) {
  .mb-srv-section { padding: 64px 20px; }
}
.mb-srv-cta-section {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px 104px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(110deg, #000333 0%, #060c52 35%, #0d1468 50%, #060c52 70%, #000333 100%);
}

.mb-srv-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-srv-cta-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-srv-cta-container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.mb-srv-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
}

.mb-srv-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 20px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mb-srv-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-srv-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 500px;
}

.mb-srv-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.mb-srv-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mb-srv-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

.mb-srv-cta-trust-item::before {
  content: '\2713';
  color: #22c55e;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mb-srv-cta-section { padding: 64px 20px 72px; }
}

/**Strony i sklepy internetowe**/

.mb-www-hero {
  position: relative;
  background: var(--mb-navy);
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 80px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Animowana siatka */
.mb-www-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: mb-www-grid-move 30s linear infinite;
  z-index: 0;
}

@keyframes mb-www-grid-move {
  0%   { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}

/* Poświaty */
.mb-www-hero::before {
  content: '';
  position: absolute;
  top: 20%; left: 35%;
  transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.12) 0%, transparent 60%);
  filter: blur(80px);
  z-index: 0; pointer-events: none;
}

.mb-www-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1; pointer-events: none;
}

/* Dekoracje geometryczne */
.mb-www-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-www-deco--tl {
  top: 80px; left: 5%;
  width: 80px; height: 80px;
  border: 1.5px solid rgba(230,123,9,0.15);
  border-radius: 16px;
  transform: rotate(20deg);
}
.mb-www-deco--tr {
  top: 60px; right: 6%;
  width: 48px; height: 48px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 50%;
}
.mb-www-deco--br {
  bottom: 120px; right: 4%;
  width: 32px; height: 32px;
  background: rgba(230,123,9,0.12);
  border-radius: 8px;
  transform: rotate(45deg);
}
.mb-www-deco--bl {
  bottom: 160px; left: 4%;
  width: 56px; height: 56px;
  border: 1.5px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  transform: rotate(-10deg);
}

/* Floating browser mockup */
.mb-www-hero-mockup {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  z-index: 1;
  opacity: 0.18;
  pointer-events: none;
}

.mb-www-mockup-frame {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
}

.mb-www-mockup-bar {
  background: rgba(255,255,255,0.05);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mb-www-mockup-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.mb-www-mockup-url {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  height: 22px;
  margin-left: 8px;
}

.mb-www-mockup-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mb-www-mockup-hero-block {
  background: rgba(230,123,9,0.15);
  border-radius: 10px;
  height: 100px;
}

.mb-www-mockup-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.mb-www-mockup-card {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  height: 60px;
}

.mb-www-mockup-text-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mb-www-mockup-line {
  background: rgba(255,255,255,0.07);
  border-radius: 4px;
  height: 8px;
}

.mb-www-mockup-line--short { width: 60%; }
.mb-www-mockup-line--med   { width: 80%; }

/* Container główny */
.mb-www-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-www-hero-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* Lewa kolumna — tekst */
.mb-www-hero-content {}

.mb-www-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
  animation: mb-www-fade-up 0.6s ease both;
}

.mb-www-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: mb-www-fade-up 0.6s 0.1s ease both;
}

.mb-www-hero-h1 .mb-accent { color: var(--mb-orange); }

.mb-www-hero-h1 .mb-www-underline {
  position: relative;
  display: inline-block;
}

.mb-www-hero-h1 .mb-www-underline::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 2px;
  animation: mb-www-line-grow 0.8s 0.5s ease both;
  transform-origin: left;
}

@keyframes mb-www-line-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.mb-www-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin: 0 0 40px;
  animation: mb-www-fade-up 0.6s 0.2s ease both;
}

.mb-www-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: mb-www-fade-up 0.6s 0.3s ease both;
}

/* Mini statystyki pod przyciskami */
.mb-www-hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  animation: mb-www-fade-up 0.6s 0.4s ease both;
}

.mb-www-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mb-www-hero-stat-val {
  font-family: var(--mb-font-header);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--mb-orange);
  letter-spacing: -0.02em;
  line-height: 1;
}

.mb-www-hero-stat-label {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.3;
}

/* Prawa kolumna — visual */
.mb-www-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: mb-www-fade-up 0.8s 0.25s ease both;
}

/* Browser card */
.mb-www-browser-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  overflow: hidden;
}

.mb-www-browser-bar {
  background: rgba(255,255,255,0.04);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mb-www-browser-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
}

.mb-www-browser-dot:nth-child(1) { background: rgba(255,95,87,0.5); }
.mb-www-browser-dot:nth-child(2) { background: rgba(255,189,68,0.5); }
.mb-www-browser-dot:nth-child(3) { background: rgba(40,200,64,0.5); }

.mb-www-browser-url {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 6px;
}

.mb-www-browser-url-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(40,200,64,0.6);
  flex-shrink: 0;
}

.mb-www-browser-url-text {
  font-family: var(--mb-font-body);
  font-size: 0.65rem;
  color: rgba(255,255,255,0.25);
}

.mb-www-browser-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-www-browser-hero-strip {
  height: 80px;
  background: linear-gradient(135deg, rgba(230,123,9,0.2), rgba(230,123,9,0.05));
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
}

.mb-www-browser-hero-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.mb-www-browser-hero-line {
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
  height: 7px;
}

.mb-www-browser-hero-line:first-child { width: 70%; }
.mb-www-browser-hero-line:last-child  { width: 45%; }

.mb-www-browser-hero-btn {
  width: 52px; height: 22px;
  background: rgba(230,123,9,0.5);
  border-radius: 6px;
  flex-shrink: 0;
}

.mb-www-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mb-www-browser-mini-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  height: 48px;
}

/* Metryki card */
.mb-www-metrics-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mb-www-metric {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  text-align: center;
}

.mb-www-metric-bar-wrap {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}

.mb-www-metric-bar {
  height: 100%;
  background: var(--mb-orange-grad);
  border-radius: 2px;
  animation: mb-www-bar-grow 1.2s ease both;
  transform-origin: left;
}

@keyframes mb-www-bar-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.mb-www-metric-val {
  font-family: var(--mb-font-header);
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(255,255,255,0.8);
}

.mb-www-metric-label {
  font-family: var(--mb-font-body);
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
}

@keyframes mb-www-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 959px) {
  .mb-www-hero { min-height: auto; padding: 80px 20px; }
  .mb-www-deco { display: none; }
  .mb-www-hero-visual { display: none; }
}

/*strony www Block 2*/
.mb-www-offer {
  position: relative;
  background: #fafafa;
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-www-offer-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-www-offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-www-offer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.mb-www-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-www-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-www-section-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-www-section-heading .mb-accent { color: var(--mb-orange); }

.mb-www-section-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

/* Grid oferty — 2x2 */
.mb-www-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .mb-www-offer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Karta oferty */
.mb-www-offer-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.mb-www-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.1);
  border-color: rgba(230,123,9,0.2);
}

/* Kolorowy header karty */
.mb-www-offer-card-head {
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #000333 0%, #0d1468 100%);
  position: relative;
  overflow: hidden;
}

.mb-www-offer-card-head::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(230,123,9,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.mb-www-offer-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(230,123,9,0.15);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 14px;
  color: var(--mb-orange);
  margin-bottom: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-www-offer-card:hover .mb-www-offer-card-icon {
  background: rgba(230,123,9,0.25);
  transform: rotate(-6deg) scale(1.05);
}

.mb-www-offer-card-title {
  font-family: var(--mb-font-header);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.mb-www-offer-card-tag {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* Body karty */
.mb-www-offer-card-body {
  padding: 24px 32px 32px;
}

.mb-www-offer-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 24px;
}

/* Lista features */
.mb-www-offer-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-www-offer-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #374151;
}

.mb-www-offer-feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: rgba(230,123,9,0.1);
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--mb-orange);
}

@media (max-width: 699px) {
  .mb-www-offer { padding: 64px 16px; }
  .mb-www-offer-card-head { padding: 24px; }
  .mb-www-offer-card-body { padding: 20px 24px 28px; }
}

/*strony www process*/

.mb-www-process {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-www-process-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-www-process::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-www-process-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

/* Header ciemny */
.mb-www-process-header {
  text-align: center;
  margin-bottom: 72px;
}

.mb-www-process-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-www-process-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-www-process-heading .mb-accent { color: var(--mb-orange); }

.mb-www-process-sub {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
  line-height: 1.7;
}

/* Timeline */
.mb-www-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}

@media (min-width: 768px) {
  .mb-www-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 48px;
  }
}

/* Linia pionowa na desktopie */
@media (min-width: 768px) {
  .mb-www-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: linear-gradient(to bottom,
      transparent,
      rgba(230,123,9,0.3) 10%,
      rgba(230,123,9,0.3) 90%,
      transparent
    );
    transform: translateX(-50%);
  }
}

/* Krok */
.mb-www-timeline-step {
  display: flex;
  gap: 20px;
  padding: 28px 0;
  position: relative;
}

/* Wyrównanie co drugi krok na desktop */
@media (min-width: 768px) {
  .mb-www-timeline-step:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .mb-www-timeline-step:nth-child(even) .mb-www-timeline-content {
    align-items: flex-end;
  }
}

/* Linia pozioma łącząca z centralną linią */
@media (min-width: 768px) {
  .mb-www-timeline-step::after {
    content: '';
    position: absolute;
    top: 40px;
    width: 24px;
    height: 1px;
    background: rgba(230,123,9,0.3);
  }
  .mb-www-timeline-step:nth-child(odd)::after  { right: -36px; }
  .mb-www-timeline-step:nth-child(even)::after { left: -36px; }
}

/* Ikona kroku */
.mb-www-timeline-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: rgba(230,123,9,0.1);
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  position: relative;
  z-index: 1;
}

.mb-www-timeline-step:hover .mb-www-timeline-icon {
  background: rgba(230,123,9,0.2);
  border-color: rgba(230,123,9,0.4);
  transform: scale(1.08);
}

/* Treść */
.mb-www-timeline-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}

.mb-www-timeline-num {
  font-family: var(--mb-font-header);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(230,123,9,0.5);
}

.mb-www-timeline-title {
  font-family: var(--mb-font-header);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.mb-www-timeline-desc {
  font-family: var(--mb-font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin: 0;
}

.mb-www-timeline-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mb-font-body);
  font-size: 0.75rem;
  color: var(--mb-orange);
  opacity: 0.7;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .mb-www-process { padding: 64px 16px; }
  .mb-www-timeline-step::after { display: none; }
}

.mb-www-tech {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-www-tech-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-www-tech::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-www-tech-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-www-tech-container { grid-template-columns: 1fr 1fr; }
}

/* Lewa — tekst */
.mb-www-tech-content {}

.mb-www-tech-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-www-tech-heading .mb-accent { color: var(--mb-orange); }

.mb-www-tech-desc {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 0 36px;
}

/* Lista zalet technologii */
.mb-www-tech-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mb-www-tech-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.mb-www-tech-point-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  margin-top: 2px;
}

.mb-www-tech-point-text strong {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.mb-www-tech-point-text span {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.5;
}

/* Prawa — grid technologii */
.mb-www-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mb-www-tech-item {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 20px 14px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: default;
}

.mb-www-tech-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border-color: rgba(230,123,9,0.2);
}

.mb-www-tech-item-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(230,123,9,0.07);
  border-radius: 12px;
}

.mb-www-tech-item-icon svg {
  color: var(--mb-orange);
}

.mb-www-tech-item-name {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.04em;
}

.mb-www-tech-item-desc {
  font-family: var(--mb-font-body);
  font-size: 0.72rem;
  color: #9ca3af;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 959px) {
  .mb-www-tech { padding: 64px 16px; }
}

/*Strony www FAQ*/

.mb-www-faq {
  position: relative;
  background: var(--mb-navy);
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-www-faq-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-www-faq::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-www-faq-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.mb-www-faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.mb-www-faq-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-www-faq-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

.mb-www-faq-heading .mb-accent { color: var(--mb-orange); }

/* Accordion */
.mb-www-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-www-faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.mb-www-faq-item.mb-faq--open {
  border-color: rgba(230,123,9,0.3);
  background: rgba(255,255,255,0.06);
}

.mb-www-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.mb-www-faq-question-text {
  font-family: var(--mb-font-header);
  font-size: 0.97rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s ease;
  line-height: 1.4;
}

.mb-www-faq-item.mb-faq--open .mb-www-faq-question-text {
  color: #ffffff;
}

.mb-www-faq-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mb-www-faq-item.mb-faq--open .mb-www-faq-toggle {
  background: rgba(230,123,9,0.15);
  color: var(--mb-orange);
  transform: rotate(45deg);
}

.mb-www-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}

.mb-www-faq-item.mb-faq--open .mb-www-faq-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

.mb-www-faq-answer p {
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}

@media (max-width: 767px) {
  .mb-www-faq { padding: 64px 16px; }
  .mb-www-faq-question { padding: 18px 18px; }
  .mb-www-faq-answer { padding: 0 18px; }
  .mb-www-faq-item.mb-faq--open .mb-www-faq-answer { padding: 0 18px 18px; }
}

/*www cta*/
.mb-www-cta {
  position: relative;
  padding: 100px 24px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(110deg, #000333 0%, #060c52 35%, #0d1468 50%, #060c52 70%, #000333 100%);
}

.mb-www-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-www-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-www-cta-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-www-cta-deco--tl {
  top: 48px; left: 60px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  transform: rotate(45deg);
}
.mb-www-cta-deco--br {
  bottom: 56px; right: 64px;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 50%;
}

.mb-www-cta-container {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

/* Ikona duża */
.mb-www-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: rgba(230,123,9,0.1);
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 20px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-www-cta-icon:hover {
  background: rgba(230,123,9,0.2);
  transform: rotate(-5deg) scale(1.05);
}

.mb-www-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mb-www-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-www-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 480px;
}

.mb-www-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mb-www-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mb-www-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

.mb-www-cta-trust-item::before {
  content: '\2713';
  color: #22c55e;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mb-www-cta { padding: 72px 20px 80px; }
  .mb-www-cta-deco--tl,
  .mb-www-cta-deco--br { display: none; }
}

/*automatyzacja block 1 hero*/
.mb-auto-hero {
  position: relative;
  background: var(--mb-navy);
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 80px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Siatka hex-like z ukośnymi liniami */
.mb-auto-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: 0;
}

/* Animowane "pulsy" w tle */
.mb-auto-pulse {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  animation: mb-auto-pulse-anim 4s ease-in-out infinite;
}

.mb-auto-pulse--1 {
  width: 500px; height: 500px;
  top: 10%; left: 30%;
  background: radial-gradient(circle, rgba(230,123,9,0.1) 0%, transparent 70%);
  filter: blur(60px);
  animation-delay: 0s;
}

.mb-auto-pulse--2 {
  width: 350px; height: 350px;
  bottom: 10%; right: 15%;
  background: radial-gradient(circle, rgba(13,20,104,0.6) 0%, transparent 70%);
  filter: blur(50px);
  animation-delay: 2s;
}

@keyframes mb-auto-pulse-anim {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

.mb-auto-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1; pointer-events: none;
}

/* Dekoracje */
.mb-auto-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-auto-deco--tl {
  top: 72px; left: 5%;
  width: 72px; height: 72px;
  border: 1.5px solid rgba(230,123,9,0.15);
  border-radius: 14px;
  transform: rotate(20deg);
}
.mb-auto-deco--tr {
  top: 56px; right: 5%;
  width: 44px; height: 44px;
  border: 1.5px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}

/* Layout główny */
.mb-auto-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-auto-hero-container { grid-template-columns: 1fr 1fr; }
}

/* Treść lewa */
.mb-auto-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
  animation: mb-auto-fade-up 0.6s ease both;
}

.mb-auto-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: mb-auto-fade-up 0.6s 0.1s ease both;
}

.mb-auto-hero-h1 .mb-accent { color: var(--mb-orange); }

.mb-auto-hero-h1 .mb-auto-strike {
  position: relative;
  color: rgba(255,255,255,0.35);
}

.mb-auto-hero-h1 .mb-auto-strike::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 3px;
  background: rgba(230,123,9,0.6);
  border-radius: 2px;
  transform: translateY(-50%);
  animation: mb-auto-line-grow 0.6s 0.7s ease both;
  transform-origin: left;
}

@keyframes mb-auto-line-grow {
  from { transform: translateY(-50%) scaleX(0); }
  to   { transform: translateY(-50%) scaleX(1); }
}

.mb-auto-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin: 0 0 40px;
  animation: mb-auto-fade-up 0.6s 0.2s ease both;
}

.mb-auto-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: mb-auto-fade-up 0.6s 0.3s ease both;
}

/* Oszczędności time-strip */
.mb-auto-hero-saving {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.2);
  border-radius: 12px;
  padding: 12px 18px;
  animation: mb-auto-fade-up 0.6s 0.4s ease both;
}

.mb-auto-hero-saving-icon {
  width: 36px; height: 36px;
  background: rgba(34,197,94,0.12);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
  flex-shrink: 0;
}

.mb-auto-hero-saving-text strong {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 0.95rem;
  font-weight: 800;
  color: #22c55e;
}

.mb-auto-hero-saving-text span {
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* Prawa — Flow Diagram */
.mb-auto-hero-visual {
  animation: mb-auto-fade-up 0.8s 0.25s ease both;
}

.mb-auto-flow-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 24px;
  position: relative;
}

/* Węzły flow */
.mb-auto-flow-nodes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mb-auto-flow-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mb-auto-flow-node {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 10px 14px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* Animowany "bieg" danych przez węzeł */
.mb-auto-flow-node::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; right: 0; bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(230,123,9,0.12), transparent);
  animation: mb-auto-data-flow 3s ease-in-out infinite;
}

.mb-auto-flow-node:nth-child(1)::before { animation-delay: 0s; }
.mb-auto-flow-node:nth-child(2)::before { animation-delay: 0.5s; }
.mb-auto-flow-node:nth-child(3)::before { animation-delay: 1s; }
.mb-auto-flow-node:nth-child(4)::before { animation-delay: 1.5s; }
.mb-auto-flow-node:nth-child(5)::before { animation-delay: 2s; }

@keyframes mb-auto-data-flow {
  0%   { left: -100%; }
  50%  { left: 100%; }
  100% { left: 100%; }
}

.mb-auto-flow-node--trigger {
  border-color: rgba(230,123,9,0.3);
  background: rgba(230,123,9,0.08);
}

.mb-auto-flow-node--action {
  border-color: rgba(99,102,241,0.25);
  background: rgba(99,102,241,0.06);
}

.mb-auto-flow-node--result {
  border-color: rgba(34,197,94,0.25);
  background: rgba(34,197,94,0.06);
}

.mb-auto-flow-node-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: mb-auto-dot-pulse 2s ease-in-out infinite;
}

.mb-auto-flow-node--trigger .mb-auto-flow-node-dot  { background: var(--mb-orange); }
.mb-auto-flow-node--action .mb-auto-flow-node-dot   { background: #818cf8; }
.mb-auto-flow-node--result .mb-auto-flow-node-dot   { background: #22c55e; }

@keyframes mb-auto-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

.mb-auto-flow-node-label {
  font-family: var(--mb-font-header);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
}

.mb-auto-flow-node-sub {
  font-family: var(--mb-font-body);
  font-size: 0.67rem;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}

/* Strzałka łącznika */
.mb-auto-flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 0 4px;
}

.mb-auto-flow-arrow-line {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.15);
}

.mb-auto-flow-arrow-head {
  color: rgba(255,255,255,0.2);
  font-size: 0.7rem;
  line-height: 1;
}

/* Connector poziomy między węzłami w row */
.mb-auto-flow-conn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
  position: relative;
}

.mb-auto-flow-conn-line {
  width: 24px;
  height: 1.5px;
  background: repeating-linear-gradient(
    to right,
    rgba(230,123,9,0.4) 0px,
    rgba(230,123,9,0.4) 4px,
    transparent 4px,
    transparent 8px
  );
  position: relative;
  overflow: hidden;
}

/* Animowany "packet" na łączniku */
.mb-auto-flow-conn-line::after {
  content: '';
  position: absolute;
  top: -2px;
  width: 6px; height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
  animation: mb-auto-packet 2s linear infinite;
}

@keyframes mb-auto-packet {
  0%   { left: -6px; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

/* Statystyka w cardzie */
.mb-auto-flow-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.mb-auto-flow-stat {
  text-align: center;
}

.mb-auto-flow-stat-val {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--mb-orange);
  letter-spacing: -0.02em;
}

.mb-auto-flow-stat-label {
  display: block;
  font-family: var(--mb-font-body);
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  margin-top: 2px;
}

@keyframes mb-auto-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 959px) {
  .mb-auto-hero { min-height: auto; padding: 80px 20px; }
  .mb-auto-deco { display: none; }
  .mb-auto-hero-visual { display: none; }
}

/* atuomatyzacja block 2*/
.mb-auto-offer {
  position: relative;
  background: #fafafa;
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-auto-offer-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-auto-offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-auto-offer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.mb-auto-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-auto-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-auto-section-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-auto-section-heading .mb-accent { color: var(--mb-orange); }

.mb-auto-section-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0 auto;
  line-height: 1.7;
  max-width: 560px;
}

/* Grid 2x2 */
.mb-auto-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .mb-auto-offer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Karta */
.mb-auto-offer-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mb-auto-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.1);
  border-color: rgba(230,123,9,0.2);
}

.mb-auto-offer-card-head {
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #000333 0%, #0d1468 100%);
  position: relative;
  overflow: hidden;
}

.mb-auto-offer-card-head::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(230,123,9,0.2) 0%, transparent 70%);
  pointer-events: none;
}

/* Animowany węzeł w tle headera */
.mb-auto-offer-card-head::after {
  content: '';
  position: absolute;
  bottom: 12px; right: 20px;
  width: 60px; height: 60px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  transform: rotate(15deg);
}

.mb-auto-offer-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(230,123,9,0.15);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 14px;
  color: var(--mb-orange);
  margin-bottom: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-auto-offer-card:hover .mb-auto-offer-card-icon {
  background: rgba(230,123,9,0.25);
  transform: rotate(-6deg) scale(1.05);
}

.mb-auto-offer-card-title {
  font-family: var(--mb-font-header);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.mb-auto-offer-card-tag {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

.mb-auto-offer-card-body {
  padding: 24px 32px 32px;
}

.mb-auto-offer-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 24px;
}

.mb-auto-offer-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-auto-offer-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #374151;
}

.mb-auto-offer-feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: rgba(230,123,9,0.1);
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--mb-orange);
}

@media (max-width: 699px) {
  .mb-auto-offer { padding: 64px 16px; }
  .mb-auto-offer-card-head { padding: 24px; }
  .mb-auto-offer-card-body { padding: 20px 24px 28px; }
}
/*auto block 3*/

.mb-auto-cases {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-auto-cases-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-auto-cases::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-auto-cases-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.mb-auto-cases-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-auto-cases-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-auto-cases-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-auto-cases-heading .mb-accent { color: var(--mb-orange); }

.mb-auto-cases-sub {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0;
}

/* Grid cases */
.mb-auto-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .mb-auto-cases-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Case karta */
.mb-auto-case-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.mb-auto-case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mb-auto-case-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(230,123,9,0.25);
  transform: translateY(-6px);
}

.mb-auto-case-card:hover::before {
  opacity: 1; transform: scaleX(1);
}

/* Branża label */
.mb-auto-case-industry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 999px;
  padding: 4px 12px;
  font-family: var(--mb-font-header);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-auto-case-title {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.35;
}

.mb-auto-case-desc {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0 0 24px;
}

/* Wynik */
.mb-auto-case-result {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(34,197,94,0.07);
  border: 1px solid rgba(34,197,94,0.15);
  border-radius: 10px;
  padding: 10px 14px;
}

.mb-auto-case-result-icon {
  color: #22c55e;
  flex-shrink: 0;
}

.mb-auto-case-result-text {
  font-family: var(--mb-font-header);
  font-size: 0.82rem;
  font-weight: 700;
  color: #22c55e;
  line-height: 1.3;
}

/* Narzędzia */
.mb-auto-case-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.mb-auto-case-tool {
  font-family: var(--mb-font-body);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 3px 8px;
}

@media (max-width: 767px) {
  .mb-auto-cases { padding: 64px 16px; }
}

/*auto block 4*/

.mb-auto-calc {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-auto-calc-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 28px,
      rgba(0,3,51,0.025) 28px,
      rgba(0,3,51,0.025) 29px
    );
  z-index: 0; pointer-events: none;
}

.mb-auto-calc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-auto-calc-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.mb-auto-calc-header {
  text-align: center;
  margin-bottom: 52px;
}

.mb-auto-calc-inner {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}

.mb-auto-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 768px) {
  .mb-auto-calc-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}

/* Slidery */
.mb-auto-calc-sliders {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mb-auto-calc-label {
  font-family: var(--mb-font-header);
  font-size: 0.82rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mb-auto-calc-label-val {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 900;
  color: var(--mb-orange);
}

.mb-auto-calc-slider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #e5e7eb;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.mb-auto-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; height: 20px;
  background: var(--mb-navy);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.mb-auto-calc-slider::-webkit-slider-thumb:hover {
  background: var(--mb-orange);
  transform: scale(1.2);
}

.mb-auto-calc-slider:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(230,123,9,0.2);
}

/* Wyniki */
.mb-auto-calc-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mb-auto-calc-result-box {
  border-radius: 16px;
  padding: 22px 24px;
}

.mb-auto-calc-result-box--loss {
  background: rgba(239,68,68,0.06);
  border: 1px solid rgba(239,68,68,0.15);
}

.mb-auto-calc-result-box--gain {
  background: rgba(230,123,9,0.06);
  border: 1px solid rgba(230,123,9,0.2);
}

.mb-auto-calc-result-box--time {
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.15);
}

.mb-auto-calc-result-label {
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mb-auto-calc-result-label::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
}

.mb-auto-calc-result-box--loss .mb-auto-calc-result-label::before   { background: #ef4444; }
.mb-auto-calc-result-box--gain .mb-auto-calc-result-label::before   { background: var(--mb-orange); }
.mb-auto-calc-result-box--time .mb-auto-calc-result-label::before   { background: #22c55e; }

.mb-auto-calc-result-val {
  font-family: var(--mb-font-header);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.mb-auto-calc-result-box--loss .mb-auto-calc-result-val { color: #ef4444; }
.mb-auto-calc-result-box--gain .mb-auto-calc-result-val { color: var(--mb-orange); }
.mb-auto-calc-result-box--time .mb-auto-calc-result-val { color: #22c55e; }

.mb-auto-calc-result-sub {
  font-family: var(--mb-font-body);
  font-size: 0.78rem;
  color: #9ca3af;
  margin-top: 4px;
}

.mb-auto-calc-cta {
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .mb-auto-calc { padding: 64px 16px; }
  .mb-auto-calc-inner { padding: 28px 20px; }
}

/*auto block 5*/

.mb-auto-faq {
  position: relative;
  background: var(--mb-navy);
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-auto-faq-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-auto-faq::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-auto-faq-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.mb-auto-faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.mb-auto-faq-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-auto-faq-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

.mb-auto-faq-heading .mb-accent { color: var(--mb-orange); }

.mb-auto-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-auto-faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.mb-auto-faq-item.mb-afaq--open {
  border-color: rgba(230,123,9,0.3);
  background: rgba(255,255,255,0.06);
}

.mb-auto-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
}

.mb-auto-faq-q-text {
  font-family: var(--mb-font-header);
  font-size: 0.97rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.mb-auto-faq-item.mb-afaq--open .mb-auto-faq-q-text { color: #ffffff; }

.mb-auto-faq-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mb-auto-faq-item.mb-afaq--open .mb-auto-faq-toggle {
  background: rgba(230,123,9,0.15);
  color: var(--mb-orange);
  transform: rotate(45deg);
}

.mb-auto-faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.mb-auto-faq-item.mb-afaq--open .mb-auto-faq-a {
  max-height: 300px;
  padding: 0 24px 22px;
}

.mb-auto-faq-a p {
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}

@media (max-width: 767px) {
  .mb-auto-faq { padding: 64px 16px; }
  .mb-auto-faq-q { padding: 18px; }
  .mb-auto-faq-a { padding: 0 18px; }
  .mb-auto-faq-item.mb-afaq--open .mb-auto-faq-a { padding: 0 18px 18px; }
}

/*auto block 6*/
.mb-auto-cta {
  position: relative;
  padding: 100px 24px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(110deg, #000333 0%, #060c52 35%, #0d1468 50%, #060c52 70%, #000333 100%);
}

.mb-auto-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-auto-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-auto-cta-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}

.mb-auto-cta-deco--tl {
  top: 48px; left: 60px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  transform: rotate(45deg);
}

.mb-auto-cta-deco--br {
  bottom: 56px; right: 64px;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 50%;
}

.mb-auto-cta-container {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.mb-auto-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: rgba(230,123,9,0.1);
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 20px;
  color: var(--mb-orange);
  margin-bottom: 28px;
}

.mb-auto-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mb-auto-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-auto-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 480px;
}

.mb-auto-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mb-auto-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mb-auto-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

.mb-auto-cta-trust-item::before {
  content: '\2713';
  color: #22c55e;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mb-auto-cta { padding: 72px 20px 80px; }
  .mb-auto-cta-deco--tl,
  .mb-auto-cta-deco--br { display: none; }
}


/**Marketing Internetowy Stron**/
/*mkt block 1*/
.mb-mkt-hero {
  position: relative;
  background: var(--mb-navy);
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 80px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Siatka w tle */
.mb-mkt-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  animation: mb-mkt-grid-drift 40s linear infinite;
  z-index: 0;
}

@keyframes mb-mkt-grid-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 56px 56px; }
}

/* Poświaty */
.mb-mkt-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.mb-mkt-glow--main {
  top: 15%; left: 35%;
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.11) 0%, transparent 65%);
  filter: blur(80px);
  animation: mb-mkt-glow-pulse 6s ease-in-out infinite;
}

.mb-mkt-glow--sec {
  bottom: 5%; right: 5%;
  width: 400px; height: 300px;
  background: radial-gradient(ellipse, rgba(99,102,241,0.08) 0%, transparent 65%);
  filter: blur(60px);
  animation: mb-mkt-glow-pulse 6s 3s ease-in-out infinite;
}

@keyframes mb-mkt-glow-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.08); }
}

.mb-mkt-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1; pointer-events: none;
}

/* Dekoracje */
.mb-mkt-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-mkt-deco--tl {
  top: 80px; left: 5%;
  width: 70px; height: 70px;
  border: 1.5px solid rgba(230,123,9,0.15);
  border-radius: 14px;
  transform: rotate(18deg);
}
.mb-mkt-deco--tr {
  top: 64px; right: 5%;
  width: 42px; height: 42px;
  border: 1.5px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.mb-mkt-deco--br {
  bottom: 130px; right: 4%;
  width: 28px; height: 28px;
  background: rgba(230,123,9,0.1);
  border-radius: 6px;
  transform: rotate(45deg);
}

/* Layout */
.mb-mkt-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-mkt-hero-container { grid-template-columns: 1fr 1fr; }
}

/* Treść */
.mb-mkt-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
  animation: mb-mkt-fade-up 0.6s ease both;
}

.mb-mkt-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: mb-mkt-fade-up 0.6s 0.1s ease both;
}

.mb-mkt-hero-h1 .mb-accent { color: var(--mb-orange); }

/* Podkreślenie animowane */
.mb-mkt-hero-h1 .mb-mkt-und {
  position: relative;
  display: inline-block;
}

.mb-mkt-hero-h1 .mb-mkt-und::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: var(--mb-orange-grad);
  border-radius: 2px;
  transform-origin: left;
  animation: mb-mkt-underline 0.7s 0.55s ease both;
}

@keyframes mb-mkt-underline {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.mb-mkt-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin: 0 0 40px;
  animation: mb-mkt-fade-up 0.6s 0.2s ease both;
}

.mb-mkt-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: mb-mkt-fade-up 0.6s 0.3s ease both;
}

/* Pasek wyników */
.mb-mkt-hero-results {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  animation: mb-mkt-fade-up 0.6s 0.4s ease both;
}

.mb-mkt-hero-result {
  flex: 1;
  padding: 14px 16px;
  text-align: center;
  position: relative;
}

.mb-mkt-hero-result + .mb-mkt-hero-result {
  border-left: 1px solid rgba(255,255,255,0.06);
}

.mb-mkt-hero-result-val {
  display: block;
  font-family: var(--mb-font-header);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--mb-orange);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}

.mb-mkt-hero-result-label {
  display: block;
  font-family: var(--mb-font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.3;
}

/* Prawa — Dashboard mockup */
.mb-mkt-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: mb-mkt-fade-up 0.8s 0.25s ease both;
}

/* Dashboard card */
.mb-mkt-dash-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
}

/* Nagłówek dashboardu */
.mb-mkt-dash-topbar {
  background: rgba(255,255,255,0.03);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mb-mkt-dash-title {
  font-family: var(--mb-font-header);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
}

.mb-mkt-dash-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mb-font-body);
  font-size: 0.68rem;
  color: rgba(34,197,94,0.8);
}

.mb-mkt-dash-live-dot {
  width: 6px; height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: mb-mkt-live-pulse 1.5s ease-in-out infinite;
}

@keyframes mb-mkt-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

/* Metryki grid */
.mb-mkt-dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mb-mkt-dash-metric {
  background: rgba(10,14,61,0.6);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mb-mkt-dash-metric-label {
  font-family: var(--mb-font-body);
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mb-mkt-dash-metric-val {
  font-family: var(--mb-font-header);
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.mb-mkt-dash-metric-delta {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: var(--mb-font-body);
  font-size: 0.68rem;
  font-weight: 600;
}

.mb-mkt-dash-metric-delta--up   { color: #22c55e; }
.mb-mkt-dash-metric-delta--down { color: #ef4444; }

/* Mini wykres słupkowy */
.mb-mkt-dash-chart {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-mkt-dash-chart-label {
  font-family: var(--mb-font-header);
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mb-mkt-dash-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 60px;
}

.mb-mkt-dash-bar-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}

.mb-mkt-dash-bar {
  border-radius: 4px 4px 0 0;
  background: rgba(230,123,9,0.3);
  transition: background 0.3s ease;
  animation: mb-mkt-bar-grow 1s ease both;
  transform-origin: bottom;
}

.mb-mkt-dash-bar-wrap:hover .mb-mkt-dash-bar {
  background: rgba(230,123,9,0.7);
}

.mb-mkt-dash-bar--highlight {
  background: var(--mb-orange-grad) !important;
}

@keyframes mb-mkt-bar-grow {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

/* Źródła ruchu */
.mb-mkt-dash-sources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mb-mkt-dash-source {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mb-mkt-dash-source-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mb-mkt-dash-source-info {
  flex: 1;
}

.mb-mkt-dash-source-name {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  display: block;
}

.mb-mkt-dash-source-bar-wrap {
  height: 3px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  margin-top: 4px;
  overflow: hidden;
}

.mb-mkt-dash-source-bar {
  height: 100%;
  border-radius: 2px;
  animation: mb-mkt-source-grow 1.2s ease both;
  transform-origin: left;
}

@keyframes mb-mkt-source-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.mb-mkt-dash-source-val {
  font-family: var(--mb-font-header);
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}

@keyframes mb-mkt-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 959px) {
  .mb-mkt-hero { min-height: auto; padding: 80px 20px; }
  .mb-mkt-deco { display: none; }
  .mb-mkt-hero-visual { display: none; }
}

/*mkt block 2*/

.mb-mkt-offer {
  position: relative;
  background: #fafafa;
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-mkt-offer-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-mkt-offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-mkt-offer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Reużywalne nagłówki sekcji */
.mb-mkt-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-mkt-section-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-mkt-section-heading .mb-accent { color: var(--mb-orange); }

.mb-mkt-section-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

.mb-mkt-section-header {
  text-align: center;
  margin-bottom: 64px;
}

/* Grid 2x2 */
.mb-mkt-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .mb-mkt-offer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Karta */
.mb-mkt-offer-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mb-mkt-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.1);
  border-color: rgba(230,123,9,0.2);
}

.mb-mkt-offer-card-head {
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #000333 0%, #0d1468 100%);
  position: relative;
  overflow: hidden;
}

.mb-mkt-offer-card-head::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(230,123,9,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.mb-mkt-offer-card-head::after {
  content: '';
  position: absolute;
  bottom: 12px; right: 20px;
  width: 55px; height: 55px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  transform: rotate(12deg);
}

.mb-mkt-offer-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(230,123,9,0.15);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 14px;
  color: var(--mb-orange);
  margin-bottom: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-mkt-offer-card:hover .mb-mkt-offer-card-icon {
  background: rgba(230,123,9,0.25);
  transform: rotate(-6deg) scale(1.05);
}

.mb-mkt-offer-card-title {
  font-family: var(--mb-font-header);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.mb-mkt-offer-card-tag {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

.mb-mkt-offer-card-body {
  padding: 24px 32px 32px;
}

.mb-mkt-offer-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 24px;
}

.mb-mkt-offer-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-mkt-offer-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #374151;
}

.mb-mkt-offer-feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: rgba(230,123,9,0.1);
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--mb-orange);
}

@media (max-width: 699px) {
  .mb-mkt-offer { padding: 64px 16px; }
  .mb-mkt-offer-card-head { padding: 24px; }
  .mb-mkt-offer-card-body { padding: 20px 24px 28px; }
}
/*mkt block 3*/


.mb-mkt-results {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-mkt-results-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-mkt-results::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.09) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-mkt-results-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.mb-mkt-results-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-mkt-results-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-mkt-results-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-mkt-results-heading .mb-accent { color: var(--mb-orange); }

.mb-mkt-results-sub {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0;
}

/* Grid kart Przed/Po */
.mb-mkt-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .mb-mkt-cases-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Case card */
.mb-mkt-case {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.mb-mkt-case:hover {
  transform: translateY(-6px);
  border-color: rgba(230,123,9,0.25);
}

/* Branża nagłówek */
.mb-mkt-case-head {
  padding: 20px 22px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mb-mkt-case-industry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 999px;
  padding: 4px 12px;
  font-family: var(--mb-font-header);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mb-orange);
}

.mb-mkt-case-channel {
  font-family: var(--mb-font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
}

.mb-mkt-case-title {
  padding: 16px 22px 0;
  font-family: var(--mb-font-header);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.4;
}

/* Tabela przed/po */
.mb-mkt-case-comparison {
  padding: 0 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-mkt-case-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
}

.mb-mkt-case-row-label {
  font-family: var(--mb-font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}

.mb-mkt-case-row-before {
  font-family: var(--mb-font-header);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.25);
  text-decoration: line-through;
  text-align: right;
}

.mb-mkt-case-row-after {
  font-family: var(--mb-font-header);
  font-size: 0.88rem;
  font-weight: 800;
  color: #22c55e;
  min-width: 64px;
  text-align: right;
}

/* Separator */
.mb-mkt-case-divider {
  height: 1px;
  background: rgba(255,255,255,0.05);
  margin: 4px 0;
}

/* Wynik główny */
.mb-mkt-case-result {
  padding: 0 22px 22px;
}

.mb-mkt-case-result-box {
  background: rgba(34,197,94,0.07);
  border: 1px solid rgba(34,197,94,0.15);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mb-mkt-case-result-ico { color: #22c55e; flex-shrink: 0; }

.mb-mkt-case-result-text {
  font-family: var(--mb-font-header);
  font-size: 0.8rem;
  font-weight: 700;
  color: #22c55e;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .mb-mkt-results { padding: 64px 16px; }
}

/*mkt block 4*/

.mb-mkt-calc {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-mkt-calc-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 28px,
      rgba(0,3,51,0.025) 28px,
      rgba(0,3,51,0.025) 29px
    );
  z-index: 0; pointer-events: none;
}

.mb-mkt-calc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-mkt-calc-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.mb-mkt-calc-header {
  text-align: center;
  margin-bottom: 52px;
}

.mb-mkt-calc-inner {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}

.mb-mkt-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 768px) {
  .mb-mkt-calc-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}

/* Slidery */
.mb-mkt-calc-sliders {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mb-mkt-calc-field-label {
  font-family: var(--mb-font-header);
  font-size: 0.82rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mb-mkt-calc-field-val {
  font-family: var(--mb-font-header);
  font-size: 1rem;
  font-weight: 900;
  color: var(--mb-orange);
}

.mb-mkt-calc-slider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #e5e7eb;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.mb-mkt-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; height: 20px;
  background: var(--mb-navy);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.mb-mkt-calc-slider::-webkit-slider-thumb:hover {
  background: var(--mb-orange);
  transform: scale(1.2);
}

/* Wyniki */
.mb-mkt-calc-results {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mb-mkt-calc-rbox {
  border-radius: 16px;
  padding: 20px 22px;
}

.mb-mkt-calc-rbox--neutral {
  background: rgba(0,3,51,0.04);
  border: 1px solid rgba(0,3,51,0.08);
}

.mb-mkt-calc-rbox--warn {
  background: rgba(239,68,68,0.05);
  border: 1px solid rgba(239,68,68,0.15);
}

.mb-mkt-calc-rbox--good {
  background: rgba(230,123,9,0.06);
  border: 1px solid rgba(230,123,9,0.2);
}

.mb-mkt-calc-rbox--best {
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.2);
}

.mb-mkt-calc-rbox-label {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mb-mkt-calc-rbox-label::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
}

.mb-mkt-calc-rbox--neutral .mb-mkt-calc-rbox-label::before { background: #6b7280; }
.mb-mkt-calc-rbox--warn    .mb-mkt-calc-rbox-label::before { background: #ef4444; }
.mb-mkt-calc-rbox--good    .mb-mkt-calc-rbox-label::before { background: var(--mb-orange); }
.mb-mkt-calc-rbox--best    .mb-mkt-calc-rbox-label::before { background: #22c55e; }

.mb-mkt-calc-rbox-val {
  font-family: var(--mb-font-header);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.mb-mkt-calc-rbox--neutral .mb-mkt-calc-rbox-val { color: #374151; }
.mb-mkt-calc-rbox--warn    .mb-mkt-calc-rbox-val { color: #ef4444; }
.mb-mkt-calc-rbox--good    .mb-mkt-calc-rbox-val { color: var(--mb-orange); }
.mb-mkt-calc-rbox--best    .mb-mkt-calc-rbox-val { color: #22c55e; }

.mb-mkt-calc-rbox-sub {
  font-family: var(--mb-font-body);
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 4px;
}

/* Wskaźnik ROAS ocena */
.mb-mkt-calc-roas-bar {
  margin-top: 8px;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}

.mb-mkt-calc-roas-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--mb-orange-grad);
  transition: width 0.4s ease;
  max-width: 100%;
}

.mb-mkt-calc-roas-labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--mb-font-body);
  font-size: 0.65rem;
  color: #9ca3af;
  margin-top: 4px;
}

.mb-mkt-calc-cta {
  margin-top: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .mb-mkt-calc { padding: 64px 16px; }
  .mb-mkt-calc-inner { padding: 28px 20px; }
}

/*mkt block 5*/

.mb-mkt-faq {
  position: relative;
  background: var(--mb-navy);
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-mkt-faq-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-mkt-faq::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.08) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0; pointer-events: none;
}

.mb-mkt-faq-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.mb-mkt-faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.mb-mkt-faq-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-mkt-faq-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

.mb-mkt-faq-heading .mb-accent { color: var(--mb-orange); }

.mb-mkt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-mkt-faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.mb-mkt-faq-item.mb-mfaq--open {
  border-color: rgba(230,123,9,0.3);
  background: rgba(255,255,255,0.06);
}

.mb-mkt-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
}

.mb-mkt-faq-q-text {
  font-family: var(--mb-font-header);
  font-size: 0.97rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.mb-mkt-faq-item.mb-mfaq--open .mb-mkt-faq-q-text { color: #ffffff; }

.mb-mkt-faq-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mb-mkt-faq-item.mb-mfaq--open .mb-mkt-faq-toggle {
  background: rgba(230,123,9,0.15);
  color: var(--mb-orange);
  transform: rotate(45deg);
}

.mb-mkt-faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.mb-mkt-faq-item.mb-mfaq--open .mb-mkt-faq-a {
  max-height: 300px;
  padding: 0 24px 22px;
}

.mb-mkt-faq-a p {
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}

@media (max-width: 767px) {
  .mb-mkt-faq { padding: 64px 16px; }
  .mb-mkt-faq-q { padding: 18px; }
  .mb-mkt-faq-a { padding: 0 18px; }
  .mb-mkt-faq-item.mb-mfaq--open .mb-mkt-faq-a { padding: 0 18px 18px; }
}
/*mkt block 6*/

.mb-mkt-cta {
  position: relative;
  padding: 100px 24px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(110deg, #000333 0%, #060c52 35%, #0d1468 50%, #060c52 70%, #000333 100%);
}

.mb-mkt-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-mkt-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-mkt-cta-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-mkt-cta-deco--tl {
  top: 48px; left: 60px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  transform: rotate(45deg);
}
.mb-mkt-cta-deco--br {
  bottom: 56px; right: 64px;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230,123,9,0.2);
  border-radius: 50%;
}

.mb-mkt-cta-container {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.mb-mkt-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: rgba(230,123,9,0.1);
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 20px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-mkt-cta-icon:hover {
  background: rgba(230,123,9,0.2);
  transform: rotate(-5deg) scale(1.05);
}

.mb-mkt-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mb-mkt-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-mkt-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 480px;
}

.mb-mkt-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mb-mkt-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mb-mkt-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

.mb-mkt-cta-trust-item::before {
  content: '\2713';
  color: #22c55e;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mb-mkt-cta { padding: 72px 20px 80px; }
  .mb-mkt-cta-deco--tl,
  .mb-mkt-cta-deco--br { display: none; }
}


/**Strona Branding i Multimedia**/
/*block 1*/
.mb-br-hero {
  position: relative;
  background: var(--mb-navy);
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 80px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Tekstura ziarna — nadaje głębię */
.mb-br-hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  z-index: 0; pointer-events: none; opacity: 0.5;
}

/* Siatka */
.mb-br-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  z-index: 0;
}

/* Poświaty gradientowe */
.mb-br-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.mb-br-glow--1 {
  top: 0; left: 20%;
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.1) 0%, transparent 65%);
  animation: mb-br-glow-shift 8s ease-in-out infinite;
}

.mb-br-glow--2 {
  bottom: -10%; right: 10%;
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(168,85,247,0.06) 0%, transparent 65%);
  animation: mb-br-glow-shift 8s 4s ease-in-out infinite;
}

@keyframes mb-br-glow-shift {
  0%, 100% { opacity: 0.7; transform: translateY(0) scale(1); }
  50%       { opacity: 1;   transform: translateY(-20px) scale(1.05); }
}

.mb-br-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--mb-navy));
  z-index: 1; pointer-events: none;
}

/* Dekoracje geometryczne */
.mb-br-deco {
  position: absolute;
  z-index: 0; pointer-events: none;
}
.mb-br-deco--tl {
  top: 80px; left: 5%;
  width: 72px; height: 72px;
  border: 1.5px solid rgba(230,123,9,0.15);
  border-radius: 14px;
  transform: rotate(18deg);
}
.mb-br-deco--tr {
  top: 60px; right: 6%;
  width: 44px; height: 44px;
  border: 1.5px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.mb-br-deco--br {
  bottom: 140px; right: 5%;
  width: 30px; height: 30px;
  background: rgba(230,123,9,0.1);
  border-radius: 8px;
  transform: rotate(45deg);
}
.mb-br-deco--bl {
  bottom: 180px; left: 4%;
  width: 50px; height: 50px;
  border: 1.5px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  transform: rotate(-12deg);
}

/* Layout */
.mb-br-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 960px) {
  .mb-br-hero-container { grid-template-columns: 1fr 1fr; }
}

/* Treść lewa */
.mb-br-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 28px;
  animation: mb-br-fade-up 0.6s ease both;
}

.mb-br-hero-h1 {
  font-family: var(--mb-font-header);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: mb-br-fade-up 0.6s 0.1s ease both;
}

.mb-br-hero-h1 .mb-accent { color: var(--mb-orange); }

.mb-br-hero-h1 .mb-br-italic {
  font-style: italic;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
}

.mb-br-hero-sub {
  font-family: var(--mb-font-body);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin: 0 0 40px;
  animation: mb-br-fade-up 0.6s 0.2s ease both;
}

.mb-br-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: mb-br-fade-up 0.6s 0.3s ease both;
}

/* Pillsy z kategoriami */
.mb-br-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: mb-br-fade-up 0.6s 0.4s ease both;
}

.mb-br-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mb-br-hero-pill:hover {
  background: rgba(230,123,9,0.1);
  border-color: rgba(230,123,9,0.3);
  color: rgba(255,255,255,0.85);
}

.mb-br-hero-pill-dot {
  width: 6px; height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Prawa — Brand identity mockup */
.mb-br-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: mb-br-fade-up 0.8s 0.25s ease both;
}

/* Brand card — główna */
.mb-br-brand-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}

.mb-br-brand-card-topbar {
  background: rgba(255,255,255,0.03);
  padding: 11px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mb-br-brand-card-title-small {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mb-br-brand-card-dots {
  display: flex;
  gap: 5px;
}

.mb-br-brand-card-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}

/* Logo preview area */
.mb-br-logo-area {
  padding: 28px 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Symulacja logo */
.mb-br-logo-preview {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mb-br-logo-icon {
  width: 52px; height: 52px;
  background: var(--mb-orange-grad);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mb-br-logo-icon svg { color: #ffffff; }

.mb-br-logo-text-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mb-br-logo-wordmark {
  font-family: var(--mb-font-header);
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.mb-br-logo-tagline {
  font-family: var(--mb-font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Paleta kolorów */
.mb-br-palette {
  display: flex;
  gap: 8px;
}

.mb-br-palette-swatch {
  flex: 1;
  height: 36px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.mb-br-palette-swatch:hover { transform: scaleY(1.15); }

.mb-br-palette-swatch-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.4);
  font-family: var(--mb-font-body);
  font-size: 0.55rem;
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 2px 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mb-br-palette-swatch:hover .mb-br-palette-swatch-label { opacity: 1; }

/* Typografia preview */
.mb-br-type-preview {
  padding: 0 28px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mb-br-type-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.mb-br-type-label {
  font-family: var(--mb-font-body);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 48px;
  flex-shrink: 0;
}

.mb-br-type-sample--h {
  font-family: var(--mb-font-header);
  font-size: 1.3rem;
  font-weight: 900;
  color: rgba(255,255,255,0.85);
  letter-spacing: -0.02em;
  line-height: 1;
}

.mb-br-type-sample--sub {
  font-family: var(--mb-font-header);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mb-br-type-sample--body {
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
}

/* Dolny rząd — dwie mini karty */
.mb-br-mini-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mb-br-mini-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mb-br-mini-card-label {
  font-family: var(--mb-font-header);
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Mockup wizytówki */
.mb-br-biz-card {
  background: linear-gradient(135deg, #000333, #0d1468);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(255,255,255,0.08);
}

.mb-br-biz-card-name {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffffff;
}

.mb-br-biz-card-role {
  font-family: var(--mb-font-body);
  font-size: 0.6rem;
  color: var(--mb-orange);
}

.mb-br-biz-card-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 2px 0;
}

.mb-br-biz-card-contact {
  font-family: var(--mb-font-body);
  font-size: 0.58rem;
  color: rgba(255,255,255,0.35);
}

/* Social media preview */
.mb-br-social-preview {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mb-br-social-post {
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.mb-br-social-avatar {
  width: 18px; height: 18px;
  background: var(--mb-orange-grad);
  border-radius: 50%;
  flex-shrink: 0;
}

.mb-br-social-lines {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.mb-br-social-line {
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  height: 5px;
}

.mb-br-social-line:first-child { width: 80%; }
.mb-br-social-line:last-child  { width: 55%; }

@keyframes mb-br-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 959px) {
  .mb-br-hero { min-height: auto; padding: 80px 20px; }
  .mb-br-deco { display: none; }
  .mb-br-hero-visual { display: none; }
}
/*branding block 2*/

.mb-br-offer {
  position: relative;
  background: #fafafa;
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-br-offer-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,3,51,0.04) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  z-index: 0; pointer-events: none;
}

.mb-br-offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-br-offer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.mb-br-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-br-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-br-section-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-br-section-heading .mb-accent { color: var(--mb-orange); }

.mb-br-section-sub {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

/* Grid 2x2 */
.mb-br-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .mb-br-offer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Karta */
.mb-br-offer-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mb-br-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.1);
  border-color: rgba(230,123,9,0.2);
}

.mb-br-offer-card-head {
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #000333 0%, #0d1468 100%);
  position: relative;
  overflow: hidden;
}

.mb-br-offer-card-head::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(230,123,9,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.mb-br-offer-card-head::after {
  content: '';
  position: absolute;
  bottom: 10px; right: 18px;
  width: 58px; height: 58px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  transform: rotate(14deg);
}

.mb-br-offer-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(230,123,9,0.15);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 14px;
  color: var(--mb-orange);
  margin-bottom: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-br-offer-card:hover .mb-br-offer-card-icon {
  background: rgba(230,123,9,0.25);
  transform: rotate(-6deg) scale(1.05);
}

.mb-br-offer-card-title {
  font-family: var(--mb-font-header);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.mb-br-offer-card-tag {
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

.mb-br-offer-card-body {
  padding: 24px 32px 32px;
}

.mb-br-offer-card-desc {
  font-family: var(--mb-font-body);
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 24px;
}

.mb-br-offer-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-br-offer-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #374151;
}

.mb-br-offer-feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: rgba(230,123,9,0.1);
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--mb-orange);
}

@media (max-width: 699px) {
  .mb-br-offer { padding: 64px 16px; }
  .mb-br-offer-card-head { padding: 24px; }
  .mb-br-offer-card-body { padding: 20px 24px 28px; }
}

/*branding block 3*/
.mb-br-process {
  position: relative;
  background: var(--mb-navy);
  padding: 96px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-br-process-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-br-process::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.09) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-br-process-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.mb-br-process-header {
  text-align: center;
  margin-bottom: 64px;
}

.mb-br-process-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-br-process-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.mb-br-process-heading .mb-accent { color: var(--mb-orange); }

.mb-br-process-sub {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0;
}

/* Grid kart procesu */
.mb-br-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .mb-br-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .mb-br-process-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Karta flippable */
.mb-br-process-flip-wrap {
  height: 240px;
  perspective: 1000px;
  cursor: pointer;
}

.mb-br-process-flip {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.mb-br-process-flip-wrap:hover .mb-br-process-flip,
.mb-br-process-flip-wrap.mb-br--flipped .mb-br-process-flip {
  transform: rotateY(180deg);
}

.mb-br-process-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 18px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
}

/* Przód */
.mb-br-process-front {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  justify-content: space-between;
}

.mb-br-process-front-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mb-br-process-num {
  font-family: var(--mb-font-header);
  font-size: 2.8rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  letter-spacing: -0.04em;
}

.mb-br-process-step-icon {
  width: 44px; height: 44px;
  background: rgba(230,123,9,0.12);
  border: 1px solid rgba(230,123,9,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  flex-shrink: 0;
}

.mb-br-process-step-title {
  font-family: var(--mb-font-header);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.mb-br-process-flip-hint {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mb-font-body);
  font-size: 0.68rem;
  color: rgba(255,255,255,0.2);
  margin-top: 8px;
}

/* Tył */
.mb-br-process-back {
  background: linear-gradient(135deg, rgba(230,123,9,0.12), rgba(230,123,9,0.05));
  border: 1px solid rgba(230,123,9,0.25);
  transform: rotateY(180deg);
  justify-content: center;
  gap: 12px;
}

.mb-br-process-back-title {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--mb-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mb-br-process-back-desc {
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  margin: 0;
}

.mb-br-process-back-deliverable {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--mb-font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

.mb-br-process-back-deliverable-label {
  font-weight: 600;
  color: rgba(230,123,9,0.7);
  white-space: nowrap;
}

/* Czas na dole grid */
.mb-br-process-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  font-family: var(--mb-font-body);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.3);
}

.mb-br-process-timeline-dot {
  width: 6px; height: 6px;
  background: var(--mb-orange);
  border-radius: 50%;
}

@media (max-width: 639px) {
  .mb-br-process { padding: 64px 16px; }
  .mb-br-process-flip-wrap { height: 200px; }
}

/*brand block 4*/


.mb-br-deliver {
  position: relative;
  background: #fafafa;
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-br-deliver-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 28px,
      rgba(0,3,51,0.025) 28px,
      rgba(0,3,51,0.025) 29px
    );
  z-index: 0; pointer-events: none;
}

.mb-br-deliver::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #fafafa 78%);
  z-index: 1; pointer-events: none;
}

.mb-br-deliver-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
}

@media (min-width: 960px) {
  .mb-br-deliver-container { grid-template-columns: 1fr 1fr; }
}

/* Lewa — tekst */
.mb-br-deliver-content {}

.mb-br-deliver-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mb-br-deliver-heading .mb-accent { color: var(--mb-orange); }

.mb-br-deliver-desc {
  font-family: var(--mb-font-body);
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 0 36px;
}

/* Kategorie deliverables */
.mb-br-deliver-cats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mb-br-deliver-cat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.mb-br-deliver-cat-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(230,123,9,0.08);
  border: 1px solid rgba(230,123,9,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-orange);
  margin-top: 2px;
}

.mb-br-deliver-cat-title {
  font-family: var(--mb-font-header);
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}

.mb-br-deliver-cat-items {
  font-family: var(--mb-font-body);
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Prawa — Checklist wizualny */
.mb-br-deliver-checklist {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.mb-br-deliver-cl-title {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(0,3,51,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mb-br-deliver-cl-title::before {
  content: '';
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--mb-orange);
  border-radius: 1px;
}

.mb-br-deliver-cl-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}

.mb-br-deliver-cl-group-label {
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--mb-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.mb-br-deliver-cl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-family: var(--mb-font-body);
  font-size: 0.88rem;
  color: #374151;
}

.mb-br-deliver-cl-item:last-child { border-bottom: none; }

.mb-br-deliver-cl-check {
  width: 18px; height: 18px;
  background: rgba(34,197,94,0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #22c55e;
}

.mb-br-deliver-cl-format {
  margin-left: auto;
  font-family: var(--mb-font-body);
  font-size: 0.68rem;
  color: #9ca3af;
  background: #f3f4f6;
  border-radius: 4px;
  padding: 2px 7px;
}

@media (max-width: 959px) {
  .mb-br-deliver { padding: 64px 16px; }
}

/*Brand Block 5*/
.mb-br-faq {
  position: relative;
  background: var(--mb-navy);
  padding: 88px 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.mb-br-faq-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-br-faq::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.07) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

.mb-br-faq-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.mb-br-faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.mb-br-faq-badge {
  display: inline-flex;
  background: rgba(230,123,9,0.1);
  border: 1px solid rgba(230,123,9,0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: var(--mb-font-header);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mb-orange);
  margin-bottom: 18px;
}

.mb-br-faq-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

.mb-br-faq-heading .mb-accent { color: var(--mb-orange); }

.mb-br-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-br-faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.mb-br-faq-item.mb-bfaq--open {
  border-color: rgba(230,123,9,0.3);
  background: rgba(255,255,255,0.06);
}

.mb-br-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
}

.mb-br-faq-q-text {
  font-family: var(--mb-font-header);
  font-size: 0.97rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.mb-br-faq-item.mb-bfaq--open .mb-br-faq-q-text { color: #ffffff; }

.mb-br-faq-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mb-br-faq-item.mb-bfaq--open .mb-br-faq-toggle {
  background: rgba(230,123,9,0.15);
  color: var(--mb-orange);
  transform: rotate(45deg);
}

.mb-br-faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.mb-br-faq-item.mb-bfaq--open .mb-br-faq-a {
  max-height: 300px;
  padding: 0 24px 22px;
}

.mb-br-faq-a p {
  font-family: var(--mb-font-body);
  font-size: 0.93rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}

@media (max-width: 767px) {
  .mb-br-faq { padding: 64px 16px; }
  .mb-br-faq-q { padding: 18px; }
  .mb-br-faq-a { padding: 0 18px; }
  .mb-br-faq-item.mb-bfaq--open .mb-br-faq-a { padding: 0 18px 18px; }
}

/*brand block 6 cta*/

.mb-br-cta {
  position: relative;
  padding: 100px 24px 110px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(110deg, #000333 0%, #060c52 35%, #0d1468 50%, #060c52 70%, #000333 100%);
}

.mb-br-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0; pointer-events: none;
}

.mb-br-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(230,123,9,0.14) 0%, transparent 65%);
  filter: blur(70px);
  z-index: 0; pointer-events: none;
}

/* Dekoracje unikalną dla tej strony — koła jak kolory marki */
.mb-br-cta-circles {
  position: absolute;
  inset: 0;
  z-index: 0; pointer-events: none;
  overflow: hidden;
}

.mb-br-cta-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
}

.mb-br-cta-circle--1 {
  width: 400px; height: 400px;
  top: -200px; left: -100px;
}

.mb-br-cta-circle--2 {
  width: 600px; height: 600px;
  bottom: -300px; right: -150px;
}

.mb-br-cta-circle--3 {
  width: 200px; height: 200px;
  top: 40px; right: 10%;
  border-color: rgba(230,123,9,0.08);
}

.mb-br-cta-container {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.mb-br-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: rgba(230,123,9,0.1);
  border: 1.5px solid rgba(230,123,9,0.25);
  border-radius: 20px;
  color: var(--mb-orange);
  margin-bottom: 28px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mb-br-cta-icon:hover {
  background: rgba(230,123,9,0.2);
  transform: rotate(-5deg) scale(1.05);
}

.mb-br-cta-heading {
  font-family: var(--mb-font-header);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mb-br-cta-heading .mb-accent { color: var(--mb-orange); }

.mb-br-cta-desc {
  font-family: var(--mb-font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin: 0 auto 44px;
  max-width: 480px;
}

.mb-br-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mb-br-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mb-br-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mb-font-body);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

.mb-br-cta-trust-item::before {
  content: '\2713';
  color: #22c55e;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mb-br-cta { padding: 72px 20px 80px; }

}


/* ================================================
   GLASSMORPHISM STICKY MENU — mbdigital.pl / Blocksy
   ================================================ */

/* Usuń domyślne tła Blocksy */
#header .ct-sticky-container,
#header [data-sticky="slide"],
#header [data-sticky="yes:slide"] {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Menu statyczne (na górze strony) — glass od samej góry, bez marginesów */
#header [data-row] {
    margin: 0 10% !important;
    margin-top:10px!important;
    border-radius: 22px 22px 22px 22px !important;
    transition:
        background 0.35s ease,
        backdrop-filter 0.35s ease,
        -webkit-backdrop-filter 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        margin 0.35s ease !important;

    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(140%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07) !important;
 
}

/* Menu sticky (po scrollu) — glass z marginesem 30px od góry i 10% boków */
#header.glass-scrolled [data-row] {
    margin: 16px 10% 0 !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.10),
        0 2px 8px rgba(0, 0, 0, 0.06) !important;
}