/*
 * Alpha Private — Inner Page Styles
 * Shared across all inner page templates: page.php, our-services.php, our-clients.php
 * Inherits brand tokens from home.css (:root variables)
 * ================================================================ */

/* ── Inner page body scope ───────────────────────────────────── */
.alpha-inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #3C3C3C;
  background: #ffffff;
  min-height: 60vh;
}

.alpha-inner * {
  box-sizing: border-box;
}

/* ── Page header band ────────────────────────────────────────── */
.ap-page-header {
  background: #F5F5F3;
  border-top: 3px solid #C41230;
  padding: 52px 40px 48px;
}

.ap-page-header__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-page-header__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C41230;
  display: block;
  margin-bottom: 16px;
}

.ap-page-header__title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 42px;
  font-weight: normal;
  color: #3C3C3C;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}

.ap-page-header__intro {
  font-size: 17px;
  line-height: 1.7;
  color: #6D6E70;
  max-width: 640px;
  margin: 20px 0 0 0;
}

/* ── Generic content area ────────────────────────────────────── */
.ap-page-content {
  padding: 64px 40px 80px;
}

.ap-page-content__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* WordPress content typography */
.ap-page-content__inner .entry-content h2,
.ap-prose h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 48px 0 16px;
  line-height: 1.25;
}

.ap-page-content__inner .entry-content h3,
.ap-prose h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 36px 0 12px;
}

.ap-page-content__inner .entry-content p,
.ap-prose p {
  font-size: 16px;
  line-height: 1.78;
  color: #6D6E70;
  margin: 0 0 20px;
  max-width: 680px;
}

.ap-page-content__inner .entry-content ul,
.ap-prose ul {
  margin: 0 0 24px 0;
  padding-left: 20px;
}

.ap-page-content__inner .entry-content ul li,
.ap-prose ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #6D6E70;
  margin-bottom: 8px;
}

.ap-page-content__inner .entry-content a,
.ap-prose a {
  color: #C41230;
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 18, 48, 0.3);
  transition: border-color 0.2s;
}

.ap-page-content__inner .entry-content a:hover,
.ap-prose a:hover {
  border-color: #C41230;
}

/* ── Two-column layout (used on Services + Clients detail) ───── */
.ap-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.ap-inner-grid--wide {
  grid-template-columns: 3fr 2fr;
}

/* ── Service detail section ──────────────────────────────────── */
.ap-services-detail {
  padding: 64px 40px 0;
}

.ap-services-detail__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-service-block {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 32px;
  padding: 56px 0;
  border-bottom: 1px solid #ebebea;
  align-items: start;
}

.ap-service-block:first-child {
  padding-top: 0;
}

.ap-service-block:last-child {
  border-bottom: none;
}

.ap-service-block__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #C41230;
  padding-top: 6px;
}

.ap-service-block__title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 0 0 20px;
  line-height: 1.2;
}

.ap-service-block__body {
  font-size: 16px;
  line-height: 1.78;
  color: #6D6E70;
  margin: 0 0 16px;
  max-width: 620px;
}

.ap-service-block__body:last-child {
  margin-bottom: 0;
}

/* ── Clients detail ──────────────────────────────────────────── */
.ap-clients-dark {
  background: #3C3C3C;
  padding: 72px 40px;
}

.ap-clients-dark__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-clients-dark__quote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 48px;
  max-width: 720px;
  border: none;
  padding: 0;
}

.ap-clients-dark__quote em {
  font-style: normal;
  color: #C41230;
}

.ap-client-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}

.ap-client-type {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
}

.ap-client-type__title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 12px;
}

.ap-client-type__body {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* Medical professionals spotlight */
.ap-medico-spotlight {
  background: rgba(196,18,48,0.12);
  border-left: 3px solid #C41230;
  padding: 28px 32px;
  margin-top: 48px;
  border-radius: 0 2px 2px 0;
}

.ap-medico-spotlight__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C41230;
  margin-bottom: 12px;
  display: block;
}

.ap-medico-spotlight__body {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

/* ── CTA strip — reused from homepage ───────────────────────── */
/* (ap-cta classes already defined in home.css) */

/* ── Breadcrumb ──────────────────────────────────────────────── */
.ap-breadcrumb {
  padding: 14px 40px;
  background: #ffffff;
  border-bottom: 1px solid #f0f0ee;
}

.ap-breadcrumb__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ap-breadcrumb a,
.ap-breadcrumb span {
  font-size: 12px;
  color: #6D6E70;
  text-decoration: none;
}

.ap-breadcrumb a:hover {
  color: #C41230;
}

.ap-breadcrumb__sep {
  color: #c0c0be;
  font-size: 10px;
}

.ap-breadcrumb__current {
  color: #3C3C3C;
  font-weight: 500;
}

/* ── Contact page layout ─────────────────────────────────────── */
.ap-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ap-contact-intro {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: normal;
  color: #3C3C3C;
  line-height: 1.6;
  margin: 0 0 32px;
}

.ap-contact-note {
  font-size: 14px;
  line-height: 1.75;
  color: #6D6E70;
  margin: 0 0 40px;
}

.ap-contact-detail {
  margin-bottom: 28px;
}

.ap-contact-detail__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6D6E70;
  margin-bottom: 6px;
  display: block;
}

.ap-contact-detail__value {
  font-size: 16px;
  color: #3C3C3C;
}

.ap-contact-detail__value a {
  color: #3C3C3C;
  text-decoration: none;
  border-bottom: 1px solid rgba(60,60,60,0.2);
  transition: border-color 0.2s, color 0.2s;
}

.ap-contact-detail__value a:hover {
  color: #C41230;
  border-color: #C41230;
}

/* ── Contact page ────────────────────────────────────────────── */
.ap-contact-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start;
}

.ap-contact-how__title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 22px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 0 0 20px;
  line-height: 1.3;
}

.ap-contact-how__body {
  font-size: 16px;
  line-height: 1.78;
  color: #6D6E70;
  margin: 0 0 18px;
}

.ap-contact-email-block {
  background: #F5F5F3;
  border-top: 3px solid #C41230;
  padding: 32px 36px;
  margin-bottom: 24px;
}

.ap-contact-detail__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6D6E70;
  display: block;
  margin-bottom: 12px;
}

.ap-contact-detail__value {
  font-size: 16px;
  color: #3C3C3C;
  display: block;
}

.ap-email-link {
  color: #C41230;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid rgba(196,18,48,0.3);
  transition: border-color 0.2s;
}

.ap-email-link:hover {
  border-color: #C41230;
}

.ap-contact-note {
  font-size: 13px;
  line-height: 1.7;
  color: #9a9a9a;
}

.ap-contact-note p {
  margin: 0;
}

/* ── Clients light section (white background) ────────────────── */
.ap-clients-light {
  padding: 64px 40px 80px;
  background: #ffffff;
}

.ap-clients-light__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-client-types-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.ap-client-type-light {
  border-top: 1px solid #ebebea;
  padding-top: 24px;
}

.ap-client-type-light__title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 0 0 12px;
}

.ap-client-type-light__body {
  font-size: 14px;
  line-height: 1.75;
  color: #6D6E70;
  margin: 0;
}

/* Medico spotlight — light */
.ap-medico-light {
  background: #F5F5F3;
  padding: 28px 32px;
  border-radius: 2px;
}

.ap-medico-light__label {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #3C3C3C;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  display: block;
}

.ap-medico-light__body {
  font-size: 15px;
  line-height: 1.75;
  color: #6D6E70;
  margin: 0;
}

/* ── About Us detail section ─────────────────────────────────── */
.ap-about-detail {
  padding: 64px 40px 80px;
}

.ap-about-detail__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-about-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 64px;
  padding: 52px 0;
  border-bottom: 1px solid #ebebea;
  align-items: start;
}

.ap-about-block:first-child {
  padding-top: 0;
}

.ap-about-block:last-child {
  border-bottom: none;
}

.ap-about-block__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C41230;
  padding-top: 6px;
}

.ap-about-block__content p {
  font-size: 16px;
  line-height: 1.78;
  color: #6D6E70;
  margin: 0 0 18px;
  max-width: 640px;
}

.ap-about-block__content p:last-child {
  margin-bottom: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .ap-page-header {
    padding: 40px 24px 36px;
  }

  .ap-page-header__title {
    font-size: 32px;
  }

  .ap-page-content {
    padding: 48px 24px 64px;
  }

  .ap-services-detail {
    padding: 48px 24px 0;
  }

  .ap-service-block {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ap-service-block__num {
    padding-top: 0;
  }

  .ap-inner-grid,
  .ap-inner-grid--wide,
  .ap-contact-grid,
  .ap-contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ap-about-block {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ap-about-detail {
    padding: 48px 24px 64px;
  }

  .ap-client-types-light {
    grid-template-columns: 1fr 1fr;
  }

  .ap-clients-light {
    padding: 48px 24px 64px;
  }

  .ap-client-types {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .ap-clients-dark {
    padding: 56px 24px;
  }

  .ap-clients-dark__quote {
    font-size: 24px;
  }

  .ap-breadcrumb {
    padding: 12px 24px;
  }
}

@media (max-width: 600px) {
  .ap-page-header {
    padding: 32px 20px;
  }

  .ap-page-header__title {
    font-size: 28px;
  }

  .ap-page-content {
    padding: 40px 20px 56px;
  }

  .ap-services-detail {
    padding: 40px 20px 0;
  }

  .ap-client-types {
    grid-template-columns: 1fr;
  }

  .ap-clients-dark {
    padding: 48px 20px;
  }

  .ap-client-types-light {
    grid-template-columns: 1fr;
  }

  .ap-clients-light {
    padding: 40px 20px 56px;
  }

  .ap-breadcrumb {
    padding: 10px 20px;
  }
}
