.elementor-9 .elementor-element.elementor-element-539ee89{--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;}/* Start custom CSS for html, class: .elementor-element-76dcded */:root {
  --dp-dark: #0B1220;
  --dp-primary: #2563EB;
  --dp-accent: #38BDF8;
  --dp-light: #F8FAFC;
  --dp-text: #1E293B;
  --dp-muted: #64748B;
  --dp-white: #FFFFFF;
  --dp-border: rgba(148, 163, 184, 0.22);
  --dp-shadow: 0 24px 80px rgba(15, 23, 42, 0.18);
  --dp-radius: 28px;
}

.dp-page,
.dp-page * {
  box-sizing: border-box;
}

.dp-page {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dp-text);
  background: var(--dp-light);
  overflow: hidden;
}

.dp-page a {
  text-decoration: none !important;
}

.dp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.dp-hero {
  position: relative;
  min-height: 100vh;
  padding: 145px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.32), transparent 34%),
    radial-gradient(circle at 82% 32%, rgba(56, 189, 248, 0.20), transparent 32%),
    linear-gradient(135deg, #0B1220 0%, #111A2E 45%, #0B1220 100%);
}

.dp-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dp-blob {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.22;
  animation: dpFloatBlob 9s ease-in-out infinite;
}

.dp-blob-one {
  left: -120px;
  bottom: 60px;
  background: var(--dp-primary);
}

.dp-blob-two {
  right: -80px;
  top: 130px;
  background: var(--dp-accent);
  animation-delay: -3s;
}

.dp-grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.dp-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(56px, 6vw, 104px);
  align-items: center;
}

.dp-hero-content {
  min-width: 0;
  animation: dpFadeUp 0.9s ease both;
}

.dp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #BAE6FD;
  font-weight: 750;
  font-size: 0.92rem;
  padding: 9px 14px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  margin-bottom: 24px;
}

.dp-eyebrow span {
  width: 9px;
  height: 9px;
  background: var(--dp-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.13);
}

/* HERO TITLE */

.dp-hero h1 {
  color: var(--dp-white);
  font-size: clamp(2.7rem, 4.75vw, 5.25rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 650px;
  text-align: left;
}

/* HERO CHANGING LINE */

.dp-changing-line {
  position: relative;
  display: block;
  width: 100%;
  max-width: 650px;
  min-height: 2.18em;
  margin-top: 12px;
  overflow: hidden;
}

.dp-changing-line span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  transform: translateY(18px);
  white-space: normal;
  line-height: 1.05;

  color: transparent !important;
  background: linear-gradient(135deg, var(--dp-accent), #DBEAFE, var(--dp-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: dpChangingWords 9s ease-in-out infinite;
}

.dp-changing-line span:nth-child(1) {
  animation-delay: 0s;
}

.dp-changing-line span:nth-child(2) {
  animation-delay: 3s;
}

.dp-changing-line span:nth-child(3) {
  animation-delay: 6s;
}

.dp-hero p {
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 640px;
  margin: 26px 0 0;
}

/* HERO BUTTONS */

.dp-page .dp-hero-actions {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-page .dp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.98rem;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.25s ease;
}

.dp-page .dp-btn-primary {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #2563EB, #38BDF8) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.34);
}

.dp-page .dp-btn-primary:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(56, 189, 248, 0.36);
}

.dp-page .dp-btn-secondary {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dp-page .dp-btn-secondary:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(56, 189, 248, 0.45);
}

/* HERO PROOF CARDS */

.dp-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
  max-width: 680px;
}

.dp-hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.dp-hero-proof strong {
  display: block;
  color: var(--dp-white);
  margin-bottom: 5px;
}

.dp-hero-proof span {
  color: rgba(226, 232, 240, 0.66);
  font-size: 0.9rem;
}

/* HERO SLIDER VISUAL */

.dp-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 620px;
  display: flex;
  align-items: center;
  animation: dpFadeUp 1s ease 0.15s both;
}

.dp-slider-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transform: rotate(2deg);
  animation: dpFloatCard 5.5s ease-in-out infinite;
}

.dp-slide-image-wrap {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--dp-dark);
}

.dp-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.045);
  animation: dpImageSlider 12s ease-in-out infinite;
}

.dp-hero-slide-one {
  animation-delay: 0s;
}

.dp-hero-slide-two {
  animation-delay: 4s;
}

.dp-hero-slide-three {
  animation-delay: 8s;
}

.dp-hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dp-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.02) 35%, rgba(11, 18, 32, 0.70) 100%),
    radial-gradient(circle at 78% 18%, rgba(56, 189, 248, 0.16), transparent 32%);
}

.dp-slide-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border-radius: 22px;
  background: rgba(11, 18, 32, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
}

.dp-slide-caption > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.28);
}

.dp-slide-caption strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.dp-slide-caption p {
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.dp-slide-dots {
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 5;
  display: flex;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.dp-slide-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  animation: dpDotSlider 12s ease-in-out infinite;
}

.dp-slide-dots span:nth-child(2) {
  animation-delay: 4s;
}

.dp-slide-dots span:nth-child(3) {
  animation-delay: 8s;
}

/* HERO ANIMATIONS */

@keyframes dpFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dpFloatBlob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-26px) scale(1.06);
  }
}

@keyframes dpFloatCard {
  0%, 100% {
    transform: rotate(2deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-16px);
  }
}

@keyframes dpChangingWords {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  8%, 30% {
    opacity: 1;
    transform: translateY(0);
  }

  38%, 100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes dpImageSlider {
  0% {
    opacity: 0;
    transform: scale(1.045);
  }

  8%, 30% {
    opacity: 1;
    transform: scale(1);
  }

  38%, 100% {
    opacity: 0;
    transform: scale(1.045);
  }
}

@keyframes dpDotSlider {
  0%, 37%, 100% {
    width: 9px;
    background: rgba(255, 255, 255, 0.28);
  }

  8%, 30% {
    width: 28px;
    background: var(--dp-accent);
  }
}

/* HERO RESPONSIVE */

@media (max-width: 1150px) {
  .dp-hero-inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .dp-hero-visual {
    min-height: auto;
  }

  .dp-slider-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .dp-hero h1 {
    max-width: 780px;
    font-size: clamp(3rem, 8vw, 5.2rem);
    line-height: 1.05;
    letter-spacing: -0.052em;
  }

  .dp-changing-line {
    max-width: 780px;
    min-height: 2.15em;
  }
}

@media (max-width: 820px) {
  .dp-hero {
    padding: 125px 0 70px;
  }

  .dp-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 4.25rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .dp-changing-line {
    min-height: 2.35em;
    overflow: visible;
  }

  .dp-changing-line span {
    white-space: normal;
  }

  .dp-hero-proof {
    grid-template-columns: 1fr;
  }

  .dp-hero-actions {
    flex-direction: column;
  }

  .dp-page .dp-btn {
    width: 100%;
  }

  .dp-slider-card {
    transform: none;
    animation: none;
    border-radius: 26px;
  }

  .dp-slide-image-wrap {
    min-height: 380px;
    border-radius: 20px;
  }
}

@media (max-width: 520px) {
  .dp-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .dp-changing-line {
    min-height: 2.45em;
  }

  .dp-eyebrow {
    font-size: 0.8rem;
  }

  .dp-slide-image-wrap {
    min-height: 315px;
  }

  .dp-slide-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px;
  }

  .dp-slide-caption > span {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .dp-slide-caption strong {
    font-size: 0.95rem;
  }

  .dp-slide-caption p {
    font-size: 0.82rem;
  }
}

/* BUTTONS */

.dp-page .dp-hero-actions {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-page .dp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.98rem;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.25s ease;
}

.dp-page .dp-btn-primary {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #2563EB, #38BDF8) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.34);
}

.dp-page .dp-btn-primary:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(56, 189, 248, 0.36);
}

.dp-page .dp-btn-secondary {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dp-page .dp-btn-secondary:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(56, 189, 248, 0.45);
}

.dp-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
  max-width: 680px;
}

.dp-hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.dp-hero-proof strong {
  display: block;
  color: var(--dp-white);
  margin-bottom: 5px;
}

.dp-hero-proof span {
  color: rgba(226, 232, 240, 0.66);
  font-size: 0.9rem;
}

/* HERO SLIDER VISUAL */

.dp-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  animation: dpFadeUp 1s ease 0.15s both;
}

.dp-slider-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transform: rotate(2deg);
  animation: dpFloatCard 5.5s ease-in-out infinite;
}

.dp-slide-image-wrap {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--dp-dark);
}

.dp-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.045);
  animation: dpImageSlider 12s ease-in-out infinite;
}

.dp-hero-slide-one {
  animation-delay: 0s;
}

.dp-hero-slide-two {
  animation-delay: 4s;
}

.dp-hero-slide-three {
  animation-delay: 8s;
}

.dp-hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dp-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.02) 35%, rgba(11, 18, 32, 0.70) 100%),
    radial-gradient(circle at 78% 18%, rgba(56, 189, 248, 0.16), transparent 32%);
}

.dp-slide-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border-radius: 22px;
  background: rgba(11, 18, 32, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
}

.dp-slide-caption > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.28);
}

.dp-slide-caption strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.dp-slide-caption p {
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.dp-slide-dots {
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 5;
  display: flex;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.dp-slide-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  animation: dpDotSlider 12s ease-in-out infinite;
}

.dp-slide-dots span:nth-child(2) {
  animation-delay: 4s;
}

.dp-slide-dots span:nth-child(3) {
  animation-delay: 8s;
}

/* MOVING STRIP */

.dp-trust-strip {
  background: var(--dp-dark);
  padding: 0 0 36px;
}

.dp-marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.dp-marquee-track {
  display: flex;
  width: max-content;
  animation: dpMarquee 22s linear infinite;
  will-change: transform;
}

.dp-marquee-group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 6px;
  flex-shrink: 0;
}

.dp-marquee span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.84);
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  font-weight: 750;
}

/* GENERAL SECTIONS */

.dp-section {
  padding: 110px 0;
}

.dp-section-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.dp-section-head > span,
.dp-label,
.dp-cta-box > div > span {
  display: inline-flex;
  color: var(--dp-primary);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.dp-section-head h2,
.dp-work-content h2,
.dp-partner-content h2,
.dp-cta-box h2 {
  margin: 0;
  color: var(--dp-text);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.dp-section-head p,
.dp-work-content p,
.dp-partner-content p,
.dp-cta-box p {
  color: var(--dp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 20px 0 0;
}

/* SERVICES */

.dp-services {
  background: var(--dp-light);
}

.dp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dp-service-card {
  position: relative;
  padding: 30px;
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: 0.28s ease;
}

.dp-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(56, 189, 248, 0.12));
  opacity: 0;
  transition: 0.28s ease;
}

.dp-service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--dp-shadow);
}

.dp-service-card:hover::before {
  opacity: 1;
}

.dp-service-card > * {
  position: relative;
  z-index: 2;
}

.dp-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--dp-white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  margin-bottom: 26px;
}

.dp-service-card h3 {
  margin: 0;
  font-size: 1.32rem;
  letter-spacing: -0.035em;
  color: var(--dp-text);
}

.dp-service-card p {
  color: var(--dp-muted);
  line-height: 1.72;
  margin: 15px 0 24px;
}

.dp-service-card a {
  color: var(--dp-primary) !important;
  font-weight: 850;
}

/* PARTNER IMAGE SECTION */

.dp-partner-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.dp-partner-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.dp-partner-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--dp-dark);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16);
}

.dp-partner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(11, 18, 32, 0.50) 100%),
    radial-gradient(circle at 25% 15%, rgba(56, 189, 248, 0.16), transparent 34%);
}

.dp-partner-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.dp-partner-image-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(11, 18, 32, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.dp-partner-image-badge strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.dp-partner-image-badge span {
  color: rgba(226, 232, 240, 0.72);
}

.dp-partner-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.dp-partner-points div {
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--dp-white);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.055);
}

.dp-partner-points strong {
  display: block;
  color: var(--dp-text);
  margin-bottom: 4px;
}

.dp-partner-points span {
  color: var(--dp-muted);
}

/* WORK */

.dp-work {
  background: var(--dp-white);
}

.dp-work-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: center;
}

.dp-check-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.dp-check-list div {
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--dp-light);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.dp-check-list strong {
  display: block;
  color: var(--dp-text);
  margin-bottom: 4px;
}

.dp-check-list span {
  color: var(--dp-muted);
}

.dp-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dp-showcase-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 28px;
  background: var(--dp-light);
  border: 1px solid rgba(148, 163, 184, 0.18);
  transition: 0.28s ease;
}

.dp-showcase-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.dp-showcase-main {
  grid-row: span 2;
  color: var(--dp-white);
  background:
    radial-gradient(circle at 30% 20%, rgba(56, 189, 248, 0.34), transparent 32%),
    linear-gradient(135deg, var(--dp-dark), var(--dp-primary));
}

.dp-showcase-top {
  height: 220px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.14) 0 1px,
      transparent 1px 16px
    );
  margin-bottom: 24px;
}

.dp-showcase-card h3 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.dp-showcase-card p {
  color: var(--dp-muted);
  line-height: 1.65;
  margin: 12px 0 0;
}

.dp-showcase-main h3 {
  color: #FFFFFF;
}

.dp-showcase-main p {
  color: rgba(255, 255, 255, 0.74);
}

/* PROCESS */

.dp-process {
  background:
    linear-gradient(180deg, var(--dp-light), #EFF6FF);
}

.dp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-process-grid article {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
  transition: 0.28s ease;
}

.dp-process-grid article:hover {
  transform: translateY(-8px);
  background: var(--dp-white);
}

.dp-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--dp-primary);
  background: rgba(37, 99, 235, 0.09);
  font-weight: 900;
  margin-bottom: 22px;
}

.dp-process-grid h3 {
  margin: 0;
  font-size: 1.22rem;
  letter-spacing: -0.035em;
}

.dp-process-grid p {
  color: var(--dp-muted);
  line-height: 1.68;
  margin: 13px 0 0;
}

/* CTA */

.dp-cta {
  padding: 110px 0;
  background: var(--dp-dark);
}

.dp-cta-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dp-cta-box h2 {
  color: var(--dp-white);
  max-width: 760px;
}

.dp-cta-box p {
  color: rgba(226, 232, 240, 0.72);
  max-width: 680px;
}

.dp-cta-box .dp-btn {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* ANIMATIONS */

@keyframes dpFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dpFloatBlob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-26px) scale(1.06);
  }
}

@keyframes dpFloatCard {
  0%, 100% {
    transform: rotate(2deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-16px);
  }
}

@keyframes dpChangingWords {
  0%, 27% {
    opacity: 1;
    transform: translateY(0);
  }

  33%, 100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

@keyframes dpImageSlider {
  0% {
    opacity: 0;
    transform: scale(1.045);
  }

  8%, 30% {
    opacity: 1;
    transform: scale(1);
  }

  38%, 100% {
    opacity: 0;
    transform: scale(1.045);
  }
}

@keyframes dpDotSlider {
  0%, 37%, 100% {
    width: 9px;
    background: rgba(255, 255, 255, 0.28);
  }

  8%, 30% {
    width: 28px;
    background: var(--dp-accent);
  }
}

@keyframes dpMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE */

@media (max-width: 1150px) {
  .dp-hero-inner,
  .dp-work-inner,
  .dp-partner-inner {
    grid-template-columns: 1fr;
  }

  .dp-hero-visual {
    min-height: auto;
  }

  .dp-slider-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .dp-hero h1 {
    font-size: clamp(3rem, 8vw, 5.2rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
  }

  .dp-service-grid,
  .dp-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .dp-hero {
    padding: 125px 0 70px;
  }

  .dp-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
    line-height: 1.06;
    letter-spacing: -0.048em;
  }

  .dp-changing-line {
    min-height: 2.25em;
  }

  .dp-changing-line span {
    white-space: normal;
  }

  .dp-hero-proof,
  .dp-service-grid,
  .dp-process-grid,
  .dp-showcase {
    grid-template-columns: 1fr;
  }

  .dp-hero-actions {
    flex-direction: column;
  }

  .dp-page .dp-btn {
    width: 100%;
  }

  .dp-slider-card {
    transform: none;
    animation: none;
    border-radius: 26px;
  }

  .dp-slide-image-wrap {
    min-height: 380px;
    border-radius: 20px;
  }

  .dp-section {
    padding: 78px 0;
  }

  .dp-marquee-track {
    animation-duration: 18s;
  }

  .dp-partner-image,
  .dp-partner-image img {
    min-height: 390px;
  }

  .dp-cta-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px;
    border-radius: 28px;
  }
}

@media (max-width: 520px) {
  .dp-container {
    width: min(100% - 26px, 1180px);
  }

  .dp-hero h1 {
    font-size: clamp(2.35rem, 12.5vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .dp-eyebrow {
    font-size: 0.8rem;
  }

  .dp-slide-image-wrap {
    min-height: 315px;
  }

  .dp-slide-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px;
  }

  .dp-slide-caption > span {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .dp-slide-caption strong {
    font-size: 0.95rem;
  }

  .dp-slide-caption p {
    font-size: 0.82rem;
  }

  .dp-service-card,
  .dp-process-grid article,
  .dp-showcase-card {
    padding: 24px;
  }

  .dp-partner-image,
  .dp-partner-image img {
    min-height: 320px;
  }

  .dp-partner-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .dp-cta-box {
    padding: 28px 22px;
  }
}
/* HERO VÁLTAKOZÓ CÍMSOR - VÉGLEGES JAVÍTÁS */

.dp-changing-line {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 640px !important;
  min-height: 2.55em !important;
  margin-top: 12px !important;
  padding-bottom: 0.22em !important;
  overflow: visible !important;
}

.dp-changing-line span {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;

  opacity: 0;
  transform: translateY(18px);

  font-size: 0.92em !important;
  line-height: 1.18 !important;
  letter-spacing: -0.045em !important;
  white-space: normal !important;
  overflow: visible !important;

  color: transparent !important;
  background: linear-gradient(135deg, var(--dp-accent), #DBEAFE, var(--dp-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: dpChangingWords 9s ease-in-out infinite;
}

.dp-changing-line span:nth-child(1) {
  animation-delay: 0s !important;
}

.dp-changing-line span:nth-child(2) {
  animation-delay: 3s !important;
}

.dp-changing-line span:nth-child(3) {
  animation-delay: 6s !important;
}

/* Régi animáció felülírása */
@keyframes dpChangingWords {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  8%, 30% {
    opacity: 1;
    transform: translateY(0);
  }

  38%, 100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

/* A cím alatti szöveget lejjebb visszük, hogy soha ne ütközzön */
.dp-hero p {
  margin-top: 18px !important;
}

/* Nagy képernyő */
@media (min-width: 1160px) {
  .dp-hero h1 {
    max-width: 660px !important;
  }

  .dp-changing-line {
    max-width: 660px !important;
    min-height: 2.45em !important;
  }

  .dp-changing-line span {
    font-size: 0.9em !important;
    line-height: 1.18 !important;
  }
}

/* Tablet */
@media (max-width: 1150px) {
  .dp-changing-line {
    max-width: 760px !important;
    min-height: 2.55em !important;
  }

  .dp-changing-line span {
    font-size: 0.92em !important;
    line-height: 1.18 !important;
  }
}

/* Mobil */
@media (max-width: 820px) {
  .dp-changing-line {
    min-height: 2.75em !important;
    padding-bottom: 0.28em !important;
  }

  .dp-changing-line span {
    font-size: 0.92em !important;
    line-height: 1.2 !important;
    letter-spacing: -0.035em !important;
  }
}

/* Kis mobil */
@media (max-width: 520px) {
  .dp-changing-line {
    min-height: 2.9em !important;
  }

  .dp-changing-line span {
    font-size: 0.9em !important;
    line-height: 1.22 !important;
  }
}
/* FAQ SECTION */

.dp-faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.08), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(56, 189, 248, 0.10), transparent 30%),
    linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
}

.dp-faq-inner {
  position: relative;
  z-index: 2;
}

.dp-faq-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.dp-faq-head > span {
  display: inline-flex;
  color: var(--dp-primary);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.dp-faq-head h2 {
  margin: 0;
  color: var(--dp-text);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.dp-faq-head p {
  color: var(--dp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 20px 0 0;
}

.dp-faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: start;
}

.dp-faq-card {
  position: sticky;
  top: 130px;
  padding: 34px;
  border-radius: 30px;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 20% 10%, rgba(56, 189, 248, 0.30), transparent 34%),
    linear-gradient(135deg, #0B1220, #172554);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.20);
  overflow: hidden;
}

.dp-faq-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.15);
}

.dp-faq-card > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  color: #BAE6FD;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 16px;
}

.dp-faq-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.dp-faq-card p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.72);
  line-height: 1.75;
}

.dp-faq-list {
  display: grid;
  gap: 14px;
}

.dp-faq-list details {
  border-radius: 22px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
  overflow: hidden;
  transition: 0.25s ease;
}

.dp-faq-list details:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.085);
}

.dp-faq-list details[open] {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 24px 64px rgba(37, 99, 235, 0.10);
}

.dp-faq-list summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  cursor: pointer;
  list-style: none;
  color: var(--dp-text);
  font-weight: 850;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.dp-faq-list summary::-webkit-details-marker {
  display: none;
}

.dp-faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
  transition: 0.22s ease;
}

.dp-faq-list details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.dp-faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--dp-muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* FAQ RESPONSIVE */

@media (max-width: 950px) {
  .dp-faq-grid {
    grid-template-columns: 1fr;
  }

  .dp-faq-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 620px) {
  .dp-faq-head {
    text-align: left;
  }

  .dp-faq-card {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .dp-faq-list summary {
    min-height: 68px;
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .dp-faq-list details p {
    padding: 0 18px 20px;
  }
}/* End custom CSS */