/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/home/home.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
  Home-page specific styles. Ported from idnc-new-design/Home.html.
  Imported once by app/(frontend)/page.tsx — class names below are scoped
  to home sections only (no Tailwind plugin replaces these patterns
  cleanly, so they stay as raw CSS).
*/

/* ─── HERO ──────────────────────────────────────────────── */
.hero { position: relative; padding-block: 48px 40px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 48px;
  align-items: start;
}
/*
  Without min-width:0 the grid items default to min-content sizing, so the
  78px poem in the center column would blow the track wider than the
  container and squeeze the side columns to ~135px. The original mockup
  was protected by a fixed-aspect hero photo in the center; we removed
  that, so the explicit min-width:0 here is what keeps the 1fr/1.6fr/1fr
  ratios honest.
*/
.hero-grid > * { min-width: 0; }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-side-right { display: none; }
}
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-side-left { order: 2; }
}
.hero-left { position: sticky; top: 120px; }
@media (max-width: 760px) { .hero-left { position: static; } }

.live-banner {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9999px; padding: 6px 14px 6px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}
.live-banner .dot {
  width: 8px; height: 8px; border-radius: 9999px; background: #22C55E;
  animation: live-pulse 2s ease-in-out infinite;
}
.live-banner .label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: #1D1D1F;
}
.live-banner .sep { width: 1px; height: 10px; background: rgba(0, 0, 0, 0.15); }
.live-banner .members {
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  color: #86868B; font-feature-settings: 'tnum' 1;
}

.hero-center { display: flex; flex-direction: column; }

.poem-block { position: relative; }
.poem-marker {
  position: absolute; top: -8px; right: -2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: #86868B;
}
.poem {
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 700; line-height: 1.05;
  letter-spacing: -0.045em; color: #1D1D1F;
}
.poem .l1 { display: block; }
.poem .l2 { display: block; color: #86868B; font-weight: 600; margin-top: 8px; }
.poem-attrib {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: #86868B;
}
.poem-attrib::before {
  content: ""; width: 24px; height: 1px; background: rgba(0, 0, 0, 0.2);
}

/* Left-column intro paragraph (em-as-pill) */
.hero-intro {
  font-size: 15px; line-height: 1.7; color: #1D1D1F; max-width: 32ch;
}
.hero-intro em {
  font-style: normal;
  background: rgba(0, 0, 0, 0.04);
  padding: 1px 6px; border-radius: 5px;
}

/* Center-column sub-headline (em-as-muted) */
.hero-sub {
  margin-top: 36px;
  font-size: 18px; font-weight: 600; color: #1D1D1F;
  line-height: 1.5; max-width: 30ch;
}
.hero-sub em {
  font-style: normal; color: #86868B; font-weight: 500;
}

/* Left-column presence avatar stack */
.hero-presence {
  margin-top: 32px;
  display: flex; align-items: center; gap: 14px;
}
.hero-presence-stack { display: flex; }
.hero-presence-stack .av {
  width: 28px; height: 28px; border-radius: 9999px;
  border: 2px solid #F5F5F7;
  display: flex; align-items: center; justify-content: center;
}
.hero-presence-stack .av-1 { background: linear-gradient(135deg, #86868B, #3a3a3c); }
.hero-presence-stack .av-2 {
  background: linear-gradient(135deg, #3a3a3c, #1D1D1F);
  margin-right: -10px;
}
.hero-presence-stack .av-3 {
  background: linear-gradient(135deg, #1D1D1F, #86868B);
  margin-right: -10px;
}
.hero-presence-stack .av-more {
  background: #1D1D1F; color: #fff;
  font-size: 10px; font-weight: 700;
  margin-right: -10px;
}
.hero-presence-text { font-size: 11px; color: #86868B; line-height: 1.5; }

.hero-photo {
  position: relative; aspect-ratio: 4/5;
  border-radius: 32px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
  background: #1D1D1F;
}
.hero-photo .photo-caption {
  position: absolute; bottom: 18px; right: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  padding: 6px 12px 6px 10px;
  font-size: 11px; font-weight: 600; color: #1D1D1F;
  display: inline-flex; align-items: center; gap: 6px;
  letter-spacing: 0.02em;
}

.ticker {
  margin-top: 14px;
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.ticker .meta-tag {
  flex-shrink: 0;
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: #1D1D1F;
  padding: 4px 8px; background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.ticker-track {
  display: flex; gap: 24px; flex: 1; overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, transparent, #000 32px, #000 calc(100% - 32px), transparent);
          mask-image: linear-gradient(to left, transparent, #000 32px, #000 calc(100% - 32px), transparent);
}
.ticker-inner {
  display: flex; gap: 24px; animation: tickerScroll 38s linear infinite;
  flex-shrink: 0; padding-inline: 8px;
}
.ticker-inner span {
  font-size: 13px; color: #1D1D1F; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
}
.ticker-inner span::after {
  content: "·"; color: rgba(0, 0, 0, 0.2); margin-right: 24px;
}
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* ─── HERO RIGHT — telegram panel ───────────────────────── */
.hero-side-right { display: flex; flex-direction: column; gap: 16px; }
.panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.hero .meta,
.pulse-card .meta {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #86868B;
}
.telegram-panel { padding: 20px; }
.telegram-panel .panel-head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.telegram-panel .panel-head .meta { font-size: 10px; }
.telegram-panel .panel-head .pulse {
  display: inline-flex; align-items: center; gap: 6px;
  color: #1D1D1F; font-size: 11px; font-weight: 600;
}
.telegram-panel .panel-head .pulse .dot {
  width: 6px; height: 6px; background: #22C55E; border-radius: 9999px;
  animation: live-pulse 2s ease-in-out infinite;
}
.tg-msg { padding: 10px 0; border-top: 1px solid rgba(0, 0, 0, 0.06); }
.tg-msg:first-of-type { border-top: 0; padding-top: 0; }
.tg-msg .who { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.tg-msg .avatar {
  width: 22px; height: 22px; border-radius: 9999px;
  background: linear-gradient(135deg, #1D1D1F, #86868B);
  color: #fff; font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.tg-msg .name { font-size: 12px; font-weight: 600; }
.tg-msg .when { font-size: 10px; color: #86868B; font-feature-settings: 'tnum' 1; }
.tg-msg .body { font-size: 13px; color: #1D1D1F; line-height: 1.5; }
.tg-msg .body em {
  background: rgba(0, 0, 0, 0.04); padding: 1px 5px; border-radius: 5px;
  font-style: normal; font-size: 12px;
}

.telegram-cta {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 14px; padding: 12px 16px;
  background: #1D1D1F; color: #fff; border-radius: 18px;
  font-size: 13px; font-weight: 500;
  transition: background 200ms ease;
}
.telegram-cta:hover { background: #000; }

.pulse-card { padding: 20px; }
.pulse-card .row {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 10px 0; border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pulse-card .row:first-of-type { border-top: 0; padding-top: 0; }
.pulse-card .row .k { font-size: 13px; color: #86868B; }
.pulse-card .row .v {
  font-size: 18px; font-weight: 700; letter-spacing: -0.02em;
  font-feature-settings: 'tnum' 1;
}
.pulse-card .row .v .delta {
  font-size: 11px; color: #166534; margin-right: 6px; font-weight: 600;
}

/* ─── STATS RIBBON ──────────────────────────────────────── */
.ribbon {
  margin-top: 24px; padding-block: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 880px) { .ribbon-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.stat .num {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1;
  font-feature-settings: 'tnum' 1;
}
.stat .num small {
  font-size: 0.4em; font-weight: 600; color: #86868B;
  letter-spacing: -0.02em; margin-right: 4px;
}
.stat .lbl { margin-top: 10px; font-size: 13px; color: #86868B; max-width: 24ch; }

/* ─── COUNTRY SPOTLIGHT MOSAIC ──────────────────────────── */
section.surface { padding-block: 80px; }
/* ─── TRENDING DISCUSSIONS ──────────────────────────────── */
.trend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) { .trend-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .trend-grid { grid-template-columns: 1fr; } }

.trend-card {
  display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  transition: transform 200ms ease, box-shadow 200ms ease;
  min-height: 220px;
}
.trend-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
.trend-card .top {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.trend-card .top .replies {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; color: #86868B; font-weight: 600;
  font-feature-settings: 'tnum' 1; flex-shrink: 0;
}
.trend-card h3 {
  font-size: 17px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.trend-card .excerpt {
  font-size: 13px; color: #86868B; line-height: 1.6; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.trend-card .foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
}
.trend-card .foot .who { display: inline-flex; align-items: center; gap: 8px; }
.trend-card .foot .av {
  width: 24px; height: 24px; border-radius: 9999px;
  color: #fff; font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.trend-card .foot .name { color: #1D1D1F; font-weight: 500; }
.trend-card .foot .when { color: #86868B; font-feature-settings: 'tnum' 1; }

.trend-empty {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; padding: 32px 36px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px;
  align-items: center;
}
@media (max-width: 760px) {
  .trend-empty { grid-template-columns: 1fr; gap: 16px; padding: 24px; text-align: start; }
}
.trend-empty .ico {
  width: 48px; height: 48px; border-radius: 18px;
  background: rgba(0, 0, 0, 0.04); color: #1D1D1F;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trend-empty h3 {
  font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3;
  margin-bottom: 6px;
}
.trend-empty p {
  font-size: 13px; color: #86868B; line-height: 1.65; max-width: 56ch;
}

/* ─── HAMSAFAR / FORUM SPLIT ────────────────────────────── */
.split { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 980px) { .split { grid-template-columns: 1fr; } }

.plan-list {
  display: flex; flex-direction: column; gap: 0;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}
.plan-row {
  display: grid;
  grid-template-columns: 60px 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 200ms ease;
}
.plan-row:first-of-type { border-top: 0; }
.plan-row:hover { background: rgba(0, 0, 0, 0.02); }
.plan-row .num {
  font-size: 13px; font-weight: 600; color: #86868B;
  letter-spacing: 0.04em; font-feature-settings: 'tnum' 1;
}
.plan-row .body .type {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #86868B; margin-bottom: 6px;
}
.plan-row .body h4 {
  font-size: 16px; font-weight: 600; line-height: 1.35; letter-spacing: -0.015em;
}
.plan-row .body .route {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 8px; font-size: 12px; color: #86868B;
}
.plan-row .body .route .arrow {
  width: 18px; height: 1px; background: rgba(0, 0, 0, 0.25); display: inline-block;
}
.plan-row .when { text-align: center; }
.plan-row .when .month {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #86868B; font-weight: 600;
}
.plan-row .when .day { font-size: 24px; font-weight: 700; line-height: 1; font-feature-settings: 'tnum' 1; }
.plan-row .pill {
  font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.pill-need { background: #FEF3C7; color: #92400E; border-color: transparent; }
.pill-ok   { background: #DCFCE7; color: #166534; border-color: transparent; }
.pill-full { background: rgba(0, 0, 0, 0.04); color: #86868B; }

/* forum side panel */
.forum-panel {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; padding: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}
.home-forum-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 18px;
  transition: background 200ms ease;
}
.home-forum-row + .home-forum-row { border-top: 1px solid rgba(0, 0, 0, 0.06); }
.home-forum-row:hover { background: rgba(0, 0, 0, 0.04); }
.home-forum-row .ico {
  width: 36px; height: 36px; border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.home-forum-row .ico svg { width: 14px; height: 14px; color: #86868B; }
.home-forum-row .body { flex: 1; min-width: 0; }
.home-forum-row .title { font-size: 13px; font-weight: 500; line-height: 1.4; }
.home-forum-row .meta-line {
  display: flex; align-items: center; gap: 8px;
  margin-top: 4px; font-size: 11px; color: #86868B;
}
.home-forum-row .meta-line .tag {
  color: #1D1D1F; background: rgba(0, 0, 0, 0.04);
  padding: 1px 6px; border-radius: 4px; font-weight: 500;
}
.home-forum-row .replies {
  font-size: 11px; color: #86868B;
  font-feature-settings: 'tnum' 1; flex-shrink: 0;
}

/* ─── STORIES ──────────────────────────────────────────── */
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 880px) { .stories-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .stories-grid { grid-template-columns: 1fr; } }
.story {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; padding: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.story::before {
  content: ""; position: absolute; top: 24px; right: 24px;
  width: 32px; height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'%3E%3Cpath d='M0 24V13.6C0 8.4 1.6 4.8 4.8 2.4C6.8 0.8 9.2 0 12 0V5.6C9.2 5.6 7.6 7.2 7.6 10H12V24H0ZM20 24V13.6C20 8.4 21.6 4.8 24.8 2.4C26.8 0.8 29.2 0 32 0V5.6C29.2 5.6 27.6 7.2 27.6 10H32V24H20Z' fill='%231D1D1F' opacity='0.10'/%3E%3C/svg%3E") no-repeat;
}
.story .quote {
  font-size: 18px; line-height: 1.55; color: #1D1D1F;
  letter-spacing: -0.015em; font-weight: 500; flex: 1;
}
.story .person {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px; border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.story .avatar {
  width: 40px; height: 40px; border-radius: 9999px;
  background: linear-gradient(135deg, #1D1D1F, #86868B);
  color: #fff; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.story .person .name { font-size: 13px; font-weight: 600; }
.story .person .where {
  font-size: 11px; color: #86868B; margin-top: 2px;
  display: flex; align-items: center; gap: 4px;
}

/* ─── MAP ─────────────────────────────────────────────── */
.map-wrap {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: grid; grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 880px) { .map-wrap { grid-template-columns: 1fr; } }
.map-canvas {
  position: relative; aspect-ratio: 16/10; min-height: 380px;
  background: #FAFAFC;
  background-image:
    radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='0.7' fill='%23000' opacity='0.18'/%3E%3C/svg%3E");
  background-size: cover, 14px 14px;
}
.map-canvas svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-pin { position: absolute; transform: translate(50%, -50%); }
.map-pin .core {
  width: 10px; height: 10px; border-radius: 9999px; background: #1D1D1F;
  box-shadow: 0 0 0 4px rgba(29, 29, 31, 0.10), 0 0 0 9px rgba(29, 29, 31, 0.05);
}
.map-pin .pin-label {
  position: absolute; bottom: 18px; right: 50%; transform: translateX(50%);
  font-size: 11px; font-weight: 600; white-space: nowrap;
  background: #1D1D1F; color: #fff;
  padding: 4px 8px; border-radius: 6px;
}
.map-pin .pin-label::after {
  content: ""; position: absolute; bottom: -3px; right: 50%;
  transform: translateX(50%) rotate(45deg);
  width: 6px; height: 6px; background: #1D1D1F;
}
.map-pin.live .core {
  background: #22C55E;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18), 0 0 0 9px rgba(34, 197, 94, 0.08);
  animation: live-pulse 2.4s ease-in-out infinite;
}
.map-side { padding: 28px; display: flex; flex-direction: column; }
.map-side h3 {
  font-size: 22px; font-weight: 700; letter-spacing: -0.025em;
  line-height: 1.2; margin-top: 8px;
}
.map-side .desc { margin-top: 10px; font-size: 13px; color: #86868B; line-height: 1.65; }
.map-side .legend {
  margin-top: auto; display: flex; flex-direction: column; gap: 14px; padding-top: 24px;
}
.legend-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.legend-row .city { display: flex; align-items: center; gap: 8px; }
.legend-row .city .d { width: 6px; height: 6px; border-radius: 9999px; background: #1D1D1F; }
.legend-row .city .d.green { background: #22C55E; }
.legend-row .num { color: #86868B; font-feature-settings: 'tnum' 1; }

/* ─── ARTICLES GRID ─────────────────────────────────────── */
.articles-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px;
}
@media (max-width: 980px) { .articles-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .articles-grid { grid-template-columns: 1fr; } }
.article-card {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px; padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
.article-card.lead { grid-row: span 2; padding: 0; overflow: hidden; }
@media (max-width: 980px) {
  .article-card.lead { grid-row: auto; grid-column: span 2; }
}
@media (max-width: 680px) {
  .article-card.lead { grid-column: span 1; }
}
.article-card.lead .lead-img {
  aspect-ratio: 4/3; min-height: 240px;
  background: #1D1D1F; position: relative;
  background-image:
    linear-gradient(180deg, rgba(29, 29, 31, 0) 50%, rgba(29, 29, 31, 0.65) 100%),
    url("/images/hero-road.webp");
  background-size: cover; background-position: center;
}
.article-card.lead .lead-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.article-card .top { display: flex; align-items: center; gap: 8px; }
.article-card .cat {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: #1D1D1F; padding: 5px 9px; background: rgba(0, 0, 0, 0.05); border-radius: 6px;
}
.article-card .when { font-size: 11px; color: #86868B; }
.article-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }
.article-card.lead h3 { font-size: 24px; }
.article-card .excerpt { font-size: 13px; color: #86868B; line-height: 1.6; }
.article-card .read {
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: #1D1D1F;
}
.article-card .read .min { color: #86868B; font-feature-settings: 'tnum' 1; }

/* ─── TELEGRAM SECTION (dark closer) ────────────────────── */
.telegram-section {
  background: #1D1D1F; color: #fff;
  border-radius: 32px;
  padding: 56px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
}
@media (max-width: 880px) {
  .telegram-section { grid-template-columns: 1fr; padding: 36px; }
}
.telegram-section::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.04), transparent 40%);
  pointer-events: none;
}
.telegram-section .topo-bg {
  position: absolute; inset: 0; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cg fill='none' stroke='white' stroke-width='0.5' opacity='0.10'%3E%3Cpath d='M0,80 Q200,40 400,80 T800,70'/%3E%3Cpath d='M0,140 Q200,100 400,140 T800,130'/%3E%3Cpath d='M0,200 Q200,160 400,200 T800,190'/%3E%3Cpath d='M0,260 Q200,220 400,260 T800,250'/%3E%3Cpath d='M0,320 Q200,280 400,320 T800,310'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover; background-position: center;
}
.telegram-section > * { position: relative; z-index: 1; }
.telegram-section .meta { color: rgba(255, 255, 255, 0.55); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.telegram-section h2 {
  font-size: clamp(32px, 4vw, 52px); font-weight: 700;
  letter-spacing: -0.035em; line-height: 1.1; margin-top: 14px;
}
.telegram-section .lede {
  margin-top: 18px; font-size: 16px; line-height: 1.65;
  color: rgba(255, 255, 255, 0.7); max-width: 46ch;
}
.telegram-section .actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.telegram-section .btn-light { background: #fff; color: #1D1D1F; }
.telegram-section .btn-light:hover { background: #F5F5F7; }
.telegram-section .btn-line {
  background: transparent; color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.telegram-section .btn-line:hover { background: rgba(255, 255, 255, 0.06); }
.telegram-section .live-feed {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px; padding: 20px;
}
.telegram-section .live-feed .head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.telegram-section .live-feed .head .room { font-size: 13px; font-weight: 600; }
.telegram-section .live-feed .head .indicator {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; color: rgba(255, 255, 255, 0.7);
}
.telegram-section .live-feed .head .dot {
  width: 6px; height: 6px; background: #22C55E; border-radius: 9999px;
  animation: live-pulse 2s ease-in-out infinite;
}
.feed-msg { display: flex; gap: 10px; padding: 8px 0; }
.feed-msg .av {
  width: 24px; height: 24px; border-radius: 9999px;
  background: rgba(255, 255, 255, 0.10); color: #fff;
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feed-msg .name { font-size: 12px; font-weight: 600; color: #fff; }
.feed-msg .when { font-size: 10px; color: rgba(255, 255, 255, 0.45); margin-right: 8px; }
.feed-msg .text {
  font-size: 13px; color: rgba(255, 255, 255, 0.78);
  line-height: 1.5; margin-top: 2px;
}
.feed-typing {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0;
  font-size: 12px; color: rgba(255, 255, 255, 0.55);
}
.feed-typing .dots { display: inline-flex; gap: 3px; }
.feed-typing .dots span {
  width: 4px; height: 4px; border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  animation: feed-bounce 1.2s ease-in-out infinite;
}
.feed-typing .dots span:nth-child(2) { animation-delay: 0.2s; }
.feed-typing .dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes feed-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(-3px); opacity: 1; }
}

/* ─── NEWSLETTER ────────────────────────────────────────── */
.newsletter {
  margin-top: 80px; padding: 48px;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 32px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
@media (max-width: 760px) { .newsletter { grid-template-columns: 1fr; padding: 32px; } }
.newsletter h3 { font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; }
.newsletter .desc { margin-top: 12px; font-size: 14px; color: #86868B; line-height: 1.6; }
.newsletter .form {
  display: flex; gap: 8px;
  background: #F5F5F7; border-radius: 9999px; padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.newsletter .form input {
  flex: 1; background: transparent; border: none; outline: none;
  padding: 12px 18px; font-size: 14px; font-family: inherit;
  color: #1D1D1F; direction: rtl;
}
.newsletter .form input::-moz-placeholder { color: #86868B; }
.newsletter .form input::placeholder { color: #86868B; }
.newsletter .form button {
  background: #1D1D1F; color: #fff;
  border-radius: 9999px; padding: 10px 20px;
  font-size: 13px; font-weight: 500;
  border: none; cursor: pointer; font-family: inherit;
}
.newsletter .fine {
  margin-top: 14px; font-size: 11px; color: #86868B;
  display: flex; align-items: center; gap: 6px;
}

/* ─── HERO BUTTONS (use design-system btn-pill from globals.css) ─── */
.hero-ctas { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; }

/* ─── FAB ───────────────────────────────────────────────── */
.home-fab {
  position: fixed; bottom: 32px; left: 32px; z-index: 40;
  width: 56px; height: 56px; border-radius: 9999px;
  background: #1D1D1F; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 200ms ease;
}
.home-fab:hover { transform: translateY(-2px) scale(1.04); }
@media (max-width: 760px) { .home-fab { bottom: 20px; left: 20px; } }

