/**
 * Geese Project Design System — GPLI LMS Homepage
 * Hardcoded marketing sections for home_gpli.php, built on the same --gp-*
 * tokens as the rest of the design system (full light/dark support).
 * Source: client-provided "gpli-lms-landing-package/index.html" design
 * preview — component classes below are a token-based rebuild of that
 * preview's own inline CSS, not a copy of it (the preview hardcodes its own
 * light-only colors with no dark-mode values).
 */

.gp-ds .gpli-home .container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 24px;
}

.gp-ds .gpli-home section {
  position: relative;
}

.gp-ds .gpli-home .section-pad {
  padding: 88px 0;
}

.gp-ds .gpli-home .bg-muted {
  background: var(--gp-surface-sunk);
}

.gp-ds .gpli-home .gpli-bg-primary {
  background: var(--gp-accent);
  color: #fff;
}

.gp-ds .gpli-home .bg-blue-soft {
  background: var(--gp-info-soft);
}

/* .gp-landing (gp-landing.css) forces every section to at least 48vh tall
   and vertically centers its content — meant for sections with enough
   content to look intentional at that height. A short, single-purpose
   band like the 3-icon feature row instead ends up with large empty
   margins above/below on tall or zoomed-out screens. Opt out here: size
   to the section's own padding + content instead of the viewport. */
.gp-ds .gpli-home section.gp-landing-compact {
  min-height: 0;
}

/* ========== Hero ========== */
.gp-ds .gpli-home .page-hero.ph-light {
  background: linear-gradient(180deg, var(--gp-surface) 0%, var(--gp-surface-sunk) 100%);
  color: var(--gp-fg);
  padding: 76px 24px 0;
}

/* Admin-uploaded section background photos (Home Page Builder screen: hero,
   quiz banner, closing CTA band). The photo URL is set inline via a PHP
   style="" attribute since it comes from the database; the tint overlay
   stays here as a token-based ::before so it still flips correctly between
   light/dark instead of being baked into that inline style.

   Two different tints, not one, because these sections aren't the same
   kind of surface: the hero is a theme-following light/dark card (dark
   text on it), so its scrim uses --gp-surface, which itself flips between
   near-white and near-black. The quiz banner and CTA band are permanently
   navy with permanently white text regardless of theme, so tinting them
   with --gp-surface would wash them white in light mode and break that
   white text — they use --gp-accent (navy) instead, which doesn't flip. */
.gp-ds .gpli-home .page-hero.ph-light.has-bg-photo {
  position: relative;
  background-color: var(--gp-surface);
}

.gp-ds .gpli-home .page-hero.ph-light.has-bg-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  /* A flat, fairly opaque scrim rather than fading to the raw photo in the
     middle — the hero's search box and paragraph text sit there and need
     reliable contrast against ANY uploaded photo, not just light/low-detail
     ones. --gp-surface is near-white in light mode, near-black in dark, so
     this still reads as "photo behind glass" rather than hiding it outright. */
  background: var(--gp-surface);
  opacity: 0.86;
  z-index: 0;
}

.gp-ds .gpli-home .page-hero.ph-light.has-bg-photo .ph-grid {
  position: relative;
  z-index: 1;
}

.gp-ds .gpli-home .quiz-banner.has-bg-photo,
.gp-ds .gpli-home .cta-band.has-bg-photo {
  position: relative;
  background-color: var(--gp-accent);
}

.gp-ds .gpli-home .quiz-banner.has-bg-photo::before,
.gp-ds .gpli-home .cta-band.has-bg-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gp-accent);
  opacity: 0.78;
  z-index: 0;
  border-radius: inherit;
}
/* Content/z-index layering (chevrons above the scrim, text above the
   chevrons) is already handled by the .ph-flock and ".cta-band .container,
   .quiz-banner > div:not(.ph-flock)" rules further down this file — nothing
   extra needed here. */

.gp-ds .gpli-home .ph-grid {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.gp-ds .gpli-home .ph-copy {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.gp-ds .gpli-home .eyebrow {
  font-family: var(--gp-font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gp-gold-deep);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.gp-ds .gpli-home .eyebrow::before {
  content: "";
  height: 1px;
  width: 36px;
  background: var(--gp-gold-deep);
}

.gp-ds .gpli-home .ph-grid h1 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
}

.gp-ds .gpli-home .ph-grid h1 .accent-gold {
  color: var(--gp-gold-deep);
}

.gp-ds .gpli-home .ph-sub {
  color: var(--gp-fg-muted);
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.65;
}

.gp-ds .gpli-home .ph-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.gp-ds .gpli-home .hero-search {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 28px auto 0;
}

.gp-ds .gpli-home .hero-search input {
  flex: 1;
  min-width: 0;
  padding: 13px 16px;
  border-radius: var(--gp-radius);
  border: 1px solid var(--gp-border-strong);
  background: var(--gp-surface);
  color: var(--gp-fg);
  font-family: var(--gp-font-body);
  font-size: 14px;
}

.gp-ds .gpli-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  text-align: center;
}

.gp-ds .gpli-home .hero-stats .stat .num {
  font-family: var(--gp-font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--gp-primary);
}

.gp-ds .gpli-home .hero-stats .stat .lbl {
  font-family: var(--gp-font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--gp-fg);
  margin-top: 4px;
}

.gp-ds .gpli-home .hero-stats .stat .sub {
  font-size: 12px;
  color: var(--gp-fg-muted);
  margin-top: 2px;
}

@media (max-width: 640px) {
  .gp-ds .gpli-home .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== Section headings ========== */
.gp-ds .gpli-home .section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.gp-ds .gpli-home .section-eyebrow {
  font-family: var(--gp-font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gp-secondary);
  margin-bottom: 12px;
}

.gp-ds .gpli-home .section-head h2 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

/* Brand two-tone heading accent — pairs with the red .section-eyebrow /
   .eyebrow above each heading so the page reads in both brand colors,
   not just one. Hardcoded headings only: never wrap DB-driven text
   (course titles, instructor names, review copy) in this. */
.gp-ds .gpli-home .gp-two-tone-blue {
  color: var(--gp-primary);
}

.gp-ds .gpli-home .gp-two-tone-red {
  color: var(--gp-secondary);
}

.gp-ds .gpli-home .section-head p {
  font-size: 16px;
  color: var(--gp-fg-muted);
  margin-top: 16px;
}

/* ========== Feature trio ========== */
.gp-ds .gpli-home .feat-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  text-align: center;
}

.gp-ds .gpli-home .feat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gp-info-soft);
  color: var(--gp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.gp-ds .gpli-home .feat-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.gp-ds .gpli-home .feat-trio h3 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.gp-ds .gpli-home .feat-trio p {
  color: var(--gp-fg-muted);
  font-size: 14px;
}

@media (max-width: 760px) {
  .gp-ds .gpli-home .feat-trio {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ========== Photo / video strip ========== */
.gp-ds .gpli-home .lms-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.gp-ds .gpli-home .strip-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--gp-shadow-card);
}

.gp-ds .gpli-home .strip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gp-ds .gpli-home .strip-media.featured-video .video-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gp-secondary);
  color: #fff;
  font-family: var(--gp-font-head);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.gp-ds .gpli-home .strip-media .play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 33, 93, 0.25);
}

.gp-ds .gpli-home .strip-media .play span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gp-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-ds .gpli-home .strip-media .play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.gp-ds .gpli-home .video-caption {
  margin-top: 12px;
}

.gp-ds .gpli-home .video-caption h4 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.gp-ds .gpli-home .video-caption .pace {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--gp-fg-muted);
}

@media (max-width: 860px) {
  .gp-ds .gpli-home .lms-strip {
    grid-template-columns: 1fr;
  }
}

/* ========== grids ========== */
.gp-ds .gpli-home .g3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gp-ds .gpli-home .g4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 900px) {
  .gp-ds .gpli-home .g3,
  .gp-ds .gpli-home .g4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gp-ds .gpli-home .g3,
  .gp-ds .gpli-home .g4 {
    grid-template-columns: 1fr;
  }
}

/* ========== Top course card ========== */
.gp-ds .gpli-home .tc-card {
  background: var(--gp-surface);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--gp-shadow-card);
  border: 1px solid var(--gp-border);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gp-ds .gpli-home .tc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 33, 93, 0.14);
}

.gp-ds .gpli-home .tc-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
}

.gp-ds .gpli-home .tc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gp-ds .gpli-home .tc-level {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gp-surface);
  color: var(--gp-fg);
  font-family: var(--gp-font-head);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: var(--gp-shadow-card);
}

.gp-ds .gpli-home .tc-body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gp-ds .gpli-home .tc-rating {
  font-size: 12.5px;
  color: var(--gp-fg-muted);
  margin-bottom: 8px;
}

.gp-ds .gpli-home .tc-rating .stars {
  color: var(--gp-gold-deep);
  letter-spacing: 1px;
}

.gp-ds .gpli-home .tc-body h3 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
}

.gp-ds .gpli-home .tc-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--gp-fg-muted);
  margin-bottom: 16px;
}

.gp-ds .gpli-home .tc-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gp-ds .gpli-home .tc-meta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.gp-ds .gpli-home .tc-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gp-ds .gpli-home .tc-price {
  font-family: var(--gp-font-head);
  font-weight: 800;
  font-size: 18px;
  color: var(--gp-fg);
}

.gp-ds .gpli-home .tc-price.free {
  color: var(--gp-success);
}

.gp-ds .gpli-home .tc-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gp-ds .gpli-home .tc-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  border: 1px solid var(--gp-border);
  background: var(--gp-surface);
  color: var(--gp-fg-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gp-ds .gpli-home .tc-icon-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

/* ========== Function / category cards ========== */
.gp-ds .gpli-home .fn-card {
  background: var(--gp-surface);
  border: 1px solid var(--gp-border);
  border-radius: 14px;
  padding: 26px 22px;
}

.gp-ds .gpli-home .fn-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--gp-info-soft);
  color: var(--gp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.gp-ds .gpli-home .fn-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.gp-ds .gpli-home .fn-card h3 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.gp-ds .gpli-home .fn-card p {
  color: var(--gp-fg-muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.gp-ds .gpli-home .fn-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--gp-font-head);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--gp-primary);
}

.gp-ds .gpli-home .fn-count svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* ========== Category chips ========== */
.gp-ds .gpli-home .cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.gp-ds .gpli-home .cat-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--gp-surface);
  border: 1px solid var(--gp-border);
  border-radius: 999px;
  padding: 10px 18px 10px 10px;
}

.gp-ds .gpli-home .cat-chip .ci {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gp-info-soft);
  color: var(--gp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.gp-ds .gpli-home .cat-chip .ci svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.gp-ds .gpli-home .cat-chip .ct h4 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 13.5px;
  font-weight: 700;
}

.gp-ds .gpli-home .cat-chip .ct span {
  font-size: 11.5px;
  color: var(--gp-fg-muted);
}

/* ========== Quiz banner ========== */
.gp-ds .gpli-home .quiz-banner {
  position: relative;
  overflow: hidden;
  background: var(--gp-accent);
  border-radius: 20px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  color: #fff;
}

.gp-ds .gpli-home .quiz-banner .eyebrow {
  color: var(--gp-gold-light);
  justify-content: flex-start;
}

.gp-ds .gpli-home .quiz-banner .eyebrow::before {
  background: var(--gp-gold-light);
}

.gp-ds .gpli-home .quiz-banner h2 {
  font-family: var(--gp-font-head);
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  margin-bottom: 12px;
}

.gp-ds .gpli-home .quiz-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 460px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.gp-ds .gpli-home .quiz-badge {
  text-align: center;
  font-family: var(--gp-font-head);
}

.gp-ds .gpli-home .quiz-badge .ql1 {
  color: var(--gp-gold-light);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.gp-ds .gpli-home .quiz-badge .ql2 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.gp-ds .gpli-home .quiz-badge .ql3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.5px;
  margin-top: 6px;
}

/* ========== Why-us tiles + stats ========== */
.gp-ds .gpli-home .tile {
  background: var(--gp-surface);
  border: 1px solid var(--gp-border);
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
}

.gp-ds .gpli-home .tile h3 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.gp-ds .gpli-home .tile p {
  color: var(--gp-fg-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.gp-ds .gpli-home .why-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  text-align: center;
}

.gp-ds .gpli-home .why-stats .num {
  font-family: var(--gp-font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--gp-primary);
}

.gp-ds .gpli-home .why-stats .lbl {
  font-size: 13px;
  color: var(--gp-fg-muted);
  margin-top: 4px;
}

@media (max-width: 640px) {
  .gp-ds .gpli-home .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== Instructors ========== */
.gp-ds .gpli-home .instr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.gp-ds .gpli-home .instr-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  box-shadow: var(--gp-shadow-card);
}

.gp-ds .gpli-home .instr-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-ds .gpli-home .instr-card h3 {
  font-family: var(--gp-font-head);
  color: var(--gp-fg);
  font-size: 15px;
  font-weight: 800;
}

.gp-ds .gpli-home .instr-card .role {
  color: var(--gp-fg-muted);
  font-size: 12.5px;
  margin-top: 4px;
}

@media (max-width: 760px) {
  .gp-ds .gpli-home .instr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== Testimonials ========== */
.gp-ds .gpli-home .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gp-ds .gpli-home .testi {
  background: var(--gp-surface);
  border: 1px solid var(--gp-border);
  border-top: 4px solid var(--gp-secondary);
  border-radius: 16px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--gp-shadow-card);
}

.gp-ds .gpli-home .testi .stars {
  color: var(--gp-gold-deep);
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.gp-ds .gpli-home .testi p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--gp-fg-muted);
  font-style: italic;
  margin-bottom: 20px;
}

.gp-ds .gpli-home .testi .who {
  font-family: var(--gp-font-head);
  font-weight: 800;
  color: var(--gp-secondary);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.gp-ds .gpli-home .testi .who::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}

.gp-ds .gpli-home .testi .who img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .gp-ds .gpli-home .testi-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Dual CTA ========== */
.gp-ds .gpli-home .dual-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gp-ds .gpli-home .dual-card {
  border-radius: 18px;
  padding: 40px 34px;
  color: #fff;
}

.gp-ds .gpli-home .dual-card.learner {
  background: var(--gp-primary);
}

.gp-ds .gpli-home .dual-card.facilitator {
  background: var(--gp-secondary);
}

.gp-ds .gpli-home .dual-card h3 {
  font-family: var(--gp-font-head);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
}

.gp-ds .gpli-home .dual-card p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 22px;
}

@media (max-width: 760px) {
  .gp-ds .gpli-home .dual-cta {
    grid-template-columns: 1fr;
  }
}

/* ========== CTA band ========== */
.gp-ds .gpli-home .cta-band {
  text-align: center;
  padding: 88px 24px;
  color: #fff;
}

.gp-ds .gpli-home .cta-band h2 {
  font-family: var(--gp-font-head);
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
}

.gp-ds .gpli-home .cta-band p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.gp-ds .gpli-home .cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========== Buttons (reuse site .btn shape, GPLI variants) ========== */
.gp-ds .gpli-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--gp-font-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  font-size: 13px;
  border-radius: var(--gp-radius);
  padding: 15px 26px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}

.gp-ds .gpli-home .btn-primary {
  background: var(--gp-primary);
  border-color: var(--gp-primary);
  color: #fff;
}

.gp-ds .gpli-home .btn-primary:hover {
  background: var(--gp-accent);
  border-color: var(--gp-accent);
  color: #fff;
}

.gp-ds .gpli-home .btn-outline-blue {
  background: var(--gp-surface);
  border-color: var(--gp-accent);
  color: var(--gp-accent);
}

.gp-ds .gpli-home .btn-outline-blue:hover {
  background: var(--gp-accent);
  color: #fff;
}

.gp-ds .gpli-home .btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--gp-accent);
}

.gp-ds .gpli-home .btn-white:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

@media (max-width: 480px) {
  .gp-ds .gpli-home .btn {
    white-space: normal;
    padding: 14px 18px;
  }
}

/* ========== Decorative flock chevrons (matches design-system reference) ========== */
.gp-ds .gpli-home .ph-flock {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

.gp-ds .gpli-home .ph-chevron {
  position: absolute;
  width: 40px;
  height: 22px;
}

.gp-ds .gpli-home .ph-chevron::before,
.gp-ds .gpli-home .ph-chevron::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 3px;
  background: var(--gp-gold);
  border-radius: 2px;
}

.gp-ds .gpli-home .ph-chevron::before {
  left: 0;
  transform: rotate(28deg);
  transform-origin: left center;
}

.gp-ds .gpli-home .ph-chevron::after {
  right: 0;
  transform: rotate(-28deg);
  transform-origin: right center;
}

.gp-ds .gpli-home .cta-band .container,
.gp-ds .gpli-home .quiz-banner > div:not(.ph-flock) {
  position: relative;
  z-index: 1;
}
