/* ============================================================
   Program (sales) page styles
   ============================================================ */

/* ============ PROGRAM HERO ============ */
.program-hero { padding-top: 80px; }
.program-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1000px) {
  .program-hero__grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
  }
}
.program-hero__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.program-hero__tag {
  display: inline-block;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid var(--ak-gold-mid);
  border-radius: 0;
  font-size: var(--text-xs);
  color: var(--ak-gold-light);
  letter-spacing: 0.1em;
}
.program-hero__title {
  color: var(--ak-text-white);
  font-size: clamp(48px, 8vw, 88px);
}
.program-hero__sub {
  font-size: var(--text-xl);
  font-weight: var(--weight-light);
  line-height: 1.5;
  color: var(--ak-gold-light);
  max-width: 30ch;
}
.program-hero__main .lead {
  color: rgba(245, 237, 224, 0.72);
}

.program-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--ak-line-dark);
  border-bottom: 1px solid var(--ak-line-dark);
}
@media (min-width: 600px) {
  .program-hero__facts { grid-template-columns: repeat(4, 1fr); }
}
.program-hero__facts > div { display: flex; flex-direction: column; gap: 4px; }
.program-hero__facts span {
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--ak-text-light);
}
.program-hero__facts strong {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--ak-text-white);
}

/* Price card */
.price-card {
  position: sticky;
  top: 100px;
  background: linear-gradient(180deg, rgba(184, 131, 74, 0.10), rgba(232, 201, 154, 0.04));
  border: 1px solid var(--ak-gold-mid);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.price-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ak-line-dark);
}
.price-card__head > span:first-child {
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--ak-gold-light);
}
.price-card__amount {
  font-size: 56px;
  font-weight: var(--weight-light);
  color: var(--ak-text-white);
  letter-spacing: -0.03em;
  line-height: 1;
}
.price-card__amount span {
  font-size: 28px;
  color: var(--ak-gold-light);
  margin-right: 4px;
}
.price-card__note {
  font-size: var(--text-sm);
  color: rgba(245, 237, 224, 0.6);
}
.price-card__list {
  list-style: none;
  display: grid;
  gap: 12px;
  font-size: var(--text-sm);
  color: rgba(245, 237, 224, 0.85);
}
.price-card__list li { display: flex; align-items: center; gap: 12px; }
.check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: var(--ak-gold-gradient);
  color: var(--ak-obsidian);
  font-size: 11px;
  font-weight: var(--weight-bold);
  flex-shrink: 0;
}
.price-card__cta { justify-content: center; }
.price-card__fineprint {
  font-size: var(--text-xs);
  color: var(--ak-text-light);
  text-align: center;
  line-height: 1.5;
}

/* ============ FOR WHOM ============ */
.for-whom__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 800px) {
  .for-whom__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.for-whom__col {
  background: var(--ak-white);
  border: 1px solid var(--ak-line-light);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.for-whom__col header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ak-line-light);
}
.for-whom__col h3 {
  font-size: var(--text-2xl);
  font-weight: var(--weight-light);
}
.for-whom__icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: var(--weight-light);
  flex-shrink: 0;
}
.for-whom__icon--yes {
  background: var(--ak-gold-gradient);
  color: var(--ak-obsidian);
}
.for-whom__icon--no {
  background: var(--ak-text-mid);
  color: var(--ak-cream);
}
.for-whom__col ul {
  list-style: none;
  display: grid;
  gap: 16px;
}
.for-whom__col li {
  position: relative;
  padding-right: 24px;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ak-text-dark);
}
.for-whom__col li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 12px;
  height: 1px;
  background: var(--ak-gold-mid);
}
.for-whom__col--no li::before {
  background: var(--ak-text-light);
}
.for-whom__col--no li { color: var(--ak-text-mid); }

/* ============ CURRICULUM ============ */
.curriculum__phases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--ak-line-light);
  border-top: 1px solid var(--ak-line-light);
  border-bottom: 1px solid var(--ak-line-light);
}
@media (min-width: 900px) {
  .curriculum__phases { grid-template-columns: 1fr 1fr; }
}

.phase {
  background: var(--ak-white);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.phase--accent {
  background: var(--ak-cream);
}
.phase__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}
.phase__months {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ak-gold-mid);
}
.phase__title {
  font-size: var(--text-2xl);
  font-weight: var(--weight-light);
  letter-spacing: -0.01em;
  color: var(--ak-text-dark);
}
.phase__intro {
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--ak-text-mid);
  max-width: 56ch;
}
.phase__topics {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--ak-line-light);
  font-size: var(--text-sm);
  color: var(--ak-text-dark);
}
.phase__topics li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1.55;
}
.phase__topics li::before {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: var(--ak-gold-mid);
  flex-shrink: 0;
  transform: translateY(-4px);
}

/* ============ FAQ ============ */
.faq__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 900px) {
  .faq__inner {
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
  }
}
.faq__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
  align-self: start;
}
.faq__intro p {
  color: var(--ak-text-mid);
  font-size: var(--text-sm);
}
.faq__intro a {
  color: var(--ak-gold-mid);
  border-bottom: 1px solid var(--ak-gold-mid);
  padding-bottom: 1px;
}

.faq__list {
  display: grid;
  gap: 8px;
}
.faq-item {
  background: var(--ak-cream-soft);
  border: 1px solid var(--ak-line-light);
  border-radius: var(--r-md);
  transition: var(--tr);
}
.faq-item[open] { border-color: var(--ak-gold-mid); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--ak-text-dark);
  transition: var(--tr);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 0;
  border: 1px solid var(--ak-line-light);
  font-size: 18px;
  color: var(--ak-gold-mid);
  flex-shrink: 0;
  transition: var(--tr);
}
.faq-item[open] .faq-item__icon {
  background: var(--ak-gold-gradient);
  color: var(--ak-obsidian);
  border-color: transparent;
  transform: rotate(45deg);
}
.faq-item p {
  padding: 0 28px 28px;
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--ak-text-mid);
  max-width: 64ch;
}

/* ============ APPLY ============ */
.apply__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}
.apply__inner .eyebrow::before { display: none; }
.apply__inner .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.apply__title {
  color: var(--ak-text-white);
}
.apply__lead {
  text-align: center;
  margin: 0 auto;
  color: rgba(245, 237, 224, 0.78);
}
.apply__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.apply__finep {
  margin-top: 24px;
  font-size: var(--text-sm);
  color: var(--ak-text-light);
}
.apply__finep a {
  color: var(--ak-gold-light);
  border-bottom: 1px solid var(--ak-gold-mid);
  padding-bottom: 1px;
  margin: 0 4px;
}

/* breadcrumb for program (already light-on-dark) */

/* ============ COMPACT CURRICULUM (basic / diagnose / etc) ============ */
.prog-curriculum {
  list-style: none;
  display: grid;
  gap: 0;
  background: var(--ak-line-light);
  border-top: 1px solid var(--ak-line-light);
  border-bottom: 1px solid var(--ak-line-light);
  margin: 0;
}
.prog-curriculum li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 24px 0;
  background: var(--ak-white);
  align-items: baseline;
  transition: var(--tr);
}
.prog-curriculum li:hover { background: var(--ak-cream-soft); }
@media (max-width: 600px) {
  .prog-curriculum li { grid-template-columns: 120px 1fr; gap: 16px; padding: 20px 0; }
}
.prog-curriculum__step {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--ak-gold-deep);
  font-weight: 300;
  padding-right: 8px;
}
.prog-curriculum__title {
  font-size: var(--text-lg);
  font-weight: var(--weight-light);
  color: var(--ak-text-dark);
  letter-spacing: -0.005em;
}

/* ============ PROGRAM VISUAL BLOCK ============ */
.prog-visual__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) {
  .prog-visual__inner { grid-template-columns: 1fr 1fr; gap: 80px; }
}
.prog-visual__img {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--ak-cream);
}
.prog-visual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prog-visual__quote {
  position: relative;
  padding: 0;
  margin: 0;
  font-style: normal;
}
.prog-visual__mark {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  line-height: 0.6;
  color: var(--ak-gold-mid);
  margin-bottom: 16px;
}
.prog-visual__quote p {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: var(--weight-light);
  line-height: 1.3;
  color: var(--ak-text-dark);
  max-width: 24ch;
  margin-bottom: 16px;
}
.prog-visual__quote footer {
  font-size: var(--text-sm);
  color: var(--ak-gold-deep);
  letter-spacing: 0.06em;
}

/* תיאור שיעור בסילבוס */
.prog-curriculum__desc {
  margin-top: 6px;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ak-text-mid);
}
/* רשימת קהל יעד (למי זה מתאים) */
.prog-audience {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prog-audience li {
  position: relative;
  padding-right: 22px;
  line-height: 1.65;
  color: var(--ak-text-mid);
}
.prog-audience li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ak-gold-mid);
}

/* כותרת פרק בסילבוס (קורסים רב-פרקיים) */
.prog-chapter {
  margin: 40px 0 4px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ak-gold-mid);
}
.prog-chapter:first-of-type { margin-top: 24px; }
.prog-chapter__title {
  font-size: var(--text-xl);
  font-weight: var(--weight-light);
  letter-spacing: -0.01em;
  color: var(--ak-text-dark);
}
.prog-chapter__sub {
  margin-top: 4px;
  font-size: var(--text-sm);
  color: var(--ak-gold-deep);
}
/* ===== 'What is inside' card head (replaces price in hero card) ===== */
.price-card__whatsin {
  font-weight: var(--weight-light);
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.03em;
  color: var(--ak-text-white);
  line-height: 1.2;
}
.price-card__whatsin span { color: var(--ak-gold-light); }

/* ===== Investment block (bottom of program detail pages) ===== */
.investment { text-align: center; max-width: 640px; margin: 0 auto; }
.investment__eyebrow {
  display: block; font-size: var(--text-xs); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ak-gold-light); margin-bottom: 16px;
}
.investment__title {
  font-weight: var(--weight-light); letter-spacing: -0.03em;
  color: var(--ak-text-white); line-height: 1.25; margin-bottom: 22px;
}
.investment__title span { color: var(--ak-gold-light); }
.investment__price {
  font-weight: var(--weight-light); font-size: clamp(48px, 7vw, 72px);
  color: var(--ak-text-white); letter-spacing: -0.04em; line-height: 1;
}
.investment__price span { font-size: 0.42em; color: var(--ak-gold-light); margin-right: 6px; }
.investment__was {
  display: block; margin-top: 10px; font-size: clamp(18px, 3vw, 26px);
  color: var(--ak-gold-light); text-decoration: line-through; opacity: 0.75;
}
.investment__terms { margin-top: 14px; font-size: var(--text-sm); color: var(--ak-gold-light); }
.investment__note {
  margin-top: 10px; font-size: var(--text-sm); line-height: 1.7;
  color: rgba(245, 237, 224, 0.78);
}
.investment__ctas {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px;
}
