.elementor-7384 .elementor-element.elementor-element-17de27c{--display:flex;}.elementor-7384 .elementor-element.elementor-element-330d3c3{margin:-64px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7384 .elementor-element.elementor-element-4a7a314{margin:-51px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-7384 .elementor-element.elementor-element-330d3c3{margin:-119px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7384 .elementor-element.elementor-element-4a7a314{margin:-133px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-7cb3fe8 */.branding-section {
  background: #000;
  color: #fff;
  padding: 160px 6% 140px;
}

.branding-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 40px 1.1fr;
  gap: 60px;
  align-items: start;
}

/* LEWA */
.branding-left {
  padding-top: 12px;
}

.branding-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 7vw, 96px);
  letter-spacing: 3px;
  line-height: 0.95;
  color: #F25623;
  margin: 0 0 24px;
}

.branding-context {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* PIONOWA OŚ */
.branding-divider-vertical {
  width: 1px;
  background: rgba(242,86,35,0.35);
  height: 100%;
}

/* PRAWA */
.branding-text-wrapper {
  max-width: 620px;
}

.branding-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #d6d6d6;
}

/* MOBILE */
@media (max-width: 900px) {
  .branding-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .branding-divider-vertical {
    display: none;
  }

  .branding-left {
    text-align: center;
  }

  .branding-context {
    display: block;
    margin-top: 12px;
  }

  .branding-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* ============================= */
/*  CONTEXT ALIGN FIX            */
/* ============================= */
.branding-left {
  padding-top: 0;              /* było 12px */
}

.branding-title {
  margin-bottom: 10px;         /* było 24px */
}

.branding-context {
  margin-top: 0;               /* pilnujemy równej linii startu */
  transform: translateY(-6px); /* delikatne podciągnięcie */
}
/* ============================= */
/*  MOBILE – LESS TOP SPACE      */
/* ============================= */
@media (max-width: 900px) {

  .branding-section {
    padding-top: 100px;   /* było 160px */
    padding-bottom: 90px; /* delikatnie też dół */
  }

  .branding-inner {
    gap: 28px;            /* było 40px */
  }

  .branding-left {
    margin-top: -10px;    /* subtelne podciągnięcie całości */
  }
}
/* ============================= */
/*  ENTRY MOTION – SYSTEM        */
/* ============================= */

/* stan początkowy */
.branding-left,
.branding-text-wrapper {
  opacity: 0;
}

/* animacje */
.branding-left {
  transform: translateX(-40px);
  animation: brandingLeftIn 0.7s cubic-bezier(.2,.8,.2,1) forwards;
}

.branding-text-wrapper {
  transform: translateY(24px) translateX(20px);
  animation: brandingRightIn 0.7s cubic-bezier(.2,.8,.2,1) forwards 0.15s;
}

/* keyframes */
@keyframes brandingLeftIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes brandingRightIn {
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-330d3c3 */.services-dark {
  background: #0a0a0a;
  color: #f5f5f5;
  padding: 160px 0;
  font-family: 'Inter Tight', sans-serif;
}

.services-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.services-header {
  max-width: 520px;
  margin-bottom: 120px;
}

.services-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 20px;
}

.services-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.95;
  margin-bottom: 24px;
}

.services-lead {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.7;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 120px;
}

.service-block {
  position: relative;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.service-index {
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 12px;
  opacity: 0.4;
  letter-spacing: 2px;
}

.service-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  margin-bottom: 16px;
}

.service-text {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.75;
}

/* MOBILE */
@media (max-width: 900px) {
  .services-dark {
    padding: 100px 0;
  }

  .services-header {
    margin-bottom: 80px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .service-name {
    font-size: 32px;
  }

  .service-text {
    font-size: 14px;
  }
}



/* ===============================
   GLOBALNY KLIMAT / TŁO
================================ */
.services-dark {
  background: #000;
  position: relative;
  overflow: hidden;
}

/* subtelna tekstura / noise */
.services-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.015),
      rgba(255,255,255,0.015) 1px,
      transparent 1px,
      transparent 3px
    );
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.35;
}

/* ===============================
   STRZAŁKI BRUTALISTYCZNE
================================ */
.service-block::after {
  content: "↗";
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 28px;
  font-weight: 600;
  color: #F25623;
  opacity: 0.6;
  transform: translateX(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.service-block:hover::after {
  transform: translateX(10px);
  opacity: 1;
}


/* ===============================
   RUCH / ŻYCIE
================================ */

/* delikatny ruch tła */
@keyframes drift {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.services-inner {
  animation: drift 18s ease-in-out infinite;
}

/* wejście bloków */
.service-block {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease forwards;
}

.service-block:nth-child(1) { animation-delay: 0.1s; }
.service-block:nth-child(2) { animation-delay: 0.25s; }
.service-block:nth-child(3) { animation-delay: 0.4s; }
.service-block:nth-child(4) { animation-delay: 0.55s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* hover – mikro brutalizm */
.service-block:hover {
  border-top-color: rgba(255,255,255,0.35);
}

.service-block:hover .service-name {
  letter-spacing: 0.04em;
  transition: letter-spacing 0.4s ease;
}

/* ===============================
   MOBILE – CLEAN
================================ */
@media (max-width: 900px) {
  .service-block::after {
    display: none; /* strzałki off na mobile */
  }

  .services-inner {
    animation: none; /* bez pływania */
  }
}
/* ZAKRES (eyebrow) */
.services-eyebrow {
  color: #F25623;
  opacity: 1;
}

/* NUMERY 01–04 */
.service-index {
  color: #F25623;
  opacity: 0.85;
}
@media (max-width: 900px) {
  .services-title {
    font-size: clamp(40px, 9vw, 56px);
    line-height: 1;
  }
}
@media (min-width: 901px) {

  .services-header {
    margin: 0 auto 120px;
    text-align: center;
    max-width: 640px;
  }

  .services-eyebrow {
    display: block;
    margin-bottom: 24px;
  }

  .services-title {
    margin-left: auto;
    margin-right: auto;
  }

  .services-lead {
    margin-left: auto;
    margin-right: auto;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a7a314 */.process-dark {
  background: #050505;
  color: #fff;
  padding: 160px 0;
  font-family: 'Inter Tight', sans-serif;
}

.process-header {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.process-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  margin-bottom: 24px;
}

.process-header p {
  color: #bdbdbd;
  line-height: 1.8;
  font-size: 18px;
}

.process-cards {
  max-width: 1100px;
  margin: 0 auto;
}

.process-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.process-toggle {
  width: 100%;
  padding: 32px;
  background: none;
  border: none;
  color: #fff;
  display: flex;
  gap: 24px;
  align-items: center;
  cursor: pointer;
}

.process-toggle .step {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  opacity: 0.4;
}

.process-toggle .title {
  font-size: 22px;
}

.process-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  transition: all 0.6s ease;
}

.process-card.active .process-content {
  max-height: 2000px;
  padding-bottom: 32px;
}

.process-content h4 {
  margin: 24px 0 12px;
  font-size: 20px;
}

.process-content p,
.process-content li {
  color: #cfcfcf;
  line-height: 1.8;
  margin-bottom: 12px;
}

.process-why {
  max-width: 900px;
  margin: 140px auto 80px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 80px;
}

.process-why h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  margin-bottom: 24px;
}

.process-flow {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.process-flow div {
  background: rgba(255,255,255,0.04);
  padding: 32px;
  border-radius: 16px;
  text-align: center;
}

.process-flow span {
  display: block;
  color: #bdbdbd;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .process-flow {
    grid-template-columns: 1fr;
  }
}
/* ============================= */
/*  HARD BLACK BACKGROUND FIX    */
/* ============================= */
.process-dark {
  background: #000 !important;
}

.process-card {
  background: #000;
  backdrop-filter: none;
}

/* ============================= */
/*  ORANGE ACCENT + ARROW        */
/* ============================= */
.process-toggle {
  position: relative;
}

/* grot */
.process-toggle::after {
  content: "›";
  position: absolute;
  right: 32px;
  font-size: 28px;
  color: #F25623;
  font-family: 'Bebas Neue', sans-serif;
  animation: pulseArrow 1.8s infinite;
  transition: all 0.3s ease;
}

/* po otwarciu – chowamy grot */
.process-card.active .process-toggle::after {
  opacity: 0;
  transform: translateX(10px);
  animation: none;
}

/* puls */
@keyframes pulseArrow {
  0% { opacity: 0.4; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(6px); }
  100% { opacity: 0.4; transform: translateX(0); }
}

/* ============================= */
/*  ORANGE NUMBERS               */
/* ============================= */
.process-toggle .step {
  color: #F25623;
  opacity: 1;
}

/* ============================= */
/*  WHY SECTION – STRONGER       */
/* ============================= */
.process-why {
  border-top: 1px solid rgba(242,86,35,0.4);
}

.process-why h3 {
  color: #F25623;
  letter-spacing: 1px;
}

/* ============================= */
/*  MOBILE TYPO FIX ONLY         */
/* ============================= */
@media (max-width: 768px) {

  /* header zostaje, ale lekko w dół */
  .process-header h2 {
    font-size: 42px;
  }

  .process-header p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* AKORDEON – KLUCZOWE */
  .process-toggle {
    padding: 22px 20px;
  }

  .process-toggle .title {
    font-size: 16px; /* BYŁ ZA DUŻY */
  }

  .process-toggle .step {
    font-size: 22px;
  }

  .process-toggle::after {
    right: 20px;
    font-size: 22px;
  }

  .process-content h4 {
    font-size: 16px;
  }

  .process-content p,
  .process-content li {
    font-size: 14px;
    line-height: 1.65;
  }

  .process-why h3 {
    font-size: 38px;
  }

  .process-why p {
    font-size: 15px;
  }
}
/* ============================= */
/*  REMOVE ALL HOVER EFFECTS     */
/* ============================= */

/* karty */
.process-card:hover {
  border-color: rgba(255,255,255,0.08);
}

/* flow boxy */
.process-flow div:hover {
  border-color: rgba(255,255,255,0.08);
}

/* toggle */
.process-toggle:hover {
  background: none;
}

/* safety: wyłącz wszystkie hover animacje */
.process-dark *:hover {
  transition: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e23df5c */: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 */