/* =================================================================
   ABOUT ASTROLOGER PAGE — kp-astrologer-online.html
   File: css/about-astrologer.css
   All selectors scoped with the ab- / cr- prefix to avoid collisions
   with ownstyle.css / nav-premium.css.
   FROZEN — full redesign, August 2026.
   ================================================================= */

#abPage {
  font-family: 'Manrope', sans-serif;
  color: #3a2a55;
  background: #ffffff;
}

.ab-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===================== HERO ===================== */
.ab-hero {
  padding: 44px 0 26px;
  text-align: center;
  background: linear-gradient(135deg, #f3edff 0%, #fbf6ea 100%);
}
.ab-eyebrow {
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8940c;
  background: #ffffff;
  border: 1px solid #e6b93a;
  border-radius: 30px;
  padding: 6px 18px;
  margin-bottom: 16px;
}
.ab-h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #2e1065;
  font-size: 1.9rem;
  line-height: 1.28;
  margin: 0 0 14px;
}
.ab-hero-lead {
  font-size: 1.05rem;
  line-height: 1.50;
  color: #3a2a55;
  max-width: 700px;
  margin: 0 auto 14px;
  text-align: left;
}
.ab-hero-lead:last-child { margin-bottom: 0; }

@media (max-width: 576px) {
  .ab-h1 { font-size: 1.6rem; }
  .ab-hero { padding: 36px 0 22px; }
}

/* ===================== CREDENTIALS SECTION ===================== */
.cr-section { background: #ffffff; padding: 18px 20px 36px; }
.cr-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.25;
  color: #2e1065;
  text-align: center;
  margin: 0 0 20px;
}
.cr-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.cr-stat-cell {
  background: linear-gradient(145deg, #3a1568, #2e1065);
  border-radius: 14px;
  padding: 18px 12px;
  box-shadow: 0 8px 20px rgba(46,16,101,.2);
  text-align: center;
}
.cr-stat-top { display: flex; align-items: center; justify-content: center; gap: 6px; }
.cr-stat-num { font-family: 'PT Serif', serif; font-weight: 700; font-size: 23px; color: #f4c95d; }
.cr-stat-label { font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.7); margin-top: 5px; }
.cr-gicon { width: 18px; height: 18px; }
.cr-yticon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 16px; border-radius: 4px; background: #FF0000; }
.cr-yticon span { width: 0; height: 0; border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; border-left: 7px solid #fff; margin-left: 2px; }
.cr-checklist { background: linear-gradient(145deg, #3a1568, #2e1065); border-radius: 16px; padding: 4px 18px; max-width: 640px; margin: 0 auto; }
.cr-row { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.cr-row:last-child { border-bottom: none; }
.cr-tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #faf3e0, #e6d7ad); color: #2e1065; display: flex; align-items: center; justify-content: center; font-size: 10.5px; margin-top: 1px; box-shadow: 0 2px 5px rgba(0,0,0,.2); }
.cr-row-title { font-weight: 800; font-size: 16px; color: #fff; }
.cr-row-sub { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.65); margin-top: 2px; }

/* ===================== YEAR CHIP (unused on live page currently, kept for future use) ===================== */
.ab-year-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid #e6b93a;
  color: #c8940c;
  font-family: 'Marcellus', serif;
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* ===================== PLAIN BAND SECTIONS ===================== */
.ab-sections { padding: 0; }
.ab-band { padding: 22px 0; }
.ab-band.lavender { background: #f3edff; }
.ab-band.ivory { background: #fbf3dc; }
.ab-band.white { background: #ffffff; }

.ab-ribbon-wrap { margin: 0 0 14px; }
.ab-ribbon {
  display: block;
  color: #2e1065;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1.28rem;
  line-height: 1.3;
  margin: 0;
}

.ab-band p { font-size: 1.05rem; line-height: 1.50; color: #3a2a55; margin: 0 0 14px; }
.ab-band p:last-child { margin-bottom: 0; }

.ab-plain-ticklist { list-style: none; margin: 16px 0; padding: 0; }
.ab-plain-ticklist li { display: flex; gap: 10px; align-items: center; padding: 6px 0; font-size: 1.01rem; color: #3a2a55; font-weight: 700; }
.ab-tick-plain { flex-shrink: 0; color: #1a9c5b; font-weight: 800; font-size: 1rem; }

.ab-plain-bold { color: #3a2a55; font-weight: 700; margin: 18px 0; }

@media (max-width: 576px) {
  .ab-ribbon { font-size: 1.15rem; }
}

/* ===================== CARD SECTIONS (3 key moments only) ===================== */
.ab-card-wrap { padding: 22px 0; }
.ab-card-wrap.lavender { background: #f3edff; }
.ab-card-wrap.ivory { background: #fbf3dc; }

.ab-section-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6d9ff;
  border-radius: 16px;
  padding: 38px 30px 28px;
  box-shadow: 0 6px 26px rgba(91,33,182,.07);
}
.ab-section-card.violet-tab { border-color: #e0d3ff; }

.ab-tab {
  position: absolute;
  top: -16px;
  left: 30px;
  background: linear-gradient(90deg, #c8940c, #e6b93a);
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(200,148,12,.35);
}
.ab-section-card.violet-tab .ab-tab {
  background: linear-gradient(90deg, #4d0079, #7c3aed);
  box-shadow: 0 4px 12px rgba(77,0,121,.35);
}

.ab-section-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #2e1065;
  margin: 6px 0 16px;
}
.ab-section-card p { font-size: 1.05rem; line-height: 1.50; color: #3a2a55; margin: 0 0 14px; }
.ab-section-card p:last-child { margin-bottom: 0; }

@media (max-width: 576px) {
  .ab-section-card { padding: 34px 22px 24px; }
}

/* ===================== CLOSING CTA ===================== */
.ab-cta-section { padding: 40px 0 50px; background: #ffffff; }
.ab-cta-card {
  position: relative;
  background: linear-gradient(135deg, #1a2e6e 0%, #3b1266 100%);
  border-radius: 28px;
  padding: 44px 30px;
  text-align: center;
  overflow: hidden;
}
.ab-cta-heading { font-family: 'Manrope', sans-serif; font-weight: 800; color: #fff; font-size: 1.6rem; margin: 0 0 6px; }
.ab-cta-sub { font-family: 'Marcellus', serif; color: #e6b93a; font-size: 1.05rem; margin: 0 0 14px; }
.ab-cta-desc { color: rgba(255,255,255,.85); max-width: 560px; margin: 0 auto 26px; line-height: 1.5; }
.ab-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #c8940c, #e6b93a);
  color: #2e1065;
  font-weight: 800;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1.05rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ab-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(200,148,12,.35);
  color: #2e1065;
}

@media (max-width: 576px) {
  .ab-cta-heading { font-size: 1.3rem; }
  .ab-cta-card { padding: 34px 20px; }
}
