.elementor-6055 .elementor-element.elementor-element-60d202a{--display:flex;--min-height:50vh;--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-6055 .elementor-element.elementor-element-60d202a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6055 .elementor-element.elementor-element-0d4b99d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6055 .elementor-element.elementor-element-726eaf2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6055 .elementor-element.elementor-element-0ebaa9f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6055 .elementor-element.elementor-element-c4b3302{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-6055 .elementor-element.elementor-element-60d202a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-6055 .elementor-element.elementor-element-60d202a{--width:104.139%;}}/* Start custom CSS for html, class: .elementor-element-0d4b99d */.ds-hero-wrap h1, .ds-hero-wrap h2, .ds-hero-wrap h3, .ds-hero-wrap h4 {
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
}

.ds-hero-wrap, .ds-hero-wrap * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.ds-hero-wrap, .ds-hero-wrap * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
}

.ds-hero-wrap {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

.ds-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  background: #0B1326;
  color: #F3F5F8 !important;
}
.ds-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.ds-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #0B1326 0%, rgba(11,19,38,0.9) 55%, rgba(11,19,38,0.4) 100%);
}
.ds-hero__inner {
  width: 100%;
  max-width: min(1280px, 92vw);
  margin-inline: auto;
  padding: 80px 24px;
  display: grid;
  gap:60px !important;
  align-items: end !important;
  grid-template-columns: 1fr;
}

.ds-hero__eyebrow {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(243, 245, 248, 0.7) !important;
}
.ds-gradient-rule {
  margin-top: 12px !important;
  height: 3px;
  width: 48px;
  background-image: linear-gradient(120deg, #00C6E2 0%, #0A46B9 55%, #9727E7 100%);
}
.ds-hero__title {
  margin-top: 24px;
  max-width: 56rem;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 1.05;
  color: #F3F5F8 !important;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .ds-hero__title { font-size: 56px !important; }
}
.ds-hero__lead {
  margin-top: 20px;
  max-width: 44rem;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.625;
  color: rgba(243, 245, 248, 0.75) !important;
}
.ds-hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.ds-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none;
  transition: opacity .15s ease, border-color .15s ease;
}
.ds-hero__btn svg { width: 16px; height: 16px; }
.ds-hero__btn--primary { background: #0A46B9; color: #FBFCFD !important; }
.ds-hero__btn--primary:hover { opacity: 0.9; }
.ds-hero__btn--outline { border: 1px solid rgba(255,255,255,0.25); color: #F3F5F8 !important; }
.ds-hero__btn--outline:hover { border-color: rgba(255,255,255,0.6); }

.ds-hero__side {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
}
.ds-hero__side-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(243, 245, 248, 0.7) !important;
}
.ds-hero__side-label svg { width: 16px; height: 16px; }
.ds-hero__principles { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px !important; }
.ds-hero__principles li { display: flex; gap: 12px; }
.ds-hero__principles li svg { width: 16px !important; height: 16px !important; margin-top: 2px !important; flex-shrink: 0; color: #00C6E2; }
.ds-hero__principle-title { font-size: 13px !important; font-weight: 600 !important; line-height: 20px !important; color: #F3F5F8 !important; }
.ds-hero__principle-text {
  margin-top: 4px;
  max-width: 450px;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.625;
  color: rgba(243, 245, 248, 0.65) !important;
}

.ds-stats { border-bottom: 1px solid #DEE2E9; background: #FFFFFF; }
.ds-stats, .ds-stats * { font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important; }
.ds-stats__grid {
  max-width: min(1280px, 92vw);
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: 1fr;
}
.ds-stats__item { padding: 36px 28px 36px 0; }
.ds-stats__value { font-size: 30px !important; font-weight: 600 !important; color: #0A46B9 !important; }
.ds-stats__label { margin-top: 8px; font-size: 14px !important; font-weight: 400 !important; line-height: 1.625; color: #606A78 !important; }

@media (min-width: 640px) {
  .ds-stats__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ds-hero__inner { grid-template-columns: 1.3fr 1fr !important; }
  .ds-hero__side { border-top: none; border-left: 1px solid rgba(255,255,255,0.15); padding-top: 0; padding-left: 32px; }
  .ds-stats__grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .ds-stats__item--divider { border-left: 1px solid #DEE2E9; padding-left: 28px; }
}
@media (max-width: 767px) {
  .ds-hero__inner {
    padding: 48px 24px;
    gap: 40px !important;
  }
  .ds-hero__title {
    font-size: 32px !important;
  }
  .ds-hero__lead {
    font-size: 15px !important;
  }
  .ds-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ds-hero__btn {
    justify-content: center;
  }
  .ds-stats__item {
    padding: 24px 0;
  }
}

@media (max-width: 767px) {
  .ds-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ds-stats__item {
    padding: 24px 16px 24px 0;
    border-left: none !important;
  }
  .ds-stats__item:nth-child(odd) {
    padding-right: 16px;
    border-right: 1px solid #DEE2E9;
  }
  .ds-stats__item:nth-child(even) {
    padding-left: 16px;
  }
  .ds-stats__item:nth-child(3),
  .ds-stats__item:nth-child(4) {
    border-top: 1px solid #DEE2E9;
  }
  .ds-stats__value { font-size: 26px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fcc644 */.ds-services-section, .ds-services-section * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.ds-services-section h2, .ds-services-section h3 {
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
}

.ds-services-section { padding-block: 72px; background: #FFFFFF; }
.ds-services-container { max-width: 1280px; margin-inline: auto; padding-inline: 24px; }

.ds-section-heading { max-width: 42rem; }
.ds-section-heading__eyebrow {
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0A46B9 !important;
}
.ds-section-heading__title {
  margin-top: 16px !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: #0E1624 !important;
}
@media (min-width: 768px) {
  .ds-section-heading__title { font-size: 34px !important; }
}
.ds-section-heading__lead {
  margin-top: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  color: #606A78 !important;
}

.ds-services-grid {
  margin-top: 40px;
  display: grid;
  gap: 1px !important;
  border: 1px solid #DEE2E9;
  background: #DEE2E9;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ds-services-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ds-services-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.ds-service-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 28px;
  text-decoration: none;
  transition: background-color .15s ease;
}
.ds-service-card:hover { background: #F7F9FC; }
.ds-service-card__icon { width: 24px !important; height: 24px !important; color: #0A46B9; }
.ds-service-card__title {
  margin-top: 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #0E1624 !important;
}
.ds-service-card__desc {
  margin-top: 8px !important;
  flex: 1;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  color: #606A78 !important;
}
.ds-service-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-service-card__arrow { width: 16px !important; height: 16px !important; transition: transform .15s ease; }
.ds-service-card:hover .ds-service-card__arrow { transform: translateX(4px); }

.ds-tech-card { background: #F7F9FC; padding: 28px; }
.ds-tech-card__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #0E1624 !important;
}
.ds-tech-card__tags {
  margin-top: 16px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
}
.ds-tech-tag {
  border: 1px solid #DEE2E9;
  background: #FFFFFF;
  padding: 6px 14px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #0E1624 !important;
}

@media (max-width: 767px) {
  .ds-services-section { padding-block: 48px; }
  .ds-section-heading__lead { margin-top: 8px !important; }
  .ds-services-grid { margin-top: 24px; }
  .ds-service-card { padding: 20px; }
  .ds-service-card__title { margin-top: 16px !important; }
  .ds-service-card__desc { margin-top: 6px !important; }
  .ds-service-card__cta { margin-top: 16px !important; }
  .ds-tech-card { padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69e41f5 */.ds-insights-section, .ds-insights-section * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ds-insights-section h2,
.ds-insights-section h3 {
  font-family: 'Archivo', 'Segoe UI', sans-serif !important;
}
.ds-insights-section h2,
.ds-insights-section h3,
.ds-insights-section p {
  margin-bottom: 0 !important;
}

.ds-insights-section { padding-top: 0; padding-bottom: 72px; background: #FFFFFF; }
.ds-insights-container { max-width: 1280px; margin-inline: auto; padding-inline: 24px; }

.ds-insights-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.ds-insights-heading { max-width: 42rem; }
.ds-insights-eyebrow {
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0A46B9 !important;
}
.ds-insights-rule {
  margin-top: 12px !important;
  height: 3px;
  width: 48px;
  background-image: linear-gradient(120deg, #00C6E2 0%, #0A46B9 55%, #9727E7 100%);
}
.ds-insights-title {
  margin-top: 16px !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: #0E1624 !important;
}
@media (min-width: 768px) {
  .ds-insights-title { font-size: 34px !important; }
}
.ds-insights-lead {
  margin-top: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  color: #606A78 !important;
}
.ds-insights-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0A46B9 !important;
  text-decoration: none;
  white-space: nowrap;
}
.ds-insights-all-link svg { width: 16px !important; height: 16px !important; }

.ds-insights-grid {
  margin-top: 40px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ds-insights-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ds-insights-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.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-insights-section { padding-bottom: 48px; }
  .ds-insights-grid { margin-top: 24px; }
  .ds-insight-card__body { padding: 20px !important; }
  .ds-insight-card__title { margin-top: 8px !important; }
  .ds-insight-card__excerpt { margin-top: 8px !important; }
  .ds-insight-card__cta { margin-top: 16px !important; }
  .ds-insights-title { margin-top: 12px !important; }
}

.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-4a18a83 */.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 */