.elementor-42 .elementor-element.elementor-element-9ee85e1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-42 .elementor-element.elementor-element-55d4ea7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-7525fbf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */<style>
:root {
  --blue-dark: #041F4F;
  --blue-darker: #020f27;
  --blue: #0052CC;
  --blue-hover: #003fa3;
  --blue-light: #4DAAFF;
  --text: #434041;
  --muted: #5a6070;
  --soft: #f7f9fc;
  --line: #eef0f6;
  --white: #ffffff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: "Heebo", Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
section { position: relative; }
.section-white { background: white; padding: 7rem 0; }
.section-soft { background: var(--soft); padding: 7rem 0; }
.section-dark { background: var(--blue-dark); color: white; padding: 7rem 0; overflow: hidden; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: .625rem;
  padding: 1rem 2.25rem; border: none; border-radius: 100px;
  background: linear-gradient(135deg, var(--blue), var(--blue-hover));
  color: #fff; font-size: .9375rem; font-weight: 800; letter-spacing: .01em;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,82,204,.30);
  transition: all .3s cubic-bezier(.34,1.56,.64,1);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-hover), #002d7a);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0,82,204,.45);
}
.btn-ghost-light {
  display: inline-flex; align-items: center; justify-content: center; gap: .625rem;
  padding: 1rem 2.25rem; border: 2px solid rgba(255,255,255,.40); border-radius: 100px;
  background: transparent; color: white; font-size: .9375rem; font-weight: 700;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.70);
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--blue); font-weight: 700; font-size: .9375rem;
  transition: gap .25s ease;
}
.text-link:hover { gap: .875rem; }
.eyebrow, .eyebrow-light {
  display: inline-flex; align-items: center; gap: .625rem;
  font-size: .8125rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.eyebrow { color: var(--blue); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--blue); border-radius: 2px; }
.eyebrow-light { color: var(--blue-light); }
.eyebrow-light::before { content: ""; width: 28px; height: 2px; background: var(--blue-light); border-radius: 2px; }
.section-title {
  color: var(--blue-dark); font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 900; line-height: 1.1; letter-spacing: -.03em;
  max-width: 820px;
}
.section-dark .section-title { color: white; }
.dark-bg-mark {
  position: absolute; top: 20%; right: -12%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(77,170,255,.08), transparent 70%);
  pointer-events: none;
}
.two-col { display: grid; grid-template-columns: Continuando o CSS que cortou:

```css
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.5rem; align-items: start; }
.copy p { color: var(--muted); font-size: 1.0625rem; line-height: 1.75; margin-bottom: 1rem; }
.bullet-list { margin: 2rem 0; }
.bullet { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.bullet-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-light); flex-shrink: 0; }
.bullet p { margin: 0; color: rgba(255,255,255,.82); font-size: 1.0625rem; font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.feature-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 2rem;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
}
.feature-card:hover, .audience-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(4,31,79,.14); }
.feature-icon {
  width: 42px; height: 42px; margin-bottom: 1.75rem; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--blue-light); background: rgba(0,82,204,.10);
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { color: var(--blue-dark); font-size: 1.125rem; font-weight: 800; line-height: 1.2; letter-spacing: -.02em; margin-bottom: .75rem; }
.feature-card p { color: var(--muted); font-size: .96rem; line-height: 1.65; }
.section-dark .feature-card { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.08); }
.section-dark .feature-card h3 { color: white; }
.section-dark .feature-card p { color: rgba(255,255,255,.55); }
.center-action { margin-top: 3rem; text-align: center; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.audience-card {
  background: var(--soft); border: 1px solid var(--line);
  border-radius: 20px; padding: 2rem; position: relative;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
}
.audience-num {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-size: 2.5rem; font-weight: 900; color: rgba(0,82,204,.06);
}
.audience-card h3 { color: var(--blue-dark); font-size: 1.125rem; font-weight: 800; margin-bottom: .5rem; }
.audience-card p { color: var(--muted); font-size: .96rem; line-height: 1.65; }
.features-header { text-align: center; margin-bottom: .5rem; }
.features-header .section-title { margin: 0 auto; }
.wave-bottom { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; pointer-events: none; }
.wave-bottom svg { width: 100%; height: 80px; display: block; }
.gradient-text {
  background: linear-gradient(135deg, var(--blue-light), #8bc8ff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
@media (max-width: 980px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 720px) {
  .section-white, .section-soft, .section-dark { padding: 4rem 0; }
  .card-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */