/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/home.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.home_page__ODjSn {
  font-family: var(--font-inter), system-ui, sans-serif;
}

.home_hero__z_jpu {
  background: linear-gradient(135deg, #1a1f4b 0%, #4e54c8 45%, #8f94fb 100%);
  color: #f9fafb;
  padding: clamp(3rem, 8vw, 5rem) 1.25rem 3.5rem;
}

.home_heroInner__jKRQF {
  max-width: 900px;
  margin: 0 auto;
}

.home_kicker__etd2I {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  opacity: 0.85;
  margin: 0 0 0.75rem;
}

.home_title__jKRy7 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 0.35rem;
  font-weight: 800;
}

.home_subtitle__7Y8Sg {
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  font-weight: 600;
  color: #e5e7eb;
  margin: 0 0 1rem;
}

.home_lead__kDW_5 {
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.65;
  color: #e5e7eb;
  max-width: 52rem;
  margin: 0 0 1.75rem;
}

.home_heroActions__n5Obp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home_btnPrimary__KUu76,
.home_btnGhost__OvWu6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.home_btnPrimary__KUu76 {
  background: #f9fafb;
  color: #312e81;
  border: 2px solid transparent;
}

.home_btnPrimary__KUu76:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home_btnGhost__OvWu6 {
  background: rgba(255, 255, 255, 0.1);
  color: #f9fafb;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.home_btnGhost__OvWu6:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.home_section__JtNPk {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
}

.home_sectionHead__Gl6hb {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.home_h2__wFOju {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
}

.home_linkAll__eC_8E {
  font-weight: 600;
  color: #4e54c8;
  text-decoration: none;
}

.home_linkAll__eC_8E:hover {
  text-decoration: underline;
}

.home_cardGrid__ginLF {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.home_card__7C2B2 {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.home_cardMedia__sngCV {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
}

.home_cardImg__Q7HT9 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_cardPlaceholder__OSW0T {
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #e0e7ff, #f5f3ff);
}

.home_cardTitle__mGiDO {
  margin: 0;
  padding: 1rem 1rem 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.home_cardSummary___ePlV {
  margin: 0;
  padding: 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4b5563;
  flex: 1;
}

.home_cardStack__chymo {
  margin: 0.5rem 0 0;
  padding: 0 1rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.home_cardLink__YaWMm {
  margin: 0.85rem 1rem 1rem;
  font-weight: 600;
  color: #4e54c8;
  text-decoration: none;
}

.home_cardLink__YaWMm:hover {
  text-decoration: underline;
}

.home_postList__7G4kp {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home_postRow__sMa_N {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home_postRow__sMa_N:hover {
  border-color: #c7d2fe;
  box-shadow: 0 4px 12px rgba(78, 84, 200, 0.12);
}

.home_postTitle__ZtirB {
  font-weight: 700;
  color: #111827;
}

.home_postExcerpt__7e687 {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.45;
}

.home_empty__ClT_G {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

