/* ============================================================
   TERRA LEVIS - sekcje wg projektu "O firmie i Zakres opieki v2"
   (Claude Design). Wartości kolorów i odstępów wzięte z makiety:
   granat #1e3943, złoto #b08d57, złoto jasne #cbb289.
   Ładowany PO header-dark.css.
   ============================================================ */

.sek{ padding:96px 24px 108px; position:relative; overflow:hidden; }
.sek .container{ max-width:1160px; margin:0 auto; padding:0; }

/* nagłówek nadsekcji: złota kreska + kapitaliki */
.kick-line{
  display:flex; align-items:center; gap:14px; margin:0 0 18px;
  font-size:13px; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color:#b08d57;
}
.kick-line span{ display:block; width:44px; height:1px; background:currentColor; flex:0 0 auto; }
.sek h2{
  font-family:'Cormorant Garamond',serif; font-weight:600; font-size:44px;
  line-height:1.12; color:#1e3943; margin:0 0 14px; text-wrap:pretty;
}
.sek h2 em{ font-style:italic; color:#b08d57; }
.sek-lead{ font-size:18px; line-height:1.55; color:#4b5f66; margin:0 0 14px; }

/* ---------- O FIRMIE ---------- */
.sek-firma{ background:#fff; }
.firma-split{ display:grid; grid-template-columns:1.05fr 1fr; gap:72px; align-items:center; }
.firma-txt{ min-width:0; }

.stat-grid{
  display:grid; grid-template-columns:1fr 1fr;
  border-top:1px solid rgba(30,57,67,.14); border-bottom:1px solid rgba(30,57,67,.14);
  margin:28px 0 26px;
}
.stat{ padding:20px 18px 20px 0; }
.stat:nth-child(2n){ padding:20px 0 20px 22px; border-left:1px solid rgba(30,57,67,.14); }
.stat:nth-child(-n+2){ border-bottom:1px solid rgba(30,57,67,.14); }
.stat b{
  display:flex; align-items:baseline; gap:9px; flex-wrap:wrap;
  font-family:'Cormorant Garamond',serif; font-size:34px;
  font-weight:600; color:#1e3943; line-height:1;
}
/* Ocena Google czytała się jak zbłąkana liczba obok trzech innych.
   Pięć gwiazdek od razu mówi, czym ta liczba jest. */
.stat .gwiazdki{
  font-family:'Source Sans 3',sans-serif; font-size:15px; letter-spacing:2px;
  color:#b08d57; line-height:1; position:relative; top:-2px;
}
.stat span{ display:block; font-size:14px; color:#6b7b81; margin-top:6px; line-height:1.35; }

.dash-list{ list-style:none; padding:0; margin:0 0 30px; display:grid; gap:10px; }
.dash-list li{ position:relative; padding-left:24px; font-size:16px; color:#3d5158; line-height:1.5; }
.dash-list li::before{ content:"—"; position:absolute; left:0; color:#b08d57; font-weight:700; }

.firma-cta{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.btn-pill-dark{
  display:inline-flex; align-items:center; gap:10px; background:#1e3943; color:#fff;
  font-weight:600; font-size:16px; padding:14px 28px; border-radius:44px; transition:.2s;
}
.btn-pill-dark:hover{ background:#162b33; color:#fff; }
.btn-pill-dark span{ font-size:18px; line-height:1; transition:transform .2s; }
.btn-pill-dark:hover span{ transform:translateX(4px); }
.tel-inline{
  display:inline-flex; align-items:center; gap:8px; color:#1e3943;
  font-weight:700; font-size:16px; padding:14px 6px;
}
.tel-inline:hover{ color:#b08d57; }
.tel-inline .ico{ color:#b08d57; }
.tel-inline span{ font-weight:500; color:#6b7b81; font-size:14px; }

/* kolaż: duże zdjęcie w przesuniętej ramce, małe od dołu, karta z cytatem */
.firma-kolaz{ position:relative; min-height:560px; }
.kolaz-ramka{
  position:absolute; top:24px; right:-14px; width:78%; height:88%;
  border:1px solid #cbb289; border-radius:14px;
}
.kolaz-duze{ position:absolute; top:0; right:24px; width:74%; height:78%; }
.kolaz-duze img{
  width:100%; height:100%; object-fit:cover; border-radius:14px; display:block;
  box-shadow:0 24px 60px rgba(30,57,67,.22);
}
.kolaz-male{ position:absolute; left:0; bottom:0; width:52%; height:38%; }
.kolaz-male img{
  width:100%; height:100%; object-fit:cover; border-radius:12px; display:block;
  border:6px solid #fff; box-shadow:0 18px 44px rgba(30,57,67,.28);
}
.kolaz-cytat{
  position:absolute; right:0; bottom:54px; width:250px; margin:0;
  background:#1e3943; color:#fff; border-radius:12px; padding:20px 22px;
  box-shadow:0 18px 40px rgba(30,57,67,.35);
}
.kolaz-cytat .cudzyslow{
  display:block; font-family:'Cormorant Garamond',serif; font-size:40px;
  line-height:.6; color:#cbb289; margin-bottom:10px;
}
.kolaz-cytat blockquote{
  margin:0; font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:19px; line-height:1.35;
}
.kolaz-cytat figcaption{
  font-size:12.5px; letter-spacing:2px; text-transform:uppercase;
  color:#cbb289; margin-top:12px;
}

/* ---------- ZAKRES OPIEKI (ciemna) ---------- */
.sek-zakres{ background:#1e3943; padding-bottom:104px; }
.sek-zakres .poswiata{
  position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(1100px 480px at 85% -10%, rgba(176,141,87,.14), transparent 65%);
}
.sek-zakres .container{ position:relative; }
.zakres-head{ max-width:640px; margin-bottom:54px; }
.zakres-head .kick-line{ color:#cbb289; }
.sek-zakres h2{ color:#fff; font-size:42px; line-height:1.14; }
.sek-zakres .sek-lead{ color:rgba(255,255,255,.72); font-size:17.5px; margin:0; }

.etapy{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.etap{
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:.22s;
}
.etap:hover{ border-color:rgba(203,178,137,.55); }
.etap-foto{ position:relative; height:190px; }
.etap-foto img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.85); }
.etap-foto::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(30,57,67,.05) 40%,rgba(30,57,67,.85) 100%);
}
.etap-nr{
  position:absolute; left:20px; bottom:14px; z-index:1;
  font-family:'Cormorant Garamond',serif; font-size:15px; letter-spacing:3px;
  text-transform:uppercase; color:#cbb289;
}
.etap-body{ padding:26px 26px 30px; display:flex; flex-direction:column; gap:14px; flex:1; }
.etap-body h3{
  font-family:'Cormorant Garamond',serif; font-weight:600; font-size:27px;
  color:#fff; margin:0; line-height:1.2;
}
.etap-body ul{ list-style:none; padding:0; margin:0; display:grid; gap:11px; }
.etap-body li{
  position:relative; padding-left:20px; font-size:15.5px; line-height:1.45;
  color:rgba(255,255,255,.78);
}
.etap-body li::before{ content:"✓"; position:absolute; left:0; color:#cbb289; }

.zakres-stopka{
  margin-top:46px; display:flex; align-items:center; justify-content:space-between;
  gap:24px; border-top:1px solid rgba(255,255,255,.14); padding-top:30px; flex-wrap:wrap;
}
.zakres-stopka p{ margin:0; font-size:16.5px; color:rgba(255,255,255,.72); max-width:560px; line-height:1.5; }

.btn-pill-gold{
  display:inline-flex; align-items:center; gap:10px; background:#b08d57; color:#fff;
  font-weight:700; font-size:16.5px; padding:15px 30px; border-radius:46px;
  box-shadow:0 14px 32px rgba(176,141,87,.4); transition:.2s; white-space:nowrap;
}
.btn-pill-gold:hover{ background:#8a6c3f; color:#fff; }

/* ---------- NASI OPIEKUNOWIE ---------- */
.sek-zespol{ background:#fff; padding:92px 24px 100px; }
/* Portrety w jednym rzędzie, nie w siatce 2x2. Przy dwóch kolumnach zdjęcia
   robiły się bardzo duże i sekcja wyglądała ciężko (uwaga Dawida: "może
   mniejsze zdjęcia"). Cztery węższe kadry czytają się jak zespół, a nie
   jak galeria portretów. */
.zespol-split{ display:grid; grid-template-columns:.8fr 2fr; gap:56px; align-items:start; }
.zespol-txt{ position:sticky; top:96px; }
.sek-zespol h2{ font-size:38px; line-height:1.14; }
.sek-zespol .sek-lead{ font-size:16.5px; margin:0 0 26px; }
.zespol-siatka{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.opiekun{ margin:0; display:flex; flex-direction:column; }
.op-foto{
  border-radius:12px; overflow:hidden; aspect-ratio:3/3.5;
  box-shadow:0 12px 30px rgba(30,57,67,.14);
}
.op-foto img{ width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.opiekun figcaption{ padding:13px 2px 0; }
.opiekun b{
  display:block; font-family:'Cormorant Garamond',serif;
  font-weight:600; font-size:20px; color:#1e3943; line-height:1.2;
}
.opiekun span{ display:block; font-size:13px; color:#6b7b81; margin-top:3px; line-height:1.35; }

/* ---------- mniejsze ekrany ---------- */
@media(max-width:1024px){
  .sek{ padding:72px 20px 78px; }
  .sek h2{ font-size:36px; }
  .firma-split{ grid-template-columns:1fr; gap:44px; }
  .firma-kolaz{ min-height:0; display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .kolaz-ramka{ display:none; }
  .kolaz-duze,.kolaz-male,.kolaz-cytat{ position:static; width:auto; height:auto; }
  .kolaz-duze{ grid-column:1/-1; }
  .kolaz-duze img{ height:360px; }
  .kolaz-male img{ height:200px; border-width:0; }
  .kolaz-cytat{ align-self:center; }
  .etapy{ grid-template-columns:1fr 1fr; }
  .zespol-split{ grid-template-columns:1fr; gap:36px; }
  .zespol-txt{ position:static; }
  .zespol-siatka{ grid-template-columns:repeat(4,1fr); gap:14px; }
}
@media(max-width:720px){
  .sek{ padding:56px 18px 62px; }
  .sek h2{ font-size:29px; }
  .sek-lead{ font-size:16.5px; }
  .stat b{ font-size:27px; }
  .stat span{ font-size:13px; }
  .firma-kolaz{ grid-template-columns:1fr; }
  .kolaz-duze img{ height:280px; }
  .etapy{ grid-template-columns:1fr; }
  .etap-foto{ height:170px; }
  .zespol-siatka{ grid-template-columns:1fr 1fr; gap:14px 16px; }
  .zakres-stopka{ flex-direction:column; align-items:flex-start; }
  .btn-pill-gold{ font-size:15.5px; padding:14px 22px; white-space:normal; }
  .firma-cta{ gap:6px; }
}
/* Na telefonie cztery liczby w dwóch kolumnach robiły się ciasne i sprawiały
   wrażenie rozrzuconych. Jedna kolumna czyta się jak spokojna tabelka. */
@media(max-width:560px){
  .stat-grid{ grid-template-columns:1fr; margin:22px 0 22px; }
  .stat,.stat:nth-child(2n){ padding:15px 0; border-left:0; }
  .stat:nth-child(-n+2){ border-bottom:1px solid rgba(30,57,67,.14); }
  .stat:nth-child(3){ border-bottom:1px solid rgba(30,57,67,.14); }
  .stat:last-child{ border-bottom:0; }
  .stat b{ font-size:26px; }
  .stat span{ font-size:13.5px; margin-top:4px; }
}
@media(max-width:430px){
  .zespol-siatka{ grid-template-columns:1fr 1fr; }
  .opiekun b{ font-size:18px; }
  .opiekun span{ font-size:12.5px; }
}
