.elementor-155 .elementor-element.elementor-element-279363c{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-155 .elementor-element.elementor-element-d73ebef{--display:flex;--background-transition:0.3s;}/* Start custom CSS *//* ============================================================
   CVLCNT Ads -- CSS para colar no Custom CSS do Elementor
   Escopado sob .cvlcnt-lp para nao afetar o resto do site.
   Envolva TODO o HTML colado no widget com:
     <div class="cvlcnt-lp"> ...todo o conteudo... </div>
   As fontes (@font-face) ja estao configuradas separadamente
   (Elementor Custom Fonts), por isso nao aparecem aqui.
   ============================================================ */

.cvlcnt-lp {
  --purple: #795BF9;
  --purple-soft: #9d87fb;
  --purple-deep: #5a3fd6;
  --lime: #DAFA51;
  --lime-press: #cef23c;
  --ink: #141414;
  --ink-2: #1c1c1c;
  --ink-3: #242424;
  --cream: #F7F0D5;
  --cream-2: #efe6c4;

  
  --on-dark: #F7F0D5;
  --on-dark-dim: rgba(247, 240, 213, 0.66);
  --on-dark-faint: rgba(247, 240, 213, 0.42);
  --line-dark: rgba(247, 240, 213, 0.12);

  
  --on-light: #141414;
  --on-light-dim: rgba(20, 20, 20, 0.68);
  --on-light-faint: rgba(20, 20, 20, 0.45);
  --line-light: rgba(20, 20, 20, 0.12);

  --accent-num: "Brodien", "Blauer", sans-serif;
  --body: "Blauer", -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 960px;
  --radius: 16px;
  --btn-radius: 10px;
}

.cvlcnt-lp *,
.cvlcnt-lp *::before,
.cvlcnt-lp *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Reforço: garante que cor e fonte do tema do WordPress não vazem
   para dentro por herança (h1/p/etc. do tema costumam declarar
   color/font-family direto no elemento, o que vence a herança
   mesmo com baixa especificidade). */
.cvlcnt-lp,
.cvlcnt-lp * { color: inherit; font-family: inherit; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

.cvlcnt-lp {
  font-family: var(--body);
  background: var(--ink);
  color: var(--on-dark);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.cvlcnt-lp img { max-width: 100%; display: block; }

.cvlcnt-lp a { color: inherit; text-decoration: none; }

.cvlcnt-lp .wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}

.cvlcnt-lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 16px 30px;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1;
}

.cvlcnt-lp .btn__icon { width: 20px; height: 20px; flex: none; }

.cvlcnt-lp .btn:hover { transform: translateY(-2px); }

.cvlcnt-lp .btn--lime {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 10px 28px -10px rgba(218, 250, 81, 0.45);
}

.cvlcnt-lp .btn--lime:hover { background: var(--lime-press); }

.cvlcnt-lp .btn--purple {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 10px 28px -8px rgba(121, 91, 249, 0.55);
}

.cvlcnt-lp .btn--purple:hover { background: var(--purple-deep); }

.cvlcnt-lp .btn--big { padding: 19px 36px; font-size: 1rem; }

.cvlcnt-lp .hero {
  position: relative;
  padding: 56px 0 64px;
  text-align: center;
  overflow: hidden;
}

.cvlcnt-lp .hero__glow {
  position: absolute;
  top: -280px; left: 50%;
  transform: translateX(-50%);
  width: 820px; height: 640px;
  background:
    radial-gradient(closest-side, rgba(121, 91, 249, 0.5), transparent 70%) 32% 40% / 70% 80% no-repeat,
    radial-gradient(closest-side, rgba(218, 250, 81, 0.22), transparent 70%) 78% 60% / 60% 70% no-repeat;
  filter: blur(34px);
  pointer-events: none;
  z-index: 0;
}

.cvlcnt-lp .hero__inner { position: relative; z-index: 1; }

.cvlcnt-lp .hero__logo {
  width: 190px;
  max-width: 60%;
  margin: 0 auto 34px;
}

.cvlcnt-lp .hero__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 6vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  max-width: 21em;
  margin: 0 auto 20px;
}

.cvlcnt-lp .hero__sub {
  color: var(--on-dark-dim);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.7;
  max-width: 42em;
  margin: 0 auto 30px;
}

.cvlcnt-lp .hero__note {
  margin-top: 16px;
  font-size: 0.86rem;
  color: var(--on-dark-faint);
}

.cvlcnt-lp .hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 26px;
}

.cvlcnt-lp .tag {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 7px 14px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: var(--on-dark-dim);
  background: rgba(247, 240, 213, 0.03);
}

.cvlcnt-lp .hl-purple { color: var(--purple-soft); }

.cvlcnt-lp .hl-lime { color: var(--lime); }

.cvlcnt-lp .section { padding: 64px 0; }

.cvlcnt-lp .section--flush { padding-top: 0; }

.cvlcnt-lp .section--dark { background: var(--ink); color: var(--on-dark); }

.cvlcnt-lp .section--light { background: var(--cream); color: var(--on-light); }

.cvlcnt-lp .section__head { margin-bottom: 36px; max-width: 620px; }

.cvlcnt-lp .section__kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 12px;
}

.cvlcnt-lp .section--dark .section__kicker,
.cvlcnt-lp .cta .section__kicker { color: var(--lime); }

.cvlcnt-lp .section--light .section__kicker { color: var(--purple); }

.cvlcnt-lp .section__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 4.6vw, 2.15rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.cvlcnt-lp .section__desc {
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.65;
}

.cvlcnt-lp .section--light .section__desc { color: var(--on-light-dim); }

.cvlcnt-lp .section--dark .section__desc { color: var(--on-dark-dim); }

.cvlcnt-lp .pillars-section { padding-top: 0; }

.cvlcnt-lp .pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line-dark);
}

.cvlcnt-lp .pillar {
  padding: 26px 4px;
  border-bottom: 1px solid var(--line-dark);
}

.cvlcnt-lp .pillar__dot {
  display: block;
  width: 10px; height: 10px;
  border-radius: 3px;
  background: var(--lime);
  margin-bottom: 14px;
}

.cvlcnt-lp .pillar__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.cvlcnt-lp .pillar__text { color: var(--on-dark-dim); font-size: 0.98rem; }

.cvlcnt-lp .about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.cvlcnt-lp .about__media {
  position: relative;
  width: min(320px, 78%);
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 20% 10%, rgba(121, 91, 249, 0.5), transparent 60%),
    radial-gradient(120% 120% at 90% 90%, rgba(218, 250, 81, 0.28), transparent 55%),
    var(--ink-2);
  border: 1px solid var(--line-dark);
}

.cvlcnt-lp .about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cvlcnt-lp .about__hint {
  display: none;
  position: absolute;
  inset: 0;
  place-content: center;
  text-align: center;
  color: var(--on-dark-faint);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 20px;
}

.cvlcnt-lp .about__hint small {
  font-weight: 400;
  font-size: 0.78rem;
  opacity: 0.8;
}

.cvlcnt-lp .about__media--empty .about__hint { display: grid; }

.cvlcnt-lp .about__body .section__title { margin-bottom: 16px; }

.cvlcnt-lp .about__body .section__kicker { color: var(--lime); }

.cvlcnt-lp .about__text {
  color: var(--on-dark-dim);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 34em;
}

.cvlcnt-lp .about__text + .about__text { margin-top: 12px; }

.cvlcnt-lp .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cvlcnt-lp .card {
  position: relative;
  background: #fffdf4;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 26px 24px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cvlcnt-lp .card:hover {
  border-color: rgba(121, 91, 249, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px -18px rgba(20, 20, 20, 0.25);
}

.cvlcnt-lp .card__num {
  font-family: var(--accent-num);
  font-weight: 700;
  font-size: 1rem;
  color: var(--purple);
  display: block;
  margin-bottom: 12px;
}

.cvlcnt-lp .card__title {
  font-weight: 700;
  font-size: 1.16rem;
  letter-spacing: -0.01em;
  margin-bottom: 9px;
  line-height: 1.25;
}

.cvlcnt-lp .card__text { color: var(--on-light-dim); font-size: 0.98rem; }

.cvlcnt-lp .band {
  background:
    radial-gradient(120% 160% at 85% 20%, rgba(218, 250, 81, 0.22), transparent 55%),
    var(--purple);
  color: #fff;
  padding: 52px 0;
}

.cvlcnt-lp .band__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.cvlcnt-lp .band__title {
  font-weight: 700;
  font-size: clamp(1.4rem, 4.4vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  max-width: 18em;
}

.cvlcnt-lp .band .btn--purple {
  background: var(--ink);
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.5);
}

.cvlcnt-lp .band .btn--purple:hover { background: #000; }

.cvlcnt-lp .audience {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cvlcnt-lp .audience__col {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 24px 22px;
  border-left: 3px solid var(--purple);
  background: var(--ink-2);
}

.cvlcnt-lp .audience__title {
  font-weight: 700;
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.cvlcnt-lp .audience__text { color: var(--on-dark-dim); margin-bottom: 12px; font-size: 0.98rem; }

.cvlcnt-lp .audience__list {
  font-size: 0.88rem;
  color: var(--on-dark-faint);
  font-weight: 500;
}

.cvlcnt-lp .diffs {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.cvlcnt-lp .diff { display: flex; gap: 16px; align-items: flex-start; }

.cvlcnt-lp .diff__mark {
  flex: none;
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(218, 250, 81, 0.12);
  color: var(--lime);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.cvlcnt-lp .diff__title {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 5px;
}

.cvlcnt-lp .diff__text { color: var(--on-dark-dim); font-size: 0.98rem; }

.cvlcnt-lp .offer {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 40px 28px;
  background:
    linear-gradient(150deg, rgba(121,91,249,0.28), rgba(20,20,20,0) 55%),
    var(--ink);
  color: var(--on-dark);
  border: 1px solid rgba(121, 91, 249, 0.35);
}

.cvlcnt-lp .offer__glow {
  position: absolute;
  right: -120px; top: -120px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(218,250,81,0.3), transparent 70%);
  filter: blur(22px);
  pointer-events: none;
}

.cvlcnt-lp .offer > *:not(.offer__glow) { position: relative; z-index: 1; }

.cvlcnt-lp .offer__badge {
  display: inline-block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--ink);
  background: var(--lime);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.cvlcnt-lp .offer__title {
  font-weight: 700;
  font-size: clamp(1.4rem, 4.4vw, 1.9rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
  max-width: 20em;
}

.cvlcnt-lp .offer__text { color: var(--on-dark-dim); margin-bottom: 20px; font-size: 1.02rem; max-width: 36em; }

.cvlcnt-lp .offer__points {
  list-style: none;
  display: grid;
  gap: 11px;
  margin-bottom: 20px;
}

.cvlcnt-lp .offer__points li {
  position: relative;
  padding-left: 30px;
  font-size: 0.98rem;
}

.cvlcnt-lp .offer__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 15px; height: 15px;
  border-radius: 5px;
  background: var(--purple);
}

.cvlcnt-lp .offer__disclaimer {
  font-size: 0.87rem;
  color: var(--on-dark-faint);
  font-style: italic;
  margin-bottom: 26px;
  padding-left: 14px;
  border-left: 2px solid var(--line-dark);
  max-width: 34em;
}

.cvlcnt-lp .cta { text-align: center; }

.cvlcnt-lp .cta__inner {
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 52px 26px;
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(121,91,249,0.16), transparent 60%),
    var(--ink-2);
}

.cvlcnt-lp .cta__title {
  font-weight: 700;
  font-size: clamp(1.55rem, 5vw, 2.2rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}

.cvlcnt-lp .cta__text {
  color: var(--on-dark-dim);
  max-width: 32em;
  margin: 0 auto 30px;
  font-size: 1.02rem;
}

.cvlcnt-lp .footer {
  border-top: 1px solid var(--line-dark);
  padding: 40px 0 120px;
  text-align: center;
}

.cvlcnt-lp .footer__logo { width: 120px; margin: 0 auto 22px; opacity: 0.9; }

.cvlcnt-lp .footer__name {
  font-weight: 700;
  font-size: 1.08rem;
}

.cvlcnt-lp .footer__role { color: var(--on-dark-dim); font-size: 0.94rem; margin-bottom: 6px; }

.cvlcnt-lp .footer__contact a { color: var(--purple-soft); font-weight: 500; }

.cvlcnt-lp .footer__contact a:hover { text-decoration: underline; }

.cvlcnt-lp .footer__copy {
  margin-top: 22px;
  font-size: 0.8rem;
  color: var(--on-dark-faint);
}

.cvlcnt-lp .fab {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 50;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px -6px rgba(0,0,0,0.5);
  transition: transform .15s ease;
}

.cvlcnt-lp .fab:hover { transform: scale(1.06); }

.cvlcnt-lp .fab svg { width: 30px; height: 30px; }

@media (min-width: 720px) {
  .cvlcnt-lp { font-size: 18px; }

  .cvlcnt-lp .hero { padding: 76px 0 84px; text-align: center; }

  .cvlcnt-lp .pillars {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0 40px;
    }

  .cvlcnt-lp .pillar { border-bottom: none; padding: 34px 0; }

  .cvlcnt-lp .cards { grid-template-columns: 1fr 1fr; gap: 16px; }

  .cvlcnt-lp .audience { grid-template-columns: 1fr 1fr 1fr; }

  .cvlcnt-lp .diffs { grid-template-columns: 1fr 1fr; gap: 26px 34px; }

  .cvlcnt-lp .band__inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }

  .cvlcnt-lp .about {
      grid-template-columns: 320px 1fr;
      gap: 52px;
    }

  .cvlcnt-lp .about__media { width: 100%; margin-inline: 0; }

  .cvlcnt-lp .offer { padding: 54px 48px; }

  .cvlcnt-lp .offer__points { grid-template-columns: 1fr 1fr; }

  .cvlcnt-lp .section { padding: 80px 0; }

  .cvlcnt-lp .section--flush { padding-top: 0; }


}

@media (prefers-reduced-motion: reduce) {
  .cvlcnt-lp * { scroll-behavior: auto !important; transition: none !important; }


}

.cvlcnt-lp a:focus-visible,
.cvlcnt-lp .btn:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 3px;
}/* End custom CSS */