@import url("lovable/index-CwBk_pWe.css");

.section-pad {
  padding: 7rem 0;
}

.hero-section {
  min-height: 100vh;
  padding: 7rem 0 5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}


.bg-secondary {
  background-color: hsl(var(--secondary)) !important;
}

.hero-title {
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .hero-title {
    font-size: 3rem;
  }
}

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

.problem-title {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .problem-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .problem-title {
    font-size: 3.75rem;
  }
}

.problem-lead {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 576px) {
  .problem-lead {
    font-size: 1.25rem;
  }
}

.problem-card {
  padding: 1.5rem;
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .problem-card {
    padding: 2rem;
  }
}

.what-title {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .what-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .what-title {
    font-size: 3.75rem;
  }
}

.what-lead {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .what-lead {
    font-size: 1.25rem;
  }
}

.what-cta-title {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .what-cta-title {
    font-size: 1.875rem;
  }
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.3333%;
}

.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  border: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  border-radius: 16px;
  padding: 0.9rem 1.75rem;
  box-shadow: var(--shadow-md), 0 0 30px -8px #15c19f80;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  border: 0;
}

.text-primary {
  color: #14b8a6 !important;
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground)) !important;
}

.admin-card-hover {
  transition: box-shadow 0.2s ease;
}

.admin-card-hover:hover {
  box-shadow: var(--shadow-lg);
}

.dropdown-menu {
  z-index: 2000;
}

.programs-form-input {
  transition: box-shadow 0.2s ease;
}

.programs-form-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem hsl(var(--primary) / 0.2);
}

.programs-collapse-toggle svg {
  transition: transform 0.2s ease;
}

.programs-collapse-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.programs-cta-btn {
  background-color: #14b8a6 !important;
  background-image: none !important;
  border-color: #14b8a6 !important;
  color: #ffffff !important;
}

.programs-cta-btn:hover,
.programs-cta-btn:focus {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: #ffffff !important;
}

.settings-menu-btn {
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  text-align: left;
  color: hsl(var(--muted-foreground));
  transition: all 0.2s ease;
}

.settings-menu-btn:hover {
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
}

.settings-menu-btn.active {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.settings-switch {
  width: 2.75rem;
  height: 1.5rem;
  padding: 0;
  border-radius: 999px;
  border: 2px solid transparent;
  background: hsl(var(--input));
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.2s ease;
}

.settings-switch:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem hsl(var(--ring) / 0.4);
}

.settings-switch[data-state="checked"] {
  background: hsl(var(--primary));
}

.settings-switch-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: hsl(var(--background));
  box-shadow: var(--shadow-sm);
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.settings-switch[data-state="checked"] .settings-switch-thumb {
  transform: translateX(1.25rem);
}

.settings-color-chip {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.settings-color-chip:hover {
  border-color: hsl(var(--foreground) / 0.5);
}

.section-why {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .section-why {
    padding: 7rem 0;
  }
}

.why-title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .why-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .why-title {
    font-size: 3rem;
  }
}

.career-pill {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.career-pill:hover {
  box-shadow: var(--shadow-md);
  border-color: hsl(var(--primary) / 0.3);
}

.section-curriculum {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .section-curriculum {
    padding: 7rem 0;
  }
}

.curriculum-title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .curriculum-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .curriculum-title {
    font-size: 3rem;
  }
}

.curriculum-phase-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .curriculum-phase-title {
    font-size: 1.875rem;
  }
}

.curriculum-card {
  border-radius: 1.5rem;
  padding: 2rem;
}

@media (min-width: 992px) {
  .curriculum-card {
    padding: 2.5rem;
  }
}

.section-who {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .section-who {
    padding: 7rem 0;
  }
}

.who-title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .who-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .who-title {
    font-size: 3rem;
  }
}

.role-pill {
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.1));
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary) / 0.2);
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}

.section-earning {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .section-earning {
    padding: 7rem 0;
  }
}

.earning-title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .earning-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .earning-title {
    font-size: 3rem;
  }
}

.earning-card {
  transition: transform 0.2s ease;
}

.earning-flag {
  transition: transform 0.3s ease;
}

.earning-card:hover .earning-flag {
  transform: scale(1.1);
}

.section-included {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .section-included {
    padding: 7rem 0;
  }
}

.included-title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .included-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .included-title {
    font-size: 3rem;
  }
}

.included-card {
  padding: 1.5rem;
  border-radius: 1rem;
}

.included-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease;
}

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

.section-cta {
  padding: 6rem 0;
}

@media (min-width: 992px) {
  .section-cta {
    padding: 8rem 0;
  }
}

.cta-title {
  font-size: 1.875rem;
  line-height: 1.3;
}

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

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

.btn-primary-custom:hover {
  background: var(--gradient-primary-hover);
  color: #ffffff;
  box-shadow: var(--shadow-lg), 0 0 50px -8px #15c19f99;
  transform: translateY(-2px);
}

.btn-outline-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid hsl(var(--border));
  color: hsl(var(--foreground));
  border-radius: 16px;
  padding: 0.9rem 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.btn-outline-custom:hover {
  background: hsl(var(--secondary) / 0.6);
}

.btn-dark-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 16px;
  padding: 0.9rem 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.btn-dark-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

.nav-link-pill {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}

.nav-link-pill:hover {
  color: hsl(var(--foreground));
  background: hsl(var(--secondary) / 0.6);
}

.nav-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.75rem;
  line-height: 1;
}

.nav-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  background: transparent;
  border: 0;
  transition: background-color 0.2s ease;
}

.nav-icon-btn:hover {
  background: hsl(var(--secondary));
}

.card-hover-group {
  position: relative;
  overflow: hidden;
}

.card-hover-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.card-hover-group:hover .card-hover-overlay {
  opacity: 1;
}

.card-hover-group > :not(.card-hover-overlay) {
  position: relative;
  z-index: 1;
}

.card-hover-icon {
  transition: transform 0.3s ease;
}

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

.card-hover-action {
  gap: 0.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.card-hover-group:hover .card-hover-action {
  gap: 0.75rem;
}

.standout-card {
  padding: 2rem;
  border-radius: 1.5rem;
}

@media (min-width: 576px) {
  .standout-card {
    padding: 2.5rem;
  }
}

.standout-quote {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .standout-quote {
    font-size: 1.875rem;
  }
}

.what-cta-wrap {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  max-width: 28rem;
}

@media (min-width: 576px) {
  .what-cta-wrap {
    bottom: 3rem;
    left: 3rem;
  }
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
}

.about-image {
  transition: transform 0.7s ease;
}

.about-image-wrap:hover .about-image {
  transform: scale(1.05);
}

.avatar-group img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  object-fit: cover;
  margin-left: -12px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
}

.avatar-group img:first-child {
  margin-left: 0;
}

.stats-divider {
  width: 1px;
  background: var(--border);
}

.floating-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  padding: 1rem 1.25rem;
}

.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.feature-line {
  height: 4px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
}

.scroll-row {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
}

.scroll-row::-webkit-scrollbar {
  height: 0;
}

.testimonial-card {
  width: 380px;
  min-height: 280px;
  border-radius: 24px;
  padding: 2rem;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.testimonial-dark {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #ffffff;
}

.testimonial-light {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--foreground);
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-pill {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.hero-media {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.5),
    transparent 60%
  );
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
}

.footer-link:hover {
  color: #ffffff;
}

.footer-link-icon {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.footer-link:hover .footer-link-icon {
  opacity: 1;
}

.footer-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.footer-icon svg {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.footer-icon:hover {
  border-color: hsl(var(--primary) / 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.footer-icon:hover svg {
  color: hsl(var(--primary));
}

.footer-contact {
  padding: 0.625rem 1.25rem;
  border-radius: 0.75rem;
  background: hsl(var(--primary) / 0.2);
  border: 1px solid hsl(var(--primary) / 0.3);
  color: hsl(var(--primary));
  font-weight: 600;
  transition: all 0.2s ease;
}

.footer-contact:hover {
  background: hsl(var(--primary) / 0.3);
  color: hsl(var(--primary));
}

.footer-wordmark {
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, hsl(var(--primary) / 0.4), hsl(var(--primary) / 0.2), rgba(34, 211, 238, 0.3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (min-width: 768px) {
  .footer-wordmark {
    font-size: 10vw;
  }
}

.profile-back-link {
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 1.5rem;
}

.profile-back-link:hover {
  color: hsl(var(--foreground));
}

.profile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  transition: all 0.2s ease;
}

.profile-nav-link:hover {
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
}

.profile-nav-link.active {
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.profile-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 1.5rem;
}

.profile-avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
}

.profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: hsl(var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.profile-avatar-text {
  font-size: 1.875rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
}

.profile-avatar-overlay {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  border: 0;
}

.profile-avatar-wrap:hover .profile-avatar-overlay {
  opacity: 1;
}

.profile-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  margin-bottom: 0.5rem;
}

.profile-input {
  height: 40px;
  border-radius: 0.375rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  padding: 0 0.75rem;
}

.profile-input:focus {
  border-color: hsl(var(--ring));
  box-shadow: 0 0 0 0.2rem hsl(var(--ring) / 0.2);
}

.profile-textarea {
  min-height: 100px;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  resize: none;
}

.profile-textarea:focus {
  border-color: hsl(var(--ring));
  box-shadow: 0 0 0 0.2rem hsl(var(--ring) / 0.2);
}

.profile-input-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: hsl(var(--muted-foreground));
  transition: color 0.2s ease;
  padding: 0;
}

.profile-input-icon:hover {
  color: hsl(var(--foreground));
}

.profile-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 36px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid hsl(var(--border));
  background: transparent;
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.profile-btn-outline:hover {
  background: hsl(var(--secondary));
}

.profile-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 0;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.profile-btn-primary:hover {
  opacity: 0.9;
}

.profile-btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 36px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 0;
  background: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.profile-btn-danger:hover {
  opacity: 0.9;
}

.modal .btn-close {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 991.98px) {
  .floating-card {
    right: 16px;
  }

  .section-pad {
    padding: 5rem 0;
  }

  .hero-media {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .testimonial-card {
    width: 320px;
  }
}
