.home-slide-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  margin: 28px 0 58px;
  border-radius: 26px;
  overflow: hidden;
  background: #061827;
  box-shadow: 0 24px 60px rgba(5, 24, 44, 0.22);
}

.home-slide-show {
  position: absolute;
  inset: 0;
}

.home-slide-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: homeSlideFade 30s infinite;
}

.home-slide-item:nth-child(1) {
  animation-delay: 0s;
}

.home-slide-item:nth-child(2) {
  animation-delay: 10s;
}

.home-slide-item:nth-child(3) {
  animation-delay: 20s;
}

@keyframes homeSlideFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.home-slide-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 138px 70px;
  color: white;
}

.home-slide-label {
  margin-bottom: 18px;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-slide-content h1 {
  margin: 0 0 18px;
  color: white;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.home-slide-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .home-slide-hero {
    min-height: 430px;
    margin-top: 20px;
  }
  .home-slide-content {
    padding: 100px 36px;
  }
}
.home-section-title {
  margin: 36px 0 24px;
  text-align: center;
}

.home-section-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0284c7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-section-title h2 {
  margin: 0;
  color: #0f172a;
  font-size: 2rem;
  line-height: 1.25;
}

.home-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0 28px;
}

.home-preview-card,
.home-newsletter-card,
.home-empty-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: white;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}

.home-preview-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 28px 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-preview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.home-preview-date {
  margin-bottom: 14px;
  color: #0284c7;
  font-weight: 800;
  font-size: 0.95rem;
}

.home-preview-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.18rem;
  line-height: 1.45;
}

.home-preview-card p {
  margin: 0 0 10px;
  color: #475569;
  line-height: 1.65;
}

.home-preview-meta {
  color: #334155 !important;
  font-weight: 700;
}

.home-preview-card span {
  margin-top: auto;
  padding-top: 22px;
  color: #0284c7;
  font-weight: 800;
  font-size: 0.95rem;
}

.home-more-wrap {
  text-align: center;
  margin: 22px 0 42px;
}

.home-more-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: #0284c7;
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.2);
}

.home-more-button:hover {
  background: #0369a1;
  color: white;
}

.home-newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: center;
  margin: 24px 0 56px;
  padding: 30px;
  border-radius: 22px;
}

.home-newsletter-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.home-newsletter-image img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #ffffff;
}

.home-newsletter-content {
  min-width: 0;
}

.home-newsletter-content h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.45rem;
  line-height: 1.4;
}

.home-newsletter-content p {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.75;
}

.home-newsletter-button {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0284c7;
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.home-newsletter-button:hover {
  background: #0369a1;
  color: white;
}

.home-empty-card {
  padding: 32px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 900px) {
  .home-preview-grid {
    grid-template-columns: 1fr;
  }
  .home-newsletter-card {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=home.css.map */