.elementor-187 .elementor-element.elementor-element-005ea75{--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;}/* Start custom CSS for html, class: .elementor-element-2c47977 */.de-seo-agency {
  --de-bg: #07111f;
  --de-bg-2: #0c1729;
  --de-surface: rgba(255, 255, 255, 0.06);
  --de-surface-2: rgba(255, 255, 255, 0.04);
  --de-border: rgba(255, 255, 255, 0.12);
  --de-text: #dbe6f7;
  --de-text-soft: #b0c0d9;
  --de-heading: #ffffff;
  --de-primary: #2f80ed;
  --de-secondary: #7c4dff;
  --de-accent: #22d3ee;
  --de-success: #17c964;
  --de-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --de-radius: 24px;
  --de-radius-sm: 14px;
  --de-max: 1180px;
  background:
    radial-gradient(circle at top left, rgba(47, 128, 237, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(124, 77, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0b1525 100%);
  color: var(--de-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
}

.de-seo-agency *,
.de-seo-agency *::before,
.de-seo-agency *::after {
  box-sizing: border-box;
}

.de-seo-container {
  width: min(100% - 32px, var(--de-max));
  margin: 0 auto;
}

.de-seo-hero,
.de-seo-section,
.de-seo-pricing,
.de-seo-proof,
.de-seo-faq,
.de-seo-cta {
  padding: 72px 0;
}

.de-seo-hero {
  padding: 88px 0 76px;
}

.de-seo-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.de-seo-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--de-border);
  background: rgba(255, 255, 255, 0.08);
  color: var(--de-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.de-seo-agency h1,
.de-seo-agency h2,
.de-seo-agency h3,
.de-seo-agency h4 {
  margin: 0 0 16px;
  color: var(--de-heading);
  line-height: 1.18;
}

.de-seo-agency h1 {
  font-size: clamp(2.2rem, 5vw, 4.15rem);
  max-width: 14ch;
}

.de-seo-agency h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.de-seo-agency h3 {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.de-seo-agency h4 {
  font-size: 1.02rem;
}

.de-seo-agency p,
.de-seo-agency li,
.de-seo-agency td,
.de-seo-agency th,
.de-seo-agency summary,
.de-seo-agency blockquote {
  color: var(--de-text-soft);
  margin-top: 0;
}

.de-seo-lead {
  color: var(--de-heading);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 600;
}

.de-seo-hero__media img,
.de-seo-hero__video iframe {
  width: 100%;
  display: block;
  border-radius: var(--de-radius);
  border: 1px solid var(--de-border);
  box-shadow: var(--de-shadow);
}

.de-seo-hero__media img {
  height: auto;
}

.de-seo-hero__video {
  margin-top: 18px;
}

.de-seo-hero__video iframe {
  aspect-ratio: 16 / 9;
  min-height: 260px;
  background: #000;
}

.de-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.de-seo-actions--center {
  justify-content: center;
}

.de-seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--de-primary), var(--de-secondary));
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(47, 128, 237, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.de-seo-button:hover,
.de-seo-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(47, 128, 237, 0.34);
  color: #ffffff;
  text-decoration: none;
}

.de-seo-button--ghost {
  background: transparent;
  border: 1px solid var(--de-border);
  box-shadow: none;
}

.de-seo-button--secondary {
  background: linear-gradient(135deg, var(--de-success), #11b5c9);
}

.de-seo-badges,
.de-seo-links {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.de-seo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.de-seo-badges li {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}

.de-seo-contact-line {
  margin-top: 20px;
}

.de-seo-contact-line--center {
  text-align: center;
}

.de-seo-contact-line a,
.de-seo-links a {
  color: var(--de-accent);
  text-decoration: none;
}

.de-seo-contact-line a:hover,
.de-seo-links a:hover {
  text-decoration: underline;
}

.de-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.de-seo-card {
  padding: 26px;
  border-radius: var(--de-radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.035));
  border: 1px solid var(--de-border);
  box-shadow: var(--de-shadow);
  backdrop-filter: blur(10px);
}

.de-seo-card ul,
.de-seo-section ul {
  padding-left: 20px;
  margin: 14px 0 0;
}

.de-seo-card li + li,
.de-seo-section li + li {
  margin-top: 8px;
}

.de-seo-proof blockquote {
  margin: 16px 0 0;
  color: var(--de-heading);
  font-weight: 600;
}

.de-seo-quote-source {
  margin-top: 10px;
  color: var(--de-heading);
}

.de-seo-table-wrap {
  overflow-x: auto;
}

.de-seo-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.de-seo-table th,
.de-seo-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  vertical-align: top;
}

.de-seo-table th {
  color: var(--de-heading);
  background: rgba(255,255,255,0.04);
  font-weight: 700;
}

.de-seo-faq details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.de-seo-faq details:last-child {
  border-bottom: 0;
}

.de-seo-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--de-heading);
  position: relative;
  padding-right: 26px;
}

.de-seo-faq summary::-webkit-details-marker {
  display: none;
}

.de-seo-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--de-accent);
  font-size: 1.2rem;
  line-height: 1;
}

.de-seo-faq details[open] summary::after {
  content: "–";
}

.de-seo-faq details p {
  margin: 12px 0 0;
}

.de-seo-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.de-seo-links a {
  display: block;
  padding: 14px 16px;
  border-radius: var(--de-radius-sm);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--de-heading);
  transition: transform 0.2s ease, background 0.2s ease;
}

.de-seo-links a:hover,
.de-seo-links a:focus {
  transform: translateY(-1px);
  background: rgba(47, 128, 237, 0.14);
  text-decoration: none;
}

.de-seo-cta {
  background:
    linear-gradient(135deg, rgba(47,128,237,0.14), rgba(124,77,255,0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
}

.de-seo-cta__box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 36px;
  border-radius: var(--de-radius);
  border: 1px solid var(--de-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: var(--de-shadow);
}

.de-seo-cta-note {
  margin-top: 18px;
}

.de-seo-agency strong {
  color: var(--de-heading);
}

.de-seo-section + .de-seo-section,
.de-seo-pricing + .de-seo-proof,
.de-seo-proof + .de-seo-faq,
.de-seo-faq + .de-seo-section,
.de-seo-section + .de-seo-cta {
  border-top: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 1024px) {
  .de-seo-hero__grid {
    grid-template-columns: 1fr;
  }

  .de-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .de-seo-hero,
  .de-seo-section,
  .de-seo-pricing,
  .de-seo-proof,
  .de-seo-faq,
  .de-seo-cta {
    padding: 56px 0;
  }

  .de-seo-container {
    width: min(100% - 24px, var(--de-max));
  }

  .de-seo-grid,
  .de-seo-links {
    grid-template-columns: 1fr;
  }

  .de-seo-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .de-seo-button {
    width: 100%;
  }

  .de-seo-badges {
    flex-direction: column;
  }

  .de-seo-card,
  .de-seo-cta__box {
    padding: 22px;
  }

  .de-seo-hero__video iframe {
    min-height: 220px;
  }
}/* End custom CSS */