/* ═══════════════════════════════════════════════════════
   aktsii-mobile.css — виправлення адаптивності карток акцій
   Підключити після основного стилю сторінки /aktsii/
   або вставити всередину <style> на сторінці aktsii.html
   ═══════════════════════════════════════════════════════ */

/* ── Сітка карток ── */
.promos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 64px auto 0;
  padding: 0 5vw;
}



.card-inner {
  padding: 28px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  /* Обмежуємо розтягування */
  min-width: 0;
}

@media (max-width: 480px) {
  .card-inner {
    padding: 22px 18px;
  }
}

/* ── Дедлайн-бейдж ── */
.card-deadline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: fit-content;
  white-space: nowrap;
}

/* ── Заголовок картки ── */
.promo-card h2 {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 12px;
  /* Запобігаємо переповненню */
  word-break: break-word;
  hyphens: auto;
}

/* ── Опис ── */
.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
  /* Не стискаємо текст */
  min-width: 0;
}

/* ── Міні-таймер ── */
.mini-timer {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 20px;
  /* Дозволяємо перенос якщо зовсім тісно */
  flex-wrap: nowrap;
  overflow: visible;
}

.mt-box {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 8px 6px;
  text-align: center;
  /* Гнучка ширина замість фіксованої */
  flex: 1;
  min-width: 0;
  max-width: 60px;
}

.mt-num {
  font-size: clamp(16px, 3.5vw, 22px);
  font-weight: 900;
  display: block;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  /* Запобігаємо переповненню */
  white-space: nowrap;
  overflow: hidden;
}

.mt-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  display: block;
  margin-top: 3px;
  white-space: nowrap;
}

.mt-sep {
  color: #333;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 700;
  align-self: center;
  margin-top: -6px;
  flex-shrink: 0;
  padding: 0 1px;
}

@media (max-width: 380px) {
  .mt-sep {
    display: none; /* На дуже малих екранах — прибираємо двокрапки */
  }
  .mt-box {
    border-radius: 6px;
    padding: 6px 4px;
  }
}

/* ── Візуальний блок ── */
.card-visual {
  background: rgba(0,0,0,0.2);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* ── Три локації ── */
.loc-mini {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.loc-mini-item {
  flex: 1;
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
  font-size: 10px;
  /* Запобігаємо переповненню */
  min-width: 0;
  overflow: hidden;
}

.lm-icon {
  font-size: clamp(14px, 3vw, 20px);
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.lm-label {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: clamp(9px, 1.8vw, 11px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-status {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* На дуже малих — показуємо тільки іконку і назву */
@media (max-width: 360px) {
  .loc-mini {
    gap: 6px;
  }
  .loc-mini-item {
    padding: 8px 4px;
  }
  .lm-status {
    display: none;
  }
}

/* ── 365 days visual ── */
.year-visual {
  display: flex;
  align-items: center;
  gap: 12px;
}

.year-num {
  font-size: clamp(40px, 10vw, 64px);
  font-weight: 900;
  color: rgba(74,222,128,0.5);
  line-height: 1;
  flex-shrink: 0;
  /* Обмежуємо щоб не займав весь простір */
  min-width: 0;
}

.year-details {
  flex: 1;
  min-width: 0;
}

.yd-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: clamp(10px, 2.5vw, 12px);
  gap: 4px;
}

.yd-row:last-child {
  border-bottom: none;
}

.yd-label {
  color: #555;
  white-space: nowrap;
  flex-shrink: 0;
}

.yd-val {
  color: #4ADE80;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

/* ── Теги ── */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.card-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid;
  white-space: nowrap;
  /* На мобільному дозволяємо переноситись */
}

@media (max-width: 360px) {
  .card-tag {
    font-size: 10px;
    padding: 3px 8px;
  }
}

/* ── CTA кнопка знизу картки ── */
.card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: all .2s;
  margin-top: auto;
  /* Запобігаємо стисканню */
  flex-shrink: 0;
}

.card-cta .arrow {
  font-size: 18px;
  transition: transform .2s;
  flex-shrink: 0;
}

@media (hover: hover) {
  .promo-card:hover .arrow {
    transform: translateX(4px);
  }
}


/* ═══════════════════════════════════════════════════════
   HERO секція /aktsii/
   ═══════════════════════════════════════════════════════ */

.promos-hero {
  padding: 120px 5vw 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  .promos-hero {
    padding: 100px 5vw 36px;
  }
}

.promos-hero h1 {
  font-size: clamp(28px, 7vw, 64px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.promos-hero > p {
  font-size: clamp(14px, 3vw, 18px);
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* ── Комбо-банер ── */
.combo-banner {
  max-width: 900px;
  margin: 36px auto 0;
  background: linear-gradient(135deg, rgba(108,62,244,0.12), rgba(74,222,128,0.08));
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.combo-banner .cb-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.combo-banner .cb-text {
  flex: 1;
  min-width: 200px;
}

.combo-banner .cb-text strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #A78BFA;
}

.combo-banner .cb-text span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.combo-banner .cb-date {
  background: rgba(108,62,244,0.15);
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: center;
  flex-shrink: 0;
}

.combo-banner .cb-date .d-label {
  font-size: 10px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}

.combo-banner .cb-date .d-val {
  font-size: 14px;
  font-weight: 800;
  color: #A78BFA;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .combo-banner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 16px 18px;
  }
  .combo-banner .cb-text {
    min-width: unset;
  }
  .combo-banner .cb-date {
    width: 100%;
  }
}


/* ═══════════════════════════════════════════════════════
   ТАЙМЛАЙН
   ═══════════════════════════════════════════════════════ */

.timeline-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5vw 80px;
}

.timeline-section h2 {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 36px;
  text-align: center;
}

.timeline {
  position: relative;
  padding-left: 32px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #A78BFA, #4ADE80, #FB923C, #4ADE80);
  border-radius: 2px;
}

.tl-item {
  position: relative;
  margin-bottom: 28px;
}

.tl-item:last-child { margin-bottom: 0; }

.tl-dot {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 2px solid;
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  z-index: 1;
  flex-shrink: 0;
}

.tl-date {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.tl-title {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  margin-bottom: 4px;
}

.tl-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}


/* ═══════════════════════════════════════════════════════
   INFO СЕКЦІЯ
   ═══════════════════════════════════════════════════════ */

.info-section {
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 5vw 80px;
}

.info-section h2 {
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 36px;
  text-align: center;
}

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

@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

.info-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
}

.info-card .ic-icon {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}

.info-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}


/* ═══════════════════════════════════════════════════════
   ФІНАЛЬНИЙ CTA
   ═══════════════════════════════════════════════════════ */

.final-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5vw 100px;
}

.final-box {
  background: linear-gradient(135deg, rgba(108,62,244,0.14), rgba(74,222,128,0.08));
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
}

@media (max-width: 560px) {
  .final-box {
    padding: 36px 22px;
    border-radius: 18px;
  }
}

.final-box .fl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #A78BFA;
  font-weight: 700;
  margin-bottom: 12px;
}

.final-box h2 {
  font-size: clamp(20px, 5vw, 38px);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.final-box p {
  color: var(--muted);
  font-size: clamp(14px, 3vw, 16px);
  margin-bottom: 8px;
}

.final-box .fn {
  font-size: 13px;
  color: #555;
  margin-bottom: 28px;
}

.final-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.final-btns .btn-primary,
.final-btns .btn-secondary {
  font-size: 15px;
  padding: 13px 24px;
}

@media (max-width: 480px) {
  .final-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .final-btns .btn-primary,
  .final-btns .btn-secondary {
    text-align: center;
    justify-content: center;
  }
}


/* ── Hero ── */
.promos-hero {
  padding: 140px 5vw 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promos-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 40%, rgba(108,62,244,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(74,222,128,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.promos-hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(108,62,244,0.12);
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #A78BFA;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.promos-hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.promos-hero p {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* ── Combo banner ── */
.combo-banner {
  max-width: 900px;
  margin: 48px auto 0;
  background: linear-gradient(135deg, rgba(108,62,244,0.12), rgba(74,222,128,0.08));
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 18px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.combo-banner .cb-icon { font-size: 32px; flex-shrink: 0; }
.combo-banner .cb-text { flex: 1; min-width: 200px; }
.combo-banner .cb-text strong { display: block; font-size: 16px; font-weight: 800; margin-bottom: 4px; color: #A78BFA; }
.combo-banner .cb-text span { font-size: 13px; color: var(--muted); line-height: 1.5; }
.combo-banner .cb-date {
  background: rgba(108,62,244,0.15);
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 10px;
  padding: 10px 18px;
  text-align: center;
  flex-shrink: 0;
}
.combo-banner .cb-date .d-label { font-size: 10px; color: #555; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 4px; }
.combo-banner .cb-date .d-val { font-size: 15px; font-weight: 800; color: #A78BFA; }

/* ── Promo cards ── */
.promos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 64px auto 0;
  padding: 0 5vw;
}
@media (max-width: 768px) { .promos-grid { grid-template-columns: 1fr; } }

.promo-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Card 1: 3 локації — purple */
.promo-card.purple {
  background: linear-gradient(145deg, rgba(108,62,244,0.14), rgba(108,62,244,0.06));
  border: 1px solid rgba(168,85,247,0.35);
}
.promo-card.purple .card-glow {
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(108,62,244,0.25), transparent 70%);
  pointer-events: none;
}

/* Card 2: рік тесту — green */
.promo-card.green-card {
  background: linear-gradient(145deg, rgba(74,222,128,0.1), rgba(74,222,128,0.04));
  border: 1px solid rgba(74,222,128,0.3);
}
.promo-card.green-card .card-glow {
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(74,222,128,0.2), transparent 70%);
  pointer-events: none;
}

.promo-card .card-inner {
  padding: 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.card-deadline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: fit-content;
}
.purple .card-deadline { background: rgba(168,85,247,0.15); color: #A78BFA; }
.green-card .card-deadline { background: rgba(74,222,128,0.15); color: #4ADE80; }

.card-deadline .dl-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.purple .dl-dot { background: #A78BFA; }
.green-card .dl-dot { background: #4ADE80; }

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.promo-card h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.purple h2 { color: white; }
.green-card h2 { color: white; }

.promo-card .card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 28px;
  flex: 1;
}

/* Visual inside card */
.card-visual {
  background: rgba(0,0,0,0.2);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
}

.loc-mini {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.loc-mini-item {
  flex: 1;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: 11px;
}
.loc-mini-item.active-m {
  background: rgba(74,222,128,0.12);
  border: 1px solid rgba(74,222,128,0.3);
  color: #4ADE80;
}
.loc-mini-item.inactive-m {
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.1);
  color: #444;
}
.loc-mini-item .lm-icon { font-size: 18px; display: block; margin-bottom: 6px; }
.loc-mini-item .lm-label { font-weight: 700; display: block; margin-bottom: 2px; }
.loc-mini-item .lm-status { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; }

/* Year visual */
.year-visual {
  display: flex;
  align-items: center;
  gap: 14px;
}
.year-num {
  font-size: 64px;
  font-weight: 900;
  color: rgba(74,222,128,0.5);
  line-height: 1;
  flex-shrink: 0;
}
.year-details { flex: 1; }
.year-details .yd-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
}
.year-details .yd-row:last-child { border-bottom: none; }
.year-details .yd-label { color: #555; }
.year-details .yd-val { color: #4ADE80; font-weight: 600; }

/* Tags */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.card-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid;
}
.purple .card-tag { background: rgba(168,85,247,0.1); border-color: rgba(168,85,247,0.2); color: #C4B5FD; }
.green-card .card-tag { background: rgba(74,222,128,0.08); border-color: rgba(74,222,128,0.2); color: #86EFAC; }

/* CTA in card */
.card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  transition: all .2s;
  margin-top: auto;
}
.purple .card-cta {
  background: rgba(108,62,244,0.3);
  color: white;
}
.purple:hover .card-cta { background: rgba(108,62,244,0.5); }
.green-card .card-cta {
  background: rgba(74,222,128,0.2);
  color: #4ADE80;
}
.green-card:hover .card-cta { background: rgba(74,222,128,0.3); }

.card-cta .arrow {
  font-size: 20px;
  transition: transform .2s;
}
.promo-card:hover .arrow { transform: translateX(4px); }

/* Timer mini */
.mini-timer {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.mt-box {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  min-width: 48px;
}
.mt-num {
  font-size: 20px;
  font-weight: 900;
  display: block;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.purple .mt-num { color: #A78BFA; }
.green-card .mt-num { color: #4ADE80; }
.mt-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  display: block;
  margin-top: 3px;
}
.mt-sep { color: #333; font-size: 18px; font-weight: 700; align-self: center; margin-top: -8px; }

/* ── Info section ── */
.info-section {
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 5vw 80px;
}
.info-section h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; } }

.info-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}
.info-card .ic-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.info-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.info-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.65; }

/* ── Timeline ── */
.timeline-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5vw 80px;
}
.timeline-section h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #A78BFA, #4ADE80, #FB923C, #4ADE80);
  border-radius: 2px;
}
.tl-item {
  position: relative;
  margin-bottom: 32px;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid;
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  z-index: 1;
}
.tl-dot.purple { border-color: #A78BFA; color: #A78BFA; }
.tl-dot.green { border-color: #4ADE80; color: #4ADE80; }
.tl-dot.orange { border-color: #FB923C; color: #FB923C; }
.tl-dot.both { border-color: #F9A8D4; color: #F9A8D4; }

.tl-date {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.tl-dot.purple + div .tl-date { color: #A78BFA; }
.tl-dot.green + div .tl-date { color: #4ADE80; }
.tl-dot.orange + div .tl-date { color: #FB923C; }
.tl-dot.both + div .tl-date { color: #F9A8D4; }

.tl-title { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.tl-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── Final CTA ── */
.final-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5vw 100px;
}
.final-box {
  background: linear-gradient(135deg, rgba(108,62,244,0.14), rgba(74,222,128,0.08));
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
}
.final-box .fl { font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: #A78BFA; font-weight: 700; margin-bottom: 14px; }
.final-box h2 { font-size: clamp(24px, 4vw, 38px); font-weight: 900; letter-spacing: -1px; margin-bottom: 14px; line-height: 1.2; }
.final-box p { color: var(--muted); font-size: 16px; margin-bottom: 8px; }
.final-box .fn { font-size: 13px; color: #555; margin-bottom: 32px; }
.final-box .fn a { color: var(--accent); }
.final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }



@media (max-width: 860px) {
  .promos-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 20px;
  }

  .year-visual{
	display: block;
  }
}

/* ── Картка ── */
.promo-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
  /* Мінімальна висота прибрана — нехай контент диктує */
  min-height: unset;
}

@media (hover: hover) {
  .promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  }
}