/* ================================================
   GORVITA — O MARCE — scoped CSS (.ga) — v6.31
   Wrapper: .ga (enqueued only on page 119)
   ================================================ */

:root {
  /* --ga-green / --ga-gold / --ga-cream → style.css (paleta finalna).
     Component-local tokens only: */
  --ga-mint:   #e8f0eb;   /* light section background (was mislabeled --ga-green-light) */
  --ga-border: #e2ded5;
  --ga-muted:  #7a7a6e;
  --ga-ink:    #1a1a18;
}

/* Ukryj domyślny tytuł strony */
.page-id-119 .entry-title,
.page-id-119 .page-title {
  display: none !important;
}

/* ── BASE / CONTAINER ── */
.ga {
  color: var(--ga-ink);
  font-size: 16px;
}
.ga *,
.ga *::before,
.ga *::after { box-sizing: border-box; }

.ga .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}
.ga section { padding: clamp(48px, 7vw, 80px) 0; }

.ga h1,
.ga h2,
.ga h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  color: var(--ga-green);
  line-height: 1.06;
  margin: 0 0 16px;
}
.ga h2 { font-size: clamp(2rem, 4vw, 3rem); }
.ga h3 { font-size: 1.5rem; }
.ga p {
  font-size: 16px;
  line-height: 1.85;
  color: #44443e;
  margin: 0 0 16px;
}
.ga .lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.8;
  color: var(--ga-muted);
  max-width: 68ch;
}
.ga .prose { max-width: 75ch; }
.ga .prose p:last-child { margin-bottom: 0; }
.ga .section-head { margin-bottom: 24px; }

/* ── EYEBROW ── */
.ga .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ga-gold);
  margin-bottom: 16px;
}
.ga .eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ga-gold);
  flex-shrink: 0;
}

/* ── BUTTONS ── */
.ga .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.22s ease;
}
.ga .btn-primary { background: var(--ga-green); color: #fff; }
.ga .btn-primary:hover { background: var(--ga-green-mid); color: #fff; transform: translateY(-1px); }
.ga .btn-secondary { background: transparent; color: var(--ga-green); border-color: var(--ga-border); }
.ga .btn-secondary:hover { border-color: var(--ga-green); transform: translateY(-1px); }

/* ── HERO ── */
.ga .hero { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(40px, 6vw, 64px); }
.ga .hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ga-green);
  margin: 0 0 20px;
  max-width: 18ch;
}
.ga .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 44px; }

/* ── STAT CARDS (hero) ── */
.ga .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ga .stat-card {
  background: #fff !important;
  border: 1px solid var(--ga-border) !important;
  border-radius: 16px;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}
.ga .stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--ga-green);
}
.ga .stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem !important;
  font-weight: 600;
  color: var(--ga-green) !important;
  line-height: 1;
  margin-bottom: 6px;
}
.ga .stat-label { font-size: 12px; color: var(--ga-muted); }

/* ── DARK SECTION (woda mineralna, dark stats) ── */
.ga .ga-dark {
  background: var(--ga-green) !important;
  color: #fff;
  padding: clamp(56px, 8vw, 80px) 0;
  /* full-bleed breakout from constrained entry-content (scroll-safe) */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ga .ga-dark h2 { color: #fff; }
.ga .ga-dark .eyebrow { color: var(--ga-gold); }
.ga .ga-dark p {
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: rgba(255,255,255,0.78) !important;
}
.ga .woda-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
.ga .woda-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
}
.ga .woda-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.5rem;
  color: var(--ga-gold);
  line-height: 1;
  margin-bottom: 8px;
}
.ga .woda-unit {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.ga .woda-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 12px;
}
.ga .minerals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.ga .ga-dark .tag {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #f6ead6;
}

/* ── DARK STATS (1989, 100%, 3, UE) ── */
.ga .dark-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.ga .dark-stat {
  background: rgba(255,255,255,0.05);
  padding: 28px 24px;
  text-align: center;
}
.ga .dark-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  color: var(--ga-gold);
  line-height: 1;
  margin-bottom: 6px;
}
.ga .dark-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* ── CHECKLIST (misja) ── */
.ga .checklist {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 760px;
}
.ga .checklist li {
  position: relative;
  padding-left: 36px;
  line-height: 1.7;
  color: #44443e;
}
.ga .checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0; top: 1px;
  width: 24px; height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ga-mint);
  color: var(--ga-green);
  font-size: 12px;
  font-weight: 700;
}
.ga .checklist strong { color: var(--ga-green); font-weight: 600; }

/* ── CERTYFIKATY ── */
.ga .cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.ga .cert-card {
  background: #fff;
  border: 1px solid var(--ga-border);
  border-top: 3px solid var(--ga-green) !important;
  border-radius: 16px;
  padding: 24px;
}
.ga .cert-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ga-gold);
  background: #fdf6ec;
  border: 1px solid #f0ddb8;
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 12px;
}
.ga .cert-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ga-green);
  margin-bottom: 8px;
}
.ga .cert-card p { font-size: 14px; margin: 0; }

/* ── B2B ── */
.ga .b2b-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--ga-border);
}
.ga .b2b-media { overflow: hidden; }
.ga .b2b-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.ga .b2b-content { background: var(--ga-cream); padding: clamp(32px, 4vw, 48px) clamp(28px, 4vw, 40px); }
.ga .b2b-content h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.ga .tags { margin: 18px 0; }
.ga .tag {
  display: inline-block;
  font-size: 12px;
  color: var(--ga-green);
  background: var(--ga-mint);
  border-radius: 999px;
  padding: 5px 14px;
  font-weight: 500;
  margin: 4px 4px 0 0;
}

/* ── FAQ ── */
.ga .faq-list { max-width: 820px; }
.ga .faq-item { border-bottom: 1px solid var(--ga-border); }
.ga .faq-item:first-child { border-top: 1px solid var(--ga-border); }
.ga .faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a18;
  font-family: inherit;
}
.ga .faq-q:hover { color: var(--ga-green); }
.ga .faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--ga-border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--ga-green);
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
  font-weight: 300;
  line-height: 1;
}
.ga .faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--ga-green);
  color: #fff;
  border-color: var(--ga-green);
}
.ga .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  font-size: 14px;
  color: var(--ga-muted);
  line-height: 1.8;
}
.ga .faq-a p { margin: 0; }
.ga .faq-item.open .faq-a {
  max-height: 600px;
  padding-bottom: 22px;
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .ga .woda-grid { grid-template-columns: 1fr; }
  .ga .b2b-media { order: -1; min-height: 260px; }
}
@media (max-width: 768px) {
  .ga .stats-grid,
  .ga .cert-grid { grid-template-columns: 1fr; }
  .ga .dark-stats { grid-template-columns: repeat(2, 1fr); }
  .ga .b2b-grid { grid-template-columns: 1fr; }
  .ga .hero-actions { flex-direction: column; }
  .ga .hero-actions .btn { width: 100%; }
}
