/* obsluga-techniczna-obiektow.css — Style podstrony Obsługa techniczna obiektów (B2B) */
/* Tokeny: var(--navy), var(--navy-deep), var(--accent), var(--white), var(--gray-*) z santier.css */

/* ===== 2. CO SERWISUJEMY ===== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--gray-200, #e6e9ef);
  padding: 28px 24px;
}
.svc-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(232, 78, 27, 0.10);
  color: var(--accent, #e84e1b);
  margin-bottom: 16px;
}
.svc-icon svg { width: 24px; height: 24px; }
.svc-card h3 { font-size: 17px; font-weight: 700; color: var(--navy-deep, #0a1f38); margin-bottom: 8px; }
.svc-card p { font-size: 14px; color: var(--gray-700, #3A4252); line-height: 1.58; margin: 0; }
.svc-note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 15px;
  color: var(--gray-700, #3A4252);
  font-style: italic;
}

/* ===== 3. KORZYŚCI ===== */
.ben-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ben-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--gray-200, #e6e9ef);
  padding: 24px;
}
.ben-check {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--navy-deep, #0a1f38);
  color: var(--white);
}
.ben-check svg { width: 18px; height: 18px; }
.ben-card h3 { font-size: 16px; font-weight: 700; color: var(--navy-deep, #0a1f38); margin-bottom: 5px; }
.ben-card p { font-size: 14px; color: var(--gray-700, #3A4252); line-height: 1.55; margin: 0; }

/* ===== 4. F-GAZ (granat) — klasa .section daje paddingi, .is-light biały nagłówek ===== */
.fgaz-section { background: var(--navy); }
.fgaz-section .eyebrow span { color: var(--accent, #e84e1b); }
.fgaz-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.fgaz-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px;
}
.fgaz-ico {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent, #e84e1b);
  color: var(--white);
  margin-bottom: 16px;
}
.fgaz-ico svg { width: 22px; height: 22px; }
.fgaz-item h3 { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.fgaz-item p { font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.58; margin: 0; }

/* ===== 5. UMOWA SLA ===== */
.sla-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 36px;
}
.sla-list li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.sla-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(232, 78, 27, 0.12);
  color: var(--accent, #e84e1b);
  margin-top: 1px;
}
.sla-check svg { width: 15px; height: 15px; }
.sla-list li > span:last-child { font-size: 15px; color: var(--gray-700, #3A4252); line-height: 1.45; }
.sla-note {
  margin-top: 32px;
  background: var(--gray-100, #f3f4f6);
  border-left: 4px solid var(--accent, #e84e1b);
  padding: 20px 24px;
  font-size: 15px;
  color: var(--gray-700, #3A4252);
  line-height: 1.55;
}

/* ===== 6. TYPY OBIEKTÓW ===== */
.obj-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.obj-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gray-200, #e6e9ef);
  margin: 0;
}
.obj-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.obj-card:hover img { transform: scale(1.04); }
.obj-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(10, 31, 56, 0.92), rgba(10, 31, 56, 0));
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 36px 16px 16px;
}

/* ===== 8. REALIZACJE (karty .real-card z realizacje.css — układ jak na VRF) ===== */
.real-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 40px;
}
.real-card-grid .real-card { margin: 0; }
.real-strip-cta { text-align: center; margin-top: 28px; }

/* ===== 9. DLACZEGO SANTIER (.why-split) — skopiowane z klimatyzacja-vrf.css (brak w subpages.css) ===== */
.stars { color: var(--accent); letter-spacing: 1.5px; line-height: 1; }
.why-split { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 64px; align-items: stretch; margin-top: 40px; }
.why-reasons { display: flex; flex-direction: column; }
.why-reason { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--gray-200, #e6e9ef); }
.why-reason:first-child { padding-top: 0; }
.why-reason:last-child { border-bottom: 0; padding-bottom: 0; }
.why-reason .ic { width: 50px; height: 50px; border-radius: 12px; background: var(--navy-deep, #0a1f38); color: var(--white); display: inline-flex; align-items: center; justify-content: center; }
.why-reason .ic svg { width: 24px; height: 24px; }
.why-reason h3 { font-size: 17px; font-weight: 700; color: var(--navy-deep, #0a1f38); margin-bottom: 5px; letter-spacing: -0.2px; }
.why-reason p { font-size: 14px; line-height: 1.58; color: var(--gray-700, #3A4252); margin: 0; }
.why-media { position: relative; overflow: hidden; min-height: 400px; border-radius: 0; }
.why-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-rating { display: inline-flex; align-items: center; gap: 14px; align-self: flex-start; margin-top: 32px; background: var(--white); border: 1px solid var(--gray-200, #e6e9ef); border-radius: 10px; padding: 14px 20px; transition: border-color 0.2s ease, box-shadow 0.2s ease; text-decoration: none; }
.why-rating:hover { border-color: var(--gray-300, #cfd5df); box-shadow: 0 14px 34px -22px rgba(10,31,56,0.4); }
.why-rating .wr-num { font-size: 30px; font-weight: 700; color: var(--navy-deep, #0a1f38); line-height: 1; letter-spacing: -1px; }
.why-rating .wr-meta { display: flex; flex-direction: column; gap: 4px; }
.why-rating .wr-meta .stars { font-size: 14px; }
.why-rating .wr-sub { font-size: 13px; color: var(--gray-700, #3A4252); }

/* ===== 7. OŚ CZASU — override na 4 kroki (baza .proc-timeline = 5 kolumn) ===== */
.obsluga-timeline { grid-template-columns: repeat(4, 1fr); }

/* ===== 10. FAQ (override odstępu — subpages.css ma margin:0) ===== */
.faq-intro p { margin-bottom: 24px; }
/* Listy w odpowiedziach FAQ (subpages.css stylizuje tylko .faq-answer p) */
.faq-answer ul.faq-ul {
  margin: 12px 0 0;
  padding-left: 22px;
  list-style: disc;
}
.faq-answer ul.faq-ul li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--gray-700, #3A4252);
  margin-top: 6px;
}
.faq-answer ul.faq-ul li strong { color: var(--navy-deep, #0a1f38); }
.faq-answer p + ul.faq-ul { margin-top: 12px; }
.faq-answer ul.faq-ul + p { margin-top: 12px; }


/* ===== RESPONSYWNOŚĆ ===== */
@media (max-width: 900px) {
  .svc-grid        { grid-template-columns: repeat(2, 1fr); }
  .fgaz-grid       { grid-template-columns: 1fr; }
  .obj-grid        { grid-template-columns: repeat(2, 1fr); }
  .real-card-grid  { grid-template-columns: 1fr; }
  .obsluga-timeline { grid-template-columns: 1fr; }
  .why-split       { grid-template-columns: 1fr; gap: 36px; }
  .why-media       { max-width: 460px; order: -1; min-height: 320px; }
}
@media (max-width: 640px) {
  .svc-grid        { grid-template-columns: 1fr; }
  .ben-grid        { grid-template-columns: 1fr; }
  .sla-list        { grid-template-columns: 1fr; }
  .obj-grid        { grid-template-columns: 1fr; }
  .real-card-grid  { grid-template-columns: 1fr; }
}
