/**
 * service-pages.css
 * Style dla stron usługowych
 */

/* Body offset dla fixed header + topbar */
.mc-page-content {
  padding-top: 20px;
}

/* Umów wizytę — ogranicz szerokość kontenera */
#mc-umow-wizyte-app {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Mobile CTA ukryty na desktop (jest w headerze) */
.mc-mobile-cta { display: none; }
@media (max-width: 768px) {
  .mc-nav-list.mc-nav-open .mc-mobile-cta { display: block !important; }
}

/* Ukryj "Umów się!" z menu — jest już przycisk CTA w headerze */
#menu-item-114 { display: none !important; }

/* Ukryj duplikat tytułu z page.php */
.mc-page-header { display: none; }
.mc-page-title { display: none; }

/* 1. Ukryj sekcję zespołu na podstronach (jest na stronie głównej) */
.mc-page-content .mc-team-grid,
.mc-page-content .mc-team-card,
.mc-page-content .mc-team-link,
.mc-page-content .mc-team-photo {
  /* Team grid widoczny — nie chowamy, bo strony nie mają go w content */
}

/* 2. Stat grid — ładne karty */
.mc-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: 900px !important;
  margin: 0 auto 48px !important;
}

.mc-stat-item {
  text-align: center !important;
  padding: 28px 20px !important;
  background: #fffdf9 !important;
  border-radius: 20px !important;
  border: 1px solid rgba(61,107,79,.08) !important;
  box-shadow: 0 4px 20px rgba(61,107,79,.04) !important;
}

.mc-stat-number {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #3d6b4f !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

.mc-stat-label {
  font-size: .85rem !important;
  color: #7a8d7f !important;
}

@media (max-width: 768px) {
  .mc-stat-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 480px) {
  .mc-stat-grid { grid-template-columns: 1fr !important; }
}

/* 3. CTA dark — wyśrodkowane */
.mc-landing-page .mc-page-cta,
.mc-page-cta {
  text-align: center !important;
}

.mc-page-cta-dark {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.mc-page-cta-dark .mc-lp-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.mc-page-cta-dark h2 {
  text-align: center !important;
}

.mc-page-cta-dark p {
  text-align: center !important;
  max-width: 500px !important;
}

/* 4. Wave SVG — obrót o 180 stopni */
.mc-service-hero__wave,
[class*="hero__wave"] {
  transform: rotate(180deg) !important;
}

/* 5. Ukryj "bezpłatna konsultacja" badge */
.mc-pricing-badge,
[class*="pricing-badge"] {
  display: none !important;
}

.mc-landing-page {
  font-family: 'Outfit', system-ui, sans-serif;
  color: #4a5d50;
  line-height: 1.7;
  overflow-x: hidden;
}

.mc-landing-page *, .mc-landing-page *::before, .mc-landing-page *::after { box-sizing: border-box; }

.mc-lp-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.mc-landing-page .mc-page-hero {
  background: #2d5340;
  color: #fff;
  padding: 80px 0 60px;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.mc-landing-page .mc-page-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mc-landing-page .mc-page-hero-text h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.mc-landing-page .mc-highlight { color: #c4956a; display: block; margin-top: .2em; }

.mc-landing-page .mc-page-hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 28px;
  line-height: 1.7;
}

.mc-landing-page .mc-page-hero-illustration { display: flex; align-items: center; justify-content: center; }
.mc-landing-page .mc-page-hero-illustration svg { max-width: 250px; width: 100%; height: auto; opacity: .7; }

.mc-landing-page .mc-cta-wrapper {
  display: flex; align-items: center; gap: 12px; margin-top: 16px;
  font-size: .88rem; color: rgba(255,255,255,.7); flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mc-landing-page .mc-page-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .mc-landing-page .mc-page-hero-illustration { display: none; }
  .mc-landing-page .mc-cta-wrapper { justify-content: center; }
}

/* Sekcje */
.mc-landing-page section { padding: 80px 0; }

.mc-landing-page .mc-page-section.mc-bg-warm,
.mc-landing-page .mc-service-process {
  background: #fffdf9;
  border-radius: 40px;
  margin: 20px 0;
}

.mc-landing-page h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2c3e34;
  text-align: center;
  margin-bottom: 40px;
}

/* Symptomy */
.mc-landing-page .mc-symptom-list { list-style: none; padding: 0; max-width: 750px; margin: 0 auto 30px; }

.mc-landing-page .mc-symptom-item {
  display: flex; align-items: flex-start; gap: 16px;
  margin-bottom: 16px; padding: 20px 24px;
  background: #fffdf9; border-radius: 20px;
  border: 1px solid rgba(61,107,79,.06);
  font-size: 1rem; line-height: 1.6;
  transition: all .3s;
}

.mc-landing-page .mc-symptom-item:hover {
  border-color: rgba(196,149,106,.2);
  box-shadow: 0 4px 20px rgba(196,149,106,.08);
}

/* Ikony */
.mc-landing-page i.mc-feature-icon,
.mc-landing-page .mc-feature-icon {
  color: #c4956a;
  flex-shrink: 0;
  font-size: 1.3rem;
  width: auto; height: auto;
  background: none; border-radius: 0;
  display: inline-flex; align-items: center;
  margin: 0;
}

.mc-landing-page .mc-feature-icon.fa-2x { font-size: 1.6rem; }
.mc-landing-page .mc-feature-icon.fa-3x { font-size: 2rem; }
.mc-landing-page .mc-symptom-item .mc-feature-icon { margin-top: 3px; }

/* Timeline */
.mc-landing-page .mc-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px; text-align: center;
}

.mc-landing-page .mc-timeline-item {
  padding: 28px 24px;
  background: #faf7f2;
  border-radius: 20px;
  transition: all .3s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mc-landing-page .mc-timeline-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(61,107,79,.08);
}

.mc-landing-page .mc-timeline-item .mc-feature-icon {
  color: #3d6b4f; margin-bottom: 16px;
  display: block; text-align: center;
}

.mc-landing-page .mc-timeline-item h3 {
  font-size: 1.1rem; font-weight: 600; color: #2c3e34; margin-bottom: 10px;
}

.mc-landing-page .mc-timeline-item p {
  font-size: .92rem; color: #7a8d7f; line-height: 1.65;
}

@media (max-width: 768px) { .mc-landing-page .mc-timeline { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .mc-landing-page .mc-timeline { grid-template-columns: 1fr; } }

/* Feature cards */
.mc-landing-page .mc-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.mc-landing-page .mc-feature-card {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 28px 24px; background: #fffdf9;
  border-radius: 20px; border: 1px solid rgba(61,107,79,.06);
  box-shadow: 0 4px 20px rgba(61,107,79,.04);
  transition: all .3s;
}

.mc-landing-page .mc-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(61,107,79,.1);
}

.mc-landing-page .mc-feature-card h3 {
  font-size: 1.05rem; font-weight: 600; color: #2c3e34; margin-bottom: 8px;
}

.mc-landing-page .mc-feature-card p {
  font-size: .92rem; color: #7a8d7f; line-height: 1.65; margin: 0;
}

/* FAQ */
.mc-landing-page .mc-page-faq { max-width: 800px; margin: 0 auto; }

.mc-landing-page .mc-page-faq-item {
  background: #fffdf9; border: 1px solid rgba(61,107,79,.06);
  border-radius: 20px; margin-bottom: 12px; overflow: hidden;
}

.mc-landing-page .mc-page-faq-question {
  width: 100%; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  background: none; border: none;
  font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600;
  color: #2c3e34; cursor: pointer; text-align: left; gap: 16px;
}

.mc-landing-page .mc-page-faq-question:hover { color: #3d6b4f; }

.mc-landing-page .mc-page-faq-question .mc-feature-icon {
  font-size: .9rem; transition: transform .3s;
}

.mc-landing-page .mc-page-faq-item.active .mc-page-faq-question .mc-feature-icon {
  transform: rotate(45deg);
}

.mc-landing-page .mc-page-faq-answer {
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
}

.mc-landing-page .mc-page-faq-item.active .mc-page-faq-answer { max-height: 400px; }

.mc-landing-page .mc-page-faq-answer p {
  padding: 0 24px 20px; font-size: .95rem; color: #7a8d7f; line-height: 1.7; margin: 0;
}

/* CTA */
.mc-landing-page .mc-page-cta { text-align: center; padding: 60px 24px; }

.mc-landing-page .mc-page-cta-dark {
  background: #2d5340; color: #fff;
  border-radius: 40px; margin: 40px 0;
}

.mc-landing-page .mc-page-cta-dark h2 { color: #fff; }

.mc-landing-page .mc-page-cta-dark p {
  color: rgba(255,255,255,.8); max-width: 500px; margin: 0 auto 24px;
}

/* Buttons */
.mc-landing-page .mc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px;
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1rem;
  border: none; cursor: pointer; transition: all .3s; text-decoration: none;
}

.mc-landing-page .mc-btn-primary {
  background: #c4956a; color: #fff;
  box-shadow: 0 4px 20px rgba(196,149,106,.25);
}

.mc-landing-page .mc-btn-primary:hover {
  background: #d4a87e; transform: translateY(-2px);
}

/* Subtitle */
.mc-landing-page .mc-page-section-subtitle {
  text-align: center; font-weight: 600; font-size: 1.05rem;
  max-width: 700px; margin: 0 auto;
}

/* Sticky CTA mobile */
.mc-sticky-cta { display: none; }
@media (max-width: 768px) {
  .mc-sticky-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(8px);
    padding: 14px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,.08); justify-content: center;
  }
  .mc-sticky-cta .mc-btn { width: 100%; justify-content: center; }
}

/* Stat grid */
.mc-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin: 32px 0; }
.mc-stat-item { text-align: center; padding: 24px; background: #fffdf9; border-radius: 20px; border: 1px solid rgba(61,107,79,.06); }
.mc-stat-number { font-size: 2rem; font-weight: 700; color: #3d6b4f; }
.mc-stat-label { font-size: .85rem; color: #7a8d7f; margin-top: 4px; }

/* Tags */
.mc-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 24px 0; }
.mc-tag { padding: 6px 16px; border-radius: 999px; background: #f0dcc8; color: #2d5340; font-size: .82rem; font-weight: 600; }

/* Reveal — zawsze widoczne na stronach usługowych */
.mc-landing-page .mc-reveal { opacity: 1 !important; transform: none !important; }

/* Niesmialosc */
.psychology-lp-component { font-family: 'Outfit', sans-serif; color: #4a5d50; line-height: 1.7; }
.psychology-lp-component h1, .psychology-lp-component h2, .psychology-lp-component h3 { color: #2c3e34; font-weight: 700; }
.psychology-lp-component section { padding: 60px 0; }

/* ===================================================================
   Lokalizacja (strona główna)
   =================================================================== */
.mc-location-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.mc-location-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 20px;
}

.mc-location-photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mc-location-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.mc-location-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mc-location-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  color: #4a5d50;
}

.mc-location-detail svg {
  flex-shrink: 0;
  color: #3d6b4f;
}

.mc-location-detail a {
  color: #3d6b4f;
  font-weight: 600;
  text-decoration: none;
}

.mc-location-detail a:hover {
  color: #2d5340;
}

@media (max-width: 768px) {
  .mc-location-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ===================================================================
   Credibility — stat grid + feature grid fix (strona główna)
   =================================================================== */
.mc-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.mc-stat-item {
  text-align: center !important;
  padding: 28px 20px !important;
  background: #fffdf9 !important;
  border-radius: 20px !important;
  border: 1px solid rgba(61,107,79,.08) !important;
  box-shadow: 0 4px 20px rgba(61,107,79,.04) !important;
}

.mc-stat-number {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #3d6b4f !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

.mc-stat-label {
  font-size: .85rem !important;
  color: #7a8d7f !important;
}

/* Feature grid 2-kolumnowy na credibility */
.mc-section .mc-feature-grid[style*="repeat(2"] {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
}

.mc-feature-card {
  padding: 28px 24px !important;
  background: #fffdf9 !important;
  border-radius: 20px !important;
  border: 1px solid rgba(61,107,79,.06) !important;
}

.mc-feature-card h3 {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #2c3e34 !important;
  margin-bottom: 8px !important;
}

.mc-feature-card p {
  font-size: .92rem !important;
  color: #7a8d7f !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.mc-feature-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #3d6b4f, #5a8a6c) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
  flex-shrink: 0 !important;
}

.mc-feature-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #fff !important;
  fill: none !important;
}

@media (max-width: 768px) {
  .mc-stat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .mc-section .mc-feature-grid[style*="repeat(2"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .mc-stat-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Responsive ogólne */
@media (max-width: 768px) {
  .mc-landing-page section { padding: 60px 0; }
  .mc-landing-page .mc-feature-grid { grid-template-columns: 1fr; }
  .mc-landing-page .mc-page-cta-dark { margin: 20px 12px; padding: 40px 20px; }
}
