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

/* =====================================================
   SECTION: ABOUT PAGE
   ===================================================== */

/* ===== HERO ===== */
.pepti-hero-premium { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--pepti-bg-dark-alt, #0a0a0f); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.pepti-hero-premium *, .pepti-hero-premium *::before, .pepti-hero-premium *::after { box-sizing: border-box; margin: 0; padding: 0; }

.pepti-hero-premium__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.pepti-hero-premium__aurora { position: absolute; inset: -50%; background: radial-gradient(ellipse at 20% 20%, var(--pepti-hero-glow-1, rgba(124, 58, 237, 0.4)) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, var(--pepti-hero-glow-2, rgba(147, 51, 234, 0.35)) 0%, transparent 50%), radial-gradient(ellipse at 40% 60%, var(--pepti-hero-glow-3, rgba(99, 102, 241, 0.3)) 0%, transparent 40%), radial-gradient(ellipse at 60% 30%, var(--pepti-glow-light, rgba(167, 139, 250, 0.2)) 0%, transparent 45%); animation: pcAboutAuroraMove 20s ease-in-out infinite; }
@keyframes pcAboutAuroraMove { 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); } }

.pepti-hero-premium__grid { position: absolute; inset: 0; background-image: linear-gradient(var(--pepti-border, rgba(124, 58, 237, 0.03)) 1px, transparent 1px), linear-gradient(90deg, var(--pepti-border, rgba(124, 58, 237, 0.03)) 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%); }

.pepti-hero-premium__glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.6; animation: pcAboutGlowFloat 8s ease-in-out infinite; }
.pepti-hero-premium__glow--1 { width: 600px; height: 600px; background: var(--pepti-hero-glow-1, rgba(124, 58, 237, 0.4)); top: -200px; left: -100px; animation-delay: 0s; }
.pepti-hero-premium__glow--2 { width: 500px; height: 500px; background: var(--pepti-hero-glow-2, rgba(147, 51, 234, 0.35)); bottom: -150px; right: -100px; animation-delay: -3s; }
.pepti-hero-premium__glow--3 { width: 400px; height: 400px; background: var(--pepti-hero-glow-3, rgba(99, 102, 241, 0.3)); top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: -6s; }
@keyframes pcAboutGlowFloat { 0%, 100% { transform: translate(0, 0); opacity: 0.6; } 50% { transform: translate(30px, -30px); opacity: 0.8; } }

.pepti-hero-premium__particles { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.pepti-hero-premium__particles span { position: absolute; width: 4px; height: 4px; background: var(--pepti-accent, rgba(167, 139, 250, 0.6)); border-radius: 50%; animation: pcAboutParticleFloat 15s linear infinite; box-shadow: 0 0 10px var(--pepti-glow, rgba(167, 139, 250, 0.5)); }
.pepti-hero-premium__particles span:nth-child(1) { left: 10%; animation-duration: 18s; animation-delay: 0s; width: 3px; height: 3px; }
.pepti-hero-premium__particles span:nth-child(2) { left: 20%; animation-duration: 22s; animation-delay: -2s; width: 5px; height: 5px; }
.pepti-hero-premium__particles span:nth-child(3) { left: 30%; animation-duration: 16s; animation-delay: -4s; }
.pepti-hero-premium__particles span:nth-child(4) { left: 40%; animation-duration: 20s; animation-delay: -6s; width: 6px; height: 6px; }
.pepti-hero-premium__particles span:nth-child(5) { left: 50%; animation-duration: 24s; animation-delay: -8s; }
.pepti-hero-premium__particles span:nth-child(6) { left: 60%; animation-duration: 17s; animation-delay: -10s; width: 4px; height: 4px; }
.pepti-hero-premium__particles span:nth-child(7) { left: 70%; animation-duration: 21s; animation-delay: -12s; }
.pepti-hero-premium__particles span:nth-child(8) { left: 80%; animation-duration: 19s; animation-delay: -14s; width: 5px; height: 5px; }
.pepti-hero-premium__particles span:nth-child(9) { left: 85%; animation-duration: 23s; animation-delay: -16s; }
.pepti-hero-premium__particles span:nth-child(10) { left: 95%; animation-duration: 15s; animation-delay: -18s; width: 3px; height: 3px; }
@keyframes pcAboutParticleFloat { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; } }

.pepti-hero-premium__container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 120px 40px 100px; width: 100%; text-align: center; }

.pepti-hero-premium__number-bg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(300px, 40vw, 500px); font-weight: 900; color: transparent; -webkit-text-stroke: 1px var(--pepti-border, rgba(124, 58, 237, 0.1)); pointer-events: none; user-select: none; z-index: 0; line-height: 1; opacity: 0; animation: pcAboutNumberReveal 1.5s ease-out 0.5s forwards; }
@keyframes pcAboutNumberReveal { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); } 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

.pepti-hero-premium__content { position: relative; z-index: 1; }

.pepti-hero-premium__badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px 10px 12px; background: var(--pepti-glow-light, rgba(124, 58, 237, 0.15)); border: 1px solid var(--pepti-border-strong, rgba(124, 58, 237, 0.4)); border-radius: 50px; margin-bottom: 32px; backdrop-filter: blur(10px); opacity: 0; transform: translateY(20px); animation: pcAboutFadeInUp 0.8s ease-out 0.3s forwards; }
.pepti-hero-premium__badge-icon { width: 28px; height: 28px; background: var(--pepti-gradient-primary, linear-gradient(135deg, #7C3AED, #9333EA)); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pepti-hero-premium__badge-icon svg { width: 14px; height: 14px; stroke: #ffffff; }
.pepti-hero-premium__badge span { font-size: 14px; font-weight: 600; color: var(--pepti-accent, #A78BFA); text-transform: uppercase; letter-spacing: 0.5px; }

.pepti-hero-premium__title { font-size: clamp(36px, 6vw, 72px); font-weight: 700; color: #ffffff; line-height: 1.1; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.pepti-hero-premium__title-line { opacity: 0; transform: translateY(30px); animation: pcAboutFadeInUp 0.8s ease-out forwards; }
.pepti-hero-premium__title-line:nth-child(1) { animation-delay: 0.5s; }
.pepti-hero-premium__title-line:nth-child(3) { animation-delay: 0.9s; }
.pepti-hero-premium__title-highlight { display: flex; align-items: center; justify-content: center; gap: 20px; opacity: 0; transform: translateY(30px) scale(0.9); animation: pcAboutFadeInUpScale 1s ease-out 0.7s forwards; }
@keyframes pcAboutFadeInUpScale { 0% { opacity: 0; transform: translateY(30px) scale(0.9); } 100% { opacity: 1; transform: translateY(0) scale(1); } }

.pepti-hero-premium__number { font-size: clamp(60px, 10vw, 120px); font-weight: 900; background: var(--pepti-gradient-accent, linear-gradient(135deg, #7C3AED 0%, #A78BFA 50%, #7C3AED 100%)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: pcAboutGradientShift 3s ease-in-out infinite; filter: drop-shadow(0 0 30px var(--pepti-glow, rgba(124, 58, 237, 0.4))); }
@keyframes pcAboutGradientShift { 0%, 100% { background-position: 0% center; } 50% { background-position: 200% center; } }

.pepti-hero-premium__subtitle { font-size: clamp(16px, 2vw, 20px); font-weight: 400; color: rgba(255, 255, 255, 0.75); max-width: 700px; margin: 0 auto 40px; line-height: 1.7; opacity: 0; transform: translateY(20px); animation: pcAboutFadeInUp 0.8s ease-out 1.1s forwards; }

.pepti-hero-premium__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; opacity: 0; transform: translateY(20px); animation: pcAboutFadeInUp 0.8s ease-out 1.3s forwards; }
.pepti-hero-premium__btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; border-radius: 12px; transition: all 0.3s ease; }
.pepti-hero-premium__btn svg { width: 18px; height: 18px; transition: transform 0.3s ease; }
.pepti-hero-premium__btn--primary { background: var(--pepti-hero-btn-primary, #7c3aed); color: #ffffff; box-shadow: 0 8px 32px var(--pepti-hero-btn-shadow, rgba(124, 58, 237, 0.4)); }
.pepti-hero-premium__btn--primary:hover { background: var(--pepti-hero-btn-primary-hover, #6d28d9); transform: translateY(-3px); box-shadow: 0 12px 40px var(--pepti-hero-btn-shadow-hover, rgba(124, 58, 237, 0.5)); }
.pepti-hero-premium__btn--primary:hover svg { transform: translateX(4px); }
.pepti-hero-premium__btn--ghost { background: var(--pepti-hero-btn-secondary, rgba(255, 255, 255, 0.08)); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); }
.pepti-hero-premium__btn--ghost:hover { background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.4); transform: translateY(-3px); }

@keyframes pcAboutFadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }

.pepti-hero-premium__stats { display: flex; align-items: center; justify-content: center; gap: 40px; margin-top: 80px; padding: 32px 48px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; backdrop-filter: blur(20px); opacity: 0; transform: translateY(30px); animation: pcAboutFadeInUp 0.8s ease-out 1.5s forwards; }
.pepti-hero-premium__stat { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.pepti-hero-premium__stat-number { font-size: 32px; font-weight: 800; color: #ffffff; background: linear-gradient(135deg, #ffffff, var(--pepti-accent, #A78BFA)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pepti-hero-premium__stat-label { font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.5px; }
.pepti-hero-premium__stat-divider { width: 1px; height: 50px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.2), transparent); }

.pepti-hero-premium__scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0; animation: pcAboutFadeInUp 0.8s ease-out 2s forwards; }
.pepti-hero-premium__scroll span { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 1px; }
.pepti-hero-premium__scroll-line { width: 1px; height: 60px; background: linear-gradient(to bottom, var(--pepti-primary, rgba(124, 58, 237, 0.8)), transparent); position: relative; overflow: hidden; }
.pepti-hero-premium__scroll-line::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 20px; background: var(--pepti-accent, #A78BFA); animation: pcAboutScrollLine 2s ease-in-out infinite; }
@keyframes pcAboutScrollLine { 0% { transform: translateY(-20px); } 100% { transform: translateY(80px); } }

@media (max-width: 960px) {
  .pepti-hero-premium__stats { flex-wrap: wrap; gap: 24px 32px; padding: 28px 32px; }
  .pepti-hero-premium__stat-divider { display: none; }
  .pepti-hero-premium__stat { min-width: 120px; }
}
@media (max-width: 768px) {
  .pepti-hero-premium { min-height: auto; padding: 60px 0; }
  .pepti-hero-premium__container { padding: 80px 24px 60px; }
  .pepti-hero-premium__number-bg { font-size: 200px; -webkit-text-stroke: 1px var(--pepti-border, rgba(124, 58, 237, 0.08)); }
  .pepti-hero-premium__title-highlight { flex-direction: column; gap: 8px; }
  .pepti-hero-premium__number { font-size: 80px; }
  .pepti-hero-premium__stats { flex-direction: column; gap: 20px; margin-top: 48px; }
  .pepti-hero-premium__stat { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); width: 100%; }
  .pepti-hero-premium__stat:last-child { border-bottom: none; }
  .pepti-hero-premium__cta { flex-direction: column; }
  .pepti-hero-premium__btn { width: 100%; justify-content: center; }
  .pepti-hero-premium__scroll { display: none; }
}

/* ===== SERVICES / WHAT WE DO ===== */
.pepti-about-services { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 80px 40px; background: var(--pepti-gradient-bg, linear-gradient(180deg, #f9fafb 0%, #ffffff 100%)); }
.pepti-about-services *, .pepti-about-services *::before, .pepti-about-services *::after { box-sizing: border-box; margin: 0; padding: 0; }
.pepti-about-services__container { max-width: 1200px; margin: 0 auto; }
.pepti-about-services__intro { text-align: center; max-width: 800px; margin: 0 auto 56px; }
.pepti-about-services__label { display: inline-block; font-size: 13px; font-weight: 600; color: var(--pepti-primary, #7C3AED); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.pepti-about-services__intro h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--pepti-text-dark, #1E1B4B); margin-bottom: 20px; line-height: 1.2; }
.pepti-about-services__intro p { font-size: 17px; color: #4b5563; line-height: 1.7; }
.pepti-about-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pepti-about-services__item { background: #ffffff; border-radius: 16px; padding: 32px; border: 1px solid #e5e7eb; transition: all 0.3s ease; position: relative; }
.pepti-about-services__item:hover { border-color: var(--pepti-border-strong, rgba(124, 58, 237, 0.3)); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.pepti-about-services__number { font-size: 48px; font-weight: 800; color: var(--pepti-border, rgba(124, 58, 237, 0.1)); line-height: 1; margin-bottom: 16px; display: block; }
.pepti-about-services__item h3 { font-size: 18px; font-weight: 700; color: var(--pepti-text-dark, #1E1B4B); margin-bottom: 12px; }
.pepti-about-services__item p { font-size: 15px; color: #6b7280; line-height: 1.6; }
@media (max-width: 960px) { .pepti-about-services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pepti-about-services { padding: 60px 24px; } .pepti-about-services__grid { grid-template-columns: 1fr; } .pepti-about-services__item { padding: 28px 24px; } }

/* ===== FOUNDER ===== */
.pepti-about-founder { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 80px 40px; background: #1E1B4B; }
.pepti-about-founder *, .pepti-about-founder *::before, .pepti-about-founder *::after { box-sizing: border-box; margin: 0; padding: 0; }
.pepti-about-founder__container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 400px 1fr; gap: 60px; align-items: center; }
.pepti-about-founder__image { position: relative; }
.pepti-about-founder__image img { width: 100%; border-radius: 20px; box-shadow: 0 24px 48px rgba(0,0,0,0.3); }
.pepti-about-founder__image-badge { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: linear-gradient(135deg, #7C3AED, #9333EA); border-radius: 50px; font-size: 14px; font-weight: 600; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4); }
.pepti-about-founder__image-badge svg { width: 16px; height: 16px; }
.pepti-about-founder__content { color: #ffffff; }
.pepti-about-founder__label { display: inline-block; font-size: 13px; font-weight: 600; color: #A78BFA; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.pepti-about-founder__content h2 { font-size: clamp(36px, 5vw, 48px); font-weight: 700; color: #ffffff; margin-bottom: 8px; line-height: 1.1; }
.pepti-about-founder__title { font-size: 18px; color: #A78BFA; margin-bottom: 28px; }
.pepti-about-founder__bio p { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 20px; }
.pepti-about-founder__bio p:last-child { margin-bottom: 0; }
.pepti-about-founder__stats { display: flex; gap: 40px; margin-top: 36px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.1); }
.pepti-about-founder__stat { display: flex; flex-direction: column; gap: 4px; }
.pepti-about-founder__stat-number { font-size: 32px; font-weight: 800; color: #ffffff; }
.pepti-about-founder__stat-label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.5px; }
@media (max-width: 960px) { .pepti-about-founder__container { grid-template-columns: 1fr; gap: 48px; text-align: center; } .pepti-about-founder__image { max-width: 350px; margin: 0 auto; } .pepti-about-founder__stats { justify-content: center; } }
@media (max-width: 600px) { .pepti-about-founder { padding: 60px 24px; } .pepti-about-founder__stats { flex-direction: column; gap: 24px; align-items: center; } .pepti-about-founder__stat { align-items: center; } }

/* ===== PRESCRIBER ===== */
.pepti-about-prescriber { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 80px 40px; background: var(--pepti-gradient-bg, linear-gradient(180deg, #f9fafb 0%, #ffffff 100%)); }
.pepti-about-prescriber *, .pepti-about-prescriber *::before, .pepti-about-prescriber *::after { box-sizing: border-box; margin: 0; padding: 0; }
.pepti-about-prescriber__container { max-width: 800px; margin: 0 auto; }
.pepti-about-prescriber__content { text-align: center; margin-bottom: 48px; }
.pepti-about-prescriber__label { display: inline-block; font-size: 13px; font-weight: 600; color: var(--pepti-primary, #7c3aed); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.pepti-about-prescriber__content h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--pepti-gray-900, #111827); margin-bottom: 16px; line-height: 1.2; }
.pepti-about-prescriber__subtitle { font-size: 16px; color: var(--pepti-gray-600, #4b5563); line-height: 1.6; max-width: 600px; margin: 0 auto; }
.pepti-about-prescriber__card { background: #ffffff; border: 1px solid var(--pepti-gray-200, #e5e7eb); border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.pepti-about-prescriber__card + .pepti-about-prescriber__card { margin-top: 24px; }
.pepti-about-prescriber__card-header { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.pepti-about-prescriber__avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--pepti-gradient-primary, linear-gradient(135deg, #7c3aed 0%, #a855f7 100%)); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.pepti-about-prescriber__info h3 { font-size: 24px; font-weight: 700; color: var(--pepti-gray-900, #111827); margin-bottom: 4px; }
.pepti-about-prescriber__role { font-size: 15px; font-weight: 500; color: var(--pepti-primary, #7c3aed); }
.pepti-about-prescriber__bio { margin-bottom: 28px; }
.pepti-about-prescriber__bio p { font-size: 16px; color: var(--pepti-gray-700, #374151); line-height: 1.7; }
.pepti-about-prescriber__details { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 24px; background: var(--pepti-gray-50, #f9fafb); border-radius: 12px; margin-bottom: 24px; }
.pepti-about-prescriber__detail { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--pepti-gray-200, #e5e7eb); }
.pepti-about-prescriber__detail:last-child { padding-bottom: 0; border-bottom: none; }
.pepti-about-prescriber__detail-label { font-size: 13px; font-weight: 600; color: var(--pepti-gray-500, #6b7280); text-transform: uppercase; letter-spacing: 0.5px; }
.pepti-about-prescriber__detail-value { font-size: 15px; font-weight: 500; color: var(--pepti-gray-900, #111827); }
.pepti-about-prescriber__verify { text-align: center; }
.pepti-about-prescriber__verify a { display: inline-block; font-size: 14px; font-weight: 600; color: var(--pepti-primary, #7c3aed); text-decoration: none; padding: 10px 24px; border: 2px solid var(--pepti-primary, #7c3aed); border-radius: 8px; transition: all 0.2s ease; }
.pepti-about-prescriber__verify a:hover { background: var(--pepti-primary, #7c3aed); color: #ffffff; }
.pepti-about-prescriber__disclaimer { margin-top: 24px; font-size: 13px; color: var(--pepti-gray-500, #6b7280); text-align: center; line-height: 1.5; }
@media (max-width: 600px) { .pepti-about-prescriber { padding: 60px 24px; } .pepti-about-prescriber__card { padding: 24px; } .pepti-about-prescriber__card-header { flex-direction: column; text-align: center; } .pepti-about-prescriber__detail { flex-direction: column; gap: 4px; text-align: center; } }

/* Footer CTA on the about page reuses the global .pc-footer-cta block defined above. */

