/* ===== AYC30 PRO page — extends style.css ===== */

/* Hero proof points */
.hero-program-label {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Fraunces', Georgia, serif;
  font-style: normal;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
.pro-hero { padding-top: 40px; padding-bottom: 48px; }
.pro-hero .hero-sub { max-width: 600px; }

/* ===== FULL-BLEED HERO ===== */
.pro-hero-full {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86vh;
  padding: 120px 0 88px;
  overflow: hidden;
  background: var(--bg-dark);
}
.pro-hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(15,15,15,0.86) 0%, rgba(15,15,15,0.50) 30%, rgba(15,15,15,0.22) 58%, rgba(15,15,15,0.10) 100%),
    url('uploads/careerevolution-hero.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pro-hero-inner { position: relative; z-index: 1; width: 100%; }
.pro-hero-content { max-width: 660px; }
.pro-hero-content .eyebrow { color: var(--accent); }
.pro-hero-content h1 {
  font-size: 60px; font-weight: 500; line-height: 1.06;
  letter-spacing: -0.015em; color: #fff;
  margin: 12px 0 26px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
.pro-hero-content .hero-sub { color: #E8E6DF; font-size: 21px; max-width: 600px; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.pro-hero-content .hero-points li { color: #E8E6DF; }
.pro-hero-content .hero-points strong { color: #fff; }
.pro-hero-content .risk-reversal { color: #B8B6AE; }
@media (max-width: 760px) {
  .pro-hero-full { min-height: 0; padding: 100px 0 64px; }
  .pro-hero-bg {
    background-image:
      linear-gradient(180deg, rgba(15,15,15,0.80) 0%, rgba(15,15,15,0.66) 50%, rgba(15,15,15,0.60) 100%),
      url('uploads/careerevolution-hero.png');
    background-position: center center;
  }
  .pro-hero-content h1 { font-size: 38px; }
}
.hero-points {
  list-style: none; margin: 28px 0 32px; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.hero-points li {
  position: relative; padding-left: 30px;
  font-size: 16px; line-height: 1.45; color: var(--text);
}
.hero-points li::before {
  content: "✓";
  position: absolute; left: 0; top: 1px;
  color: var(--accent); font-weight: 600;
}
.hero-points strong { font-weight: 600; }

/* ===== LOGO CAROUSEL ===== */
.logo-carousel {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: var(--bg);
  padding: 30px 0;
  overflow: hidden;
}
.carousel-label {
  text-align: center;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.carousel-viewport {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.carousel-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: carousel-scroll 38s linear infinite;
}
.carousel-set {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}
.carousel-track img {
  height: 38px; width: auto; max-width: 160px;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(100%);
  flex-shrink: 0;
}
.logo-carousel:hover .carousel-track { animation-play-state: paused; }
@keyframes carousel-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; gap: 40px; }
}

/* ===== COMPACT AUTHORITY BAND ===== */
.pro-authority { background: var(--bg-recognition); }
.pro-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px; align-items: center;
}
.pro-authority h2 { font-size: 34px; margin-bottom: 18px; }
.pro-authority p { font-size: 18px; color: var(--text-muted); max-width: 460px; }
.pro-authority-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column;
}
.pro-authority-list li {
  position: relative; padding: 16px 0 16px 36px;
  border-top: 1px solid var(--divider);
  font-size: 17px; line-height: 1.4;
}
.pro-authority-list li:last-child { border-bottom: 1px solid var(--divider); }
.pro-authority-list li::before {
  content: "→"; position: absolute; left: 0; top: 16px;
  color: var(--accent); font-family: 'Fraunces', Georgia, serif; font-style: italic;
}

/* ===== INGA PULL QUOTE ===== */
.inga-pullquote {
  padding: 48px 0;
}
.inga-card {
  max-width: 720px;
  margin: 0 auto;
}

/* ===== PROBLEM ===== */
.pro-problem h2 { font-size: 42px; margin-bottom: 18px; max-width: 880px; }
.pro-problem-lead { font-size: 20px; color: var(--text-muted); max-width: 700px; margin: 0 0 44px; }
.pain-list {
  list-style: none; margin: 0; padding: 0; max-width: 820px;
  display: flex; flex-direction: column;
}
.pain-list li {
  position: relative; padding: 22px 0 22px 40px;
  border-top: 1px solid var(--divider);
  font-size: 18px; line-height: 1.5;
}
.pain-list li:last-child { border-bottom: 1px solid var(--divider); }
.pain-list li::before {
  content: "✕"; position: absolute; left: 4px; top: 22px;
  color: var(--text-muted); font-size: 15px;
}
.structural-note {
  margin: 48px 0 0; max-width: 960px;
  border-left: 3px solid var(--accent);
  padding: 6px 0 6px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  align-items: start;
}
.structural-note strong {
  display: block; font-size: 22px; margin-bottom: 0; color: var(--text); font-weight: 600;
  grid-column: 1;
  position: sticky; top: 0;
}
.structural-note .structural-paras {
  grid-column: 2;
  display: flex; flex-direction: column; gap: 16px;
}
.structural-note p { margin: 0; font-size: 17px; color: var(--text-muted); }
.structural-note p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .structural-note { grid-template-columns: 1fr; }
  .structural-note strong { margin-bottom: 16px; font-size: 19px; }
  .structural-note .structural-paras { grid-column: 1; }
}

/* ===== METHOD (weeks) ===== */
.pro-method { background: var(--bg-recognition); }
.pro-method h2 { font-size: 42px; margin-bottom: 18px; max-width: 880px; }
.pro-method-sub { font-size: 20px; color: var(--text-muted); max-width: 700px; margin: 0 0 56px; }
.weeks {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.week-card {
  background: #fff;
  border: 1px solid var(--divider);
  padding: 34px;
  display: flex; flex-direction: column;
}
.week-num {
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.week-card h3 { font-size: 27px; margin: 0 0 14px; }
.week-card p { font-size: 16px; color: var(--text-muted); margin: 0 0 20px; }
.week-theme {
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid var(--divider);
  font-size: 14px; line-height: 1.5;
}
.week-theme span {
  display: block;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text); margin-bottom: 6px;
}
.week-theme em { font-style: normal; color: var(--text-muted); }

/* ===== INCLUDES (benefit stack) ===== */
.pro-includes h2 { font-size: 42px; margin-bottom: 18px; max-width: 760px; }
.pro-includes-sub { font-size: 20px; color: var(--text-muted); max-width: 700px; margin: 0 0 52px; }
.benefit-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0 64px;
}
.benefit-grid li {
  list-style: none;
  padding: 26px 0; border-top: 1px solid var(--divider);
}
.benefit-grid { margin: 0; padding: 0; }
.benefit-grid li h3 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500;
  font-size: 21px; margin: 0 0 8px;
}
.benefit-grid li p { margin: 0; font-size: 16px; color: var(--text-muted); }
.benefit-grid li .tag {
  display: block;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
}

/* ===== WHY EXISTS ===== */
.pro-why { background: var(--bg-dark); color: #F0EFEA; }
.pro-why .wrap-narrow { text-align: left; }
.pro-why .eyebrow { color: var(--accent); }
.pro-why h2 { color: #fff; font-size: 40px; margin-bottom: 28px; max-width: 760px; }
.pro-why p { color: #D8D6CF; font-size: 19px; max-width: 720px; margin-bottom: 1.3em; }
.pro-why .lead-line {
  font-family: 'Fraunces', Georgia, serif; font-style: italic;
  font-size: 26px; color: #fff; line-height: 1.35;
}

/* ===== MEET GARY ===== */
.pro-gary-grid {
  display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr);
  gap: 72px; align-items: start;
}
.pro-gary h2 { font-size: 40px; margin-bottom: 28px; }
.pro-gary p { margin-bottom: 1.3em; }
.pro-gary-photo {
  width: 100%; aspect-ratio: 1/1; overflow: hidden;
  position: sticky; top: 100px;
}
.pro-gary-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== OPPORTUNITY ===== */
.pro-opportunity { background: var(--bg-recognition); }
.pro-opportunity h2 { font-size: 42px; margin-bottom: 40px; max-width: 760px; }
.opp-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0 64px; margin: 0 0 40px; padding: 0;
}
.opp-grid li {
  list-style: none; position: relative;
  padding: 20px 0 20px 40px;
  border-top: 1px solid var(--divider);
  font-size: 18px; line-height: 1.45;
}
.opp-grid li::before {
  content: "→"; position: absolute; left: 0; top: 20px;
  color: var(--accent); font-family: 'Fraunces', Georgia, serif; font-style: italic;
}
.opp-framing {
  max-width: 760px; font-family: 'Fraunces', Georgia, serif; font-style: italic;
  font-size: 22px; color: var(--text); line-height: 1.4;
}

/* ===== IMPLEMENTATION LIBRARY ===== */
.pro-library h2 { font-size: 40px; margin-bottom: 20px; }
.library-body {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: start;
}
.library-left { display: flex; flex-direction: column; gap: 40px; }
.library-head p { font-size: 18px; color: var(--text-muted); margin: 0; }
.library-showcase { display: flex; }
.library-preview { position: relative; margin: 0; width: 480px; }
.library-preview img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--divider);
  border-radius: 12px;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.42), 0 10px 22px -12px rgba(0,0,0,0.28);
  background: #fff;
}
.library-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--bg-dark); color: #fff;
  padding: 14px 22px; border-radius: 100px;
  font-size: 14px; letter-spacing: 0.04em;
  box-shadow: 0 12px 28px -12px rgba(0,0,0,0.5);
}
.library-badge strong {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500;
  color: var(--accent); font-size: 18px; margin-right: 4px;
}
.library-topics {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.library-topics li {
  font-size: 14px; padding: 9px 16px;
  border: 1px solid var(--divider); border-radius: 100px;
  color: var(--text); background: var(--bg);
}

/* ===== NEXT STEPS ===== */
.pro-steps h2 { font-size: 42px; margin-bottom: 48px; }
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.step {
  border-top: 2px solid var(--text);
  padding-top: 24px;
}
.step .step-num {
  font-family: 'Fraunces', Georgia, serif; font-style: italic;
  font-size: 18px; color: var(--accent); margin-bottom: 10px;
}
.step h3 { font-size: 22px; margin: 0 0 10px; }
.step p { font-size: 16px; color: var(--text-muted); margin: 0; }
.steps-cta { margin-top: 48px; }

/* ===== FIT (for / not for) ===== */
.pro-fit-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.fit-col h3 { font-size: 24px; margin-bottom: 22px; }
.fit-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.fit-col li {
  position: relative; padding: 16px 0 16px 36px;
  border-top: 1px solid var(--divider);
  font-size: 17px; line-height: 1.45;
}
.fit-col li:last-child { border-bottom: 1px solid var(--divider); }
.fit-for li::before {
  content: "✓"; position: absolute; left: 4px; top: 16px;
  color: var(--accent); font-weight: 600;
}
.fit-not li::before {
  content: "✕"; position: absolute; left: 4px; top: 16px;
  color: var(--text-muted);
}

/* ===== GUARANTEE ===== */
.pro-guarantee { background: var(--bg-recognition); }
.pro-guarantee .wrap-narrow { text-align: center; }
.pro-guarantee h2 { font-size: 40px; margin-bottom: 24px; }
.pro-guarantee p { font-size: 19px; color: var(--text-muted); max-width: 640px; margin: 0 auto; }

/* ===== EMOTIONAL CLOSE ===== */
.pro-close { background: var(--bg-dark); color: #fff; text-align: center; }
.pro-close h2 { color: #fff; font-size: 46px; max-width: 860px; margin: 0 auto 28px; }
.pro-close p {
  color: #D8D6CF; font-size: 20px; max-width: 640px; margin: 0 auto 16px;
}
.pro-close .close-em {
  font-family: 'Fraunces', Georgia, serif; font-style: italic;
  color: #fff; font-size: 23px; margin: 0 auto 36px; max-width: 640px;
}
.pro-close .btn-primary { background: #fff; color: var(--bg-dark); }
.pro-close .btn-primary:hover { background: #E5E2DC; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .pro-authority-grid, .pro-gary-grid { grid-template-columns: 1fr; gap: 40px; }
  .weeks, .benefit-grid, .opp-grid, .steps-grid, .pro-fit-grid { grid-template-columns: 1fr; gap: 0; }
  .weeks, .steps-grid { gap: 24px; }
  .benefit-grid li:first-child, .opp-grid li:first-child { border-top: 1px solid var(--divider); }
  .pro-gary-photo { position: static; }
}
@media (max-width: 640px) {
  .pro-hero h1 { font-size: 38px; }
  .pro-problem h2, .pro-method h2, .pro-includes h2, .pro-opportunity h2,
  .pro-steps h2, .pro-why h2, .pro-gary h2, .pro-library h2,
  .pro-guarantee h2, .pro-authority h2 { font-size: 30px; }
  .pro-close h2 { font-size: 32px; }
  .carousel-track { gap: 40px; }
}
