.elementor-41 .elementor-element.elementor-element-b6ef009{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-41 .elementor-element.elementor-element-af88158{width:100%;max-width:100%;}.elementor-41 .elementor-element.elementor-element-11992ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-41 .elementor-element.elementor-element-044df2d{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-41 .elementor-element.elementor-element-044df2d:after{content:"0.66";}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-post__thumbnail__link{width:100%;}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-post__meta-data span + span:before{content:"•";}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-post__text{margin-top:20px;}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-41 .elementor-element.elementor-element-044df2d .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-41 .elementor-element.elementor-element-044df2d .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-41 .elementor-element.elementor-element-044df2d .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-41 .elementor-element.elementor-element-044df2d .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-41 .elementor-element.elementor-element-044df2d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-41 .elementor-element.elementor-element-044df2d:after{content:"0.5";}.elementor-41 .elementor-element.elementor-element-044df2d .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-af88158 *//* ============================
   RESET & BASE
   ============================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  background-color: #f5f4f0;
  color: #1a1a1a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 32px 72px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* ============================
   BADGE
   ============================ */
.hero__badge {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a5298;
  background-color: #e8eef8;
  border: 1px solid #c2d0e8;
  padding: 6px 16px;
  border-radius: 2px;
}

/* ============================
   TITLE
   ============================ */
.hero__title {
  font-family: 'Merriweather', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
  letter-spacing: -0.01em;
}

.hero__title--highlight {
  color: #2a5298;
}

/* ============================
   SUBTITLE
   ============================ */
.hero__subtitle {
  font-size: 17px;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 600px;
  font-weight: 400;
}

/* ============================
   BUTTONS
   ============================ */
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.btn--primary {
  background-color: #2a5298;
  color: #ffffff;
  border: 2px solid #2a5298;
}

.btn--primary:hover {
  background-color: #1e3e78;
  border-color: #1e3e78;
}

.btn--ghost {
  background-color: transparent;
  color: #2a5298;
  border: 2px solid #2a5298;
}

.btn--ghost:hover {
  background-color: #e8eef8;
}

/* ============================
   STATS BAR
   ============================ */
.hero__stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 12px;
  padding-top: 28px;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat__number {
  font-family: 'Merriweather', serif;
  font-size: 26px;
  font-weight: 700;
  color: #2a5298;
  line-height: 1;
}

.stat__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888888;
}

.stat__divider {
  width: 1px;
  height: 40px;
  background-color: #dcdcdc;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 480px) {
  .hero {
    padding: 56px 20px 48px;
    gap: 22px;
  }

  .hero__stats {
    gap: 20px;
  }

  .stat__divider {
    display: none;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hero__actions {
    width: 100%;
    flex-direction: column;
  }
}/* End custom CSS */