/* Imagery and offsets are controlled estimates from the supplied prompt. */
/* Hero */
.hero {
  min-height: 720px;
  background-image: url("../assets/images/podcast-hero-bg.jpg");
}

.hero-content {
  position: absolute;
  left: max(80px, calc((100vw - var(--container)) / 2));
  bottom: 86px;
  z-index: 1;
}

h1,
h2 {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--black);
  font-size: 72px;
  line-height: 0.95;
}

.hero h1 {
  color: var(--white);
}

h2 {
  font-size: 48px;
}

/* Intro and programs */
.intro h2 {
  margin-bottom: 24px;
}

.intro p,
.section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--gray-text);
}

.intro .btn {
  margin-top: 32px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.program-card,
.article-card {
  transition: transform 0.3s ease;
}

.program-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
  filter: grayscale(100%);
}

.program-card h3,
.article-card h3 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.program-card p,
.article-card p {
  margin-top: 12px;
  color: var(--gray-text);
}

.program-card .text-link,
.article-card .text-link {
  margin-top: 22px;
}

/* Netflix feature */
.left-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.netflix-panel {
  min-height: 650px;
  background-image: url("https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=2200&q=85&sat=-100");
}

.panel-copy {
  position: absolute;
  left: 56px;
  bottom: 54px;
  z-index: 1;
  max-width: 560px;
}

.panel-copy h2,
.panel-copy h3 {
  color: var(--white);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.panel-copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
}

.panel-copy .btn {
  margin-top: 28px;
}

/* Testimonials */
.testimonials {
  background: #f5f5f5;
  padding-block: 110px;
}

.section-heading {
  margin-bottom: 54px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 22px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: var(--white);
  transition: transform 0.3s ease;
}

.quote {
  color: var(--green);
  font-size: 58px;
  font-weight: 800;
  line-height: 0.65;
}

.testimonial-card p {
  margin-top: 18px;
  color: var(--black-soft);
}

.person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.person img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.person strong,
.person span {
  display: block;
  line-height: 1.35;
}

.person strong {
  font-size: 14px;
  font-weight: 800;
}

.person span {
  color: var(--gray-text);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Podcast */
.podcast {
  min-height: 700px;
  background-image: url("https://images.unsplash.com/photo-1478737270239-2f02b77fc618?auto=format&fit=crop&w=2200&q=85&sat=-100");
}

.podcast .panel-copy {
  left: max(80px, calc((100vw - var(--container)) / 2));
}

/* Blog */
.blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

/* Programs page */
.programs-page {
  background: #f5f5f5;
}

.programs-page .btn {
  min-height: 44px;
  padding-inline: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.programs-hero {
  min-height: 760px;
  background-image: url("../assets/images/hero-bg.jpg");
}

.programs-hero .image-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.programs-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 760px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.programs-hero-copy {
  max-width: 760px;
}

.programs-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.programs-hero-copy p {
  max-width: 500px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, 0.85);
}

.programs-hero-copy .btn {
  min-height: 54px;
  padding-inline: 34px;
}

.programs-secondary-nav {
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 32px;
  color: var(--white);
  font-size: 13px;
}

.programs-secondary-nav a {
  opacity: 0.85;
  transition: opacity var(--ease);
}

.programs-secondary-nav a:hover,
.programs-secondary-nav a:focus-visible {
  opacity: 1;
}

.popular-programs {
  padding-top: 100px;
  padding-bottom: 120px;
  background: #f5f5f5;
}

.programs-title {
  margin: 0 0 60px;
  color: var(--black);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.popular-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.popular-program-card {
  transition: transform 0.3s ease;
}

.popular-program-card:hover {
  transform: translateY(-6px);
}

.popular-program-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  object-fit: cover;
}

.popular-program-card h3,
.all-program-card h3 {
  margin: 28px 0 14px;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.popular-program-card p,
.all-program-card p {
  margin: 0;
  color: #8a8a8a;
}

.popular-program-card .btn {
  margin-top: 24px;
}

.all-programs {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.all-programs .programs-title {
  margin-bottom: 50px;
}

.all-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.all-program-card {
  min-height: 320px;
  padding: 40px;
  border: 1px solid #e5e5e5;
  background: var(--white);
}

.all-program-card img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover;
}

.all-program-card a {
  margin-top: 28px;
}



.all-programs-action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.all-programs-action .btn {
  width: 180px;
  min-height: 52px;
}

.programs-lead {
  background: #f5f5f5;
  padding-bottom: 120px;
}

.programs-lead-inner {
  display: grid;
  gap: 46px;
}

.programs-lead-head {
  max-width: 820px;
}

.programs-lead-head span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.programs-lead-head h2 {
  margin: 0;
  color: var(--black);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.programs-lead-head p {
  max-width: 690px;
  margin: 22px 0 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}

.programs-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.programs-resource-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: var(--white);
  transition: transform var(--ease), box-shadow var(--ease);
}

.programs-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
}

.programs-resource-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 44px;
  padding: 8px 12px;
  background: var(--green);
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.programs-resource-card h3 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}

.programs-resource-card p {
  margin: 0 0 28px;
  color: #666666;
  font-size: 15px;
  line-height: 1.65;
}

.programs-resource-card .book-card-button {
  margin-top: auto;
}

/* Podcast page */
.podcast-page {
  background: #f5f5f5;
}

.podcast-page .btn {
  min-height: 54px;
  padding-inline: 32px;
  letter-spacing: 0;
  text-transform: none;
}

.podcast-hero {
  min-height: 720px;
  background-image: url("../assets/images/podcast-hero-bg.jpg");
}

.podcast-hero .image-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.podcast-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.podcast-hero-copy {
  max-width: 700px;
}

.podcast-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  color: var(--white);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.podcast-hero-copy p,  .hero-content p{
  max-width: 500px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, 0.85);
}

.podcast-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.podcast-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background var(--ease), border-color var(--ease);
}

.podcast-outline-btn:hover,
.podcast-outline-btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.podcast-secondary-nav {
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 32px;
  color: var(--white);
  font-size: 13px;
  padding-top: 6px;
}

.podcast-secondary-nav a {
  opacity: 0.9;
  transition: opacity var(--ease);
}

.podcast-secondary-nav a:hover,
.podcast-secondary-nav a:focus-visible {
  opacity: 1;
}

.podcast-latest {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
}

.podcast-section-title {
  margin: 0 0 50px;
  color: var(--black);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.podcast-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--black);
}

.podcast-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.podcast-episodes {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.podcast-episodes .podcast-section-title {
  margin-bottom: 60px;
}

.podcast-episodes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.podcast-episode-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #e5e5e5;
  background: var(--white);
  transition: transform 0.3s ease;
}

.podcast-episode-card:hover {
  transform: translateY(-6px);
}

.podcast-episode-card time {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1;
}

.podcast-episode-card h3 {
  margin: 22px 0 30px;
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.podcast-episode-card a {
  display: inline-flex;
  margin-top: auto;
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: color var(--ease);
}

.podcast-episode-card a:hover,
.podcast-episode-card a:focus-visible {
  color: var(--green);
}

.podcast-episodes-action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.podcast-episodes-action .btn {
  width: 180px;
  min-height: 52px;
}

.podcast-apply {
  padding-bottom: 140px;
  background: #f5f5f5;
}

.podcast-apply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}

.podcast-apply-media {
  padding: 50px;
  background: #eeeeee;
}

.podcast-apply-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.podcast-apply-copy h2 {
  margin: 0;
  color: var(--black);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.podcast-apply-copy p {
  max-width: 500px;
  margin: 24px 0 30px;
  color: #8a8a8a;
}

.podcast-apply-copy .btn {
  min-height: 52px;
  padding-inline: 30px;
}

.podcast-lead {
  min-height: 500px;
  background-image: url("../assets/images/podcast-newsletter-bg.jpg");
}

.podcast-lead .image-overlay {
  background: rgba(0, 0, 0, 0.55);
}

.podcast-lead-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.podcast-lead-copy {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.podcast-lead-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.podcast-lead-copy p {
  max-width: 520px;
  margin: 24px auto 30px;
  color: rgba(255, 255, 255, 0.86);
}

.podcast-lead-form {
  display: grid;
  gap: 16px;
}

.podcast-lead-form input {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  outline: 0;
}

.podcast-lead-form input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.podcast-lead-form input:focus {
  box-shadow: inset 0 0 0 2px var(--green);
}

.podcast-lead-form .btn {
  width: 100%;
  min-height: 56px;
}

/* Webinar page */
.webinar-page {
  background: #f5f5f5;
}

.webinar-page .btn {
  min-height: 54px;
  padding-inline: 32px;
  letter-spacing: 0;
  text-transform: none;
}

.webinar-hero {
  min-height: 780px;
  background-image: url("../assets/images/newsletter-bg.jpg");
}

.webinar-hero .image-overlay,
.webinar-final .image-overlay {
  background: rgba(0, 0, 0, 0.58);
}

.webinar-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 70px;
  padding-top: 130px;
  padding-bottom: 110px;
}

.webinar-hero-copy {
  max-width: 720px;
}

.webinar-kicker {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.webinar-hero-copy > p:not(.webinar-kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.webinar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.webinar-meta li {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(65, 65, 65, 0.32);
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
}

.webinar-signup {
  padding: 34px;
  background: var(--white);
  color: var(--black);
}

.webinar-signup h2 {
  margin: 0;
  color: var(--black);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-signup p {
  margin: 16px 0 24px;
  color: #777777;
}

.webinar-form {
  display: grid;
  gap: 14px;
}

.webinar-form input {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #dedede;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  outline: 0;
}

.webinar-form input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.webinar-form input:focus {
  border-color: var(--green);
  box-shadow: inset 0 0 0 1px var(--green);
}

.webinar-form .btn {
  width: 100%;
}

.webinar-signup small {
  display: block;
  margin-top: 16px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
}

.webinar-outcomes {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.webinar-section-title {
  /* max-width: 720px; */
  margin: 0 0 54px;
  color: var(--black);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.webinar-outcome-card {
  min-height: 300px;
  padding: 34px;
  background: var(--white);
  transition: transform 0.3s ease;
}

.webinar-outcome-card:hover {
  transform: translateY(-6px);
}

.webinar-outcome-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.webinar-outcome-card h3 {
  margin: 24px 0 16px;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.webinar-outcome-card p {
  margin: 0;
  color: #777777;
}

.webinar-plan {
  padding-top: 90px;
  padding-bottom: 130px;
  background: #f5f5f5;
}

.webinar-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 80px;
}

.webinar-plan-copy h2 {
  margin: 0;
  color: var(--black);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.webinar-plan-copy p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #777777;
}

.webinar-agenda {
  display: grid;
  gap: 1px;
  background: #dedede;
}

.webinar-agenda div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 28px 32px;
  background: var(--white);
}

.webinar-agenda time {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-agenda h3 {
  margin: 0;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}


.webinar-plan .btn {
  margin-top: 34px;
}

.featured-member {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5f5f5;
}

.featured-member-grid {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch;
}

.featured-member-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.featured-member-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 8px 12px;
  /* background: var(--green); */
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.featured-member-card h2 {
  font-size: 54px;
}

.featured-member-card p {
  max-width: none;
  margin-top: 28px;
  color: #5f5f5f;
  font-size: 17px;
}

.featured-member-card .btn {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.featured-member-person {
  margin-top: 26px;
  padding-top: 0;
}

.featured-member-person img {
  width: 74px;
  height: 74px;
}

.featured-member-person strong {
  font-size: 16px;
}

.featured-member-details {
  gap: 0;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.featured-member-details div {
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 96px;
  border-bottom: 1px solid #e7e7e7;
  background: var(--white);
}

.featured-member-details div:last-child {
  border-bottom: 0;
}

.featured-member-details time {
  color: var(--black);
}

.featured-member-details h3 {
  color: #2a2a2a;
  font-size: 21px;
}

.webinar-final {
  min-height: 500px;
  background-image: url("../assets/images/podcast-newsletter-bg.jpg");
}

.webinar-final-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.webinar-final h2 {
  margin: 0;
  color: var(--white);
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-final p {
  max-width: 560px;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, 0.86);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.article-card {
  overflow: hidden;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(100%);
}

/* Media logos */
.logos {
  padding: 22px 0 86px;
  background: var(--white);
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 36px;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  opacity: 0.7;
  text-align: center;
  text-transform: uppercase;
}

/* Footer */
.footer {
  padding: 90px 0 40px;
  background: var(--black);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr 0.65fr;
  gap: 70px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer p {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.72);
}

.newsletter h2 {
  margin-bottom: 22px;
  font-size: 28px;
}

.input-row {
  display: flex;
  min-height: 56px;
}

.input-row input {
  min-width: 0;
  flex: 1;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--white);
}

.input-row input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links a,
.legal-links a,
.socials a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-links a:hover,
.legal-links a:hover,
.socials a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 62px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-links,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-cta {
  margin-left: auto;
}

/* Books page */
.books-page {
  background: #f5f5f5;
}

.books-header {
  position: sticky;
  top: 0;
  color: var(--black);
  background: rgb(255 255 255 / 0.96);
  backdrop-filter: blur(14px);
}

.books-header.is-scrolled {
  position: sticky;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}

.books-header .topbar {
  color: var(--black);
}

.books-header .nav-list .nav-auth-login {
  background: transparent;
}

.books-header .nav-list .nav-auth-signup:hover,
.books-header .nav-list .nav-auth-signup:focus-visible {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.books-header:has(.nav-list.is-open) .logo,
.books-header:has(.nav-list.is-open) .menu-toggle {
  color: var(--white);
}

.page-hero {
  padding-top: 100px;
  padding-bottom: 70px;
  background: #f5f5f5;
}

.page-hero h1 {
  margin: 0 0 70px;
  color: var(--black);
  font-size: 84px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.page-hero p {
  max-width: 620px;
  margin: 30px 0 0;
  color: #6f6f6f;
  font-size: 18px;
}


.page-hero-rule {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 80px;
  background: #d8d8d8;
}

.books-grid-section {
  padding-bottom: 140px;
  background: #f5f5f5;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.book-card {
  transition: transform 0.3s ease;
}

.book-card:hover {
  transform: translateY(-6px);
}

.book-card-media {
  display: flex;
  height: 480px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #efefef;
}

.book-card-media img {
  max-width: 240px;
  max-height: 330px;
  object-fit: contain;
}

.book-card h2 {
  margin: 24px 0 16px;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.book-card p, p.book-card {
  margin: 0 0 28px;
  color: #6f6f6f;
}

.book-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.book-card-price {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.book-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 42px;
  border: 1px solid var(--green);
  background: transparent;
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease;
}

.book-card-button:hover,
.book-card-button:focus-visible {
  background: var(--green);
  color: var(--black);
}

.books-insights {
  padding-bottom: 140px;
  background: #f5f5f5;
}

.books-insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 90px;
}

.books-insights-copy {
  max-width: 500px;
}

.books-insights-copy h2 {
  margin: 0;
  color: var(--black);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.books-insights-copy p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #6f6f6f;
}

.books-insights-form {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.books-insights-form input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  outline: 0;
}

.books-insights-form input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.books-insights-form input:focus {
  border-color: var(--green);
}

.books-insights-form .btn {
  width: 100%;
  min-height: 58px;
  letter-spacing: 0;
  text-transform: none;
}

.books-insights-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.books-insights-media img {
  width: 100%;
  max-width: 650px;
  border-radius: 4px;
  object-fit: cover;
}

/* Newsletter page */
.newsletter-page {
  background: #f5f5f5;
}

.newsletter-page .btn {
  min-height: 54px;
  padding-inline: 30px;
  letter-spacing: 0;
  text-transform: none;
}

.newsletter-hero {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #f5f5f5;
}

.newsletter-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 80px;
}

.newsletter-hero-copy {
  max-width: 760px;
}

.newsletter-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-hero h1 {
  margin: 0;
  color: var(--black);
  font-size: 84px;
  line-height: 0.95;
}

.newsletter-hero-copy p {
  max-width: 620px;
  margin-top: 30px;
  color: #6f6f6f;
  font-size: 18px;
}

.newsletter-signup {
  display: grid;
  gap: 16px;
  padding: 34px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.newsletter-signup h2 {
  margin: 0;
  color: var(--black);
  font-size: 32px;
  line-height: 1.05;
  text-transform: none;
}

.newsletter-signup p {
  margin: 0 0 8px;
  color: #6f6f6f;
}

.newsletter-signup input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  outline: 0;
}

.newsletter-signup input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.newsletter-signup input:focus {
  border-color: var(--green);
}

.newsletter-signup .btn {
  width: 100%;
}

.newsletter-signup small {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4;
}

.newsletter-preview-section {
  padding-bottom: 120px;
}

.newsletter-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
}

.newsletter-preview-copy h2,
.newsletter-topics h2 {
  margin: 0;
  color: var(--black);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.newsletter-preview-copy p {
  max-width: 470px;
  margin: 24px 0 0;
  color: #6f6f6f;
  font-size: 18px;
}


.newsletter-preview-card {
  padding: 42px;
  border: 1px solid #d8d8d8;
  background: var(--white);
  box-shadow: 18px 18px 0 var(--green);
}

.newsletter-preview-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 34px;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.newsletter-preview-card h3 {
  margin: 0 0 20px;
  color: var(--black);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.newsletter-preview-card > p {
  margin: 0;
  color: #555555;
}

.newsletter-scripture,
.newsletter-action-box {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d8;
}

.newsletter-scripture span,
.newsletter-action-box span,
.newsletter-topic span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-scripture p,
.newsletter-action-box p {
  margin: 0;
  color: var(--black);
  font-weight: 700;
  line-height: 1.55;
}

.newsletter-action-box {
  padding: 24px;
  border: 1px solid var(--black);
  background: #f5f5f5;
}

.newsletter-topics {
  padding-bottom: 140px;
}

.newsletter-topics h2 {
  margin-bottom: 46px;
}

.newsletter-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.newsletter-topic {
  min-height: 260px;
  padding: 32px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.newsletter-topic h3 {
  margin: 0 0 14px;
  color: var(--black);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.newsletter-topic p {
  margin: 0;
  color: #6f6f6f;
}

/* About page */
.about-page {
  background: #f5f5f5;
}

.about-page-hero {
  position: relative;
  min-height: 680px;
  background-image: url("../assets/images/hero-bg.jpg");
  background-position: center;
  background-size: cover;
}

.about-page-hero .image-overlay {
  background: rgba(0, 0, 0, 0.48);
}

.about-page-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 680px;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 96px;
}

.about-page-hero-copy {
  max-width: 820px;
}

.about-page-kicker {
  display: inline-flex;
  margin-bottom: 0;
  color: var(--green);
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.about-page-hero h1 {
  margin: 0;
  color: var(--white);
}

.about-page-hero p {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

/* .about-page-intro {
  padding: 120px 0;
} */

.about-page-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: start;
  padding-bottom: 90px;
}

.about-page-intro-copy h2,
.about-page-statement-panel h2,
.about-page-journey-copy h2,
.about-page-cta h2 {
  margin: 0;
  color: var(--black);
  font-size: 56px;
  line-height: 0.98;
  text-transform: none;
}

.about-page-intro-text {
  display: grid;
  gap: 22px;
}

.about-page-intro-text p,
.about-page-statement-panel p,
.about-page-journey-copy p,
.about-page-cta p {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.7;
}

.level {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #f0f7f3 100%);
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
}

.level-item {
  position: relative;
  display: flex;
  min-height: 116px;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.level-item::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  background: var(--green);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform var(--ease);
}

.level-item:hover::after {
  transform: scaleX(1);
}

.level-number {
  display: inline-flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.level h3 {
  margin: 0 0 6px;
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.level p {
  margin: 0;
  color: var(--gray-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}



/* Webinar V2 page */
.webinar-v2-page .btn {
  min-height: 54px;
  padding-inline: 34px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 34px;
}

.webinar-v2-hero {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 90px;
}

.webinar-v2-hero h1 {
  margin-bottom: 28px;
}

.webinar-v2-capture {
  /* padding-bottom: 120px; */
  background: #f5f5f5;
  margin-top: -30px;
}

.webinar-v2-capture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: start;
  gap: 90px;
}

.webinar-v2-copy h2,
.webinar-v2-form-panel h2 {
  margin: 0;
  color: var(--black);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.webinar-v2-copy h2 {
  max-width: 760px;
  font-size: 72px;
  text-transform: uppercase;
}

.webinar-v2-copy p {
  max-width: 620px;
  margin: 30px 0 0;
  color: #6f6f6f;
  font-size: 18px;
}

.webinar-v2-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 620px;
  margin-top: 38px;
}

.webinar-v2-details li {
  padding: 22px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.webinar-v2-details strong,
.webinar-v2-details span {
  display: block;
}

.webinar-v2-details strong {
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.webinar-v2-details span {
  margin-top: 8px;
  color: #777777;
  font-size: 13px;
  line-height: 1.4;
}

.webinar-v2-form-panel {
  padding: 34px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.webinar-v2-form-panel h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.webinar-v2-form-panel p {
  margin: 16px 0 0;
  color: #6f6f6f;
}

.webinar-v2-form-panel .webinar-form {
  margin-top: 24px;
}

.webinar-v2-form-panel .webinar-form .btn {
  margin: 0;
}

.webinar-v2-form-panel small {
  display: block;
  margin-top: 16px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
}

.webinar-v2-host {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.webinar-v2-host-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 80px;
}

.webinar-v2-host-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 4px;
  object-fit: cover;
  filter: grayscale(100%);
}

.webinar-v2-host-copy h2,
.webinar-v2-bonus h2 {
  margin: 0;
  color: var(--black);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-v2-host-copy p,
.webinar-v2-bonus p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #6f6f6f;
  font-size: 18px;
}

.webinar-v2-host-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.webinar-v2-host-points li {
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  background: var(--white);
  color: var(--black);
  font-weight: 700;
  line-height: 1.45;
}

.webinar-v2-bonus {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.webinar-v2-bonus-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px auto;
  align-items: center;
  gap: 44px;
  padding: 42px;
  border: 1px solid var(--green);
  background: var(--black);
  color: var(--white);
}

.webinar-v2-bonus h2 {
  color: var(--white);
}

.webinar-v2-bonus p {
  color: rgba(255, 255, 255, 0.78);
}

.webinar-v2-bonus-list {
  display: grid;
  gap: 12px;
}

.webinar-v2-bonus-list li {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.35;
}

.webinar-v2-bonus .btn {
  justify-self: start;
  margin: 0;
}

.webinar-v2-plan {
  padding-top: 0;
}

.webinar-v2-day-list {
  display: grid;
  gap: 1px;
  background: #dedede;
}

.webinar-v2-day-list article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  background: var(--white);
}

.webinar-v2-day-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-v2-day-list h3 {
  margin: 0;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.webinar-v2-lessons {
  padding-bottom: 120px;
}

.webinar-v2-card .book-card-media {
  height: 260px;
}

.webinar-v2-card .book-card-media span {
  color: var(--green);
  font-size: 76px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.webinar-v2-card h2 {
  min-height: 68px;
}

.webinar-v2-final .books-insights-copy .btn {
  margin-top: 34px;
}

/* Book detail page */
.book-detail-page {
  background: #f5f5f5;
}

.book-detail-hero {
  padding-top: 110px;
  padding-bottom: 120px;
  background: #f5f5f5;
}

.book-detail-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.ambassador-commission {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px;
  background: var(--black);
  color: var(--white);
}

.ambassador-commission span,
.ambassador-commission p {
  max-width: 320px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.ambassador-commission strong {
  margin: 16px 0;
  color: var(--green);
  font-size: clamp(88px, 12vw, 150px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.ambassador-registration {
  max-width: 760px;
}

.book-detail-media {
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #efefef;
}

.book-detail-media img {
  width: min(58%, 300px);
  max-height: 430px;
  object-fit: contain;
}

.book-detail-eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.book-detail-copy h1 {
  margin: 0;
  color: var(--black);
  font-size: 78px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: inherit;
}

.book-detail-lede {
  max-width: 600px;
  margin: 30px 0 36px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.7;
}

.book-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.book-detail-page .btn {
  min-height: 54px;
  padding-inline: 34px;
  letter-spacing: 0;
  text-transform: none;
}

.book-detail-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border: 1px solid var(--green);
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}

.book-detail-outline:hover,
.book-detail-outline:focus-visible {
  background: var(--green);
  color: var(--black);
}

.book-learn,
.book-preview,
.book-praise,
.book-related {
  background: #f5f5f5;
}

.book-learn {
  padding-bottom: 120px;
}

.book-detail-section-title {
  margin: 0 0 50px;
  color: var(--black);
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.book-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.book-learn-card,
.book-praise-card {
  min-height: 260px;
  padding: 36px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.book-learn-card h3 {
  margin: 0 0 18px;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.book-learn-card p,
.book-preview-text p {
  margin: 0;
  color: #6f6f6f;
}

.book-preview {
  padding-bottom: 120px;
}

.book-preview-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.book-preview-copy h2 {
  margin: 0;
  color: var(--black);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.book-preview-text {
  display: grid;
  gap: 22px;
}

.book-praise {
  padding-bottom: 120px;
}

.book-praise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.book-praise-card {
  display: flex;
  flex-direction: column;
}

.book-praise-card p {
  margin: 0;
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.book-praise-card span {
  margin-top: auto;
  padding-top: 34px;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.book-related {
  padding-bottom: 120px;
}

.book-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}

.book-related-head .book-detail-section-title {
  margin-bottom: 0;
}

.book-detail-price {
  color: var(--black);
  font-size: 24px;
  font-weight: 800;
}

.book-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.book-related-card {
  transition: transform 0.3s ease;
}

.book-related-card:hover {
  transform: translateY(-6px);
}

.book-related-media {
  display: flex;
  height: 420px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #efefef;
}

.book-related-media img {
  max-width: 210px;
  max-height: 300px;
  object-fit: contain;
}

.book-related-card h3 {
  margin: 24px 0 0;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.book-detail-newsletter {
  padding-bottom: 140px;
}

/* Program detail page */
.program-detail-media {
  overflow: hidden;
}

.program-detail-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: grayscale(100%);
}

.program-detail-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin-top: 42px;
}

.program-detail-stats div {
  padding: 22px;
  border: 1px solid #d8d8d8;
  background: var(--white);
}

.program-detail-stats dt {
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.program-detail-stats dd {
  margin-top: 8px;
  color: #777777;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.program-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.program-related-card {
  transition: transform 0.3s ease;
}

.program-related-card:hover {
  transform: translateY(-6px);
}

.program-related-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  object-fit: cover;
  filter: grayscale(100%);
}

.program-related-card h3 {
  margin: 24px 0 12px;
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.program-related-card p {
  margin: 0;
  color: #6f6f6f;
}

/* Systeme Genese preorder page */
.genesis-page {
  background: #f6f6f3;
  color: var(--black);
}

.genesis-hero {
  padding: 132px 0 110px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f6f6f3 0%, #ffffff 100%);
  background-size: 56px 56px, auto;
}

.genesis-hero-grid,
.genesis-stock-grid,
.genesis-offer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.genesis-book {
  display: flex;
  min-height: 525px;
  align-items: center;
  /* justify-content: center;
  background: #111111;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.16); */
}

.genesis-book img {
  width: min(72%, 340px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34));
}

.genesis-eyebrow,
.genesis-price-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: #89bb04;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.genesis-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #89bb04;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: inherit;
}

.genesis-subtitle {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--black);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.genesis-lede,
.genesis-stock-copy p,
.genesis-offer-copy p,
.genesis-final p {
  max-width: 700px;
  color: #606060;
  font-size: 18px;
  line-height: 1.7;
}

.genesis-lede {
  margin: 24px 0 34px;
}

.genesis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.genesis-page .btn,
.genesis-page .book-detail-outline {
  min-height: 54px;
  padding-inline: 32px;
  letter-spacing: 0;
  text-transform: none;
}

.genesis-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 42px 0 0;
}

.genesis-meta div {
  padding: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.genesis-meta dt {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.genesis-meta dd {
  margin-top: 8px;
  color: var(--black);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.genesis-stock,
.genesis-learn,
.genesis-offer,
.genesis-final {
  padding-bottom: 120px;
  background: #ffffff;
}

.genesis-stock-grid {
  align-items: stretch;
}

.genesis-stock-copy,
.genesis-counter {
  padding: 42px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f6f6f3;
}

.genesis-stock-copy h2,
.genesis-offer-copy h2,
.genesis-final h2 {
  margin: 0;
  color: var(--black);
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.genesis-stock-copy p,
.genesis-offer-copy p {
  margin: 24px 0 0;
}

.genesis-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--black);
  color: var(--white);
}

.genesis-counter-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.genesis-counter-head span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.genesis-counter-head strong {
  color: #89bb04;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.genesis-progress {
  height: 14px;
  margin: 26px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.genesis-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #89bb04;;
  transition: width 0.35s ease;
}

.genesis-counter-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.genesis-counter-stats div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.genesis-counter-stats strong,
.genesis-counter-stats span {
  display: block;
}

.genesis-counter-stats strong {
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.genesis-counter-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.genesis-live {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.genesis-live-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: #87b904;
  box-shadow: 0 0 0 8px rgba(55, 237, 137, 0.14);
}

.genesis-live p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.genesis-section-title {
  max-width: 900px;
  margin: 0 0 48px;
  color: var(--black);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.genesis-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.genesis-card {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f6f6f3;
}

.genesis-card span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.genesis-card h3 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
}

.genesis-card p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.65;
}

.genesis-offer-grid {
  align-items: start;
}

.genesis-bonus-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.genesis-bonus-list li,
.genesis-price-card li {
  position: relative;
  padding-left: 28px;
  color: #343434;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.genesis-bonus-list li::before,
.genesis-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background: var(--green);
}

.genesis-price-card {
  padding: 38px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
}

.genesis-price {
  margin-bottom: 28px;
}

.genesis-price strong {
  display: block;
  color: var(--black);
  font-size: 62px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.genesis-price span {
  display: block;
  margin-top: 10px;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
}

.genesis-price-card ul {
  display: grid;
  gap: 13px;
  margin-bottom: 28px;
}

.genesis-form {
  display: grid;
  gap: 12px;
}

.genesis-form input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  color: var(--black);
  font: inherit;
  font-size: 14px;
}

.genesis-form input:focus {
  border-color: var(--green);
  outline: none;
}

.genesis-price-card small {
  display: block;
  margin-top: 16px;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.genesis-final {
  padding-top: 20px;
}

.genesis-final-inner {
  padding: 58px;
  background: var(--black);
  color: var(--white);
}

.genesis-final h2 {
  max-width: 860px;
  color: var(--white);
}

.genesis-final p {
  margin: 22px 0 34px;
  color: rgba(255, 255, 255, 0.72);
}

/* Systeme Genese workbook page */
.workbook-page {
  background: #f7f7f4;
  color: var(--black);
}

.workbook-hero {
  padding: 132px 0 112px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7f7f4 0%, #ffffff 100%);
  background-size: 52px 52px, auto;
}

.workbook-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 78px;
  align-items: center;
}

.workbook-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--black);
  font-size: 76px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.workbook-copy p,
.workbook-form-card p,
.workbook-final p {
  max-width: 700px;
  color: #606060;
  font-size: 18px;
  line-height: 1.7;
}

.workbook-copy p {
  margin: 28px 0 34px;
}

.workbook-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.workbook-page .btn,
.workbook-page .book-detail-outline {
  min-height: 54px;
  padding-inline: 32px;
  letter-spacing: 0;
  text-transform: none;
}

.workbook-form-card {
  padding: 38px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
}

.workbook-form-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.workbook-form-card h2 {
  margin: 0;
  color: var(--black);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.workbook-form-card p {
  margin: 18px 0 26px;
  font-size: 15px;
}

.workbook-form {
  display: grid;
  gap: 12px;
}

.workbook-form input,
.workbook-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  color: var(--black);
  font: inherit;
  font-size: 14px;
}

.workbook-form input:focus,
.workbook-form select:focus {
  border-color: var(--green);
  outline: none;
}

.workbook-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.workbook-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: var(--green);
}

.workbook-form-card small {
  display: block;
  margin-top: 16px;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.workbook-library,
.workbook-final {
  background: #ffffff;
}

.workbook-library {
  padding-bottom: 120px;
}

.workbook-section-head {
  max-width: 900px;
  margin-bottom: 48px;
}

.workbook-section-head h2,
.workbook-final h2 {
  margin: 0;
  color: var(--black);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.workbook-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.workbook-card {
  grid-column: span 2;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f7f7f4;
  transition: transform var(--ease), box-shadow var(--ease);
}

.workbook-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
}

.workbook-card-featured {
  grid-column: 2 / span 4;
  background: var(--black);
  color: var(--white);
}

.workbook-system {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 42px;
  padding: 8px 12px;
  background: var(--green);
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.workbook-card h3 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
}

.workbook-card h3 strong {
  display: block;
  margin-top: 6px;
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.workbook-card p {
  margin: 0 0 20px;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}

.workbook-card blockquote {
  margin: auto 0 24px;
  padding-left: 18px;
  border-left: 3px solid var(--green);
  color: var(--black);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.workbook-card-featured h3,
.workbook-card-featured blockquote {
  color: var(--white);
}

.workbook-card-featured p {
  color: rgba(255, 255, 255, 0.7);
}

.workbook-card-featured h3 strong {
  color: var(--green);
}

.workbook-select {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--green);
  background: transparent;
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background var(--ease), transform var(--ease);
}

.workbook-select:hover,
.workbook-select:focus-visible {
  background: var(--green);
  transform: translateY(-2px);
}

.workbook-card-featured .workbook-select {
  color: var(--white);
}

.workbook-card-featured .workbook-select:hover,
.workbook-card-featured .workbook-select:focus-visible {
  color: var(--black);
}

.workbook-final {
  padding-bottom: 120px;
}

.workbook-final-inner {
  padding: 58px;
  background: var(--black);
  color: var(--white);
}

.workbook-final h2 {
  max-width: 880px;
  color: var(--white);
}

.workbook-final p {
  margin: 22px 0 34px;
  color: rgba(255, 255, 255, 0.72);
}

/* Pixel-perfect webinar adaptation */
.webinar-v2-page {
  --webinar-bg: #f7f7f7;
  --webinar-white: #ffffff;
  --webinar-black: #111111;
  --webinar-text: #2a2a2a;
  --webinar-muted: #6e6e6e;
  --webinar-border: #e8e8e8;
  --webinar-green: #43f2a1;
  --webinar-green-soft: rgba(67, 242, 161, 0.15);
  overflow: hidden;
  background: var(--webinar-bg);
  color: var(--webinar-text);
  font-family: "Inter", sans-serif;
}

.webinar-v2-page .container {
  width: 100%;
  max-width: 1280px;
  padding-right: 60px;
  padding-left: 60px;
}

.webinar-v2-page h1,
.webinar-v2-page h2 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}


.webinar-v2-page h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 34px;
}


.webinar-v2-page .btn {
  width: 100%;
  min-height: 74px;
  margin: 0;
  border: 0;
  background: var(--webinar-green);
  color: var(--webinar-black);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  transition: transform 0.25s ease, filter 0.25s ease;
  border : 1px solid transparent;
}

.webinar-v2-page .btn:hover,
.webinar-v2-page .btn:focus-visible {
  border: 0;
  background: var(--white);
  color: var(--black);
  transform: translateY(-2px);
  border : 1px solid var(--webinar-green);
}

.webinar-v2-hero.page-hero {
  position: relative;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--webinar-bg);
}

.webinar-v2-hero .webinar-v2-capture-grid {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}

.webinar-v2-hero .webinar {
  width: 55%;
  max-width: 700px;
}

.webinar-v2-page .webinar-v2-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--webinar-black);
  font-size: 84px;
  line-height: 0.95;
}

.webinar-brush-line,
.webinar-section-brush {
  display: block;
  width: 250px;
  height: 4px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--webinar-green);
  clip-path: polygon(0 45%, 11% 15%, 24% 55%, 38% 27%, 55% 60%, 73% 30%, 100% 48%, 100% 100%, 0 100%);
  transform: rotate(-1.5deg);
}

.webinar-brush-line-small {
  width: 110px;
  margin-top: 6px;
  margin-bottom: 30px;
}

.webinar-v2-hero .webinar p {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--webinar-text);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
}

.webinar-meta {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}

.webinar-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--webinar-black);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.webinar-meta svg {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--webinar-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.webinar-v2-form-panel {
  position: relative;
  z-index: 2;
  flex: 0 0 420px;
  width: 420px;
  padding: 40px;
  border: 0;
  border-radius: 20px;
  background: var(--webinar-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.webinar-v2-form-panel::before {
  position: absolute;
  right: -120px;
  bottom: -80px;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--webinar-green-soft);
  content: "";
}

.webinar-v2-form-panel h2 {
  margin: 0;
  color: var(--webinar-black);
  font-size: 42px;
  line-height: 1;
}

.webinar-doodle-lines {
  position: absolute;
  top: -24px;
  left: 30px;
  display: flex;
  gap: 8px;
}

.webinar-doodle-lines span {
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: var(--webinar-green);
}

.webinar-doodle-lines span:nth-child(1) {
  transform: rotate(-18deg);
}

.webinar-doodle-lines span:nth-child(2) {
  width: 21px;
  transform: translateY(-8px) rotate(8deg);
}

.webinar-doodle-lines span:nth-child(3) {
  width: 29px;
  transform: rotate(20deg);
}

.webinar-v2-form-panel .webinar-form {
  display: grid;
  gap: 24px;
  margin-top: 0;
}

.webinar-form input {
  width: 100%;
  height: 70px;
  padding: 0 22px;
  border: 1px solid var(--webinar-border);
  border-radius: 0;
  background: var(--webinar-white);
  color: var(--webinar-black);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  outline: 0;
}

.webinar-form input::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.webinar-form input:focus {
  border-color: var(--webinar-green);
}

.webinar-v2-form-panel small {
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.7;
}

.webinar-form-arrow {
  position: absolute;
  right: -30px;
  bottom: -36px;
  width: 126px;
  height: 96px;
  fill: none;
  stroke: var(--webinar-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  transform: rotate(-8deg);
}

.webinar-v2-hero .page-hero-rule {
  height: 1px;
  margin: 110px 0 80px;
  background: #ececec;
}

.webinar-outcomes {
  padding-top: 0;
  padding-bottom: 110px;
  background: var(--webinar-bg);
}

.webinar-section-title {
  margin: 0;
  color: var(--webinar-black);
  font-size: 58px;
  line-height: 1;
  text-align: center;
}

.webinar-section-brush {
  margin: 26px auto 54px;
}

.webinar-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.webinar-outcome-card {
  position: relative;
  min-height: 330px;
  padding: 42px;
  border: 0;
  border-radius: 16px;
  background: var(--webinar-white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.webinar-outcome-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.webinar-outcome-card::before {
  position: absolute;
  top: 96px;
  left: 42px;
  width: 36px;
  height: 20px;
  border-top: 4px solid var(--webinar-green);
  border-radius: 50%;
  transform: rotate(-18deg);
  content: "";
}

.webinar-outcome-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--webinar-green);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.webinar-outcome-card h3 {
  position: relative;
  margin: 0;
  color: var(--webinar-black);
  font-size: 34px;
  line-height: 1.15;
}

.webinar-outcome-card h3::after {
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--webinar-green);
  clip-path: polygon(0 40%, 25% 15%, 50% 55%, 76% 25%, 100% 48%, 100% 100%, 0 100%);
  content: "";
}

.webinar-outcome-card p {
  margin: 24px 0 0;
  color: var(--webinar-muted);
  font-size: 18px;
  line-height: 1.8;
}

.webinar-v2-page .podcast-apply {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
  background: var(--webinar-bg);
}

.webinar-v2-page .podcast-apply::before {
  position: absolute;
  bottom: -150px;
  left: -110px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--webinar-green-soft);
  content: "";
}

.webinar-v2-page .podcast-apply::after {
  position: absolute;
  bottom: 84px;
  left: 70px;
  width: 86px;
  height: 34px;
  border-top: 4px solid var(--webinar-green);
  border-bottom: 4px solid var(--webinar-green);
  transform: rotate(-12deg);
  content: "";
}

.webinar-v2-page .podcast-apply-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 70px;
}

.webinar-v2-page .podcast-apply-media {
  flex: 0 0 45%;
}

.webinar-v2-page .podcast-apply-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  object-fit: cover;
  filter: none;
}

.webinar-v2-page .podcast-apply-copy {
  flex: 1 1 55%;
  max-width: none;
}

.webinar-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--webinar-green);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.webinar-v2-page .podcast-apply-copy h2 {
  margin: 0;
  color: var(--webinar-black);
  font-size: 62px;
  line-height: 0.95;
}

.webinar-v2-page .podcast-apply-copy p {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--webinar-muted);
  font-size: 18px;
  line-height: 1.8;
}

.webinar-thank-page {
  min-height: 100vh;
}

.webinar-thank-hero.page-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

.webinar-thank-grid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.webinar-thank-copy {
  width: 58%;
  max-width: 760px;
}

.webinar-v2-page .webinar-thank-copy h1 {
  font-size: 84px;
}

.webinar-v2-hero .webinar-thank-copy p {
  max-width: 760px;
  font-size: 25px;
}

.webinar-thank-actions {
  max-width: 360px;
  margin-top: 42px;
}

.webinar-thank-panel {
  flex-basis: 440px;
  width: 440px;
}

.webinar-thank-panel h3 {
  margin: 0;
  color: var(--webinar-black);
}

.webinar-thank-steps {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  counter-reset: thank-steps;
}

.webinar-thank-steps li {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 62px;
  padding-left: 82px;
  color: var(--webinar-text);
  counter-increment: thank-steps;
}

.webinar-thank-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--webinar-green);
  color: var(--webinar-black);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  content: counter(thank-steps);
}

.webinar-thank-steps strong {
  color: var(--webinar-black);
  font-size: 18px;
  line-height: 1.3;
}

.webinar-thank-steps span {
  color: var(--webinar-muted);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .webinar-v2-page .container {
    padding-right: 48px;
    padding-left: 48px;
  }

  .webinar-v2-hero .webinar-v2-capture-grid,
  .webinar-thank-grid,
  .webinar-v2-page .podcast-apply-grid {
    flex-direction: column;
    gap: 50px;
  }

  .webinar-v2-hero .webinar,
  .webinar-thank-copy,
  .webinar-thank-panel,
  .webinar-v2-form-panel,
  .webinar-v2-page .podcast-apply-media,
  .webinar-v2-page .podcast-apply-copy {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  .webinar-v2-page .webinar-v2-hero h1 {
    font-size: 56px;
  }

  .webinar-v2-page .webinar-thank-copy h1 {
    font-size: 68px;
  }

  .webinar-section-title {
    font-size: 46px;
  }

  .webinar-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .webinar-v2-page .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .webinar-v2-hero.page-hero {
    padding-top: 64px;
  }

  .webinar-v2-page .webinar-v2-hero h1 {
    font-size: 48px;
  }

  .webinar-thank-hero.page-hero {
    min-height: 0;
    align-items: flex-start;
    padding-bottom: 68px;
  }

  .webinar-v2-page .webinar-thank-copy h1 {
    font-size: 52px;
  }

  .webinar-v2-hero .webinar p {
    font-size: 20px;
    line-height: 1.6;
  }

  .webinar-v2-hero .webinar-thank-copy p {
    font-size: 20px;
  }

  .webinar-thank-actions {
    max-width: none;
    margin-top: 34px;
  }

  .webinar-meta {
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
  }

  .webinar-meta li {
    font-size: 20px;
  }

  .webinar-v2-form-panel {
    padding: 28px;
    border-radius: 18px;
  }

  .webinar-v2-form-panel::before {
    right: -150px;
    bottom: -100px;
    width: 280px;
    height: 280px;
  }

  .webinar-form-arrow {
    right: -18px;
    bottom: -30px;
    width: 96px;
  }

  .webinar-v2-hero .page-hero-rule {
    margin: 72px 0 58px;
  }

  .webinar-outcomes {
    padding-bottom: 82px;
  }

  .webinar-outcome-card {
    min-height: auto;
    padding: 32px;
  }

  .webinar-outcome-card h3 {
    font-size: 28px;
  }

  .webinar-outcome-card p,
  .webinar-v2-page .podcast-apply-copy p {
    font-size: 18px;
  }

  .webinar-v2-page .podcast-apply {
    padding-bottom: 84px;
  }

  .webinar-v2-page .podcast-apply-copy h2 {
    font-size: 46px;
  }
}

/* Fluent Forms integration */
.newsletter .fluentform,
.newsletter .frm-fluent-form,
.webinar-form .fluentform,
.webinar-form .frm-fluent-form {
  margin: 0;
}

.newsletter .ff-el-group,
.webinar-form .ff-el-group {
  margin-bottom: 14px;
}

.newsletter .ff-el-form-control,
.webinar-form .ff-el-form-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--gray-border);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-main);
  font-size: 15px;
  padding: 0 16px;
}

.newsletter .ff-el-form-control:focus,
.webinar-form .ff-el-form-control:focus {
  border-color: var(--green);
  outline: none;
}

.newsletter .ff-btn-submit,
.webinar-form .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--green);
  color: var(--black);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.newsletter .ff-btn-submit:hover,
.newsletter .ff-btn-submit:focus-visible,
.webinar-form .ff-btn-submit:hover,
.webinar-form .ff-btn-submit:focus-visible {
  border-color: var(--green);
  background: var(--white);
  color: var(--black);
}

.mc-form-notice {
  color: var(--gray-text);
  font-size: 14px;
}
