/* ELMI — Czlonkostwo (redesign 2026-07) CSS
   Scope: #elmiCzlonkostwo on page-297.php / page-30265.php / page-33412.php
   Zrodlo: elmi-czlonkostwo-makieta.html (zatwierdzona makieta)
   ---------------------------------------- */

#elmiCzlonkostwo {
  --ink: #1A1A1A;
  --yellow: #FFB33B;
  --on-yellow: #3D2C00;
  --title: #212529;
  --muted: #6c757d;
  --line: #ececec;
  --soft: #F4F3F1;
  --accent-text: #b07d12;
  font-family: "Object Sans", Inter, system-ui, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--title);
  line-height: 1.5;
}
#elmiCzlonkostwo a { text-decoration: none; color: inherit; }
#elmiCzlonkostwo .c-container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
#elmiCzlonkostwo h1, #elmiCzlonkostwo h2, #elmiCzlonkostwo h3 { margin: 0; }

/* ---- Przyciski systemowe ---- */
#elmiCzlonkostwo .c-btn-y {
  display: inline-block; background: var(--yellow); color: var(--ink);
  font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  padding: 17px 32px; transition: background .18s, color .18s; border: 1.5px solid var(--yellow);
}
#elmiCzlonkostwo .c-btn-y:hover { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
#elmiCzlonkostwo .c-btn-2 {
  display: inline-block; background: var(--ink); color: #fff;
  font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  padding: 17px 32px; transition: background .18s, color .18s; border: 1.5px solid var(--ink);
}
#elmiCzlonkostwo .c-btn-2:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
#elmiCzlonkostwo .c-btn-ghost {
  display: inline-block; background: transparent; color: #fff; border: 1.6px solid #fff;
  font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  padding: 15px 30px; transition: background .18s, color .18s;
}
#elmiCzlonkostwo .c-btn-ghost:hover { background: #fff; color: var(--ink); }

/* ---- Naglowek sekcji (wzorzec strony) ---- */
#elmiCzlonkostwo .c-shead { text-align: center; margin-bottom: 44px; }
#elmiCzlonkostwo .c-shead h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; text-transform: uppercase; letter-spacing: .01em; }
#elmiCzlonkostwo .c-shead .c-sub { font-size: 16px; color: #3f3f3f; margin: 10px 0 18px; }
#elmiCzlonkostwo .c-shead .c-rule { width: 56px; height: 4px; background: var(--yellow); margin: 0 auto; }

/* ================= 1. HERO (ink, sprzedazowy) ================= */
#elmiCzlonkostwo .c-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; padding: 0; }
#elmiCzlonkostwo .c-hero .c-bg { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: .28; }
#elmiCzlonkostwo .c-hero .c-kw {
  position: absolute; top: 30px; right: 30px; width: 150px; height: 88px; pointer-events: none;
  background-image: radial-gradient(var(--yellow) 2.1px, transparent 2.1px); background-size: 15px 15px; opacity: .95;
}
#elmiCzlonkostwo .c-hero .c-in { position: relative; max-width: 1200px; margin: 0 auto; padding: 26px 28px 66px; }
#elmiCzlonkostwo .c-crumb { font-size: 13px; color: #bdbdbd; margin-bottom: 34px; }
#elmiCzlonkostwo .c-crumb a:hover { color: #fff; }
#elmiCzlonkostwo .c-crumb span { color: #7a7a7a; margin: 0 8px; }
#elmiCzlonkostwo .c-eyebrow {
  display: flex; align-items: center; gap: 13px; color: var(--yellow);
  font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
}
#elmiCzlonkostwo .c-eyebrow::before { content: ""; width: 30px; height: 3px; background: var(--yellow); flex: none; }
#elmiCzlonkostwo .c-hero h1 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 800; line-height: 1.1; letter-spacing: -.01em; margin: 18px 0 18px; max-width: 820px; }
#elmiCzlonkostwo .c-lead { font-size: 18px; line-height: 1.65; color: #e6e6e6; max-width: 720px; margin: 0 0 30px; }
#elmiCzlonkostwo .c-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
#elmiCzlonkostwo .c-proof { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 34px; flex-wrap: wrap; }
#elmiCzlonkostwo .c-proof .c-p b { display: block; font-size: 24px; font-weight: 800; color: var(--yellow); }
#elmiCzlonkostwo .c-proof .c-p span { font-size: 13px; color: #cfcfcf; }
#elmiCzlonkostwo .c-bar { position: relative; height: 14px; background: var(--yellow); }

/* ================= 2. NASI CZLONKOWIE TO (biale) ================= */
#elmiCzlonkostwo .c-who { background: #fff; padding: 72px 0; }
#elmiCzlonkostwo .c-who .c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#elmiCzlonkostwo .c-tile {
  border: 1.5px solid var(--ink); padding: 22px 22px 20px; font-weight: 700; font-size: 16px;
  display: flex; align-items: center; gap: 14px; transition: transform .18s, box-shadow .18s;
}
#elmiCzlonkostwo .c-tile::before { content: ""; width: 10px; height: 10px; background: var(--yellow); flex: none; }
#elmiCzlonkostwo .c-tile:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(20,20,30,.12); }

/* ================= 3. KORZYSCI (soft) ================= */
#elmiCzlonkostwo .c-ben { background: var(--soft); padding: 76px 0; }
#elmiCzlonkostwo .c-ben .c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#elmiCzlonkostwo .c-bcard { background: #fff; padding: 26px 24px 24px; box-shadow: 0 6px 22px rgba(20,20,30,.07); transition: transform .18s, box-shadow .18s; }
#elmiCzlonkostwo .c-bcard:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(20,20,30,.14); }
#elmiCzlonkostwo .c-bcard::before { content: ""; display: block; width: 32px; height: 4px; background: var(--yellow); margin-bottom: 16px; }
#elmiCzlonkostwo .c-bcard h3 { font-size: 16.5px; font-weight: 700; line-height: 1.4; }
#elmiCzlonkostwo .c-bcard p { margin: 8px 0 0; font-size: 14px; color: #555; line-height: 1.6; }

/* ================= 4. RODZAJE I KOSZT (biale) ================= */
#elmiCzlonkostwo .c-price { background: #fff; padding: 76px 0; }
#elmiCzlonkostwo .c-price .c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#elmiCzlonkostwo .c-pc { border: 1.5px solid var(--ink); padding: 34px 32px; display: flex; flex-direction: column; }
#elmiCzlonkostwo .c-pc.c-hl { background: var(--ink); color: #fff; position: relative; }
#elmiCzlonkostwo .c-pc .c-tag {
  display: inline-block; align-self: flex-start; background: #efefef; color: var(--ink);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; margin-bottom: 18px;
}
#elmiCzlonkostwo .c-pc.c-hl .c-tag { background: var(--yellow); color: var(--on-yellow); }
#elmiCzlonkostwo .c-pc h3 { font-size: 21px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
#elmiCzlonkostwo .c-pc .c-for { font-size: 14px; color: var(--muted); margin: 0 0 22px; }
#elmiCzlonkostwo .c-pc.c-hl .c-for { color: #cfcfcf; }
#elmiCzlonkostwo .c-pc .c-amt { font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; line-height: 1.1; }
#elmiCzlonkostwo .c-pc .c-amt small { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 6px; }
#elmiCzlonkostwo .c-pc.c-hl .c-amt small { color: #cfcfcf; }
#elmiCzlonkostwo .c-pc ul { list-style: none; margin: 24px 0 28px; padding: 0; flex: 1; }
#elmiCzlonkostwo .c-pc li { position: relative; padding-left: 22px; margin: 0 0 11px; font-size: 14.5px; line-height: 1.55; }
#elmiCzlonkostwo .c-pc li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--yellow); }
#elmiCzlonkostwo .c-price .c-note { max-width: 980px; margin: 18px auto 0; font-size: 13px; color: var(--muted); text-align: center; }

/* ================= 5. JAK DOLACZYC (soft) ================= */
#elmiCzlonkostwo .c-how { background: var(--soft); padding: 76px 0; }
#elmiCzlonkostwo .c-how .c-steps { max-width: 820px; margin: 0 auto; }
#elmiCzlonkostwo .c-step { display: flex; gap: 22px; align-items: flex-start; padding: 22px 0; border-top: 1px solid #ddd; }
#elmiCzlonkostwo .c-step:first-child { border-top: 0; }
#elmiCzlonkostwo .c-num {
  flex: none; width: 46px; height: 46px; background: var(--yellow); color: var(--ink);
  display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 800;
}
#elmiCzlonkostwo .c-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
#elmiCzlonkostwo .c-step p { margin: 0; font-size: 14.5px; color: #555; line-height: 1.6; }
#elmiCzlonkostwo .c-step p a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; text-underline-offset: 3px; font-weight: 700; }
#elmiCzlonkostwo .c-how .c-foot { text-align: center; margin-top: 38px; }

/* ================= 6. FAQ (biale) ================= */
#elmiCzlonkostwo .c-faq { background: #fff; padding: 76px 0; }
#elmiCzlonkostwo .c-faq .c-list { max-width: 860px; margin: 0 auto; }
#elmiCzlonkostwo .c-faq details { border: 1.5px solid var(--ink); margin-bottom: 14px; background: #fff; }
#elmiCzlonkostwo .c-faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 20px 24px; font-size: 16.5px; font-weight: 700;
}
#elmiCzlonkostwo .c-faq summary::-webkit-details-marker { display: none; }
#elmiCzlonkostwo .c-faq summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--accent-text); flex: none; line-height: 1; }
#elmiCzlonkostwo .c-faq details[open] summary::after { content: "\2013"; }
#elmiCzlonkostwo .c-faq details[open] summary { border-bottom: 1px solid var(--line); }
#elmiCzlonkostwo .c-faq .c-a { padding: 18px 24px 22px; font-size: 15px; color: #444; line-height: 1.7; }
#elmiCzlonkostwo .c-faq .c-a p { margin: 0 0 12px; }
#elmiCzlonkostwo .c-faq .c-a p:last-child { margin-bottom: 0; }

/* ================= 7. CTA finalne (zolte pasmo) ================= */
#elmiCzlonkostwo .c-final { background: var(--yellow); padding: 58px 0; }
#elmiCzlonkostwo .c-final .c-in {
  max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center;
  justify-content: space-between; gap: 26px; flex-wrap: wrap;
}
#elmiCzlonkostwo .c-final h2 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; color: var(--ink); max-width: 640px; line-height: 1.25; }
#elmiCzlonkostwo .c-final .c-btn-2:hover { background: #fff; color: var(--ink); }

/* ================= STOPKA — czarna wersja tylko na tej podstronie =================
   Motywowa stopka jest domyslnie zolta. Dodatkowo w Additional CSS jest globalna regula
   "footer{background:#FFB33B!important;...}" ktora drukuje sie PO tym arkuszu — przy
   rownej specyficznosci ("footer" vs "footer") wygrywalaby kolejnosc zrodlowa (ich regula
   pozniej = wygrywa mimo !important po naszej stronie). Dlatego selektor musi miec WYZSZA
   specyficznosc niz bare "footer": WP dodaje "page-id-{ID}" do <body> (body_class()),
   wiec "body.page-id-XXX footer" bije regule Additional CSS niezaleznie od kolejnosci. */
body.page-id-297 footer,
body.page-id-30265 footer,
body.page-id-33412 footer {
  background: #1A1A1A !important;
}
body.page-id-297 footer .footer-center h4,
body.page-id-30265 footer .footer-center h4,
body.page-id-33412 footer .footer-center h4 { color: #fff !important; }
body.page-id-297 footer .footer-center ul li a,
body.page-id-30265 footer .footer-center ul li a,
body.page-id-33412 footer .footer-center ul li a { color: #9a9a9a !important; }
body.page-id-297 footer .footer-center ul li a:hover,
body.page-id-30265 footer .footer-center ul li a:hover,
body.page-id-33412 footer .footer-center ul li a:hover { color: #FFB33B !important; }
body.page-id-297 section.footer-bottom,
body.page-id-30265 section.footer-bottom,
body.page-id-33412 section.footer-bottom {
  background: #1A1A1A !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
}
body.page-id-297 section.footer-bottom p,
body.page-id-30265 section.footer-bottom p,
body.page-id-33412 section.footer-bottom p { color: #9a9a9a !important; }
body.page-id-297 section.footer-bottom .footer-menu ul li a,
body.page-id-30265 section.footer-bottom .footer-menu ul li a,
body.page-id-33412 section.footer-bottom .footer-menu ul li a { color: #9a9a9a !important; }
body.page-id-297 section.footer-bottom .footer-menu ul li a:hover,
body.page-id-30265 section.footer-bottom .footer-menu ul li a:hover,
body.page-id-33412 section.footer-bottom .footer-menu ul li a:hover { color: #FFB33B !important; }

/* ---- Responsywnosc ---- */
@media (max-width: 900px) {
  #elmiCzlonkostwo .c-who .c-grid, #elmiCzlonkostwo .c-ben .c-grid { grid-template-columns: 1fr 1fr; }
  #elmiCzlonkostwo .c-price .c-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}
@media (max-width: 620px) {
  #elmiCzlonkostwo .c-who .c-grid, #elmiCzlonkostwo .c-ben .c-grid { grid-template-columns: 1fr; }
  #elmiCzlonkostwo .c-proof { gap: 22px; }
}
