.elementor-6663 .elementor-element.elementor-element-8aa5eec{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6663 .elementor-element.elementor-element-6932d89 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6663 .elementor-element.elementor-element-8e29226{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6932d89 */.ds-page-hero, .ds-page-hero *,
.ds-insights-index-section, .ds-insights-index-section * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.ds-page-hero h1,
.ds-insights-index-section h3 {
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
}

.ds-page-hero { background: #F7F9FC; border-bottom: 1px solid #DEE2E9; }
.ds-page-hero__inner { max-width: 1280px; margin-inline: auto; padding: 64px 24px; }
.ds-page-hero__eyebrow {
  font-size: 11px !important; font-weight: 600 !important; line-height: 16px !important;
  text-transform: uppercase; letter-spacing: 0.16em; color: #0A46B9 !important;
}
.ds-page-hero__title {
  margin-top: 20px !important; max-width: 48rem;
  font-size: 34px !important; font-weight: 600 !important; line-height: 1.1 !important;
  letter-spacing: -0.02em; color: #0E1624 !important;
}
@media (min-width: 768px) { .ds-page-hero__title { font-size: 44px !important; } }
.ds-page-hero__lead {
  margin-top: 16px !important; max-width: 42rem;
  font-size: 16px !important; font-weight: 400 !important; line-height: 1.625 !important;
  color: #606A78 !important;
}

.ds-insights-index-section { padding-block: 72px; background: #FFFFFF; }
.ds-insights-index-inner { max-width: 1280px; margin-inline: auto; padding-inline: 24px; }

.ds-insights-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE2E9;
}
.ds-insights-filter {
  border: 1px solid #DEE2E9 !important;
  background: #FFFFFF !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #606A78 !important;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}
.ds-insights-filter:hover { border-color: #0A46B9 !important; color: #0A46B9 !important; }
.ds-insights-filter.is-active {
  border-color: #0A46B9 !important;
  background: #0A46B9 !important;
  color: #FBFCFD !important;
}

.ds-insights-index-grid {
  margin-top: 48px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .ds-insights-index-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ds-insights-index-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* Insight card (same as homepage) */
.ds-insight-card {
  display: flex; flex-direction: column; height: 100%;
  border: 1px solid #DEE2E9; background: #FFFFFF;
  text-decoration: none; transition: border-color .15s ease;
}
.ds-insight-card:hover { border-color: #0A46B9; }
.ds-insight-card__media { aspect-ratio: 16 / 9; overflow: hidden; background: #F7F9FC; }
.ds-insight-card__img {
  width: 100% !important; height: 100% !important; object-fit: cover !important;
  display: block !important; transition: transform .5s ease;
}
.ds-insight-card:hover .ds-insight-card__img { transform: scale(1.03); }
.ds-insight-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px !important; }
.ds-insight-card__meta { display: flex; align-items: center; gap: 12px; }
.ds-insight-card__category {
  font-size: 11px !important; font-weight: 600 !important; line-height: 16px !important;
  text-transform: uppercase; letter-spacing: 0.12em; color: #0A46B9 !important;
}
.ds-insight-card__divider {
  display: block !important; width: 24px !important; height: 1px !important;
  background: #DEE2E9 !important; line-height: 0 !important; font-size: 0 !important;
}
.ds-insight-card__date {
  font-size: 11px !important; font-weight: 600 !important; line-height: 16px !important;
  text-transform: uppercase; letter-spacing: 0.12em; color: #606A78 !important;
}
.ds-insight-card__title {
  margin-top: 12px !important; font-size: 18px !important; font-weight: 600 !important;
  line-height: 1.375 !important; color: #0E1624 !important;
}
.ds-insight-card__excerpt {
  margin-top: 12px !important; flex: 1; font-size: 14px !important; font-weight: 400 !important;
  line-height: 1.625 !important; color: #606A78 !important;
}
.ds-insight-card__cta {
  margin-top: 20px !important; display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px !important; font-weight: 600 !important; color: #0A46B9 !important;
}
.ds-insight-card__cta svg { width: 16px !important; height: 16px !important; transition: transform .15s ease; }
.ds-insight-card:hover .ds-insight-card__cta svg { transform: translateX(2px); }

@media (max-width: 767px) {
  .ds-page-hero__inner { padding: 40px 24px; }
  .ds-insights-index-section { padding-block: 40px; }
  .ds-insight-card__body { padding: 20px !important; }
}
.ds-gradient-rule {
  margin-top: 12px !important;
  height: 3px;
  width: 48px;
  background-image: linear-gradient(120deg, #00C6E2 0%, #0A46B9 55%, #9727E7 100%);
}

.ds-lazy-media {
  position: relative;
  overflow: hidden;
  background: #F7F9FC;
}
.ds-lazy-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #DEE2E9 25%, #F7F9FC 50%, #DEE2E9 75%);
  background-size: 400% 100%;
  animation: ds-shimmer 1.4s ease infinite;
}
.ds-lazy-media.is-loaded::before {
  display: none;
}
.ds-lazy-img {
  opacity: 0;
  transition: opacity .3s ease;
}
.ds-lazy-img.is-loaded {
  opacity: 1;
}
@keyframes ds-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

/* Skeleton kártya szöveg-sávjai */
.ds-skeleton-line {
  position: relative;
  overflow: hidden;
  background: #F7F9FC;
  border-radius: 2px;
}
.ds-skeleton-line::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #DEE2E9 25%, #F7F9FC 50%, #DEE2E9 75%);
  background-size: 400% 100%;
  animation: ds-shimmer 1.4s ease infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6440a1d */.ds-cta-section {
  position: relative;
  overflow: hidden;
  background: #0B1326;
}
.ds-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px circle at 85% 0%, rgba(151, 39, 231, 0.25), transparent 60%),
    radial-gradient(500px circle at 10% 100%, rgba(0, 198, 226, 0.18), transparent 60%);
  pointer-events: none;
}
.ds-cta-container {
  position: relative;
  z-index: 1;
}
.ds-cta-section h2 {
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
}

.ds-cta-section {
  background: #0B1326;
}
.ds-cta-container {
  max-width: 1280px;
  margin-inline: auto;
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ds-cta-statement {
  max-width: 42rem;
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  color: #F3F5F8 !important;
}
@media (min-width: 768px) {
  .ds-cta-statement { font-size: 32px !important; }
}
.ds-cta-final-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0A46B9;
  color: #FBFCFD !important;
  padding: 16px 32px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none;
  transition: opacity .15s ease;
  align-self: flex-start;
}
.ds-cta-final-btn:hover { opacity: 0.9; }
.ds-cta-final-btn svg { width: 16px !important; height: 16px !important; }

@media (max-width: 767px) {
  .ds-cta-final-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .ds-cta-final-btn { align-self: center; }
}

@media (min-width: 1024px) {
  .ds-cta-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ds-cta-statement { font-size: 36px !important; }
  .ds-cta-btn { align-self: center; }
}

@media (max-width: 767px) {
  .ds-cta-container {
    padding: 48px 24px;
    gap: 24px;
  }
  .ds-cta-statement { font-size: 22px !important; }
  .ds-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */