/* Extracted from l2c.html inline styles */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --l2c-primary: hsl(205, 60%, 48%);
  --l2c-primary-dark: hsl(205, 50%, 30%);
  --l2c-primary-deep: hsl(205, 45%, 25%);
  --l2c-text: #0f172a;
  --l2c-muted: #64748b;
  --l2c-bg: #f8fafc;
  --l2c-border: #e2e8f0;
  --l2c-primary-rgb: 49, 135, 196;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: var(--l2c-text);
  background: var(--l2c-bg);
}

/* Prevent underlines on all button-like links. */
a.btn,
a[class*="btn"],
a[class*="button"],
.btn {
  text-decoration: none !important;
}

.btn-l2c {
  background: var(--l2c-primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.btn-l2c-light {
  background: #fff;
  color: #1f2937;
  border: none;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.pill {
  letter-spacing: 0.3em;
  font-size: 11px;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #0f172a;
}

.hero .navbar {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hero .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.hero .navbar-nav .nav-link:hover,
.hero .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

.hero .navbar-brand img {
  height: 150px;
  width: auto;
}

.about-hero-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.about-hero-nav .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.about-hero-nav .navbar-nav .nav-link:hover,
.about-hero-nav .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-nav .navbar-brand img {
  height: 150px;
  width: auto;
}

.about-hero {
  padding: 9rem 0 6rem;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .about-hero {
    padding: 11rem 0 8rem;
  }
}

.about-hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-hero-orbit-lg {
  width: 450px;
  height: 450px;
  right: 8%;
  bottom: 40px;
  border-color: rgba(255, 255, 255, 0.06);
}

.about-hero-orbit-md {
  width: 350px;
  height: 350px;
  left: 5%;
  top: 80px;
  border-color: rgba(255, 255, 255, 0.05);
}

.about-hero-orbit-sm {
  width: 250px;
  height: 250px;
  right: 25%;
  top: 160px;
  border-color: rgba(255, 255, 255, 0.04);
}

.about-hero-icon {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

.about-hero-eyebrow {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

.about-hero-title-muted {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .about-hero-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .about-hero-title {
    font-size: 56px;
  }
}

.about-hero-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .about-hero-lead {
    font-size: 20px;
  }
}

.about-hero-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
}

.about-hero-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}

.about-hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.about-hero-quote {
  position: absolute;
  left: -24px;
  bottom: -24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 200px;
}

.about-hero-quote-icon {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  display: inline-block;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

.about-hero-quote-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.about-stats {
  padding: 48px 0;
  background: #fff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.5);
}

.about-stats-value {
  font-size: 40px;
  font-weight: 700;
  color: var(--l2c-primary);
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about-stats-value {
    font-size: 48px;
  }
}

.about-stats-label {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}

.about-purpose {
  padding: 64px 0;
  background: #fff;
}

.about-purpose-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-purpose-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}

.about-purpose-img-offset {
  margin-top: 32px;
}

.about-purpose-img-raise {
  margin-top: -32px;
}

.about-purpose-eyebrow {
  color: var(--l2c-primary);
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.nav-link{
    font-weight: 500;
    color: #fff; 
}

.about-purpose-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .about-purpose-title {
    font-size: 40px;
  }
}

.about-purpose-title-accent {
  color: var(--l2c-primary);
}

.about-purpose-copy {
  display: grid;
  gap: 24px;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.about-values {
  padding: 64px 0;
  background: rgba(15, 23, 42, 0.03);
}

.about-section-eyebrow {
  color: var(--l2c-primary);
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.about-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .about-section-title {
    font-size: 40px;
  }
}

.about-section-title-accent {
  color: var(--l2c-primary);
}

.about-section-lead {
  color: #64748b;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto;
}

.about-value-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
}

.about-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(59, 130, 246, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 0.2s ease;
}

.about-value-card:hover .about-value-icon {
  background: rgba(59, 130, 246, 0.2);
}

.about-value-icon i {
  font-size: 32px;
  color: var(--l2c-primary);
}

.about-value-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}

.about-value-text {
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

.about-quote {
  padding: 64px 0;
  background: #fff;
}

.about-quote-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-quote-card {
  background: rgba(15, 23, 42, 0.03);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
}

@media (min-width: 768px) {
  .about-quote-card {
    padding: 48px;
  }
}

.about-quote-icon {
  width: 40px;
  height: 40px;
  color: rgba(59, 130, 246, 0.3);
  margin-bottom: 24px;
  display: inline-block;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

.about-quote-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .about-quote-title {
    font-size: 28px;
  }
}

.about-quote-text {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  max-width: 672px;
  margin: 0 auto;
}

.about-experience {
  padding: 64px 0;
  background: rgba(15, 23, 42, 0.03);
}

.about-experience .about-section-eyebrow,
.about-experience .about-section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.about-experience-copy {
  display: grid;
  gap: 16px;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.about-experience-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-experience-tags span {
  padding: 8px 16px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--l2c-primary);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.about-experience-media {
  position: relative;
}

.about-experience-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
}

.about-experience-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

.about-commitment {
  padding: 64px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-commitment-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 10%;
  top: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.about-commitment-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-commitment-eyebrow i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.about-commitment-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .about-commitment-title {
    font-size: 40px;
  }
}

.about-commitment-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto;
}

.about-commitment-list {
  max-width: 720px;
  margin: 0 auto 32px;
}

.about-commitment-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-commitment-item i {
  font-size: 20px;
  color: #fff;
}

.about-commitment-item span {
  font-weight: 500;
  color: #fff;
}

.about-commitment-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
}

.about-commitment-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--l2c-primary);
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.about-commitment-cta:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--l2c-primary);
}

.about-commitment-cta i {
  font-size: 20px;
}

.programs-hero {
  padding: 8rem 0 6rem;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .programs-hero {
    padding: 10rem 0 8rem;
  }
}

.programs-hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.programs-hero-orbit-lg {
  width: 450px;
  height: 450px;
  right: 8%;
  bottom: 40px;
  border-color: rgba(255, 255, 255, 0.06);
}

.programs-hero-orbit-md {
  width: 350px;
  height: 350px;
  left: 5%;
  top: 80px;
  border-color: rgba(255, 255, 255, 0.05);
}

.programs-hero-orbit-sm {
  width: 250px;
  height: 250px;
  right: 25%;
  top: 160px;
  border-color: rgba(255, 255, 255, 0.04);
}

.programs-hero-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.programs-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.programs-hero-eyebrow i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.programs-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

.programs-hero-title-muted {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .programs-hero-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .programs-hero-title {
    font-size: 56px;
  }
}

.programs-hero-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 768px;
}

@media (min-width: 768px) {
  .programs-hero-lead {
    font-size: 20px;
  }
}

.programs-hero-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
  max-width: 672px;
  margin: 0 auto;
}

.programs-offerings {
  padding: 96px 0;
  background: #fff;
}

.programs-heading {
  margin-bottom: 64px;
}

.programs-heading-sm {
  margin-bottom: 48px;
}

.programs-eyebrow {
  color: var(--l2c-primary);
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.programs-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .programs-title {
    font-size: 40px;
  }
}

.programs-title-accent {
  color: var(--l2c-primary);
}

.programs-lead {
  color: #64748b;
  font-size: 18px;
  max-width: 672px;
  margin: 0 auto;
}

.program-card {
  background: rgba(15, 23, 42, 0.03);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.5);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.program-card-media {
  position: relative;
  height: 192px;
  overflow: hidden;
}

.program-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-card:hover .program-card-media img {
  transform: scale(1.1);
}

.program-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(59, 130, 246, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.program-card-badge i {
  font-size: 12px;
}

.program-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.program-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.program-card-text {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.program-card-cta {
  width: 100%;
  padding: 12px 0;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.program-card:hover .program-card-title {
  color: var(--l2c-primary);
}

.program-card:hover .program-card-cta {
  border-color: var(--l2c-primary);
  background: rgba(59, 130, 246, 0.05);
}

.programs-footer-copy {
  text-align: center;
  color: #64748b;
  margin: 48px auto 0;
  max-width: 672px;
}

.programs-journey {
  padding: 96px 0;
  background: rgba(15, 23, 42, 0.03);
}

.journey-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(59, 130, 246, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.journey-icon i {
  font-size: 32px;
  color: var(--l2c-primary);
}

.journey-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.journey-text {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.programs-faq {
  padding: 96px 0;
  background: #fff;
}

.programs-faq .container {
  max-width: 768px;
}

.programs-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--l2c-primary);
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.programs-faq-eyebrow i {
  font-size: 20px;
  color: var(--l2c-primary);
}

.programs-faq-list {
  display: grid;
  gap: 12px;
}

.programs-faq-item {
  background: rgba(15, 23, 42, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  overflow: hidden;
  transition: background 0.3s ease;
}

.programs-faq-item:hover {
  background: rgba(15, 23, 42, 0.05);
}

.programs-faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  gap: 16px;
  line-height: 1.4;
}

.programs-faq-trigger span:first-child {
  padding-right: 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .programs-faq-trigger {
    font-size: 16px;
  }
}

.programs-faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.programs-faq-icon i {
  font-size: 16px;
  color: var(--l2c-primary);
}

.programs-faq-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.programs-faq-content p {
  padding: 0 20px 20px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.programs-faq .l2c-faq-item {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  backdrop-filter: none;
}

.programs-faq .l2c-faq-item:hover {
  background: rgba(15, 23, 42, 0.05);
}

.programs-faq .l2c-faq-trigger {
  color: #0f172a;
}

.programs-faq .l2c-faq-trigger span {
  color: #0f172a;
}

.programs-faq .l2c-faq-content p {
  color: #64748b;
}

.programs-cta {
  padding: 96px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.programs-cta-orbit {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 10%;
  top: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.programs-cta-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.programs-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.programs-cta-eyebrow i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.programs-cta-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .programs-cta-title {
    font-size: 40px;
  }
}

.programs-cta-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 40px;
  max-width: 672px;
}

.programs-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

@media (min-width: 576px) {
  .programs-cta-actions {
    flex-direction: row;
  }
}

.programs-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--l2c-primary);
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.programs-cta-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--l2c-primary);
}

.programs-cta-primary i {
  font-size: 20px;
}

.programs-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.programs-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.program-details-hero {
  padding: 160px 0 0;
  background: #fff;
}

@media (min-width: 768px) {
  .program-details-hero {
    padding-top: 176px;
  }
}

.program-details-hero-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.program-details-hero-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .program-details-hero-image {
    height: 450px;
  }
}

.program-details-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.program-details-hero .container,
.program-details-content .container {
  max-width: 1152px;
  padding-left: 24px;
  padding-right: 24px;
}

.program-details-summary .container {
  max-width: 1024px;
  padding-left: 24px;
  padding-right: 24px;
}

.program-details-summary {
  padding: 64px 0 32px;
  margin-top: -10%;
  position: relative;
  z-index: 10;
}

.program-details-summary-card {
  background: var(--l2c-primary);
  border-radius: 24px;
  padding: 32px;
  color: #f8fafc;
}

@media (min-width: 768px) {
  .program-details-summary-card {
    padding: 48px;
  }
}

.program-details-summary-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .program-details-summary-title {
    font-size: 42px;
  }
}

.program-details-summary-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.program-details-summary-label {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.6);
}

.program-details-summary-value {
  font-size: 15px;
  font-weight: 700;
  color: #f8fafc;
}

.program-details-content {
  padding: 64px 0;
  background: #fff;
}

.program-details-block {
  margin-bottom: 48px;
}

.program-details-lead {
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.program-details-sub {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.program-details-heading {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .program-details-heading {
    font-size: 28px;
  }
}

.program-details-list {
  display: grid;
  gap: 16px;
}

.program-details-list-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.program-details-list-item p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.program-details-list-icon {
  font-size: 20px;
  color: var(--l2c-primary);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.program-details-modules,
.program-details-faq {
  display: grid;
  gap: 12px;
}

.program-details-module {
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 12px;
  overflow: hidden;
}

.program-details-modules .program-details-module {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.2);
  transition: background 0.3s ease;
}

.program-details-modules .program-details-module:hover {
  background: rgba(15, 23, 42, 0.05);
}

.program-details-modules .program-details-module-trigger {
  padding: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .program-details-modules .program-details-module-trigger {
    font-size: 16px;
  }
}

.program-details-modules .program-details-module-title {
  color: #0f172a;
}

.program-details-modules .program-details-module-content p {
  color: #64748b;
}

.program-details-modules .program-details-module-icon {
  width: 32px;
  height: 32px;
  background: rgba(59, 130, 246, 0.1);
}

.program-details-module-trigger {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: transparent;
  border: none;
  color: inherit;
}

.program-details-module-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
}

.program-details-module-index {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--l2c-primary);
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.program-details-module-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--l2c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.program-details-module-icon i {
  font-size: 16px;
}

.program-details-module-content {
  padding: 4px 16px;
}

.program-details-module-content p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 0 16px 16px 64px;
}

.program-details-faq .program-details-module-title {
  padding-right: 8px;
}

.program-details-faq .program-details-module-content p {
  padding-left: 0;
}

.program-details-faq .program-details-module {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
}

.program-details-faq .program-details-module:hover {
  background: rgba(15, 23, 42, 0.05);
}

.program-details-faq .program-details-module-trigger {
  padding: 20px;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .program-details-faq .program-details-module-trigger {
    font-size: 16px;
  }
}

.program-details-faq .program-details-module-title {
  color: #0f172a;
}

.program-details-faq .program-details-module-icon {
  width: 36px;
  height: 36px;
  background: rgba(59, 130, 246, 0.1);
}

.program-details-faq .program-details-module-icon i {
  font-size: 16px;
}

.program-details-faq .program-details-module-content p {
  padding: 0 20px 20px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.login-page-body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: #334155;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 70%, rgba(45, 141, 210, 0.06) 100%);
  min-height: 100vh;
}

.login-page {
  min-height: 100vh;
  width: 100%;
}

.login-hero {
  background: #2d8dd2;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.login-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.05%22%3E%3Cpath%20d%3D%22M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 0.3;
}

.login-hero-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.login-hero-logo {
  height: 64px;
  filter: brightness(0) invert(1);
}

.login-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}

.login-hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.login-hero-copy {
  max-width: 520px;
}

.login-hero-stats {
  margin-top: 64px;
  gap: 24px;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.login-hero-stats .col-4 {
  flex: 1 1 0;
  width: auto;
}

.login-hero-stat-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.login-hero-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.login-panel {
  padding: 32px;
}

@media (min-width: 768px) {
  .login-panel {
    padding: 48px;
  }
}

.login-card {
  width: 100%;
  max-width: 420px;
}

.login-logo-mobile {
  height: 48px;
}

.login-title {
  font-size: 32px;
  font-weight: 700;
  color: #334155;
}

.login-subtitle {
  color: #64748b;
}

.login-link {
  color: #2d8dd2;
  font-weight: 600;
  text-decoration: none;
}

.login-link:hover {
  text-decoration: underline;
}

.login-field {
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.5);
  padding-left: 48px;
  padding-right: 48px;
  background: #ffffff;
  font-size: 16px;
}

.login-field:focus {
  border-color: #2d8dd2;
  box-shadow: 0 0 0 2px rgba(45, 141, 210, 0.2);
}

.login-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #64748b;
}

.login-password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #64748b;
}

.login-password-toggle:hover {
  color: #334155;
}

.login-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #2d8dd2;
}

.login-checkbox:checked {
  background-color: #2d8dd2;
  border-color: #2d8dd2;
}

.login-primary-btn {
  height: 56px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  background: #2d8dd2;
  border: none;
}

.login-primary-btn:hover {
  background: rgba(45, 141, 210, 0.9);
}

.login-divider {
  position: relative;
  text-align: center;
  margin: 32px 0;
}

.login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(226, 232, 240, 0.5);
  transform: translateY(-50%);
}

.login-divider span {
  position: relative;
  background: #ffffff;
  padding: 0 16px;
  color: #64748b;
  font-size: 14px;
}

.login-alt-btn {
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.5);
  background: #ffffff;
  font-weight: 600;
  color: #334155;
}

.login-alt-btn:hover {
  background: rgba(248, 250, 252, 0.8);
}

.login-alt-btn svg {
  width: 20px;
  height: 20px;
}

.apply-page-body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: #334155;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
  min-height: 100vh;
}

.apply-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.apply-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.apply-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
}

.apply-blob-top {
  width: 320px;
  height: 320px;
  top: -160px;
  right: -160px;
  background: rgba(45, 141, 210, 0.05);
}

.apply-blob-left {
  width: 384px;
  height: 384px;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
  background: rgba(45, 141, 210, 0.03);
}

.apply-blob-bottom {
  width: 288px;
  height: 288px;
  bottom: -160px;
  right: 25%;
  background: rgba(245, 158, 11, 0.05);
}

.apply-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 32px 24px;
}

.apply-logo {
  height: 80px;
  width: auto;
}

.apply-hero {
  position: relative;
  text-align: center;
  padding: 0 24px 32px;
}

.apply-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(45, 141, 210, 0.1);
  color: #2d8dd2;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.apply-pill svg {
  width: 16px;
  height: 16px;
}

.apply-hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.apply-hero p {
  font-size: 18px;
  color: #64748b;
  margin: 0 auto;
  max-width: 672px;
}

@media (min-width: 768px) {
  .apply-hero h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .apply-hero h1 {
    font-size: 48px;
  }
}

.apply-progress {
  position: relative;
  max-width: 768px;
  margin: 0 auto 32px;
  padding: 0 24px;
}

.apply-progress-head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
}

.apply-progress-percent {
  color: #2d8dd2;
  font-weight: 600;
}

.apply-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.9);
  overflow: hidden;
}

.apply-progress-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: #2d8dd2;
  transition: transform 0.3s ease;
}

.apply-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.apply-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}

.apply-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #e2e8f0;
  color: #94a3b8;
  position: relative;
}

.apply-step-circle svg {
  width: 20px;
  height: 20px;
  display: none;
}

.apply-step.completed .apply-step-circle span {
  display: none;
}

.apply-step.completed .apply-step-circle svg {
  display: block;
}

.apply-step.active {
  color: #334155;
}

.apply-step.active .apply-step-circle {
  background: #2d8dd2;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(45, 141, 210, 0.2);
}

.apply-step.completed {
  color: #334155;
}

.apply-step.completed .apply-step-circle {
  background: #2d8dd2;
  color: #fff;
}

.apply-form-section {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.apply-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(24px);
}

@media (min-width: 768px) {
  .apply-card {
    padding: 48px;
  }
}

.apply-section-title {
  margin-bottom: 32px;
}

.apply-section-title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.apply-section-title p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.apply-step-panel {
  display: none;
}

.apply-step-panel.active {
  display: block;
  animation: apply-fade 0.3s ease;
}

.apply-label {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.apply-input {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.apply-input:focus {
  border-color: #2d8dd2;
  box-shadow: 0 0 0 2px rgba(45, 141, 210, 0.2);
}

.apply-textarea {
  min-height: 80px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.7);
  resize: none;
}

.apply-textarea:focus {
  border-color: #2d8dd2;
  box-shadow: 0 0 0 2px rgba(45, 141, 210, 0.2);
}

.apply-help-text {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}

.apply-counter {
  font-size: 12px;
  color: #64748b;
  text-align: right;
  margin-top: 8px;
}

.apply-select {
  padding-right: 40px;
}

.apply-radio-group {
  margin-top: 16px;
  padding-top: 8px;
}

.apply-radio-group p {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
}

.apply-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #334155;
  cursor: pointer;
}

.apply-radio input {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid #2d8dd2;
  appearance: none;
  display: inline-block;
  position: relative;
}

.apply-radio input:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2d8dd2;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apply-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.apply-continue {
  background: #2d8dd2;
  color: #fff;
  padding: 0 32px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apply-continue:hover {
  background: rgba(45, 141, 210, 0.9);
  color: #fff;
}

.apply-continue svg {
  width: 16px;
  height: 16px;
}

.apply-outline {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  padding: 0 32px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apply-outline:hover {
  background: #f1f5f9;
}

.apply-outline svg {
  width: 16px;
  height: 16px;
}

.apply-submit {
  background: linear-gradient(90deg, #2d8dd2, rgba(45, 141, 210, 0.8));
  color: #fff;
  padding: 0 40px;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 24px rgba(45, 141, 210, 0.25);
}

.apply-submit:hover {
  background: linear-gradient(90deg, rgba(45, 141, 210, 0.9), rgba(45, 141, 210, 0.7));
  color: #fff;
}

.apply-submit svg {
  width: 16px;
  height: 16px;
}

.apply-error {
  border-color: #ef4444;
}

.apply-error-text {
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
}

@keyframes coach-wave {
  0%,
  100% {
    transform: scaleY(0.45);
  }
  50% {
    transform: scaleY(1);
  }
}

.coach-hero {
  min-height: 90vh;
  background: linear-gradient(135deg, rgb(53, 146, 212) 0%, rgb(49, 135, 196) 50%, rgb(48, 117, 166) 100%);
  color: #fff;
}

.coach-hero-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.coach-hero-ring-lg {
  width: 500px;
  height: 500px;
  top: 80px;
  right: 10%;
  border-color: rgba(255, 255, 255, 0.06);
}

.coach-hero-ring-md {
  width: 400px;
  height: 400px;
  bottom: 40px;
  left: 5%;
  border-color: rgba(255, 255, 255, 0.05);
}

.coach-hero-ring-sm {
  width: 250px;
  height: 250px;
  top: 33%;
  left: 20%;
  border-color: rgba(255, 255, 255, 0.04);
}

.coach-hero-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 128px 24px 160px;
}

@media (min-width: 768px) {
  .coach-hero-container {
    padding: 160px 24px;
  }
}

.coach-hero-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 20px;
  margin-bottom: 24px;
}

.hero-wave-left {
  justify-content: flex-start;
}

.coach-hero-wave .wave-bar {
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  animation: coach-wave 1.2s ease-in-out infinite;
}

.coach-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.coach-hero-pill svg {
  width: 16px;
  height: 16px;
}

.coach-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.coach-hero-title span {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .coach-hero-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .coach-hero-title {
    font-size: 56px;
  }
}

.coach-hero-text {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 960px;
  margin: 0 auto 32px;
}

@media (min-width: 768px) {
  .coach-hero-text {
    font-size: 19px;
  }
}

.coach-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.coach-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 44px;
  padding: 24px 24px 24px 32px;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.coach-hero-primary:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
}

.coach-hero-primary-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(45, 141, 210, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coach-hero-primary-icon svg {
  width: 20px;
  height: 20px;
}

.coach-hero-secondary {
  height: 44px;
  padding: 24px 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  color: #1f2937;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coach-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
}

.coach-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.coach-hero-avatars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.coach-hero-avatar-stack {
  display: inline-flex;
  align-items: center;
}

.coach-hero-avatar-stack span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  margin-left: -8px;
}

.coach-hero-avatar-stack span:first-child {
  margin-left: 0;
}

.coach-hero-meta-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.coach-hero-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.coach-hero-star {
  width: 16px;
  height: 16px;
  color: #fbbf24;
  fill: #fbbf24;
}

.coach-hero-rating {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-left: 4px;
}

.coach-challenge {
  padding: 96px 0;
  background: #fff;
}

.coach-challenge-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.coach-challenge-eyebrow {
  color: #2d8dd2;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.coach-challenge-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.coach-challenge-title span {
  color: #2d8dd2;
}

@media (min-width: 768px) {
  .coach-challenge-title {
    font-size: 40px;
  }
}

.coach-challenge-lead {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-challenge-list {
  display: grid;
  gap: 16px;
}

.coach-challenge-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #0f172a;
  font-size: 16px;
}

.coach-challenge-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.coach-solution-card {
  background: rgba(45, 141, 210, 0.08);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(226, 232, 240, 0.6);
}

@media (min-width: 768px) {
  .coach-solution-card {
    padding: 40px;
  }
}

.coach-solution-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.coach-solution-card p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

.coach-solution-card p:last-child {
  margin-bottom: 0;
}

.coach-presence {
  padding: 80px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  position: relative;
}

@media (min-width: 768px) {
  .coach-presence {
    padding: 112px 0;
  }
}

.coach-presence-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.coach-presence-ring-lg {
  width: 400px;
  height: 400px;
  top: 80px;
  left: 5%;
  border-color: rgba(255, 255, 255, 0.06);
}

.coach-presence-ring-sm {
  width: 350px;
  height: 350px;
  bottom: 40px;
  right: 10%;
  border-color: rgba(255, 255, 255, 0.05);
}

.coach-presence-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

@media (min-width: 768px) {
  .coach-presence-container {
    padding: 0 48px;
  }
}

.coach-presence-wave {
  margin-bottom: 24px;
  justify-content: flex-start;
}

.coach-presence-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.coach-presence-pill svg {
  width: 16px;
  height: 16px;
}

.coach-presence-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .coach-presence-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .coach-presence-title {
    font-size: 48px;
  }
}

.coach-presence-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-presence-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-presence-list-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  margin-bottom: 16px;
}

.coach-presence-list {
  display: grid;
  gap: 16px;
}

.coach-presence-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
}

.coach-presence-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coach-presence-icon svg {
  width: 16px;
  height: 16px;
}

.coach-social-proof {
  padding: 96px 0;
  background: #fff;
}

.coach-social-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.coach-social-eyebrow {
  color: #2d8dd2;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.coach-social-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.coach-social-title span {
  color: #2d8dd2;
}

@media (min-width: 768px) {
  .coach-social-title {
    font-size: 40px;
  }
}

.coach-social-lead {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.coach-social-sub {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-social-list {
  display: grid;
  gap: 12px;
}

.coach-social-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
}

.coach-social-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(45, 141, 210, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coach-social-check svg {
  width: 14px;
  height: 14px;
  color: #2d8dd2;
}

.coach-review-card {
  background: rgba(45, 141, 210, 0.08);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  position: relative;
}

.coach-review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.coach-review-star {
  width: 24px;
  height: 24px;
  color: #fbbf24;
  fill: #fbbf24;
}

.coach-review-text {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.coach-review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coach-review-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(45, 141, 210, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d8dd2;
}

.coach-review-icon svg {
  width: 24px;
  height: 24px;
}

.coach-review-footer p {
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.coach-review-footer span {
  color: #64748b;
  font-size: 14px;
}

.coach-review-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #2d8dd2;
  color: #fff;
  border-radius: 12px;
  padding: 8px 16px;
  box-shadow: 0 10px 15px rgba(15, 23, 42, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}

.coach-review-badge svg {
  width: 16px;
  height: 16px;
}

.coach-traffic {
  padding: 96px 0;
  background: #fffdf7;
}

.coach-traffic-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.coach-traffic-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.coach-traffic-card:hover {
  transform: translateY(-4px);
}

.coach-traffic-card span {
  font-weight: 600;
  color: #0f172a;
}

.coach-traffic-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(45, 141, 210, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #2d8dd2;
}

.coach-traffic-icon svg {
  width: 24px;
  height: 24px;
}

.coach-traffic-eyebrow {
  color: #2d8dd2;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.coach-traffic-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.coach-traffic-title span {
  color: #2d8dd2;
}

@media (min-width: 768px) {
  .coach-traffic-title {
    font-size: 40px;
  }
}

.coach-traffic-lead {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.coach-traffic-sub {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-traffic-list p {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}

.coach-traffic-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  margin-bottom: 12px;
}

.coach-traffic-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(45, 141, 210, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coach-traffic-check svg {
  width: 14px;
  height: 14px;
  color: #2d8dd2;
}

.coach-bookings {
  padding: 80px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
}

@media (min-width: 768px) {
  .coach-bookings {
    padding: 112px 0;
  }
}

.coach-bookings-ring {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  bottom: 40px;
  right: 8%;
}

.coach-bookings-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.coach-bookings-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.coach-bookings-pill svg {
  width: 16px;
  height: 16px;
}

.coach-bookings-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .coach-bookings-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .coach-bookings-title {
    font-size: 48px;
  }
}

.coach-bookings-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.coach-bookings-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-bottom: 40px;
}

.coach-bookings-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .coach-bookings-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.coach-bookings-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
}

.coach-audience {
  padding: 96px 0;
  background: #fff;
}

.coach-audience-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.coach-audience-header {
  margin-bottom: 64px;
}

.coach-audience-eyebrow {
  color: #2d8dd2;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.coach-audience-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.coach-audience-title span {
  color: #2d8dd2;
}

@media (min-width: 768px) {
  .coach-audience-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .coach-audience-title {
    font-size: 48px;
  }
}

.coach-audience-lead {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  max-width: 960px;
  margin: 0 auto;
}

.coach-audience-card {
  background: rgba(45, 141, 210, 0.08);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(226, 232, 240, 0.6);
}

@media (min-width: 768px) {
  .coach-audience-card {
    padding: 40px;
  }
}

.coach-audience-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.coach-audience-card-head h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.coach-audience-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(45, 141, 210, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d8dd2;
}

.coach-audience-icon svg {
  width: 24px;
  height: 24px;
}

.coach-audience-list {
  display: grid;
  gap: 16px;
}

.coach-audience-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0f172a;
}

.coach-audience-check {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(45, 141, 210, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coach-audience-check svg {
  width: 16px;
  height: 16px;
  color: #2d8dd2;
}

.coach-faq {
  padding: 80px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  color: #fff;
}

@media (min-width: 768px) {
  .coach-faq {
    padding: 112px 0;
  }
}

.coach-faq-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.coach-faq-ring-lg {
  width: 450px;
  height: 450px;
  bottom: 40px;
  right: 8%;
}

.coach-faq-ring-sm {
  width: 350px;
  height: 350px;
  top: 80px;
  left: 5%;
  border-color: rgba(255, 255, 255, 0.05);
}

.coach-faq-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.coach-faq-header {
  margin-bottom: 48px;
}

.coach-faq-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.coach-faq-pill svg {
  width: 16px;
  height: 16px;
}

.coach-faq-header h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}

@media (min-width: 768px) {
  .coach-faq-header h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .coach-faq-header h2 {
    font-size: 48px;
  }
}

.coach-faq-list {
  display: grid;
  gap: 12px;
}

.coach-faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: background 0.3s ease;
}

.coach-faq-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.coach-faq-trigger {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  gap: 16px;
}

@media (min-width: 768px) {
  .coach-faq-trigger {
    font-size: 16px;
  }
}

.coach-faq-toggle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
  padding-bottom: 5px;
}

.coach-faq-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.coach-faq-content p {
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.coach-faq-item.is-open .coach-faq-content {
  max-height: 200px;
  opacity: 1;
}

.coach-faq-item.is-open .coach-faq-toggle {
  transform: rotate(45deg);
}

.coach-cta {
  padding: 96px 0;
  background: #fff;
}

.coach-cta-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
}

.coach-cta-eyebrow {
  color: #2d8dd2;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.coach-cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.coach-cta-title span {
  color: #2d8dd2;
}

@media (min-width: 768px) {
  .coach-cta-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .coach-cta-title {
    font-size: 48px;
  }
}

.coach-cta-text {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.coach-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.coach-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 44px;
  padding: 24px 24px 24px 32px;
  border-radius: 999px;
  background: #2d8dd2;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(45, 141, 210, 0.25);
}

.coach-cta-primary:hover {
  background: rgba(45, 141, 210, 0.9);
  color: #fff;
}

.coach-cta-primary-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coach-cta-primary-icon svg {
  width: 20px;
  height: 20px;
}

.coach-cta-secondary {
  height: 44px;
  padding: 24px 32px;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  background: #fff;
  color: #0f172a;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coach-cta-secondary:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.coach-cta-note {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}

.forgot-page-body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: #334155;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 70%, rgba(45, 141, 210, 0.06) 100%);
  min-height: 100vh;
}

.forgot-page {
  min-height: 100vh;
  width: 100%;
}

.forgot-hero {
  background: #2d8dd2;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.forgot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.05%22%3E%3Cpath%20d%3D%22M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 0.3;
}

.forgot-hero-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  text-align: center;
  width: 100%;
}

.forgot-hero-logo img {
  height: 64px;
  filter: brightness(0) invert(1);
}

.forgot-hero-copy {
  max-width: 520px;
  margin-bottom: 64px;
}

.forgot-hero-copy h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}

.forgot-hero-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.forgot-hero-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.forgot-hero-note-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.forgot-hero-note-icon svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.forgot-hero-note p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  max-width: 280px;
  margin: 0;
}

.forgot-panel {
  padding: 32px;
}

@media (min-width: 768px) {
  .forgot-panel {
    padding: 48px;
  }
}

.forgot-card {
  width: 100%;
  max-width: 420px;
}

.forgot-logo-mobile {
  height: 48px;
}

.forgot-title {
  font-size: 32px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 12px;
}

.forgot-subtitle {
  color: #64748b;
  margin: 0;
}

.forgot-label {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
}

.forgot-field {
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.5);
  padding-left: 48px;
  background: #fff;
  font-size: 16px;
}

.forgot-field:focus {
  border-color: #2d8dd2;
  box-shadow: 0 0 0 2px rgba(45, 141, 210, 0.2);
}

.forgot-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #64748b;
}

.forgot-primary-btn {
  height: 56px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  background: #2d8dd2;
  border: none;
  color: #fff;
}

.forgot-primary-btn:hover {
  background: rgba(45, 141, 210, 0.9);
  color: #fff;
}

.forgot-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2d8dd2;
  font-weight: 500;
  text-decoration: none;
}

.forgot-back-link:hover {
  text-decoration: underline;
}

.forgot-back-link svg {
  width: 16px;
  height: 16px;
}

.forgot-footer {
  margin-top: 40px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
}

.forgot-footer a {
  color: #2d8dd2;
  font-weight: 600;
  text-decoration: none;
}

.forgot-footer a:hover {
  text-decoration: underline;
}
@keyframes apply-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.apply-secure-note {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-top: 24px;
}

.program-details-highlight {
  background: rgba(148, 163, 184, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 20px;
  padding: 32px;
}

.program-details-highlight-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.program-details-highlight-header i {
  font-size: 24px;
  color: var(--l2c-primary);
  flex-shrink: 0;
}

.program-details-highlight h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.program-details-highlight p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.program-details-highlight h3 {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 16px;
}

.program-details-highlight-list {
  display: grid;
  gap: 12px;
}

.program-details-highlight-list div {
  display: flex;
  gap: 12px;
}

.program-details-highlight-list i {
  font-size: 20px;
  color: var(--l2c-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.program-details-highlight-list p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.program-details-sticky {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-details-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.program-details-card h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.program-details-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.program-details-price-old {
  color: #94a3b8;
  font-size: 24px;
  text-decoration: line-through;
}

.program-details-price-new {
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
}

.program-details-alert {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  margin-bottom: 16px;
}

.program-details-alert p {
  margin: 0;
  color: #ef4444;
  font-size: 13px;
  font-weight: 500;
}

.program-details-alert strong {
  display: block;
  margin-top: 4px;
  color: #ef4444;
  font-size: 17px;
  font-weight: 700;
}

.program-details-action {
  width: 100%;
  background: var(--l2c-primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s ease;
  margin-bottom: 16px;
}

.program-details-action:hover {
  background: #1d4ed8;
}

.program-details-meta {
  display: grid;
  gap: 12px;
  font-size: 13px;
}

.program-details-meta div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748b;
}

.program-details-meta i {
  font-size: 16px;
  color: var(--l2c-primary);
  flex-shrink: 0;
}

.program-details-review {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.program-details-review p {
  color: #64748b;
  font-size: 13px;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 12px;
}

.program-details-stars {
  display: flex;
  gap: 4px;
  color: #facc15;
}

.program-details-stars i {
  font-size: 16px;
}

.program-details-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  color: var(--l2c-primary);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.program-details-back i {
  transform: rotate(180deg);
}

.program-details-back:hover {
  color: #1d4ed8;
}

.hero::before {
  content: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-bg-image.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(49, 135, 196, 0.88) 0%,
    rgba(52, 125, 178, 0.75) 40%,
    rgba(54, 116, 161, 0.5) 70%,
    rgba(56, 110, 148, 0.3) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.hero-inner .container {
  min-height: 100vh;
}

.hero-content {
  padding-top: 64px;
}

.hero-pill {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.3em;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.hero-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-size: 36px;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 48px;
  }
}

.hero-cta {
  background: #fff;
  color: #1f2937;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-controls button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s ease;
  backdrop-filter: blur(8px);
}

.hero-controls button svg {
  width: 20px;
  height: 20px;
}

.hero-controls button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.hero-controls-abs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.hero-controls .hero-controls-close {
  background: #f45d48;
  box-shadow: 0 12px 24px rgba(244, 93, 72, 0.35);
}

.hero-controls .hero-controls-close:hover {
  background: #e54d38;
}

.hero-divider {
  height: 48px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-avatars {
  display: flex;
}

.hero-avatars img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.hero-avatars img + img {
  margin-left: -6px;
}

.hero-stats {
  font-size: 15px;
  font-weight: 600;
}

.hero-stats-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-slider-wrapper {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 2;
}

.hero-slider {
  display: flex;
  gap: 24px;
}

.hero-slider button {
  height: 3px;
  flex: 1 1 0;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}

.hero-slider button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hero-slider button.is-active {
  background: #fff;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hero-orbit-lg {
  width: 600px;
  height: 600px;
  top: 80px;
  right: 15%;
}

.hero-orbit-md {
  width: 450px;
  height: 450px;
  top: 160px;
  right: 20%;
  border-color: rgba(255, 255, 255, 0.05);
}

.wave-bars span {
  display: inline-block;
  width: 2px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  animation: wave 2s infinite ease-in-out;
  transform-origin: center bottom;
}

.wave-bars {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
}

@keyframes wave {
  0%,
  100% {
    opacity: 0.6;
    transform: scaleY(0.55);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.hero-video-card {
  background: rgba(42, 74, 107, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 12px;
  backdrop-filter: blur(18px);
}

.hero-video-card-abs {
  position: absolute;
  right: 0;
  top: 80px;
  width: 240px;
}

.hero-video-frame {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.hero-video-card video {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.section-title {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.section-title-hero {
  font-size: 32px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .section-title-hero {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .section-title-hero {
    font-size: 48px;
  }
}

.section-subtitle {
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600;
  color: var(--l2c-primary);
  text-transform: uppercase;
}

.why-love2coach {
  background: #fff;
}

.why-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

.why-image {
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}

.why-badge {
  background: var(--l2c-primary);
  color: #fff;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px rgba(59, 130, 246, 0.3);
  transform: translate(18px, 18px);
}

.why-badge span {
  display: block;
}

.why-badge .why-badge-value {
  font-size: 36px;
  font-weight: 700;
}

.why-badge .why-badge-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.why-list {
  display: grid;
  gap: 18px;
}

.why-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--l2c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
}

.why-list-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
}

.why-card {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  padding: 30px;
  background: rgba(15, 23, 42, 0.03);
}

.why-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--l2c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.btn-l2c-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}
.why-card h5 {
  font-size: 18px;
  line-height: 1.4;
}

.why-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

.card-soft {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 18px;
}

.card-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.bg-approach {
  background: linear-gradient(
    135deg,
    hsl(205, 55%, 35%) 0%,
    hsl(205, 50%, 30%) 50%,
    hsl(205, 45%, 25%) 100%
  );
}

.bg-methods {
  position: relative;
  background: url("https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=1600&q=80")
    center / cover no-repeat;
}

.bg-methods::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    hsla(205, 60%, 48%, 0.92) 0%,
    hsla(205, 55%, 45%, 0.85) 40%,
    hsla(205, 50%, 42%, 0.75) 70%,
    hsla(205, 45%, 40%, 0.65) 100%
  );
}

.bg-methods .container,
.bg-approach .container {
  position: relative;
  z-index: 2;
}

.tag {
  background: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
}

.coach-card img,
.program-card img,
.blog-card img {
  width: 100%;
  object-fit: cover;
}

.coach-card img {
  height: 210px;
}

.program-card img {
  height: 200px;
}

.blog-card img {
  height: 190px;
}

.founder-note {
  width: 100%;
  display: block;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
}

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

/* Section 3: Methods */
.l2c-methods {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 768px) {
  .l2c-methods {
    padding: 112px 0;
  }
}

.l2c-methods-bg {
  position: absolute;
  inset: 0;
}

.l2c-methods-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l2c-methods-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(49, 135, 196, 0.92) 0%,
    rgba(52, 125, 178, 0.85) 40%,
    rgba(54, 116, 161, 0.75) 70%,
    rgba(56, 110, 148, 0.65) 100%
  );
}

.l2c-methods .l2c-container {
  position: relative;
  z-index: 2;
}

.l2c-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: none;
}

@media (min-width: 992px) {
  .l2c-orbit {
    display: block;
  }
}

.l2c-orbit-lg {
  top: 40px;
  right: 10%;
  width: 500px;
  height: 500px;
}

.l2c-orbit-md {
  top: 128px;
  right: 15%;
  width: 350px;
  height: 350px;
  border-color: rgba(255, 255, 255, 0.05);
}

.l2c-orbit-sm {
  bottom: 80px;
  left: 5%;
  width: 300px;
  height: 300px;
  border-color: rgba(255, 255, 255, 0.06);
}

.l2c-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
}

.l2c-wave span {
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  animation: wave 2s infinite ease-in-out;
  transform-origin: center bottom;
}

.l2c-methods-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.l2c-methods-label span {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.l2c-methods-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-methods-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-methods-title {
    font-size: 48px;
  }
}

.l2c-methods-paragraph {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

.l2c-methods-paragraph.muted {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
}

.l2c-methods-button {
  background: #fff;
  color: #1f2937;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.25);
  text-decoration: none;
}

.l2c-methods-button-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.l2c-methods-button-icon svg,
.l2c-methods-button-icon i {
  width: 14px;
  height: 14px;
  color: #fff;
  line-height: 1;
}

.l2c-methods-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(18px);
  transition: background 0.3s ease;
}

.l2c-methods-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.l2c-methods-card-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.l2c-methods-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.l2c-methods-icon svg,
.l2c-methods-icon i {
  width: 24px;
  height: 24px;
  color: #fff;
  line-height: 1;
}

.l2c-methods-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.l2c-card-icon i,
.l2c-list-icon i,
.l2c-methods-icon i,
.l2c-approach-icon i,
.l2c-faq-icon i,
.l2c-methods-button-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.l2c-methods-card-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.l2c-methods-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.l2c-methods-note {
  margin-top: 48px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 768px;
}

/* Section 4: Approach */
.l2c-approach {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    135deg,
    rgb(40, 97, 138) 0%,
    rgb(38, 83, 115) 50%,
    rgb(35, 69, 92) 100%
  );
}

@media (min-width: 768px) {
  .l2c-approach {
    padding: 112px 0;
  }
}

.l2c-approach .l2c-container {
  position: relative;
  z-index: 2;
}

.l2c-approach-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: none;
}

@media (min-width: 992px) {
  .l2c-approach-orbit {
    display: block;
  }
}

.l2c-approach-orbit.orbit-lg {
  top: 80px;
  left: 5%;
  width: 400px;
  height: 400px;
}

.l2c-approach-orbit.orbit-md {
  bottom: 40px;
  right: 10%;
  width: 350px;
  height: 350px;
  border-color: rgba(255, 255, 255, 0.05);
}

.l2c-approach-orbit.orbit-sm {
  top: 50%;
  right: 30%;
  width: 200px;
  height: 200px;
  border-color: rgba(255, 255, 255, 0.04);
}

.l2c-approach-lead {
  max-width: 720px;
  margin-bottom: 56px;
}

.l2c-approach-title {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
  .l2c-approach-title {
    font-size: 20px;
  }
}

.l2c-approach-grid {
  margin-bottom: 56px;
}

.l2c-approach-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(18px);
  transition: background 0.3s ease;
}

.l2c-approach-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.l2c-approach-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.l2c-approach-card:hover .l2c-approach-icon {
  transform: scale(1.1);
}

.l2c-approach-icon svg,
.l2c-approach-icon i {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 24px;
}

.l2c-approach-card-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

.l2c-approach-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.l2c-approach-note {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 768px;
}

/* Section 5: Coach Directory */
.l2c-directory {
  padding: 96px 0;
  background: #fff;
}

.l2c-directory .l2c-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-directory-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-directory-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-directory-title {
    font-size: 48px;
  }
}

.l2c-directory-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-directory-copy {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-directory-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 16px;
  overflow: hidden;
}

.l2c-directory-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.l2c-directory-card:hover img {
  transform: scale(1.05);
}

.l2c-directory-tag {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.l2c-stars svg,
.l2c-stars i {
  width: 16px;
  height: 16px;
  color: #eab308;
}

.l2c-availability {
  font-size: 13px;
  font-weight: 500;
  color: var(--l2c-primary);
}

.l2c-directory-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 12px;
}

.l2c-directory-description {
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-directory-button {
  width: 100%;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, background 0.3s ease;
  text-decoration: none;
}

.l2c-directory-button:hover {
  border-color: var(--l2c-primary);
  background: rgba(var(--l2c-primary-rgb), 0.05);
  color: #0f172a;
}

.l2c-directory-cta {
  height: 44px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  background: var(--l2c-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  box-shadow: 0 16px 32px rgba(59, 130, 246, 0.25);
  text-decoration: none;
}

.l2c-directory-cta svg,
.l2c-directory-cta i {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.l2c-directory-cta:hover svg,
.l2c-directory-cta:hover i {
  transform: translate(2px, -2px);
}

/* Section 6: Training Pathways */
.l2c-training {
  padding: 96px 0;
  background: #fff;
}

.l2c-training .l2c-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-training-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-training-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-training-title {
    font-size: 48px;
  }
}

.l2c-training-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-training-copy {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-training-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.l2c-training-card .p-4 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.l2c-training-card .l2c-training-button {
  margin-top: auto;
}

.l2c-training-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.l2c-training-card:hover img {
  transform: scale(1.05);
}

.l2c-training-tag {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.l2c-training-price {
  font-size: 14px;
  color: #64748b;
  text-decoration: line-through;
}

.l2c-training-price-current {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.l2c-training-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 12px;
}

.l2c-training-description {
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-training-duration {
  font-size: 13px;
  color: #64748b;
}

.l2c-training-button {
  width: 100%;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, background 0.3s ease;
  text-decoration: none;
}

.l2c-training-button:hover {
  border-color: var(--l2c-primary);
  background: rgba(var(--l2c-primary-rgb), 0.05);
  color: #0f172a;
}

.l2c-training-cta {
  height: 44px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  background: var(--l2c-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 16px 32px rgba(59, 130, 246, 0.25);
  text-decoration: none;
}

.l2c-training-cta svg,
.l2c-training-cta i {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.l2c-training-cta:hover svg,
.l2c-training-cta:hover i {
  transform: translate(2px, -2px);
}

/* Section 7: Testimonials */
.l2c-testimonials {
  padding: 32px 0 96px;
  background: #fff;
}

.l2c-testimonials-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-testimonials-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-testimonials-title {
    font-size: 48px;
  }
}

.l2c-testimonials-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-testimonial-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 16px;
  padding: 24px;
  min-height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.l2c-quote-icon {
  width: 32px;
  height: 32px;
  color: rgba(var(--l2c-primary-rgb), 0.2);
  flex-shrink: 0;
}

.l2c-testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-testimonial-name {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.l2c-testimonial-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.5);
  padding-top: 16px;
  margin-top: auto;
}

.l2c-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
}

.l2c-line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.l2c-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Section 8: Blog */
.l2c-blog {
  padding: 32px 0 96px;
  background: #fff;
}

.l2c-blog-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-blog-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-blog-title {
    font-size: 48px;
  }
}

.l2c-blog-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-blog-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.l2c-blog-card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.l2c-blog-card:hover img {
  transform: scale(1.1);
}

.l2c-blog-tag {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(var(--l2c-primary-rgb), 0.9);
  color: #fff;
}

.l2c-blog-date {
  font-size: 13px;
  color: #64748b;
}

.l2c-blog-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.l2c-blog-card:hover .l2c-blog-heading {
  color: var(--l2c-primary);
}

.l2c-blog-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-blog-readmore {
  font-size: 14px;
  font-weight: 500;
  color: var(--l2c-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.l2c-blog-readmore svg,
.l2c-blog-readmore i {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.l2c-blog-card:hover .l2c-blog-readmore svg,
.l2c-blog-card:hover .l2c-blog-readmore i {
  transform: translateX(4px);
}

/* Section 9: FAQ */
.l2c-faq {
  position: relative;
  padding: 80px 0;
  color: #fff;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
  overflow: hidden;
}

@media (min-width: 768px) {
  .l2c-faq {
    padding: 112px 0;
  }
}

.l2c-faq .l2c-container {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .l2c-faq .l2c-container {
    padding: 0 48px;
  }
}

.l2c-faq-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.l2c-faq-orbit.orbit-lg {
  bottom: 40px;
  right: 8%;
  width: 450px;
  height: 450px;
  border-color: rgba(255, 255, 255, 0.06);
}

.l2c-faq-orbit.orbit-md {
  top: 80px;
  left: 5%;
  width: 350px;
  height: 350px;
  border-color: rgba(255, 255, 255, 0.05);
}

.l2c-faq-orbit.orbit-sm {
  top: 160px;
  right: 25%;
  width: 250px;
  height: 250px;
  border-color: rgba(255, 255, 255, 0.04);
}

.l2c-faq-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.l2c-faq-label i {
  font-size: 16px;
}

.l2c-faq-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .l2c-faq-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-faq-title {
    font-size: 48px;
  }
}

.l2c-faq-video {
  position: relative;
  max-width: 420px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px;
  backdrop-filter: blur(24px);
}

.l2c-faq-video img {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.l2c-faq-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l2c-faq-play-btn {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.25);
  transition: transform 0.2s ease;
}

.l2c-faq-play-btn i {
  font-size: 24px;
  color: #1f2937;
}

.l2c-faq-play-btn:hover {
  transform: scale(1.1);
}

.l2c-faq-video-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.l2c-faq-video-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.l2c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l2c-faq-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(24px);
  transition: background 0.2s ease;
}

.l2c-faq-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.l2c-faq-trigger {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .l2c-faq-trigger {
    font-size: 16px;
  }
}

.l2c-faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.l2c-faq-icon i {
  font-size: 16px;
}

.l2c-faq-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.l2c-faq-content p {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.l2c-faq-item.is-open .l2c-faq-content {
  opacity: 1;
}

.l2c-faq-item.is-open .l2c-faq-icon svg,
.l2c-faq-item.is-open .l2c-faq-icon i {
  transform: rotate(45deg);
}

/* Footer */
.l2c-footer {
  position: relative;
  overflow: hidden;
  background: rgb(28, 61, 84);
}

.l2c-footer-cta {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, rgb(40, 97, 138) 0%, rgb(38, 83, 115) 50%, rgb(35, 69, 92) 100%);
}

@media (min-width: 768px) {
  .l2c-footer-cta {
    padding: 112px 0;
  }
}

.l2c-footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(at 80% 20%, rgba(100, 120, 180, 0.4) 0%, transparent 50%);
}

.l2c-footer-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.l2c-footer-cta-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-footer-cta-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .l2c-footer-cta-title {
    font-size: 56px;
  }
}

.l2c-footer-cta-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .l2c-footer-cta-text {
    font-size: 18px;
  }
}

.l2c-footer-cta-btn {
  height: 44px;
  padding: 0 32px 0 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: background 0.2s ease;
  text-decoration: none;
}

.l2c-footer-cta-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.l2c-footer-cta-btn .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.l2c-footer-main {
  padding: 48px 0 64px;
  color: #fff;
  background: rgb(28, 61, 84);
}

@media (min-width: 768px) {
  .l2c-footer-main {
    padding: 64px 0;
  }
}

.l2c-footer-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
}

.l2c-footer-heading {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.l2c-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.l2c-footer-link:hover {
  color: #fff;
}

.l2c-footer-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-bottom: 4px;
}

.l2c-footer-hours {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
}

.l2c-footer-logo {
  max-width: 500px;
  height: 60px;
  object-fit: contain;
  opacity: 0.6;
}
/* Section 2: Bootstrap conversion */
.l2c-section {
  padding: 96px 0;
  background: #fff;
}

.l2c-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-text-xs {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.l2c-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l2c-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .l2c-title {
    font-size: 48px;
  }
}

.l2c-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
  max-width: 672px;
}

.l2c-paragraph {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-image-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
  position: relative;
}

.l2c-image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.l2c-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--l2c-primary-rgb), 0.3) 0%,
    transparent 60%
  );
}

.l2c-badge {
  background: var(--l2c-primary);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.l2c-badge-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.l2c-badge-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.l2c-list {
  display: grid;
  gap: 16px;
}

.l2c-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.l2c-list-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.l2c-list-icon svg,
.l2c-list-icon i {
  width: 22px;
  height: 22px;
  color: var(--l2c-primary);
}

.l2c-list-icon i {
  font-size: 22px;
}

.l2c-list-text {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

.l2c-primary {
  color: var(--l2c-primary);
}

.l2c-button {
  background: var(--l2c-primary);
  color: #fff;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 32px rgba(59, 130, 246, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.l2c-button:hover {
  background: rgba(var(--l2c-primary-rgb), 0.9);
  color: #fff;
}

.l2c-button svg,
.l2c-button i {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.l2c-button:hover svg,
.l2c-button:hover i {
  transform: translate(2px, -2px);
}

.l2c-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 16px;
  padding: 32px;
}

.l2c-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.l2c-card-icon svg,
.l2c-card-icon i {
  width: 24px;
  height: 24px;
  color: var(--l2c-primary);
}

.l2c-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.l2c-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

.l2c-mb-16 {
  margin-bottom: 64px;
}

.l2c-mb-20 {
  margin-bottom: 80px;
}

.l2c-mt-20 {
  margin-top: 80px;
}

/* Find a Coach - hero intro */
.l2c-find-hero {
  padding: 176px 0 80px;
  background: linear-gradient(
    to bottom,
    rgba(224, 242, 254, 0.5),
    rgba(248, 250, 252, 0.3),
    #fff
  );
}

.l2c-find-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.l2c-find-nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
}

.l2c-find-nav-links {
  gap: 32px;
}

.l2c-find-nav-logo {
  height: 150px;
  width: auto;
}

.l2c-find-nav-link {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.l2c-find-nav-link:hover {
  color: rgba(15, 23, 42, 0.8);
}

.l2c-find-nav-cta {
  border: none;
  background: #fff;
  color: #1f2937;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
}

.l2c-find-nav-cta:hover {
  background: rgba(255, 255, 255, 0.95);
}

.l2c-find-nav-toggle {
  background: transparent;
  border: none;
  color: #0f172a;
  padding: 8px;
}

.l2c-find-hero-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-find-hero-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #f1f5f9;
  border-radius: 40px;
  padding: 32px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .l2c-find-hero-card {
    padding: 48px;
  }
}

.l2c-find-title {
  font-size: 30px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .l2c-find-title {
    font-size: 36px;
  }
}

.l2c-find-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

.l2c-find-process-label {
  font-weight: 600;
  color: #334155;
  margin-bottom: 0;
}

.l2c-find-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(224, 242, 254, 0.5);
  border-radius: 16px;
  padding: 16px;
}

.l2c-find-step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(var(--l2c-primary-rgb), 0.1);
  color: var(--l2c-primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.l2c-find-step-text {
  color: #475569;
  margin-bottom: 0;
}

.l2c-find-step-text strong {
  color: #334155;
  font-weight: 600;
}

.l2c-find-play-btn {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  border: 4px solid #fff;
  background: linear-gradient(
    135deg,
    rgba(var(--l2c-primary-rgb), 0.1),
    #e0f2fe
  );
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.l2c-find-play-btn i {
  font-size: 40px;
  color: var(--l2c-primary);
  margin-left: 4px;
  line-height: 1;
}

.l2c-find-play-btn:hover {
  transform: scale(1.05);
}

/* Find a Coach - search filters */
.l2c-find-filter {
  padding: 40px 0;
  background: #fff;
}

.l2c-find-filter-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-find-filter-card {
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 24px;
}

@media (min-width: 768px) {
  .l2c-find-filter-card {
    padding: 32px;
  }
}

.l2c-find-filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 8px;
}

.l2c-find-filter-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 14px;
  color: #0f172a;
  padding: 10px 12px;
}

.l2c-find-filter-control::placeholder {
  color: #94a3b8;
}

.l2c-find-filter-control:focus {
  border-color: rgba(var(--l2c-primary-rgb), 0.5);
  box-shadow: 0 0 0 0.2rem rgba(var(--l2c-primary-rgb), 0.15);
}

.l2c-find-filter-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 14px;
  color: #0f172a;
  padding: 10px 12px;
}

.l2c-find-filter-select i {
  font-size: 16px;
  color: rgba(15, 23, 42, 0.5);
}

.l2c-find-filter-btn {
  height: 48px;
  border-radius: 12px;
  border: none;
  background: var(--l2c-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 12px 20px rgba(var(--l2c-primary-rgb), 0.25);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.l2c-find-filter-btn i {
  font-size: 16px;
}

.l2c-find-filter-btn:hover {
  background: rgba(var(--l2c-primary-rgb), 0.9);
  box-shadow: 0 16px 28px rgba(var(--l2c-primary-rgb), 0.3);
  color: #fff;
}

/* Find a Coach - coach cards */
.l2c-find-results {
  padding: 48px 0;
  background: linear-gradient(to bottom, #fff, rgba(248, 250, 252, 0.5));
}

.l2c-find-results-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.l2c-find-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .l2c-find-card {
    padding: 32px;
  }
}

.l2c-find-card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.l2c-find-avatar {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e0f2fe, #f1f5f9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  font-size: 20px;
  font-weight: 700;
  color: #475569;
}

.l2c-find-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0;
}

.l2c-find-cert {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #22c55e;
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
}

.l2c-find-cert i {
  font-size: 14px;
}

.l2c-find-role {
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0;
}

.l2c-find-rating {
  font-weight: 600;
  color: #0f172a;
}

.l2c-find-stars i {
  color: #facc15;
  font-size: 16px;
}

.l2c-find-stars i.muted {
  color: #d1d5db;
}

.l2c-find-review-count {
  font-size: 14px;
  color: #94a3b8;
}

.l2c-find-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.l2c-find-badge.dark {
  background: #0f172a;
}

.l2c-find-badge.yellow {
  background: #facc15;
  color: #0f172a;
}

.l2c-find-badge.blue {
  background: #3b82f6;
}

.l2c-find-badge.red {
  background: #ef4444;
}

.l2c-find-badge.purple {
  background: #a855f7;
}

.l2c-find-badge.green {
  background: #22c55e;
}

.l2c-find-badge.orange {
  background: #fb923c;
  color: #0f172a;
}

.l2c-find-summary {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 0;
}

.l2c-find-summary a {
  color: var(--l2c-primary);
  font-weight: 600;
  margin-left: 4px;
  text-decoration: none;
}

.l2c-find-summary a:hover {
  text-decoration: underline;
}

.l2c-find-btn {
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.l2c-find-btn:hover {
  background: #f8fafc;
  color: #0f172a;
}

.l2c-find-btn i {
  font-size: 16px;
}

.l2c-find-btn-primary {
  border: none;
  background: var(--l2c-primary);
  color: #fff;
  box-shadow: 0 10px 18px rgba(var(--l2c-primary-rgb), 0.25);
}

.l2c-find-btn-primary:hover {
  background: rgba(var(--l2c-primary-rgb), 0.9);
  color: #fff;
}

.l2c-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Coach detail page */
.l2c-coach-hero {
  padding: 160px 0 80px;
  background: linear-gradient(to bottom, #fff, rgba(248, 250, 252, 0.5));
}

.l2c-coach-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.l2c-coach-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  padding: 32px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.l2c-coach-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.l2c-coach-avatar {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e0f2fe, #f1f5f9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #475569;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.l2c-coach-name {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.l2c-coach-certified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #22c55e;
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
}

.l2c-coach-certified i {
  font-size: 14px;
}

.l2c-coach-role {
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

.l2c-coach-rating {
  font-weight: 600;
  color: #0f172a;
}

.l2c-coach-stars i {
  font-size: 16px;
  color: #facc15;
}

.l2c-coach-stars i.muted {
  color: #d1d5db;
}

.l2c-coach-reviews {
  font-size: 14px;
  color: #94a3b8;
}

.l2c-coach-credentials-title {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 12px;
}

.l2c-coach-credentials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
}

.l2c-coach-credentials-list i {
  color: #22c55e;
  margin-right: 8px;
}

.l2c-coach-section {
  padding: 12px 0;
}

.l2c-coach-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.l2c-coach-wave {
  font-size: 18px;
}

.l2c-coach-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.l2c-coach-section-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.l2c-coach-testimonials {
  padding: 48px 0 96px;
  background: #fff;
}

.l2c-coach-testimonial-card {
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 24px;
  background: rgba(248, 250, 252, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.l2c-coach-quote-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(var(--l2c-primary-rgb), 0.12);
  color: var(--l2c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.l2c-coach-testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

.l2c-coach-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.l2c-coach-initials {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e0f2fe, #f1f5f9);
  color: #475569;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.l2c-coach-client-name {
  font-weight: 600;
  color: #0f172a;
  font-size: 14px;
}

.l2c-coach-client-role {
  font-size: 12px;
  color: #94a3b8;
}
