.wix-embed-body {
  margin: 0;
  color: #13202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4fafc;
}

.wix-embed-shell {
  width: 100%;
  min-height: 100vh;
  background: #f4fafc;
}

.wix-embed-shell .brogav-dc-diagram {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(244, 250, 252, 0.98), rgba(255, 255, 255, 0.98) 48%, rgba(238, 248, 251, 0.96));
}

.wix-embed-hero {
  display: grid;
  min-height: min(760px, 100vh);
  background: #101820;
}

.wix-embed-hero__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.wix-embed-hero__media video,
.wix-embed-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.wix-embed-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.82), rgba(16, 24, 32, 0.28) 58%, rgba(16, 24, 32, 0.18)),
    linear-gradient(180deg, rgba(16, 24, 32, 0.08), rgba(16, 24, 32, 0.72));
}

.wix-embed-hero__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: 0 0 clamp(32px, 8vw, 86px);
  color: #ffffff;
}

.wix-embed-hero__kicker,
.wix-native-label {
  margin: 0 0 12px;
  color: #35c5dc;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wix-embed-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.wix-embed-hero p:not(.wix-embed-hero__kicker) {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.wix-embed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wix-embed-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  padding: 10px 16px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.wix-embed-button--primary {
  border-color: #25aec8;
  background: #138da2;
}

.wix-native-body {
  margin: 0;
  color: #13202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.wix-native-page {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 48px 0;
}

.wix-native-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wix-native-card {
  border: 1px solid #cfdde3;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.wix-native-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wix-native-card__body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.wix-native-card h2,
.wix-native-card h3 {
  margin: 0;
  line-height: 1.05;
}

.wix-native-card p {
  margin: 0;
  color: #536778;
}

@media (max-width: 900px) {
  .wix-native-grid {
    grid-template-columns: 1fr;
  }

  .wix-embed-hero__content {
    width: min(100% - 24px, 720px);
  }

  .wix-embed-actions {
    display: grid;
  }
}
