/* Landing SEO — drewniane bawialnie i małpie gaje */

.seo-landing-page {
  --seo-accent: #e2611e;
  --seo-accent-dark: #bd4b14;
  --seo-dark: #211d19;
  --seo-text: #453e37;
  --seo-muted: #62594f;
  --seo-bg: #fffaf6;
  --seo-border: rgba(31, 27, 24, .08);
  background: #fff;
  color: var(--seo-text);
}

.seo-kicker {
  margin: 0 0 10px;
  color: var(--seo-accent-dark);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 86px) 0 clamp(44px, 7vw, 74px);
  background:
    radial-gradient(circle at 10% 16%, rgba(226, 97, 30, .14), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(137, 199, 137, .20), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #faf7ef 52%, #fff 100%);
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(226, 97, 30, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 97, 30, .055) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .32;
  pointer-events: none;
}

.seo-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.seo-hero__content .seo-kicker {
  text-align: left;
}

.seo-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--seo-dark);
  font-size: clamp(2.15rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.seo-hero__lead {
  max-width: 820px;
  margin: 24px 0 0;
  color: #312d29;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.66;
  font-weight: 650;
}

.seo-hero__actions,
.seo-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.seo-section-actions {
  justify-content: center;
}

.seo-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.seo-button--primary {
  border: 2px solid var(--seo-accent);
  background: var(--seo-accent);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(226, 97, 30, .28);
}

.seo-button--primary:hover,
.seo-button--primary:focus {
  background: #fd7e3b;
  border-color: #fd7e3b;
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(226, 97, 30, .34);
}

.seo-button--secondary {
  border: 2px solid rgba(31, 27, 24, .13);
  background: rgba(255,255,255,.78);
  color: var(--seo-dark) !important;
  box-shadow: 0 8px 22px rgba(31, 27, 24, .06);
}

.seo-button--secondary:hover,
.seo-button--secondary:focus {
  border-color: rgba(226, 97, 30, .32);
  background: #fff7f1;
  transform: translateY(-2px);
}

.seo-hero__panel,
.seo-card,
.seo-list-panel,
.seo-process-step,
.seo-highlight-box,
.seo-faq-list details,
.seo-final-cta__box {
  border: 1px solid var(--seo-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(31, 27, 24, .06);
}

.seo-hero__panel {
  padding: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(circle at 12% 10%, rgba(226, 97, 30, .09), transparent 30%),
    rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
}

.seo-hero__panel strong {
  display: block;
  color: var(--seo-dark);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.18;
  margin-bottom: 18px;
}

.seo-hero__panel ul,
.seo-highlight-box ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-hero__panel li,
.seo-highlight-box li {
  position: relative;
  padding-left: 28px;
  color: #3e372f;
  line-height: 1.55;
}

.seo-hero__panel li::before,
.seo-highlight-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .08em;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--seo-accent);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
}

.seo-section {
  padding: clamp(46px, 7vw, 76px) 0;
}

.seo-section h2 {
  margin: 0;
  color: var(--seo-dark);
  font-size: clamp(1.78rem, 3.8vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-align: center;
}

.seo-section p {
  color: var(--seo-text);
  line-height: 1.75;
  font-size: 1.05rem;
}

.seo-narrow {
  max-width: 920px;
}

.seo-narrow p {
  max-width: 880px;
  margin: 18px auto 0;
  text-align: center;
}

.seo-lead {
  max-width: 920px;
  margin: 16px auto 30px;
  text-align: center;
}

.section-alt {
  background: #fffaf6;
}

.seo-card-grid {
  display: grid;
  gap: 18px;
}

.seo-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-card,
.seo-process-step {
  overflow: hidden;
}

.seo-card summary,
.seo-process-step summary,
.seo-faq-list summary {
  cursor: pointer;
  list-style: none;
}

.seo-card summary::-webkit-details-marker,
.seo-process-step summary::-webkit-details-marker,
.seo-faq-list summary::-webkit-details-marker {
  display: none;
}

.seo-card summary {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 12px;
  padding: 22px;
}

.seo-card summary::after,
.seo-process-step summary::after,
.seo-faq-list summary::after {
  content: "＋";
  margin-left: auto;
  color: var(--seo-accent-dark);
  font-weight: 900;
}

.seo-card[open] summary::after,
.seo-process-step[open] summary::after,
.seo-faq-list details[open] summary::after {
  content: "−";
}

.seo-card summary strong {
  color: var(--seo-dark);
  font-size: 1.06rem;
  line-height: 1.3;
}

.seo-card p {
  margin: 0;
  padding: 0 22px 22px;
  color: #544b43;
  font-size: .98rem;
  line-height: 1.62;
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 46px);
  align-items: center;
}

.seo-split--reverse {
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, .92fr);
}

.seo-split .seo-kicker,
.seo-split h2 {
  text-align: left;
}

.seo-split p {
  margin: 18px 0 0;
}

.seo-list-panel,
.seo-highlight-box {
  padding: clamp(22px, 3vw, 30px);
}

.seo-list-panel--accent,
.seo-highlight-box {
  background:
    radial-gradient(circle at 12% 12%, rgba(226, 97, 30, .09), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #ffffff 72%);
}

.seo-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  position: relative;
  padding-left: 32px;
  color: #332e29;
  line-height: 1.58;
}

.seo-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .04em;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--seo-accent);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.seo-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.seo-process-step summary {
  display: flex;
  min-height: 110px;
  align-items: center;
  gap: 13px;
  padding: 22px;
}

.seo-process-step summary span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(226, 97, 30, .11);
  color: var(--seo-accent-dark);
  font-weight: 900;
}

.seo-process-step summary strong {
  color: var(--seo-dark);
  line-height: 1.28;
}

.seo-process-step p {
  margin: 0;
  padding: 0 22px 22px;
  color: #554c43;
  font-size: .96rem;
  line-height: 1.6;
}

.seo-gallery-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(226, 97, 30, .09), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(137, 199, 137, .13), transparent 26%),
    linear-gradient(180deg, #fffaf7 0%, #fff 100%);
}

.seo-gallery-section__head {
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}

.seo-gallery-section__head p {
  margin: 16px auto 0;
}

.seo-gallery-banner {
  display: block;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid var(--seo-border);
  border-radius: clamp(22px, 2.2vw, 34px);
  background: #f6efe8;
  box-shadow: 0 18px 42px rgba(31, 27, 24, .12);
  text-decoration: none !important;
}

.seo-gallery-banner picture,
.seo-gallery-banner img {
  display: block;
  width: 100%;
}

.seo-gallery-banner img {
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.seo-faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 30px auto 0;
}

.seo-faq-list details {
  overflow: hidden;
}

.seo-faq-list summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  color: var(--seo-dark);
  font-weight: 900;
}

.seo-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: #534b43;
  font-size: .98rem;
  line-height: 1.62;
}

.seo-internal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.seo-internal-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid rgba(226, 97, 30, .26);
  border-radius: 999px;
  background: #fff;
  color: var(--seo-accent-dark);
  font-weight: 850;
  text-decoration: none !important;
}

.seo-internal-links a:hover,
.seo-internal-links a:focus {
  background: #fff4ec;
  color: var(--seo-accent-dark);
}

.seo-final-cta {
  padding: clamp(48px, 7vw, 78px) 0;
  background: #fff;
}

.seo-final-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
  background:
    radial-gradient(circle at 12% 14%, rgba(226, 97, 30, .12), transparent 32%),
    linear-gradient(135deg, #fffaf6 0%, #fff 76%);
}

.seo-final-cta__box .seo-kicker,
.seo-final-cta__box h2 {
  text-align: left;
}

.seo-final-cta__box h2 {
  margin: 0;
  color: var(--seo-dark);
  font-size: clamp(1.75rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-final-cta__box p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #453d35;
  line-height: 1.7;
}

@media (min-width: 701px) {
  .seo-card summary::after,
  .seo-process-step summary::after,
  .seo-faq-list summary::after {
    display: none;
  }
}

@media (max-width: 1050px) {
  .seo-hero__inner,
  .seo-split,
  .seo-split--reverse,
  .seo-final-cta__box {
    grid-template-columns: 1fr;
  }

  .seo-card-grid--four,
  .seo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-split .seo-kicker,
  .seo-split h2,
  .seo-final-cta__box .seo-kicker,
  .seo-final-cta__box h2 {
    text-align: center;
  }

  .seo-final-cta__box .seo-button {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .seo-hero {
    padding: 42px 0 46px;
  }

  .seo-hero__content .seo-kicker,
  .seo-hero h1,
  .seo-hero__lead {
    text-align: center;
  }

  .seo-hero__actions,
  .seo-section-actions {
    flex-direction: column;
  }

  .seo-button,
  .seo-final-cta__box .seo-button {
    width: 100%;
  }

  .seo-card-grid--four,
  .seo-process-grid {
    grid-template-columns: 1fr;
  }

  .seo-section {
    padding: 42px 0;
  }

  .seo-section h2 {
    font-size: 1.78rem;
  }

  .seo-lead,
  .seo-section p,
  .seo-narrow p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .seo-card summary,
  .seo-process-step summary,
  .seo-faq-list summary {
    padding: 16px;
  }

  .seo-card p,
  .seo-process-step p,
  .seo-faq-list p {
    padding: 0 16px 16px;
  }

  .seo-gallery-banner img {
    aspect-ratio: 4 / 3;
  }

  .seo-internal-links {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-internal-links a {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .seo-hero h1 {
    font-size: 2.05rem;
  }
}


/* Wariant landing page'a: bardziej naturalny, zielono-drewniany charakter */
.seo-landing-page--bawialnie {
  --seo-accent: #6f9a52;
  --seo-accent-dark: #3f6b32;
  --seo-dark: #1f2a1d;
  --seo-text: #3f473b;
  --seo-muted: #65705f;
  --seo-bg: #f4f8ef;
  --seo-border: rgba(63, 107, 50, .14);
  background:
    linear-gradient(180deg, #f6faef 0%, #fff 42%, #fdf8f0 100%);
}

.seo-landing-page--bawialnie .seo-kicker {
  color: var(--seo-accent-dark);
  letter-spacing: .12em;
}

.seo-landing-page--bawialnie .seo-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(111, 154, 82, .22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(226, 97, 30, .10), transparent 28%),
    linear-gradient(135deg, #f1f7e9 0%, #fff8ef 56%, #ffffff 100%);
}

.seo-landing-page--bawialnie .seo-hero__content h1 {
  color: #20301c;
}

.seo-landing-page--bawialnie .seo-hero__panel,
.seo-landing-page--bawialnie .seo-card,
.seo-landing-page--bawialnie .seo-list-panel,
.seo-landing-page--bawialnie .seo-process-step,
.seo-landing-page--bawialnie .seo-highlight-box,
.seo-landing-page--bawialnie .seo-faq-list details,
.seo-landing-page--bawialnie .seo-final-cta__box {
  border-color: rgba(63, 107, 50, .14);
  box-shadow: 0 16px 40px rgba(44, 70, 37, .075);
}

.seo-landing-page--bawialnie .seo-hero__panel {
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 154, 82, .15), transparent 30%),
    rgba(255,255,255,.84);
}

.seo-landing-page--bawialnie .seo-button--primary {
  background: linear-gradient(135deg, #6f9a52, #3f6b32);
  box-shadow: 0 14px 30px rgba(63, 107, 50, .23);
}

.seo-landing-page--bawialnie .seo-button--secondary:hover,
.seo-landing-page--bawialnie .seo-button--secondary:focus {
  border-color: rgba(63, 107, 50, .34);
  background: #f3faed;
}

.seo-landing-page--bawialnie .seo-process-step summary span,
.seo-landing-page--bawialnie .seo-card__icon {
  background: rgba(111, 154, 82, .13);
  color: var(--seo-accent-dark);
}

.seo-landing-page--bawialnie .seo-gallery-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(111, 154, 82, .15), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(226, 97, 30, .09), transparent 26%),
    linear-gradient(180deg, #f5faef 0%, #fff 100%);
}

.seo-landing-page--bawialnie .seo-final-cta {
  background:
    radial-gradient(circle at 18% 16%, rgba(111, 154, 82, .18), transparent 28%),
    linear-gradient(135deg, #21371c 0%, #315323 100%);
}


/* v12 — landing SEO: jeden spokojny akcent pomocniczy, bez zmiany głównego CTA */
.seo-proof-section,
.seo-process-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(13, 105, 134, .10), transparent 28%),
    linear-gradient(180deg, #f4fafb 0%, #fff 100%);
}

.seo-proof-card,
.seo-process-card {
  border-color: rgba(13,105,134,.13);
}
