/* ── AGAPAY Learn overview / marketing page styles ──────────────────────────
   Extracted from public/learn/index.html.
   Loaded only on the marketing overview page, not inside the app shell.
   ─────────────────────────────────────────────────────────────────────── */
/* ── Learn overview page extensions ────────────────────────────────────── */
.ov-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 2.5rem;
}
.ov-feature-card {
  background: rgba(255,252,245,.72);
  border: 1px solid rgba(181,148,47,.22);
  border-radius: 16px;
  padding: 22px 24px 24px;
}
.ov-feature-icon {
  font-size: 26px;
  color: var(--gold, #b5942f);
  display: block;
  margin-bottom: 10px;
}
.ov-feature-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #14294a;
}
.ov-feature-card p {
  margin: 0;
  color: #33405a;
  line-height: 1.55;
  font-size: 15px;
}
.ov-feature-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #33405a;
  font-size: 14px;
  line-height: 1.7;
}
.ov-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px;
}
.ov-section-head {
  text-align: center;
  margin-bottom: 0;
}
.ov-section-head .eyebrow { margin-bottom: 8px; }
.ov-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 500;
  color: #061522;
  margin: 0 0 14px;
  line-height: 1.08;
}
.ov-section-head p {
  color: #33405a;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.ov-divider {
  border: 0;
  border-top: 1px solid rgba(181,148,47,.2);
  max-width: 1100px;
  margin: 0 auto;
}
/* Two-col feature reveal */
.ov-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.ov-two-col-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  color: #061522;
  margin: 0 0 16px;
  line-height: 1.1;
}
.ov-two-col-text p {
  color: #33405a;
  line-height: 1.6;
  margin: 0 0 14px;
}
.ov-checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ov-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #1c2e46;
  font-size: 15px;
  line-height: 1.5;
}
.ov-checklist li::before {
  content: "✦";
  color: #b5942f;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 13px;
}

.ov-books-layout {
  align-items: center;
}
.ov-books-section .ov-two-col-text {
  max-width: 34rem;
}
.ov-books-section .ov-screen-mock {
  max-width: 32rem;
  width: 100%;
  justify-self: end;
  box-shadow: 0 14px 34px rgba(6,21,34,.08);
}
.ov-screen-mock {
  background: #f3ead4;
  border: 1px solid rgba(181,148,47,.3);
  border-radius: 14px;
  padding: 18px;
  display: grid;
  gap: 10px;
}
.ov-mock-row {
  background: #fff;
  border: 1px solid rgba(181,148,47,.18);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ov-mock-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #07284a;
  color: #c9a25b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ov-mock-label { font-size: 13px; color: #14294a; font-weight: 600; }
.ov-mock-sub { font-size: 12px; color: #6b7a91; }
.ov-mock-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
}
.ov-mock-badge.feast { background: #fffaed; color: #b07800; border: 1px solid #e8c84a; }
.ov-mock-badge.fast { background: #f0f4ff; color: #3a4f8a; border: 1px solid #b0bde8; }
.ov-mock-badge.done { background: #edf6ef; color: #28613a; border: 1px solid #b2d9ba; }
.ov-mock-header {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b5942f;
  font-weight: 700;
  padding: 2px 0 6px;
  border-bottom: 1px solid rgba(181,148,47,.18);
}
/* Print mockup */
.ov-print-mock {
  background: #fff;
  border: 1px solid #e0d9cc;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 4px 16px rgba(6,21,34,.08);
}
.ov-print-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #07284a;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.ov-print-head strong { font-size: 16px; color: #07284a; font-family: 'Cormorant Garamond', serif; }
.ov-print-head small { font-size: 11px; color: #888; }
.ov-print-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #f0ebe0;
  padding: 7px 0;
}
.ov-print-row span { font-size: 13px; color: #333; }
.ov-print-row small { font-size: 11px; color: #888; }
.ov-print-check { width: 14px; height: 14px; border: 1.5px solid #07284a; border-radius: 3px; }
/* Meal plan mockup */
.ov-meal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.ov-meal-day {
  border: 1px solid rgba(181,148,47,.22);
  border-radius: 9px;
  padding: 10px;
  background: rgba(255,252,245,.8);
}
.ov-meal-day .day-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #b5942f;
  margin-bottom: 6px;
}
.ov-meal-day .meal-slot {
  font-size: 11px;
  color: #33405a;
  padding: 3px 0;
  border-bottom: 1px solid rgba(181,148,47,.12);
  line-height: 1.35;
}
.ov-meal-day .meal-slot:last-child { border-bottom: 0; }
.ov-meal-day .fast-tag {
  font-size: 9px;
  background: #f0f4ff;
  color: #3a4f8a;
  border-radius: 4px;
  padding: 1px 5px;
  display: inline-block;
  margin-top: 4px;
}
/* Stat strip */
.ov-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(181,148,47,.18);
  border: 1px solid rgba(181,148,47,.22);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 2.5rem;
}
.ov-stat {
  background: rgba(255,252,245,.9);
  padding: 22px 20px;
  text-align: center;
}
.ov-stat strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 600;
  color: #07284a;
  line-height: 1;
  margin-bottom: 6px;
}
.ov-stat span {
  font-size: 13px;
  color: #6b7a91;
  line-height: 1.4;
}
/* Grace Mode illustraton */
.ov-grace-levels {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.ov-grace-level {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(181,148,47,.2);
  background: rgba(255,252,245,.8);
}
.ov-grace-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ov-grace-level strong { font-size: 14px; color: #14294a; }
.ov-grace-level small { font-size: 12px; color: #6b7a91; }


.pricing-lead {
  max-width: 56rem;
  margin: 0.85rem auto 0;
  color: #33405a;
  line-height: 1.65;
  text-align: center;
}
.overview-pricing-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
  margin-top: 2rem;
}
.overview-pricing-copy,
.overview-pricing-summary {
  background: rgba(255,252,245,.82);
  border: 1px solid rgba(181,148,47,.22);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(6,21,34,.06);
}
.overview-pricing-copy {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.overview-pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #edf6ef;
  color: #28613a;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.overview-pricing-copy h3 {
  margin: .9rem 0 .75rem;
  color: #061522;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  line-height: 1.03;
}
.overview-pricing-copy p {
  margin: 0;
  color: #33405a;
  line-height: 1.68;
}
.overview-pricing-points {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .72rem;
}
.overview-pricing-points li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  color: #1c2e46;
  line-height: 1.45;
}
.overview-pricing-points li::before {
  content: "✦";
  color: #b5942f;
  flex: none;
  margin-top: .05rem;
  font-size: .9rem;
}
.pricing-actions {
  margin-top: 1.4rem;
}
.overview-pricing-summary {
  padding: .9rem;
  display: grid;
  gap: .85rem;
  align-content: start;
}
.pricing-summary-row {
  padding: 1rem 1rem 1.05rem;
  border-radius: 14px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(181,148,47,.16);
  display: grid;
  gap: .18rem;
}
.pricing-summary-row strong {
  color: #07284a;
  font-size: 1rem;
}
.pricing-summary-row span {
  color: #061522;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  line-height: 1;
}
.pricing-summary-row small {
  color: #5a6473;
  line-height: 1.45;
  font-size: .93rem;
}
.pricing-summary-row.is-highlighted {
  background: linear-gradient(180deg, rgba(255,250,237,.92), rgba(253,245,224,.9));
  border-color: rgba(181,148,47,.34);
  box-shadow: inset 0 0 0 1px rgba(201,162,91,.12);
}

    /* New design extension overrides for improved sales conversion context */
.pricing-grid.compact-pricing {
  align-items: stretch !important;
}
.price-card.featured {
  box-shadow: 0 12px 32px rgba(181,148,47,.18) !important;
  border: 2px solid #b5942f !important;
  position: relative;
}
.discount-badge {
  display: inline-block;
  background: #edf6ef;
  color: #28613a;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 1px solid #b2d9ba;
}
/* Responsive overrides */
@media (max-width: 800px) {
  .ov-two-col { grid-template-columns: 1fr; }
  .ov-stat-strip { grid-template-columns: repeat(2, 1fr); }
  .ov-meal-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-pricing-callout { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ov-stat-strip { grid-template-columns: 1fr; }
  .ov-section { padding: 40px 16px; }
  .ov-meal-grid { grid-template-columns: 1fr; }
  .overview-pricing-copy,
  .overview-pricing-summary { padding: 1.1rem; }
  .overview-pricing-summary { gap: .75rem; }
  .pricing-summary-row { padding: .9rem; }
}
  
/* AGAPAY Learn spacing refinements */
.learn-hero,
.overview-hero,
.pricing-wrap,
.scholarship,
.value-section,
.compare-section,
.faq-section,
.learn-final-cta,
.learn-purpose-inner,
.overview-feature-row,
.rhythm-steps,
.designed-section,
.learn-wisdom-band,
.ov-section {
  width: min(1180px, calc(100% - clamp(2.5rem, 6vw, 5rem)));
}

.overview-hero {
  width: min(1280px, calc(100% - clamp(2.5rem, 6vw, 5rem)));
}

.price-card {
  padding: clamp(1.5rem, 2.5vw, 1.9rem);
}

.price-card.featured h3 + .discount-badge {
  display: inline-flex;
  width: max-content;
  margin-top: 0.95rem;
}

@media (max-width: 640px) {
  .learn-hero,
  .overview-hero,
  .pricing-wrap,
  .scholarship,
  .value-section,
  .compare-section,
  .faq-section,
  .learn-final-cta,
  .learn-purpose-inner,
  .overview-feature-row,
  .rhythm-steps,
  .designed-section,
  .learn-wisdom-band,
  .ov-section {
    width: min(100% - 1.5rem, 1180px);
  }

  .overview-hero {
    width: min(100% - 1.5rem, 1280px);
  }

  .price-card {
    padding: 1.35rem;
  }
}

  
.learn-wisdom-band-single {
  grid-template-columns: 1fr;
}
.learn-wisdom-band-single > div {
  width: 100%;
}
.learn-wisdom-band-single blockquote {
  width: 100%;
  max-width: none;
  font-style: italic;
}
  
/* Clear, elegant visual cue between major page sections */
.section-transition {
  width: min(1180px, calc(100% - clamp(2.5rem, 6vw, 5rem)));
  height: 2rem;
  margin: .35rem auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .85rem;
  color: #b5942f;
}
.section-transition::before,
.section-transition::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181,148,47,.55));
}
.section-transition::after {
  background: linear-gradient(90deg, rgba(181,148,47,.55), transparent);
}
.section-transition span {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(181,148,47,.42);
  border-radius: 999px;
  background: rgba(255,252,245,.82);
  font-size: .8rem;
  box-shadow: 0 4px 14px rgba(6,21,34,.06);
}

.learn-wisdom-band-single {
  margin-top: clamp(1rem, 2.5vw, 2rem);
  margin-bottom: clamp(1rem, 2.5vw, 2rem);
}
.learn-wisdom-band-single blockquote {
  font-style: italic;
}

@media (max-width: 640px) {
  .section-transition {
    width: min(100% - 1.5rem, 1180px);
    margin-block: .15rem;
  }
}

  
/* Match the clean parchment background used on the Learn pricing page. */
body.learn-overview-page {
  background:
    radial-gradient(circle at 82% 6%, rgba(201, 162, 91, 0.18), transparent 28rem),
    radial-gradient(circle at 8% 36%, rgba(11, 33, 48, 0.08), transparent 26rem),
    linear-gradient(180deg, #fbf6ea 0%, #f3eadb 46%, #f7f0e4 100%);
}

  
/* Canonical AGAPAY Learn hero H2 treatment */
.learn-hero .learn-hero-line {
  color: #c9a25b !important;
}

.learn-hero .learn-hero-line em,
.learn-hero .learn-hero-line strong,
.learn-hero .learn-hero-line span {
  color: inherit !important;
}
