*,
*::before,
*::after {
  box-sizing: border-box;
}

body.home-top .hero {
  position: relative;
  width: 100%;
  background: #110e1c;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

body.home-top .hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 112px));
  display: flex;
  align-items: center;
  padding: 20px 0;
}

body.home-top .hero-text {
  width: 60%;
  flex-shrink: 0;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

body.home-top .hero-text h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 20px;
}

body.home-top .highlight {
  background-color: #c0003c;
  padding: 2px 10px;
  font-style: italic;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.5;
}

body.home-top .hero-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 480px;
}

body.home-top .hero-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

body.home-top .hero-btn {
  display: block;
  width: fit-content;
  background: #ffffff;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

body.home-top .hero-btn:hover {
  background: #c0003c;
  color: #ffffff;
}

body.home-top .hero-cta-note {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 480px;
}

body.home-top .hero-image {
  width: 40%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

body.home-top .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 14, 28, 0.70);
  pointer-events: none;
}

body.home-top .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

body.home-top .home-auth-btn,
body.home-top .hero-btn,
body.home-top .btn,
body.home-top .btn-red,
body.home-top .pricing-cta,
body.home-top .course-showcase-cta,
body.home-top .footer-cta,
body.home-top .cmp-ps-button.-button .ps-button,
body.home-top .cmp-ps-button.-button .ps-button::after,
body.home-top .sale-ribbon-close,
body.home-top button,
body.home-top a[class*="btn"],
body.home-top a[class*="cta"] {
  border-radius: 0 !important;
}

/* Keep shared footer CTA identical across all pages. */
body.home-top .lp-btn-footer-cta {
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  body.home-top .hero-inner {
    width: calc(100% - 64px);
    padding: 20px 0;
  }

  body.home-top .hero-text h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  body.home-top .hero-inner {
    width: calc(100% - 48px);
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    text-align: center;
    gap: 20px;
  }

  body.home-top .hero-text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  body.home-top .hero-text h1 {
    font-size: 1.8rem;
    margin: 0;
  }

  body.home-top .hero-text p {
    max-width: 100%;
    margin: 0;
  }

  body.home-top .hero-cta-note {
    max-width: 100%;
    margin-top: 0;
  }

  body.home-top .hero-badge {
    margin-bottom: 0;
  }

  body.home-top .hero-text > br {
    display: none;
  }

  body.home-top .highlight {
    white-space: normal;
  }

  body.home-top .hero-image {
    width: 80%;
    position: relative;
  }

  body.home-top .hero-image::after {
    display: block;
    background: rgba(17, 14, 28, 0.63);
  }

  body.home-top .hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  body.home-top .hero-inner {
    width: calc(100% - 32px);
    padding: 16px 0;
    gap: 16px;
  }

  body.home-top .hero-text h1 {
    font-size: 1.5rem;
  }

  body.home-top .hero-text {
    gap: 16px;
  }

  body.home-top .hero-badge {
    font-size: 0.65rem;
    padding: 8px 16px;
  }

  body.home-top .hero-btn {
    padding: 11px 24px;
    font-size: 0.88rem;
  }

  body.home-top .hero-image {
    width: 100%;
  }

  body.home-top .hero-image img {
    height: auto;
    object-fit: contain;
    border-radius: 6px;
  }
}

.lp-pricing-section {
  padding: 110px 56px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.lp-pricing-section::before {
  content: "$29";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Playfair Display", serif;
  font-size: 320px;
  font-weight: 900;
  color: rgba(232, 21, 42, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.lp-pricing-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lp-pricing-tag,
.lp-steps-label,
.lp-reviews-label,
.lp-lib-tag,
.lp-courses-eyebrow,
.lp-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lp-pricing-tag {
  background: #fff0f1;
  border: 1px solid rgba(232, 21, 42, 0.2);
  color: #e8152a;
  padding: 7px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.lp-pricing-headline {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #0e0e0e;
}

.lp-pricing-headline em {
  font-style: italic;
  color: #e8152a;
}

.lp-pricing-headline-accent {
  color: #e8152a;
}

.lp-pricing-body {
  margin: 0 0 44px;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.78;
  max-width: 440px;
}

.lp-pricing-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lp-pstat {
  border: 1.5px solid #e8e8e8;
  border-radius: 0;
  padding: 20px 16px;
  text-align: center;
}

.lp-pstat:last-child {
  background: #e8152a;
  border-color: #e8152a;
}

.lp-pstat:last-child .lp-pstat-num,
.lp-pstat:last-child .lp-pstat-label {
  color: #ffffff;
}

.lp-pstat-num {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 900;
  color: #0e0e0e;
  line-height: 1;
}

.lp-pstat-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-top: 6px;
}

.lp-price-card {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 44px 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 4px 16px rgba(0, 0, 0, 0.04);
}

.lp-price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background: #e8152a;
  border-radius: 0 0 3px 3px;
}

.lp-price-card-badge {
  position: absolute;
  top: -16px;
  left: 40px;
  background: #e8152a;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 0;
}

.lp-price-label {
  margin: 10px 0 12px;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.lp-price-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 14px;
}

.lp-price-inline-now {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
  color: #0e0e0e;
}

.lp-price-inline-sep {
  font-size: 24px;
  line-height: 1;
  color: #e8152a;
  font-weight: 700;
}

.lp-price-inline-later {
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8152a;
  max-width: 250px;
  line-height: 1.5;
}

.lp-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.lp-price-old {
  font-size: 18px;
  color: #e8152a;
  text-decoration: line-through;
  font-weight: 300;
}

.lp-price-save {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #e8152a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-price-big {
  margin-bottom: 6px;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 900;
  color: #0e0e0e;
  line-height: 1;
  letter-spacing: -3px;
}

.lp-price-big sup {
  font-size: 32px;
  vertical-align: super;
  color: #e8152a;
}

.lp-price-note {
  margin: 0 0 28px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 300;
  line-height: 1.6;
}

.lp-price-divider {
  height: 1px;
  background: #e8e8e8;
  margin-bottom: 28px;
}

.lp-price-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-price-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #0e0e0e;
  font-weight: 400;
  line-height: 1.5;
}

.lp-price-features li i {
  color: #e8152a;
  font-size: 13px;
  flex-shrink: 0;
}

.lp-btn-claim,
.lp-btn-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e8152a;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.lp-btn-claim {
  width: 100%;
  padding: 18px 32px;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(232, 21, 42, 0.28);
}

.lp-btn-claim:hover,
.lp-btn-footer-cta:hover {
  background: #b50d1e;
  transform: translateY(-2px);
}

.lp-price-footnote {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: #9a9a9a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lp-steps-section {
  background: #f7f7f5;
  padding: 110px 56px;
  position: relative;
  overflow: hidden;
}

.lp-steps-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #e8152a;
}

.lp-steps-header {
  text-align: center;
  margin-bottom: 72px;
}

.lp-steps-label,
.lp-reviews-label {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #6b6b6b;
  padding: 7px 16px;
  border-radius: 2px;
  margin-bottom: 24px;
}

.lp-steps-headline,
.lp-courses-headline,
.lp-lib-headline,
.lp-reviews-headline,
.lp-faq-headline {
  font-family: "Playfair Display", serif;
  color: #0e0e0e;
}

.lp-steps-headline {
  margin: 0 auto 18px;
  font-size: clamp(32px, 3.6vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
  max-width: 700px;
}

.lp-steps-highlight {
  background: #e8152a;
  color: #ffffff;
  padding: 2px 12px 5px;
  border-radius: 3px;
  font-style: italic;
}

.lp-steps-sub {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  color: #6b6b6b;
  max-width: 480px;
  line-height: 1.7;
}

.lp-steps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.lp-steps-row::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #e8152a 0px, #e8152a 12px, transparent 12px, transparent 24px);
  z-index: 0;
}

.lp-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.lp-step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -2px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #e8152a;
  opacity: 0.4;
}

.lp-step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s, background 0.2s;
}

.lp-step-num i {
  font-size: 22px;
  color: #e8152a;
  transition: color 0.2s;
}

.lp-step-card:hover .lp-step-num {
  background: #e8152a;
  border-color: #e8152a;
}

.lp-step-card:hover .lp-step-num i {
  color: #ffffff;
}

.lp-step-title {
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0e0e0e;
  margin-bottom: 10px;
  line-height: 1.3;
}

.lp-step-desc {
  font-size: 12.5px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.65;
}

.lp-courses-section {
  background: #ffffff;
  padding: 110px 56px;
}

.lp-courses-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 52px;
  max-width: 1200px;
  gap: 20px;
}

.lp-courses-eyebrow {
  color: #e8152a;
  margin-bottom: 12px;
}

.lp-courses-headline {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
}

.lp-btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #0e0e0e;
  color: #0e0e0e;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.lp-btn-explore:hover {
  background: #e8152a;
  color: #ffffff;
  border-color: #e8152a;
}

.lp-courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.lp-course-card {
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  background: #ffffff;
}

.lp-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #e8152a;
}

.lp-course-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
}

.lp-course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.lp-course-card:hover .lp-course-thumb img {
  transform: scale(1.05);
}

.lp-course-cat-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #ffffff;
  color: #0e0e0e;
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
}

.lp-course-body {
  padding: 20px;
}

.lp-course-provider {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #e8152a;
  font-weight: 600;
  margin-bottom: 8px;
}

.lp-course-provider i {
  font-size: 10px;
}

.lp-course-title {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0e0e0e;
  line-height: 1.3;
  margin-bottom: 14px;
}

.lp-course-rating,
.lp-course-stars,
.lp-review-stars-row {
  display: flex;
  align-items: center;
}

.lp-course-rating {
  gap: 6px;
}

.lp-course-stars,
.lp-review-stars-row {
  gap: 2px;
}

.lp-course-stars i,
.lp-review-stars-row i {
  font-size: 11px;
  color: #f5a623;
}

.lp-course-rating-num {
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0e0e0e;
}

.lp-library-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 64px 0;
  border-top: 1.5px solid #e8e8e8;
}

.lp-lib-img-wrap {
  position: relative;
}

.lp-lib-shape-1,
.lp-lib-shape-2 {
  position: absolute;
  border-radius: 16px;
}

.lp-lib-shape-1 {
  width: 200px;
  height: 200px;
  background: #e8152a;
  opacity: 0.12;
  top: -20px;
  left: -20px;
}

.lp-lib-shape-2 {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  background: #0e0e0e;
  opacity: 0.06;
  bottom: -16px;
  right: -16px;
}

.lp-lib-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.lp-lib-img-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 3;
  background: #e8152a;
  color: #ffffff;
  border-radius: 0;
  padding: 14px 20px;
  box-shadow: 0 8px 28px rgba(232, 21, 42, 0.3);
}

.lp-lib-img-badge-num {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.lp-lib-img-badge-label {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.lp-lib-tag {
  background: #fff0f1;
  border: 1px solid rgba(232, 21, 42, 0.2);
  color: #e8152a;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 22px;
}

.lp-lib-headline {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.lp-lib-body {
  margin: 0 0 36px;
  font-size: 15px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.78;
}

.lp-reviews-section {
  background: #f7f7f5;
  padding: 110px 56px;
}

.lp-reviews-header,
.lp-faq-header {
  text-align: center;
}

.lp-reviews-header {
  margin-bottom: 60px;
}

.lp-reviews-headline {
  margin: 0 auto 28px;
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -1px;
  max-width: 700px;
}

.lp-rating-pills {
  display: inline-flex;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-rating-pill {
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
}

.lp-rating-pill-dark {
  background: #0e0e0e;
}

.lp-rating-pill-top {
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.lp-rating-pill-light .lp-rating-pill-top {
  color: #0e0e0e;
}

.lp-rating-pill-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.lp-rating-pill-light .lp-rating-pill-sub {
  color: #6b6b6b;
}

.lp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.lp-reviews-slider {
  max-width: 900px;
  margin: 52px auto 0;
}

.lp-reviews-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 14px;
}

.lp-reviews-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #e8e8e8;
  background: #ffffff;
  color: #0e0e0e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.lp-reviews-nav:hover {
  background: #e8152a;
  border-color: #e8152a;
  color: #ffffff;
  transform: translateY(-1px);
}

.lp-reviews-nav i {
  font-size: 12px;
}

.lp-reviews-window {
  position: relative;
  overflow: hidden;
}

.lp-reviews-track {
  display: flex;
  width: 100%;
  transition: transform 320ms ease;
}

.lp-reviews-slide {
  flex: 0 0 100%;
  width: 100%;
  animation: lpReviewFade 260ms ease;
}

.lp-reviews-slide[aria-hidden="true"] {
  pointer-events: none;
}

@keyframes lpReviewFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.lp-reviews-disclaimer {
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #6b6b6b;
}

.lp-reviews-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.18);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.lp-reviews-dot:hover {
  background: rgba(232, 21, 42, 0.45);
}

.lp-reviews-dot.is-active {
  background: #e8152a;
  transform: scale(1.12);
}

.lp-review-card {
  background: #ffffff;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  padding: 32px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.lp-review-card:hover {
  border-color: #e8152a;
  box-shadow: 0 12px 40px rgba(232, 21, 42, 0.08);
  transform: translateY(-3px);
}

.lp-review-quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  line-height: 0.6;
  color: #e8152a;
  opacity: 0.18;
  margin-bottom: 16px;
  font-weight: 900;
}

.lp-review-text {
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 300;
  color: #0e0e0e;
  line-height: 1.72;
  font-style: italic;
}

.lp-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lp-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2a2a2a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.lp-review-avatar-red {
  background: #e8152a;
}

.lp-review-name {
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0e0e0e;
}

.lp-review-role {
  font-size: 11px;
  color: #6b6b6b;
  margin-top: 2px;
}

.lp-review-stars {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.lp-review-stars-num {
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6b6b6b;
}

.lp-faq-section {
  background: #ffffff;
  padding: 110px 56px;
}

.lp-faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.lp-faq-header {
  margin-bottom: 60px;
}

.lp-faq-eyebrow {
  color: #e8152a;
  margin-bottom: 14px;
}

.lp-faq-headline {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1.5px solid #e8e8e8;
}

.lp-faq-item {
  border-bottom: 1.5px solid #e8e8e8;
  overflow: hidden;
}

.lp-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  text-align: left;
}

.lp-faq-q-text {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0e0e0e;
  line-height: 1.4;
  transition: color 0.2s;
}

.lp-faq-question:hover .lp-faq-q-text,
.lp-faq-item.is-open .lp-faq-q-text {
  color: #e8152a;
}

.lp-faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s, transform 0.3s;
}

.lp-faq-icon i {
  font-size: 12px;
  color: #0e0e0e;
  transition: color 0.2s;
}

.lp-faq-item.is-open .lp-faq-icon {
  background: #e8152a;
  border-color: #e8152a;
  transform: rotate(45deg);
}

.lp-faq-item.is-open .lp-faq-icon i {
  color: #ffffff;
}

.lp-faq-answer-inner {
  padding: 0 0 26px;
  font-size: 14.5px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.78;
}

.lp-footer {
  background: #0e0e0e;
  color: #ffffff;
  padding: 0;
}

.lp-footer-cta-band {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lp-footer-cta-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.15;
}

.lp-footer-cta-text em {
  font-style: italic;
  color: #e8152a;
}

.lp-btn-footer-cta {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 16px 32px;
  border-radius: 0;
}

.lp-footer-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-stat {
  padding: 36px 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-stat:last-child {
  border-right: none;
}

.lp-footer-stat-num {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #ffffff;
  line-height: 1;
}

.lp-footer-stat-num span,
.lp-footer-logo span {
  color: #e8152a;
}

.lp-footer-stat-label,
.lp-footer-col-title,
.lp-footer-tagline {
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
}

.lp-footer-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 6px;
}

.lp-footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 60px 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-logo {
  font-family: "Syne", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 6px;
}

.lp-footer-tagline {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #e8152a;
  margin-bottom: 18px;
}

.lp-footer-desc {
  margin: 0;
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.72;
  max-width: 300px;
}

.lp-footer-col-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 20px;
}

.lp-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.lp-footer-links a,
.lp-footer-links span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.lp-footer-links a:hover {
  color: #e8152a;
}

.lp-footer-bottom {
  padding: 22px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-footer-copy,
.lp-footer-bottom-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.lp-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.lp-footer-bottom-links a:hover {
  color: #ffffff;
}

.lp-footer-tagline-right {
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .lp-pricing-inner,
  .lp-library-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lp-courses-grid,
  .lp-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .lp-pricing-section,
  .lp-steps-section,
  .lp-courses-section,
  .lp-reviews-section,
  .lp-faq-section {
    padding: 80px 24px;
  }

  .lp-pricing-section::before {
    font-size: 220px;
    right: -20px;
  }

  .lp-pricing-headline br,
  .lp-footer-cta-text br {
    display: none;
  }

  .lp-pricing-stats {
    grid-template-columns: 1fr;
  }

  .lp-courses-header,
  .lp-footer-cta-band,
  .lp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-courses-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-steps-row {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lp-steps-row::before {
    display: none;
  }

  .lp-step-card {
    padding: 0 0 18px;
  }

  .lp-step-card:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    transform: translateX(-50%);
    width: 2px;
    height: 16px;
    border: 0;
    background: repeating-linear-gradient(
      to bottom,
      #e8152a 0px,
      #e8152a 6px,
      transparent 6px,
      transparent 11px
    );
    opacity: 0.55;
  }

  .lp-step-card:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #e8152a;
    opacity: 0.55;
  }

  .lp-footer-stats {
    grid-template-columns: 1fr;
  }

  .lp-footer-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lp-footer-stat:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .lp-pricing-section,
  .lp-steps-section,
  .lp-courses-section,
  .lp-reviews-section,
  .lp-faq-section {
    padding: 64px 16px;
  }

  .lp-pricing-section::before {
    display: none;
  }

  .lp-price-card {
    padding: 34px 22px 26px;
  }

  .lp-price-card::before {
    left: 22px;
    right: 22px;
  }

  .lp-price-card-badge {
    left: 22px;
  }

  .lp-price-inline {
    gap: 8px;
  }

  .lp-price-inline-now {
    font-size: 52px;
  }

  .lp-price-inline-later {
    max-width: 100%;
    font-size: 12px;
  }

  .lp-courses-grid,
  .lp-footer-main {
    grid-template-columns: 1fr;
  }

  .lp-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lp-review-card {
    padding: 18px;
  }

  .lp-review-quote-mark {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .lp-review-text {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .lp-review-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-faq-question {
    padding: 20px 0;
  }

  .lp-footer-cta-band,
  .lp-footer-main,
  .lp-footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lp-footer-stat {
    padding-left: 16px;
    padding-right: 16px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

:root {
  --font-body: "Manrope", sans-serif;
  --font-display: "Sora", sans-serif;
  --font-ui: "Space Grotesk", sans-serif;
  --font-brand: "Syne", sans-serif;
  --font-hero: "Barlow Condensed", sans-serif;
  --font-hero-accent: "Teko", sans-serif;
  --daterok-ink-950: #120d14;
  --daterok-ink-900: #1b1220;
  --daterok-ink-700: #342437;
  --daterok-wine-700: #872844;
  --daterok-wine-600: #a33656;
  --daterok-wine-500: #c04869;
  --daterok-red-700: #d5354d;
  --daterok-red-600: #e74259;
  --daterok-red-500: #f05267;
  --daterok-wine-300: #df9db0;
  --daterok-rose-300: #f2c8d4;
  --daterok-rose-200: #ffdce6;
  --daterok-rose-100: #fff0f4;
  --daterok-rose-50: #fff7f9;
  --daterok-text-700: #5d4a52;
  --daterok-text-600: #705b64;
  --daterok-text-soft: #e9dfe3;
}

body.home-top {
  min-height: 100vh;
  width: 100%;
  font-family: var(--font-body);
  background: #ffffff;
  color: var(--daterok-ink-900);
  overflow-x: clip;
}

.home-brand {
  font-family: var(--font-brand);
}

.home-menu a,
.home-auth-link,
.home-auth-btn,
.btn,
.btn-red,
.forrester-btn,
.domain-card a,
.cmp-ps-button.-button .ps-button,
.ps-button .ps-button__text {
  font-family: var(--font-ui);
}

.trend-wrap h2,
.forrester-copy h3,
.domain-card h4,
#idc h3,
.image-text-cta .image-text-cta-heading .cmp-title .cmp-title__text.h3,
.testimonial-section .testimonial-heading,
.testimonial-section .carousel-card--title {
  font-family: var(--font-display);
}

.hero-copy p,
.trend-wrap > p,
.forrester-copy p,
.domain-card p,
#idc p,
.image-text-cta .image-text-cta-text.text.rich-text-editor > .rich-text-editor-component p,
.testimonial-section .carousel-card--testimonial,
.testimonial-section .carousel-card--role {
  font-family: var(--font-body);
}

.trend-chip,
.image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-text-section
  > .image-text-cta-eyebrow
  .text-simple-wrapper
  > p,
.hero-stat-text {
  font-family: var(--font-ui);
}

.hero-stage {
  min-height: 0;
  width: 100%;
  overflow-x: clip;
}

@keyframes float {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

@keyframes float-alt {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(15px) rotate(-2deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.1); }
}

@keyframes text-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.hero-top {
  position: relative;
  isolation: isolate;
  background: #130F25;
  padding: clamp(1.36rem, 2.4vw, 2.16rem) 0;
  min-height: 0;
  overflow: hidden;
}

.hero-top::before,
.hero-top::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero-top::before {
  display: none;
}

.hero-top::after {
  display: none;
}

.hero-wrap {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: clamp(0rem, 0.4vw, 0.28rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: none;
  padding: 0;
}

.hero-copy h1 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
  max-width: none;
}

.hero-headline {
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1vw, 0.96rem);
  margin: 0 0 clamp(0.18rem, 0.34vw, 0.24rem);
}

.hero-headline-kicker {
  display: inline-grid;
  place-items: center;
  align-self: flex-start;
  min-height: 2.1rem;
  padding: clamp(0.28rem, 0.48vw, 0.38rem) clamp(0.82rem, 1.08vw, 0.98rem);
  border-radius: 999px;
  border: 1px solid rgba(255, 218, 227, 0.46);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(240, 82, 103, 0.24));
  color: #ffe9f0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(14, 10, 16, 0.26);
  backdrop-filter: blur(14px);
}

.hero-headline-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
  max-width: none;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-line {
  display: block;
}

.hero-line-highlight .hero-word-mark {
  margin: 0;
}

.hero-word-mark {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  min-height: 0;
  margin: 0 0.04em;
  padding: 2px 10px;
  background: #c0003c;
  border-radius: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 0.92em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  isolation: isolate;
}

.hero-word-mark::before {
  content: none;
}

.hero-word-mark-soft {
  background: linear-gradient(135deg, rgba(255, 233, 240, 0.96), rgba(255, 216, 226, 0.92));
  color: #7f1f38;
  box-shadow: 0 10px 22px rgba(255, 218, 229, 0.18);
}

.hero-word-mark-outline {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 208, 220, 0.66);
  color: #fff2f6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 12px 24px rgba(14, 10, 16, 0.22);
}

.hero-copy p {
  font-family: "DM Sans", sans-serif;
  margin: clamp(0.92rem, 1.24vw, 1.16rem) 0 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.05vw, 1.05rem);
  line-height: 1.75;
  font-weight: 400;
}

.hero-skill-list {
  margin-top: clamp(0.9rem, 1.1vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  max-width: none;
}

.hero-skill-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 226, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8dde5;
  font-family: "Syne", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  backdrop-filter: blur(14px);
}

.hero-skill-list span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8da0, #f05267);
  box-shadow: 0 0 0 0.16rem rgba(240, 82, 103, 0.16);
}

.hero-stat {
  margin-top: clamp(0.9rem, 1.16vw, 1.06rem);
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  backdrop-filter: blur(4px);
}

.hero-stat-icon {
  width: clamp(1.82rem, 2.2vw, 2.2rem);
  height: clamp(1.82rem, 2.2vw, 2.2rem);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--daterok-red-700), var(--daterok-red-500));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(231, 66, 89, 0.3);
}

.hero-stat-icon img {
  width: clamp(0.9rem, 1.1vw, 1.12rem);
  height: clamp(0.9rem, 1.1vw, 1.12rem);
  display: block;
}

.hero-stat-text {
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  margin-top: clamp(0.8rem, 1.2vw, 1.08rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.52rem, 0.82vw, 0.74rem);
}

.hero-actions .btn {
  font-family: "DM Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: visible;
}

.hero-actions .btn-solid:hover {
  background: #c0003c;
  color: #ffffff;
}

.btn {
  text-decoration: none;
  border-radius: 0;
  padding: clamp(0.58rem, 0.94vw, 0.8rem) clamp(1.18rem, 1.8vw, 1.54rem);
  font-size: clamp(0.9rem, 0.98vw, 1.02rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease,
    border-color 180ms ease;
}

.btn-solid {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 12px 26px rgba(255, 255, 255, 0.16);
}

.btn-outline {
  background: transparent;
  border-color: rgba(233, 183, 197, 0.8);
  color: #ffe9f0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid:hover {
  background: #f2f2f2;
  box-shadow: 0 16px 28px rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
  background: rgba(255, 240, 244, 0.08);
  border-color: rgba(255, 208, 220, 0.95);
}

.hero-media {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  z-index: 2;
}

.hero-media-shell {
  position: relative;
  width: min(100%, 710px);
  padding: 1.16rem 0;
  perspective: 1000px;
}

.hero-media-shell::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: 2%;
  top: 4%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(240, 82, 103, 0.32) 0%, rgba(240, 82, 103, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-media-shell::after {
  content: "";
  position: absolute;
  inset: 12% 9% 9% 11%;
  border-radius: 2rem;
  border: 1px solid rgba(255, 214, 225, 0.12);
  pointer-events: none;
}

.hero-media-frame {
  position: relative;
  padding: 0.82rem;
  border-radius: 2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(240, 82, 103, 0.5), rgba(101, 23, 43, 0.4));
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transform: rotateY(-5deg) rotateX(5deg);
  transition: transform 0.5s ease;
}

.hero-media-frame:hover {
  transform: rotateY(0deg) rotateX(0deg);
}

.hero-media-frame::before {
  content: "";
  position: absolute;
  inset: 0.82rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(18, 12, 20, 0.08), rgba(18, 12, 20, 0.02));
  pointer-events: none;
  z-index: 1;
}

.hero-media-frame-glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: -10%;
  bottom: -18%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(240, 82, 103, 0.26) 0%, rgba(240, 82, 103, 0) 72%);
  filter: blur(10px);
  z-index: 0;
}

.hero-media-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 42vh;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 232, 238, 0.22);
}

.hero-float-card {
  position: absolute;
  z-index: 3;
  max-width: 15rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 219, 228, 0.18);
  background: rgba(20, 13, 21, 0.74);
  box-shadow: 0 18px 32px rgba(11, 8, 13, 0.3);
  backdrop-filter: blur(18px);
}

.hero-float-card-top {
  top: -5%;
  right: -5%;
  animation: float 6s infinite ease-in-out;
}

.hero-float-card-bottom {
  left: -5%;
  bottom: -5%;
  animation: float-alt 7s infinite ease-in-out;
}

/* Home hero right container: original panel as solid red block (no layout changes) */
body.home-top .hero-wrap {
  align-items: stretch;
}

body.home-top .hero-media {
  align-self: stretch;
  display: flex;
  min-height: 0;
}

body.home-top .hero-media-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
}

body.home-top .hero-media-frame {
  flex: 1;
  min-height: 0;
  position: relative;
  padding: clamp(10px, 1.4vw, 18px);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transform: none;
}

body.home-top .hero-media-frame:hover {
  transform: none;
}

body.home-top .hero-media-frame img {
  display: block;
  position: absolute;
  inset: clamp(10px, 1.4vw, 18px);
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to left, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  border: 0;
  border-radius: 0;
}

body.home-top .hero-media-frame::before {
  display: block;
  inset: clamp(10px, 1.4vw, 18px);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(18, 12, 20, 0.08), rgba(18, 12, 20, 0.02));
  z-index: 1;
  pointer-events: none;
}

body.home-top .hero-media-frame-glow,
body.home-top .hero-media-shell::before,
body.home-top .hero-media-shell::after {
  display: block;
}

@media (min-width: 981px) {
  body.home-top .hero-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.home-top .hero-copy {
    padding-top: clamp(1.36rem, 2.4vw, 2.16rem);
    padding-bottom: clamp(1.36rem, 2.4vw, 2.16rem);
  }
}

.hero-float-label {
  display: block;
  margin-bottom: 0.34rem;
  color: #f4a0b0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-float-card strong {
  color: #fff4f7;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.pain-section {
  padding: 90px 56px;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.section-label {
  display: inline-block;
  background: #fff0f1;
  border: 1px solid rgba(232, 21, 42, 0.2);
  color: #e8152a;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.pain-headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #0e0e0e;
  max-width: 980px;
  margin: 0 auto 24px;
}

.pain-body {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.78;
  max-width: 580px;
  margin: 0 auto 40px;
}

.btn-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8152a;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 16px 34px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #e8152a;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 6px 24px rgba(232, 21, 42, 0.22);
}

.btn-red:hover {
  background: #b50d1e;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(232, 21, 42, 0.3);
}

.forrester-section {
  background: #ffffff;
  padding: 0 24px;
}

.forrester-wrap {
  width: min(1080px, 100%);
  margin: 0 auto;
  border-radius: 16px;
  background: linear-gradient(145deg, #1f1019 0%, #3a1a2b 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 270px);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(33, 14, 25, 0.32);
}

.forrester-copy {
  padding: 30px;
}

.forrester-copy h3 {
  margin: 0;
  color: #fff7fa;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 17ch;
}

.forrester-copy h3 span {
  color: var(--daterok-wine-700);
  background: var(--daterok-rose-200);
  padding: 0 8px;
  border-radius: 4px;
}

.forrester-copy p {
  margin: 10px 0 0;
  color: #e7d5db;
  font-size: 18px;
  line-height: 28px;
}

.forrester-btn {
  margin-top: 14px;
  display: inline-flex;
  text-decoration: none;
  color: var(--daterok-red-700);
  background: #fff4f7;
  border: 1px solid #f0d4dd;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.forrester-btn:hover {
  background: #ffffff;
}

.forrester-media {
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 28px 0 0;
}

.forrester-media img {
  width: min(100%, 270px);
  height: auto;
  display: block;
}

.skills-section {
  background: #f6f6f6;
  padding: 80px 56px;
}

.skills-headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #0e0e0e;
  max-width: 920px;
  margin: 0 auto 52px;
  text-align: center;
}

.skills-headline em {
  color: #e8152a;
  font-style: normal;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.skill-card {
  background: #ffffff;
  border: 1.5px solid #e8e8e8;
  border-radius: 0;
  padding: 28px 16px 22px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: default;
}

.skill-card:hover {
  border-color: #e8152a;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(232, 21, 42, 0.1);
}

.skill-icon {
  font-size: 22px;
  margin-bottom: 12px;
  display: block;
  color: #e8152a;
}

.skill-card:hover .skill-icon {
  color: #b50d1e;
}

.skill-name {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0e0e0e;
  line-height: 1.3;
}

.pricing-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(240, 82, 103, 0.16) 0%, rgba(240, 82, 103, 0) 30%),
    linear-gradient(135deg, #0f141b 0%, #151d27 56%, #0d131a 100%);
  padding: 38px 24px 44px;
}

.pricing-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-copy {
  color: #f6f7fb;
  padding: 12px 0;
}

.pricing-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(240, 82, 103, 0.14);
  border: 1px solid rgba(240, 82, 103, 0.28);
  color: #ffb5c0;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-copy h3 {
  margin: 18px 0 0;
  color: #ffffff;
  font-family: var(--font-hero);
  font-size: clamp(1.72rem, 2.8vw, 2.72rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: none;
}

.pricing-copy > p:last-of-type {
  margin: 18px 0 0;
  max-width: 62ch;
  color: rgba(237, 240, 247, 0.78);
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 500;
}

.pricing-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
}

.pricing-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.pricing-metric-featured {
  border-color: #d5354d;
  background: #d5354d;
}

.pricing-metric strong {
  color: #ffffff;
  font-family: var(--font-hero);
  font-size: 1.54rem;
  line-height: 0.92;
  font-weight: 700;
}

.pricing-metric span {
  color: rgba(230, 234, 241, 0.74);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-metric-featured span {
  color: rgba(255, 255, 255, 0.84);
}

.pricing-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #d4dde8;
  box-shadow: 0 20px 48px rgba(7, 11, 16, 0.26);
  padding: 28px 26px 24px;
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, #f05267 0%, #d5354d 100%);
}

.pricing-card-ribbon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0.52rem 0.84rem;
  background: #d5354d;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.pricing-card-label {
  margin: 0;
  color: #4f5c6c;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-value-line {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pricing-was {
  color: #8d99a8;
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: line-through;
}

.pricing-save {
  color: #d5354d;
  font-family: var(--font-ui);
  font-size: 0.84rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-price-row {
  margin-top: 14px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.pricing-price {
  color: #101a24;
  font-family: var(--font-hero);
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 0.84;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-price-note {
  color: #506072;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 9px;
}

.pricing-card-copy {
  margin: 16px 0 0;
  color: #334356;
  font-size: 0.98rem;
  line-height: 1.58;
  font-weight: 500;
}

.pricing-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.pricing-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #182636;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}

.pricing-list i {
  color: #d5354d;
  margin-top: 0.14rem;
}

.pricing-cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(135deg, #d5354d, #f05267);
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 28px rgba(213, 53, 77, 0.22);
}

.pricing-cta:hover {
  background: linear-gradient(135deg, #c12f46, #eb4a60);
}

.pricing-footnote {
  margin: 12px 0 0;
  color: #667586;
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
}

.idc-blade-section,
.learn-doing-section {
  background: #ffffff;
}

.cmp-ps-button.-button .ps-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: max-content;
  text-align: center;
  padding: 12px 32px;
  border-radius: 0;
  transition: all 275ms ease-in-out;
  text-decoration: none;
  z-index: 2;
}

.cmp-ps-button.-button .ps-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 0;
  transition: all 300ms ease;
  z-index: -1;
}

.cmp-ps-button.-primary .ps-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--daterok-red-700), var(--daterok-red-600));
  border: 1px solid var(--daterok-red-700);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.cmp-ps-button.-primary .ps-button:hover::after {
  width: 100%;
  background: #bc3048;
}

.cmp-ps-button.-primary .ps-button:focus-visible {
  border: 2px solid var(--daterok-red-500);
  outline: 0;
}

.ps-button .ps-button__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.idc-blade-section {
  padding: 34px 0 0;
}

#idc {
  max-width: 1400px;
  padding: 0 80px;
  margin: 0 auto;
}

#idc .idc-blade {
  border-radius: 16px;
  background-color: var(--daterok-red-600);
  background-image: var(--home-idc-blade-full-url, url("https://daterokpullregionv1.b-cdn.net/static/img/home/idc-blade-full.webp"));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 125px;
}

#idc h3 {
  margin: 0 0 8px;
  color: var(--daterok-ink-900);
  width: 100%;
  max-width: none;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

#idc p {
  margin: 0 0 24px;
  color: var(--daterok-text-700);
  width: 100%;
  max-width: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-wrap: pretty;
}

#idc .highlight {
  background-color: var(--daterok-red-700);
  color: #ffffff;
  border-radius: 4px;
  padding: 0 8px;
}

#idc .idc-path {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    34px
    minmax(0, 1fr)
    34px
    minmax(0, 1fr)
    34px
    minmax(0, 1fr)
    34px
    minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 30px;
}

#idc .idc-step-card {
  min-height: 176px;
  padding: 20px 16px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(115, 16, 34, 0.12);
  box-shadow: 0 16px 36px rgba(113, 20, 39, 0.08);
  backdrop-filter: blur(8px);
}

#idc .idc-step-card h4 {
  margin: 0 0 10px;
  color: var(--daterok-ink-900);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

#idc .idc-step-card p {
  margin: 0;
  color: rgba(35, 19, 25, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
  text-wrap: pretty;
}

#idc .idc-step-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#idc .idc-step-arrow::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(213, 53, 77, 0.18), rgba(213, 53, 77, 0.9));
}

#idc .idc-step-arrow span {
  position: absolute;
  right: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--daterok-red-700);
  border-right: 2px solid var(--daterok-red-700);
  transform: rotate(45deg);
  animation: idc-arrow-pulse 1.7s ease-in-out infinite;
}

@keyframes idc-arrow-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translateX(0) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateX(5px) rotate(45deg);
  }
}

@keyframes idc-arrow-pulse-vertical {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(0) rotate(135deg);
  }

  50% {
    opacity: 1;
    transform: translateY(5px) rotate(135deg);
  }
}

.course-showcase-section {
  margin-top: 30px;
  padding: 34px 24px;
  background: #130F25;
}

.course-showcase-section + .learn-doing-section .image-text-cta > .image-text-cta-content-wrapper {
  padding-top: 34px;
}

.course-showcase-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  min-height: 338px;
  padding: 18px;
  border-radius: 26px;
  background: #130F25;
  display: grid;
  grid-template-columns: 340px repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.course-showcase-intro,
.course-showcase-card {
  min-width: 0;
  border-radius: 12px;
}

.course-showcase-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  background: transparent;
  color: #ffffff;
}

.course-showcase-intro h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.course-showcase-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  align-self: flex-start;
  min-height: 36px;
  padding: 0.64rem 1.05rem;
  border-radius: 12px;
  background: #ffffff;
  color: #0f57d4;
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.course-showcase-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 124px 1fr;
  background: #ffffff;
  box-shadow: none;
}

.course-showcase-card-media {
  height: 124px;
  background: #e8edf3;
}

.course-showcase-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.course-showcase-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 11px 12px 12px;
}

.course-showcase-card-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #7b7a81;
  font-size: 0.9rem;
  line-height: 1.2;
}

.course-showcase-brand-badge {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f7f8fb;
  border: 1px solid #eceef2;
  color: #0f57d4;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.course-showcase-card h4 {
  margin: 6px 0 0;
  color: #18141d;
  font-family: var(--font-body);
  font-size: clamp(0.96rem, 1vw, 1.1rem);
  line-height: 1.24;
  letter-spacing: -0.015em;
  font-weight: 700;
}

.course-showcase-card-type {
  margin: auto 0 0;
  color: #7d7881;
  font-size: 0.82rem;
  line-height: 1.32;
}

.course-showcase-card-rating {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #111111;
  font-size: 0.8rem;
  font-weight: 600;
}

.course-showcase-card-rating i {
  font-size: 0.86rem;
}

.learn-doing-section {
  padding: 0;
}

.cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 100px 40px;
  gap: 24px;
}

.cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper > .image-text-cta-contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1439px) {
  #idc {
    padding: 0 48px;
  }

  #idc .idc-blade {
    padding: 44px 56px;
    background-size: cover;
  }

  #idc h3 {
    font-size: 36px;
    line-height: 42px;
  }

  #idc p {
    font-size: 18px;
    line-height: 28px;
  }

  #idc .idc-path {
    grid-template-columns:
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr);
    gap: 0;
    margin-top: 24px;
  }

  #idc .idc-step-card {
    min-height: 154px;
    padding: 16px 12px 14px;
  }

  #idc .idc-step-card h4 {
    font-size: 0.94rem;
    line-height: 1.1;
  }

  #idc .idc-step-card p {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  #idc .idc-step-arrow {
    height: 100%;
  }

  #idc .idc-step-arrow::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(213, 53, 77, 0.18), rgba(213, 53, 77, 0.9));
  }

  #idc .idc-step-arrow span {
    right: 4px;
    bottom: auto;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    animation: idc-arrow-pulse 1.7s ease-in-out infinite;
  }
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper > .image-text-cta-contents {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper {
    align-items: center;
    padding: 100px 60px 40px;
  }

  .course-showcase-section + .learn-doing-section .image-text-cta > .image-text-cta-content-wrapper {
    padding-top: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper > .image-text-cta-contents > .image-text-cta-text-section {
    padding: 0 0 0 60px;
  }

  .cmp-image-text-cta.-right-justified
    .image-text-cta
    > .image-text-cta-content-wrapper
    > .image-text-cta-contents
    > .image-text-cta-text-section {
    padding: 0 60px 0 0;
  }
}

.image-text-cta .image-text-cta-section-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .image-text-cta .image-text-cta-section-block {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .image-text-cta .image-text-cta-section-block {
    width: 594px !important;
  }
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta.-short-image-block .image-text-cta .image-text-cta-section-block.image-text-cta-image-section {
    max-width: 456px;
    width: 100%;
  }

  .cmp-image-text-cta.-short-image-block .image-text-cta .image-text-cta-section-block.image-text-cta-text-section {
    max-width: 684px;
    width: 100%;
  }
}

.image-text-cta .image-text-cta-image-section {
  width: 100%;
}

.image-text-cta .image-text-cta-image-section > .image-text-cta-image {
  width: 100%;
}

.image-text-cta .image-text-cta-image-section.-right-below {
  display: none;
  margin: 48px 0 0;
}

.image-text-cta .image-text-cta-image-section .ps-image {
  width: 100%;
  height: auto;
  display: block;
}

.cmp-image-text-cta.-right-justified
  .image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-image-section.-left-above {
  display: block;
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta.-right-justified
    .image-text-cta
    > .image-text-cta-content-wrapper
    > .image-text-cta-contents
    > .image-text-cta-image-section.-left-above {
    display: none;
  }
}

.cmp-image-text-cta.-right-justified
  .image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-image-section.-right-below {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta.-right-justified
    .image-text-cta
    > .image-text-cta-content-wrapper
    > .image-text-cta-contents
    > .image-text-cta-image-section.-right-below {
    display: block;
  }
}

.cmp-image-text-cta.-mobile-stack-bottom .image-text-cta .image-text-cta-image-section.-left-above {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta.-mobile-stack-bottom .image-text-cta .image-text-cta-image-section.-left-above {
    display: block;
  }
}

.cmp-image-text-cta.-mobile-stack-bottom .image-text-cta .image-text-cta-image-section.-right-below {
  display: block;
}

@media screen and (min-width: 1024px) {
  .cmp-image-text-cta.-mobile-stack-bottom .image-text-cta .image-text-cta-image-section.-right-below {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .cmp-image-text-cta.-mobile-stack-bottom.-right-justified
    .image-text-cta
    .image-text-cta-content-wrapper
    .image-text-cta-contents {
    flex-direction: column-reverse;
  }
}

.cmp-image-text-cta.-mobile-stack-bottom.-right-justified .image-text-cta .image-text-cta-image-section.-left-above {
  display: none;
}

.cmp-image-text-cta.-mobile-stack-bottom.-right-justified .image-text-cta .image-text-cta-image-section.-right-below {
  display: block;
}

.image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-text-section
  > .image-text-cta-eyebrow {
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  background: #cfff6e;
  border: 1px solid #b9e85f;
  margin-bottom: 16px;
}

.image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-text-section
  > .image-text-cta-eyebrow
  .text-simple-wrapper
  > p {
  margin: 0;
  color: #18111e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-text-section
  > .image-text-cta-heading {
  margin-bottom: 8px;
}

.image-text-cta .image-text-cta-heading .cmp-title .cmp-title__text.h3 {
  margin: 0;
  color: var(--daterok-ink-900);
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 400;
}

.image-text-cta .image-text-cta-text.text.rich-text-editor > .rich-text-editor-component {
  margin: 0;
}

.image-text-cta .image-text-cta-text.text.rich-text-editor > .rich-text-editor-component p {
  margin: 0 0 24px;
  color: var(--daterok-text-700);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.image-text-cta
  > .image-text-cta-content-wrapper
  > .image-text-cta-contents
  > .image-text-cta-text-section
  > .image-text-cta-button-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0 0;
  gap: 16px;
}

.testimonial-section.carousel--block_one {
  background: #ffffff;
  padding: 56px 24px 24px;
}

.testimonial-section .testimonial-shell {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.testimonial-section .testimonial-shell::before {
  display: none;
}

.testimonial-section .testimonial-topline {
  z-index: 1;
  text-align: center;
}

.testimonial-section .testimonial-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.62rem;
  border-radius: 0;
  background: #cfff6e;
  border: 1px solid #b9e85f;
  color: #18111e;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.testimonial-section .testimonial-heading {
  margin: 18px auto 10px;
  width: 100%;
  max-width: none;
  color: var(--daterok-ink-900);
  font-family: var(--font-hero);
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
}

.testimonial-section .testimonial-subheading {
  width: min(700px, 100%);
  margin: 0 auto;
  color: var(--daterok-text-700);
  font-size: 1rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.testimonial-section .testimonial-summary-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-summary-pill {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 220px;
  padding: 9px 16px;
  border: 0;
  border-radius: 0;
  background: #000000;
}

.testimonial-section .testimonial-summary-pill strong {
  color: #ffffff;
  font-family: var(--font-hero);
  font-size: 1.2rem;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.testimonial-section .testimonial-summary-pill span {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.4;
}

.testimonial-section .testimonial-slider-stage {
  position: relative;
  margin-top: 28px;
  padding-right: 66px;
}

.testimonial-section .testimonial-slides {
  position: relative;
  min-height: 304px;
}

.testimonial-section .testimonial-slide {
  display: none;
}

.testimonial-section .testimonial-slide.is-active {
  display: block;
  animation: testimonial-fade 340ms ease;
}

@keyframes testimonial-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-section .testimonial-card {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid #e8dce1;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.testimonial-section .testimonial-rating-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 28px 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 9rem),
    linear-gradient(160deg, #180f15, #33111a 54%, #6d1d31 130%);
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.testimonial-section .testimonial-stars {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #ffcb66;
  font-size: 0.98rem;
}

.testimonial-section .testimonial-rating-value {
  color: var(--daterok-ink-900);
  font-family: var(--font-hero);
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.testimonial-section .testimonial-review-panel {
  padding: 28px 30px 24px;
  background: #ffffff;
}

.testimonial-section .testimonial-review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.testimonial-section .testimonial-quote {
  margin: 0;
  color: var(--daterok-ink-900);
  font-size: clamp(1.12rem, 1.8vw, 1.46rem);
  line-height: 1.58;
  font-weight: 500;
  text-wrap: pretty;
}

.testimonial-section .testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #eee2e7;
}

.testimonial-section .testimonial-rating-person {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  flex-direction: column;
  text-align: center;
}

.testimonial-section .testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff0f4;
  border: 1px solid #f0d4dd;
  color: var(--daterok-red-700);
  font-family: var(--font-hero);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.testimonial-section .testimonial-rating-person .testimonial-avatar {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  width: 66px;
  height: 66px;
  font-size: 1.34rem;
}

.testimonial-section .testimonial-person-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-section .testimonial-person-name {
  color: var(--daterok-ink-900);
  font-family: var(--font-display);
  font-size: 1.04rem;
  line-height: 1.05;
}

.testimonial-section .testimonial-person-role {
  margin-top: 4px;
  color: var(--daterok-text-600);
  font-size: 0.9rem;
  line-height: 1.4;
}

.testimonial-section .testimonial-rating-person .testimonial-person-name {
  color: #ffffff;
  margin-top: 2px;
}

.testimonial-section .testimonial-rating-person .testimonial-person-role {
  color: rgba(255, 255, 255, 0.76);
}

.testimonial-section .testimonial-next {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: 1px solid #e0d4da;
  border-radius: 0;
  background: #ffffff;
  color: var(--daterok-ink-900);
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(25, 14, 20, 0.12);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease,
    border-color 180ms ease;
}

.testimonial-section .testimonial-next:hover {
  background: var(--daterok-red-700);
  border-color: var(--daterok-red-700);
  color: #ffffff;
  transform: translateY(-50%) translateX(2px);
}

.testimonial-section .testimonial-next i {
  font-size: 1rem;
}

.testimonial-section .testimonial-next:focus-visible {
  outline: 2px solid var(--daterok-red-600);
  outline-offset: 4px;
}

.home-faq-section {
  padding: 8px 20px 28px;
  background: #ffffff;
}

.home-faq-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.home-faq-topline {
  width: min(1030px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.home-faq-heading {
  margin: 0;
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(1.68rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.home-faq-list {
  width: min(1030px, 100%);
  margin: 0 auto;
}

.home-faq-item {
  border-top: 1px solid #111111;
  background: transparent;
  box-shadow: none;
}

.home-faq-item[open] {
  border-top-color: #111111;
  background: transparent;
  box-shadow: none;
}

.home-faq-item summary {
  position: relative;
  display: block;
  padding: 18px 56px 18px 2px;
  cursor: pointer;
  list-style: none;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(0.94rem, 1.28vw, 1.14rem);
  font-weight: 700;
  line-height: 1.28;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::before,
.home-faq-item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 3px;
  background: #050505;
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.home-faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.home-faq-item[open] summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleX(0.2);
}

.home-faq-item p {
  margin: 0;
  padding: 0 56px 18px 2px;
  color: #505050;
  font-size: 1rem;
  line-height: 1.75;
}

.site-footer {
  margin-top: 30px;
  background:
    radial-gradient(circle at top right, rgba(231, 66, 89, 0.14), transparent 18rem),
    linear-gradient(180deg, #120b10 0%, #0b070a 100%);
  color: #f8eef2;
}

.footer-shell {
  width: min(1240px, 92vw);
  margin: 0 auto;
  padding: 44px 0 1.2rem;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-block {
  max-width: 44rem;
}

.footer-kicker {
  margin: 0 0 0.45rem;
  color: #ffb4c4;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-brand {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.footer-description {
  margin: 0.72rem 0 0;
  color: rgba(248, 238, 242, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.24rem;
  text-decoration: none;
  background: linear-gradient(135deg, #d5354d, #e74259);
  color: #ffffff;
  border-radius: 0;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.footer-cta:hover {
  background: linear-gradient(135deg, #bd2d44, #db3953);
}

.footer-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem 0 1.26rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-metric {
  padding: 0.96rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.footer-metric strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-hero);
  font-size: 1.42rem;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.footer-metric span {
  display: block;
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid {
  padding: 1.42rem 0 1.1rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 1rem;
}

.footer-column-wide {
  padding-right: 1rem;
}

.footer-title {
  margin: 0 0 0.45rem;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0.28rem 0 0;
  color: rgba(248, 238, 242, 0.72);
  font-size: 0.94rem;
  line-height: 1.64;
}

.footer-copy-compact {
  font-size: 0.9rem;
  line-height: 1.44;
}

.footer-grid a {
  display: block;
  margin: 0.34rem 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-ui);
  font-weight: 700;
}

.footer-grid a:hover {
  color: #ffb4c4;
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(248, 238, 242, 0.62);
  font-size: 0.88rem;
}

.footer-bottom-copy {
  justify-self: start;
}

.footer-bottom-note {
  justify-self: end;
  text-align: right;
}

.footer-bottom-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  justify-self: center;
}

.footer-legal-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(248, 238, 242, 0.62);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.footer-legal-link:hover {
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1120px) {
  .course-showcase-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .course-showcase-intro {
    grid-column: 1 / -1;
    padding: 24px 22px;
  }

  .testimonial-section.carousel--block_one {
    padding: 50px 18px 18px;
  }

  .testimonial-section .testimonial-slider-stage {
    padding-right: 58px;
  }

  .testimonial-section .testimonial-card {
    grid-template-columns: minmax(200px, 232px) minmax(0, 1fr);
  }

  .testimonial-section .testimonial-rating-panel,
  .testimonial-section .testimonial-review-panel {
    padding: 24px 20px;
  }

  .testimonial-section .testimonial-rating-person .testimonial-avatar {
    width: 58px;
    height: 58px;
    font-size: 1.18rem;
  }

  .testimonial-section .testimonial-quote {
    font-size: clamp(1.04rem, 1.55vw, 1.3rem);
  }
}

@media (max-width: 860px) {
  .course-showcase-intro h3 {
    font-size: 1.96rem;
  }

  .course-showcase-card h4 {
    font-size: 1.12rem;
  }

  .home-faq-topline,
  .home-faq-list {
    width: min(92%, 100%);
  }

  .home-faq-heading {
    font-size: clamp(1.6rem, 4.4vw, 2.1rem);
  }

  .testimonial-section .testimonial-heading {
    width: min(92%, 100%);
    font-size: 1.86rem;
  }

  .testimonial-section .testimonial-subheading {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .testimonial-section .testimonial-slider-stage {
    padding-right: 0;
  }

  .testimonial-section .testimonial-card {
    grid-template-columns: 1fr;
  }

  .testimonial-section .testimonial-review-meta {
    flex-wrap: wrap;
  }

  .testimonial-section .testimonial-slides {
    min-height: 430px;
  }

  .testimonial-section .testimonial-next {
    position: static;
    transform: none;
    margin: 18px auto 0;
  }

  .testimonial-section .testimonial-next:hover {
    transform: translateX(2px);
  }
}

@media (max-width: 560px) {
  .course-showcase-section {
    padding: 28px 14px;
  }

  .course-showcase-shell {
    padding: 12px;
    border-radius: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .course-showcase-card {
    grid-template-rows: 118px 1fr;
  }

  .course-showcase-card-media {
    height: 118px;
  }

  .course-showcase-intro {
    padding: 18px 14px;
  }

  .course-showcase-intro h3 {
    font-size: 1.68rem;
  }

  .course-showcase-cta {
    min-height: 40px;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
  }

  .course-showcase-card-body {
    padding: 12px 12px 13px;
  }

  .course-showcase-card h4 {
    font-size: 1.02rem;
  }

  .course-showcase-card-type {
    font-size: 0.84rem;
  }

  .course-showcase-section + .learn-doing-section .image-text-cta > .image-text-cta-content-wrapper {
    padding-top: 28px;
  }

  .home-faq-section {
    padding: 0 14px 20px;
  }

  .home-faq-topline {
    margin-bottom: 20px;
  }

  .home-faq-heading {
    font-size: 1.42rem;
    line-height: 1.04;
  }

  .home-faq-item summary {
    padding: 15px 36px 15px 0;
    font-size: 0.88rem;
  }

  .home-faq-item summary::before,
  .home-faq-item summary::after {
    right: 0;
    width: 14px;
    height: 3px;
  }

  .home-faq-item p {
    padding: 0 36px 15px 0;
    font-size: 0.9rem;
  }

  .testimonial-section.carousel--block_one {
    padding: 46px 14px 8px;
  }

  .testimonial-section .testimonial-eyebrow {
    font-size: 0.72rem;
  }

  .testimonial-section .testimonial-heading {
    margin-top: 14px;
    font-size: 1.62rem;
    line-height: 0.98;
  }

  .testimonial-section .testimonial-summary-pill {
    min-width: 0;
    width: 100%;
    padding: 13px 14px;
  }

  .testimonial-section .testimonial-slides {
    min-height: 448px;
  }

  .testimonial-section .testimonial-rating-panel,
  .testimonial-section .testimonial-review-panel {
    padding: 18px 16px;
  }

  .testimonial-section .testimonial-review-meta {
    gap: 10px;
    margin-top: 16px;
  }

  .testimonial-section .testimonial-rating-value {
    font-size: 1.04rem;
  }

  .testimonial-section .testimonial-quote {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .testimonial-section .testimonial-avatar {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .testimonial-section .testimonial-person-name {
    font-size: 0.98rem;
  }

  .testimonial-section .testimonial-person-role {
    font-size: 0.84rem;
  }

  .footer-shell {
    width: min(100%, 92vw);
    padding: 28px 0 1rem;
  }

  .footer-brand {
    font-size: 1.8rem;
  }

  .footer-description,
  .footer-copy {
    font-size: 0.9rem;
  }

  .footer-metric {
    padding: 0.88rem 0.92rem;
  }
}

@media (max-width: 1280px) {
  .hero-wrap {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    width: min(1240px, 92vw);
    gap: clamp(0.2rem, 0.55vw, 0.45rem);
  }

  .hero-headline-main {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
  }

  .hero-media-shell {
    width: min(100%, 640px);
  }

  .hero-media {
    margin-left: 0;
  }

  .forrester-copy h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 980px) {
  .pain-section {
    padding: 68px 24px;
  }

  .forrester-section {
    padding: 0 15px;
  }

  .skills-section {
    padding: 60px 24px;
  }

  .hero-top {
    padding: 1rem 0 1.2rem;
  }

  .hero-wrap {
    width: min(760px, 92vw);
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: none;
  }

  .hero-headline {
    gap: 0.58rem;
  }

  .hero-headline-main {
    max-width: none;
    font-size: clamp(1.12rem, 4.6vw, 1.55rem);
    line-height: 0.98;
  }

  .hero-line {
    display: block;
  }

  .hero-copy p {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-skill-list {
    gap: 0.48rem;
  }

  .hero-skill-list span {
    font-size: 0.78rem;
  }

  .hero-stat {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-media {
    justify-content: center;
    margin-left: 0;
  }

  .hero-media-shell {
    width: min(100%, 560px);
    padding: 1.2rem 0.2rem;
  }

  .hero-media-shell::after {
    inset: 10% 4% 10% 4%;
  }

  .hero-media-frame {
    padding: 0.65rem;
    border-radius: 1.5rem;
  }

  .hero-media-frame img {
    max-height: none;
    border-radius: 1.05rem;
  }

  .hero-float-card {
    max-width: 13rem;
    padding: 0.72rem 0.78rem;
  }

  .hero-float-card-top {
    top: 0.15rem;
    right: 0;
  }

  .hero-float-card-bottom {
    left: 0;
    bottom: 0.1rem;
  }

  .hero-float-card strong {
    font-size: 0.88rem;
  }

  .trend-wrap {
    width: min(592px, 100%);
  }

  .forrester-wrap {
    width: min(532px, 100%);
    grid-template-columns: 1fr;
  }

  .forrester-copy h3 {
    max-width: none;
    font-size: 26px;
    line-height: 32px;
  }

  .forrester-media {
    padding: 0;
    justify-content: center;
  }

  .forrester-media img {
    width: min(100%, 270px);
  }

  .skills-grid {
    max-width: 760px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skills-headline {
    max-width: 860px;
    margin-bottom: 34px;
  }

  .pricing-section {
    padding: 30px 15px 34px;
  }

  .pricing-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-copy h3 {
    max-width: none;
    font-size: clamp(1.38rem, 4.2vw, 2rem);
  }

  .pricing-metrics {
    max-width: none;
  }

  .domain-card p {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-metrics,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .footer-bottom-note {
    text-align: left;
    justify-self: start;
  }

  .footer-bottom,
  .footer-bottom-meta {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer-bottom-copy,
  .footer-bottom-meta {
    justify-self: start;
  }
}

@media (max-width: 1023px) {
  #idc {
    padding: 0 20px;
  }

  #idc .idc-blade {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 36px 22px 40px;
    background-image: var(--home-idc-blade-full-url, url("https://daterokpullregionv1.b-cdn.net/static/img/home/idc-blade-full.webp"));
    background-size: cover;
  }

  #idc h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  #idc p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
  }

  #idc .idc-path {
    grid-template-columns:
      minmax(0, 1fr)
      14px
      minmax(0, 1fr)
      14px
      minmax(0, 1fr)
      14px
      minmax(0, 1fr)
      14px
      minmax(0, 1fr);
    margin-top: 20px;
  }

  #idc .idc-step-card {
    min-height: 132px;
    padding: 12px 8px 10px;
  }

  #idc .idc-step-card h4 {
    margin-bottom: 7px;
    font-size: 0.74rem;
    line-height: 1.08;
  }

  #idc .idc-step-card p {
    font-size: 0.7rem;
    line-height: 1.24;
  }

  #idc .idc-step-arrow span {
    right: 2px;
    width: 6px;
    height: 6px;
  }

  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper {
    align-items: center;
    padding: 100px 24px 40px;
    gap: 40px;
  }

  .course-showcase-section + .learn-doing-section .image-text-cta > .image-text-cta-content-wrapper {
    padding-top: 34px;
  }

  .cmp-image-text-cta .image-text-cta > .image-text-cta-content-wrapper > .image-text-cta-contents {
    align-items: center;
    gap: 40px;
  }

  .image-text-cta .image-text-cta-heading .cmp-title .cmp-title__text.h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }

}

@media (max-width: 767px) {
  #idc {
    padding: 0 18px;
  }

  #idc .idc-blade {
    max-width: 592px;
    padding: 68px 26px 176px;
    background-image: var(--home-idc-blade-mobile-url, url("https://daterokpullregionv1.b-cdn.net/static/img/home/idc-blade-mobile.webp"));
    background-size: auto 100%;
  }

  #idc h3 {
    font-size: 32px;
    line-height: 40px;
  }

  #idc p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  #idc .idc-path {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  #idc .idc-step-card {
    min-height: 0;
    padding: 16px 16px 15px;
  }

  #idc .idc-step-card h4 {
    font-size: 1.08rem;
    line-height: 1.1;
  }

  #idc .idc-step-card p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  #idc .idc-step-arrow {
    height: 28px;
  }

  #idc .idc-step-arrow::before {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(213, 53, 77, 0.18), rgba(213, 53, 77, 0.9));
  }

  #idc .idc-step-arrow span {
    top: auto;
    right: auto;
    bottom: 2px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    animation: idc-arrow-pulse-vertical 1.7s ease-in-out infinite;
  }
}

@media (max-width: 420px) {
  .hero-float-card {
    max-width: 9.8rem;
    padding: 0.56rem 0.6rem;
  }

  .hero-float-card strong {
    font-size: 0.75rem;
  }

}

@media (max-width: 640px) {
  .hero-top {
    padding: 0.8rem 0 0.96rem;
  }

  .hero-wrap {
    gap: 0.96rem;
  }

  .hero-headline-kicker {
    min-height: 1.9rem;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }

  #idc .idc-blade {
    padding: 68px 26px 176px;
  }

  #idc .idc-step-card {
    padding: 14px 14px 13px;
  }

  #idc .idc-step-card h4 {
    font-size: 0.98rem;
  }

  #idc .idc-step-card p {
    font-size: 0.88rem;
  }

  .hero-headline-main {
    font-size: clamp(1rem, 5.8vw, 1.34rem);
    line-height: 1;
  }

  .hero-skill-list span {
    font-size: 0.75rem;
    padding: 0.46rem 0.66rem;
  }

  .hero-stat {
    padding: 0.68rem 0.74rem;
  }

  .hero-stat-text {
    font-size: 0.7rem;
  }

  .hero-media-shell {
    padding: 0.9rem 0;
  }

  .hero-float-card {
    max-width: 11.2rem;
    padding: 0.62rem 0.68rem;
    border-radius: 0.9rem;
  }

  .hero-float-label {
    font-size: 0.64rem;
  }

  .hero-float-card strong {
    font-size: 0.8rem;
  }

  .hero-float-card-top {
    right: 0.1rem;
  }

  .hero-float-card-bottom {
    left: 0.1rem;
  }

  .skills-section {
    padding: 48px 16px;
  }

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

  .skills-headline {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 24px;
  }

  .skill-card {
    padding: 22px 12px 18px;
    border-radius: 0;
  }

  .skill-icon {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .skill-name {
    font-size: 11px;
  }

  .pricing-section {
    padding: 26px 14px 30px;
  }

  .pricing-card {
    padding: 24px 18px 20px;
  }

  .pricing-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pricing-price {
    font-size: 3rem;
  }

  .pricing-card-copy,
  .pricing-list li {
    font-size: 0.9rem;
  }

}
