/* ============================================================
   Lasogród — Blok Serwis
   Kolory zgodne z blokiem kontaktu. Zmienne --lgk-*.
   ============================================================ */
:root{
  --lgk-green:#5cb62a;
  --lgk-green-dark:#4a9a20;
  --lgk-ink:#16293a;
  --lgk-muted:#6b7987;
  --lgk-line:#e6eaee;
  --lgk-green-soft:#eef7e8;
  --lgk-navy:#16293a;
  --lgk-navy-2:#1e3547;
  --lgk-max:1280px;
}

/* wymuszenie pełnej szerokości ponad content-size motywu */
.lgk-serwis{
  padding:0 24px;
  max-width:none !important;
  width:100%;
  margin-left:auto;margin-right:auto;
}
.is-layout-constrained > .lgk-serwis,
.wp-block-group.is-layout-constrained > .lgk-serwis,
.lgk-serwis.alignfull{max-width:none !important}

.lgk-serwis__inner{max-width:var(--lgk-max);margin:0 auto}

/* ikonki */
.lgk-ic{
  flex:0 0 46px;height:46px;border-radius:12px;
  background:var(--lgk-green-soft);color:var(--lgk-green-dark);
  display:flex;align-items:center;justify-content:center;
}
.lgk-ic svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2}

.lgk-eyebrow{color:var(--lgk-green);font-weight:800;font-size:13px;letter-spacing:.6px;margin:0 0 8px;text-transform:uppercase}

/* ============================================================
   Sekcja „O serwisie” — dwie kolumny (tekst | zdjęcie)
   ============================================================ */
.lgk-about{
  display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;
  padding:64px 0 8px;
}
.lgk-about__title{font-size:34px;line-height:1.12;font-weight:800;margin:0 0 16px;color:var(--lgk-ink)}
.lgk-about__title .lgk-accent,.lgk-about__title mark{color:var(--lgk-green);background:transparent}
.lgk-about__text{font-size:16px;color:var(--lgk-muted);line-height:1.7;margin:0 0 22px}
.lgk-about__text strong{color:var(--lgk-ink)}

/* punktowana lista usług w sekcji about */
.lgk-checklist{list-style:none;margin:0;padding:0}
.lgk-checklist li{
  position:relative;padding:9px 0 9px 34px;
  font-size:15.5px;color:var(--lgk-ink);line-height:1.5;
  border-bottom:1px solid var(--lgk-line);
}
.lgk-checklist li:last-child{border-bottom:none}
.lgk-checklist li::before{
  content:"";position:absolute;left:0;top:11px;
  width:20px;height:20px;border-radius:50%;
  background:var(--lgk-green-soft);
}
.lgk-checklist li::after{
  content:"";position:absolute;left:6px;top:15px;
  width:8px;height:4px;border-left:2px solid var(--lgk-green-dark);
  border-bottom:2px solid var(--lgk-green-dark);
  transform:rotate(-45deg);
}
.lgk-checklist li strong{font-weight:800}

.lgk-about__media{position:relative}
.lgk-about__media img{
  width:100%;height:100%;object-fit:cover;display:block;
  border-radius:18px;box-shadow:0 22px 50px rgba(22,41,58,.18);
  max-height:460px;
}
.lgk-about__badge{
  position:absolute;left:-14px;bottom:-14px;
  background:#fff;border-radius:14px;padding:14px 18px;
  box-shadow:0 14px 34px rgba(22,41,58,.16);
  display:flex;align-items:center;gap:12px;
}
.lgk-about__badge .lgk-ic{flex:0 0 40px;height:40px}
.lgk-about__badge .lgk-about__badge-k{font-size:12px;color:var(--lgk-muted);font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin:0}
.lgk-about__badge .lgk-about__badge-v{font-size:15px;color:var(--lgk-ink);font-weight:800;margin:1px 0 0}

/* ============================================================
   Karty usług — siatka z ikoną, tytułem i opisem
   ============================================================ */
.lgk-services{padding:56px 0 8px}
.lgk-services__head{text-align:center;max-width:680px;margin:0 auto 40px}
.lgk-services__head .lgk-eyebrow{display:block}
.lgk-services__title{font-size:30px;font-weight:800;margin:0 0 10px;color:var(--lgk-ink)}
.lgk-services__sub{font-size:16px;color:var(--lgk-muted);margin:0;line-height:1.6}

.lgk-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lgk-scard{
  background:#fff;border:1px solid var(--lgk-line);border-radius:16px;padding:28px;
  box-shadow:0 10px 30px rgba(22,41,58,.05);
  transition:border-color .15s, box-shadow .15s, transform .12s;
}
.lgk-scard:hover{border-color:var(--lgk-green);box-shadow:0 16px 38px rgba(92,182,42,.12);transform:translateY(-3px)}
.lgk-scard .lgk-ic{width:52px;height:52px;flex:none;margin-bottom:18px}
.lgk-scard .lgk-ic svg{width:26px;height:26px}
.lgk-scard__t{font-size:18px;font-weight:800;margin:0 0 8px;color:var(--lgk-ink)}
.lgk-scard__d{font-size:14.5px;color:var(--lgk-muted);line-height:1.65;margin:0}

/* ============================================================
   CTA — zielony pasek z przyciskiem
   ============================================================ */
.lgk-cta{
  margin:60px 0 8px;
  background:linear-gradient(135deg,var(--lgk-navy) 0%,var(--lgk-navy-2) 100%);
  border-radius:20px;padding:48px 44px;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;
}
.lgk-cta::after{
  content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(92,182,42,.20),transparent 70%);pointer-events:none;
}
.lgk-cta__body{position:relative;z-index:1;max-width:640px}
.lgk-cta__t{font-size:26px;font-weight:800;color:#fff;margin:0 0 8px}
.lgk-cta__t .lgk-accent,.lgk-cta__t mark{color:var(--lgk-green);background:transparent}
.lgk-cta__d{font-size:16px;color:#c7d2dc;margin:0;line-height:1.6}
.lgk-cta__btn{
  position:relative;z-index:1;flex:none;
  display:inline-flex;align-items:center;gap:10px;
  background:var(--lgk-green);color:#fff;text-decoration:none;
  padding:16px 32px;border-radius:12px;font-size:17px;font-weight:800;
  box-shadow:0 10px 26px rgba(92,182,42,.34);transition:background .15s, transform .1s;
}
.lgk-cta__btn:hover{background:var(--lgk-green-dark);color:#fff}
.lgk-cta__btn:active{transform:translateY(1px)}
.lgk-cta__btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.5}

/* ============================================================
   RESPONSYWNOŚĆ
   ============================================================ */
@media (max-width:900px){
  .lgk-about{grid-template-columns:1fr;gap:32px;padding-top:48px}
  .lgk-about__media{order:-1}
  .lgk-cards{grid-template-columns:1fr 1fr}
  .lgk-cta{flex-direction:column;align-items:flex-start;padding:36px 28px}
}
@media (max-width:600px){
  .lgk-serwis{padding:0 16px}
  .lgk-about__title{font-size:27px}
  .lgk-cards{grid-template-columns:1fr}
  .lgk-cta__btn{width:100%;justify-content:center}
}

/* poprawki w edytorze */
.editor-styles-wrapper .lgk-about__title,
.editor-styles-wrapper .lgk-about__text,
.editor-styles-wrapper .lgk-scard__t,
.editor-styles-wrapper .lgk-scard__d,
.editor-styles-wrapper .lgk-cta__t,
.editor-styles-wrapper .lgk-cta__d{margin-top:0}
