/* ════════════════════════════════════════
   LANDING PAGE LAYOUTS
   ════════════════════════════════════════ */
/* Hero Section */
.hero-section {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: linear-gradient(160deg, #f0f6ff 0%, #ffffff 55%, #fff8f3 100%);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37,99,235,0.07), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249,115,22,0.05), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, #dbeafe, #dcfce7);
  border: 1px solid #bfdbfe;
  border-radius: 100px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--blue-800);
  margin-bottom: 1.5rem;
}
.hero-eyebrow .live-dot {
  width: 7px;
  height: 7px;
  background: var(--green-600);
  border-radius: 50%;
  animation: livePulse 1.6s infinite;
}
.hero-title {
  margin-bottom: 1.25rem;
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
}
.hero-title .line2 {
  color: var(--blue-700);
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--slate-600);
  max-width: 530px;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate-700);
  box-shadow: var(--shadow-sm);
}
.trust-pill .tp-icon {
  color: var(--green-600);
  font-style: normal;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.hero-ctas .divider {
  color: var(--slate-400);
  font-size: 0.85rem;
}

/* Hero card */
.hero-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.hero-card-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem;
}
.week-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--slate-100);
}
.week-row:last-child {
  border-bottom: none;
}
.wk-badge {
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--white);
}
.wk-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--slate-800);
  margin-bottom: 0.15rem;
}
.wk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.wk-tag {
  font-size: 0.65rem;
  padding: 0.1rem 0.45rem;
  background: var(--slate-100);
  color: var(--slate-600);
  border-radius: 100px;
}
.hero-card-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hcf-stat {
  text-align: center;
}
.hcf-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--blue-700);
}
.hcf-lbl {
  font-size: 0.7rem;
  color: var(--slate-500);
  font-weight: 500;
}

/* Metrics Bar */
.metrics-bar {
  background: var(--blue-800);
  color: var(--white);
  padding: 2.5rem 1.5rem;
}
.metrics-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.metric-item {
  padding: 0.5rem;
}
.metric-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fbbf24;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.metric-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

/* CBSE Alert Banner */
.cbse-alert {
  background: linear-gradient(90deg, #1e3a8a, #1e40af);
  color: var(--white);
  text-align: center;
  padding: 1rem 1.5rem;
}
.cbse-alert p {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  margin: 0;
}
.cbse-alert strong {
  color: #fbbf24;
}
.cbse-alert a {
  color: #fbbf24;
  font-weight: 700;
  text-decoration: underline;
}

/* Pain Grid */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.pain-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pain-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.pain-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.pain-card h4 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  color: var(--slate-900);
}
.pain-card p {
  font-size: 0.85rem;
  color: var(--slate-500);
  margin: 0;
}
.pain-text h2 {
  margin-bottom: 1rem;
}
.pain-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.pain-highlight {
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  border: 1px solid #fed7aa;
  border-left: 4px solid var(--orange-500);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--slate-700);
  line-height: 1.7;
}

/* Future Skills */
.skills-grid-8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.skill-card-8 {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  position: relative;
  overflow: hidden;
}
.skill-card-8:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-100);
}
.skill-card-8 .sk-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}
.skill-card-8 h3 {
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  color: var(--slate-900);
}
.skill-card-8 p {
  font-size: 0.8rem;
  color: var(--slate-500);
  line-height: 1.55;
}

/* Outcomes List */
#outcomes h2 + p {
  margin-bottom: 1.25rem;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
.outcome-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-sm);
}
.outcome-item .oi-num {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-700);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outcome-item h4 {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: var(--slate-900);
}
.outcome-item p {
  font-size: 0.82rem;
  color: var(--slate-500);
  margin: 0;
}
.cert-preview {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-700));
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  color: var(--white);
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: sticky;
  top: 5.5rem;
}
.cert-preview .cert-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.cert-preview h3 {
  color: #fbbf24;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.cert-preview p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
#cert-cta {
  width: 100%;
  margin-top: 0.5rem;
}
.cert-includes {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
}
.cert-line {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.9rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.9);
}
.cert-line .ck {
  color: #86efac;
  font-weight: 700;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
}
.tl-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 1.75rem;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-item::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 50px;
  bottom: 0;
  width: 2px;
  background: var(--slate-200);
}
.tl-item:last-child::before {
  display: none;
}
.tl-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.tl-content {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.tl-wk {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--slate-400);
  margin-bottom: 0.2rem;
}
.tl-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.6rem;
}
.tl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.tl-tag {
  font-size: 0.72rem;
  padding: 0.2rem 0.6rem;
  background: var(--slate-100);
  color: var(--slate-600);
  border-radius: 100px;
  font-weight: 500;
}

/* Projects Showcase */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.project-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.project-thumb {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
}
.project-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.04));
}
.project-body {
  padding: 1.25rem;
}
.project-week {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--blue-600);
  margin-bottom: 0.35rem;
}
.project-card h4 {
  font-size: 0.95rem;
  color: var(--slate-900);
  margin-bottom: 0.4rem;
}
.project-card p {
  font-size: 0.82rem;
  color: var(--slate-500);
}

/* Comparison Table */
.compare-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.compare-table thead {
  background: var(--slate-900);
}
.compare-table th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}
.compare-table th:first-child {
  color: var(--slate-300);
  font-weight: 600;
}
.compare-table th:nth-child(2) {
  color: var(--white);
  background: var(--blue-700);
  position: relative;
}
.compare-table th:nth-child(2)::after {
  content: 'RECOMMENDED';
  position: absolute;
  top: 0;
  right: 0;
  background: var(--orange-500);
  color: var(--white);
  font-size: 0.6rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0 var(--radius-sm) 0 var(--radius-sm);
}
.compare-table th:nth-child(3), .compare-table th:nth-child(4) {
  color: var(--slate-400);
}
.compare-table tbody tr {
  border-bottom: 1px solid var(--slate-100);
}
.compare-table tbody tr:last-child {
  border-bottom: none;
}
.compare-table tbody tr:hover {
  background: var(--slate-50);
}
.compare-table td {
  padding: 0.9rem 1.25rem;
  color: var(--slate-600);
}
.compare-table td:first-child {
  font-weight: 600;
  color: var(--slate-800);
}
.compare-table td:nth-child(2) {
  background: #eff6ff;
}
.badge-yes {
  color: var(--green-600);
  font-weight: 700;
  font-size: 0.9rem;
}
.badge-no {
  color: #ef4444;
  font-weight: 700;
  font-size: 0.9rem;
}
.badge-partial {
  color: var(--orange-500);
  font-size: 0.82rem;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.stars {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.testimonial-text {
  font-size: 0.92rem;
  color: var(--slate-700);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
}
.testimonial-text::before {
  content: '\201C';
  font-size: 1.5rem;
  color: var(--blue-200);
  line-height: 0;
  vertical-align: -0.4rem;
  margin-right: 0.15rem;
}
.testimonial-text::after {
  content: '\201D';
  font-size: 1.5rem;
  color: var(--blue-200);
  line-height: 0;
  vertical-align: -0.4rem;
  margin-left: 0.15rem;
}
.tc-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tc-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  flex-shrink: 0;
}
.tc-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--slate-900);
}
.tc-role {
  font-size: 0.78rem;
  color: var(--slate-500);
}
.tc-result {
  margin-top: 1rem;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  color: var(--green-700);
  font-weight: 600;
}

/* Instructor Section */
.instructor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.instructor-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.instructor-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.instructor-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
  border: 3px solid var(--blue-100);
}
.instructor-card h3 {
  font-size: 1.05rem;
  color: var(--slate-900);
  margin-bottom: 0.2rem;
}
.instructor-role {
  font-size: 0.8rem;
  color: var(--blue-600);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.instructor-card p {
  font-size: 0.83rem;
  color: var(--slate-500);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.instructor-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}
.inst-tag {
  font-size: 0.7rem;
  padding: 0.2rem 0.55rem;
  background: var(--blue-50);
  color: var(--blue-700);
  border: 1px solid var(--blue-100);
  border-radius: 100px;
  font-weight: 600;
}

/* Why SkillNest Cards */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
  position: relative;
  overflow: hidden;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--wc-color, var(--blue-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.why-card:hover::before {
  transform: scaleX(1);
}
.why-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  background: var(--wc-bg, var(--blue-50));
}
.why-card h3 {
  font-size: 1rem;
  color: var(--slate-900);
  margin-bottom: 0.4rem;
}
.why-card p {
  font-size: 0.85rem;
  color: var(--slate-500);
  line-height: 1.65;
}

/* CTA Section specific */
.cta-section {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 100%);
  padding: 6rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(249,115,22,0.12), transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(37,99,235,0.2), transparent 60%);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.cta-section h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.cta-section p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.cta-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
}
.cta-pill .dot {
  width: 6px;
  height: 6px;
  background: #86efac;
  border-radius: 50%;
}

/* Footer layout */
footer {
  background: var(--slate-900);
  color: var(--white);
  padding: 3rem 1.5rem 2rem;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.footer-logo span {
  color: var(--orange-500);
}
.footer-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.footer-contact a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}
.footer-contact a:hover {
  color: var(--orange-500);
}
.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col ul li a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  transition: color 0.15s;
}
.footer-col ul li a:hover {
  color: var(--white);
}
.footer-bottom {
  max-width: 1160px;
  margin: 1.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.footer-kws {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.fkw {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  padding: 0.15rem 0.5rem;
  background: rgba(255,255,255,0.05);
  border-radius: 100px;
}

/* ════════════════════════════════════════
   RESOURCE HUB GRID LAYOUTS
   ════════════════════════════════════════ */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.article-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-cat {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.cat-ai {
  background: var(--blue-100);
  color: var(--blue-700);
}
.cat-cbse {
  background: #fef3c7;
  color: #92400e;
}
.cat-cyber {
  background: var(--green-100);
  color: var(--green-700);
}
.cat-coding {
  background: var(--orange-50);
  color: #9a3412;
}
.article-card h3 {
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 10px;
  color: var(--slate-900);
}
.article-card p {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.65;
  flex: 1;
}
.article-card-footer {
  padding: 16px 28px;
  border-top: 1px solid var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.read-time {
  font-size: 0.8rem;
  color: var(--slate-500);
  display: flex;
  align-items: center;
  gap: 5px;
}
.read-link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--blue-600);
  display: flex;
  align-items: center;
  gap: 4px;
}
.read-link:hover {
  text-decoration: none;
  color: var(--blue-800);
}
.read-link::after {
  content: '→';
}
.articles-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 28px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* ════════════════════════════════════════
   SUBPAGE HEROES AND GENERALS
   ════════════════════════════════════════ */
.hero {
  padding: 8rem 1.5rem 5rem;
  background: linear-gradient(160deg, #f0f6ff 0%, #ffffff 55%, #fff8f3 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue-700);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: 100px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  color: var(--blue-900);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}
.hero h1 span {
  color: var(--orange-500);
}
.hero__subtitle {
  font-size: 1.15rem;
  color: var(--slate-600);
  line-height: 1.75;
  margin-bottom: 2.25rem;
  max-width: 680px;
}
.hero__trust-line {
  font-size: 0.85rem;
  color: var(--slate-500);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hero__ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-secondary-light {
  background: var(--white);
  color: var(--blue-800);
  border: 2px solid var(--blue-100);
}
.btn-secondary-light:hover {
  background: var(--blue-50);
}


/* ════════════════════════════════════════
   LEAD MAGNETS GRID & CARDS
   ════════════════════════════════════════ */
.magnets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.magnet-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.magnet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(30,64,175,0.09);
}
.magnet-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.magnet-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: var(--slate-100);
}
.theme-blue .magnet-icon { background: var(--blue-50); }
.theme-purple .magnet-icon { background: #f5f3ff; }
.theme-teal .magnet-icon { background: #f0fdfa; }
.theme-orange .magnet-icon { background: var(--orange-50); }
.theme-green .magnet-icon { background: var(--green-50); }

.magnet-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
  text-transform: uppercase;
}
.badge-popular {
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #fde68a;
}
.badge-interactive {
  background: #fdf2f8;
  color: #db2777;
  border: 1px solid #fbcfe8;
}
.badge-new {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
.magnet-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--slate-900);
  margin-bottom: 0.75rem;
  text-align: left;
}
.magnet-card p {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-align: left;
  flex: 1;
}
.magnet-gets {
  background: var(--slate-50);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.magnet-gets__label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.magnet-gets__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.magnet-gets__list li {
  font-size: 0.85rem;
  color: var(--slate-700);
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.4;
}
.magnet-gets__list li::before {
  content: '✓';
  color: var(--green-600);
  font-weight: bold;
  flex-shrink: 0;
}
.magnet-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #25D366;
  color: var(--white) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.25rem;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37,211,102,0.25);
  transition: all 0.2s ease;
}
.magnet-cta:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37,211,102,0.35);
}
.magnet-cta svg {
  fill: currentColor;
  flex-shrink: 0;
}

/* WhatsApp Large trust block */
.wa-section {
  background: linear-gradient(135deg, #075e54 0%, #128c7e 100%);
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--white);
}
.wa-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wa-icon {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
.wa-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--white);
  margin-bottom: 0.75rem;
}
.wa-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.wa-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wa-buttons .btn-wa {
  background: #25D366;
  color: var(--white) !important;
  padding: 0.8rem 1.75rem;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(37,211,102,0.3);
  transition: all 0.2s ease;
}
.wa-buttons .btn-wa:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37,211,102,0.4);
}
.wa-buttons .btn-phone {
  background: transparent;
  color: var(--white) !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0.8rem 1.75rem;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}
.wa-buttons .btn-phone:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
  transform: translateY(-2px);
}

/* Why Free section */
.why-free {
  background: #fffbeb;
  border-top: 1px solid #fef3c7;
  border-bottom: 1px solid #fef3c7;
  padding: 5rem 1.5rem;
  text-align: center;
}
.why-free__inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-free__icon {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.why-free h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #92400e;
  margin-bottom: 1.25rem;
}
.why-free p {
  color: #78350f;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.why-free p strong {
  color: #92400e;
}

/* ════════════════════════════════════════
   SCHOOL PARTNERSHIPS
   ════════════════════════════════════════ */
.offer-section {
  background: var(--slate-50);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.offer-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform var(--transition, 0.25s), box-shadow var(--transition, 0.25s), border-color var(--transition, 0.25s);
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400, #60a5fa));
  opacity: 0;
  transition: opacity var(--transition, 0.25s);
}
.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-100);
}
.offer-card:hover::before {
  opacity: 1;
}
.offer-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.offer-icon.blue {
  background: var(--blue-50);
}
.offer-icon.green {
  background: var(--green-50);
}
.offer-icon.orange {
  background: var(--orange-50);
}
.offer-icon.purple {
  background: #f5f3ff;
}
.offer-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--slate-900);
  margin-bottom: .6rem;
}
.offer-card p {
  font-size: .95rem;
  color: var(--slate-600);
  line-height: 1.7;
}
.offer-badge {
  display: inline-block;
  background: var(--green-50);
  color: var(--green-700);
  border: 1px solid var(--green-100);
  font-size: .75rem;
  font-weight: 600;
  padding: .2rem .65rem;
  border-radius: 50px;
  margin-top: 1rem;
}
.steps-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
}
.step-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  transition: transform var(--transition, 0.25s), box-shadow var(--transition, 0.25s);
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.step-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--blue-800), var(--blue-600));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-blue, 0 4px 24px rgba(37,99,235,0.18));
}
.step-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--slate-900);
}
.step-card p {
  font-size: .95rem;
  color: var(--slate-600);
  line-height: 1.7;
}
.why-section {
  background: var(--blue-50);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}
.trust-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--blue-100);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition, 0.25s), box-shadow var(--transition, 0.25s);
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.trust-card__icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.trust-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--slate-900);
  margin-bottom: .5rem;
}
.trust-card p {
  font-size: .95rem;
  color: var(--slate-600);
  line-height: 1.7;
}

/* ════════════════════════════════════════
   ARTICLE PAGES SPECIFIC
   ════════════════════════════════════════ */
.article-container {
  max-width: 800px;
  margin: 40px auto 80px;
  padding: 0 24px;
}
.article-header {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--slate-200);
  padding-bottom: 24px;
}
.article-meta {
  display: flex;
  gap: 16px;
  font-size: 0.88rem;
  color: var(--slate-500);
  flex-wrap: wrap;
}
.article-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article-content {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--slate-800);
}
.article-content h2 {
  font-size: 1.6rem;
  margin: 44px 0 18px;
  color: var(--slate-900);
  border-left: 3px solid var(--blue-600);
  padding-left: 12px;
}
.article-content h3 {
  font-size: 1.25rem;
  margin: 32px 0 12px;
  color: var(--slate-900);
}
.article-content p {
  margin-bottom: 24px;
}
.article-content ul, .article-content ol {
  margin-bottom: 28px;
  padding-left: 24px;
}
.article-content li {
  margin-bottom: 10px;
}
.article-content strong {
  color: var(--slate-900);
}
.callout-box {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 28px;
  margin: 36px 0;
}
.callout-box h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--slate-900);
  display: flex;
  align-items: center;
  gap: 8px;
}
.callout-box p {
  margin-bottom: 0;
  font-size: 0.98rem;
  color: var(--slate-700);
}
.faq-wrapper {
  margin-top: 64px;
  border-top: 1px solid var(--slate-200);
  padding-top: 48px;
}
.faq-title {
  font-size: 1.75rem;
  margin-bottom: 28px;
  text-align: center;
}
.related-wrapper {
  background: var(--slate-50);
  border-top: 1px solid var(--slate-200);
  padding: 60px 24px;
}
.related-inner {
  max-width: 800px;
  margin: 0 auto;
}
.related-title {
  font-size: 1.4rem;
  margin-bottom: 28px;
  text-align: center;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.related-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.related-card h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.4;
}
.related-card p {
  font-size: 0.88rem;
  color: var(--slate-600);
  flex: 1;
  margin-bottom: 16px;
}
.related-card .link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-600);
  display: flex;
  align-items: center;
  gap: 4px;
}
.related-card .link::after {
  content: '→';
}

/* Learning Hub Teaser Layout */
.teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.teaser-grid h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 1rem;
}
.teaser-grid p {
  font-size: 1rem;
  color: var(--slate-600);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.teaser-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}

@media (max-width: 900px) {
  .teaser-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Final CTA in School Page */
.final-cta {
  background: linear-gradient(135deg, var(--blue-50) 0%, var(--white) 100%);
  padding: 5rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--blue-100);
  border-bottom: 1px solid var(--blue-100);
}
.final-cta h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--blue-900);
  margin-bottom: 0.75rem;
}
.final-cta p {
  font-size: 1.05rem;
  color: var(--slate-600);
  max-width: 620px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.final-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero stats in Resource Hub */
.hero__stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
  width: 100%;
}
.hero__stat {
  text-align: center;
}
.hero__stat .num {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--blue-700);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.hero__stat .label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--slate-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 640px) {
  .hero__stats {
    flex-direction: column;
    gap: 1.5rem;
  }
}



