/* Styles for Homepage V2 specific sections */

/* ── SECTION COMMON ── */
section { padding: 64px 0; }
.section-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--primary);
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 6px;
}
.section-label::before { content:''; width: 20px; height: 2px; background: var(--primary); display: block; }
.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 700; color: var(--ink);
  line-height: 1.2; letter-spacing: -0.3px;
}
.section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 36px; gap: 20px;
}
.see-all {
  font-size: 13.5px; font-weight: 600; color: #000 !important;
  display: flex; align-items: center; gap: 5px;
  white-space: nowrap; padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition: all 0.2s;
}
.see-all:hover { color: var(--primary) !important; border-bottom-color: var(--primary); }

/* ── HERO ── */
.hero {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 72px 0 56px;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(126, 34, 206, 0.05);
  border: 1px solid rgba(126, 34, 206, 0.1);
  padding: 6px 14px; border-radius: 100px;
  font-size: 11.5px; font-weight: 600; color: var(--primary);
  letter-spacing: 0.02em; margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}
.hero-eyebrow-dot {
  width: 7px; height: 7px; background: var(--primary);
  border-radius: 50%; animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
  0%,100%{ opacity: 1; } 50%{ opacity: 0.3; }
}
.brand-text {
  color: #000;
  font-family: 'Newsreader', serif;
  font-weight: 700;
}
.hero-title {
  font-family: 'Newsreader', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 700; color: #000;
  line-height: 1.1; letter-spacing: -1px;
  margin-bottom: 24px;
}
.accent-text-serif {
  font-family: 'Newsreader', serif;
  font-style: italic; font-weight: 600;
  color: var(--primary);
}
.hero-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px; color: #4B5563;
  line-height: 1.75; max-width: 500px;
  margin-bottom: 36px; font-weight: 400;
}
.hero-btns { display: flex; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.btn-primary {
  background: var(--primary); color: #ffffff !important;
  padding: 12px 28px; border-radius: 6px;
  font-weight: 600; font-size: 14px;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;
  border: none; cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(126,34,206,0.2); }
.btn-secondary {
  background: var(--white); color: #000;
  padding: 12px 28px; border-radius: 6px;
  font-weight: 600; font-size: 14px;
  border: 1px solid #D1D5DB;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif;
}
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.hero-trust {
  display: flex; align-items: center; gap: 10px;
  font-size: 11.5px; color: #9CA3AF;
  font-family: 'Inter', sans-serif;
}
.hero-trust-dividers { display: flex; gap: 6px; }
.trust-dot { width: 4px; height: 4px; background: #D1D5DB; border-radius: 50%; }

/* Hero right — search + quick links */
.hero-right { display: flex; flex-direction: column; gap: 16px; }
.search-box-v2 {
  background: #ffffff;
  border: 1.5px solid #E5E7EB;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: visible;
}
.search-box-v2:focus-within {
  border-color: #D8B4FE;
  box-shadow: 0 8px 30px rgba(126,34,206,0.08);
}
.search-main-row {
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 14px;
  min-height: 52px;
  border-bottom: 1px solid #F3F4F6;
}
.search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.search-input-wrap input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14.5px;
  font-family: 'Inter', sans-serif;
  color: #374151;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
  width: 100%;
}
.search-input-wrap input::placeholder { color: #9CA3AF; }

.search-btn {
  background: #7E22CE !important;
  background-color: #7E22CE !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 9px !important;
  padding: 9px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-family: 'Inter', sans-serif !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  line-height: normal !important;
  display: inline-flex !important;
  align-items: center;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  text-align: center;
  transition: background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.search-btn:hover,
.search-btn:focus {
  background: #581c87 !important;
  background-color: #581c87 !important;
  color: #ffffff !important;
  border: none !important;
}

.search-popular-row {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.popular-label {
  font-size: 12px;
  font-weight: 600;
  color: #9CA3AF;
  white-space: nowrap;
  flex-shrink: 0;
}
.popular-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.popular-tags a {
  font-size: 12px;
  font-weight: 500;
  color: #7E22CE;
  background: #F5F3FF;
  border: 1.5px solid #E9D5FF;
  padding: 4px 14px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  line-height: 1.5;
}
.popular-tags a:hover {
  background: #7E22CE;
  color: #ffffff;
  border-color: #7E22CE;
}

.search-dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0;
  background: var(--white); border: 1px solid #E5E7EB;
  border-radius: var(--radius-lg); box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  z-index: 100; max-height: 320px; overflow-y: auto;
  display: none; flex-direction: column;
  padding: 6px;
}
.search-dropdown.active { display: flex; }
.ls-item {
  padding: 10px 14px; border-radius: 8px;
  text-decoration: none; color: #1F2937; display: block;
  transition: background 0.15s;
}
.ls-item:hover { background: #F9FAFB; }
.ls-title { font-family: 'Inter', sans-serif; font-size: 13.5px; font-weight: 600; margin-bottom: 2px; line-height: 1.4; color: var(--primary); }
.ls-excerpt { font-size: 11.5px; color: #6B7280; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.5; }
.ls-empty { padding: 16px; text-align: center; font-size: 13px; color: #9CA3AF; }
.ls-spinner {
  width: 16px; height: 16px; border: 2px solid #E5E7EB;
  border-top-color: var(--primary); border-radius: 50%;
  animation: spin 0.8s linear infinite; display: none;
}
.search-box-v2.loading .ls-spinner { display: block; }
.search-box-v2.loading svg { display: none; }

/* Stats Bar */
.stats-bar {
  display: flex;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 4px;
}
.stat-box {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0px;
  transition: all 0.2s;
  color: inherit;
}
.stat-box:hover { background: #fff; }
.stat-number {
  font-family: 'Newsreader', serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.stat-number span { color: var(--primary); font-weight: 600; }
.stat-label {
  font-size: 10px;
  font-weight: 700;
  color: #6B7280;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
}
.stat-divider {
  width: 1px;
  background: #E5E7EB;
  margin: 12px 0;
}

/* ── BREAKING STRIP ── */
.breaking-strip {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  padding: 10px 0; overflow: hidden;
}
.breaking-inner { display: flex; align-items: center; gap: 0; }
.breaking-badge {
  background: var(--primary); color: white;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 16px;
  white-space: nowrap; flex-shrink: 0;
}
.breaking-track-wrap { overflow: hidden; flex: 1; }
.breaking-track {
  display: flex; gap: 48px;
  animation: scroll-left 45s linear infinite;
  width: max-content; padding-left: 40px;
}
.breaking-track:hover { animation-play-state: paused; }
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.breaking-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: #4B5563; white-space: nowrap;
  cursor: pointer; transition: color 0.2s;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.breaking-item:hover { color: var(--primary); }
.breaking-cat {
  font-size: 9.5px; font-weight: 700;
  padding: 3px 9px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1;
}
.bc-lms { background: #F3E8FF; color: #7E22CE; }
.bc-comp { background: #FEF3C7; color: #92600A; }
.bc-tech { background: #D1FAE5; color: #065F46; }
.bc-acad { background: #FCE7F3; color: #9D174D; }
.bc-ind  { background: #DBEAFE; color: #1E40AF; }
.bc-feat { background: #EDE9FE; color: #5B21B6; }

/* ── FEATURED EDITORIAL ── */
.featured-section { background: var(--white); }
.featured-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: 1fr 1fr;
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.feat-main {
  grid-row: 1 / 3;
  position: relative; overflow: hidden;
  min-height: 460px; cursor: pointer;
  display: block;
}
.feat-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.feat-main:hover img { transform: scale(1.02); }
.feat-main-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,28,53,0.88) 0%, rgba(15,28,53,0.3) 55%, transparent 100%);
}
.feat-main-body {
  position: absolute; bottom: 0; padding: 28px;
}
.feat-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 4px; margin-bottom: 10px;
}
.feat-main-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem; font-weight: 700; line-height: 1.25;
  color: white; margin-bottom: 10px;
  transition: color 0.2s;
}
.feat-main:hover .feat-main-title { color: #BDD7FF; }
.feat-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.7); }
.feat-meta-sep { width: 3px; height: 3px; background: rgba(255,255,255,0.4); border-radius: 50%; }

.feat-side {
  background: var(--white); padding: 24px;
  display: flex; gap: 16px; cursor: pointer;
  transition: background 0.15s; align-items: flex-start;
  text-decoration: none; color: inherit;
}
.feat-side:hover { background: var(--bg-soft); }
.feat-side-img {
  width: 90px; height: 72px; object-fit: cover;
  border-radius: 6px; flex-shrink: 0;
  transition: transform 0.3s;
}
.feat-side:hover .feat-side-img { transform: scale(1.03); }
.feat-side-body { flex: 1; }
.feat-side-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem; font-weight: 600; line-height: 1.4;
  color: var(--ink); margin-bottom: 6px;
  transition: color 0.2s;
}
.feat-side:hover .feat-side-title { color: var(--primary); }
.feat-side-meta { font-size: 12px; color: var(--muted); }

/* ── VALUE BAR ── */
.value-bar { padding: 0; background: var(--white); border-bottom: 1px solid var(--border); }
.value-row { display: grid; grid-template-columns: repeat(4,1fr); }
.value-cell { padding: 36px 28px; border-right: 1px solid var(--border); text-align: left; }
.value-cell:last-child { border-right: none; }
.value-icon {
  font-size: 24px; margin-bottom: 16px; display: inline-flex;
  align-items: center; justify-content: center;
  width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px;
}
.value-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.15rem; font-weight: 700; color: var(--ink); line-height: 1.3;
  margin-bottom: 8px;
}
.value-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ── CATEGORY GRID ── */
.cat-section { background: var(--bg-soft); border-top: 1px solid var(--border); }
.cat-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.cat-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  transition: all 0.2s; cursor: pointer;
  text-decoration: none; color: #000 !important; display: block;
  position: relative;
}
.cat-card:hover {
  border-color: var(--primary); transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.cat-card-icon {
  width: 42px; height: 42px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 14px;
}
.cat-card-name {
  font-size: 15px; font-weight: 700; color: #000;
  margin-bottom: 6px; font-family: 'Poppins', sans-serif;
  transition: color 0.2s;
}
.cat-card:hover .cat-card-name { color: var(--primary); }
.cat-card-desc {
  font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 14px;
}
.cat-card-link {
  font-size: 12.5px; font-weight: 600; color: var(--primary);
  display: flex; align-items: center; gap: 4px; transition: gap 0.2s;
}
.cat-card:hover .cat-card-link { gap: 8px; }

/* ── ARTICLE CARDS ── */
.articles-section { background: var(--white); }
.articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.art-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: all 0.2s;
  text-decoration: none; color: #000 !important; display: flex; flex-direction: column;
}
.art-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--border-dark); }
.art-card-img { height: 185px; overflow: hidden; }
.art-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.art-card:hover .art-card-img img { transform: scale(1.04); }
.art-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.art-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 4px; margin-bottom: 10px;
}
.art-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem; font-weight: 600; line-height: 1.45;
  color: #000; margin-bottom: 10px; flex: 1;
  transition: color 0.2s;
}
.art-card:hover .art-title { color: var(--primary); }
.art-meta { font-size: 12px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.art-meta-sep { color: var(--border-dark); }
.read-min { color: var(--primary); font-weight: 500; }

/* ── TOOLS SECTION ── */
.tools-section { background: var(--bg-soft); border-top: 1px solid var(--border); }
.tools-intro {
  max-width: 560px; margin-bottom: 36px;
}
.tools-intro p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-top: 10px; }
.tools-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tool-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column;
  transition: all 0.2s; text-decoration: none; color: #000 !important;
}
.tool-card:hover { box-shadow: var(--shadow-md); border-color: var(--primary); transform: translateY(-2px); }
.tool-card-img { height: 180px; overflow: hidden; background: var(--bg-soft); }
.tool-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tool-card:hover .tool-card-img img { transform: scale(1.04); }
.tool-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.tool-icon {
  width: 48px; height: 48px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 18px;
}
.tool-badge {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  background: #d1fae5; color: #065f46;
  padding: 2px 8px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.tool-title { font-size: 16px; font-weight: 700; color: #000; margin-bottom: 8px; font-family: 'Poppins', sans-serif; transition: color 0.2s; }
.tool-card:hover .tool-title { color: var(--primary); }
.tool-desc { font-size: 13.5px; color: var(--muted); line-height: 1.7; margin-bottom: 18px; }
.tool-cta {
  font-size: 13.5px; font-weight: 600; color: var(--primary);
  display: flex; align-items: center; gap: 5px; transition: gap 0.2s;
}
.tool-card:hover .tool-cta { gap: 9px; }

/* ── VENDOR SECTION ── */
.vendor-section { background: var(--white); border-top: 1px solid var(--border); }
.vendor-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.vendor-kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); margin-bottom: 8px; }
.vendor-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 16px;
}
.vendor-desc { font-size: 14.5px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
.vendor-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.vendor-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--ink-light);
}
.vendor-bullets li::before {
  content: '✓'; color: var(--primary); font-weight: 700;
  margin-top: 1px; flex-shrink: 0;
}
.vendor-btns { display: flex; gap: 12px; }
.vendor-right { display: flex; flex-direction: column; gap: 10px; }
.vendor-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.v-chip {
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 12px 16px;
  font-size: 13.5px; font-weight: 500; color: var(--ink-light);
  text-align: center; transition: all 0.2s; cursor: pointer;
  text-decoration: none;
}
.v-chip:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.v-chip.featured { border-color: var(--primary-mid); color: var(--primary); background: var(--primary-light); font-weight: 600; }
.v-more {
  text-align: center; font-size: 13px; color: var(--muted);
  background: var(--bg-soft); border: 1px dashed var(--border-dark);
  border-radius: var(--radius); padding: 12px;
}
.v-more a { color: var(--primary); font-weight: 600; }


/* ── REPORTS ── */
.reports-section { background: var(--white); border-top: 1px solid var(--border); }
.reports-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.report-card {
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column;
  transition: all 0.2s; text-decoration: none; color: #000 !important;
}
.report-card:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-2px); }
.report-card-img { height: 140px; overflow: hidden; background: var(--border); }
.report-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.report-card:hover .report-card-img img { transform: scale(1.04); }
.report-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.report-icon { display: none; }
.report-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); margin-bottom: 8px; }
.report-title { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; color: #000; line-height: 1.45; margin-bottom: 8px; transition: color 0.2s; }
.report-card:hover .report-title { color: var(--primary); }
.report-meta { font-size: 12px; color: var(--muted); }

/* ── NEWSLETTER ── */
.newsletter-section { background: var(--primary); padding: 56px 0; }
.newsletter-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.newsletter-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem; font-weight: 700; color: white;
  margin-bottom: 10px; letter-spacing: -0.3px;
}
.newsletter-inner p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 28px; }
.nl-form {
  display: flex; gap: 8px;
  background: white; border-radius: var(--radius-lg); padding: 6px 6px 6px 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.nl-form input {
  flex: 1; border: none !important; outline: none !important; font-size: 14.5px;
  font-family: 'Poppins', sans-serif; color: var(--ink); background: transparent !important;
  box-shadow: none !important; margin: 0 !important; border-radius: 0 !important;
}
.nl-form input::placeholder { color: var(--subtle); }
.nl-form button {
  background: var(--primary) !important; color: white !important; border: none !important;
  padding: 11px 22px !important; border-radius: 8px !important; font-weight: 700;
  font-size: 14px; cursor: pointer; font-family: 'Poppins', sans-serif;
  transition: background 0.2s; white-space: nowrap; margin: 0 !important;
  line-height: normal !important;
}
.nl-form button:hover { background: var(--primary-dark); }
.nl-note { font-size: 12.5px; color: rgba(255,255,255,0.6); margin-top: 12px; }


/* ── SCROLL REVEAL ── */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: none; }
.fade-in.d1 { transition-delay: 0.1s; }
.fade-in.d2 { transition-delay: 0.2s; }
.fade-in.d3 { transition-delay: 0.3s; }
.fade-in.d4 { transition-delay: 0.4s; }
.fade-in.d5 { transition-delay: 0.5s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-main { grid-row: auto; min-height: 300px; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .tools-grid { grid-template-columns: 1fr; }
  .vendor-inner { grid-template-columns: 1fr; }
  .li-grid { grid-template-columns: 1fr; }
  .reports-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .value-row { grid-template-columns: 1fr 1fr; }
  .stats-bar { flex-wrap: wrap; }
  .stat-box { flex: 1 1 50%; border-bottom: 1px solid var(--border); }
  .stat-divider { display: none; }
}
@media (max-width: 600px) {
  .top-bar-left { display: none; }
  section { padding: 48px 0; }
  .cat-grid, .articles-grid, .reports-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2rem; }
  .nl-form { flex-direction: column; padding: 12px; }
  .nl-form button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stat-box { flex: 1 1 100%; }
}