/* ============================================================
   Page Content Styles — Cover, Inner Pages, Back Cover
   ============================================================ */

/* === COVER === */
.pg-cover {
  background: linear-gradient(170deg, #0e1f5a 0%, var(--navy) 35%, #0d1c52 70%, var(--navy-dark) 100%);
  color: #fff;
}

/* Multi-layer background depth */
.cover-bg { position: absolute; inset: 0; overflow: hidden; }
.cover-bg::before {
  content: ''; position: absolute;
  top: 5%; left: 10%; width: 80%; height: 55%;
  background: radial-gradient(ellipse at 50% 40%, rgba(26,53,148,.25), transparent 65%);
}
.cover-bg::after {
  content: ''; position: absolute;
  bottom: -10%; right: -15%; width: 80%; height: 60%;
  background: radial-gradient(ellipse at center, rgba(20,45,110,.3), transparent 55%);
}
/* Extra glow layer */
.cover-glow {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.cover-glow::before {
  content: ''; position: absolute;
  top: 25%; left: -20%; width: 70%; height: 50%;
  background: radial-gradient(ellipse at center, rgba(16,38,104,.4), transparent 60%);
  transform: rotate(-12deg);
}
.cover-glow::after {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 15% 85%, rgba(0,0,0,.15), transparent 50%),
    radial-gradient(ellipse at 85% 15%, rgba(0,0,0,.1), transparent 50%);
}

/* Subtle wave shapes at bottom */
.cover-wave {
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 40%; opacity: .06;
}

/* Layout: logo pinned top-left, title group at bottom */
.cover-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 48px 56px;
}
.cover-logo {
  position: absolute;
  top: 48px; left: 48px;
  width: 120px; height: auto;
}
.cover-title {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 52px; font-weight: 700;
  line-height: .96; letter-spacing: -1px;
  margin-bottom: 20px;
}
.cover-line {
  width: 160px; height: 2px; border-radius: 1px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  margin-bottom: 20px;
}
.cover-tagline {
  font-size: 13px; font-weight: 600;
  letter-spacing: .3px; margin-bottom: 10px;
  opacity: .9;
}
.cover-services {
  font-size: 8.5px; opacity: .45;
  letter-spacing: .5px; line-height: 1;
  white-space: nowrap;
}

/* === INNER PAGE COMMON === */
.pg-light { background: var(--cream); color: var(--text-primary); }

.pg-inner {
  width: 100%; height: 100%;
  padding: 36px 40px 22px;
  display: flex; flex-direction: column;
  position: relative; z-index: 1;
}

.accent-bar {
  width: 28px; height: 2.5px; border-radius: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  margin-bottom: 10px;
}
.pg-title {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--navy);
  line-height: 1.1; margin-bottom: 12px;
  letter-spacing: -.3px;
}
.pg-title-sm {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 700; color: var(--navy);
  line-height: 1.15; margin-bottom: 14px;
  letter-spacing: -.2px;
}
.pg-title-gold { color: var(--gold); }

.sec-head {
  font-size: 8px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: var(--gold-dark); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.sec-head::before {
  content: ''; width: 12px; height: 1.5px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}

.txt   { font-size: 9.5px; line-height: 1.7; color: var(--text-secondary); }
.txt-s { font-size: 8.5px;  line-height: 1.65;  color: var(--text-secondary); }
.txt strong { color: var(--text-primary); font-weight: 600; }

.divider {
  width: 100%; height: 1px; margin: 10px 0;
  background: linear-gradient(to right, rgba(195,150,110,.35), rgba(195,150,110,.08), transparent);
}

/* Bullet list */
.bl { list-style: none; padding: 0; }
.bl li {
  font-size: 9.5px; line-height: 1.55;
  color: var(--text-secondary);
  padding-left: 14px; position: relative;
  margin-bottom: 4px;
}
.bl li::before {
  content: ''; position: absolute;
  left: 0; top: 5.5px;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold);
}
.bl-s li { font-size: 8.5px; margin-bottom: 3px; }
.bl-s li::before { top: 4.5px; width: 3px; height: 3px; }

/* Page footer */
.pg-foot {
  margin-top: auto; display: flex;
  align-items: center; justify-content: space-between;
  padding-top: 12px; border-top: 1px solid rgba(0,0,0,.05);
}
.pg-foot-logo { height: 14px; width: auto; opacity: .25; }
.pg-foot-text {
  font-size: 7px; color: var(--text-light); letter-spacing: 1px;
  opacity: .5; font-variant-numeric: tabular-nums;
}


/* ============================================================
   PAGE 2 — TABLE OF CONTENTS
   ============================================================ */
.toc-list {
  flex: 1;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 8px 0;
}
.toc-item {
  display: flex; align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.toc-item:last-child { border-bottom: none; }
.toc-title {
  font-size: 11px; font-weight: 500; color: var(--text-primary);
  letter-spacing: .2px; white-space: nowrap;
}
.toc-dots {
  flex: 1;
  margin: 0 10px;
  border-bottom: 1px dotted rgba(0,0,0,.15);
  min-width: 20px;
  position: relative; top: -3px;
}
.toc-page {
  font-size: 11px; font-weight: 600; color: var(--gold-dark);
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}


/* ============================================================
   PAGE 3 — CORPORATE OVERVIEW
   ============================================================ */
.metrics-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 8px; margin-bottom: 4px;
}
.metric-card {
  background: #fff; border: 1px solid rgba(16,38,104,.06);
  border-radius: 6px; padding: 10px 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.metric-title {
  font-size: 9px; font-weight: 700; color: var(--navy);
  margin-bottom: 4px; line-height: 1.3;
}
.metric-desc {
  font-size: 7px; line-height: 1.5; color: var(--text-light);
}
.overview-sections {
  display: flex; flex-direction: column; gap: 6px;
}
.overview-block .sec-head { margin-bottom: 3px; }
.overview-block .txt { font-size: 8px; line-height: 1.6; }

/* Resources */
.overview-resources { margin-top: 2px; }
.overview-resources .sec-head { margin-bottom: 4px; }
.overview-res-items { display: flex; gap: 16px; flex-wrap: wrap; }
.overview-res-item {
  font-size: 8px; color: var(--text-light); letter-spacing: .2px;
}


/* ============================================================
   PAGE 4 — INTEGRATED ADVANTAGE
   ============================================================ */
.adv-quote {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 13px; font-weight: 400; font-style: italic;
  line-height: 1.5; color: var(--navy);
  margin: 0 0 10px; padding-left: 16px;
  border-left: 2.5px solid var(--gold);
}
.adv-grid {
  display: flex; flex-direction: column;
  gap: 8px; margin-top: 4px;
}
.adv-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fff; border: 1px solid rgba(16,38,104,.06);
  border-radius: 6px; padding: 10px 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.adv-num {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 18px; font-weight: 700; color: var(--gold);
  line-height: 1; flex-shrink: 0; min-width: 24px;
}
.adv-item-title {
  font-size: 8.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--navy); margin-bottom: 3px;
}
.adv-item-desc {
  font-size: 7.5px; line-height: 1.55; color: var(--text-light);
}


/* ============================================================
   PAGE 5 — BOARD OF PARTNERS
   ============================================================ */
.partners-grid {
  display: flex; gap: 14px; justify-content: center;
  flex: 1; align-items: center;
}
.partner-card {
  text-align: center; flex: 1; max-width: 130px;
}
.partner-photo {
  width: 72px; height: 72px; border-radius: 50%;
  object-fit: cover; object-position: center top;
  border: 2px solid var(--gold);
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.partner-name {
  font-size: 10px; font-weight: 700; color: var(--navy);
  letter-spacing: .3px; margin-bottom: 2px;
}
.partner-role {
  font-size: 7.5px; color: var(--gold-dark); font-weight: 600;
  letter-spacing: .5px; margin-bottom: 2px;
}
.partner-cred {
  font-size: 7px; color: var(--text-light);
  letter-spacing: .5px; margin-bottom: 4px;
}
.partner-contact-line {
  font-size: 6px; color: var(--text-light);
  letter-spacing: .3px; margin-bottom: 6px;
  opacity: .7;
}
.partner-quote {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 8px; font-style: italic; line-height: 1.5;
  color: var(--navy); opacity: .7;
}


/* ============================================================
   PAGES 6–9 — SERVICE PAGES
   ============================================================ */
.svc-body { margin-bottom: 10px; }


/* ============================================================
   PAGE 10 — CLIENT RESULTS
   ============================================================ */
.results-quote {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 12px; font-weight: 400; font-style: italic;
  line-height: 1.55; color: var(--navy);
  margin: -4px 0 14px; padding-left: 16px;
  border-left: 2.5px solid var(--gold);
}
.results-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; flex: 1; align-content: start;
}
.result-card {
  background: #fff; border: 1px solid rgba(16,38,104,.06);
  border-radius: 6px; padding: 10px 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.result-stat {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 18px; font-weight: 700; color: var(--navy);
  line-height: 1.1; margin-bottom: 2px;
}
.result-title {
  font-size: 7.5px; font-weight: 700; color: var(--gold-dark);
  letter-spacing: .5px; margin-bottom: 3px;
}
.result-desc {
  font-size: 7px; line-height: 1.5; color: var(--text-light);
}


/* ============================================================
   PAGE 11 — OUR PROCESS
   ============================================================ */
.process-sub {
  font-size: 10px; font-weight: 500; color: var(--text-light);
  letter-spacing: .3px; margin: -8px 0 16px;
  font-style: italic;
}
.process-steps {
  display: flex; flex-direction: column;
  gap: 14px; flex: 1;
}
.process-step {
  display: flex; gap: 14px; align-items: flex-start;
}
.process-num {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 28px; font-weight: 700; color: var(--gold);
  line-height: 1; flex-shrink: 0; min-width: 36px;
  opacity: .6;
}
.process-step-title {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--navy); margin-bottom: 4px;
}
.process-step-desc {
  font-size: 8.5px; line-height: 1.65; color: var(--text-secondary);
}


/* ============================================================
   BACK COVER
   ============================================================ */
.pg-back {
  background: linear-gradient(170deg, #0e1f5a 0%, var(--navy) 35%, #0d1c52 70%, var(--navy-dark) 100%);
  color: #fff; position: relative; overflow: hidden;
}
.pg-back .cover-bg { position: absolute; inset: 0; }
/* Subtle decorative circle */
.pg-back::after {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(195,150,110,.06);
  pointer-events: none; z-index: 1;
}
.back-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center;
  height: 100%; padding: 48px 44px 36px; text-align: center;
}
.back-logo { width: 72px; height: auto; opacity: .8; margin-bottom: auto; }

.back-quote {
  font-family: 'Didot', 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700; line-height: 1.35;
  letter-spacing: -.2px; margin-bottom: 20px;
}
.back-line {
  width: 32px; height: 1.5px; border-radius: 1px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  margin: 0 auto 20px;
}
.back-contact {
  font-size: 9.5px; line-height: 2.4;
  color: rgba(255,255,255,.45); letter-spacing: .5px;
  margin-bottom: 20px;
}
.back-contact a {
  color: var(--gold-light); text-decoration: none;
  transition: color .2s;
}
.back-contact a:hover { color: #fff; }

/* Who We Serve on back cover */
.back-serve {
  display: flex; flex-direction: column; gap: 5px;
  margin-bottom: auto;
  text-align: left; width: 100%; max-width: 320px;
}
.back-serve-heading {
  font-size: 7px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: var(--gold); margin-bottom: 4px; opacity: .7;
}
.back-serve-item {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 7.5px; line-height: 1.5;
  color: rgba(255,255,255,.45);
}
.back-serve-item .why-check {
  color: var(--gold); font-size: 7px;
  flex-shrink: 0; margin-top: 0; opacity: .5;
}

.back-year {
  margin-top: 16px; font-size: 6.5px;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.2);
}
