.elementor-220 .elementor-element.elementor-element-c249ae5{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2520396 *//* ================================
   DIGITALPARTNERS - BUDAPEST 9. KERULET PAGE
================================ */

.dp-b9-page,
.dp-b9-page * {
  box-sizing: border-box;
}

.dp-b9-page {
  --dp-dark: #0B1220;
  --dp-primary: #2563EB;
  --dp-accent: #38BDF8;
  --dp-light: #F8FAFC;
  --dp-text: #1E293B;
  --dp-muted: #64748B;
  --dp-white: #FFFFFF;

  width: 100%;
  overflow: hidden;
  background: #F8FAFC;
  color: var(--dp-text);
}

.dp-b9-page a {
  text-decoration: none !important;
}

.dp-b9-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.dp-b9-hero {
  position: relative;
  padding: 170px 0 105px;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 12% 8%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.30), transparent 36%),
    linear-gradient(135deg, #0B1220 0%, #111827 48%, #0F172A 100%);
}

.dp-b9-hero__shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(8px);
}

.dp-b9-hero__shape--one {
  width: 430px;
  height: 430px;
  left: -180px;
  top: 120px;
  background: rgba(56, 189, 248, 0.12);
}

.dp-b9-hero__shape--two {
  width: 370px;
  height: 370px;
  right: -130px;
  bottom: -140px;
  background: rgba(37, 99, 235, 0.18);
}

.dp-b9-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

.dp-b9-eyebrow,
.dp-b9-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #BAE6FD;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dp-b9-eyebrow::before,
.dp-b9-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--dp-accent);
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.12);
}

.dp-b9-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(2.45rem, 5vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.dp-b9-hero p {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.08rem;
  line-height: 1.82;
}

.dp-b9-hero p strong {
  color: #FFFFFF;
}

.dp-b9-hero__actions,
.dp-b9-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-b9-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 950;
  line-height: 1;
  transition: 0.24s ease;
}

.dp-b9-btn--primary {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.34);
}

.dp-b9-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(56, 189, 248, 0.36);
}

.dp-b9-btn--ghost,
.dp-b9-btn--ghost-light {
  color: #E0F2FE !important;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.dp-b9-btn--ghost:hover,
.dp-b9-btn--ghost-light:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.dp-b9-inline-btn {
  margin-top: 30px;
}

.dp-b9-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.dp-b9-hero__badges span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.82rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

/* HERO VISUAL */

.dp-b9-hero__visual {
  position: relative;
  min-height: 480px;
}

.dp-b9-visual-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.dp-b9-visual-card__top {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: rgba(15, 23, 42, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dp-b9-visual-card__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.34);
}

.dp-b9-visual-card__content {
  padding: 24px;
}

.dp-b9-visual-card__hero {
  height: 190px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 20%, rgba(56, 189, 248, 0.60), transparent 32%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.72), rgba(56, 189, 248, 0.26)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dp-b9-visual-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.dp-b9-visual-card__grid div {
  height: 86px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dp-b9-visual-card__line {
  height: 12px;
  margin-top: 17px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.18);
}

.dp-b9-visual-card__line--one {
  width: 88%;
}

.dp-b9-visual-card__line--two {
  width: 68%;
}

.dp-b9-float {
  position: absolute;
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.dp-b9-float strong {
  display: block;
  color: var(--dp-dark);
  font-size: 1rem;
  font-weight: 950;
}

.dp-b9-float span {
  display: block;
  margin-top: 4px;
  color: var(--dp-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.dp-b9-float--one {
  left: 0;
  top: 84px;
}

.dp-b9-float--two {
  right: 0;
  bottom: 54px;
}

/* GENERAL SECTIONS */

.dp-b9-section {
  padding: 95px 0;
}

.dp-b9-section--soft {
  background:
    radial-gradient(circle at 15% 0%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}

.dp-b9-section--dark {
  background:
    radial-gradient(circle at 15% 15%, rgba(56, 189, 248, 0.16), transparent 32%),
    linear-gradient(135deg, #0B1220, #0F172A);
  color: #FFFFFF;
}

.dp-b9-section-head {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.dp-b9-section-head h2,
.dp-b9-section-title h2,
.dp-b9-image-seo__content h2,
.dp-b9-local h2,
.dp-b9-final h2 {
  margin: 0;
  color: var(--dp-dark);
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.dp-b9-section-head p {
  margin: 20px 0 0;
  color: var(--dp-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.dp-b9-section-head--light h2,
.dp-b9-section-head--light p {
  color: #FFFFFF;
}

.dp-b9-section-head--light p {
  color: rgba(226, 232, 240, 0.72);
}

.dp-b9-section-title .dp-b9-label,
.dp-b9-image-seo__content .dp-b9-label,
.dp-b9-local .dp-b9-label,
.dp-b9-faq .dp-b9-label {
  color: var(--dp-primary);
}

.dp-b9-two-col,
.dp-b9-local__grid,
.dp-b9-image-seo__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.dp-b9-text p {
  margin: 0;
  color: var(--dp-muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.dp-b9-text p + p {
  margin-top: 20px;
}

.dp-b9-text strong,
.dp-b9-text a {
  color: var(--dp-dark) !important;
  font-weight: 900;
}

/* IMAGE + SEO SECTION */

.dp-b9-image-seo {
  background:
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, 0.11), transparent 34%),
    #FFFFFF;
}

.dp-b9-image-seo__grid {
  align-items: center;
  gap: 62px;
}

.dp-b9-image-box {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background: #E2E8F0;
  box-shadow:
    0 28px 80px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(148, 163, 184, 0.16);
}

.dp-b9-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.04), rgba(11, 18, 32, 0.28)),
    radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.24), transparent 34%);
  pointer-events: none;
}

.dp-b9-image-box img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.dp-b9-image-seo__content p {
  margin: 20px 0 0;
  color: var(--dp-muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.dp-b9-image-seo__content p strong {
  color: var(--dp-dark);
}

.dp-b9-mini-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.dp-b9-mini-points div {
  position: relative;
  padding: 18px 18px 18px 46px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
}

.dp-b9-mini-points div::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dp-accent);
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.12);
}

.dp-b9-mini-points strong {
  display: block;
  color: var(--dp-dark);
  font-size: 0.98rem;
  font-weight: 950;
}

.dp-b9-mini-points span {
  display: block;
  margin-top: 5px;
  color: var(--dp-muted);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

/* CARDS */

.dp-b9-card-grid,
.dp-b9-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dp-b9-card {
  min-height: 285px;
  padding: 30px;
  border-radius: 28px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: 0.24s ease;
}

.dp-b9-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(37, 99, 235, 0.13);
  border-color: rgba(56, 189, 248, 0.36);
}

.dp-b9-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 950;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.24);
}

.dp-b9-card h3 {
  margin: 0;
  color: var(--dp-dark);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dp-b9-card p {
  margin: 14px 0 0;
  color: var(--dp-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

/* LOCAL */

.dp-b9-local {
  background:
    radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

/* PROCESS */

.dp-b9-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-b9-process {
  padding: 26px;
  border-radius: 26px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.dp-b9-process div {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--dp-primary);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.dp-b9-process h3 {
  margin: 0;
  color: var(--dp-dark);
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dp-b9-process p {
  margin: 13px 0 0;
  color: var(--dp-muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

/* BENEFITS */

.dp-b9-benefit {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.dp-b9-benefit strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.04rem;
  font-weight: 950;
  line-height: 1.2;
}

.dp-b9-benefit p {
  margin: 10px 0 0;
  color: rgba(226, 232, 240, 0.70);
  font-size: 0.93rem;
  line-height: 1.65;
}

/* FAQ */

.dp-b9-faq {
  background: #FFFFFF;
}

.dp-b9-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.dp-b9-faq-list details {
  border-radius: 22px;
  background: #F8FAFC;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
  overflow: hidden;
}

.dp-b9-faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  color: var(--dp-dark);
  font-size: 1.02rem;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.dp-b9-faq-list summary::-webkit-details-marker {
  display: none;
}

.dp-b9-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  font-weight: 950;
}

.dp-b9-faq-list details[open] summary::after {
  content: "–";
}

.dp-b9-faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--dp-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

/* FINAL CTA */

.dp-b9-final {
  padding: 95px 0 110px;
  background:
    radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.18), transparent 34%),
    linear-gradient(135deg, #0B1220, #111827);
}

.dp-b9-final__box {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(56, 189, 248, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 85px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dp-b9-final__box h2 {
  color: #FFFFFF;
}

.dp-b9-final__box p {
  max-width: 780px;
  margin: 20px auto 0;
  color: rgba(226, 232, 240, 0.74);
  font-size: 1.04rem;
  line-height: 1.75;
}

.dp-b9-final__actions {
  justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .dp-b9-hero__grid,
  .dp-b9-image-seo__grid,
  .dp-b9-two-col,
  .dp-b9-local__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .dp-b9-hero__visual {
    min-height: auto;
  }

  .dp-b9-visual-card {
    margin: 0 auto;
  }

  .dp-b9-card-grid,
  .dp-b9-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-b9-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .dp-b9-container {
    width: min(100% - 26px, 1180px);
  }

  .dp-b9-hero {
    padding: 135px 0 72px;
  }

  .dp-b9-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .dp-b9-hero p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .dp-b9-hero__actions,
  .dp-b9-final__actions {
    flex-direction: column;
  }

  .dp-b9-btn {
    width: 100%;
  }

  .dp-b9-section {
    padding: 70px 0;
  }

  .dp-b9-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .dp-b9-section-head h2,
  .dp-b9-section-title h2,
  .dp-b9-image-seo__content h2,
  .dp-b9-local h2,
  .dp-b9-final h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .dp-b9-card-grid,
  .dp-b9-benefit-grid,
  .dp-b9-process-grid {
    grid-template-columns: 1fr;
  }

  .dp-b9-card,
  .dp-b9-process {
    min-height: auto;
    padding: 25px;
  }

  .dp-b9-image-box {
    min-height: 300px;
    border-radius: 26px;
  }

  .dp-b9-image-box img {
    min-height: 300px;
  }

  .dp-b9-visual-card__content {
    padding: 16px;
  }

  .dp-b9-visual-card__hero {
    height: 150px;
  }

  .dp-b9-visual-card__grid {
    gap: 10px;
  }

  .dp-b9-visual-card__grid div {
    height: 68px;
  }

  .dp-b9-float {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .dp-b9-faq-list summary {
    align-items: flex-start;
    min-height: auto;
    padding: 18px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .dp-b9-faq-list p {
    padding: 0 18px 20px;
  }

  .dp-b9-final {
    padding: 70px 0 82px;
  }

  .dp-b9-final__box {
    padding: 34px 22px;
    border-radius: 28px;
    text-align: left;
  }
}/* End custom CSS */