/* ===========================================
   KLIMATYZACJA DOMOWA — style specyficzne
   Współdzielony słownik podstron (hero, eyebrow, section-head, faq, breadcrumbs,
   cta-benefits) jest w subpages.css. Design system + formularze: santier.css.
   Ported 1:1 z deploy/klimatyzacja-domowa.html.
   =========================================== */

/* ===== Stars / rating (Google) ===== */
.stars { color: var(--gold); letter-spacing: 1.5px; line-height: 1; }

/* FAQ: na tej stronie po akapicie intro jest przycisk „Masz inne pytanie?",
   więc przywracamy odstęp 24px (subpages.css ma .faq-intro p z margin:0 — tam
   intro kończy się akapitem z linkiem inline, bez osobnego przycisku). */
.faq-intro p { margin-bottom: 24px; }

/* ===== Edukacja ===== */
.edu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gray-200);
  border: 1px solid var(--gray-200);
}
.edu-card { background: var(--white); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.edu-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: rgba(232, 78, 27, 0.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.edu-icon svg { width: 24px; height: 24px; }
.edu-card h3 { font-size: 18px; font-weight: 700; color: var(--navy-deep); letter-spacing: -0.2px; }
.edu-card p { font-size: 14.5px; line-height: 1.6; color: var(--gray-700); }

/* ===== Blok grzania ===== */
.heat-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 64px; align-items: center; }
.heat-left h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; font-weight: 700; letter-spacing: -0.7px; color: var(--white); margin-bottom: 18px; }
.heat-left .lead { font-size: 17px; line-height: 1.62; color: rgba(255,255,255,0.78); margin-bottom: 22px; max-width: 540px; }
.heat-note { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.55); padding: 14px 18px; border-left: 2px solid var(--accent); background: rgba(255,255,255,0.03); max-width: 540px; }
.heat-points { list-style: none; display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.10); }
.heat-points li { background: var(--navy-deep); padding: 24px 26px; display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.heat-points .pt-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(232,78,27,0.14); display: inline-flex; align-items: center; justify-content: center; color: var(--accent); }
.heat-points .pt-icon svg { width: 22px; height: 22px; }
.heat-points strong { display: block; font-size: 15.5px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.heat-points span { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.65); }

/* Sekcja grzania: granat (spójnie z hero) + pomarańczowy gradient-panel z korzyściami */
.heat-section { position: relative; background: var(--navy-deep); overflow: hidden; }
.heat-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 70% 120% at 12% 0%, black 8%, transparent 68%);
  mask-image: radial-gradient(ellipse 70% 120% at 12% 0%, black 8%, transparent 68%);
}
.heat-section .section-inner { position: relative; z-index: 1; }
.heat-section .eyebrow { color: var(--accent); }
.heat-section .eyebrow::before { background: var(--accent); }
/* prawy blok korzyści = pomarańczowy gradient (ten sam co hover przycisków), w ramce */
.heat-section .heat-points {
  background: linear-gradient(135deg, var(--accent-warm) 0%, #c93d12 100%);
  border: 0;
  border-radius: 6px;
  padding: 12px 30px;
  gap: 0;
  box-shadow: 0 30px 60px -30px rgba(201, 61, 18, 0.55);
}
.heat-section .heat-points li {
  background: transparent;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.22);
}
.heat-section .heat-points li:first-child { border-top: 0; }
.heat-section .heat-points .pt-icon { background: rgba(255,255,255,0.18); color: var(--white); }
.heat-section .heat-points strong { color: var(--white); }
.heat-section .heat-points span { color: rgba(255,255,255,0.88); }

/* ===== Co oferujemy ===== */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { background: var(--white); border: 1px solid var(--gray-200); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.offer-card:hover { border-color: var(--gray-300); box-shadow: 0 16px 36px -24px rgba(10,31,56,0.4); transform: translateY(-3px); }
.offer-icon { width: 48px; height: 48px; border-radius: 10px; background: var(--navy-deep); display: inline-flex; align-items: center; justify-content: center; color: var(--white); }
.offer-icon svg { width: 24px; height: 24px; }
.offer-card h3 { font-size: 18px; font-weight: 700; color: var(--navy-deep); letter-spacing: -0.2px; }
.offer-card p { font-size: 14.5px; line-height: 1.6; color: var(--gray-700); }

/* ===== Od czego zależy cena (zdjęcie + lista) ===== */
.price-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; align-items: center; }
.price-media { position: relative; }
.price-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.price-list { margin-top: 4px; list-style: none; padding: 0; }
.price-row { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--gray-200); }
.price-row:first-child { padding-top: 0; }
.price-row:last-child { border-bottom: 0; padding-bottom: 0; }
.price-row .pn { font-size: 15px; font-weight: 700; color: var(--accent); padding-top: 2px; font-feature-settings: "tnum"; }
.price-row h4 { font-size: 16.5px; font-weight: 700; color: var(--navy-deep); margin-bottom: 5px; letter-spacing: -0.2px; }
.price-row p { font-size: 14px; line-height: 1.55; color: var(--gray-700); }
.price-cta { margin-top: 32px; }

/* ===== Jak działamy (pozioma oś czasu) ===== */
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.tl-step { position: relative; z-index: 1; list-style: none; }
.tl-step::after { content: ''; position: absolute; top: 28px; left: 56px; right: -24px; height: 2px; background: var(--gray-300); z-index: 0; }
.tl-step:last-child::after { display: none; }
.tl-node {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy-deep); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700;
  border: 5px solid var(--gray-50);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.tl-step h3 { font-size: 16.5px; font-weight: 700; color: var(--navy-deep); margin-bottom: 6px; letter-spacing: -0.2px; }
.tl-step p { font-size: 13.5px; line-height: 1.55; color: var(--gray-700); }
.tl-step .tl-time { display: block; font-size: 12px; font-weight: 600; color: var(--accent); margin-top: 8px; }

/* ===== Finansowanie ===== */
.finance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.finance-card { background: var(--white); border: 1px solid var(--gray-200); padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; }
.fin-logo { height: 30px; display: flex; align-items: center; margin-bottom: 6px; }
.fin-logo img { max-height: 30px; width: auto; display: block; }
.finance-card .tag { font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); }
.finance-card h3 { font-size: 22px; font-weight: 700; color: var(--navy-deep); letter-spacing: -0.3px; }
.finance-card p { font-size: 15px; line-height: 1.62; color: var(--gray-700); }

/* ===== Logo strip (marki) ===== */
.logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-200); border: 1px solid var(--gray-200); }
.logo-item { background: var(--white); min-height: 116px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.logo-item img { max-height: 42px; max-width: 82%; width: auto; object-fit: contain; }
.logo-item--rotenso { background: #ED1C24; }
.brands-row { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 56px; align-items: center; }
.brands-intro h2 { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; font-weight: 700; letter-spacing: -0.5px; color: var(--navy-deep); margin-bottom: 14px; }
.brands-intro p { font-size: 15.5px; line-height: 1.6; color: var(--gray-700); }

/* ===== Salon ===== */
.salon-showcase { background: var(--white); border-bottom: 1px solid var(--gray-200); }
.salon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.salon-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--gray-100); border-radius: 10px; }
.salon-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.salon-chips { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 4px 0 32px; }
.salon-chips li { font-size: 12.5px; font-weight: 500; color: var(--gray-700); background: var(--gray-50); padding: 7px 13px; border-radius: 4px; letter-spacing: 0.15px; border: 1px solid var(--gray-200); transition: border-color 0.2s ease, color 0.2s ease; }
.salon-chips li:hover { border-color: var(--accent); color: var(--navy-deep); }
.salon-content { display: flex; flex-direction: column; align-items: flex-start; max-width: 560px; }
.salon-content .eyebrow { margin-bottom: 22px; }
.salon-showcase h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; font-weight: 700; letter-spacing: -0.6px; color: var(--navy-deep); margin-bottom: 18px; }
.salon-lead { font-size: 17px; line-height: 1.6; font-weight: 500; color: var(--navy-deep); margin-bottom: 18px; }
.salon-info { display: flex; flex-wrap: wrap; gap: 22px 36px; margin-bottom: 36px; padding: 24px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); width: 100%; }
.salon-info-item { display: flex; align-items: center; gap: 12px; }
.salon-info-icon { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }
.salon-info-text { display: flex; flex-direction: column; font-size: 15px; font-weight: 600; color: var(--navy-deep); line-height: 1.4; text-decoration: none; }
.salon-info-link { transition: color 0.2s ease; align-self: center; }
.salon-info-link:hover { color: var(--accent); }

/* ===== Dlaczego Santier (zdjęcie + lista powodów) ===== */
.why-split { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 64px; align-items: stretch; }
.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); }
.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); 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); margin-bottom: 5px; letter-spacing: -0.2px; }
.why-reason p { font-size: 14px; line-height: 1.58; color: var(--gray-700); }
.why-media { position: relative; border-radius: 10px; overflow: hidden; min-height: 400px; }
.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);
  border-radius: 10px;
  padding: 14px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.why-rating:hover { border-color: var(--gray-300); 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); line-height: 1; letter-spacing: -1px; }
.why-rating .wr-meta { display: flex; flex-direction: column; gap: 4px; }
.why-rating .wr-meta .stars { color: var(--gold); font-size: 14px; letter-spacing: 1.5px; line-height: 1; }
.why-rating .wr-sub { font-size: 13px; color: var(--gray-700); }

/* ===== Kanciaste: wybrane karty/panele/zdjęcia/pola bez zaokrągleń (estetyka strony) ===== */
.nav-dropdown,
.heat-section .heat-points,
.price-media img,
.salon-image,
.why-media { border-radius: 0; }
/* Karta formularza (.cta-card) zostaje zaokrąglona (radius 5px z santier.css) — spójnie z resztą
   podstron; kanciaste są tylko zdjęcia/panele i dropdown nawigacji. */

/* ===== Responsywność Klimatyzacji ===== */
@media (max-width: 1024px) {
  .edu-grid { grid-template-columns: 1fr 1fr; }
  .heat-grid { grid-template-columns: 1fr; gap: 40px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .price-split { grid-template-columns: 1fr; gap: 36px; }
  .timeline { display: flex; flex-direction: column; gap: 0; }
  .tl-step::after { display: none; }
  .tl-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding-bottom: 24px; }
  .tl-node { margin-bottom: 0; }
  .finance-grid { grid-template-columns: 1fr; }
  .brands-row { grid-template-columns: 1fr; gap: 32px; }
  .salon-grid { grid-template-columns: 1fr; gap: 36px; }
  .salon-image { aspect-ratio: 16 / 10; max-height: 480px; }
  .salon-content { max-width: 100%; }
  .salon-info { gap: 18px 32px; }
  .why-split { grid-template-columns: 1fr; gap: 36px; }
  .why-media { max-width: 460px; order: -1; }
}
@media (max-width: 640px) {
  .edu-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .logos { grid-template-columns: 1fr 1fr; }
  .logo-item { min-height: 96px; padding: 18px; }
  .salon-image { aspect-ratio: 4 / 3; }
  .salon-info { flex-direction: column; gap: 16px; padding: 22px 0; }
}
