/* Exact AI Varsity Dark Theme with IR Signature Brand Typography */
@import url("https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg-main: #0e0e0e;
  --color-red-400: #db081c;
  --color-crimson: #db081c;
  --color-orange-400: #ff8b1a;
  --color-amber-400: #fcbb00;
  --color-yellow-400: #fac800;
  --color-green-400: #05df72;
  --color-emerald-400: #00d294;
  --color-cyan-400: #00d2ef;
  --color-blue-400: #54a2ff;
  --color-purple-400: #c07eff;
  --color-purple-500: #ac4bff;
  --color-pink-400: #fb64b6;
  --font-primary: "Bricolage Grotesque", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: "Bricolage Grotesque", "Poppins", sans-serif;
  --font-brand: "Cabinet Grotesk", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html, body {
  background-color: var(--bg-main);
  color: #ffffff;
  font-family: "Inter", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/* Section Container */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header & Top Navigation Bar (Transparent at top, AI Varsity Frosted Glass on Scroll) */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              backdrop-filter 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              -webkit-backdrop-filter 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled {
  background: rgba(5, 5, 12, 0.72);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Brand: Avatar + "Its Rakib" */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: block;
}

.nav-brand-name {
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 18.5px;
  font-weight: 900;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: baseline;
}

.brand-dot {
  color: #db081c;
  display: inline-block;
  font-weight: 900;
  margin-left: 0.5px;
}

/* Center Floating Pill Menu */
.nav-pill-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.03);
}

.nav-pill-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 24px;
  transition: all 0.2s ease;
}

.nav-pill-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-pill-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 600;
}

/* Right CTA Button ("Get my services") */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-btn-services {
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}

.nav-btn-services:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

/* Hero Section (Image section starts cleanly below navbar) */
.hero {
  text-align: center;
  background: var(--bg-main);
  position: relative;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  margin: 0;
  display: block;
}

.hero-canvas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.hero-main-img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}


/* ================= AI & TECH NEWS SECTION (EXACT MOCKUP) ================= */
.ai-tech-news-section {
  background: var(--bg-main);
  color: #ffffff;
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
}

.news-header-left {
  max-width: 580px;
}

.news-main-title {
  color: #ffffff;
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.news-main-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

.news-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

/* Red / Crimson Pill Button ("See New AI & Tech News →") */
.btn-news-cta {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #db081c 0%, #a10c1c 60%, #7a0714 100%);
  border-radius: 40px;
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 0 35px rgba(219, 8, 28, 0.45), 0 4px 20px rgba(219, 8, 28, 0.35);
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-news-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 45px rgba(219, 8, 28, 0.65), 0 6px 25px rgba(219, 8, 28, 0.5);
  opacity: 0.95;
}

/* Carousel Arrow Navigation */
.news-nav-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.news-arrow-btn:hover {
  color: #ffffff;
  border-color: rgba(225, 29, 72, 0.5);
  background: rgba(225, 29, 72, 0.15);
  transform: scale(1.05);
}

/* Carousel Cards Scroll Wrapper (AI Varsity Horizontal Scroll Style) */
.news-cards-wrapper {
  position: relative;
  width: 100%;
}

.news-cards-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  background: linear-gradient(90deg, transparent, var(--bg-main));
  pointer-events: none;
  z-index: 2;
}

.news-cards-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0 20px;
  position: relative;
  z-index: 1;
}

.news-cards-track::-webkit-scrollbar {
  display: none;
}

.news-post-card {
  flex: 0 0 230px;
  width: 230px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111113;
}

/* Hover: Smooth lift with neutral soft shadow — NO RED COLOR */
.news-post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}

.news-post-card img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  image-rendering: -webkit-optimize-contrast;
}

/* ================= ABOUT ME SECTION (FULL WIDTH & RATIO LIKE HERO) ================= */
.about-me-section {
  text-align: center;
  background: var(--bg-main);
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  display: block;
}

.about-me-canvas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.about-me-main-img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

/* Crisp Vector Text Content Overlay */
.about-me-content-box {
  position: absolute;
  top: 35.6%;
  left: 50.1%;
  width: 32.5%;
  text-align: left;
  z-index: 10;
  pointer-events: auto;
}

.about-me-heading {
  color: #fe1528;
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.9vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0 0 clamp(8px, 1.4vw, 20px) 0;
}

.about-me-bio p {
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: clamp(9px, 1.08vw, 14.5px);
  line-height: 1.55;
  margin: 0 0 clamp(6px, 0.95vw, 13px) 0;
  font-weight: 400;
}

.about-me-bio p:last-child {
  margin-bottom: 0;
}

.about-me-bio strong {
  color: #ffffff;
  font-weight: 600;
}

.about-me-btn-wrap {
  margin-top: clamp(10px, 1.6vw, 22px);
  display: flex;
  justify-content: center;
}

/* Explore About My Services Button (Exact background color and hover shadow lighting as See New AI & Tech News) */
.btn-about-cta {
  position: relative;
  font-size: clamp(10px, 1.18vw, 14.5px);
  padding: clamp(6px, 0.95vw, 12px) clamp(14px, 1.8vw, 26px);
  z-index: 10;
  white-space: nowrap;
}

.btn-about-cta:hover {
  transform: translateY(-2px);
}

.btn-about-cta svg {
  width: clamp(12px, 1.3vw, 16px);
  height: clamp(12px, 1.3vw, 16px);
}

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

.scroll-nav-btn {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.25s;
  display: flex;
}

.scroll-nav-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.scroll-nav-btn.scroll-next {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.scroll-nav-btn.scroll-next:hover {
  background: rgba(255, 255, 255, 0.25);
}

.carousel-fade-wrapper {
  position: relative;
}

.carousel-fade-wrapper:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(90deg, transparent, var(--bg-main));
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.prompt-cards-scroll {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 24px;
  padding: 10px 0 16px;
  display: flex;
  overflow: auto visible;
}

.prompt-cards-scroll::-webkit-scrollbar {
  display: none;
}

.prompt-card {
  cursor: pointer;
  background: #0d0f1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 280px;
  max-width: 280px;
  padding: 14px;
  transition: background 0.35s, transform 0.3s, border-color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.prompt-card:hover {
  background: #14182b;
  border-color: rgba(168, 85, 247, 0.4);
  transform: translateY(-4px);
}

.prompt-card-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.prompt-card-tags {
  flex-wrap: nowrap;
  gap: 6px;
  display: flex;
}

.prompt-tag {
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
}

.prompt-card-title {
  color: #ffffff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-bottom: 12px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.prompt-card-img {
  margin-top: auto;
}

.prompt-card-photo {
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

/* ================= SERVICES SECTION ================= */
.services {
  text-align: center;
  background: var(--bg-main);
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.services-headline {
  color: #fff;
  max-width: 800px;
  margin: 0 auto 24px;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.grad-replacing {
  background: linear-gradient(135deg, #f97316, #ec4899);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}

.grad-slowwork {
  background: linear-gradient(135deg, #ec4899, #a855f7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}

.services-subtext {
  color: rgba(255, 255, 255, 0.55);
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
}

.services-subtext strong {
  color: rgba(255, 255, 255, 0.9);
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto 60px;
  display: grid;
}

.service-card {
  text-align: left;
  cursor: pointer;
  background: #0d0f1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  flex-direction: column;
  padding: 0 20px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  position: relative;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.15), 0 8px 40px rgba(0, 0, 0, 0.4);
}

.svc-title-box {
  text-align: center;
  background: #06070d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin: 16px -4px;
  padding: 24px 16px;
  display: flex;
}

.svc-title {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.svc-grad-red { background-image: linear-gradient(135deg, #dc2626, #f97316); }
.svc-grad-blue { background-image: linear-gradient(135deg, #3b82f6, #22d3ee); }
.svc-grad-yellow { background-image: linear-gradient(135deg, #facc15, #c084fc); }
.svc-grad-green { background-image: linear-gradient(135deg, #34d399, #22d3ee); }
.svc-grad-teal { background-image: linear-gradient(135deg, #10b981, #6ee7b7); }
.svc-grad-purple { background-image: linear-gradient(135deg, #818cf8, #c084fc); }
.svc-grad-pink { background-image: linear-gradient(135deg, #f472b6, #ef4444); }
.svc-grad-multi { background-image: linear-gradient(135deg, #f97316, #ec4899, #a855f7); }

.svc-desc {
  color: rgba(255, 255, 255, 0.5);
  flex: 1;
  margin-bottom: 28px;
  font-size: 13px;
  line-height: 1.7;
}

.svc-learn {
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  align-self: center;
  align-items: center;
  gap: 6px;
  padding: 5px 5px 5px 14px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
}

.svc-arrow {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: background 0.3s;
  display: flex;
}

.service-card:hover .svc-learn {
  color: #0a0a1a;
  background: #fff;
  border-color: #fff;
}

.service-card:hover .svc-arrow {
  color: #fff;
  background: #0a0a1a;
}

.services-cta-text {
  background: linear-gradient(135deg, #10b981, #06b6d4, #6366f1, #a855f7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
}

/* ================= DAILY AI NEWS (DARK THEME) ================= */
.news {
  background: var(--bg-main);
  color: #ffffff;
  padding: 60px 0 80px;
  overflow: hidden;
}

.news-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.news-carousel {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: flex-end;
  gap: 18px;
  padding: 20px 0 16px;
  display: flex;
  overflow: auto visible;
}

.news-carousel::-webkit-scrollbar {
  display: none;
}

.news-card {
  cursor: pointer;
  border-radius: 16px;
  flex-shrink: 0;
  transition: transform 0.3s;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.news-card:hover {
  transform: scale(1.04);
}

.news-card-short, .news-card-tall {
  width: 240px;
}

.news-card-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

/* ================= ABOUT / COURSES SECTION ================= */
.courses {
  text-align: center;
  background: var(--bg-main);
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
}

.courses-title {
  margin-bottom: 24px;
  font-family: var(--font-heading);
  font-size: 39px;
  font-weight: 700;
  line-height: 1.05;
  color: #fff !important;
}

.courses-desc {
  max-width: 560px;
  margin: 0 auto 60px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6) !important;
}

.courses-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.course-card {
  text-align: center;
  border-radius: 24px;
  padding: 48px 40px 44px;
  transition: transform 0.3s;
  position: relative;
  background: #0d0f1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.course-free h3 {
  color: #4ade80;
  margin-bottom: 20px;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
}

.course-premium h3 {
  background: linear-gradient(135deg, #f97316, #ec4899, #a855f7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
}

.course-card p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 380px;
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.6;
}

.course-btn {
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
}

.cream-btn {
  color: #050510;
  background: #ffffff;
}

.cream-btn:hover {
  background: #e2e8f0;
}

.gradient-btn {
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #ec4899, #f97316);
}

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

/* ================= NEWSLETTER V2 (DARK THEME) ================= */
.newsletter-v2 {
  background: var(--bg-main);
  padding: 60px 0 80px;
  position: relative;
}

.nl2-card {
  background: #0d0f1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 450px;
  position: relative;
  overflow: visible;
}

.nl2-left {
  width: 440px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.nl2-person {
  width: 100%;
  height: auto;
  display: block;
}

.nl2-right {
  padding: 48px 56px 48px 24px;
}

.nl2-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
}

.nl2-desc {
  color: rgba(255, 255, 255, 0.55);
  max-width: 380px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.7;
}

.nl2-form {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  align-items: center;
  max-width: 380px;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.nl2-input {
  color: #ffffff;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 0;
  font-size: 14px;
}

.nl2-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.nl2-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #f97316, #ec4899, #a855f7);
  border: none;
  border-radius: 32px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s;
}

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

/* ================= FOOTER (EXACT JET BLACK DESIGN - CROPPED COMPACT HEIGHT) ================= */
.footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 26px 0 16px;
  color: #ffffff;
  width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.footer-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.footer-brand-name {
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.6px;
  display: inline-flex;
  align-items: baseline;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 2px;
}

.footer-social-icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-social-icon-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
}

.footer-queries-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-queries-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.footer-queries-email {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-queries-email:hover {
  color: #fe1528;
}

.footer-hero-headline-wrap {
  text-align: center;
  margin: 8px 0 16px;
  padding: 0 10px;
  width: 100%;
}

.footer-hero-headline {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4.4vw, 58px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.2px;
  line-height: 1.05;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .footer-hero-headline {
    white-space: normal;
    font-size: clamp(22px, 5.8vw, 36px);
    letter-spacing: -0.8px;
  }
}

.footer-bottom-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom-copyright strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 650px) {
  .footer-top-row {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-queries-block {
    text-align: left;
  }
}


.mobile-cta-below {
  display: none;
}

/* Screen reader only for SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    gap: 16px;
  }
  .section-header-right {
    display: none;
  }
  .mobile-cta-below {
    display: inline-flex;
    margin-top: 24px;
  }
  .services-headline {
    font-size: 26px;
  }
  .services-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px 20px;
  }
  .service-card {
    min-width: 260px;
    max-width: 260px;
  }
  .courses-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .nl2-card {
    padding-left: 0;
    padding-top: 120px;
  }
  .nl2-left {
    width: 60%;
    top: -80px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .nl2-right {
    padding: 24px;
  }
}

/* Responsive Sticky Navbar */
@media (max-width: 820px) {
  .header-inner {
    padding: 0 16px;
    height: 58px;
  }
  .nav-brand-name {
    font-size: 15px;
  }
  .nav-pill-wrapper {
    gap: 2px;
    padding: 3px 5px;
  }
  .nav-pill-link {
    padding: 5px 11px;
    font-size: 12px;
  }
  .nav-btn-services {
    padding: 6px 14px;
    font-size: 12px;
  }
}

@media (max-width: 620px) {
  .nav-brand-name {
    display: none;
  }
  .nav-pill-link {
    padding: 4px 8px;
    font-size: 11.5px;
  }
  .nav-btn-services {
    padding: 5px 12px;
    font-size: 11.5px;
  }
}

@media (max-width: 440px) {
  .nav-right {
    display: none;
  }
}

/* ================= AI & TECH NEWS PAGE (EXACT AI VARSITY STYLE) ================= */
.ai-tech-page-body {
  background: #26221f;
  color: #ffffff;
  min-height: 100vh;
}

/* Header section with exact pure #000000 jet black background matching footer - cropped height */
.ai-tech-header-block {
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
  padding: 84px 20px 22px;
  width: 100%;
}

.ai-tech-header-block::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 180px;
  background: radial-gradient(ellipse at center, rgba(219, 8, 28, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ai-tech-header-block::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.015) 40px,
    rgba(255, 255, 255, 0.015) 41px
  );
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.ai-tech-header-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.ai-tech-subheadline {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}

.ai-tech-headline {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.2px;
  background: linear-gradient(135deg, #ff2a40 0%, #db081c 50%, #9e0717 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  filter: drop-shadow(0 0 25px rgba(219, 8, 28, 0.35));
}

/* Lower Section with exact #26221f AI Varsity warm dark background */
.ai-tech-main-section {
  background: #26221f;
  padding: 32px 24px 70px;
  width: 100%;
}

/* Search Bar (Matching Explore about my services background colour and glow) */
.ai-tech-search-box {
  max-width: 560px;
  margin: 0 auto 36px;
  position: relative;
}

.ai-tech-search-input {
  width: 100%;
  height: 52px;
  border-radius: 40px;
  background: rgba(26, 22, 20, 0.9);
  border: 1.5px solid rgba(219, 8, 28, 0.65);
  box-shadow: 0 0 25px rgba(219, 8, 28, 0.25);
  color: #ff334b;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  padding: 0 52px 0 24px;
  outline: none;
  transition: all 0.3s ease;
}

.ai-tech-search-input::placeholder {
  color: rgba(219, 8, 28, 0.75);
  font-size: 14px;
}

.ai-tech-search-input:focus {
  border-color: #ff1e38;
  box-shadow: 0 0 35px rgba(219, 8, 28, 0.5);
}

.ai-tech-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff2a40;
  pointer-events: none;
}

/* 4-Column News Cards Grid */
.ai-tech-grid-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 24px 80px;
}

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

@media (max-width: 1100px) {
  .ai-tech-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ai-tech-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ai-tech-cards-grid {
    grid-template-columns: 1fr;
  }
}

.ai-tech-news-card {
  background: #111113;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  display: block;
}

.ai-tech-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.2);
}

.ai-tech-news-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  image-rendering: -webkit-optimize-contrast;
}

/* Pagination (Pages 1, 2, 3, 4...) */
.ai-tech-pagination-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 55px;
}

.page-num-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.page-num-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.22);
}

.page-num-btn.active {
  background: #1b1d2c;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.page-arrow-btn {
  color: rgba(255, 255, 255, 0.4);
}

.page-arrow-btn:hover {
  color: #ffffff;
}

/* ================= PROMPT LIBRARY SECTION & CARDS ================= */
.prompts-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .prompts-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .prompts-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .prompts-cards-grid {
    grid-template-columns: 1fr;
  }
}

.prompt-card {
  background: #1e1b18;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.prompt-card:hover {
  transform: translateY(-5px);
  border-color: rgba(219, 8, 28, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 25px rgba(219, 8, 28, 0.2);
}

.prompt-card-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

.prompt-card-img-wrapper {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #12100e;
  aspect-ratio: 1 / 1;
}

.prompt-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.prompt-card:hover .prompt-card-img {
  transform: scale(1.03);
}

/* Modal Dialog */
.prompt-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.prompt-modal-overlay.open {
  display: flex;
}

.prompt-modal-container {
  background: #1e1b18;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  max-width: 840px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  padding: 34px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  position: relative;
  color: #ffffff;
}

.prompt-modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}

.prompt-modal-close-btn:hover {
  background: #db081c;
  border-color: #db081c;
  transform: rotate(90deg);
}

.prompt-modal-heading {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px 0;
  padding-right: 48px;
  line-height: 1.25;
}

.prompt-modal-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 26px;
}

.prompt-modal-hero-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.prompt-box-card {
  background: #141210;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.prompt-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.prompt-box-label {
  font-size: 14px;
  font-weight: 700;
  color: #ff334b;
}

.btn-copy-prompt {
  background: linear-gradient(135deg, #ff2a40 0%, #db081c 50%, #9e0717 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 15px rgba(219, 8, 28, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-copy-prompt:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 25px rgba(219, 8, 28, 0.5);
}

.btn-copy-prompt.copied {
  background: #22c55e !important;
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.4) !important;
}

.prompt-box-code {
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13.5px;
  color: #f1f5f9;
  background: rgba(0, 0, 0, 0.6);
  padding: 14px;
  border-radius: 10px;
  line-height: 1.55;
  border: 1px solid rgba(255, 255, 255, 0.06);
  user-select: all;
  white-space: pre-wrap;
  word-break: break-word;
}


/* ==========================================================================
   AI & TECH NEWS EXPANDED & ARTICLE READER STYLES
   ========================================================================== */

/* Category Filters Bar */
.news-filters-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.news-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #a1a1aa;
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.news-filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.news-filter-btn.active {
  background: #db081c;
  color: #ffffff;
  border-color: #db081c;
  box-shadow: 0 0 15px rgba(219, 8, 28, 0.4);
}

/* Dynamic Grid on Homepage */
.news-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 10px;
}

/* Portrait Card (Matches User Blueprint) */
.news-card-portrait {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  background: #0d0d11;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.news-card-portrait:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 20px rgba(219, 8, 28, 0.25);
  border-color: rgba(219, 8, 28, 0.4);
}

.news-card-poster {
  height: 380px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  color: #ffffff;
}

.news-card-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.news-card-poster > * {
  position: relative;
  z-index: 2;
}

.card-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-category-badge {
  align-self: flex-start;
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-poster-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  margin: auto 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-poster-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: #d1d5db;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
}

.read-btn {
  font-weight: 600;
  color: #ffffff;
  transition: transform 0.2s ease;
}

.news-card-portrait:hover .read-btn {
  transform: translateX(4px);
  color: #ff4d4d;
}

/* ================= ARTICLE READER PAGE ================= */
.article-page-body {
  background: #09090b;
  color: #e4e4e7;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  min-height: 100vh;
}

.article-main-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 24px 80px;
}

/* Breadcrumbs */
.article-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #71717a;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.article-breadcrumbs a {
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-breadcrumbs a:hover {
  color: #ffffff;
}

.crumb-sep {
  color: #3f3f46;
}

.crumb-current {
  color: #d4d4d8;
  font-weight: 500;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================= SPLIT HERO SECTION (BLUEPRINT MATCH) ================= */
.article-split-hero {
  margin-bottom: 24px;
}

.article-hero-box {
  background: #111115;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.article-hero-badge {
  display: inline-block;
  background: rgba(219, 8, 28, 0.15);
  color: #ff4d4d;
  border: 1px solid rgba(219, 8, 28, 0.3);
  padding: 5px 14px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.article-headline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.article-hero-summary {
  font-size: 16.5px;
  color: #a1a1aa;
  line-height: 1.6;
}

/* Right: Portrait Poster */
.article-portrait-poster {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.poster-inner {
  height: 380px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: linear-gradient(135deg, #1877f2, #ff4b4b);
  color: #ffffff;
}

.poster-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}

.poster-inner > * {
  position: relative;
  z-index: 2;
}

.poster-icon-wrap {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.poster-overlay-badge {
  align-self: flex-start;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.poster-title-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: auto 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.poster-watermark {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ================= TAGS & PUBLISH DATE BAR ================= */
.article-meta-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 36px;
}

.article-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tag {
  background: #18181b;
  color: #a1a1aa;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.article-tag:hover {
  background: #27272a;
  color: #ffffff;
}

.article-publish-date {
  font-size: 14px;
  color: #71717a;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ================= READABLE ENGLISH BODY CONTENT ================= */
.article-body-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.article-reading-body {
  font-size: 17.5px;
  line-height: 1.8;
  color: #d4d4d8;
}

.article-reading-body p {
  margin-bottom: 22px;
}

.article-reading-body p:first-of-type {
  font-size: 19px;
  line-height: 1.75;
  color: #f4f4f5;
}

.article-reading-body h2,
.article-reading-body h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #ffffff;
  margin-top: 36px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.article-reading-body h3 {
  font-size: 22px;
}

.article-reading-body ul,
.article-reading-body ol {
  margin-bottom: 26px;
  padding-left: 24px;
}

.article-reading-body li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.article-reading-body strong {
  color: #ffffff;
}

.article-reading-body blockquote {
  margin: 28px 0;
  padding: 18px 24px;
  background: rgba(219, 8, 28, 0.05);
  border-left: 4px solid #db081c;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #e4e4e7;
  font-size: 18px;
  line-height: 1.7;
}

/* Share & Actions Footer */
.article-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.share-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #a1a1aa;
}

.share-btn {
  background: #18181b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.share-btn:hover {
  background: #27272a;
  transform: translateY(-1px);
}

.share-x:hover {
  background: #000000;
  border-color: #555;
}

.share-li:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}

.back-news-btn {
  font-size: 14px;
  padding: 9px 18px;
}

/* ================= RELATED ARTICLES ================= */
.related-articles-section {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.related-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.see-all-link {
  color: #ff4d4d;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.see-all-link:hover {
  transform: translateX(4px);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* Responsive Breakpoints */
@media (max-width: 860px) {
  .article-hero-box {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
  .article-portrait-poster {
    max-width: 320px;
    margin: 0 auto;
  }
  .article-headline {
    font-size: 26px;
  }
  .article-meta-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
