.elementor-2034 .elementor-element.elementor-element-f1be087{--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;}.elementor-2034 .elementor-element.elementor-element-0582816 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-2034:not(.elementor-motion-effects-element-type-background), body.elementor-page-2034 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://cpmwebmaster.com.br/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-10-at-17.42.44.jpeg");}/* Start custom CSS for html, class: .elementor-element-0582816 *//* Envolve o aviso e centraliza o “quadro” */
.cpm-note-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

/* Mantém o estilo de texto da nota, mas em um chip neon */
.cpm-note.cpm-note-neon {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px; /* formato de pílula, bem moderno */
  background: rgba(9, 6, 23, 0.96);
  border: 1px solid rgba(255, 79, 216, 0.75);
  box-shadow: 0 0 22px rgba(255, 79, 216, 0.55);
  font-size: 0.88rem;
  text-align: center;
  color: #ffffff;
}
/* Rodapé transparente no estilo neon */
.cpm-footer {
  background: transparent !important;
  box-shadow: none !important;
  border-top: none !important;
}

/* Garante que o conteúdo continue centralizado e legível */
.cpm-footer-inner {
  text-align: center;
  padding: 20px 0 30px;
}

/* Texto branco com leve glow */
.cpm-footer-inner p,
.cpm-footer-inner a {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* Links do rodapé em estilo discreto/neon */
.cpm-footer-links a {
  font-size: 0.9rem;
  text-decoration: none;
}

.cpm-footer-links a:hover {
  text-decoration: underline;
}
/* Espaçamento para melhorar a leitura no rodapé */
.cpm-footer-inner p,
.cpm-footer-inner a {
  letter-spacing: 0.04em;   /* espaço entre letras */
  word-spacing: 0.12em;     /* espaço entre palavras */
  line-height: 1.6;         /* altura da linha */
}

/* Opcional: deixa os links um pouco mais destacados */
.cpm-footer-links a {
  letter-spacing: 0.05em;
  font-weight: 500;
}
/* HEADER fixo com leve blur (opcional) */
.cpm-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(5, 3, 10, 0.92);
  backdrop-filter: blur(18px);
}

/* Área do menu */
.cpm-nav {
  display: flex;
  gap: 24px;
}

/* Link do menu com “portão” neon */
.cpm-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.04em;
  overflow: hidden;              /* importante para o efeito ficar dentro do botão */
  border-radius: 999px;
  transition: color 0.25s ease;
}

/* “Portão de garagem” – fundo neon que sobe */
.cpm-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;                 /* começa escondido abaixo */
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff4fd8, #820e5e);
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.7);
  border-radius: inherit;
  transform: translateY(0);
  transition: bottom 0.35s ease-out;
  z-index: -1;                   /* fica atrás do texto */
}

/* Ao passar o mouse, o fundo sobe como portão */
.cpm-nav a:hover::before,
.cpm-nav a:focus-visible::before {
  bottom: 0;                     /* sobe até cobrir o link */
}

/* Texto fica mais forte em cima do neon */
.cpm-nav a:hover,
.cpm-nav a:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
}
/* Centralizar texto do botão Falar no WhatsApp (e demais botões .cpm-btn) */
.cpm-btn,
.cpm-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

/* Se quiser deixar o botão do header com altura bem uniforme: */
.cpm-header .cpm-btn-outline {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Centralizar APENAS o botão Falar no WhatsApp do menu (header) */
.cpm-header .cpm-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 46px;          /* mesma altura visual da cápsula */
  padding: 0 32px;       /* largura do botão */
  line-height: 1 !important;
}

/* Garantir que o texto não herde line-height estranho de outro lugar */
.cpm-header .cpm-btn-outline * {
  line-height: 1 !important;
}
/* Reduz o espaço entre o HERO e a seção "Serviços" */

/* Diminui o padding de baixo do hero */
.cpm-hero {
  padding-bottom: 40px;   /* se quiser ainda menor, teste 20px */
}

/* Remove margem extra do primeiro bloco depois do hero */
.cpm-hero + .cpm-section {
  margin-top: 0 !important;
  padding-top: 40px;      /* respiro suave entre as seções */
}

/* Se a seção de serviços tiver uma classe específica, reforça nela também */
#servicos.cpm-section {
  margin-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f1be087 *//* ============================================
   CPMWEBMASTER – HOME COMPLETA (ESTILO NEON)
   ============================================ */

/* ===== RESET BÁSICO / ROOT DA LANDING ===== */

.cpm-landing {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #05030a;
}

/* Tudo que está dentro da landing em branco */
.cpm-landing,
.cpm-landing * {
  color: #ffffff !important;
  box-sizing: border-box;
}

/* ===== CONTAINERS ===== */

.cpm-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   HEADER
   ============================================ */

.cpm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: linear-gradient(90deg, rgba(5,3,10,0.9), rgba(21,8,37,0.9));
  border-bottom: 1px solid rgba(130,14,94,0.4);
}

.cpm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

.cpm-logo {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.cpm-logo span {
  padding: 4px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4fd8, #820e5e);
  margin-right: 6px;
  font-size: 0.9rem;
}

/* Navegação */

.cpm-nav {
  display: flex;
  gap: 18px;
  font-size: 0.92rem;
}

.cpm-nav a {
  text-decoration: none;
  position: relative;
}

.cpm-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4fd8, #820e5e);
  transition: width 0.2s ease-out;
}

.cpm-nav a:hover::after {
  width: 100%;
}

/* ============================================
   BOTÕES
   ============================================ */

.cpm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  background: radial-gradient(circle at 0% 0%, #ff4fd8, #820e5e);
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.4);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s;
}

.cpm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(255, 79, 216, 0.6);
  opacity: 0.95;
}

/* variações continuarão existindo fora dos cards */
.cpm-btn-outline {
  border: 1px solid rgba(226, 202, 255, 0.6);
  background: transparent;
  box-shadow: none;
}

.cpm-btn-outline:hover {
  background: rgba(130,14,94,0.24);
  box-shadow: 0 0 20px rgba(130,14,94,0.55);
}

.cpm-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.cpm-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.cpm-btn-full {
  width: 100%;
}

.cpm-btn-large {
  padding: 12px 26px;
  font-size: 1rem;
}

/* ============================================
   HERO
   ============================================ */

.cpm-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cpm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("URL-DA-SUA-IMAGEM-AQUI"); /* troque pela imagem real */
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: -2;
}

.cpm-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,79,216,0.4), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(130,14,94,0.7), transparent 55%),
    rgba(5,3,10,0.92);
  z-index: -1;
}

.cpm-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 40px;
  padding-top: 52px;
  padding-bottom: 60px;
}

/* Textos do hero */

.cpm-hero-tag {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cpm-hero h1 {
  font-size: 2.3rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cpm-hero-subtitle {
  font-size: 0.98rem;
  max-width: 640px;
  opacity: 0.9;
  margin-bottom: 24px;
}

.cpm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.cpm-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.78rem;
}

.cpm-badges span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 3, 20, 0.9);
  border: 1px solid rgba(247,193,255,0.4);
}

/* Caixa lateral do hero */

.cpm-hero-sidebox {
  background: rgba(8, 5, 25, 0.92);
  border-radius: 20px;
  padding: 24px 22px;
  border: 1px solid rgba(247,193,255,0.35);
  box-shadow: 0 0 40px rgba(130,14,94,0.6);
}

.cpm-hero-sidebox h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cpm-hero-sidebox p {
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.cpm-hero-sidebox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.cpm-hero-sidebox li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.cpm-hero-sidebox li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.65rem;
  color: #ff4fd8;
}

/* ============================================
   SEÇÕES (FUNDO ROXO + PRETO)
   ============================================ */

.cpm-section {
  padding: 72px 0 80px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,79,216,0.16), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(130,14,94,0.35), transparent 55%),
    #05030a;
}

.cpm-section-dark {
  background:
    radial-gradient(circle at 10% 0%, rgba(255,79,216,0.24), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(130,14,94,0.45), transparent 60%),
    #05030a;
}

.cpm-section-cta {
  background:
    radial-gradient(circle at 10% 0%, rgba(255,79,216,0.34), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(130,14,94,0.55), transparent 60%),
    #05030a;
}

/* Cabeçalhos de seção */

.cpm-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.cpm-section-header h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.cpm-section-header p {
  font-size: 0.95rem;
}

/* ============================================
   GRID
   ============================================ */

.cpm-grid {
  display: grid;
  gap: 22px;
}

.cpm-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ============================================
   CARDS – BORDA NEON + HOVER
   ============================================ */

.cpm-card {
  background: rgba(9, 6, 23, 0.96);
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 79, 216, 0.55);
  box-shadow: 0 0 22px rgba(255, 79, 216, 0.3);
  font-size: 0.92rem;
  transition: transform 0.18s ease-out,
              box-shadow 0.18s ease-out,
              border-color 0.18s ease-out;
}

.cpm-card-soft {
  background: rgba(11, 8, 30, 0.98);
}

.cpm-card:hover {
  transform: translateY(-3px);
  border-color: #ff4fd8;
  box-shadow: 0 0 30px rgba(255, 79, 216, 0.65);
}

.cpm-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.cpm-card p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.cpm-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
}

.cpm-card li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 16px;
}

.cpm-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff4fd8;
}

/* BOTÕES DENTRO DOS CARDS – todos iguais (degradê roxinho) */

.cpm-card .cpm-btn,
.cpm-card .cpm-btn-outline,
.cpm-card .cpm-btn-ghost {
  background: radial-gradient(circle at 0% 0%, #ff4fd8, #820e5e) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.5);
}

.cpm-card .cpm-btn:hover,
.cpm-card .cpm-btn-outline:hover,
.cpm-card .cpm-btn-ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(255, 79, 216, 0.85);
  opacity: 0.97;
}

/* ============================================
   PLANOS / PRICING
   ============================================ */

.cpm-pricing-grid {
  align-items: stretch;
}

.cpm-pricing-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cpm-pricing-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.cpm-price {
  font-size: 1.6rem;
  font-weight: 700;
}

.cpm-price-note {
  font-size: 0.82rem;
}

.cpm-pricing-card ul {
  margin-top: 6px;
  margin-bottom: 10px;
}

.cpm-pricing-card-highlight {
  border-color: rgba(255, 79, 216, 0.9);
  box-shadow: 0 0 32px rgba(255, 79, 216, 0.45);
  transform: translateY(-4px);
}

/* Nota geral */

.cpm-note {
  margin-top: 26px;
  font-size: 0.88rem;
  text-align: center;
}

/* ============================================
   PORTFÓLIO
   ============================================ */

.cpm-portfolio-cta {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.95rem;
}

.cpm-portfolio-cta p {
  margin-bottom: 16px;
}

/* ============================================
   DEPOIMENTOS
   ============================================ */

.cpm-testimonial-text {
  font-style: italic;
  margin-bottom: 8px;
}

.cpm-testimonial-author {
  font-size: 0.85rem;
}

/* ============================================
   CTA FINAL
   ============================================ */

.cpm-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  gap: 32px;
  align-items: center;
}

.cpm-cta-text h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.cpm-cta-text p {
  font-size: 0.96rem;
  margin-bottom: 10px;
}

.cpm-cta-text ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 0.9rem;
}

.cpm-cta-text li {
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}

.cpm-cta-text li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: #64ffda;
}

.cpm-cta-actions {
  text-align: right;
  font-size: 0.9rem;
}

.cpm-cta-note {
  margin-top: 12px;
  margin-bottom: 4px;
}

.cpm-link {
  text-decoration: none;
}

.cpm-link:hover {
  text-decoration: underline;
}

/* ============================================
   FOOTER
   ============================================ */

.cpm-footer {
  border-top: 1px solid rgba(149, 120, 203, 0.4);
  background: #05030a;
  padding: 18px 0 22px;
  font-size: 0.8rem;
}

.cpm-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

/* ============================================
   RESPONSIVO
   ============================================ */

@media (max-width: 960px) {
  .cpm-header-inner {
    gap: 12px;
  }

  .cpm-nav {
    display: none; /* depois dá pra criar menu mobile */
  }

  .cpm-hero-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .cpm-hero {
    min-height: auto;
  }

  .cpm-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .cpm-cta-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }

  .cpm-cta-actions {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .cpm-header-inner {
    height: 64px;
  }

  .cpm-hero h1 {
    font-size: 1.8rem;
  }

  .cpm-section {
    padding: 56px 0 60px;
  }
}/* End custom CSS */