/* ══════════════════════════════════════════════
   SYSTEM TOKENS & RESET
   ══════════════════════════════════════════════ */
:root {
  --navy-dark:   #0A1128;
  --navy:        #1B1C54;
  --navy-lt:     #2563EB;
  --orange:      #F15A24;
  --orange-lt:   #FF7A4B;
  --cream:       #F8FAFC;
  --white:       #FFFFFF;
  --mist:        #F1F5F9;
  --border:      #E2E8F0;
  --text:        #1E293B;
  --muted:       #64748B;
  --success:     #16A34A;
  --error:       #DC2626;

  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 20px;

  --shadow-sm: 0 2px 8px rgba(15,23,42,.06);
  --shadow-md: 0 8px 24px rgba(15,23,42,.08);
  --shadow-lg: 0 20px 40px rgba(15,23,42,.12);

  --ff-main: 'Inter', system-ui, -apple-system, sans-serif;
  --ff-accent: 'Caveat', cursive;

  --fs-h1: clamp(32px, 4.5vw, 48px);
  --fs-h2: clamp(28px, 3.5vw, 36px);
  --fs-h3: clamp(18px, 2vw, 20px);
  --fs-body: 15px;
  --fs-sub: 13.5px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--ff-main); background: var(--cream); color: var(--text); line-height: 1.6; overflow-x: hidden; font-size: var(--fs-body); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }
::selection { background: var(--orange); color: #fff; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.full-width { width: 100%; }

/* Color Utility Classes */
.text-blue { color: #2563eb; }
.text-green { color: #10b981; }
.text-purple { color: #8b5cf6; }
.text-orange { color: #f97316; }
.text-blue-dark { color: #1d4ed8; }
.text-green-dark { color: #16a34a; }
.text-orange-dark { color: #ea580c; }
.text-pink-dark { color: #db2777; }
.text-teal-dark { color: #0d9488; }
.text-forest-dark { color: #15803d; }
.text-purple-dark { color: #6b21a8; }
.text-blue-medium { color: #2563eb; }
.text-slate-dark { color: #0f172a; }

.bg-blue-dark { background-color: #1d4ed8; }
.bg-green-dark { background-color: #16a34a; }
.bg-orange-dark { background-color: #ea580c; }
.bg-pink-dark { background-color: #db2777; }
.bg-teal-dark { background-color: #0d9488; }
.bg-forest-dark { background-color: #15803d; }
.bg-purple-dark { background-color: #6b21a8; }
.bg-blue-medium { background-color: #2563eb; }
.bg-slate-dark { background-color: #0f172a; }

/* ── Standardized Section Headers ── */
.section-header { text-align: center; max-width: 720px; margin: 0 auto 48px auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy-lt); padding: 6px 16px; border-radius: 20px;
  background: #EFF6FF; border: 1px solid #BFDBFE; margin-bottom: 14px;
}
.section-heading { font-size: var(--fs-h2); font-weight: 800; line-height: 1.25; color: var(--text); letter-spacing: -.02em; }
.section-heading em { font-style: normal; color: var(--orange); }
.section-sub { font-size: 16px; color: var(--muted); line-height: 1.6; margin-top: 12px; font-weight: 400; }

/* ── Standardized Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--r-sm); font-size: 15px; font-weight: 700;
  cursor: pointer; border: none; transition: all .2s ease; text-decoration: none; white-space: nowrap;
}
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 4px 14px rgba(241,90,36,.35); }
.btn-primary:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(241,90,36,.45); }
.btn-outline-white { background: transparent; border: 2px solid #ffffff; color: #ffffff; }
.btn-outline-white:hover { background: rgba(255, 255, 255, 0.1); }

/* ════════════════════════════════════════════
   TEJAS HERO SECTION
   ════════════════════════════════════════════ */
.tejas-hero-section {
  background-color: #0b0f26;
  color: #ffffff;
  padding: 60px 40px;
}

.tejas-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.tejas-subtitle {
  color: #f97316;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.tejas-title-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.tejas-main-heading {
  font-size: 38px;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
}

.tejas-badge {
  border: 2px solid #ea580c;
  border-radius: 8px;
  padding: 2px 14px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
}

.tejas-badge span { color: #ea580c; }

.tejas-tagline-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tejas-desc {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 16px;
  line-height: 1.6;
}

.tejas-vision {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1.4;
}

.tejas-vision .highlight { color: #ea580c; }

.tejas-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.tejas-card {
  background-color: #171e38;
  border-left: 4px solid #f97316;
  border-radius: 8px;
  padding: 16px 20px;
}

.tejas-card h4 {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.tejas-card p {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
}

.tejas-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tejas-image-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
}

.tejas-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ════════════════════════════════════════════
   ABOUT TEJAS
   ════════════════════════════════════════════ */
.about-tejas-section { padding: 80px 0; background: var(--white); }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.pillar-card {
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 28px; transition: transform 0.25s, box-shadow 0.25s;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #BFDBFE; }
.pillar-number { font-size: 13px; font-weight: 800; color: var(--navy-lt); text-transform: uppercase; margin-bottom: 8px; }
.pillar-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.pillar-desc { font-size: 15px; color: var(--muted); line-height: 1.5; }

/* ════════════════════════════════════════════
   HERO INTERACTIVE CARDS & TABS
   ════════════════════════════════════════════ */
.hero-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 30px auto 50px auto;
  padding: 80px 0 0 0 ;
}

.hero-card-nav {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.hero-card-icon {
  font-size: 28px;
  line-height: 1;
  padding: 12px;
  background: #f8fafc;
  border-radius: 14px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.hero-card-info h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}

.hero-card-info p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

.hero-card-nav:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.hero-card-nav.active {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
}

.hero-card-nav.active .hero-card-icon { background: #eff6ff; }
.hero-card-nav.active .hero-card-info h3 { color: #2563eb; }

.hero-card-nav.active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2563eb;
}

.hero-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: #f8fafc;
  border-radius: 14px;
  flex-shrink: 0;
}

.hero-content-area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hero-tab-pane.active {
  display: block !important;
  opacity: 1;
}

/* ════════════════════════════════════════════
   WHO CAN APPLY (IMPACT CREATORS)
   ════════════════════════════════════════════ */
.who-top-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.who-header-area .main-title {
  font-size: 38px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.15;
  margin-bottom: 8px;
}

.who-header-area .script-title {
  font-family: var(--ff-accent);
  font-size: 46px;
  color: #16a34a;
  display: block;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1;
}

.who-header-desc {
  font-size: 17px;
  color: #334155;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}

.who-header-desc strong.blue { color: #1d4ed8; }
.who-header-desc strong.orange { color: #ea580c; }
.who-header-desc strong.green { color: #16a34a; }
.who-header-desc strong.purple { color: #6b21a8; }

.categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

.cat-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cat-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.cat-info h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px 0;
  line-height: 1.25;
}

.cat-info p {
  font-size: 15px;
  color: #475569;
  margin: 0;
  line-height: 1.35;
}

.cat-item-full {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

.who-illustration-container {
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.who-illustration-container img {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.who-bottom-banner {
  background: linear-gradient(90deg, #0a1931 0%, #112240 100%);
  color: #ffffff;
  padding: 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-left-icon {
  width: 44px;
  height: 44px;
}

.banner-left-text p {
  margin: 0;
  font-size: 15px;
  color: #cbd5e1;
}

.banner-left-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #facc15;
  letter-spacing: 0.5px;
}

.banner-right-features {
  display: flex;
  align-items: center;
  gap: 28px;
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 28px;
}

.feature-node {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #f8fafc;
}

/* ════════════════════════════════════════════
   EVALUATION FRAMEWORK
   ════════════════════════════════════════════ */
.framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.framework-card {
  background: var(--white); border-radius: var(--r-md); overflow: hidden;
  display: flex; flex-direction: column; border: 1px solid var(--border);
  box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s;
}
.framework-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-header { padding: 18px 16px; text-align: center; color: #FFF; }
.card-title { font-size: 16px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.card-subtitle { font-size: 11px; font-weight: 700; margin-top: 4px; opacity: 0.9; text-transform: uppercase; }

.zone-green .card-header { background: linear-gradient(135deg, #15803D, #16A34A); }
.zone-yellow .card-header { background: linear-gradient(135deg, #CA8A04, #EAB308); }
.zone-blue .card-header { background: linear-gradient(135deg, #1D4ED8, #2563EB); }
.zone-red .card-header { background: linear-gradient(135deg, #B91C1C, #DC2626); }

.card-body { padding: 20px 18px; flex-grow: 1; display: flex; flex-direction: column; gap: 16px; }
.card-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.card-list li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.5; color: var(--text); }
.card-list li::before { content: "•"; position: absolute; left: 0; top: -2px; font-size: 18px; }

.zone-green .card-list li::before { color: #16A34A; }
.zone-yellow .card-list li::before { color: #EAB308; }
.zone-blue .card-list li::before { color: #2563EB; }
.zone-red .card-list li::before { color: #DC2626; }

.card-action { margin-top: auto; padding: 12px; border-radius: var(--r-sm); display: flex; align-items: center; gap: 10px; }
.zone-green .card-action { background: #DCFCE7; color: #14532D; }
.zone-yellow .card-action { background: #FEF9C3; color: #713F12; }
.zone-blue .card-action { background: #DBEAFE; color: #1E3A8A; }
.zone-red .card-action { background: #FEE2E2; color: #7F1D1D; }

.action-icon { width: 24px; height: 24px; flex-shrink: 0; }
.action-text { display: flex; flex-direction: column; }
.action-label { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.action-desc { font-size: 12.5px; font-weight: 700; }

/* ════════════════════════════════════════════
   ENTREPRENEURSHIP JOURNEY
   ════════════════════════════════════════════ */
.journey-header { text-align: center; margin-bottom: 40px; }
.journey-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }

.journey-card {
  background: var(--white);
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  overflow: hidden;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.journey-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.card-hero-banner {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.card-hero-banner svg {
  width: 100%;
  height: 100%;
  display: block;
}

.card-hero-banner .phase-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.bg-blue   { background: #2563EB; }
.bg-green  { background: #10B981; }
.bg-purple { background: #8B5CF6; }
.bg-orange { background: #F97316; }

.svg-bg-blue   { background: linear-gradient(135deg, #eff6ff 0%, #bfdbfe 100%); }
.svg-bg-green  { background: linear-gradient(135deg, #ecfdf5 0%, #a7f3d0 100%); }
.svg-bg-purple { background: linear-gradient(135deg, #f5f3ff 0%, #ddd6fe 100%); }
.svg-bg-orange { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); }

.journey-card .card-body {
  padding: 20px;
  flex: 1;
}

.journey-card h3 { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: 8px; }
.journey-card p { font-size: 15px; color: var(--muted); line-height: 1.5; }

.card-connector {
  position: absolute; right: -14px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 800;
  color: var(--navy-lt); z-index: 2; background: var(--mist); width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.journey-timeline { position: relative; margin: 40px 0 30px; height: 20px; display: flex; align-items: center; justify-content: space-around; }
.timeline-track { position: absolute; top: 50%; left: 5%; right: 5%; height: 3px; background: var(--border); transform: translateY(-50%); z-index: 1; }
.timeline-dot { width: 14px; height: 14px; border-radius: 50%; position: relative; z-index: 2; border: 3px solid var(--white); box-shadow: var(--shadow-sm); }

.dot-blue   { background: #2563EB; }
.dot-green  { background: #10B981; }
.dot-purple { background: #8B5CF6; }
.dot-orange { background: #F97316; }

.journey-tagline-wrap { display: flex; justify-content: center; margin-top: 20px; }
.tagline-pill {
  background: var(--white); border: 1px solid var(--border); border-radius: 30px;
  padding: 8px 24px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; box-shadow: var(--shadow-sm);
}

/* ════════════════════════════════════════════
   FAQ SECTION
   ════════════════════════════════════════════ */
.faq-section { padding: 80px 0; background: var(--white); }
.faq-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: border-color 0.2s; }
.faq-item.active { border-color: var(--navy-lt); }

.faq-q {
  width: 100%; text-align: left; background: var(--cream); padding: 20px 24px;
  font-size: 16px; font-weight: 700; color: var(--text); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-q:hover { background: var(--mist); }

.faq-icon { transition: transform 0.3s ease; }
.faq-item.active .faq-icon { transform: rotate(180deg); }

.faq-a { display: none; padding: 20px 24px; background: var(--white); border-top: 1px solid var(--border); font-size: 15px; color: var(--muted); line-height: 1.6; }
.faq-item.active .faq-a { display: block; }
.faq-a p { margin-bottom: 10px; }
.faq-a p:last-child { margin-bottom: 0; }

/* ════════════════════════════════════════════
   CONTACT & ENQUIRY SECTION
   ════════════════════════════════════════════ */
.contact { padding: 80px 0; background: var(--navy-dark); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.contact-info h2 { font-size: var(--fs-h2); font-weight: 800; margin-bottom: 16px; }
.contact-info p { font-size: 16px; color: #94a3b8; line-height: 1.6; }

.contact-details { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.contact-details strong { display: block; color: var(--white); }
.contact-details span { color: rgba(255,255,255,.6); font-size: 14px; }
.contact-details a { color: var(--orange-lt); }

.enquiry-card { background: var(--white); color: var(--text); padding: 36px; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.enquiry-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.enquiry-card .subtitle { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-size: 14px; color: var(--text); transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--navy-lt); }

.alert { padding: 12px 16px; border-radius: var(--r-sm); font-size: 14px; margin-bottom: 20px; }
.alert-ok { background: #DCFCE7; color: #14532D; border: 1px solid #BBF7D0; }
.alert-err { background: #FEE2E2; color: #7F1D1D; border: 1px solid #FECACA; }

/* ════════════════════════════════════════════
   RESPONSIVE MEDIA QUERIES
   ════════════════════════════════════════════ */
@media (max-width: 992px) {
  .tejas-hero-container,
  .who-top-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .tejas-features-grid,
  .categories-grid,
  .framework-grid,
  .journey-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-right-features {
    border-left: none;
    padding-left: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .hero-cards-grid,
  .tejas-features-grid,
  .categories-grid,
  .framework-grid,
  .journey-cards-grid,
  .about-pillars {
    grid-template-columns: 1fr;
  }

  .hero-card-nav.active::after { display: none; }
  .card-connector { display: none; }
  .journey-timeline { display: none; }
  .tejas-main-heading { font-size: 28px; }
  .tejas-badge { font-size: 26px; }
}


/* ════════════════════════════════════════════
   GLOBAL SVG & ICON SIZE SAFEGUARDS
   ════════════════════════════════════════════ */
svg {
  max-width: 100%;
  height: auto;
}

.caret-arrow, .side-arrow {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}

/* ════════════════════════════════════════════
   NAVBAR STYLES
   ════════════════════════════════════════════ */
.nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 12px 0;
}

.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.wordmark {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 1px;
  line-height: 1;
}

.wordmark span {
  color: var(--orange);
}

.tagline {
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-links li {
  position: relative;
}

.nav-link-item {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s;
}

.nav-link-item:hover {
  color: var(--navy-lt);
}

.nav-cta {
  background: var(--navy-lt);
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: var(--r-sm);
  transition: background 0.2s;
}

.nav-cta:hover {
  background: #1d4ed8;
}

/* Dropdown Menus */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-md);
  min-width: 200px;
  padding: 8px 0;
  z-index: 1001;
}

.nav-links li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  font-size: 13.5px;
  color: var(--text);
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background: var(--mist);
  color: var(--navy-lt);
}

/* Hamburger menu button */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--text);
}

@media (max-width: 992px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}

/* ════════════════════════════════════════════
   MOBILE NAV FIX (Hide on Desktop)
   ════════════════════════════════════════════ */
.mobile-nav {
  display: none !important;
}

@media (max-width: 992px) {
  .mobile-nav.active {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #ffffff;
    padding: 24px;
    z-index: 999;
    overflow-y: auto;
  }
}

/* ════════════════════════════════════════════
   FOOTER GRID & LAYOUT FIX
   ════════════════════════════════════════════ */
.footer {
  background: #0b132b;
  color: #a0aec0;
  padding: 60px 0 20px;
  font-family: 'DM Sans', sans-serif;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-brand .wordmark {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-brand .wordmark span {
  color: #f97316;
}

.footer-desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 320px;
}

.footer-heading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #38bdf8;
}

.footer-bottom {
  max-width: 1240px;
  margin: 40px auto 0;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


