/* ==========================================================================
   Gedeikis ir Partneriai — temos stiliai
   Išdėstymas, kortelės, hover efektai (spalvos/šriftai — theme.json).
   ========================================================================== */

:root {
  --gp-navy: #14213B;
  --gp-navy-deep: #0F1A2E;
  --gp-mint: #7EE0AC;
  --gp-mint-soft: #8FE6B4;
  --gp-green: #2F7D5C;
  --gp-brown: #7A5236;
  --gp-brown-light: #B98A5F;
  --gp-beige: #EFEBE2;
  --gp-cream: #FBF9F4;
  --gp-tan: #F4EEE3;
  --gp-ink: #4A5468;
}

/* ----- Bendra --------------------------------------------------------------*/
body { background: var(--gp-beige); }
.gp-eyebrow {
  font-size: 13px; letter-spacing: 3.5px; color: var(--gp-brown);
  font-weight: 500; text-transform: uppercase;
}
.gp-serif { font-family: 'Marcellus', Georgia, serif; }

/* ==========================================================================
   1) SVETAINĖS KARKASAS — kairė juosta (baneris) + turinys
   ========================================================================== */
.gp-shell {
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
  gap: 0;
}
.gp-main {
  flex: 1;
  min-width: 0;
  background: var(--gp-beige);
}

/* PATAISYMAS (2026-07-11): WordPress banerio bloką apgaubia savo
   "wp-block-template-part" konteineriu, todėl .gp-banner NĖRA tiesioginis
   .gp-shell vaikas. Dėl to align-self ant .gp-banner (žemiau) neveikė ir
   sticky pozicija neturėjo kur "keliauti" žemyn. Ši eilutė tai ištaiso. */
.gp-shell > .wp-block-template-part {
  align-self: stretch;
  flex: none;
  width: 300px;
}

/* ----- Baneris (KAIRĖ JUOSTA) — prilipęs -----------------------------------*/
.gp-banner {
  width: 300px;
  flex: none;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  padding: 48px 34px;
  color: #18243c;
}
/* Numatytasis fonas – galioja tik kol redaktoriuje nieko neparinkta */
.gp-banner:not(.has-background) {
  background: var(--gp-banner-bg, linear-gradient(172deg, #a8abaa 0%, #76818f 42%, #1c2a44 100%));
}
.gp-banner__net {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
.gp-banner__inner { position: relative; z-index: 2; }
.gp-banner__logo { margin-top: 200px; pointer-events: none; }
.gp-banner__logo .name { font-size: 27px; letter-spacing: 9px; color: #18243c; font-weight: 500; }
.gp-banner__logo .sub {
  border-top: 1.5px solid #18243c; margin-top: 6px; padding-top: 6px;
  font-size: 13px; letter-spacing: 6px; color: #18243c;
}
.gp-banner__nav {
  display: flex; flex-direction: column; align-items: flex-start; gap: 15px;
  margin-top: 64px; font-size: 13px; letter-spacing: 1.8px; font-weight: 500;
}
.gp-banner__nav a {
  display: inline-block; color: #1b2740; text-decoration: none; padding-bottom: 5px;
  background: linear-gradient(var(--gp-mint), var(--gp-mint)) left bottom / 0 2px no-repeat;
  transition: background-size .32s cubic-bezier(.2,.7,.2,1), color .22s ease;
}
.gp-banner__nav a:hover,
.gp-banner__nav a.current-menu-item,
.gp-banner__nav a[aria-current] {
  color: var(--gp-mint); background-size: 100% 2px;
}
.gp-banner__rule {
  width: 170px; border-top: 1px solid rgba(24,36,60,.55); margin: 44px 0; pointer-events: none;
}
.gp-banner__contacts {
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 13.5px;
}
.gp-banner__contacts a {
  display: flex; align-items: center; gap: 9px; color: #8fe6b4; text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}
.gp-banner__contacts a span { text-decoration: underline; }
.gp-banner__contacts a:hover { color: #c8f5da; transform: translateX(4px); }

/* ==========================================================================
   2) Sekcijų karkasas
   ========================================================================== */
.gp-section { padding: 88px 80px; }
.gp-section--cream { background: var(--gp-cream); }
.gp-section--beige { background: var(--gp-beige); }
.gp-section--navy { background: var(--gp-navy); }

/* ----- HERO ----------------------------------------------------------------*/
.gp-hero { position: relative; padding: 88px 80px; min-height: 760px; box-sizing: border-box; }
.gp-hero__img {
  position: absolute; top: 80px; right: 64px; width: 50%; height: 620px; z-index: 1;
}
.gp-hero__img .frame {
  position: absolute; inset: 18px -18px -18px 18px; border: 3px solid var(--gp-mint);
}
.gp-hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .5; position: relative; }
.gp-hero__body { position: relative; z-index: 2; }
.gp-hero__title {
  font-family: 'Marcellus', Georgia, serif; font-size: clamp(40px,4.4vw,62px);
  line-height: 1.08; color: var(--gp-navy); max-width: 66%; margin: 22px 0 0;
}
.gp-hero__lead { font-size: 17px; line-height: 1.65; color: var(--gp-ink); margin: 32px 0 36px; max-width: 430px; }
.gp-cta-row { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.gp-link-underline {
  font-size: 15px; font-weight: 500; color: var(--gp-navy); text-decoration: none;
  border-bottom: 2px solid var(--gp-brown-light); padding-bottom: 3px;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.gp-link-underline:hover { color: var(--gp-green); border-bottom-color: var(--gp-mint); transform: translateX(4px); }

/* ----- Mygtukai (bendra) ---------------------------------------------------*/
.gp-btn {
  display: inline-block; background: var(--gp-navy); color: #fff; font-size: 15px;
  font-weight: 500; letter-spacing: .5px; padding: 15px 34px; text-decoration: none; cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;
}
.gp-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(126,224,172,.35); background-color: var(--gp-mint); color: #0E2A1E; }
.gp-btn--mint { background: var(--gp-mint); color: #123227; font-weight: 600; padding: 15px 36px; }
.gp-btn--mint:hover { background: #98edbd; color: #123227; }

/* ----- Skiltis-antraštė ----------------------------------------------------*/
.gp-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 52px; }
.gp-head-row__title { font-family: 'Marcellus', Georgia, serif; font-size: 38px; color: var(--gp-navy); margin: 14px 0 0; }
.gp-head-row__note { font-size: 15px; color: #6a7488; max-width: 360px; line-height: 1.6; }

/* ==========================================================================
   3) PASLAUGŲ KORTELĖS
   ========================================================================== */
.gp-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gp-svc-card {
  position: relative; display: flex; flex-direction: column; background: #fff; overflow: hidden;
  text-decoration: none; box-shadow: 0 1px 2px rgba(20,33,59,.06);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.gp-svc-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(20,33,59,.18); }
.gp-svc-card__media { position: relative; height: 158px; overflow: hidden; }
.gp-svc-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gp-svc-card:hover .gp-svc-card__media img { transform: scale(1.07); }
.gp-svc-card__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,59,0) 45%, rgba(20,33,59,.42)); pointer-events: none; }
.gp-svc-card__veil { position: absolute; inset: 0; background: var(--gp-brown); opacity: .3; pointer-events: none; }
.gp-svc-card__bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gp-mint-soft); pointer-events: none; }
.gp-svc-card__num { position: absolute; top: 14px; left: 16px; font-size: 12px; letter-spacing: 2px; color: #fff; background: rgba(20,33,59,.5); padding: 5px 10px; pointer-events: none; }
.gp-svc-card__body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.gp-svc-card__title { font-family: 'Marcellus', Georgia, serif; font-size: 22px; color: var(--gp-navy); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gp-svc-card__title .arr { color: var(--gp-green); font-size: 19px; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.gp-svc-card:hover .gp-svc-card__title .arr { transform: translateX(7px); }
.gp-svc-card__desc { font-size: 14.5px; line-height: 1.6; color: #55607a; }

/* ----- Apie ----------------------------------------------------------------*/
.gp-about { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.gp-checklist { display: flex; flex-direction: column; gap: 14px; }
.gp-checklist li { display: flex; align-items: center; gap: 12px; list-style: none; font-size: 15.5px; color: var(--gp-navy); font-weight: 500; }
.gp-checklist svg { flex: none; }
.gp-stat { border: 1.5px solid var(--gp-navy); background: var(--gp-cream); padding: 52px 40px; text-align: center; box-shadow: 8px 8px 0 var(--gp-mint-soft); }
.gp-stat__num { font-family: 'Marcellus', Georgia, serif; font-size: 88px; line-height: 1; color: var(--gp-navy); }
.gp-stat__label { font-size: 15px; letter-spacing: 2px; color: var(--gp-ink); margin-top: 12px; }

/* ==========================================================================
   4) PASLAUGŲ PUSLAPIS — detalūs aprašymai + procesas
   ========================================================================== */
.gp-svc-row { display: grid; grid-template-columns: 0.9fr 1.6fr; gap: 48px; padding: 44px 0; border-top: 1px solid rgba(20,33,59,.14); }
.gp-svc-row:last-child { border-bottom: 1px solid rgba(20,33,59,.14); }
.gp-svc-row__head { display: flex; gap: 20px; align-items: flex-start; }
.gp-svc-row__num { font-family: 'Marcellus', Georgia, serif; font-size: 26px; color: var(--gp-brown-light); line-height: 1; }
.gp-svc-row__name { font-family: 'Marcellus', Georgia, serif; font-size: 27px; color: var(--gp-navy); line-height: 1.15; }
.gp-svc-row__text { font-size: 16px; line-height: 1.75; color: var(--gp-ink); margin: 0 0 20px; }
.gp-svc-row__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.gp-svc-row__list div { display: flex; gap: 10px; align-items: flex-start; }
.gp-svc-row__list svg { margin-top: 3px; flex: none; }
.gp-svc-row__list span { font-size: 14.5px; color: var(--gp-navy); }

/* ----- Procesas ------------------------------------------------------------*/
.gp-process__head { text-align: center; margin-bottom: 8px; }
.gp-process__eyebrow { font-size: 13px; letter-spacing: 3.5px; color: var(--gp-mint); font-weight: 500; margin-bottom: 16px; }
.gp-process__title { font-family: 'Marcellus', Georgia, serif; font-size: clamp(30px,3vw,40px); color: #fff; margin: 0; }
.gp-process__track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 72px auto 0; max-width: 1100px; }
.gp-process__line { position: absolute; top: 29px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--gp-mint-soft), var(--gp-green)); }
.gp-step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.gp-step__node { width: 60px; height: 60px; border-radius: 50%; background: var(--gp-navy); border: 2px solid var(--gp-mint-soft); color: var(--gp-mint-soft); display: flex; align-items: center; justify-content: center; font-family: 'Marcellus', Georgia, serif; font-size: 22px; transition: background .3s ease, color .3s ease, transform .3s ease; }
.gp-step:hover .gp-step__node { background: var(--gp-mint); color: #0E2A1E; transform: scale(1.08); }
.gp-step__name { font-family: 'Marcellus', Georgia, serif; font-size: 20px; color: #fff; }
.gp-step__desc { font-size: 14px; line-height: 1.6; color: #aab6c9; max-width: 230px; }

/* ==========================================================================
   5) KOMANDA + profilio panelis
   ========================================================================== */
.gp-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.gp-team-card { cursor: pointer; background: #fff; box-shadow: 0 1px 2px rgba(20,33,59,.06); transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; text-decoration: none; display: block; }
.gp-team-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(20,33,59,.16); }
.gp-team-card__media { height: 340px; overflow: hidden; position: relative; }
.gp-team-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gp-team-card:hover .gp-team-card__media img { transform: scale(1.06); }
.gp-team-card__body { padding: 24px 26px 28px; }
.gp-team-card__name { font-family: 'Marcellus', Georgia, serif; font-size: 22px; color: var(--gp-navy); }
.gp-team-card__role { font-size: 13px; letter-spacing: 1.5px; color: var(--gp-brown); margin-top: 6px; }
.gp-team-card__more { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; color: var(--gp-mint); font-weight: 500; }
.gp-team-card__more .arr { transition: transform .35s ease; }
.gp-team-card:hover .gp-team-card__more .arr { transform: translateX(6px); }

.gp-panel-backdrop { position: fixed; inset: 0; background: rgba(15,26,46,0); pointer-events: none; transition: background .45s ease; z-index: 80; }
.gp-panel-backdrop.is-open { background: rgba(15,26,46,.5); pointer-events: auto; }
.gp-panel { position: fixed; top: 0; right: 0; height: 100vh; width: min(470px, 92vw); background: var(--gp-cream); box-shadow: -30px 0 70px rgba(15,26,46,.28); transform: translateX(100%); transition: transform .5s cubic-bezier(.22,.8,.2,1); z-index: 81; display: flex; flex-direction: column; overflow-y: auto; }
.gp-panel.is-open { transform: translateX(0); }
.gp-panel__close { position: sticky; top: 0; align-self: flex-end; margin: 18px 18px 0; cursor: pointer; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.85); box-shadow: 0 2px 8px rgba(20,33,59,.12); display: flex; align-items: center; justify-content: center; transition: background .2s ease, transform .2s ease; border: none; }
.gp-panel__close:hover { background: var(--gp-beige); transform: rotate(90deg); }
.gp-panel__body { flex: 1; }
.gp-profile__head {
  padding: 44px 40px; display: flex; flex-direction: column; gap: 6px;
}
/* Numatytasis fonas – galioja tik kol redaktoriuje nieko neparinkta */
.gp-profile__head:not(.has-background) {
  background: var(--gp-head-bg, linear-gradient(150deg, var(--gp-green), var(--gp-navy)));
}
.gp-profile__avatar { width: 96px; height: 96px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.35); display: flex; align-items: center; justify-content: center; font-family: 'Marcellus', Georgia, serif; font-size: 34px; color: #fff; margin-bottom: 14px; }
.gp-profile__role { font-size: 12px; letter-spacing: 3px; color: var(--gp-mint); }
.gp-profile__name { font-family: 'Marcellus', Georgia, serif; font-size: 30px; color: #fff; }
.gp-profile__inner { padding: 34px 40px; }
.gp-profile__bio { font-size: 15.5px; line-height: 1.75; color: var(--gp-ink); margin: 0 0 26px; }
.gp-profile__label { font-size: 12px; letter-spacing: 2px; color: var(--gp-brown); margin-bottom: 12px; }
.gp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.gp-tags span { font-size: 13px; color: var(--gp-navy); background: var(--gp-beige); padding: 6px 14px; }
.gp-profile__contacts { border-top: 1px solid rgba(20,33,59,.12); padding-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.gp-profile__contacts div { display: flex; align-items: center; gap: 12px; color: var(--gp-navy); font-size: 15px; }

/* ==========================================================================
   6) KONTAKTAI
   ========================================================================== */
.gp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.gp-form { display: flex; flex-direction: column; gap: 22px; }
.gp-field { display: flex; flex-direction: column; gap: 8px; }
.gp-field label { font-size: 12px; letter-spacing: 1.5px; color: var(--gp-brown); }
.gp-field input, .gp-field textarea { border: none; border-bottom: 1.5px solid rgba(20,33,59,.25); background: transparent; padding: 10px 2px; font-family: 'Jost', sans-serif; font-size: 16px; color: var(--gp-navy); outline: none; transition: border-color .25s ease; }
.gp-field textarea { border: 1.5px solid rgba(20,33,59,.25); padding: 14px; resize: vertical; }
.gp-field input:focus, .gp-field textarea:focus { border-color: var(--gp-green); }
.gp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gp-info-card { display: flex; flex-direction: column; gap: 20px; background: #fff; padding: 30px 32px; box-shadow: 0 1px 2px rgba(20,33,59,.06); }
.gp-info-card__row { display: flex; gap: 16px; align-items: flex-start; }
.gp-info-card__row svg { margin-top: 2px; flex: none; }
.gp-info-card__k { font-size: 12px; letter-spacing: 1.5px; color: var(--gp-brown); margin-bottom: 4px; }
.gp-info-card__v { font-size: 15.5px; color: var(--gp-navy); line-height: 1.5; }
.gp-map { height: 340px; box-shadow: 0 1px 2px rgba(20,33,59,.06); overflow: hidden; }
.gp-map > * { width: 100%; height: 100%; border: 0; display: block; }
.gp-map__placeholder { display: flex; align-items: center; justify-content: center; background: var(--gp-tan); color: #9a8f7e; font-size: 14px; letter-spacing: 1px; }

/* ==========================================================================
   7) CTA + Footeris
   ========================================================================== */
.gp-cta { background: var(--gp-navy); padding: 76px 80px; text-align: center; }
.gp-cta__title { font-family: 'Marcellus', Georgia, serif; font-size: 34px; color: #fff; margin: 0 0 14px; }
.gp-cta__note { font-size: 16px; color: #aab6c9; margin-bottom: 32px; }
.gp-cta__row { display: inline-flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center; }
.gp-cta__phone { font-size: 15px; color: var(--gp-mint); text-decoration: underline; }

.gp-footer { background: var(--gp-navy-deep); padding: 64px 80px 0; }
.gp-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 48px; }
.gp-footer__brand .name { font-size: 19px; letter-spacing: 6px; color: #fff; }
.gp-footer__brand .sub { font-size: 11px; letter-spacing: 4px; color: #8fa0b8; margin-top: 4px; }
.gp-footer__brand .desc { font-size: 14px; line-height: 1.6; color: #8fa0b8; margin-top: 18px; max-width: 240px; }
.gp-footer__h { font-size: 12.5px; letter-spacing: 2.5px; color: var(--gp-mint); margin-bottom: 16px; }
.gp-footer__col p, .gp-footer__col a { font-size: 14.5px; line-height: 1.8; color: #c6cfdc; text-decoration: none; }
.gp-footer__contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.gp-footer__contacts a { transition: color .22s ease, transform .22s ease; }
.gp-footer__contacts a:hover { color: var(--gp-mint); transform: translateX(4px); }
.gp-footer__memberships { display: flex; flex-direction: column; gap: 18px; }
.gp-logo {
  position: relative; width: 150px; height: 44px; overflow: hidden;
}
.gp-logo img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  filter: brightness(0) invert(1); opacity: .6; transition: opacity .25s ease;
}
.gp-logo:hover img { opacity: 1; }
.gp-logo__shine {
  position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .25s ease;
  background: linear-gradient(100deg, transparent 40%, rgba(255,255,255,.85) 50%, transparent 60%);
  background-size: 250% 100%; background-repeat: no-repeat; background-position: 120% 0;
}
.gp-logo:hover .gp-logo__shine { opacity: 1; animation: gp-shine .9s ease-in-out; }
@keyframes gp-shine { from { background-position: 120% 0; } to { background-position: -60% 0; } }
.gp-footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; display: flex; justify-content: space-between; font-size: 13px; color: #8fa0b8; margin-top: 48px; }
.gp-footer__bar a { color: #8fa0b8; text-decoration: underline; }
.gp-footer__bar a:hover { color: var(--gp-mint); }

/* ==========================================================================
   8) Įrašų (blog/single) turinys
   ========================================================================== */
.gp-article { padding: 88px 80px; max-width: 820px; }
.gp-article .wp-block-post-title { font-size: clamp(34px,3.6vw,50px); line-height: 1.1; margin: 0 0 18px; }
.gp-article .gp-post-meta { font-size: 13px; letter-spacing: 1.5px; color: var(--gp-brown); text-transform: uppercase; margin-bottom: 40px; }
.gp-article .wp-block-post-content { font-size: 17px; line-height: 1.75; color: var(--gp-ink); }
.gp-article .wp-block-post-content h2, .gp-article .wp-block-post-content h3 { color: var(--gp-navy); }

/* ----- 404 -----------------------------------------------------------------*/
.gp-404 { padding: 120px 80px; text-align: center; }
.gp-404__code { font-family: 'Marcellus', Georgia, serif; font-size: clamp(90px,12vw,160px); line-height: .9; color: var(--gp-navy); }
.gp-404__code .accent { color: var(--gp-mint); }
.gp-404__title { font-family: 'Marcellus', Georgia, serif; font-size: 30px; color: var(--gp-navy); margin: 20px 0 12px; }
.gp-404__text { font-size: 16px; color: var(--gp-ink); margin-bottom: 32px; }

/* ==========================================================================
   9) RESPONSIVE — tik turinys (banerio neliečiame plačiuose; keičiam tik <=980)
   ========================================================================== */
@media (max-width: 1080px) {
  .gp-svc-grid, .gp-team-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-process__track { grid-template-columns: repeat(2, 1fr); row-gap: 56px; }
  .gp-process__line { display: none; }
}
@media (max-width: 980px) {
  /* Baneris tampa viršutine juosta telefonuose/planšetėse */
  .gp-shell { flex-direction: column; }
  .gp-banner { position: relative; width: 100%; height: auto; padding: 28px 30px; }
  .gp-banner__logo { margin-top: 0; }
  .gp-banner__nav { flex-direction: row; flex-wrap: wrap; margin-top: 20px; gap: 18px; }
  .gp-banner__rule { display: none; }
  .gp-banner__contacts { flex-direction: row; flex-wrap: wrap; margin-top: 16px; }
}
@media (max-width: 820px) {
  .gp-section, .gp-hero, .gp-cta, .gp-footer { padding-left: 30px; padding-right: 30px; }
  .gp-hero { min-height: auto; padding-top: 56px; padding-bottom: 56px; }
  .gp-hero__img { position: static; width: 100%; height: 300px; margin-top: 36px; }
  .gp-hero__title, .gp-hero__lead { max-width: 100%; }
  .gp-svc-grid, .gp-team-grid, .gp-process__track,
  .gp-about, .gp-contact-grid, .gp-svc-row, .gp-form__row { grid-template-columns: 1fr; }
  .gp-about, .gp-contact-grid { gap: 40px; }
  .gp-svc-row { gap: 18px; padding: 32px 0; }
  .gp-svc-row__list { grid-template-columns: 1fr; }
  .gp-head-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .gp-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gp-article { padding: 56px 30px; }
}
@media (max-width: 520px) {
  .gp-footer__grid { grid-template-columns: 1fr; }
}

/* ===== Panaikinti tarpus tarp blokų/patternų grupėje ===== */

/* Bendra: nuliuoja vertikalius tarpus tarp tiesioginių grupės vaikų */
.wp-block-group.is-layout-flow > * + * {
    margin-block-start: 0 !important;
}

/* Tikslingai — tarp pagrindinių sekcijų */
.gp-section,
.gp-hero,
.gp-cta,
.gp-about,
.gp-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}