/* Extracted from wp-sections.css (v10) — DO NOT EDIT BY HAND. Per-page chunk; load only on its route(s). */

/* =====================================================
   SECTION 4: WHY CHOOSE US CSS
   ===================================================== */

.pc-why {
  padding: 80px 20px;
  background: white;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pc-why__container { max-width: 1100px; margin: 0 auto; }

.pc-why__header { text-align: center; margin-bottom: 48px; }

.pc-why__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pepti-primary);
  margin-bottom: 12px;
}

.pc-why__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--pepti-text-dark);
  margin-bottom: 16px;
}

.pc-why__subtitle {
  font-size: 16px;
  color: var(--pepti-text);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pc-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pc-why__card {
  background: var(--pepti-bg-light);
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid var(--pepti-border);
}

.pc-why__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: var(--pepti-primary);
}

.pc-why__card-icon {
  width: 64px; height: 64px;
  background: var(--pepti-glow-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.pc-why__card:hover .pc-why__card-icon { background: var(--pepti-primary); }

.pc-why__card-icon svg {
  width: 28px; height: 28px;
  color: var(--pepti-primary);
  transition: color 0.3s ease;
}

.pc-why__card:hover .pc-why__card-icon svg { color: white; }

.pc-why__card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--pepti-text-dark);
  margin-bottom: 12px;
}

.pc-why__card-desc {
  font-size: 14px;
  color: var(--pepti-text);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .pc-why__grid { grid-template-columns: 1fr; gap: 24px; max-width: 500px; margin: 0 auto; }
}

@media (max-width: 480px) {
  .pc-why { padding: 60px 16px; }
  .pc-why__card { padding: 24px; }
  .pc-why__card-icon { width: 56px; height: 56px; }
  .pc-why__card-icon svg { width: 24px; height: 24px; }
}

/* =====================================================
   SECTION 8: FOOTER CTA HERO CSS
   ===================================================== */

.pc-footer-cta {
  position: relative;
  padding: 100px 20px;
  background: var(--pepti-bg-dark-alt);
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pc-footer-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.pc-footer-cta__aurora {
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(ellipse at 20% 20%, var(--pepti-hero-glow-1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, var(--pepti-hero-glow-2) 0%, transparent 50%),
    radial-gradient(ellipse at 40% 60%, var(--pepti-hero-glow-3) 0%, transparent 40%);
  animation: footerAuroraMove 20s ease-in-out infinite;
}

@keyframes footerAuroraMove {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  25% { transform: translate(5%, -5%) rotate(5deg) scale(1.05); }
  50% { transform: translate(-5%, 5%) rotate(-5deg) scale(1); }
  75% { transform: translate(3%, 3%) rotate(3deg) scale(1.02); }
}

.pc-footer-cta__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--pepti-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--pepti-border) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

.pc-footer-cta__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  animation: footerGlowFloat 8s ease-in-out infinite;
}

.pc-footer-cta__glow--1 { width: 400px; height: 400px; background: var(--pepti-hero-glow-1); top: -100px; left: 10%; }
.pc-footer-cta__glow--2 { width: 350px; height: 350px; background: var(--pepti-hero-glow-2); bottom: -100px; right: 10%; animation-delay: -3s; }
.pc-footer-cta__glow--3 { width: 300px; height: 300px; background: var(--pepti-hero-glow-3); top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: -6s; }

@keyframes footerGlowFloat {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.7; }
}

.pc-footer-cta__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.pc-footer-cta__particles span {
  position: absolute;
  width: 4px; height: 4px;
  background: var(--pepti-accent);
  border-radius: 50%;
  opacity: 0;
  animation: footerParticleFloat 10s infinite;
}

.pc-footer-cta__particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.pc-footer-cta__particles span:nth-child(2) { left: 20%; animation-delay: 1s; }
.pc-footer-cta__particles span:nth-child(3) { left: 30%; animation-delay: 2s; }
.pc-footer-cta__particles span:nth-child(4) { left: 40%; animation-delay: 3s; }
.pc-footer-cta__particles span:nth-child(5) { left: 50%; animation-delay: 4s; }
.pc-footer-cta__particles span:nth-child(6) { left: 60%; animation-delay: 5s; }
.pc-footer-cta__particles span:nth-child(7) { left: 70%; animation-delay: 6s; }
.pc-footer-cta__particles span:nth-child(8) { left: 80%; animation-delay: 7s; }
.pc-footer-cta__particles span:nth-child(9) { left: 85%; animation-delay: 8s; }
.pc-footer-cta__particles span:nth-child(10) { left: 95%; animation-delay: 9s; }

@keyframes footerParticleFloat {
  0% { bottom: -10px; opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { bottom: 100%; opacity: 0; }
}

.pc-footer-cta__container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pc-footer-cta__number-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(200px, 40vw, 400px);
  font-weight: 900;
  color: rgba(255,255,255,0.02);
  pointer-events: none;
  z-index: -1;
  line-height: 1;
}

.pc-footer-cta__content { margin-bottom: 40px; }

.pc-footer-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  margin-bottom: 32px;
}

.pc-footer-cta__badge-icon { width: 22px; height: 22px; color: var(--pepti-accent); }
.pc-footer-cta__badge-icon svg { width: 100%; height: 100%; fill: var(--pepti-accent); }

.pc-footer-cta__badge span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.02em;
}

.pc-footer-cta__title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: white;
  margin-bottom: 24px;
}

.pc-footer-cta__title-line { display: block; }

.pc-footer-cta__title-highlight {
  display: block;
  background: var(--pepti-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pc-footer-cta__subtitle {
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pc-footer-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.pc-footer-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.pc-footer-cta__btn--primary {
  background: var(--pepti-gradient-primary);
  color: white;
  box-shadow: var(--pepti-shadow);
}

.pc-footer-cta__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px var(--pepti-glow);
}

.pc-footer-cta__btn--primary svg { width: 20px; height: 20px; transition: transform 0.3s ease; }
.pc-footer-cta__btn--primary:hover svg { transform: translateX(4px); }

.pc-footer-cta__btn--ghost {
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pc-footer-cta__btn--ghost:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}

.pc-footer-cta__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.pc-footer-cta__stat { text-align: center; }

.pc-footer-cta__stat-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.pc-footer-cta__stat-label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.pc-footer-cta__stat-divider {
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.2);
}

.pc-footer-cta__disclaimer {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.4);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .pc-footer-cta { padding: 80px 16px; }
  .pc-footer-cta__badge { padding: 8px 16px; }
  .pc-footer-cta__badge span { font-size: 11px; }
  .pc-footer-cta__btn { padding: 14px 24px; font-size: 14px; }
  .pc-footer-cta__stats { flex-direction: column; gap: 16px; padding: 20px; }
  .pc-footer-cta__stat-divider { width: 60px; height: 1px; }
}


/* =====================================================
   SERVICES PAGE - TRUST BADGES
   ===================================================== */
.pc-trust {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 60px 0;
  background: var(--pepti-bg-light);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pc-trust a {
  text-decoration: none;
  color: inherit;
}

.pc-trust__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.pc-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.pc-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pepti-text);
  font-size: 14px;
  font-weight: 500;
}

.pc-trust__item svg {
  width: 24px;
  height: 24px;
  stroke: var(--pepti-primary);
  stroke-width: 2;
  fill: none;
}

@media (max-width: 900px) {
  .pc-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    justify-items: center;
  }
}

@media (max-width: 480px) {
  .pc-trust__grid {
    gap: 16px 20px;
  }
  .pc-trust__item {
    font-size: 11px;
    gap: 6px;
  }
  .pc-trust__item svg {
    width: 18px;
    height: 18px;
  }
}

/* =====================================================
   SERVICES PAGE - SECTION 4: WHY CHOOSE US
   ===================================================== */

.pc-why {
  --pepti-accent: #7c3aed;
  --pepti-accent-bg: rgba(124, 58, 237, 0.08);
  --pepti-gradient: linear-gradient(135deg, #7c3aed, #4f46e5);
  --pepti-bg-light: #f8f9fc;
  --pepti-text-dark: #1a1a2e;
  --pepti-text-muted: #6b7280;
  --pepti-border-hover: rgba(124, 58, 237, 0.2);
  --pepti-shadow-hover: 0 10px 25px -3px rgba(124, 58, 237, 0.15);

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #374151;
  line-height: 1.6;
  padding: 100px 0;
  background: var(--pepti-bg-light);
}

html[data-gender="men"] .pc-why {
  --pepti-accent: #2563eb;
  --pepti-accent-bg: rgba(54, 157, 211, 0.08);
  --pepti-gradient: linear-gradient(135deg, #2563eb, #2563eb);
  --pepti-bg-light: #eff6ff;
  --pepti-text-dark: #2B4A6F;
  --pepti-text-muted: #47627B;
  --pepti-border-hover: rgba(54, 157, 211, 0.3);
  --pepti-shadow-hover: 0 10px 25px -3px rgba(54, 157, 211, 0.15);
}

html[data-gender="women"] .pc-why {
  --pepti-accent: #ec4899;
  --pepti-accent-bg: rgba(207, 45, 172, 0.08);
  --pepti-gradient: linear-gradient(135deg, #ec4899, #ec4899);
  --pepti-bg-light: #fdf2f8;
  --pepti-text-dark: #4a2b6f;
  --pepti-text-muted: #714b7e;
  --pepti-border-hover: rgba(207, 45, 172, 0.3);
  --pepti-shadow-hover: 0 10px 25px -3px rgba(207, 45, 172, 0.15);
}

/* Gender content visibility */
.pc-why [data-show] { display: none; }
html:not([data-gender]) .pc-why [data-show="neutral"],
html[data-gender=""] .pc-why [data-show="neutral"],
html[data-gender="neutral"] .pc-why [data-show="neutral"] { display: inline; }
html[data-gender="men"] .pc-why [data-show="men"] { display: inline; }
html[data-gender="women"] .pc-why [data-show="women"] { display: inline; }

.pc-why__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.pc-why__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.pc-why__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--pepti-accent);
  margin-bottom: 14px;
}

.pc-why__title {
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  color: var(--pepti-text-dark);
}

.pc-why__subtitle {
  font-size: 17px;
  color: var(--pepti-text-muted);
  line-height: 1.7;
}

.pc-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pc-why__card {
  padding: 36px 32px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.pc-why__card:hover {
  border-color: var(--pepti-border-hover);
  box-shadow: var(--pepti-shadow-hover);
  transform: translateY(-4px);
}

.pc-why__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  padding: 16px;
  background: var(--pepti-accent-bg);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pc-why__card:hover .pc-why__icon {
  background: var(--pepti-gradient);
}

.pc-why__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--pepti-accent);
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.3s ease;
}

.pc-why__card:hover .pc-why__icon svg {
  stroke: white;
}

.pc-why__card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--pepti-text-dark);
  margin-bottom: 12px;
}

.pc-why__card-desc {
  font-size: 15px;
  color: var(--pepti-text-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .pc-why__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pc-why__card:last-child { grid-column: span 2; }
}

@media (max-width: 768px) {
  .pc-why { padding: 70px 0; }
  .pc-why__header { margin-bottom: 40px; }
}

@media (max-width: 640px) {
  .pc-why { padding: 60px 16px; }
  .pc-why__grid { grid-template-columns: 1fr; gap: 16px; }
  .pc-why__card { padding: 24px 20px; border-radius: 16px; }
  .pc-why__card:last-child { grid-column: span 1; }
  .pc-why__icon { width: 52px; height: 52px; padding: 12px; margin-bottom: 16px; }
  .pc-why__card-title { font-size: 17px; margin-bottom: 10px; }
  .pc-why__card-desc { font-size: 14px; }
}

/* =====================================================
   HOME — TRUST BAR (audit container layout)
   Items as direct children of .pc-trust__container.
   ===================================================== */
.pc-trust { padding: 40px 20px; }
.pc-trust__container {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.pc-trust__icon {
  width: 44px;
  height: 44px;
  background: var(--pepti-primary-subtle, rgba(124, 58, 237, 0.08));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-trust__icon svg {
  width: 22px;
  height: 22px;
  color: var(--pepti-primary);
  stroke: var(--pepti-primary);
}
.pc-trust__item span {
  color: var(--pepti-text);
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pc-trust__container { gap: 24px; }
  .pc-trust__item { flex-direction: column; text-align: center; gap: 8px; }
  .pc-trust__icon { width: 50px; height: 50px; }
  .pc-trust__item span { font-size: 12px; }
}
@media (max-width: 480px) {
  .pc-trust { padding: 30px 16px; }
  .pc-trust__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

