.elementor-7456 .elementor-element.elementor-element-db9023d{--display:flex;}.elementor-7456 .elementor-element.elementor-element-51d359d{--display:flex;}.elementor-7456 .elementor-element.elementor-element-879cc22{--display:flex;}.elementor-7456 .elementor-element.elementor-element-7dda140{--display:flex;}.elementor-7456 .elementor-element.elementor-element-bbd697c{--display:flex;}.elementor-7456 .elementor-element.elementor-element-7a8c383{margin:89px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7456 .elementor-element.elementor-element-1988124{--display:flex;}.elementor-7456 .elementor-element.elementor-element-213f64e{--display:flex;}.elementor-7456 .elementor-element.elementor-element-1789201{margin:52px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7456 .elementor-element.elementor-element-532295c{--display:flex;}.elementor-7456 .elementor-element.elementor-element-097b236{margin:-407px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7456 .elementor-element.elementor-element-e2a5123{--display:flex;}@media(max-width:767px){.elementor-7456 .elementor-element.elementor-element-611a5e9{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7456 .elementor-element.elementor-element-4b0226c{margin:19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7456 .elementor-element.elementor-element-097b236{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-304cabd *//* ===================== STRATEGIA & MARKETING — FINAL CLEAN VERSION ===================== */
:root {
  --brand: #ff5a2a;
  --off: rgba(245,245,245,0.92);
}

.md-strategy-split {
  background: #000;
  color: var(--off);
  padding: 12vh 0;
  overflow: hidden;
}

.md-split-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 6vw;
}

/* === LEWA STRONA === */
.md-left {
  position: relative;
}

.md-title {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: 1.2px;
}

.md-line-1 {
  font-size: clamp(44px, 4vw, 88px);
  color: rgba(255,255,255,0.9);
}

.md-line-2 {
  font-size: clamp(52px, 5vw, 98px);
  color: rgba(255,255,255,0.95);
}

.md-accent {
  color: var(--brand);
  text-shadow: 0 0 16px rgba(255,90,42,0.35);
}
.md-dot {
  color: var(--brand);
}

/* === PRAWA STRONA === */
.md-right {
  position: relative;
  z-index: 2;
}

.md-sub {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(16px,1.1vw,18px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin-bottom: 2.2rem;
}

.md-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2rem;
}

.md-pill {
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  transition: all 0.3s ease-out;
}
.md-pill:hover {
  border-color: rgba(255,90,42,0.4);
  box-shadow: 0 0 8px rgba(255,90,42,0.15);
  transform: translateY(-2px);
}

.md-claim {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(15px,1vw,17px);
  color: rgba(255,255,255,0.78);
  max-width: 420px;
}
.md-highlight {
  color: var(--brand);
  font-weight: 600;
}

/* === Animacja wejścia (fade-up) === */
.md-line, .md-sub, .md-badges, .md-claim {
  opacity: 0;
  transform: translateY(14px);
  transition: all 0.7s ease;
}
.md-strategy-split.is-in .md-line-1 { opacity: 1; transform: none; transition-delay: 0.05s; }
.md-strategy-split.is-in .md-line-2 { opacity: 1; transform: none; transition-delay: 0.15s; }
.md-strategy-split.is-in .md-sub { opacity: 1; transform: none; transition-delay: 0.45s; }
.md-strategy-split.is-in .md-badges { opacity: 1; transform: none; transition-delay: 0.55s; }
.md-strategy-split.is-in .md-claim { opacity: 1; transform: none; transition-delay: 0.7s; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0bf2fd *//* ===================== PASEK BRAND MARQUEE — FINAL ===================== */
.md-slope {
  background: #000;
  border-top: 2px solid rgba(255,90,42,0.6);
  border-bottom: 2px solid rgba(255,90,42,0.6);
  box-shadow: 0 0 12px rgba(255,90,42,0.25) inset;
  overflow: hidden;
  transform: skewY(-3deg);
  padding: 18px 0;
  position: relative;
}

.md-slope::before,
.md-slope::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.md-slope::before {
  left: 0;
  background: linear-gradient(90deg, #000 0%, transparent 100%);
}
.md-slope::after {
  right: 0;
  background: linear-gradient(270deg, #000 0%, transparent 100%);
}

.md-slope-track {
  display: flex;
  width: max-content;
  animation: marqueeFlow 20s linear infinite;
}

.md-slope-content {
  display: flex;
  gap: 6ch;
  white-space: nowrap;
}

.md-slope-content span {
  color: #ff5a2a;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.92;
}

/* animacja przesuwu */
@keyframes marqueeFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.md-slope-track {
  display: flex;
  width: max-content;
  animation: marqueeFlow 65s linear infinite; /* było 20s → teraz 45s */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95df6b4 *//* ===================== STRATEGIA & MARKETING — MOBILE FINAL ===================== */
.md-strategy-mobile {
  background: #000;
  color: rgba(245, 245, 245, 0.9);
  padding: 12vh 0 9vh;
  text-align: center;
  overflow: hidden;
}

.mdm-wrap {
  padding: 0 24px;
  max-width: 100%;
  margin: 0 auto;
}

/* === TYPOGRAFIA === */
.mdm-title {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: 1.3px;
  margin-bottom: 2.6rem;
}

.mdm-line {
  display: block;
}

/* --- Linia 1 --- */
.mdm-line-1 {
  font-size: clamp(32px, 8vw, 48px);
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2px;
}

/* --- Linia 2 (KAMPANIA) --- */
.mdm-line-2 {
  font-size: clamp(48px, 9vw, 72px);
  color: #ff5a2a;
  text-shadow: 0 0 18px rgba(255,90,42,0.2);
  margin-bottom: 4px;
}

/* --- Linia 3 (NIE KRZYCZY) --- */
.mdm-line-3 {
  font-size: clamp(30px, 7vw, 42px);
  color: rgba(255,255,255,0.85);
  margin-top: -2px;
}

.mdm-dot {
  color: #ff5a2a;
  opacity: 0.9;
}

/* === OPIS === */
.mdm-sub {
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  max-width: 90%;
  margin: 0 auto 30px;
  text-wrap: balance;
}

/* === BADGE === */
.mdm-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
}

.mdm-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.mdm-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

.mdm-pill:hover {
  border-color: rgba(255,90,42,0.4);
  box-shadow: 0 0 10px rgba(255,90,42,0.15);
  transform: translateY(-1px);
}

/* === CLAIM === */
.mdm-claim {
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin: 0 auto;
  max-width: 90%;
}

.mdm-highlight {
  color: #ff5a2a;
  font-weight: 600;
}

/* === ANIMACJA WEJŚCIA === */
/* Od razu widoczne, ale z płynnym wejściem */
.mdm-head .mdm-line,
.mdm-sub,
.mdm-badges,
.mdm-claim {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* === RESPONSYWNOŚĆ === */
@media (min-width: 768px) {
  .md-strategy-mobile { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49f0054 *//* ===================== PASEK BRAND MOBILE — MOVING VERSION ===================== */
.md-slope-mobile {
  background: #000;
  border-top: 1.5px solid rgba(255,90,42,0.6);
  border-bottom: 1.5px solid rgba(255,90,42,0.6);
  box-shadow: 0 0 12px rgba(255,90,42,0.25) inset;
  overflow: hidden;
  position: relative;
  padding: 14px 0;
}

/* gradient maski po bokach */
.md-slope-mobile::before,
.md-slope-mobile::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.md-slope-mobile::before {
  left: 0;
  background: linear-gradient(90deg, #000 0%, transparent 100%);
}
.md-slope-mobile::after {
  right: 0;
  background: linear-gradient(270deg, #000 0%, transparent 100%);
}

.md-slope-mobile-track {
  display: inline-flex;
  gap: 4ch;
  white-space: nowrap;
  animation: mobileMarquee 25s linear infinite;
}

.md-slope-mobile-track span {
  color: #ff5a2a;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.9;
}

/* płynny, nieskończony ruch */
@keyframes mobileMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* responsywność */
@media (max-width: 767px) {
  .md-slope { display: none; }
  .md-slope-mobile { display: block; }
}

@media (min-width: 768px) {
  .md-slope-mobile { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a8c383 *//* ===================== MATYLA DESIGN —  ===================== */
:root{
--bg:#000;
--text:rgba(245,245,245,.92);
--muted:rgba(191,191,191,.65);
--brand:#FF5A2A;
}

.md-apple-tabs{
background:var(--bg);
color:var(--text);
padding:12vh 0;
overflow:hidden;
position:relative;
}

.md-tabs-wrapper{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:6vh;
}

/* === CONTENT === */
.md-content{
max-width:900px;
text-align:center;
min-height:280px; /* stała wysokość, zapobiega "skokom" */
display:flex;
flex-direction:column;
justify-content:center;
}

.md-heading{
font-family:"Bebas Neue",sans-serif;
text-transform:uppercase;
letter-spacing:1px;
font-size:clamp(42px,4.5vw,72px);
margin-bottom:1rem;
color:var(--brand);
text-shadow:0 0 18px rgba(255,90,42,.25);
transition:opacity .3s ease, transform .3s ease;
}

.md-panel{
font-family:"Inter Tight",sans-serif;
font-size:clamp(16px,1.1vw,20px);
line-height:1.75;
color:var(--muted);
opacity:0;
transform:translateY(10px);
transition:opacity .5s ease, transform .5s ease;
}
.md-panel.is-active{
opacity:1;
transform:translateY(0);
}
.md-panel[hidden]{ display:none; }

/* === NAVBAR REFINED – Apple Vision / Matyla Agency === */
.md-tabsbar {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;

/* efekt szkła */
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(22px) saturate(180%);
-webkit-backdrop-filter: blur(22px) saturate(180%);

/* obrys i cienie */
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow:
0 0 40px -10px rgba(255, 90, 42, 0.35),
inset 0 0 0.8px rgba(255, 255, 255, 0.25),
inset 0 -1px 1px rgba(255, 90, 42, 0.25);

border-radius: 100px; /* dłuższe zaokrąglenie */
padding: 12px 28px;
width: max-content;
min-height: 54px;
position: sticky;
bottom: 4vh;
left: 50%;
transform: translateX(-50%);
z-index: 20;

/* glow subtelny */
transition: box-shadow 0.4s ease, background 0.4s ease;
}

.md-tabsbar:hover {
box-shadow:
0 0 55px -5px rgba(255, 90, 42, 0.45),
inset 0 0 1px rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.05);
}

/* === BUTTONS (Tabs) === */
.md-tab {
appearance: none;
border: none;
background: transparent;
color: rgba(255, 255, 255, 0.75);
font-family: "Inter Tight", sans-serif;
font-size: 15px;
padding: 10px 22px;
border-radius: 999px;
cursor: pointer;
transition: all 0.3s ease;
white-space: nowrap;
position: relative;
}

.md-tab:hover {
color: #fff;
transform: translateY(-1px);
}

/* aktywny */
.md-tab.is-active {
background: var(--brand);
color: #0b0b0b;
font-weight: 600;
box-shadow:
0 0 22px rgba(255, 90, 42, 0.45),
inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

/* delikatna poświata wokół aktywnego */
.md-tab.is-active::after {
content: "";
position: absolute;
inset: 0;
border-radius: 999px;
box-shadow: 0 0 25px rgba(255, 90, 42, 0.4);
opacity: 0.6;
z-index: -1;
transition: opacity 0.3s ease;
}

.md-tab:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(255, 90, 42, 0.4);
}

/* === MOBILE === */
@media (max-width: 768px) {
.md-tabsbar {
bottom: 3vh;
overflow-x: auto;
padding: 10px 18px;
border-radius: 80px;
scrollbar-width: none;
}
.md-tabsbar::-webkit-scrollbar {
display: none;
}
.md-tab {
font-size: 14px;
padding: 9px 16px;
}
}


/* === FIX: usuń różowy hover z przycisków === */
.md-tab,
.md-tab:hover,
.md-tab:focus,
.md-tab:active {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.75) !important;
  -webkit-tap-highlight-color: transparent; /* usuwa różowe podświetlenie na mobile */
}

/* zachowaj efekt dla aktywnego */
.md-tab.is-active,
.md-tab.is-active:hover {
  background: var(--brand) !important;
  color: #0b0b0b !important;
}





@media (max-width: 768px){

.mdm-tabsbar-wrap {
position: relative;
overflow: hidden; /* usuwa poziomy scroll */
}

.mdm-scroll-arrow {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 100%;
pointer-events: none;
z-index: 10;
}

/* tło - nieruchome */
.mdm-scroll-arrow::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent 80%);
border-radius: 0 10px 10px 0;
}

/* strzałka - tylko ona pulsuje */
.mdm-scroll-arrow::before {
content: "›";
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);
font-size: 26px;
font-weight: 200;
color: #fff;
opacity: 0.8;
text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
animation: arrowPulse 1.8s ease-in-out infinite;
}

@keyframes arrowPulse {
0%, 100% {
opacity: 0.4;
transform: translateY(-50%) translateX(0);
}
50% {
opacity: 1;
transform: translateY(-50%) translateX(6px);
}
}

/* po przewinięciu znika */
.mdm-tabsbar.scrolled + .mdm-scroll-arrow {
opacity: 0;
transition: opacity 0.3s ease;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-611a5e9 */* === GLOBAL === */
.mdm-mobile-services {
background: #000;
color: #fff;
padding: 40px 20px 60px;
overflow-x: hidden;
}

.mdm-content {
max-width: 600px;
margin: 0 auto 30px;
text-align: center;
}

.mdm-heading {
color: #ff4d1b;
font-family: 'Bebas Neue', sans-serif;
font-size: 28px;
letter-spacing: 1px;
margin-bottom: 16px;
}

.mdm-text {
display: none;
line-height: 1.6;
font-family: 'Inter Tight', sans-serif;
font-size: 15px;
color: #d9d9d9;
}

.mdm-text.active {
display: block;
}

/* === PASEK Z PRZYCISKAMI === */
.mdm-tabsbar-wrap {
position: relative;
width: 100%;
overflow: hidden;
}

.mdm-tabsbar {
display: flex;
gap: 18px;
overflow-x: auto;
padding: 14px 64px 14px 14px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
scroll-behavior: smooth;
border-radius: 16px;
background: rgba(0, 0, 0, 0.7);
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 6px 18px rgba(242, 86, 35, 0.08) inset;
}

.mdm-tabsbar::-webkit-scrollbar {
display: none;
}

.mdm-tab {
flex: 0 0 auto;
border: none;
background: none;
color: #fff;
font-family: 'Inter Tight', sans-serif;
font-size: 15px;
font-weight: 500;
letter-spacing: 0.4px;
padding: 10px 18px;
border-radius: 24px;
transition: all 0.3s ease;
cursor: pointer;
}

.mdm-tab.active {
background: #f25623;
color: #000;
box-shadow: 0 0 16px rgba(242, 86, 35, 0.4);
}

/* === STRZAŁKA === */
.mdm-scroll-hint {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(0, 0, 0, 0.85);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
pointer-events: none;
z-index: 10;
}

.mdm-scroll-hint::before {
content: "";
width: 10px;
height: 10px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
animation: hintPulse 1.6s ease-in-out infinite;
opacity: 0.8;
}

@keyframes hintPulse {
0%, 100% {
opacity: 0.5;
transform: rotate(-45deg) translateX(0);
}
50% {
opacity: 1;
transform: rotate(-45deg) translateX(3px);
}
}

.mdm-scroll-hint.hide {
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease;
}

/* === MASKA NA KOŃCU === */
.mdm-tabsbar::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 100%;
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0,0,0,1) 75%);
pointer-events: none;
border-radius: 0 16px 16px 0;
z-index: 5;
}

/* === RESPONSYWNE === */
@media (max-width: 400px) {
.mdm-heading {
font-size: 24px;
}

.mdm-tab {
font-size: 14px;
padding: 8px 14px;
}

.mdm-scroll-hint {
width: 34px;
height: 34px;
}
}

/* === FIX: usuń różowy hover na guzikach === */
.mdm-tab,
.mdm-tab:hover,
.mdm-tab:focus,
.mdm-tab:active {
  background: none !important;
  color: #fff !important;
  -webkit-tap-highlight-color: transparent !important; /* usuwa różowy tap efekt na mobile */
  outline: none !important;
}

/* zachowaj pomarańczowy dla aktywnych */
.mdm-tab.active,
.mdm-tab.active:hover {
  background: #f25623 !important;
  color: #000 !important;
  box-shadow: 0 0 16px rgba(242, 86, 35, 0.4) !important;
}


.mdm-tabsbar-wrap {
margin-top: 42px; /* stały odstęp od tekstu */
}


@media (max-width: 768px) {
.mdm-text {
font-size: 14px; /* było 15px → subtelne zmniejszenie */
line-height: 1.55; /* minimalnie ciaśniejszy, ale wciąż czytelny */
}
}




@media (max-width: 768px) {
.mdm-text {
font-size: 15px;
line-height: 1.55;
padding: 0 22px; /* dodaje przestrzeń po bokach */
text-align: left; /* zachowuje naturalny układ tekstu */
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1789201 */:root {
--brand:#ff5a2a;
--text:#ffffff;
--muted:rgba(255,255,255,.75);
}

@media (min-width: 1025px) {
.process-section {
background:#000;
color:var(--text);
min-height:75vh; /* sekcja niższa */
display:flex;
align-items:flex-start; /* teksty bliżej góry */
justify-content:center;
overflow:hidden;
padding:4rem 0 2rem; /* krótszy dół */
position:relative;
}

.process-track {
display:grid;
grid-template-columns:repeat(4, minmax(240px,1fr));
gap:6rem;
width:min(1200px,80vw); /* węższa całość */
position:relative;
top:-1.5rem; /* uniesienie do góry */
left:1.5%; /* subtelne przesunięcie w prawo */
}

.process-step {
position:relative;
opacity:0;
transform:translateY(40px);
transition:transform .9s cubic-bezier(.22,.61,.36,1), opacity .9s ease;
will-change:transform,opacity;
}

.process-step.visible {
opacity:1;
transform:translateY(0);
}

.process-number {
display:inline-flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:50%;
background:var(--brand);
color:#000;
font-family:"Bebas Neue",sans-serif;
font-size:20px;
letter-spacing:.5px;
margin-bottom:1rem;
box-shadow:0 0 22px rgba(255,90,42,.45); /* mocniejszy glow */
}

.process-step h3 {
font-family:"Inter Tight",sans-serif;
font-weight:800;
font-size:27px;
line-height:1.15;
margin:0 0 .6rem 0;
}

.process-step p {
font-family:"Inter",sans-serif;
font-size:15.5px;
line-height:1.7;
color:var(--muted);
margin:0;
}

/* linia z mocniejszym glowem i pulsowaniem */
.process-step::after {
content:"";
position:absolute;
top:22px;
left:60px;
right:-5rem;
height:1.6px;
background:rgba(255,90,42,0.55); /* mocniejszy kolor bazowy */
opacity:0;
transform:scaleX(0);
transform-origin:left center;
transition:transform 1.2s ease, opacity .6s ease;
filter:drop-shadow(0 0 6px rgba(255,90,42,.65));
}

.process-step.visible::after {
opacity:1;
transform:scaleX(1);
animation:pulseGlow 2s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
0% { filter:drop-shadow(0 0 6px rgba(255,90,42,.4)); opacity:.9; }
50%{ filter:drop-shadow(0 0 16px rgba(255,90,42,.9)); opacity:1; }
100%{ filter:drop-shadow(0 0 6px rgba(255,90,42,.4)); opacity:.9; }
}

.process-step:last-child::after {
display:none;
}
}

/* MOBILE – ukrywamy */
@media (max-width:1024px){
.process-section{display:none;}
}


/* === SKRÓCENIE WYSOKOŚCI SEKCJI (MNIEJSZY MARGINES OD DOŁU) === */
.md-process {
padding-top: 8vh; /* możesz też zmniejszyć do 6vh, jeśli chcesz mocniej skrócić od góry */
padding-bottom: 6vh; /* było np. 12vh — teraz wizualnie kompaktowe */
}

/* dodatkowo upewniamy się, że animacje i glow pozostają nienaruszone */
.md-process .process-step {
margin-bottom: 2.5vh;
}






/* === FILMOWE WEJŚCIE PRZYCISKU === */
.process-section .process-btn {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(25deg) scale(0.95);
  animation: buttonEnter 1.2s cubic-bezier(.22,1,.36,1) 0.4s forwards;
  box-shadow: 0 0 0 rgba(255,90,42,0);
}

/* Efekt wejścia */
@keyframes buttonEnter {
  0% {
    opacity: 0;
    transform: translateY(40px) rotateX(25deg) scale(0.95);
    box-shadow: 0 0 0 rgba(255,90,42,0);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) rotateX(0deg) scale(1.05);
    box-shadow: 0 0 28px rgba(255,90,42,0.45);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 0 16px rgba(255,90,42,0.35);
  }
}

/* Po wejściu – lekki puls glow co jakiś czas */
.process-section .process-btn:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(255,90,42,0.55);
  transition: all 0.4s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b0226c *//* ===================== PREMIUM LEFT-TIMELINE – FINAL ===================== */
.md-process-mobile-alt {
background: #000;
padding: 8vh 0 8vh;
overflow: hidden;
color: #fff;
}

.mdp-wrap-alt {
width: 88%;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 68px;
}

/* === Każdy krok === */
.mdp-step-alt {
display: flex;
align-items: flex-start;
gap: 22px; /* więcej powietrza między kółkiem a tekstem */
position: relative;
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease-out;
}

/* === Kółko === */
.mdp-circle-alt {
width: 50px;
height: 50px;
border-radius: 50%;
border: 1.5px solid #f25623;
color: #f25623;
font-family: "Bebas Neue", sans-serif;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 14px rgba(242,86,35,0.45);
background: rgba(255,255,255,0.02);
z-index: 2;
}

/* === Łączące linie (teraz ciągłe między punktami) === */
.mdp-step-alt::before {
content: "";
position: absolute;
left: 24px;
top: 50px;
width: 1.5px;
height: calc(100% + 30px); /* łączą się teraz z kolejnymi */
background: linear-gradient(
to bottom,
rgba(242,86,35,0.8),
rgba(242,86,35,0.2)
);
box-shadow: 0 0 8px rgba(242,86,35,0.3);
transform: scaleY(0);
transform-origin: top;
transition: all 0.7s ease-out;
}

.mdp-step-alt:last-child::before {
display: none;
}

/* === Teksty === */
.mdp-title-alt {
font-family: "Bebas Neue", sans-serif;
letter-spacing: 0.5px;
font-size: 22px;
color: rgba(255,255,255,0.9);
line-height: 1.4;
text-align: left;
max-width: 80%;
margin-top: 3px;
transform: translateX(5px); /* przesunięcie w prawo dla oddechu */
word-break: keep-all;
}

/* Wymuszone złamanie na 2 linie przy długim tekście */
.mdp-step-alt:nth-child(2) .mdp-title-alt {
max-width: 220px;
white-space: normal;
}

/* === Animacja przy scrollu === */
.mdp-step-alt.is-visible {
opacity: 1;
transform: translateY(0);
}

.mdp-step-alt.is-visible::before {
transform: scaleY(1);
}

.mdp-step-alt.is-visible .mdp-circle-alt {
animation: pulseGlowAlt 2s ease-in-out infinite alternate;
}

@keyframes pulseGlowAlt {
from { box-shadow: 0 0 10px rgba(242,86,35,0.3); }
to { box-shadow: 0 0 20px rgba(242,86,35,0.7); }
}


/* ===================== SUBTELNE PRZESUNIĘCIE CAŁEJ OŚI W PRAWO ===================== */
.md-process-mobile-alt {
position: relative;
}

.mdp-wrap-alt {
position: relative;
left: 9%; /* przesunięcie w prawo – możesz zmienić np. na 6–8% jeśli chcesz więcej */
}

/* zachowanie proporcji i efektów */
.mdp-step-alt {
transform-origin: left;
}

@media (max-width: 480px) {
.mdp-wrap-alt {
left: 8%;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-097b236 */:root{
  --brand:#F25623;         /* tło sekcji */
  --text:#DEDEDE;          /* kolor tekstu */
  --ink:#0A0A0A;           /* czarny (ramka, eyebrow, button text) */
  --ease:cubic-bezier(.22,1,.36,1);
}

/* ===== Sekcja ===== */
.md-cta-orange{
  position:relative;
  min-height:100vh;
  background:var(--brand);
  color:var(--text);
  display:grid;
  place-items:center;
  overflow:hidden;
  isolation:isolate;
  /* tylko górne rogi zaokrąglone */
  border-radius: 36px 36px 0 0;
}

/* Parallax tła */
.md-parallax{
  position:absolute; inset:-30%;
  pointer-events:none;
  filter: blur(90px);
  opacity:.55;
}
.md-parallax.l1{
  background:
    radial-gradient(50% 50% at 35% 40%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(36% 36% at 70% 65%, rgba(0,0,0,.20) 0%, rgba(0,0,0,0) 60%);
  mix-blend-mode: screen;
  transform: translate3d(-6%, -4%, 0) scale(1.05);
  animation: parDrift1 16s ease-in-out infinite alternate;
}
.md-parallax.l2{
  background:
    radial-gradient(40% 40% at 70% 30%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(30% 30% at 20% 75%, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 60%);
  mix-blend-mode: screen;
  transform: translate3d(4%, 5%, 0) scale(1.02);
  animation: parDrift2 18s ease-in-out infinite alternate;
}
@keyframes parDrift1{0%{transform:translate3d(-6%,-4%,0) scale(1.05)}100%{transform:translate3d(4%,3%,0) scale(1.08)}}
@keyframes parDrift2{0%{transform:translate3d(4%,5%,0) scale(1.02)}100%{transform:translate3d(-3%,-2%,0) scale(1.03)}}

/* Kontener – WYŚRODKOWANY */
.md-cta-wrap{
  position:relative; z-index:2;
  width:min(1200px, 86vw);
  text-align:center;                /* wyśrodkowanie tekstów */
  margin-inline:auto;
  --p:0; /* 0..1 progress scroll (JS) */
}

/* Eyebrow – czarny */
.md-eyebrow{
  font-size:12px; letter-spacing:3px; text-transform:uppercase;
  color:var(--ink);
  margin-bottom:16px;
  opacity:.95;
}

/* Headline */
.md-headline{
  font-family:'Bebas Neue', sans-serif;
  text-transform:uppercase;
  line-height:.86;
  font-size: clamp(54px, 10vw, 170px);
  margin:0 0 .45em 0;
  position:relative;
  transform: scale(calc(1.04 - .04*var(--p)));
  will-change: transform;
}
.h-line{ display:block; white-space:nowrap; letter-spacing: calc(0.02em - 0.02em*var(--p)); }

/* „Zakreślenie” słowa — CZARNA ramka + subtelny puls */
.stroke-box{
  position:relative; z-index:0;
}
.stroke-box::before{
  content:""; position:absolute; inset:-.06em -.20em;
  border:3px solid var(--ink);             /* czarna ramka */
  border-radius:42px;
  transform: rotate(-2deg) scaleX(calc(.7 + .3*var(--p)));
  opacity:calc(.9 + .1*var(--p));
  z-index:-1;
  animation: strokePulse 3.6s ease-in-out infinite;
}
@keyframes strokePulse{
  0%,100%{ box-shadow: 0 0 0 rgba(0,0,0,0); }
  50%{ box-shadow: 0 0 12px rgba(0,0,0,.18); }
}

/* Linia „cięcie” – żywa */
.brand-line{
  position:absolute; left:50%; transform:translateX(-50%) scaleX(calc(.3 + .7*var(--p)));
  bottom:-12px; height:3px;
  width:min(1100px, 90%);
  background:linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.95) 18% 82%, transparent 92% 100%);
  opacity: calc(.22 + .78*var(--p));
  transform-origin:center;
  filter: drop-shadow(0 0 8px rgba(255,255,255,.45));
  animation: lineSpark 2.8s var(--ease) infinite;
}
@keyframes lineSpark{
  0%,100% { filter: drop-shadow(0 0 6px rgba(255,255,255,.35)); }
  50%     { filter: drop-shadow(0 0 14px rgba(255,255,255,.6)); }
}

/* Copy */
.md-sub{
  font-family:'Inter Tight', system-ui, sans-serif;
  color: rgba(255,255,255,.95);
  max-width: 820px;
  margin: 16px auto 28px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height:1.75;
  opacity: calc(.0 + 1*var(--p));
  transform: translateY(calc(18px*(1 - var(--p))));
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}

/* Button – stały CZARNY napis, jasne tło na hover, ring pulse */
.md-btn{
  position:relative;
  display:inline-flex; align-items:center; gap:14px;
  padding:16px 30px;
  border-radius:60px;
  border:1px solid rgba(255,255,255,.85);
  background: rgba(255,255,255, .16);   /* delikatna biel od startu */
  color: var(--ink);                    /* CZARNY TEKST ZAWSZE */
  font-family:'Inter Tight', system-ui, sans-serif;
  font-weight:800; letter-spacing:.02em;
  font-size: clamp(16px, 1.4vw, 20px);
  cursor:pointer;
  transform: translateY(calc(26px*(1 - var(--p))));
  opacity: calc(.0 + 1*var(--p));
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  overflow:hidden;
  will-change: transform;
  animation: breathe 3.8s ease-in-out infinite both 1s;
}
@keyframes breathe{ 0%,100%{ box-shadow:0 0 0 rgba(255,255,255,0); } 50%{ box-shadow:0 0 28px rgba(255,255,255,.18); } }

.md-btn .btn-text{ color: var(--ink); }  /* safeguard */
.md-btn .btn-circle{
  background: #FFFFFF;
  color:#000;
  border-radius:50%;
  width: 28px; height: 28px;
  display:inline-flex; align-items:center; justify-content:center;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.md-btn .btn-pulse{
  position:absolute; inset:0; border-radius:60px;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%);
  opacity:0; pointer-events:none;
}

/* Hover – NIE gubi napisu: tło jaśniejsze, tekst nadal czarny */
.md-btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255, .95);
  color: var(--ink);
  box-shadow:0 12px 44px rgba(0,0,0,.25), 0 0 22px rgba(255,255,255,.22);
}
.md-btn:hover .btn-circle{
  transform: rotate(45deg) scale(1.08);
  box-shadow: 0 0 18px rgba(0,0,0,.25);
}

/* Desktop parallax toggle dla nagłówka */
.md-cta-orange.parallax-on .md-headline{ transition: transform .12s linear; }

/* Responsive */
@media (max-width: 900px){
  .md-headline{ font-size: clamp(42px, 13vw, 96px); }
  .md-sub{ max-width: 94%; }
}








/* OG upgrade wyróżnienia */
.stroke-box{
  position:relative;
  display:inline-block;
  z-index:1;
  transition:transform .25s var(--ease);
}

.stroke-box::before{
  content:"";
  position:absolute; inset:-.06em -.20em;
  border:3px solid var(--ink);
  border-radius:42px;
  transform: rotate(-3deg) scaleX(calc(.72 + .28*var(--p)));
  opacity:calc(.96 + .04*var(--p));
  z-index:-1;
  animation: framePulse 3.4s ease-in-out infinite, frameWave 7s ease-in-out infinite;
}

@keyframes framePulse{
  0%,100% { box-shadow: 0 0 0 rgba(0,0,0,0); }
  50%    { box-shadow: 0 0 18px rgba(0,0,0,.26); }
}

@keyframes frameWave{
  0%,100% { transform: rotate(-3deg) scale(1); }
  50%     { transform: rotate(-2deg) scale(1.03); }
}

/* brandowy glow za słowem */
.stroke-box::after{
  content:attr(data-text);
  position:absolute; inset:0;
  z-index:-2;
  color:rgba(0,0,0,0.12);
  filter:blur(4px);
  animation: glowBreath 4.6s ease-in-out infinite;
}
@keyframes glowBreath{
  0%,100% { opacity:.32; transform: translateY(0); }
  50%     { opacity:.6; transform: translateY(-2px); }
}

/* MIKRO-GLITCH na scroll */
.md-cta-orange.glitch-on .stroke-box{
  transform:translateX(2px) rotate(-1deg);
}






/* 🔽 Jeszcze mniejszy CTA na mobile */
@media (max-width:600px){
  .md-btn{
    padding:10px 18px;      /* było 14px 22px → ciaśniej */
    font-size:12.5px;       /* było 14px → subtelniej */
    border-radius:50px;     /* bardziej kompaktowo */
  }
  .md-btn .btn-circle{
    width:20px; 
    height:20px;
    font-size:13px;
  }
  .md-btn .btn-text{
    font-size:13px;
    letter-spacing:.01em;
  }
}







/* === UNDERLINE GLOW (bez pseudo-elementów) === */
.stroke-box{
  /* nic nie kasujesz – dokładamy tylko tło-underline sterowane klasą */
  background-image: linear-gradient(90deg, rgba(255,255,255,.85), rgba(255,255,255,1) 50%, rgba(255,255,255,.85));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 0% 4px;               /* start: brak */
  transition:
    background-size .28s cubic-bezier(.22,1,.36,1),
    transform .22s cubic-bezier(.22,1,.36,1),
    text-shadow .22s cubic-bezier(.22,1,.36,1);
  transform-style: preserve-3d;
  --tx:0; --ty:0;                         /* tilt (JS) */
  transform: rotateX(calc(var(--ty)*1deg)) rotateY(calc(var(--tx)*1deg)) translateZ(0);
}

.stroke-box.hover-on{
  background-size: 100% 4px;              /* underline rośnie do 100% */
}

/* === SPARKLES (wstrzykiwane z JS – nic nie zmieniasz w HTML) === */
.md-spark{
  position:absolute;
  width:6px; height:6px;
  border-radius:50%;
  background: #ffffff;
  box-shadow:
    0 0 12px rgba(255,255,255,.85),
    0 0 24px rgba(255,255,255,.55);
  pointer-events:none;
  mix-blend-mode: screen;
  animation: sparkPop .7s cubic-bezier(.22,1,.36,1) forwards;
  z-index:4;
}
@keyframes sparkPop{
  0%   { transform: translate(-50%,-50%) scale(.6); opacity:.95; }
  60%  { transform: translate(var(--dx,0), var(--dy,0)) scale(1.2); opacity:.9; }
  100% { transform: translate(var(--dx2,0), var(--dy2,0)) scale(.1); opacity:0; }
}

/* szacunek dla prefers-reduced-motion */
@media (prefers-reduced-motion: reduce){
  .stroke-box{ transition: background-size .2s linear; transform:none !important; }
  .md-spark{ display:none !important; }
}








/* 🔽 Zwężamy wysokość sekcji o ok. 30% od dołu */
.md-cta-orange{
  min-height: 70vh; /* było 100vh → 70vh = -30% */
  padding-top: 10vh; /* żeby headline nie przykleił się do góry */
  padding-bottom: 6vh; /* lekkie oddychanie CTA nad dołem */
}/* End custom CSS */