.course-block {
    background-color: #f7f9fc;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .course-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
  }
  
  .course-block img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .course-block h4 {
    font-weight: bold;
    margin-top: 14px;
    min-height: 48px;
  }
  
  .course-block p {
    font-size: 15px;
    color: #4b5563;
    min-height: 72px;
  }
  
  .course-block a {
    text-decoration: none;
    color: #337ab7;
  }
  
  .course-block a:hover {
    color: #23527c;
  }

  .course-btn {
    color: #fff;
    background-color: #1d4ed8;
    border: none;
    width: 100%;
    margin-top: 12px;
  }

  .course-btn:hover {
    color: #fff;
    background-color: #1e40af;
  }

  .hero-banner {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    color: #fff;
    border-radius: 14px;
    padding: 28px 20px;
  }

  .section-title {
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: 14px;
    font-weight: 700;
  }

.roadmap-navbar {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f2a6b 52%, #1a1a40 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.roadmap-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
}

.roadmap-nav-links .nav-link {
  color: #dbeafe !important;
  font-weight: 600;
  margin-right: 4px;
  padding: 7px 13px !important;
  font-size: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(219, 234, 254, 0.65);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
}

.roadmap-nav-links .nav-link:hover,
.roadmap-nav-links .active .nav-link {
  color: #111827 !important;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.roadmap-nav-links .dropdown.show > .nav-link {
  color: #111827 !important;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-color: #fbbf24;
}

.roadmap-dropdown {
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  min-width: 220px;
  padding: 8px;
  margin-top: 8px;
}

.roadmap-dropdown .dropdown-item {
  color: #dbeafe;
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 12px;
}

.roadmap-dropdown .dropdown-item:hover {
  color: #ffffff;
  background: rgba(99, 102, 241, 0.28);
}

.roadmap-dropdown .dropdown-divider {
  border-top-color: rgba(148, 163, 184, 0.3);
}

.roadmap-nav-cta {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827 !important;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 7px 14px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.roadmap-nav-cta:hover {
  color: #111827 !important;
  transform: translateY(-1px);
}

.roadmap-nav-cta-outline {
  background: transparent;
  color: #dbeafe !important;
  border: 1px solid rgba(219, 234, 254, 0.65);
  border-radius: 999px;
  font-weight: 700;
  padding: 7px 14px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.roadmap-nav-cta-outline:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.roadmap-toggler {
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.roadmap-toggler .navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 100% 100%;
}

.roadmap-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.16rem rgba(251, 191, 36, 0.45);
}

.roadmap-footer {
  background: linear-gradient(135deg, #0a0f1e 0%, #141c40 52%, #1a1a40 100%);
  color: #e2e8f0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.roadmap-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
  font-size: 0.84rem;
  font-weight: 900;
}

.roadmap-footer-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.roadmap-footer-text {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.roadmap-footer-link {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: none;
}

.roadmap-footer-link:hover {
  color: #fde68a;
  text-decoration: none;
}

.roadmap-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 0.86rem;
}

/* ============================================
   210-DAY PLAN — ROADMAP PAGE STYLES
   ============================================ */

/* Hero */
.plan-hero {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f2a6b 50%, #1a1a40 100%);
  color: #fff;
  padding: 80px 20px 60px;
  position: relative;
  overflow: hidden;
}
.plan-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 320px; height: 320px;
  background: rgba(99,102,241,0.15);
  border-radius: 50%;
  pointer-events: none;
}
.plan-badge {
  display: inline-block;
  background: rgba(99,102,241,0.25);
  border: 1px solid rgba(99,102,241,0.5);
  color: #a5b4fc;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.plan-hero-title {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
  max-width: 760px;
  margin: 0 auto;
}
.plan-highlight {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.plan-hero-sub {
  font-size: 1.05rem;
  color: #cbd5e1;
  max-width: 640px;
  margin: 0 auto;
}
.plan-hero-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.plan-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-stat strong {
  font-size: 2rem;
  font-weight: 800;
  color: #fbbf24;
  line-height: 1;
}
.plan-stat span {
  font-size: 0.8rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.plan-cta-btn {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff !important;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 1.05rem;
  border: none;
  box-shadow: 0 8px 24px rgba(99,102,241,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.plan-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99,102,241,0.55);
}

/* Section title */
.plan-section-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
}

/* Skill chips */
.skill-chip {
  background: #f0f4ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.learn-grid {
  margin-top: 6px;
}

.learn-card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 14px;
  box-shadow: 0 6px 20px rgba(2, 6, 23, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.learn-card:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.12);
}

.learn-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  flex-shrink: 0;
}

.learn-card h5 {
  margin: 1px 0 4px;
  font-size: 0.98rem;
  color: #0f172a;
  font-weight: 800;
}

.learn-card p {
  margin: 0;
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.45;
}

.free-card-link {
  text-decoration: none;
  color: inherit;
}

.free-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(2, 6, 23, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.free-card h5 {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
}

.free-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}

.free-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.12);
}

.free-quiz-strip {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.free-quiz-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
  margin-right: 6px;
}

.free-quiz-chip {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 10px;
  text-decoration: none;
}

.free-quiz-chip:hover {
  color: #1e1b4b;
  background: #ddd6fe;
  text-decoration: none;
}

/* Roadmap section */
.plan-roadmap-section {
  background: #f8fafc;
}

/* Phase cards */
.phase-card {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  overflow: hidden;
  border-left: 5px solid #6366f1;
  transition: box-shadow 0.2s, transform 0.2s;
}
.phase-clickable {
  cursor: pointer;
}
.phase-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
.phase-1 { border-left-color: #6366f1; }
.phase-2 { border-left-color: #f59e0b; }
.phase-3 { border-left-color: #10b981; }
.phase-4 { border-left-color: #ef4444; }
.phase-5 { border-left-color: #8b5cf6; }
.phase-6 { border-left-color: #0ea5e9; }
.phase-7 { border-left-color: #f97316; }

.phase-header {
  padding: 24px 28px 18px;
  background: #fafbff;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.phase-badge {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.phase-1 .phase-badge { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.phase-2 .phase-badge { background: linear-gradient(135deg, #f59e0b, #d97706); }
.phase-3 .phase-badge { background: linear-gradient(135deg, #10b981, #059669); }
.phase-4 .phase-badge { background: linear-gradient(135deg, #ef4444, #dc2626); }
.phase-5 .phase-badge { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.phase-6 .phase-badge { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.phase-7 .phase-badge { background: linear-gradient(135deg, #f97316, #ea580c); }

.phase-days {
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.phase-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  flex: 1 1 100%;
}
.phase-desc {
  color: #64748b;
  font-size: 0.92rem;
  margin: 0;
  flex: 1 1 100%;
}

.phase-click-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  font-size: 0.78rem;
  font-weight: 700;
}

.phase-clickable:hover .phase-click-hint {
  background: #ddd6fe;
  color: #1e1b4b;
}

.phase-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.phase-modal-header {
  background: linear-gradient(135deg, #0a0f1e 0%, #0f2a6b 52%, #1a1a40 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.phase-modal-header .modal-title {
  font-weight: 800;
}

.phase-modal-meta {
  color: #cbd5e1;
}

.phase-modal-close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.phase-modal-body {
  background: #f8fafc;
  padding: 22px;
}

.phase-modal-summary {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 16px;
}

.phase-breakdown-list {
  display: grid;
  gap: 12px;
}

.phase-breakdown-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
}

.phase-breakdown-days {
  min-width: 88px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
  flex-shrink: 0;
}

.phase-breakdown-content h6 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}

.phase-breakdown-content p {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.5;
}

.phase-login-alert {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  font-weight: 600;
}

.phase-body { padding: 22px 28px; }
.phase-topics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.phase-topic {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
}
.topic-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.phase-topic strong {
  display: block;
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 3px;
}
.phase-topic p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}
.phase-milestone {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 0.88rem;
  color: #166534;
}

/* Enroll section */
.enroll-section {
  background: linear-gradient(135deg, #0a0f1e 0%, #1e1b4b 100%);
}
.enroll-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 50px 40px;
  max-width: 680px;
  backdrop-filter: blur(10px);
}
.enroll-emoji { font-size: 3.5rem; line-height: 1; margin-bottom: 12px; }
.enroll-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
}
.enroll-sub {
  color: #94a3b8;
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto;
}
.enroll-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
  text-align: left;
}
.enroll-feature {
  font-size: 0.9rem;
  color: #cbd5e1;
  font-weight: 500;
}
.enroll-btn {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0f1e !important;
  font-weight: 800;
  padding: 16px 44px;
  border-radius: 999px;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 8px 28px rgba(251,191,36,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.enroll-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(251,191,36,0.5);
}

.project-launch-card {
  max-width: 820px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 16px;
  padding: 18px;
}

.project-launch-label {
  color: #f8fafc;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.project-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 12px;
}

.project-time-box {
  background: rgba(30, 41, 59, 0.75);
  border: 1px solid rgba(251, 191, 36, 0.4);
  border-radius: 12px;
  text-align: center;
  padding: 12px 8px;
}

.project-time-box span {
  display: block;
  color: #fbbf24;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.1;
}

.project-time-box small {
  color: #cbd5e1;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.35px;
}

.project-launch-time {
  color: #dbeafe;
  font-weight: 600;
}

.project-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.project-outline-btn {
  border-radius: 999px;
  border: 1px solid rgba(219, 234, 254, 0.75);
  color: #dbeafe;
  font-weight: 700;
  padding: 11px 22px;
}

.project-outline-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

/* ============================================
   BUILD DE PROJECT — ARCHITECTURE FLOW
   ============================================ */
.build-arch-flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0;
}

.build-arch-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
  flex: 1;
}

.build-arch-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #64748b;
  text-align: center;
  padding-bottom: 4px;
}

.bronze-label { color: #b45309; }
.silver-label { color: #475569; }
.gold-label   { color: #92400e; }

.build-arch-source {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
}

.build-arch-source small { color: #64748b; font-weight: 400; display: block; }

.build-arch-layer {
  flex: 1;
  border-radius: 10px;
  padding: 14px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.bronze-layer {
  background: rgba(251,191,36,0.12);
  border: 1px solid rgba(251,191,36,0.45);
  color: #92400e;
}
.bronze-layer small { color: #b45309; font-weight: 500; }

.silver-layer {
  background: rgba(100,116,139,0.1);
  border: 1px solid rgba(100,116,139,0.4);
  color: #334155;
}
.silver-layer small { color: #475569; font-weight: 500; }

.gold-layer {
  background: rgba(234,179,8,0.12);
  border: 1px solid rgba(234,179,8,0.5);
  color: #78350f;
}
.gold-layer small { color: #92400e; font-weight: 500; }

.build-arch-arrow {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #94a3b8;
  font-weight: 700;
  padding-top: 28px;
  flex-shrink: 0;
}

.build-layer-pill {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
.bronze-pill { background: rgba(251,191,36,0.12); color: #92400e; border: 1px solid rgba(251,191,36,0.4); }
.silver-pill { background: rgba(100,116,139,0.1); color: #334155; border: 1px solid rgba(100,116,139,0.35); }
.gold-pill   { background: rgba(234,179,8,0.12);  color: #78350f; border: 1px solid rgba(234,179,8,0.45); }

.build-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
  white-space: nowrap;
}
.bronze-tag { background: rgba(251,191,36,0.12); color: #92400e; border-color: rgba(251,191,36,0.4); }
.silver-tag { background: rgba(100,116,139,0.1); color: #334155; border-color: rgba(100,116,139,0.35); }
.gold-tag   { background: rgba(234,179,8,0.12);  color: #78350f; border-color: rgba(234,179,8,0.45); }

@media (max-width: 768px) {
  .build-arch-flow { flex-direction: column; }
  .build-arch-arrow { transform: rotate(90deg); align-self: center; padding-top: 0; }
  .build-arch-col { min-width: auto; }
}

@media (max-width: 991px) {
  .roadmap-navbar .navbar-collapse {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .roadmap-nav-links .nav-item {
    margin-bottom: 10px;
  }

  .roadmap-nav-links .nav-link {
    margin-right: 0;
    display: inline-flex;
    align-items: center;
  }

  .roadmap-navbar .roadmap-nav-cta,
  .roadmap-navbar .roadmap-nav-cta-outline {
    display: inline-block;
    margin-top: 8px;
    margin-right: 8px;
  }

  .roadmap-navbar .roadmap-dropdown {
    position: static;
    float: none;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 576px) {
  .project-countdown { grid-template-columns: repeat(2, minmax(90px, 1fr)); }
  .project-launch-card { padding: 14px; }
  .plan-hero { padding: 50px 16px 40px; }
  .phase-header { padding: 18px 16px 12px; }
  .phase-body { padding: 16px; }
  .phase-topics { grid-template-columns: 1fr; }
  .enroll-card { padding: 32px 20px; }
  .enroll-features { grid-template-columns: 1fr; }
  .plan-hero-stats { gap: 20px; }
  .roadmap-navbar { padding: 10px 12px; }
  .roadmap-brand { font-size: 0.95rem; }
  .roadmap-dropdown { min-width: 190px; }
  .free-quiz-title { width: 100%; }
  .learn-card { padding: 12px; }
  .learn-icon { width: 36px; height: 36px; font-size: 1.05rem; }
  .learn-card h5 { font-size: 0.93rem; }
  .phase-header { gap: 10px; }
  .phase-click-hint { margin-left: 0; }
  .phase-breakdown-item { flex-direction: column; }
  .phase-breakdown-days { min-width: auto; align-self: flex-start; }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-header-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.faq-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-radius: 14px;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(15,118,110,0.22);
  flex-shrink: 0;
}
.faq-item {
  border-bottom: 1px solid #e2e8f0;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 16px 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1e293b !important;
  text-align: left;
  cursor: pointer;
  gap: 12px;
  transition: color 0.15s;
  text-decoration: none !important;
}
.faq-question:hover { color: #0f766e !important; }
.faq-question:focus { outline: none; box-shadow: none !important; }
.faq-chevron {
  font-size: 1.1rem;
  color: #94a3b8;
  transition: transform 0.25s;
  min-width: 18px;
  text-align: center;
}
.faq-question[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
  color: #0f766e;
}
.faq-answer {
  font-size: 0.93rem;
  color: #475569;
  line-height: 1.7;
  padding-bottom: 16px;
}

/* Scroll-to-FAQ link in hero */
.faq-scroll-link {
  display: inline-block;
  color: #94a3b8;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(148,163,184,0.35);
  border-radius: 999px;
  padding: 6px 18px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.faq-scroll-link:hover {
  color: #fbbf24;
  border-color: rgba(251,191,36,0.5);
  background: rgba(251,191,36,0.07);
  text-decoration: none;
}

/* ============================================================
   QUERIES PAGE
   ============================================================ */
.query-wa-banner {
  background: linear-gradient(135deg, #0a2540, #0f3460);
  border: 1px solid rgba(99,102,241,0.3);
  border-radius: 16px;
  padding: 20px 24px;
}
.query-wa-btn {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0f1e !important;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 0.92rem;
  border: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 28px rgba(251,191,36,0.35);
}
.query-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(251,191,36,0.5);
  color: #0a0f1e !important;
  text-decoration: none;
}
.query-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
}
.query-input {
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 0.93rem;
  color: #1e293b;
  padding: 10px 14px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.query-input:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15,118,110,0.12);
  outline: none;
}
.query-ig-prefix {
  background: #f1f5f9;
  border: 1.5px solid #d1d5db;
  border-right: none;
  border-radius: 10px 0 0 10px;
  color: #64748b;
  font-weight: 700;
  padding: 10px 12px;
}
.query-ig-prefix + .query-input {
  border-radius: 0 10px 10px 0;
}
.query-success-box {
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  border-radius: 16px;
  padding: 40px 24px;
}

@media (max-width: 576px) {
  .faq-icon-badge { width: 42px; height: 42px; min-width: 42px; font-size: 1.3rem; }
  .faq-question { font-size: 0.9rem; }
  .query-wa-banner { flex-direction: column; text-align: center; }
  .query-wa-btn { width: 100%; }
}
