/* Final global surface, typography and section-background cleanup */
html,
body {
  background: #fff !important;
}

body {
  font-family: var(--theme-font-family, Inter, sans-serif) !important;
}

.abra-page,
.abra-page * {
  font-family: var(--theme-font-family, Inter, sans-serif) !important;
}

.site-main,
.ct-container,
.entry-content,
.entry-content > *,
.hero-section[data-type="type-1"] {
  background: transparent !important;
}

.abra-page {
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-inline: calc(50% - 50vw) !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 16%, rgba(236, 72, 153, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(6, 182, 212, 0.22), transparent 32rem),
    radial-gradient(circle at 45% 42%, rgba(124, 58, 237, 0.18), transparent 42rem),
    linear-gradient(145deg, #fff8fd 0%, #efe8ff 38%, #e6f8ff 100%) !important;
}

.abra-page.abra-home,
.abra-page.abra-services,
.abra-page.abra-service-websites,
.abra-page.abra-service-eshop,
.abra-page.abra-service-marketing-seo,
.abra-page.abra-service-email-marketing,
.abra-page.abra-service-social-ads,
.abra-page.abra-about,
.abra-page.abra-contact {
  background:
    radial-gradient(circle at 8% 16%, rgba(236, 72, 153, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(6, 182, 212, 0.22), transparent 32rem),
    radial-gradient(circle at 45% 42%, rgba(124, 58, 237, 0.18), transparent 42rem),
    linear-gradient(145deg, #fff8fd 0%, #efe8ff 38%, #e6f8ff 100%) !important;
}

.abra-page::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.abra-section,
.abra-section.compact,
.abra-hero,
.abra-band,
.abra-final-cta,
.abra-services-hero,
.abra-about-hero,
.abra-contact-hero,
.abra-service-websites .abra-hero,
.abra-service-eshop .abra-hero,
.abra-service-marketing-seo .abra-hero,
.abra-service-email-marketing .abra-hero,
.abra-service-social-ads .abra-hero,
.abra-home-split,
.abra-home-split .abra-card:first-child,
.abra-home-split .abra-card:last-child,
.abra-ads-dashboard .abra-card:first-child,
.abra-ads-dashboard .abra-card:last-child {
  background: transparent !important;
  background-image: none !important;
}





.abra-kicker,
.abra-editorial-label,
.abra-media-tile span,
.abra-service-row .num {
  font-family: inherit !important;
  letter-spacing: 0 !important;
}

.abra-page > .abra-section,
.abra-page > .abra-hero {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
}

/* Subheading icon spacing, without heading typography overrides */
.abra-kicker,
.abra-editorial-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  white-space: normal;
}

.abra-kicker::before {
  flex: 0 0 38px;
  width: 38px;
  min-width: 38px;
  margin: 0;
  box-shadow: none !important;
}

.abra-kicker > *,
.abra-editorial-label > * {
  min-width: 0;
}
