/* ======================================================
   TABLET (>=768px)
====================================================== */

@media (min-width: 768px) {

:root {
	
  --section-title-font-size: 1.75rem;
  --section-title-weight: 500;
  --section-title-letter-spacing: 0.08em;
  --section-title-color: #0f172a;
  --section-title-margin-bottom: 24px;

  --section-title-line-width: 48px;
  --section-title-line-height: 2px;
  --section-title-line-color: rgb(59 130 246 / 55%);
  --section-title-line-margin-top: 8px;
}

.section:last-of-type {
    padding-bottom: 48px;
}

.page-home .section:last-of-type {
  padding-bottom: 0;
}

.section-title,
.services-title,
.about-title,
.contact-title, 
.section-process__title {
  font-size: var(--section-title-font-size);
  font-weight: var(--section-title-weight);
  letter-spacing: var(--section-title-letter-spacing);
  text-transform: uppercase;
  margin-bottom: var(--section-title-margin-bottom);
  color: var(--section-title-color);
  position: relative;
  text-align: center; /* ✅ wyśrodkowanie tekstu */
  color: var(--section-title-color); /* 🔗 źródło prawdy */
}

.section-process {
  --section-title-color: #f8fafc; /* jasny tytuł */
}

  .section-title::after,
  .services-title::after,
  .about-title::after,
  .contact-title::after,
  .page-about h2::after,
  .section-process__title::after  {
    content: "";
    display: block;
    width: var(--section-title-line-width);
    height: var(--section-title-line-height);
    background: var(--section-title-line-color);
    margin: var(--section-title-line-margin-top) auto 0;
  }

.services-title,
.contact-title {
  --section-title-color: #f8fafc; /* jasny, czysty cyan */
}


.page-serwis .service-content h3 {
  font-size: 1.35rem;
  margin: 0 0 4px;
  font-weight: 400;
  color: #f8fafc;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}



/* ======================================================
   KANON WSPÓLNY BUTTON LINKOWY
====================================================== */
.link-button::after {
  content: "→";
  margin-left: 10px;
  font-size: 1.1em;
  transition: transform 0.2s ease;
}


.link-button__text {
  line-height: 1;          /* 🔑 stabilniejsza linia (na span) */
  display: inline-block;     /* 🔑 żeby line-height działało przewidywalnie */
  vertical-align: middle;
  font-size: 1.05rem;
  position: relative;
  top: 0px;
}


/* == „SAFE AREA” DLA MOBILE === */
  body {
    padding-bottom: 0px; /* 🔑 wysokość mobile-footer */
  }

  .section {
    padding: 64px 124px;
  }



  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }


/* ======================================================
   HERO — AUTOELEKTRONIKA
====================================================== */

/* ======================================================
   HERO — AUTOELEKTRONIKA (MOBILE FIRST)
====================================================== */


.hero-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}

.section-hero {
	
	 padding: calc(72px + var(--menu-h, 64px)) 124px 80px;
	
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.75) 35%,
      rgba(0, 0, 0, 0.55) 70%,
      rgba(0, 0, 0, 0.35) 100%
    ),
    url("/img/backgrounds/mobile_electronicblue_car_half_webp.webp")
    65% 40% / cover no-repeat;
}


  .section-hero .hero {
    max-width: 720px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

.section-hero .link-button {
    margin-left: auto;
    margin-right: 0;   /* 🔑 przyklejenie do prawej */
}
	
	
	
	
  .hero h1 {
    font-size: 1.75rem;      /* ~36px */
    line-height: 1.15;

  }

  .hero h2 {
    font-size: 1.5rem;       /* ~24px */
    line-height: 1.35;

  }

  .hero p {
    font-size: 1.1rem;       /* ~17–18px */
    line-height: 1.6;

  }	




/* ======================================================
   PROCES — MOBILE FIRST
====================================================== */



	.process-contact__person {
		font-size: 1.35rem;
	}


	.process-contact__list {
		font-size: 1.15rem;
	}






/* ======================================================
   SERWIS — TABLET
====================================================== */


  .services {
    max-width: 960px;
  }

  .services-list {
    gap: 20px;
  }

  .service-card {
    gap: 20px;
    padding: 24px;
    border-radius: 18px;
  }

  /* ikona */
  .service-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }

  .icon-chip {
    width: 34px;
    height: 34px;
  }

  /* typografia */
.service-content h3 {
  font-size: 1.45rem;
  margin: 0 0 4px;
  font-weight: 600;
  color: #f8fafc;
  letter-spacing: -0.01em;
  font-weight:100;
  text-transform: uppercase;
}

  .service-content p {
    font-size: 1.25rem;      /* ~16px */
    line-height: 1.5;
  }



/* ======================================================
	O NAS
====================================================== */

.about-text {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #0f172a;
	font-weight:400;
}

/* ======================================================
   KONTAKT — TABLET
====================================================== */

  .section-contact {
    padding: 88px 32px;
  }

  .contact {
    max-width: 960px;
  }

  .contact-title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  .contact-list {
    gap: 18px;
    max-width: 520px;   /* 🔑 klucz */
    margin: 0 auto;     /* 🔑 centrowanie */	
  }

  .contact-item {
    gap: 18px;
    padding: 22px 26px;
    border-radius: 16px;
  }

  /* ikona */
  .contact-icon {
    font-size: 1.5rem;
  }

  /* tekst */
  .contact-text {
    font-size: 1.35rem;
    line-height: 1.45;
  }

  /* strzałka */
  .contact-arrow {
    font-size: 1.1rem;
  }

.contact-item--person .contact-meta--name {
	font-size: 1.35rem;
    font-weight: 300;

}





/* ======================================================
   MAPA — FOOTER MAP
====================================================== */

.page-home .map-col {
  display: block;
}

.section-map {
  padding: 0;

}

  .map-col {
    margin-left: -124px;
    margin-right: -124px;
  }

  .map-wrap {
	height: 360px;  
    margin: 48px 0 0;
    border-radius: 0;
  }

/* ============================================== */
}



