.gpf-home-redesign,
.gpf-home-redesign * {
  box-sizing: border-box;
}

.gpf-home-redesign {
  background: #f4f7fc;
  color: #142033;
  overflow-x: hidden;
  padding-bottom: 3rem;
}

.gpf-home-redesign .gpf-legacy-top-carousel,
.gpf-home-redesign .gpf-legacy-monthly-cluster,
.gpf-home-redesign .gpf-legacy-content-filter,
.gpf-home-redesign .gpf-legacy-link-banners,
.gpf-home-redesign .gpf-legacy-teacher-section,
.gpf-home-redesign .gpf-legacy-story,
.gpf-home-redesign .gpf-legacy-news,
.gpf-home-redesign .gpf-legacy-grade-panel,
.gpf-home-redesign .gpf-legacy-grade-mobile {
  display: none !important;
}

.gpf-legacy-fixed-slide {
  display: none !important;
}

.gpf-home-redesign .gpf-top-layout {
  display: grid;
  grid-template-columns: clamp(250px, 18vw, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  width: min(calc(100% - 4rem), 1480px);
  margin: 3.5rem auto 2.25rem;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gpf-home-redesign .gpf-left-cta {
  display: grid;
  align-content: start;
  row-gap: 0.72rem;
  width: 100%;
}

.gpf-home-redesign .gpf-quick-head {
  padding: 1.05rem 1rem 0.95rem;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 38, 71, 0.08);
}

.gpf-home-redesign .gpf-quick-head p {
  margin: 0;
  color: #07162d;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.gpf-home-redesign .gpf-quick-head span {
  display: block;
  margin-top: 0.3rem;
  color: #617085;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

.gpf-home-redesign .gpf-hero__content {
  display: grid;
  grid-template-columns: minmax(28.5rem, 1.04fr) minmax(24rem, 0.86fr);
  gap: clamp(2rem, 3vw, 3.8rem);
  align-items: center;
  min-height: 36rem;
  height: 100%;
  padding: clamp(3rem, 4vw, 4.6rem);
  overflow: hidden;
  border: 1px solid rgba(143, 185, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 8%, rgba(49, 201, 255, 0.24), rgba(49, 201, 255, 0) 30%),
    radial-gradient(circle at 20% 100%, rgba(45, 108, 223, 0.26), rgba(45, 108, 223, 0) 34%),
    linear-gradient(135deg, #0f2454 0%, #07162d 48%, #020817 100%);
  box-shadow: 0 34px 90px rgba(7, 22, 45, 0.3);
}

.gpf-home-redesign .gpf-eyebrow,
.gpf-home-redesign .gpf-section-kicker {
  margin: 0 0 0.875rem;
  color: #2d6cdf;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
}

.gpf-home-redesign .gpf-hero .gpf-eyebrow {
  color: #73b9ff;
  font-size: 0.84rem;
  letter-spacing: 0;
}

.gpf-home-redesign .gpf-hero h1 {
  margin: 0;
  max-width: 40rem;
  color: #ffffff;
  font-size: clamp(2.85rem, 3vw, 3.75rem);
  font-weight: 900;
  line-height: 1.08;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-hero-line {
  display: block;
  white-space: nowrap;
}

.gpf-home-redesign .gpf-hero-accent {
  color: #35d5ff;
  text-shadow: 0 0 28px rgba(53, 213, 255, 0.32);
}

.gpf-home-redesign .gpf-hero__lead {
  margin: 1.35rem 0 0;
  max-width: 39rem;
  color: #d8e5fb;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  font-weight: 600;
  line-height: 1.78;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.gpf-home-redesign .gpf-btn,
.gpf-home-redesign .gpf-section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.125rem;
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gpf-home-redesign .gpf-btn:hover,
.gpf-home-redesign .gpf-section-cta:hover,
.gpf-home-redesign .gpf-cta-card a:hover,
.gpf-home-redesign .gpf-curriculum-card:hover,
.gpf-home-redesign .gpf-mock-card:hover {
  transform: translateY(-1px);
}

.gpf-home-redesign .gpf-btn--primary {
  border: 1px solid #35d5ff;
  background: linear-gradient(135deg, #2d6cdf 0%, #22b7ff 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(34, 183, 255, 0.24);
}

.gpf-home-redesign .gpf-btn--secondary {
  border: 1px solid rgba(167, 201, 255, 0.5);
  background: rgba(2, 13, 35, 0.48);
  color: #ffffff;
}

.gpf-home-redesign .gpf-btn--tertiary {
  border: 1px solid rgba(143, 185, 255, 0.38);
  background: rgba(6, 25, 61, 0.42);
  color: #eaf3ff;
}

.gpf-home-redesign .gpf-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 42rem;
  margin-top: 1.55rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gpf-home-redesign .gpf-hero-metrics div {
  display: grid;
  grid-template-columns: 0.8rem minmax(0, 1fr);
  column-gap: 0.45rem;
  min-width: 0;
  padding: 0 0.75rem;
  color: #ffffff;
}

.gpf-home-redesign .gpf-hero-metrics div:first-child {
  padding-left: 0;
}

.gpf-home-redesign .gpf-hero-metrics div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.gpf-home-redesign .gpf-hero-metrics i {
  display: block;
  grid-row: 1 / span 2;
  width: 0.62rem;
  height: 0.62rem;
  margin-top: 0.16rem;
  border-radius: 50%;
  border: 1px solid rgba(189, 232, 255, 0.8);
  background: rgba(53, 213, 255, 0.18);
  box-shadow: 0 0 18px rgba(53, 213, 255, 0.42);
}

.gpf-home-redesign .gpf-hero-metrics strong,
.gpf-home-redesign .gpf-hero-metrics span {
  display: block;
}

.gpf-home-redesign .gpf-hero-metrics strong {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.22;
}

.gpf-home-redesign .gpf-hero-metrics span {
  margin-top: 0.16rem;
  color: #c3d7f8;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.gpf-home-redesign .gpf-section-cta {
  border: 1px solid #214fba;
  background: #1746a2;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 70, 162, 0.22);
}

.gpf-home-redesign .gpf-hero__visual {
  display: flex;
  position: relative;
  min-width: 0;
  min-height: 28.5rem;
  align-items: center;
  justify-content: center;
}

.gpf-home-redesign .gpf-hero__visual::before {
  position: absolute;
  inset: -4% -10% 0 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 213, 255, 0.2), rgba(53, 213, 255, 0) 64%);
  content: "";
  pointer-events: none;
}

.gpf-home-redesign .gpf-visual-stage {
  position: relative;
  z-index: 1;
  width: min(112%, 34rem);
  min-height: 28.5rem;
  margin-left: auto;
}

.gpf-home-redesign .gpf-visual-stage::after {
  position: absolute;
  top: 3rem;
  right: 0.25rem;
  z-index: 0;
  width: 86%;
  height: 19rem;
  border: 1px solid rgba(177, 208, 255, 0.24);
  border-radius: 8px;
  background: rgba(119, 163, 239, 0.13);
  transform: rotate(3deg);
  content: "";
}

.gpf-home-redesign .gpf-dashboard-card {
  position: relative;
  z-index: 1;
  width: min(100%, 32rem);
  min-height: 23rem;
  margin: 1rem 0 4.1rem auto;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  transform: rotate(-2deg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.gpf-home-redesign .gpf-dashboard-chrome {
  display: flex;
  gap: 0.4rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e7edf7;
}

.gpf-home-redesign .gpf-dashboard-chrome i {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #c8d3e5;
}

.gpf-home-redesign .gpf-dashboard-chrome i:first-child {
  background: #35d5ff;
}

.gpf-home-redesign .gpf-dashboard-chrome i:nth-child(2) {
  background: #7aa7ff;
}

.gpf-home-redesign .gpf-dashboard-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.gpf-home-redesign .gpf-dashboard-card__head span {
  color: #07162d;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.3;
}

.gpf-home-redesign .gpf-dashboard-card__head strong {
  color: #5f6f8a;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0;
}

.gpf-home-redesign .gpf-dashboard-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.gpf-home-redesign .gpf-dashboard-metric-grid div {
  min-width: 0;
  padding: 0.78rem 0.85rem;
  border: 1px solid #e5edf8;
  border-radius: 8px;
  background: #f8fbff;
}

.gpf-home-redesign .gpf-dashboard-metric-grid span,
.gpf-home-redesign .gpf-dashboard-metric-grid strong {
  display: block;
}

.gpf-home-redesign .gpf-dashboard-metric-grid span {
  color: #607087;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
}

.gpf-home-redesign .gpf-dashboard-metric-grid strong {
  margin-top: 0.24rem;
  color: #10213a;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.1;
}

.gpf-home-redesign .gpf-dashboard-linechart {
  position: relative;
  height: 8.3rem;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid #e3ebf7;
  border-radius: 8px;
  background:
    linear-gradient(#edf3fb 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #edf3fb 1px, transparent 1px) 0 0 / 20% 100%,
    #ffffff;
}

.gpf-home-redesign .gpf-chart-area {
  position: absolute;
  left: 9%;
  right: 7%;
  bottom: 1.05rem;
  height: 5.8rem;
  background: linear-gradient(180deg, rgba(45, 108, 223, 0.2), rgba(53, 213, 255, 0));
  clip-path: polygon(0 72%, 18% 54%, 35% 62%, 58% 31%, 78% 42%, 100% 18%, 100% 100%, 0 100%);
}

.gpf-home-redesign .gpf-chart-segment {
  position: absolute;
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #286ce8, #35d5ff);
  transform-origin: left center;
}

.gpf-home-redesign .gpf-chart-segment--1 {
  left: 10%;
  top: 64%;
  width: 16.5%;
  transform: rotate(-18deg);
}

.gpf-home-redesign .gpf-chart-segment--2 {
  left: 25%;
  top: 52%;
  width: 16%;
  transform: rotate(10deg);
}

.gpf-home-redesign .gpf-chart-segment--3 {
  left: 40%;
  top: 58%;
  width: 22%;
  transform: rotate(-31deg);
}

.gpf-home-redesign .gpf-chart-segment--4 {
  left: 59%;
  top: 33%;
  width: 19%;
  transform: rotate(12deg);
}

.gpf-home-redesign .gpf-chart-segment--5 {
  left: 76%;
  top: 41%;
  width: 18%;
  transform: rotate(-30deg);
}

.gpf-home-redesign .gpf-chart-point {
  position: absolute;
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #286ce8;
  box-shadow: 0 0 0 3px rgba(53, 213, 255, 0.16);
}

.gpf-home-redesign .gpf-chart-point--1 {
  left: 9.5%;
  top: 61%;
}

.gpf-home-redesign .gpf-chart-point--2 {
  left: 25.5%;
  top: 49%;
}

.gpf-home-redesign .gpf-chart-point--3 {
  left: 40.5%;
  top: 55%;
}

.gpf-home-redesign .gpf-chart-point--4 {
  left: 59.5%;
  top: 30%;
}

.gpf-home-redesign .gpf-chart-point--5 {
  left: 76.5%;
  top: 38%;
}

.gpf-home-redesign .gpf-chart-point--6 {
  left: 90.5%;
  top: 22%;
}

.gpf-home-redesign .gpf-video-card {
  position: absolute;
  right: 0.15rem;
  bottom: 0.75rem;
  z-index: 3;
  width: min(72%, 21rem);
  min-height: 7.2rem;
  padding: 1.25rem 1.25rem 1.2rem 4.65rem;
  border: 1px solid rgba(53, 213, 255, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 18%, rgba(53, 213, 255, 0.2), rgba(53, 213, 255, 0) 35%),
    linear-gradient(135deg, rgba(53, 213, 255, 0.12), rgba(111, 71, 217, 0.08)),
    #06162f;
  transform: rotate(2deg);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.gpf-home-redesign .gpf-video-card span {
  color: #75cfff;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.4;
}

.gpf-home-redesign .gpf-video-card strong {
  display: block;
  margin-top: 0.34rem;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.35;
}

.gpf-home-redesign .gpf-video-card i {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  width: 2.55rem;
  height: 2.55rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #35d5ff;
  box-shadow: 0 0 20px rgba(53, 213, 255, 0.42);
}

.gpf-home-redesign .gpf-video-card i::before {
  position: absolute;
  left: 1rem;
  top: 0.74rem;
  border-top: 0.52rem solid transparent;
  border-bottom: 0.52rem solid transparent;
  border-left: 0.72rem solid #07162d;
  content: "";
}

.gpf-home-redesign .gpf-system-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 10.6rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.gpf-home-redesign .gpf-system-card--main {
  min-height: 12.5rem;
  padding: 2rem;
}

.gpf-home-redesign .gpf-system-card span {
  display: block;
  color: #9fd1ff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.gpf-home-redesign .gpf-system-card strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  font-weight: 900;
  line-height: 1.14;
}

.gpf-home-redesign .gpf-system-card p {
  margin: 0.75rem 0 0;
  color: #c8d7ef;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.gpf-home-redesign .gpf-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gpf-home-redesign .gpf-system-grid div {
  min-height: 6.2rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.gpf-home-redesign .gpf-system-grid b,
.gpf-home-redesign .gpf-system-grid span {
  display: block;
}

.gpf-home-redesign .gpf-system-grid b {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.gpf-home-redesign .gpf-system-grid span {
  margin-top: 0.45rem;
  color: #c6d7f3;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.gpf-home-redesign .gpf-main-composition {
  display: block;
  width: min(calc(100% - 4rem), 1360px);
  margin: 0 auto;
}

.gpf-home-redesign .gpf-main-content {
  width: 100%;
}

.gpf-home-redesign .gpf-cta-card {
  display: flex;
  min-height: 4.7rem;
  flex-direction: column;
  padding: 0.7rem;
  border: 1px solid rgba(203, 216, 235, 0.92);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 38, 71, 0.07);
}

.gpf-home-redesign .gpf-cta-card__top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.gpf-home-redesign .gpf-quick-icon {
  display: inline-flex;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eff6ff;
  color: #1746a2;
}

.gpf-home-redesign .gpf-quick-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gpf-home-redesign .gpf-quick-icon--partner {
  background: #eef5ff;
  color: #1746a2;
}

.gpf-home-redesign .gpf-quick-icon--sample {
  background: #f2f0ff;
  color: #6f47d9;
}

.gpf-home-redesign .gpf-quick-icon--news {
  background: #effaf9;
  color: #008aa9;
}

.gpf-home-redesign .gpf-quick-icon--cardnews {
  background: #fff5f7;
  color: #a24374;
}

.gpf-home-redesign .gpf-quick-icon--qna {
  background: #f4f7fb;
  color: #07162d;
}

.gpf-home-redesign .gpf-cta-card__title {
  margin: 0;
  color: #101d33;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-cta-card__desc {
  margin: 0.32rem 0 0;
  color: #617085;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-cta-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.05rem;
  margin-top: 0.55rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid #d7e1f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #07162d;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.gpf-home-redesign .gpf-home-section {
  margin: 2rem 0 2.5rem;
  padding: 2rem;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(18, 38, 71, 0.08);
}

.gpf-home-redesign .gpf-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.gpf-home-redesign .gpf-section-head--stacked {
  align-items: flex-start;
}

.gpf-home-redesign .gpf-section-head h2,
.gpf-home-redesign .gpf-books-copy h2,
.gpf-home-redesign .gpf-mock-copy h2 {
  margin: 0;
  color: #07162d;
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.22;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-section-desc {
  margin: 1rem 0 0;
  color: #5b6880;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-books-section {
  background: #fbfcff;
}

.gpf-home-redesign .gpf-mock-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.72fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.35rem;
}

.gpf-home-redesign .gpf-books-head {
  margin-bottom: 1.35rem;
}

.gpf-home-redesign .gpf-books-copy {
  max-width: 48rem;
}

.gpf-home-redesign .gpf-books-feature-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid #c6daf8;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef7ff 0%, #f6fbff 100%);
  color: #0f2a52;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
  box-shadow: 0 10px 24px rgba(45, 108, 223, 0.08);
}

.gpf-home-redesign .gpf-books-feature-note span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d6cdf 0%, #19c2e6 100%);
}

.gpf-home-redesign .gpf-books-feature-note span::before {
  width: 0.42rem;
  height: 0.7rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(42deg) translate(-1px, -1px);
  content: "";
}

.gpf-home-redesign .gpf-books-copy .gpf-section-cta,
.gpf-home-redesign .gpf-mock-copy .gpf-section-cta {
  margin-top: 1.4rem;
}

.gpf-home-redesign .gpf-mock-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.gpf-home-redesign .gpf-mock-visual {
  aspect-ratio: 1200 / 630;
}

.gpf-home-redesign .gpf-mock-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gpf-home-redesign .gpf-curriculum-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.95rem;
}

.gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card {
  grid-column: span 2;
}

.gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.gpf-home-redesign .gpf-curriculum-card,
.gpf-home-redesign .gpf-mock-card {
  display: block;
  min-width: 0;
  min-height: 7.4rem;
  padding: 1rem;
  border: 1px solid #dfe7f3;
  border-radius: 8px;
  background: #ffffff;
  color: #142033;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gpf-home-redesign .gpf-curriculum-card--compact,
.gpf-home-redesign .gpf-mock-card--compact {
  position: relative;
  overflow: hidden;
}

.gpf-home-redesign .gpf-mock-card--compact::before {
  display: block;
  width: 2.4rem;
  height: 0.18rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: #2d6cdf;
  content: "";
}

.gpf-home-redesign .gpf-curriculum-media {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 0.95rem;
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #fff;
}

.gpf-home-redesign .gpf-curriculum-media::before {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #2d6cdf;
  content: "";
}

.gpf-home-redesign .gpf-curriculum-media::after {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  content: "";
}

.gpf-home-redesign .gpf-curriculum-media.gpf-curriculum-media--image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.gpf-home-redesign .gpf-curriculum-media--image::before,
.gpf-home-redesign .gpf-curriculum-media--image::after {
  content: none;
}

.gpf-home-redesign .gpf-curriculum-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.15rem;
  object-fit: contain;
  box-sizing: border-box;
}

.gpf-home-redesign .gpf-curriculum-media--craft {
  background:
    linear-gradient(135deg, rgba(111, 71, 217, 0.18), rgba(45, 108, 223, 0.08)),
    #f7f4ff;
}

.gpf-home-redesign .gpf-curriculum-media--deep {
  background:
    linear-gradient(135deg, rgba(7, 22, 45, 0.14), rgba(45, 108, 223, 0.1)),
    #f4f7fc;
}

.gpf-home-redesign .gpf-curriculum-media--observe {
  background:
    linear-gradient(135deg, rgba(45, 108, 223, 0.16), rgba(0, 167, 216, 0.1)),
    #f3fbff;
}

.gpf-home-redesign .gpf-curriculum-media--prism {
  background:
    linear-gradient(135deg, rgba(111, 71, 217, 0.2), rgba(0, 167, 216, 0.12)),
    #f8f6ff;
}

.gpf-home-redesign .gpf-curriculum-media--suneung {
  background:
    linear-gradient(135deg, rgba(162, 67, 116, 0.16), rgba(7, 22, 45, 0.1)),
    #fff6fa;
}

.gpf-home-redesign .gpf-curriculum-media--climbing {
  background:
    linear-gradient(135deg, rgba(7, 22, 45, 0.14), rgba(19, 42, 86, 0.08)),
    #f5f8fc;
}

.gpf-home-redesign .gpf-curriculum-media--craft,
.gpf-home-redesign .gpf-curriculum-media--deep,
.gpf-home-redesign .gpf-curriculum-media--observe,
.gpf-home-redesign .gpf-curriculum-media--prism,
.gpf-home-redesign .gpf-curriculum-media--suneung,
.gpf-home-redesign .gpf-curriculum-media--climbing {
  background: #fff;
}

.gpf-home-redesign .gpf-curriculum-media--craft::before {
  background: #6f47d9;
}

.gpf-home-redesign .gpf-curriculum-media--deep::before,
.gpf-home-redesign .gpf-curriculum-media--climbing::before {
  background: #07162d;
}

.gpf-home-redesign .gpf-curriculum-media--observe::before {
  background: #00a7d8;
}

.gpf-home-redesign .gpf-curriculum-media--prism::before {
  background: #6f47d9;
}

.gpf-home-redesign .gpf-curriculum-media--suneung::before {
  background: #a24374;
}

.gpf-home-redesign .gpf-curriculum-card:hover,
.gpf-home-redesign .gpf-mock-card:hover {
  border-color: #b9cae7;
  box-shadow: 0 16px 36px rgba(18, 38, 71, 0.1);
}

.gpf-home-redesign .gpf-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 2.05 / 1;
  margin-bottom: 1rem;
  border-radius: 6px;
  background: #edf3fb;
}

.gpf-home-redesign .gpf-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpf-home-redesign .gpf-mock-card .gpf-card-media img {
  object-fit: contain;
}

.gpf-home-redesign .gpf-curriculum-card strong,
.gpf-home-redesign .gpf-mock-card strong {
  display: block;
  color: #152542;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-curriculum-card p,
.gpf-home-redesign .gpf-mock-card p {
  margin: 0.55rem 0 0;
  color: #627085;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.55;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-curriculum-card--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15.5rem;
  background:
    linear-gradient(135deg, rgba(45, 108, 223, 0.24), rgba(111, 71, 217, 0.2)),
    #0d2142;
  color: #ffffff;
}

.gpf-home-redesign .gpf-curriculum-card--text strong,
.gpf-home-redesign .gpf-curriculum-card--text p {
  color: #ffffff;
}

.gpf-home-redesign .gpf-card-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.65rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #dce9ff;
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.2;
}

.gpf-home-redesign .gpf-mock-section {
  background: #ffffff;
}

.gpf-home-redesign .gpf-mock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.gpf-home-redesign .gpf-mock-card--compact {
  min-height: 7rem;
}

.gpf-home-redesign .gpf-mock-card .gpf-card-media {
  min-height: 220px;
  background: #fff;
  aspect-ratio: 1.35 / 1;
}

.gpf-home-redesign .gpf-program-section {
  border-color: #cfdcf2;
  background:
    linear-gradient(135deg, rgba(232, 241, 255, 0.96) 0%, rgba(246, 249, 255, 0.98) 48%, rgba(239, 243, 255, 0.96) 100%),
    #f3f7ff;
  box-shadow: 0 22px 56px rgba(29, 78, 216, 0.11);
}

.gpf-home-redesign .gpf-program-section .gpf-section-head h2 {
  color: #061833;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.gpf-home-redesign .gpf-program-section .gpf-section-head h2 span {
  color: #2563eb;
}

.gpf-home-redesign .gpf-program-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.gpf-home-redesign .gpf-program-card {
  min-height: 9.25rem;
  padding: 1rem;
  border: 1px solid #cad7ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.08);
}

.gpf-home-redesign .gpf-program-card span {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d6cdf 0%, #6d5dfc 100%);
  color: #ffffff;
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 16px rgba(45, 108, 223, 0.18);
}

.gpf-home-redesign .gpf-program-card strong {
  display: block;
  margin-top: 0.85rem;
  color: #152542;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-program-card p {
  margin: 0.55rem 0 0;
  color: #627085;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-program-section .gpf-section-cta {
  margin-top: 1.4rem;
}

.gpf-home-redesign .gpf-partner-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.gpf-home-redesign .gpf-partner-copy h2 {
  margin: 0;
  color: #07162d;
  font-size: clamp(1.55rem, 2.35vw, 2.3rem);
  font-weight: 900;
  line-height: 1.25;
  word-break: keep-all;
}

.gpf-home-redesign .gpf-logo-marquee {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.gpf-home-redesign .gpf-logo-marquee::before,
.gpf-home-redesign .gpf-logo-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 3rem;
  content: "";
  pointer-events: none;
}

.gpf-home-redesign .gpf-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.gpf-home-redesign .gpf-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.gpf-home-redesign .gpf-logo-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  animation: gpfLogoMarquee 90s linear infinite;
}

.gpf-home-redesign .gpf-logo-marquee:hover .gpf-logo-track {
  animation-play-state: paused;
}

.gpf-home-redesign .gpf-logo-card {
  display: flex;
  flex: 0 0 18rem;
  height: 8.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gpf-home-redesign .gpf-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes gpfLogoMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .gpf-home-redesign .gpf-top-layout {
    grid-template-columns: 1fr;
    width: min(calc(100% - 4rem), 1180px);
  }

  .gpf-home-redesign .gpf-left-cta {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpf-home-redesign .gpf-hero {
    order: 1;
  }

  .gpf-home-redesign .gpf-hero__content {
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .gpf-home-redesign .gpf-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gpf-home-redesign .gpf-partner-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .gpf-home-redesign .gpf-mock-layout {
    grid-template-columns: 1fr;
  }

  .gpf-home-redesign .gpf-curriculum-grid,
  .gpf-home-redesign .gpf-mock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card,
  .gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card:nth-child(4),
  .gpf-home-redesign .gpf-curriculum-grid > .gpf-curriculum-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 757px) {
  .gpf-home-redesign {
    padding-bottom: 2rem;
  }

  .gpf-home-redesign .gpf-top-layout {
    width: calc(100% - 2rem);
    margin: 1rem auto 1.4rem;
    padding: 0.75rem;
  }

  .gpf-home-redesign .gpf-left-cta,
  .gpf-home-redesign .gpf-program-grid,
  .gpf-home-redesign .gpf-curriculum-grid,
  .gpf-home-redesign .gpf-mock-grid {
    grid-template-columns: 1fr;
  }

  .gpf-home-redesign .gpf-logo-track {
    animation-duration: 70s;
  }

  .gpf-home-redesign .gpf-curriculum-media {
    min-height: 220px;
  }

  .gpf-home-redesign .gpf-mock-card .gpf-card-media {
    min-height: 220px;
  }

  .gpf-home-redesign .gpf-hero__content {
    min-height: 0;
    gap: 1.15rem;
    padding: 1.05rem;
  }

  .gpf-home-redesign .gpf-eyebrow,
  .gpf-home-redesign .gpf-section-kicker {
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
  }

  .gpf-home-redesign .gpf-hero h1 {
    font-size: 2.05rem;
    line-height: 1.03;
  }

  .gpf-home-redesign .gpf-hero__lead {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .gpf-home-redesign .gpf-hero__lead br,
  .gpf-home-redesign .gpf-section-desc br {
    display: none;
  }

  .gpf-home-redesign .gpf-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .gpf-home-redesign .gpf-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .gpf-home-redesign .gpf-hero-metrics div {
    padding: 0;
    border-left: 0 !important;
  }

  .gpf-home-redesign .gpf-hero-metrics i {
    width: 0.45rem;
    height: 0.45rem;
    margin-bottom: 0.35rem;
  }

  .gpf-home-redesign .gpf-hero-metrics strong {
    font-size: 0.86rem;
  }

  .gpf-home-redesign .gpf-hero-metrics span {
    font-size: 0.7rem;
  }

  .gpf-home-redesign .gpf-btn,
  .gpf-home-redesign .gpf-section-cta {
    min-height: 2.65rem;
    padding: 0.65rem 0.9rem;
    font-size: 0.86rem;
  }

  .gpf-home-redesign .gpf-hero__visual {
    min-height: 17.5rem;
  }

  .gpf-home-redesign .gpf-dashboard-card {
    width: 100%;
    min-height: 15.2rem;
    padding: 0.95rem;
  }

  .gpf-home-redesign .gpf-dashboard-card__head strong {
    font-size: 1.12rem;
  }

  .gpf-home-redesign .gpf-dashboard-chart {
    height: 5.5rem;
    margin-top: 0.9rem;
    padding: 0.65rem;
  }

  .gpf-home-redesign .gpf-dashboard-list {
    gap: 0.42rem;
    margin-top: 0.65rem;
  }

  .gpf-home-redesign .gpf-dashboard-list p {
    padding: 0.48rem 0.55rem;
  }

  .gpf-home-redesign .gpf-dashboard-list span,
  .gpf-home-redesign .gpf-dashboard-list strong {
    font-size: 0.74rem;
  }

  .gpf-home-redesign .gpf-video-card {
    right: 0.45rem;
    bottom: 0.1rem;
    width: min(86%, 16rem);
    padding: 0.8rem 0.75rem 0.8rem 3.25rem;
  }

  .gpf-home-redesign .gpf-video-card strong {
    font-size: 0.82rem;
  }

  .gpf-home-redesign .gpf-system-card {
    min-height: 0;
    padding: 0.9rem;
  }

  .gpf-home-redesign .gpf-system-card span {
    font-size: 0.72rem;
  }

  .gpf-home-redesign .gpf-system-card strong {
    font-size: 1.12rem;
  }

  .gpf-home-redesign .gpf-system-card p {
    margin-top: 0.4rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .gpf-home-redesign .gpf-system-grid {
    display: none;
  }

  .gpf-home-redesign .gpf-grade-card {
    padding: 0.7rem;
  }

  .gpf-home-redesign .gpf-grade-table th,
  .gpf-home-redesign .gpf-grade-table td {
    padding: 0.18rem 0.16rem;
    font-size: 0.68rem;
  }

  .gpf-home-redesign .gpf-main-composition {
    width: calc(100% - 2rem);
  }

  .gpf-home-redesign .gpf-home-section {
    margin: 1.4rem 0 1.7rem;
    padding: 1.2rem;
  }

  .gpf-home-redesign .gpf-section-head,
  .gpf-home-redesign .gpf-section-head--stacked {
    display: block;
  }

  .gpf-home-redesign .gpf-section-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .gpf-home-redesign .gpf-mock-card,
  .gpf-home-redesign .gpf-program-card {
    min-height: 0;
  }

  .gpf-home-redesign .gpf-curriculum-card,
  .gpf-home-redesign .gpf-curriculum-card--text,
  .gpf-home-redesign .gpf-mock-card {
    min-height: 0;
  }

  .gpf-home-redesign .gpf-card-media {
    aspect-ratio: 2.15 / 1;
  }

  .gpf-home-redesign .gpf-logo-card {
    flex-basis: 13rem;
    height: 5rem;
  }
}
