/* ======================================================
   SECTION: JAK DZIAŁAMY — PROCESS
   mobile (BASE)
====================================================== */

.hero-cta-wrap {
  display: flex;
  justify-content: center;
}

.link-button.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-process {
  --process-title: var(--text-xl);
  --process-step: var(--text-md);
  --process-lead: var(--text-base);

  --process-title-color: var(--text-primary);
  --process-step-color: var(--text-secondary);
  --process-lead-color: var(--text-muted);
}


.section-process {
  position: relative;
    background: #ffffff;
  color: #0f172a;
}

.section-process__title {
  font-size: var(--process-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  color: var(--process-title-color);

  margin-bottom: 14px;

  /* 🔑 MOBILE */
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  
}

/* =========================================
   PROCESS — KONTEKST DLA META
========================================= */

.section-process .contact-meta--name {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

/* ------------------------------
   STEPS
------------------------------ */

.process-steps {
  position: relative;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  padding-top: 32px;
}

.process-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.process-step__num {
	
	
  width: 44px;
  height: 44px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;
  font-size: 0.95rem;

  background: #0f172a;   /* ciemne kółko */
  color: #ffffff;        /* jasny numer */
  
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.25);
}

.process-step__label {
  font-size: 1.10rem;         /* czytelne, ale nie jak H2 */
  line-height: 2.35;          /* bardziej „UI”, mniej „akapit” */
  font-weight: 400;           /* wyraźnie przy numerze */
  color: #0f172a;             /* pełny kontrast na białym */
  letter-spacing: -0.01em;    /* subtelnie zbija „rozlane” litery */
}

/* ------------------------------
   CTA
------------------------------ */

.process-cta {
	
	
	width: 100%;                 /* 🔑 MUSI BYĆ */
	
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0px;
  max-width: 520px;
  margin-left: -8px;
  margin-right: -8px;  
}

.process-cta__lead {
  display: none;
}

.process-cta__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  text-align: center;
}

.process-contact {
    width: 100%;
    text-align: center;
}


/* ======================================================
   PROCESS CONTACT — PERSON ROLE (UPPERCASE)
====================================================== */


  .process-contact .process-cta__phone {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
  }
  
  

  .process-contact__list {
    text-align: left;
  }


/* ======================================================
   TABLET (>= 768px)
====================================================== */

@media (min-width: 768px) {

  .section-process .contact-meta--name {
    font-size: 1.55rem;
    letter-spacing: 0.05em;
  }

  .process-contact {
    text-align: center;
	padding: 30px;
  }

.process-cta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
    align-items: center;
    margin-top: 0px;
    max-width: 520px;
    margin-left: -8px;
    margin-right: -8px;
}



  .process-steps {
    padding-left: 96px;
  }

  .process-steps::before {
    content: "";
    position: absolute;
    left: 36px;
    top: -8px;
    bottom: -8px;
    width: 8px;

    background: linear-gradient(
      180deg,
      rgba(139, 92, 246, 0.15),
      rgba(99, 102, 241, 0.55),
      rgba(139, 92, 246, 0.15)
    );

    border-radius: 8px;
  }

  .process-step {
    margin-bottom: 64px;
  }
  
 .process-step__label {
  font-size: 1.35rem;         /* czytelne, ale nie jak H2 */
  line-height: 2.00;          /* bardziej „UI”, mniej „akapit” */
  font-weight: 600;           /* wyraźnie przy numerze */
  color: #0f172a;             /* pełny kontrast na białym */
  letter-spacing: -0.01em;    /* subtelnie zbija „rozlane” litery */
} 
  
  

  
  
/* ======================================================
   MID DESKTOP / ZWINIĘTY DESKTOP (900–1023px)
====================================================== */
@media (min-width: 900px) and (max-width: 1023px) {


  .section-process .contact-meta--name {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }

  

  
 /* =========== */ 
}


/* ======================================================
   DESKTOP (>= 1024px) — FIX
====================================================== */

@media (min-width: 1024px) {

  .process-contact {
    margin-left: auto;
    text-align: right;
	padding: 0px;
  }


  .process-contact__list {
    text-align: right;
	    list-style: none;
    padding-left: 0;
  }




  .section-process .section-process__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    column-gap: 64px;
    align-items: start;
	pointer-events: none;
  }

  /* LEWA KOLUMNA — PROCES */
  .process-steps {
    grid-column: 1;
  }

  /* PRAWA KOLUMNA — CTA + TEKST */
  .process-cta {
    display: flex;
    flex-direction: column;   /* 🔑 JEDEN POD DRUGIM */
    align-items: flex-end;    /* 🔑 do prawej */
    gap: 16px;
	margin-top: 0px;
  }

.process-cta * {
  pointer-events: auto;
}

.process-cta__lead--cascade {
  display: block;
  overflow: visible;
  max-height: none;

  max-width: 440px;
  margin-left: auto;

  font-family: var(--font-display, system-ui);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: right;

  /* 🔑 GRADIENT TEKSTU — KANON */
background-image: linear-gradient(
  180deg,
  #312e81,  /* indigo-900 */
  #4c1d95,  /* violet-900 */
  #581c87   /* purple-900 */
);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;

  /* 🔑 ABSOLUTNIE KONIECZNE */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

  .process-cta__lead--cascade span {
    display: block;
    white-space: normal;
  }

  .process-cta__lead--cascade .l1 {
    font-size: 1.95rem;
    font-weight: 800;
  }

  .process-cta__lead--cascade .l2 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-top: 6px;
  }

  .process-cta__lead--cascade .l3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 6px;
  }
  
  .process-cta__phone {
    flex: 0 0 40%;
    max-width: 320px;

    display: flex;                 /* 🔑 */
    justify-content: center;       /* 🔑 CENTROWANIE GRUPY */
    align-items: center;           /* 🔑 */

    text-align: left;              /* ❌ text-align NIE JEST DO FLEX */
  }
  
  
      .process-step {
        margin-bottom: 84px;
    }
  
}
