.elementor-39809 .elementor-element.elementor-element-8554d1e{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-4531da2 *//* ===== HERO WRAPPER ===== */
.tr-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 40px;
  color: #fff;

  background:
    radial-gradient(circle at top, rgba(120,120,255,0.06), transparent 60%),
    radial-gradient(circle at bottom, rgba(255,120,180,0.05), transparent 60%);
}

/* ===== HERO CONTENT ===== */
.tr-hero-content {
  max-width: 720px;
}

/* ===== BADGE ===== */
.tr-badge {
  display: inline-block;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 18px;
}

/* ===== TITLE ===== */
.tr-hero h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.tr-hero h2 span {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== LEAD ===== */
.tr-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  margin-top: 16px;
}

/* ===== TEXT ===== */
.tr-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
}

/* ===== GRID ===== */
.tr-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

/* ===== TILE ===== */
.tr-tile {
  border-radius: 18px;
  padding: 1px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* COLORS */
.tr-digital { background: linear-gradient(135deg,#4f46e5,#6366f1); }
.tr-game    { background: linear-gradient(135deg,#059669,#10b981); }
.tr-social  { background: linear-gradient(135deg,#be185d,#ec4899); }
.tr-fast    { background: linear-gradient(135deg,#d97706,#f59e0b); }

/* INNER */
.tr-tile-inner {
  background: rgba(15,18,30,0.72);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
}

/* ICON */
.tr-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
}

.tr-icon svg {
  width: 100%;
  height: 100%;
  stroke: white;
  stroke-width: 1.5;
  fill: none;
  opacity: 0.9;
}

/* TEXT */
.tr-title {
  font-weight: 600;
  font-size: 15px;
}

.tr-count {
  font-size: 12px;
  opacity: 0.6;
}

/* HOVER */
.tr-tile:hover {
  transform: translateY(-6px);
}

.tr-tile:hover .tr-tile-inner {
  background: rgba(20,24,40,0.85);
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

/* PROMO */
.tr-promo {
  margin-top: 30px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
}

/* SUPPORT */
.tr-support {
  margin-top: 25px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.tr-support-actions {
  display: flex;
  gap: 10px;
}

.tr-btn-dark {
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
}

.tr-btn-green {
  background: linear-gradient(135deg,#16a34a,#22c55e);
  color: #000;
  padding: 10px 16px;
  border-radius: 999px;
}

/* FOOTER */
.tr-footer {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}

.tr-footer-legal {
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
  opacity: 0.5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tr-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {

  .tr-hero {
    text-align: center;
  }

  .tr-category-grid {
    grid-template-columns: 1fr;
  }

  .tr-support {
    flex-direction: column;
    text-align: center;
  }

  .tr-support-actions {
    flex-direction: column;
    width: 100%;
  }

  .tr-support-actions a {
    width: 100%;
  }
}/* End custom CSS */