body { background: #fff; }

.hero {
  padding: 118px 0 46px;
  background:
    radial-gradient(circle at 8% 10%, rgba(168,85,247,.14), transparent 32%),
    radial-gradient(circle at 90% 92%, rgba(109,40,217,.11), transparent 36%),
    #faf7ff;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 12px;
  background: #ede9fe;
  color: #4c1d95;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero h1 { color: var(--brand-1); font-weight: 700; margin-bottom: 8px; }

.news-layout { padding: 22px 0 70px; }

.headline-card, .side-card, .news-card, .newsletter {
  border: 1px solid #e9d5ff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(45,20,87,.09);
}

.headline-card, .side-card, .news-card { padding: 16px; height: 100%; }

.headline-card img {
  width: 100%; height: 280px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e9d5ff;
  margin-bottom: 12px;
}

.meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }

.pill {
  border-radius: 999px;
  border: 1px solid #dcc8ff;
  background: #f7f0ff;
  color: #5b21b6;
  padding: 3px 10px;
  font-size: .72rem;
  font-weight: 500;
}

.headline-card h3, .news-card h5, .side-card h5 { color: var(--brand-1); font-weight: 700; }

.list-news { list-style: none; margin: 0; padding: 0; }
.list-news li { padding: 10px 0; border-bottom: 1px dashed #e9d5ff; }
.list-news li:last-child { border-bottom: 0; }
.list-news a { color: #4c1d95; text-decoration: none; font-weight: 500; }
.list-news a:hover { color: #7e22ce; }

.news-card img {
  width: 100%; height: 170px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f1e7ff;
  margin-bottom: 10px;
}

.read-link { color: #6d28d9; text-decoration: none; font-weight: 600; }

.newsletter {
  margin-top: 26px;
  padding: 20px;
  background: linear-gradient(125deg, #3b0764, #6d28d9 56%, #9333ea);
  color: #fff;
}

.newsletter .form-control {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.12);
  color: #fff;
}

.newsletter .form-control::placeholder { color: rgba(255,255,255,.82); }
.newsletter .btn { border-radius: 999px; font-weight: 600; }

.footer {
  background:
    radial-gradient(circle at 10% 15%, rgba(168,85,247,.24), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(109,40,217,.22), transparent 34%),
    #1f0c3f;
  color: rgba(255,255,255,.86);
  padding: 52px 0 18px;
}

.footer a { color: #ddd6fe; text-decoration: none; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; margin-bottom: 12px; }
.footer-brand img { width: 34px; height: 34px; object-fit: contain; border-radius: 8px; background: rgba(255,255,255,.12); padding: 4px; }
.footer-title { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: #c4b5fd; margin-bottom: 12px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 9px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 8px; }
.footer-bottom { margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #bca4ff; font-size: .9rem; }

@media (max-width: 991.98px) {
  .headline-card img { height: 220px; }
}
