/* ============================================================
   PreMed Booking – Shortcode Component Styles
   All shortcode-rendered sections: pricing, testimonials,
   pillars, compare, mentors, newsletter, stats, CTAs, etc.
   ============================================================ */

/* ── SECTION WRAPPERS ───────────────────────────────────────── */
.premed-section        { padding: 80px 40px; }
.premed-section--white { background: #fff; }
.premed-section--cream { background: #FAF8F4; }
.premed-section--off   { background: #F3F0EA; }
.premed-section--navy  { background: var(--pm-navy); }
.premed-section--navy-grad { background: linear-gradient(140deg, #122560, #1F4285); position: relative; overflow: hidden; }
.premed-section--navy-grad::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(43,157,164,.12), transparent 70%);
  pointer-events: none;
}
.premed-sc-wrap { max-width: 1200px; margin: 0 auto; }
@media (max-width: 1100px) { .premed-section { padding: 60px 22px; } }

/* ── SECTION HEADER ─────────────────────────────────────────── */
.premed-sc-header       { margin-bottom: 52px; }
.premed-sc-header.text-center { text-align: center; }
.premed-sc-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--pm-teal); margin-bottom: 12px;
}
.premed-sc-tag::before { content: ''; width: 18px; height: 2px; background: var(--pm-teal); border-radius: 2px; }
.premed-sc-tag--center { justify-content: center; }
.premed-sc-h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px; font-weight: 600; line-height: 1.07;
  color: #111827; letter-spacing: -.015em; margin-bottom: 14px;
}
.premed-sc-h2--white { color: #fff; }
.premed-sc-h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px; font-weight: 600; color: #111827; margin-bottom: 18px;
}
.premed-sc-sub { font-size: 17px; color: #4B5563; line-height: 1.75; font-weight: 300; max-width: 580px; }
.premed-sc-sub--white { color: rgba(255,255,255,.58); }
@media (max-width: 768px) { .premed-sc-h2 { font-size: 36px; } }

/* ── PACKAGE GRID ───────────────────────────────────────────── */
.premed-pkgs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 20px; }
@media (max-width: 900px) { .premed-pkgs-grid { grid-template-columns: 1fr; } }
.premed-pkg {
  background: #fff; border: 1.5px solid #E5DDD0; border-radius: 22px;
  padding: 30px 26px; position: relative; transition: all .32s;
}
.premed-pkg:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(0,0,0,.11); }
.premed-pkg--dark { background: var(--pm-navy); border-color: rgba(196,152,59,.5); }
.premed-pkg-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #C4983B, #D4AA4C);
  color: #122560; font-size: 11px; font-weight: 800;
  padding: 5px 18px; border-radius: 100px;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.premed-pkg-tier { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #2B9DA4; margin-bottom: 5px; }
.premed-pkg--dark .premed-pkg-tier { color: #3DB5BC; }
.premed-pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: #111827; margin-bottom: 4px; }
.premed-pkg--dark .premed-pkg-name { color: #fff; }
.premed-pkg-desc { font-size: 13px; color: #9CA3AF; line-height: 1.55; margin-bottom: 20px; }
.premed-pkg--dark .premed-pkg-desc { color: rgba(255,255,255,.48); }
.premed-pkg-price-wrap { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid #EDEAE3; }
.premed-pkg--dark .premed-pkg-price-wrap { border-bottom-color: rgba(255,255,255,.1); }
.premed-pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 600; color: #111827; line-height: 1; }
.premed-pkg--dark .premed-pkg-price { color: #fff; }
.premed-pkg-note { font-size: 13px; color: #9CA3AF; margin-top: 4px; }
.premed-pkg--dark .premed-pkg-note { color: rgba(255,255,255,.42); }
.premed-pkg-feats { list-style: none; margin: 0 0 24px; padding: 0; }
.premed-pkg-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: #4B5563; padding: 6px 0; border-bottom: 1px solid #EDEAE3; }
.premed-pkg--dark .premed-pkg-feats li { color: rgba(255,255,255,.7); border-bottom-color: rgba(255,255,255,.07); }
.premed-pkg-feats li:last-child { border: none; }
.premed-ck-y { color: #22C55E; font-weight: 700; flex-shrink: 0; }
.premed-ck-n { color: rgba(0,0,0,.18); flex-shrink: 0; }
.premed-pkg--dark .premed-ck-n { color: rgba(255,255,255,.18); }
.premed-ck-s { color: #D4AA4C; flex-shrink: 0; }
.premed-pkg-payment-note { text-align: center; font-size: 13.5px; color: #4B5563; background: #fff; border: 1.5px solid #E5DDD0; border-radius: 12px; padding: 14px 22px; margin-top: 14px; }
.premed-btn--full { width: 100%; justify-content: center; }

/* ── PRICING BANNER ─────────────────────────────────────────── */
.premed-pricing-banner { text-align: center; margin-bottom: 48px; }
.premed-pricing-pill {
  display: inline-block; background: var(--pm-navy); color: rgba(255,255,255,.72);
  font-size: 13.5px; padding: 10px 26px; border-radius: 100px;
  border: 1px solid rgba(196,152,59,.3);
}
.premed-pricing-pill strong { color: #D4AA4C; }

/* ── HOURLY BOX ─────────────────────────────────────────────── */
.premed-hourly-box { background: #fff; border: 1.5px solid #E5DDD0; border-radius: 22px; padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 20px; }
@media (max-width: 900px) { .premed-hourly-box { grid-template-columns: 1fr; } }
.premed-hourly-left h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; color: #111827; margin-bottom: 10px; }
.premed-hourly-left p { font-size: 14.5px; color: #4B5563; line-height: 1.72; margin-bottom: 18px; }
.premed-tiers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
@media (max-width: 600px) { .premed-tiers-grid { grid-template-columns: repeat(2,1fr); } }
.premed-tier-cell { background: #FAF8F4; border: 1.5px solid #E5DDD0; border-radius: 12px; padding: 14px 8px; text-align: center; transition: all .2s; }
.premed-tier-cell:hover, .premed-tier-cell--best { border-color: #2B9DA4; background: rgba(43,157,164,.06); }
.premed-tier-range { font-size: 12px; color: #9CA3AF; margin-bottom: 6px; }
.premed-tier-val { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: #1B3870; }
.premed-tier-unit { font-size: 11px; color: #9CA3AF; margin-top: 2px; }
.premed-matching-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
@media (max-width: 600px) { .premed-matching-grid { grid-template-columns: 1fr; } }
.premed-matching-opt { background: #FAF8F4; border: 1.5px solid #E5DDD0; border-radius: 12px; padding: 16px; }
.premed-matching-opt--dark { background: var(--pm-navy); }
.premed-matching-tag { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #2B9DA4; margin-bottom: 6px; }
.premed-matching-tag--light { color: #3DB5BC; }
.premed-matching-opt strong { font-size: 14px; color: #111827; display: block; margin-bottom: 5px; }
.premed-matching-opt p { font-size: 13px; color: #4B5563; line-height: 1.55; margin: 0; }
.premed-green-text { color: #16A34A; }

/* ── COMPARE TABLE ──────────────────────────────────────────── */
.premed-compare-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; flex-wrap: wrap; gap: 20px; }
.premed-compare-tbl { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; }
.premed-compare-tbl th { padding: 15px 20px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.premed-compare-tbl th:first-child { background: rgba(255,255,255,.04); color: rgba(255,255,255,.38); }
.premed-th-us { background: rgba(43,157,164,.15); color: #3DB5BC; }
.premed-th-them { background: rgba(255,255,255,.03); color: rgba(255,255,255,.32); }
.premed-compare-tbl td { padding: 13px 20px; font-size: 13.5px; border-top: 1px solid rgba(255,255,255,.055); }
.premed-td-label { color: rgba(255,255,255,.55); background: rgba(255,255,255,.02); }
.premed-td-us { background: rgba(43,157,164,.07); color: #fff; }
.premed-td-them { background: rgba(255,255,255,.01); color: rgba(255,255,255,.38); }
.premed-cg { color: #22C55E; font-weight: 700; }
.premed-cr { color: #F87171; }

/* ── TESTIMONIALS ───────────────────────────────────────────── */
.premed-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 900px) { .premed-testi-grid { grid-template-columns: 1fr; } }
.premed-tc { background: #fff; border: 1.5px solid #E5DDD0; border-radius: 18px; padding: 28px; transition: all .3s; }
.premed-tc:hover { border-color: rgba(43,157,164,.35); box-shadow: 0 16px 42px rgba(0,0,0,.08); }
.premed-tc--dark { background: var(--pm-navy); border-color: rgba(196,152,59,.3); }
.premed-tc-quote { font-family: 'Cormorant Garamond', serif; font-size: 68px; line-height: .75; color: #2B9DA4; opacity: .25; display: block; margin-bottom: 8px; }
.premed-tc--dark .premed-tc-quote { color: #D4AA4C; opacity: .4; }
.premed-tc-body { font-size: 14.5px; color: #4B5563; line-height: 1.76; font-style: italic; margin-bottom: 18px; }
.premed-tc--dark .premed-tc-body { color: rgba(255,255,255,.72); }
.premed-tc-foot { display: flex; align-items: center; gap: 12px; }
.premed-tc-av { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg,#1B3870,#264FA0); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; }
.premed-tc--dark .premed-tc-av { background: rgba(255,255,255,.1); }
.premed-tc-name { font-size: 14px; font-weight: 700; color: #111827; }
.premed-tc--dark .premed-tc-name { color: #fff; }
.premed-tc-status { font-size: 12px; color: #1E7D84; margin-top: 2px; }
.premed-tc--dark .premed-tc-status { color: #D4AA4C; }
.premed-testi-note { text-align: center; font-size: 12.5px; color: #9CA3AF; font-style: italic; margin-top: 20px; }

/* ── HOW IT WORKS ───────────────────────────────────────────── */
.premed-hiw-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; position: relative; margin-top: 16px; }
@media (max-width: 900px) { .premed-hiw-grid { grid-template-columns: 1fr; gap: 28px; } }
.premed-hiw-step { text-align: center; }
.premed-hiw-num {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 26px;
  background: rgba(43,157,164,.1); border: 1px solid rgba(43,157,164,.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600;
  color: #3DB5BC; transition: all .3s;
}
.premed-hiw-step:hover .premed-hiw-num { background: linear-gradient(135deg,#2B9DA4,#3DB5BC); color: #fff; border-color: transparent; }
.premed-hiw-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.premed-section--white .premed-hiw-title, .premed-section--cream .premed-hiw-title { color: #111827; }
.premed-hiw-desc { font-size: 14.5px; color: rgba(255,255,255,.52); line-height: 1.72; }
.premed-section--white .premed-hiw-desc, .premed-section--cream .premed-hiw-desc { color: #4B5563; }

/* ── PILLARS ────────────────────────────────────────────────── */
.premed-pillars-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 32px; flex-wrap: wrap; }
.premed-pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 900px) { .premed-pillars-grid { grid-template-columns: 1fr; } }
.premed-pillar { background: #FAF8F4; border: 1.5px solid #E5DDD0; border-radius: 20px; padding: 34px 28px; position: relative; overflow: hidden; transition: all .32s; }
.premed-pillar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#2B9DA4,#3DB5BC); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.premed-pillar:hover { border-color: rgba(43,157,164,.45); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.09); }
.premed-pillar:hover::before { transform: scaleX(1); }
.premed-pillar-n { position: absolute; top: 22px; right: 22px; font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: rgba(0,0,0,.04); line-height: 1; }
.premed-pillar-icon { width: 50px; height: 50px; background: #1B3870; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; }
.premed-pillar h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: #111827; margin-bottom: 10px; line-height: 1.2; }
.premed-pillar p { font-size: 14.5px; color: #4B5563; line-height: 1.74; }

/* ── FAQ ────────────────────────────────────────────────────── */
.premed-faq-list { display: flex; flex-direction: column; gap: 0; }
.premed-faq-item { border: 1.5px solid #E5DDD0; border-radius: 12px; overflow: hidden; margin-bottom: 9px; }
.premed-faq-q { padding: 16px 20px; font-weight: 600; font-size: 15px; color: #111827; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; background: #fff; transition: background .2s; user-select: none; }
.premed-faq-q:hover { background: #FAF8F4; }
.premed-faq-q::after { content: '＋'; font-size: 18px; color: #2B9DA4; flex-shrink: 0; transition: transform .3s; font-weight: 300; }
.premed-faq-item--open .premed-faq-q::after { transform: rotate(45deg); }
.premed-faq-item--open .premed-faq-q { background: #FAF8F4; }
.premed-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.premed-faq-item--open .premed-faq-a { max-height: 500px; }
.premed-faq-a-inner { padding: 0 20px 18px; font-size: 14.5px; color: #4B5563; line-height: 1.8; border-top: 1px solid #E5DDD0; padding-top: 14px; }

/* ── TRUST BAR ──────────────────────────────────────────────── */
.premed-trust-bar { background: #FAF8F4; border-top: 1px solid #E5DDD0; border-bottom: 1px solid #E5DDD0; padding: 18px 40px; display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; }
.premed-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #4B5563; }
.premed-trust-icon { width: 34px; height: 34px; background: #1B3870; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }

/* ── ACCESS GRANT SECTION ───────────────────────────────────── */
.premed-access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .premed-access-grid { grid-template-columns: 1fr; gap: 36px; } }
.premed-access-steps { display: flex; flex-direction: column; gap: 13px; }
.premed-access-step { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 16px 18px; transition: .2s; }
.premed-access-step:hover { background: rgba(255,255,255,.07); }
.premed-access-num { width: 28px; height: 28px; background: #C4983B; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #122560; }
.premed-access-txt { font-size: 14px; color: rgba(255,255,255,.68); line-height: 1.55; }
.premed-access-txt strong { color: #fff; }

/* ── STATS ──────────────────────────────────────────────────── */
.premed-stats-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 22px; }
@media (max-width: 1000px) { .premed-stats-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 600px)  { .premed-stats-grid { grid-template-columns: repeat(2,1fr); } }
.premed-stat-item { text-align: center; }
.premed-stat-val { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; color: #1B3870; line-height: 1; margin-bottom: 6px; }
.premed-stat-val--light { color: #D4AA4C; }
.premed-stat-lbl { font-size: 13px; color: #4B5563; line-height: 1.4; }
.premed-stat-lbl--light { color: rgba(255,255,255,.5); }

/* ── NEWSLETTER ─────────────────────────────────────────────── */
.premed-nl-form { display: flex; gap: 11px; }
.premed-nl-input { flex: 1; padding: 13px 16px; border: 1.5px solid rgba(255,255,255,.15); border-radius: 9px; font-size: 14px; background: rgba(255,255,255,.08); color: #fff; outline: none; transition: border-color .2s; font-family: inherit; }
.premed-nl-input:focus { border-color: #2B9DA4; }
.premed-nl-input::placeholder { color: rgba(255,255,255,.38); font-size: 13px; }
.premed-nl-btn { background: linear-gradient(135deg,#C4983B,#D4AA4C); color: #122560; border: none; padding: 13px 22px; border-radius: 9px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; white-space: nowrap; font-family: inherit; }
.premed-nl-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(196,152,59,.4); }
.premed-nl-note { font-size: 12px; color: rgba(255,255,255,.32); margin-top: 11px; }
.premed-nl-note--dark { color: #9CA3AF; }
/* For cream/white bg newsletter */
.premed-section--cream .premed-nl-input,
.premed-section--white .premed-nl-input {
  background: #fff; color: #111827;
  border-color: #E5DDD0;
}
.premed-section--cream .premed-nl-input::placeholder,
.premed-section--white .premed-nl-input::placeholder { color: #9CA3AF; }

/* ── MENTOR TOOLBAR ─────────────────────────────────────────── */
.premed-mentors-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; flex-wrap: wrap; gap: 12px; }

/* ── UTILITY ────────────────────────────────────────────────── */
.premed-mt-16 { margin-top: 16px; }
.premed-mt-24 { margin-top: 24px; display: inline-block; }
.premed-hint  { font-size: 13px; color: #9CA3AF; margin-top: 8px; }
.text-center  { text-align: center; }

/* ── Mentors two-column header (matches design mockup) ──────── */
.premed-mentors-splithead {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: end; margin-bottom: 40px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.premed-mentors-splithead-left .premed-sc-tag { margin-bottom: 10px; }
.premed-mentors-splithead-right { padding-bottom: 4px; }
@media (max-width: 768px) {
  .premed-mentors-splithead { grid-template-columns: 1fr; gap: 16px; align-items: start; }
}
