.top-hero-shell {
  background:
    radial-gradient(circle at left center, rgba(253, 70, 193, 0.10), transparent 22%),
    radial-gradient(circle at right center, rgba(160, 96, 254, 0.10), transparent 24%),
    #fff;
}

.hero-home-form {
  position: relative;
  padding: 2.5rem 0 4.5rem;
  overflow: hidden;
  background: transparent;
}

.section-kicker,
.hero-kicker,
.form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: none;
  color: var(--pink) !important;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}


.hero-home-form::before,
.hero-home-form::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.15;
  pointer-events: none;
}

.hero-home-form::before {
  width: 280px;
  height: 280px;
  background: var(--pink);
  top: -40px;
  left: -60px;
}

.hero-home-form::after {
  width: 320px;
  height: 320px;
  background: var(--violet);
  right: -80px;
  top: 20px;
}

.hero-grid-form {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.95fr);
  gap: 2.7rem;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
  padding-top: 0.25rem;
}

.hero-title-refined {
  margin: 0;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: 10ch;
}

.hero-title-accent {
  display: block;
  color: var(--pink);
}

.hero-subtitle-refined {
  margin: 1.4rem 0 0;
  max-width: 560px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: var(--muted);
}

.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-trust-pill {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-trust-pill-pink {
  background: #ffe3f3;
  color: #d82492;
}

.hero-trust-pill-violet {
  background: #ede1ff;
  color: #7a3fe5;
}

.hero-trust-pill-gold {
  background: #fff1c9;
  color: #9f7100;
}

.hero-form-wrap {
  position: relative;
}

.hero-form-wrap::before {
  content: "";
  position: absolute;
  inset: 18px -14px -14px 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(253, 70, 193, 0.12), rgba(160, 96, 254, 0.10), rgba(255, 199, 45, 0.10));
  filter: blur(10px);
  z-index: 0;
}

.glass-form-card {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 40px rgba(20, 20, 40, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.glass-form-card-hero {
  padding: 1.35rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.95rem;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  margin-bottom: 0.45rem;
  font-size: 0.91rem;
  font-weight: 800;
  color: #2d3142;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(160, 96, 254, 0.12);
  background: rgba(255, 255, 255, 0.66);
  padding: 0.9rem 1rem;
  font-size: 0.97rem;
  color: var(--text);
  outline: none;
  transition: 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: rgba(253, 70, 193, 0.5);
  box-shadow: 0 0 0 4px rgba(253, 70, 193, 0.10);
  background: rgba(255, 255, 255, 0.85);
}

.form-submit-btn {
  width: 100%;
  margin-top: 1rem;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #fd46c1, #e835af);
  box-shadow: 0 10px 24px rgba(253, 70, 193, 0.24);
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #f03cb7, #d92ca3);
  transform: translateY(-1px);
}

.form-status {
  margin: 0.8rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.hidden-botcheck {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.intro-band-section {
  padding-top: 2rem;
}

.intro-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  padding: 1.8rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff8fc, #fffdf4);
  border: 1px solid rgba(253, 70, 193, 0.12);
  box-shadow: 0 16px 34px rgba(20, 20, 40, 0.05);
}

.intro-band-copy h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.intro-band-copy p {
  margin: 0;
  color: var(--muted);
}

.intro-band-points {
  display: grid;
  gap: 0.85rem;
  align-content: center;
}

.intro-point {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(10, 10, 144, 0.06);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(20, 20, 40, 0.05);
}

.intro-point i {
  color: var(--pink);
  font-size: 1.1rem;
}

.spotlight-section {
  position: relative;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}

.spotlight-media {
  position: relative;
  min-height: 520px;
}

.spotlight-image-card {
  position: absolute;
  inset: 40px 35px 0 0;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 20, 40, 0.1);
}

.spotlight-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-badge {
  position: absolute;
  max-width: 240px;
  padding: 1rem;
  border-radius: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.spotlight-badge strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
}

.spotlight-badge span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.spotlight-badge-top {
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(253, 70, 193, 0.18);
}

.spotlight-badge-bottom {
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(160, 96, 254, 0.18);
}

.spotlight-copy h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
}

.spotlight-copy p {
  color: var(--muted);
}

.spotlight-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.spotlight-stat {
  padding: 0.8rem 1rem;
  border-radius: 18px;
  font-weight: 800;
  font-size: 0.94rem;
}

.spotlight-stat-pink {
  background: #ffe1f2;
  color: #c51c84;
}

.spotlight-stat-violet {
  background: #ecdeff;
  color: #6f30dc;
}

.learner-path-section {
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
}

.learner-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.learner-path-card {
  min-height: 220px;
  padding: 1.35rem;
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.06);
}

.learner-path-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.6);
}

.learner-path-card h3 {
  margin: 0 0 0.55rem;
}

.learner-path-card p {
  margin: 0;
  line-height: 1.7;
}

.learner-path-card-pink {
  background: #ffe4f3;
}

.learner-path-card-pink .learner-path-icon {
  color: #da2995;
}

.learner-path-card-violet {
  background: #eee2ff;
}

.learner-path-card-violet .learner-path-icon {
  color: #7b40e6;
}

.learner-path-card-gold {
  background: #fff2cb;
}

.learner-path-card-gold .learner-path-icon {
  color: #9f7100;
}

.learner-path-card-navy {
  background: #e5ebff;
}

.learner-path-card-navy .learner-path-icon {
  color: #1c35b8;
}

.learner-path-card-softpink {
  background: #fff0f8;
}

.learner-path-card-softpink .learner-path-icon {
  color: #e43cae;
}

.learner-path-card-softviolet {
  background: #f5efff;
}

.learner-path-card-softviolet .learner-path-icon {
  color: #8b51f0;
}

.subjects-section {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(253, 70, 193, 0.06), transparent 22%),
    radial-gradient(circle at bottom right, rgba(160, 96, 254, 0.07), transparent 24%),
    #fff;
}

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.subject-card {
  min-height: 220px;
  padding: 1.35rem;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.06);
}

.subject-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(20, 20, 40, 0.09);
}

.subject-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.18rem;
}

.subject-card p {
  margin: 0;
  line-height: 1.7;
  color: rgba(25, 25, 35, 0.82);
}

.subject-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.subject-card-pink {
  background: #ffd9ef;
}

.subject-card-pink .subject-icon {
  color: #d81b91;
}

.subject-card-violet {
  background: #eadbff;
}

.subject-card-violet .subject-icon {
  color: #7b39e6;
}

.subject-card-navy {
  background: #dce3ff;
}

.subject-card-navy .subject-icon {
  color: #0a0a90;
}

.subject-card-gold {
  background: #fff0bf;
}

.subject-card-gold .subject-icon {
  color: #9a6b00;
}

.subject-card-softpink {
  background: #ffe7f4;
}

.subject-card-softpink .subject-icon {
  color: #e934aa;
}

.subject-card-softviolet {
  background: #f0e9ff;
}

.subject-card-softviolet .subject-icon {
  color: #8f52f7;
}

.subject-card-softnavy {
  background: #e7ebff;
}

.subject-card-softnavy .subject-icon {
  color: #2323a8;
}

.subject-card-softgold {
  background: #fff5d7;
}

.subject-card-softgold .subject-icon {
  color: #b58300;
}

.process-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2rem;
}

.process-step {
  position: relative;
  padding: 1.6rem 1.4rem 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(10, 10, 144, 0.08);
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.05);
}

.process-step::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -20px;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(160, 96, 254, 0.5), rgba(253, 70, 193, 0.5));
}

.process-step:last-child::before {
  display: none;
}

.process-number {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy), var(--violet));
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.process-step h3 {
  margin: 0 0 0.65rem;
  font-size: 1.16rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.why-section {
  background: linear-gradient(180deg, #fffafc 0%, #fff 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-top: 2rem;
}

.why-card {
  padding: 1.35rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(253, 70, 193, 0.08);
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.05);
}

.why-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(253, 70, 193, 0.12), rgba(160, 96, 254, 0.12));
  color: var(--pink);
  font-size: 1.2rem;
}

.why-card h3 {
  margin: 0 0 0.55rem;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.branches-section {
  background:
    radial-gradient(circle at center top, rgba(255, 199, 45, 0.08), transparent 18%),
    #fff;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin-top: 2rem;
}

.branch-panel {
  padding: 1.5rem;
  border-radius: 28px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(20, 20, 40, 0.06);
}

.branch-panel::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0.18;
}

.branch-tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  font-weight: 800;
}

.branch-panel h3 {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
}

.branch-panel p {
  margin: 0 0 1rem;
  line-height: 1.75;
}

.branch-panel-pink {
  background: linear-gradient(180deg, #ffe2f2, #ffd4ec);
}

.branch-panel-pink::after {
  background: var(--pink);
}

.branch-panel-violet {
  background: linear-gradient(180deg, #eee1ff, #e4d3ff);
}

.branch-panel-violet::after {
  background: var(--violet);
}

.branch-panel-gold {
  background: linear-gradient(180deg, #fff4ca, #ffedb0);
}

.branch-panel-gold::after {
  background: var(--gold);
}

.franchise-section {
  background: linear-gradient(180deg, #fff 0%, #fffef8 100%);
}

.franchise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-top: 2rem;
}

.franchise-card {
  padding: 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(255, 199, 45, 0.18);
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.05);
}

.franchise-card i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 0.95rem;
  background: #fff0c2;
  color: #9a6b00;
  font-size: 1.25rem;
}

.franchise-card h3 {
  margin: 0 0 0.55rem;
}

.franchise-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.steps-section {
  background:
    radial-gradient(circle at top left, rgba(160, 96, 254, 0.07), transparent 20%),
    #faf8ff;
}

.steps-grid-refined {
  margin-top: 2rem;
}

.step-card {
  position: relative;
  padding: 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(160, 96, 254, 0.12);
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.05);
}

.step-card span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  color: #fff;
  font-weight: 800;
}

.step-card h3 {
  margin: 0;
  line-height: 1.6;
}

.blog-section {
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.blog-feature-card {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 20, 40, 0.06);
  border: 1px solid rgba(10, 10, 144, 0.06);
}

.blog-image {
  height: 220px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-feature-card .blog-badge {
  display: inline-block;
  margin: 1rem 1.2rem 0;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: #ffe6f5;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 800;
}

.blog-feature-card h3,
.blog-feature-card p {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.blog-feature-card h3 {
  margin: 0.9rem 0 0.55rem;
}

.blog-feature-card p {
  margin: 0 0 1.2rem;
  color: var(--muted);
  line-height: 1.75;
}

.faq-section {
  background: linear-gradient(180deg, #fcfbff 0%, #f7f4ff 100%);
}

.final-form-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(238, 225, 255, 0.70), rgba(228, 211, 255, 0.74)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.final-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(253, 70, 193, 0.14), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 199, 45, 0.12), transparent 22%);
  pointer-events: none;
}

.bottom-form-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(238, 225, 255, 0.72), rgba(228, 211, 255, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 16px 34px rgba(20, 20, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bottom-form-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.bottom-form-copy p {
  color: var(--muted);
}

.glass-form-card-secondary {
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 18px 40px rgba(20, 20, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.mobile-slider-shell {
  position: relative;
}

.mobile-slider-arrow {
  display: none;
}

@media (max-width: 1200px) {
  .hero-grid-form {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .hero-title-refined {
    font-size: clamp(2.45rem, 4vw, 3.8rem);
    max-width: 11ch;
  }

  .subjects-grid,
  .why-grid,
  .franchise-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .spotlight-grid,
  .bottom-form-shell,
  .intro-band {
    grid-template-columns: 1fr;
  }

  .spotlight-media {
    min-height: 460px;
  }

  .branches-grid,
  .process-grid,
  .learner-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .hero-grid-form {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-title-refined {
    max-width: 12ch;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 3rem 0;
  }

  .container,
  .narrow {
    width: min(100% - 1rem, var(--container));
  }

  .hero-home-form {
    padding: 1.8rem 0 3rem;
  }

  .hero-title-refined {
    font-size: 2.15rem;
    line-height: 1.02;
    max-width: 100%;
  }

  .hero-subtitle-refined,
  .section-heading p,
  .bottom-form-copy p,
  .spotlight-copy p,
  .intro-band-copy p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero-copy,
  .section-heading,
  .spotlight-copy,
  .bottom-form-copy,
  .intro-band-copy,
  .why-card,
  .branch-panel,
  .franchise-card,
  .blog-feature-card,
  .process-step {
    text-align: center;
  }

  .section-kicker,
  .hero-kicker,
  .hero-mini-trust,
  .spotlight-stats {
    justify-content: center;
  }

  .hero-mini-trust {
    align-items: center;
  }

  .hero-trust-pill {
    text-align: center;
  }

  .glass-form-card-hero,
  .glass-form-card-secondary {
    padding: 1rem;
    border-radius: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .form-field-full {
    grid-column: auto;
  }

  .intro-band,
  .spotlight-grid,
  .bottom-form-shell {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .intro-band,
  .bottom-form-shell {
    padding: 1.1rem;
  }

  .intro-point {
    justify-content: center;
    text-align: center;
  }

  .spotlight-media {
    min-height: auto;
    display: grid;
    gap: 0.9rem;
  }

  .spotlight-image-card,
  .spotlight-badge {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .spotlight-image-card {
    height: 250px;
  }

  .spotlight-badge {
    text-align: center;
  }

  .why-grid,
  .branches-grid,
  .franchise-grid,
  .blog-grid,
  .process-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .why-icon,
  .franchise-card i,
  .process-number,
  .learner-path-icon,
  .subject-icon,
  .branch-tag,
  .step-card span {
    margin-left: auto;
    margin-right: auto;
  }

  .process-step::before {
    display: none;
  }

  .process-number {
    background: var(--navy);
    color: #fff;
  }

 .mobile-slider-shell {
  position: relative;
  margin-top: 1.35rem;
  padding: 0 2.6rem;
}

.mobile-swipe-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  margin-top: 0;
  padding: 0;
}

.mobile-swipe-grid::-webkit-scrollbar {
  display: none;
}

.mobile-swipe-grid > * {
  width: 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.learner-path-grid.mobile-swipe-grid,
.subjects-grid.mobile-swipe-grid {
  grid-template-columns: none !important;
}

.learner-path-card,
.subject-card {
  min-height: 0;
  width: 100%;
  padding: 1.2rem;
  text-align: center;
  margin: 0;
}

.learner-path-card h3,
.subject-card h3 {
  margin: 0.9rem 0 0.5rem;
  font-size: 1.1rem;
}

.learner-path-card p,
.subject-card p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.6;
}

.mobile-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 20px rgba(20, 20, 40, 0.14);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-slider-arrow-prev {
  left: 0;
}

.mobile-slider-arrow-next {
  right: 0;
}

.mobile-slider-arrow i {
  font-size: 0.92rem;
}

  .faq-question,
  .faq-answer-inner {
    text-align: left;
  }
  .learner-path-section .container,
.subjects-section .container {
  overflow: hidden;
}

.learner-path-grid,
.subjects-grid {
  margin-top: 0;
}

.subjects-section .section-heading,
.learner-path-section .section-heading {
  margin-bottom: 1.4rem;
}

.learner-path-card,
.subject-card {
  box-shadow: none !important;
}
.mobile-centre-cards > * {
  text-align: center;
}

.mobile-centre-cards .why-icon,
.mobile-centre-cards .franchise-card i,
.mobile-centre-cards .step-card span {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .why-grid.mobile-swipe-grid,
  .franchise-grid.mobile-swipe-grid,
  .steps-grid.mobile-swipe-grid {
    grid-template-columns: none !important;
  }

  .why-card,
  .franchise-card,
  .step-card {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 1.2rem;
    text-align: center;
    box-shadow: none !important;
  }

  .why-card h3,
  .franchise-card h3,
  .step-card h3 {
    margin: 0.9rem 0 0.55rem;
    font-size: 1.08rem;
  }

  .why-card p,
  .franchise-card p {
    margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
  }

  .step-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .step-card span {
    margin-bottom: 0.9rem;
  }

  .step-card h3 {
    line-height: 1.5;
  }

  .why-section .container,
  .franchise-section .container,
  .steps-section .container {
    overflow: hidden;
  }
}
}

.branch-card-link,
.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.branch-card-link:hover,
.blog-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.branch-card-link:focus-visible,
.blog-card-link:focus-visible {
  outline: 3px solid rgba(253, 70, 193, 0.45);
  outline-offset: 5px;
}

.branch-card-link {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.branch-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(20, 20, 40, 0.10);
}

.branch-card-link,
.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.branch-card-link:hover,
.blog-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.branch-card-link:focus-visible,
.blog-card-link:focus-visible {
  outline: 3px solid rgba(253, 70, 193, 0.45);
  outline-offset: 5px;
}

.branch-card-link {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.branch-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(20, 20, 40, 0.10);
}

.blog-card-link {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(20, 20, 40, 0.10);
}

.blog-card-cta {
  display: inline-block;
  margin: 0 1.2rem 1.25rem;
  color: var(--pink);
  font-weight: 800;
}