/* ============================================================
   MASTER STYLESHEET — Course Landing Page
   Sections: Reset · Navbar · Hero · Proof · Info Strip ·
             Courses · Curriculum · Mentor · Reviews ·
             Video Reviews · Companies · Certificate ·
             Pricing · FAQ · Final CTA · Sticky Bar
   ============================================================ */

/* ======================== GOOGLE FONT ======================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* ======================== RESET ======================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #020617;
  color: #ffffff;
  line-height: 1.5;
}


/* ======================== SHARED UTILITIES ======================== */
.gradient-text {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title {
  text-align: center;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  text-align: center;
  color: #94a3b8;
  margin-bottom: 35px;
  font-size: 14px;
}

.section-label {
  display: block;
  font-size: 11px;
  color: #38bdf8;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 10px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* Tag colours (reused across sections) */
.tag { font-size: 11px; padding: 5px 10px; border-radius: 20px; }
.green  { background: rgba(34,  197, 94,  0.2); color: #22c55e; }
.yellow { background: rgba(250, 204, 21,  0.2); color: #facc15; }
.blue   { background: rgba(56,  189, 248, 0.2); color: #38bdf8; }
.orange { background: rgba(251, 146, 60,  0.2); color: #fb923c; }
.purple { background: rgba(168,  85, 247, 0.2); color: #a855f7; }

/* Danger blink animation */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}


/* ======================== NAVBAR ======================== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(12px);
  z-index: 1000;
}

.logo {
  color: #60a5fa;
  font-size: 20px;
  font-weight: 600;
}

.nav-buttons {
  display: flex;
  gap: 10px;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }

  .nav-buttons {
    position: absolute;
    top: 60px;
    right: 10px;
    background: #020617;
    flex-direction: column;
    width: 180px;
    padding: 15px;
    border-radius: 10px;
    display: none;
  }

  .nav-buttons.active { display: flex; }
}


/* ======================== HERO ======================== */
.hero {
  padding-top: 80px;
  min-height: 40vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(to right,  rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 35px 35px;
}

.hero h1 {
  font-size: clamp(28px, 6vw, 60px);
  margin: 20px 0;
  line-height: 1.2;
}

.subtitle {
  color: #94a3b8;
  margin-bottom: 20px;
}

.mentor-line {
  margin: 8px 0;
  font-size: 13px;
  color: #94a3b8;
}

.mentor-line b { color: #38bdf8; }

.hero-timer {
  margin: 8px 0;
  font-size: 13px;
  color: #f87171;
}

.hero-timer span,
#timer {
  font-weight: bold;
  color: #f87171;
}

.danger {
  color: #ef4444 !important;
  animation: blink 1s infinite;
}

/* Badge */
.badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 50px;
  background: rgba(255, 115, 0, 0.1);
  color: #fb923c;
  font-size: 13px;
}

/* Skills chips */
.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.skills span {
  background: #0f172a;
  padding: 8px 14px;
  border-radius: 25px;
  border: 1px solid #1e293b;
  font-size: 13px;
}

/* Price row */
.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.old {
  text-decoration: line-through;
  color: gray;
}

.new {
  font-size: 28px;
  color: #22c55e;
  font-weight: bold;
}

/* CTA buttons */
.cta-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.btn-gradient,
.btn-outline {
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-gradient {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  border: none;
  color: #ffffff;
}

.btn-gradient:hover { opacity: 0.9; }

.btn-outline {
  border: 1px solid #334155;
  background: transparent;
  color: #ffffff;
}

.large { padding: 14px 22px; }

.glow { box-shadow: 0 0 20px rgba(168, 85, 247, 0.5); }

/* Stats cards */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
}

.card {
  background: rgba(15, 23, 42, 0.6);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #1e293b;
  text-align: center;
}

.card h3 { color: #60a5fa; }

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-top: 90px;
  }

  .cta-buttons { flex-direction: column; }

  .btn-gradient,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .hero h1   { font-size: 24px; }
  .badge     { font-size: 11px; }
  .skills span { font-size: 11px; }
}


/* ======================== PROOF SECTION ======================== */
.proof-section {
  padding: 60px 20px;
  border-top: 1px solid #1e293b;
}

.proof-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.proof-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid #1e293b;
  border-radius: 15px;
  padding: 22px;
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.proof-card:hover {
  transform: translateY(-6px);
  border-color: #38bdf8;
  box-shadow: 0 8px 25px rgba(56, 189, 248, 0.18);
}

.proof-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.proof-card p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .proof-section { padding: 40px 15px; }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .proof-card { padding: 16px; }
  .proof-card h3 { font-size: 14px; }
  .proof-card p  { font-size: 12px; }
}


/* ======================== INFO STRIP ======================== */
.info-strip {
  width: 100%;
  background: rgba(15, 23, 42, 0.7);
  border-top: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
  padding: 14px 0;
}

.info-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #94a3b8;
  font-size: 14px;
}

@media (max-width: 768px) {
  .info-container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .info-container span { font-size: 12px; }
}


/* ======================== COURSE HEADER ======================== */
.course-header {
  max-width: 1100px;
  margin: 60px auto 30px;
  padding: 0 20px;
}

.small-tag {
  display: block;
  color: #38bdf8;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.course-header h2 {
  font-size: clamp(26px, 5vw, 42px);
  margin-bottom: 10px;
}

.course-header h2 span {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.course-sub { color: #94a3b8; }

@media (max-width: 768px) {
  .course-header { text-align: center; }
}


/* ======================== COURSE GRID ======================== */
.course-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.course-card {
  background: linear-gradient(180deg, rgba(15,23,42,0.9), rgba(15,23,42,0.6));
  border: 1px solid #1e293b;
  border-radius: 16px;
  padding: 20px;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative;
}

.course-card:hover {
  transform: translateY(-10px);
  border-color: #38bdf8;
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2);
}

.icon {
  width: 40px;
  height: 40px;
  background: #020617;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.course-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.course-card p {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .course-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .course-grid { grid-template-columns: 1fr; }
  .course-card { padding: 18px; }
}


/* ======================== CURRICULUM ======================== */
.curriculum {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 15px;
}

.curriculum-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 8px;
}

.curriculum-sub {
  text-align: center;
  color: #94a3b8;
  margin-bottom: 25px;
}

.curriculum-item {
  border: 1px solid #1e293b;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #020617;
  transition: border-color 0.2s;
}

.curriculum-item.active { border-color: #facc15; }

.curriculum-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
}

.curriculum-header .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.number {
  background: #facc15;
  color: #000000;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 700;
}

.curriculum-header h3 {
  font-size: 14px;
  margin: 0;
}

.curriculum-header p {
  font-size: 11px;
  color: #94a3b8;
  margin: 2px 0 0;
}

.curriculum-header .icon {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.3s;
  margin-bottom: 0;
}

.curriculum-item.active .curriculum-header .icon {
  transform: rotate(90deg);
}

.curriculum-content {
  display: none;
  padding: 8px 12px;
  max-height: 340px;
  overflow-y: auto;
}

.curriculum-item.active .curriculum-content { display: block; }

.curriculum-content li {
  padding: 5px 0;
  font-size: 12px;
  border-bottom: 1px solid #1e293b;
  list-style: none;
}

@media (max-width: 600px) {
  .curriculum-title    { font-size: 20px; }
  .curriculum-header h3 { font-size: 13px; }
}


/* ======================== MENTOR ======================== */
.mentor {
  max-width: 1100px;
  margin: 100px auto;
  padding: 0 20px;
}

.mentor-title {
  font-size: clamp(28px, 5vw, 42px);
  margin-bottom: 8px;
  font-weight: 800;
}

.mentor-title span {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mentor-sub {
  color: #64748b;
  margin-bottom: 40px;
  font-size: 15px;
}

/* Card layout */
.mentor-card {
  background: linear-gradient(135deg, rgba(15,23,42,0.9), rgba(2,6,23,0.95));
  border: 1px solid #1e293b;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 340px 1fr;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.mentor-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(56,189,248,0.03), rgba(167,139,250,0.03));
  pointer-events: none;
}

.mentor-card:hover {
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 20px 60px rgba(56, 189, 248, 0.08);
}

/* Photo panel */
.mentor-photo-panel {
  background: linear-gradient(160deg, #0f172a, #020617);
  border-right: 1px solid #1e293b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

.mentor-photo-panel::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(56,189,248,0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Avatar */
.mentor-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 3px solid rgba(56, 189, 248, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(56,189,248,0.15), 0 0 0 8px rgba(56,189,248,0.05);
  overflow: hidden;
}

.mentor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.mentor-photo-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.mentor-photo-role {
  font-size: 12px;
  color: #38bdf8;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.mentor-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mentor-badge {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.mentor-badge-label {
  font-size: 11px;
  color: #94a3b8;
  align-self: center;
}

.mentor-badge span {
  font-size: 11px;
  background: #020617;
  border: 1px solid #1e293b;
  padding: 4px 8px;
  border-radius: 6px;
  color: #94a3b8;
}

/* Bio panel */
.mentor-bio {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mentor-bio-title {
  font-size: 13px;
  color: #38bdf8;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 12px;
}

.mentor-bio p {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* Stats row */
.mentor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mentor-stats div {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.mentor-stats div:hover {
  border-color: rgba(56, 189, 248, 0.3);
  transform: translateY(-2px);
}

.mentor-stats h4 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mentor-stats p {
  font-size: 11px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 900px) {
  .mentor-card { grid-template-columns: 1fr; }

  .mentor-photo-panel {
    border-right: none;
    border-bottom: 1px solid #1e293b;
    padding: 40px 20px;
  }

  .mentor-avatar {
    width: 130px;
    height: 130px;
    font-size: 42px;
  }

  .mentor-bio { padding: 30px 24px; }
}

@media (max-width: 600px) {
  .mentor-stats { grid-template-columns: repeat(2, 1fr); }
  .mentor-bio p  { font-size: 14px; }
}


/* ======================== REVIEWS ======================== */
.reviews {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}

.review-label {
  display: block;
  font-size: 11px;
  color: #38bdf8;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.reviews .section-title {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  background: none;
  -webkit-text-fill-color: unset;
  color: #ffffff;
}

.reviews .section-title span { color: #38bdf8; }

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

.review-card {
  background: linear-gradient(145deg, #0f172a, #020617);
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 16px;
  transition: border-color 0.3s, transform 0.3s;
}

.review-card:hover {
  border-color: #38bdf8;
  transform: translateY(-3px);
}

.stars {
  color: #facc15;
  font-size: 12px;
  margin-bottom: 8px;
}

.review-card p {
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 12px;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
}

.user-info h4 {
  font-size: 13px;
  margin: 0;
}

.user-info span {
  font-size: 11px;
  color: #38bdf8;
}

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; }

  .reviews .section-title { font-size: 22px; }
}


/* ======================== VIDEO REVIEWS ======================== */
.review-screenshots {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

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

.screenshot-card {
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s;
}

.screenshot-card:hover {
  transform: translateY(-4px);
  border-color: #38bdf8;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .screenshot-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}

/* Mobile: swipeable horizontal row instead of a tall vertical stack */
@media (max-width: 600px) {
  .screenshot-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .screenshot-grid::-webkit-scrollbar { display: none; }
  .screenshot-grid { scrollbar-width: none; }

  .screenshot-card {
    flex: 0 0 auto;
    width: 150px;
    scroll-snap-align: start;
  }

  .screenshot-card:hover { transform: none; }
}

/* ======================== SCREENSHOT LIGHTBOX ======================== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2,6,23,0.92);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
}

.lightbox.open { display: flex; }

.lightbox-img {
  max-width: 88vw;
  max-height: 86vh;
  border-radius: 10px;
  box-shadow: 0 0 60px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(15,23,42,0.8);
  border: 1px solid #1e293b;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15,23,42,0.8);
  border: 1px solid #1e293b;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lightbox-nav:hover { background: rgba(56,189,248,0.25); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #94a3b8;
  font-size: 13px;
  background: rgba(15,23,42,0.8);
  border: 1px solid #1e293b;
  padding: 4px 12px;
  border-radius: 99px;
}

@media (max-width: 600px) {
  .lightbox-nav { width: 38px; height: 38px; font-size: 22px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}


/* ======================== COMPANIES ======================== */
.companies {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

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

.company-card {
  background: linear-gradient(145deg, #0f172a, #020617);
  border: 1px solid #1e293b;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  transition: border-color 0.3s, transform 0.3s;
}

.company-card:hover {
  border-color: #38bdf8;
  transform: translateY(-2px);
}

.company-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .companies-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ======================== CERTIFICATE ======================== */
.certificate {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.certificate .section-title span { color: #38bdf8; }

.certificate-sub {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 30px;
}

.certificate-box {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1e293b;
  background: #020617;
  transition: transform 0.3s, border-color 0.3s;
}

.certificate-box img {
  width: 100%;
  display: block;
  opacity: 0.9;
}

.certificate-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}

.certificate-overlay h3 {
  font-size: 18px;
  margin: 0;
}

.certificate-overlay p {
  font-size: 13px;
  color: #38bdf8;
}

.certificate-box:hover {
  transform: scale(1.02);
  border-color: #38bdf8;
}

@media (max-width: 600px) {
  .certificate-overlay h3 { font-size: 14px; }
  .certificate-overlay p  { font-size: 11px; }
}


/* ======================== PRICING ======================== */
.pricing {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.pricing-title {
  font-size: clamp(26px, 5vw, 38px);
  margin-bottom: 10px;
}

.pricing-title span {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-sub {
  color: #94a3b8;
  margin-bottom: 30px;
}

.pricing-card {
  position: relative;
  background: linear-gradient(145deg, #0f172a, #020617);
  border: 1px solid #1e293b;
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  transition: border-color 0.3s, transform 0.3s;
}

.pricing-card:hover {
  border-color: #38bdf8;
  transform: translateY(-4px);
}

/* Top badge override for pricing */
.pricing-card .badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  padding: 4px 12px;
  font-size: 11px;
  border-radius: 20px;
  color: #ffffff;
}

.small {
  font-size: 12px;
  color: #94a3b8;
}

.price-box { margin: 15px 0; }

.price-box .old {
  text-decoration: line-through;
  color: #64748b;
  font-size: 13px;
}

.price-box h1 {
  font-size: 32px;
  color: #22c55e;
  margin: 5px 0;
}

.offer {
  font-size: 12px;
  color: #f87171;
}

.features {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.features li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #cbd5e1;
}

.enroll-btn {
  width: 100%;
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  margin-top: 15px;
  transition: opacity 0.2s;
}

.enroll-btn:hover { opacity: 0.9; }

.guarantee {
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .pricing-card  { padding: 18px; }
  .price-box h1  { font-size: 26px; }
}


/* ======================== FAQ ======================== */
.faq {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.faq-title {
  font-size: clamp(26px, 5vw, 36px);
  margin-bottom: 25px;
}

.faq-title span { color: #38bdf8; }

.faq-item {
  border-bottom: 1px solid #1e293b;
  padding: 12px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
}

.faq-question span { color: #38bdf8; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 13px;
  color: #94a3b8;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 8px;
}


/* ======================== FINAL CTA ======================== */
.final-cta {
  text-align: center;
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.cta-label {
  display: block;
  font-size: 11px;
  color: #38bdf8;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.cta-title {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-title span {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-sub {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 25px;
}

.cta-btn {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  border: none;
  padding: 14px 24px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
}

.cta-trust {
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}


/* ======================== STICKY CTA BAR ======================== */
.sticky-cta {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 600px;
  background: linear-gradient(145deg, #0f172a, #020617);
  border: 1px solid #1e293b;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.sticky-left h4 {
  margin: 0;
  font-size: 16px;
  color: #22c55e;
}

.sticky-left span {
  font-size: 11px;
  color: #94a3b8;
}

.sticky-btn {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.2s;
}

.sticky-btn:hover { transform: scale(1.05); }

@media (max-width: 500px) {
  .sticky-cta   { padding: 8px 10px; }
  .sticky-left h4 { font-size: 14px; }
  .sticky-btn   { font-size: 12px; padding: 8px 12px; }
}


/* ======================== COUNTDOWN TIMER ======================== */
#timer {
  color: #f87171;
  font-weight: bold;
}








/* ======================== SOCIAL FOOTER ======================== */
.social-footer {
  border-top: 1px solid #1e293b;
  padding: 40px 20px 60px; /* extra bottom for sticky bar */
  text-align: center;
  background: #020617;
}

.social-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.social-footer-text {
  font-size: 12px;
  color: #475569;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #1e293b;
  background: #0f172a;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

/* Instagram hover — pink/orange glow */
.social-btn.instagram:hover {
  color: #f472b6;
  border-color: #f472b6;
  box-shadow: 0 0 16px rgba(244, 114, 182, 0.3);
  transform: translateY(-3px);
}

/* YouTube hover — red glow */
.social-btn.youtube:hover {
  color: #f87171;
  border-color: #f87171;
  box-shadow: 0 0 16px rgba(248, 113, 113, 0.3);
  transform: translateY(-3px);
}

.social-footer-copy {
  font-size: 12px;
  color: #334155;
}