/* =========================================
   ALTA Landing Page - Main Styles
   Brand Colors:
   - White: #FFFFFF
   - Primary: #0D1E56
   - Ambient: #3BC3E2
   - Dark Ambient: #22ACD1
   Font: Be Vietnam Pro
   ========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  color: #0D1E56;
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: #22ACD1; text-decoration: none; }
a:hover { color: #0D1E56; text-decoration: none; }
img { max-width: 100%; height: auto; }

.section-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0D1E56;
  margin-bottom: 12px;
}

.section-header p {
  font-size: 1.05rem;
  color: #0D1E56;
  opacity: 0.7;
  max-width: 600px;
  margin: 0 auto;
}

.text-ambient { color: #3BC3E2; }

/* ========== NAVBAR ========== */
.navbar-custom {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(13,30,86,0.05);
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s;
}

.navbar-custom .nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 45px;
  width: auto;
  object-fit: contain;
  transform: scale(1.2);
}

.nav-links {
  list-style: none;
  gap: 40px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-link-item {
  color: #0D1E56 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s;
}

.nav-link-item:hover, .nav-link-item.active {
  color: #22ACD1 !important;
}

.nav-links {
  display: flex;
}

/* ========== HERO SECTION ========== */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #0D1E56 0%, #1a3078 40%, #0D1E56 100%);
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(59,195,226,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px;
  width: 100%;
}

.hero-split {
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-left { flex: 1; }

.hero-left h1 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ai-first-text {
  color: #3BC3E2;
  font-size: 1.2em;
}

.hero-left .highlight { color: #ffffff; }

.hero-tagline {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  font-weight: 400;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(59,195,226,0.2);
  border-radius: 50%;
  color: #3BC3E2;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  align-items: stretch;
  margin-bottom: 28px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-stat-label {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-stat-value {
  font-size: 1.05rem;
  font-weight: 500;
  color: #ffffff;
}

.hero-stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.25);
  margin: 0 24px;
  align-self: stretch;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-alta-primary {
  background: #3BC3E2;
  color: #0D1E56 !important;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s;
}

.btn-alta-primary:hover {
  background: #22ACD1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59,195,226,0.3);
  color: #0D1E56 !important;
}

.btn-alta-secondary-white {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-alta-secondary-white:hover {
  border-color: #3BC3E2;
  color: #3BC3E2 !important;
}

.btn-alta-outline {
  background: transparent;
  color: #0D1E56;
  border: 2px solid #0D1E56;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-alta-outline:hover {
  background: #0D1E56;
  color: #ffffff;
}

.hero-right { flex: 1; display: flex; justify-content: center; }

/* Lead Form Container */
.lead-form-container {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 32px;
  /* min-height: 400px; */
  width: 100%;
  max-width: 440px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ========== EXAM DATES ========== */
.exam-dates-section {
  background: #0D1E56;
  padding: 0;
}

.exam-dates-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.exam-dates-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 28px 0;
}

.exam-date-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 40px;
}

.exam-date-icon {
  width: 44px;
  height: 44px;
  background: rgba(59,195,226,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.exam-date-icon svg {
  color: #3BC3E2;
  stroke: #3BC3E2;
}

.exam-date-info {
  display: flex;
  flex-direction: column;
}

.exam-date-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.exam-date-sublabel {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}

.exam-date-value {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 2px;
}

.exam-date-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.15);
}

/* ========== STATS ========== */
.stats-section {
  background: rgba(34,172,209,0.12);
  padding: 40px 0;
}

.stats-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0D1E56;
  display: block;
}

.stat-item p {
  font-size: 1rem;
  color: #0D1E56;
  opacity: 0.7;
  margin: 4px 0 0;
}

/* ========== LEGACY ========== */
.legacy-section {
  padding: 80px 0;
}

.legacy-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.legacy-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}

.legacy-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(13,30,86,0.05);
  padding: 8px 16px;
  border-radius: 24px;
  margin-bottom: 20px;
}

.legacy-badge img { height: 28px; }
.legacy-badge-label { font-size: 0.85rem; font-weight: 500; color: #0D1E56; opacity: 0.7; }

.legacy-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.legacy-content p {
  font-size: 1rem;
  opacity: 0.7;
  max-width: 600px;
  margin: 0 auto 20px;
}

.btn-legacy-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0D1E56;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-legacy-cta:hover {
  background: #22ACD1;
  color: #ffffff !important;
}

.legacy-timeline {
  position: relative;
  padding: 40px 0;
}

.timeline-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(13,30,86,0.1);
  transform: translateY(-50%);
}

.timeline-progress {
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, #0D1E56, #3BC3E2);
  border-radius: 2px;
}

.timeline-points {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.timeline-year {
  font-weight: 700;
  font-size: 0.9rem;
  color: #0D1E56;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background: #0D1E56;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #0D1E56;
}

.timeline-stat {
  font-size: 0.85rem;
  color: #0D1E56;
  opacity: 0.7;
}

.timeline-point.future {
  align-items: center;
}

.timeline-future-text {
  font-size: 0.8rem;
  color: #0D1E56;
  opacity: 0.6;
}

.timeline-alta-icon { height: 32px; }

/* ========== CAMPUSES ========== */
.campuses-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.campus-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13,30,86,0.08);
  transition: transform 0.3s;
}

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

.campus-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

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

.campus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(13,30,86,0.8));
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

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

.campus-facilities-icons {
  display: flex;
  gap: 12px;
}

.facility-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.campus-content {
  padding: 20px;
}

.collaboration-badge {
  font-size: 0.75rem;
  color: #0D1E56;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}

.campus-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0D1E56;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  line-height: 1.2;
}

.campus-location {
  font-size: 0.85rem;
  color: #0D1E56;
  opacity: 0.6;
  display: block;
  margin-bottom: 8px;
}

.campus-degree-badge {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: rgba(59,195,226,0.1);
  color: #22ACD1;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 2.4em;
  line-height: 1.3;
}

.campus-cta-buttons {
  display: flex;
  gap: 8px;
}

.campus-cta-btn {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.campus-cta-btn.primary {
  background: #0D1E56;
  color: #ffffff !important;
}

.campus-cta-btn.primary:hover {
  background: #22ACD1;
}

/* ========== INFRASTRUCTURE ========== */
.infrastructure-section {
  padding: 80px 0;
}

.campus-techies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.campus-techies-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13,30,86,0.08);
}

.campus-techies-img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.campus-techies-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.campus-techies-item:hover .campus-techies-img-wrapper img {
  transform: scale(1.05);
}

.campus-techies-content {
  padding: 20px;
}

.campus-techies-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.campus-techies-content p {
  font-size: 0.85rem;
  opacity: 0.7;
  line-height: 1.5;
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.reels-slider-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.reels-slider-wrapper::-webkit-scrollbar { display: none; }

.reels-slider {
  display: flex;
  gap: 16px;
  padding: 0 32px;
}

.reel-card {
  flex: 0 0 220px;
}

.reel-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #0D1E56;
}

.reel-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ========== FEATURES / WHY ALTA ========== */
.features-section {
  padding: 80px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-alta-card {
  perspective: 1000px;
  height: 280px;
  cursor: pointer;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.why-alta-card.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
}

.card-front { z-index: 2; }

.box-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(13,30,86,0.8));
}

.box-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}

.card-back {
  background: #0D1E56;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-back-content {
  padding: 24px;
  text-align: center;
}

.card-back-content h4 {
  color: #3BC3E2;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.card-back-content p {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ========== CURRICULUM ========== */
.curriculum-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.curriculum-accordion-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(13,30,86,0.05);
}

.curriculum-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: background 0.3s;
}

.curriculum-accordion-header:hover {
  background: rgba(59,195,226,0.05);
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-year-badge {
  background: #0D1E56;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.accordion-title {
  font-weight: 600;
  font-size: 1rem;
  color: #0D1E56;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.accordion-icon svg {
  width: 100%;
  height: 100%;
  stroke: #0D1E56;
  stroke-width: 2;
}

.curriculum-accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.curriculum-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.curriculum-accordion-item.active .curriculum-accordion-content {
  max-height: 500px;
}

.accordion-content-inner {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.accordion-learning-list {
  list-style: none;
  padding: 0;
}

.accordion-learning-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.9rem;
  color: #0D1E56;
  opacity: 0.8;
}

.accordion-learning-list li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #3BC3E2;
  font-weight: 700;
}

.accordion-section h5 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0D1E56;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.accordion-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.accordion-tech-tags span {
  background: rgba(59,195,226,0.1);
  color: #22ACD1;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 500;
}

.accordion-projects-list {
  list-style: none;
  padding: 0;
}

.accordion-projects-list li {
  padding: 4px 0;
  font-size: 0.85rem;
  color: #0D1E56;
  opacity: 0.7;
}

.accordion-projects-list li::before {
  content: '• ';
  color: #3BC3E2;
}

/* ========== TEAM ========== */
.team-section {
  padding: 80px 0;
}

.team-member-horizontal {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-image {
  flex: 0 0 200px;
  position: relative;
}

.team-member-image img {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
}

.team-linkedin-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(13,30,86,0.8);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  transition: background 0.3s;
}

.team-linkedin-overlay:hover { background: #22ACD1; }

.team-member-info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.team-role {
  color: #22ACD1;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.team-credentials {
  font-size: 0.85rem;
  color: #0D1E56;
  opacity: 0.6;
  margin-bottom: 12px;
}

.team-bio {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 12px;
}

.read-more-btn {
  background: none;
  border: none;
  color: #22ACD1;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: 0.9rem;
}

.read-more-btn:hover { color: #0D1E56; }

/* ========== MENTORS ========== */
.mentors-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.mentors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.mentor-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 20px rgba(13,30,86,0.06);
  transition: transform 0.3s;
}

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

.mentor-photo {
  aspect-ratio: 1;
  overflow: hidden;
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentor-info {
  padding: 16px 12px;
}

.mentor-name {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0D1E56;
}

.mentor-title {
  font-size: 0.75rem;
  color: #0D1E56;
  opacity: 0.6;
  margin-bottom: 8px;
}

.mentor-company-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mentor-company-logo {
  width: 24px;
  height: 24px;
}

.mentor-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mentor-company-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0D1E56;
  opacity: 0.7;
}

/* ========== ADMISSION PROCESS ========== */
.admission-process-section {
  padding: 80px 0;
}

.admission-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start;
}

.admission-banner-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(13,30,86,0.1);
}

.admission-timeline-vertical {
  position: relative;
  padding-left: 40px;
}

.timeline-progress-track {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(13,30,86,0.1);
}

.timeline-progress-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #0D1E56, #3BC3E2);
  transition: height 0.3s;
}

.admission-step {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  gap: 20px;
}

.step-number-circle {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0D1E56;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-left: -56px;
}

.step-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D1E56;
  margin-bottom: 6px;
}

.step-content p {
  font-size: 0.85rem;
  color: #0D1E56;
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: 8px;
}

.step-highlight {
  color: #22ACD1 !important;
  font-weight: 600;
  opacity: 1 !important;
}

.step-cta-row {
  display: flex;
  gap: 12px;
  margin: 12px 0;
}

.step-btn-primary {
  background: #0D1E56;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}

.step-btn-primary:hover { background: #22ACD1; }

.step-btn-secondary {
  background: transparent;
  color: #0D1E56 !important;
  border: 1px solid #0D1E56;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}

.step-btn-secondary:hover { background: rgba(13,30,86,0.05); }

.step-note {
  font-size: 0.8rem !important;
  font-style: italic;
  opacity: 0.5 !important;
}

.admission-campus-photos {
  margin-top: 48px;
}

.admission-campus-photos h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.campus-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.campus-photo-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.campus-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus-photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(transparent, rgba(13,30,86,0.8));
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ========== AWARDS ========== */
.awards-section {
  padding: 80px 0;
  background: #f8f9fa;
  overflow: hidden;
}

.awards-layout {
  display: flex;
  gap: 48px;
  align-items: center;
}

.awards-text-content {
  flex: 1;
}

.awards-text-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.awards-text-content p {
  font-size: 1rem;
  opacity: 0.7;
}

.awards-logos-area {
  flex: 1;
  display: flex;
  gap: 16px;
  height: 400px;
  overflow: hidden;
}

.awards-logo-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.award-logo-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  box-shadow: 0 2px 10px rgba(13,30,86,0.05);
}

.award-logo-card img {
  max-height: 50px;
  max-width: 120px;
  object-fit: contain;
}

/* ========== PLACEMENTS ========== */
.placements-section {
  padding: 80px 0;
}

.career-ecosystem-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.ecosystem-stat {
  text-align: center;
  padding: 24px;
  background: rgba(59,195,226,0.08);
  border-radius: 12px;
}

.ecosystem-stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #0D1E56;
  margin-bottom: 4px;
}

.ecosystem-stat p {
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 0;
}

.companies-heading {
  text-align: center;
  font-size: 1.5rem;
  color: #0D1E56;
  margin-bottom: 24px;
}

.companies-showcase {
  overflow: hidden;
}

.companies-row {
  overflow: hidden;
}

.companies-scroll {
  display: flex;
  gap: 32px;
  animation: scrollLogos 30s linear infinite;
  width: max-content;
}

.company-logo-wrapper {
  flex: 0 0 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo {
  max-height: 40px;
  max-width: 90px;
  object-fit: contain;
  filter: grayscale(0.3);
  transition: filter 0.3s;
}

.company-logo:hover { filter: grayscale(0); }

/* ========== STUDENT LIFE ========== */
.student-life-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.student-life-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.student-life-scroll-container::-webkit-scrollbar { display: none; }

.student-life-videos {
  display: flex;
  gap: 24px;
  padding: 0 32px;
}

.student-life-video-card {
  flex: 0 0 380px;
}

.student-life-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #0D1E56;
}

.student-life-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ========== SCHOLARSHIPS ========== */
.scholarship-section {
  padding: 80px 0;
}

.scholarship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.scholarship-card {
  background: #ffffff;
  border: 1px solid rgba(13,30,86,0.1);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}

.scholarship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(13,30,86,0.1);
}

.scholarship-card.highlight {
  border-color: #3BC3E2;
  box-shadow: 0 4px 20px rgba(59,195,226,0.15);
}

.scholarship-badge-label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #3BC3E2;
  color: #0D1E56;
  padding: 4px 16px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.scholarship-icon-emoji {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.scholarship-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.scholarship-amount {
  color: #22ACD1;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.scholarship-desc {
  font-size: 0.85rem;
  opacity: 0.6;
}

.financial-partners {
  text-align: center;
}

.financial-partners h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.financial-partners > p {
  font-size: 0.9rem;
  opacity: 0.6;
  margin-bottom: 24px;
}

.financial-partners-grid {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.financial-partner-item {
  text-align: center;
}

.financial-partner-logo {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.financial-partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.financial-partner-item p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0D1E56;
  opacity: 0.7;
  margin: 0;
}

/* ========== INVESTORS ========== */
.investors-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.investors-logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.investors-logos-grid img {
  max-height: 50px;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.investors-logos-grid img:hover { opacity: 1; }

/* ========== FAQ ========== */
.faq-section {
  padding: 80px 0;
}

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}

.faq-category-btn {
  background: transparent;
  border: 1px solid rgba(13,30,86,0.2);
  color: #0D1E56;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-category-btn.active, .faq-category-btn:hover {
  background: #0D1E56;
  color: #ffffff;
  border-color: #0D1E56;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(13,30,86,0.1);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-question:hover { background: rgba(59,195,226,0.05); }

.faq-question h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D1E56;
  margin: 0;
  flex: 1;
  padding-right: 16px;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: #0D1E56;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer-content {
  padding: 0 24px 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.7;
}

.faq-show-more {
  text-align: center;
  margin-top: 24px;
}

/* ========== FOOTER ========== */
.footer-section {
  background: #0D1E56;
  color: #ffffff;
  padding: 60px 0 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 48px;
}

.footer-logo-wrap {
  margin-bottom: 16px;
}

.footer-logo-wrap img { height: 40px; }

.footer-about {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  color: #ffffff !important;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.footer-social a:hover { opacity: 1; color: #3BC3E2 !important; }

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-links a:hover { color: #3BC3E2 !important; }

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
}

.footer-contact svg {
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.7;
}

.footer-bottom {
  text-align: center;
  padding: 24px 32px;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  font-size: 0.85rem;
  opacity: 0.5;
  margin: 0;
}

/* ========== MODALS ========== */
.founder-modal-content {
  border-radius: 16px;
  border: none;
  overflow: hidden;
}

.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  color: #0D1E56;
  opacity: 0.5;
  z-index: 10;
}

.modal-header-custom {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.modal-avatar {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.modal-header-custom h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.modal-role {
  color: #22ACD1;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.modal-credentials {
  font-size: 0.8rem;
  opacity: 0.6;
  margin: 0;
}

.modal-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 12px;
}

.modal-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0D1E56;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: background 0.3s;
}

.modal-linkedin-btn:hover { background: #22ACD1; color: #ffffff !important; }
