.elementor-widget-container [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-container [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-14662 .elementor-element.elementor-element-07a7fae{--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-widget-html [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input:not([type="submit"]){background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 select{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 textarea{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html ::placeholder{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7-submit{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input[type="submit"]:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-07a7fae *//* FUNDO GERAL DO TEMA */
body,
.site,
.site-content,
.elementor-section-wrap {
  background: #0a2e1a !important;
}

/* CONTAINER PRINCIPAL */
.vp-fullwidth {
  --green-deep: #0a2e1a;
  --green-mid: #1a5c35;
  --green-bright: #22c55e;
  --green-glow: #4ade80;
  --teal: #0ea5e9;
  --gold: #f59e0b;
  --off-white: #f0f4f0;
  --light-gray: #e2e8e4;
  --text-dark: #0d1f14;
  --text-muted: #4a6b57;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -20px !important;
  margin-bottom: -20px !important;
  overflow-x: hidden;
  font-family: 'Sora', sans-serif;
  background: var(--off-white);
  color: var(--text-dark);
  scroll-behavior: smooth;
  position: relative;
}

.vp-fullwidth * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* HERO */
.vp-fullwidth #hero {
  min-height: auto;
  background: var(--green-deep);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 90px 40px 70px;
  text-align: center;
}

.vp-fullwidth .hero-logos {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 5;
}

.vp-fullwidth .hero-logos img {
  display: block;
  height: auto;
  object-fit: contain;
}

.vp-fullwidth .hero-logo-vp,
.vp-fullwidth .hero-logo-ag {
  width: 90px;
  height: auto;
}

.vp-fullwidth .hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 197, 94, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: vpGridPulse 10s ease-in-out infinite;
}

@keyframes vpGridPulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.8; }
}

.vp-fullwidth .hero-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.14) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.vp-fullwidth .hero-orb-1 {
  position: absolute;
  top: 10%;
  right: 8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.10) 0%, transparent 70%);
  animation: vpFloat 7s ease-in-out infinite;
}

.vp-fullwidth .hero-orb-2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  animation: vpFloat 9s ease-in-out infinite reverse;
}

@keyframes vpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.vp-fullwidth .hero-title {
  position: relative;
  z-index: 2;
  font-size: clamp(1.6rem, 3.2vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  max-width: 860px;
  margin: 0 auto 24px;
  animation: vpFadeUp 0.8s ease 0.1s both;
}

.vp-fullwidth .hero-title .accent {
  color: var(--green-bright);
}

.vp-fullwidth .hero-sub {
  position: relative;
  z-index: 2;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.65);
  max-width: 600px;
  margin: 0 auto 48px;
  line-height: 1.7;
  font-weight: 300;
  animation: vpFadeUp 0.8s ease 0.2s both;
}

.vp-fullwidth .hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: vpFadeUp 0.8s ease 0.3s both;
}

.vp-fullwidth .btn-primary {
  background: var(--green-bright);
  color: var(--green-deep);
  border: none;
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.vp-fullwidth .btn-primary:hover {
  background: var(--green-glow);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(34, 197, 94, 0.28);
}

.vp-fullwidth .btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  transition: all 0.25s ease;
  text-decoration: none;
}

.vp-fullwidth .btn-secondary:hover {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.05);
}

.vp-fullwidth .hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 72px;
  flex-wrap: wrap;
  animation: vpFadeUp 0.8s ease 0.4s both;
}

.vp-fullwidth .stat-item {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.vp-fullwidth .stat-item:last-child {
  border-right: none;
}

.vp-fullwidth .stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--green-bright);
  display: block;
}

.vp-fullwidth .stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@keyframes vpFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* SECTION SHARED */
.vp-fullwidth section {
  padding: 100px 40px;
}

.vp-fullwidth .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.vp-fullwidth .section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--green-mid);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  padding: 4px 14px;
  background: rgba(26, 92, 53, 0.1);
  border-radius: 100px;
}

.vp-fullwidth .section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-dark);
  max-width: 680px;
  margin-bottom: 20px;
}

.vp-fullwidth .section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.8;
}

/* DORES */
.vp-fullwidth #dores {
  background: #fff;
}

.vp-fullwidth .dores-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 24px;
}

.vp-fullwidth .dores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vp-fullwidth .dore-card {
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.vp-fullwidth .dore-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-bright), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.vp-fullwidth .dore-card:hover {
  border-color: rgba(34, 197, 94, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.vp-fullwidth .dore-card:hover::before {
  transform: scaleX(1);
}

.vp-fullwidth .dore-num {
  font-size: 3rem;
  font-weight: 800;
  color: #22c55e;
  line-height: 1;
  margin-bottom: 16px;
}

.vp-fullwidth .dore-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.vp-fullwidth .dore-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.vp-fullwidth .dore-unlock {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-mid);
  padding-top: 16px;
  border-top: 1px solid var(--light-gray);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.vp-fullwidth .dore-unlock::before {
  content: '→';
  color: var(--green-bright);
  flex-shrink: 0;
  margin-top: 1px;
}

/* CURITIBA */
.vp-fullwidth #curitiba {
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}

.vp-fullwidth #curitiba .hero-grid {
  opacity: 0.4;
}

.vp-fullwidth .curitiba-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.vp-fullwidth .curitiba-text .section-title {
  color: #fff;
  max-width: 100%;
}

.vp-fullwidth .curitiba-text .section-desc {
  color: rgba(255,255,255,0.6);
  max-width: 100%;
}

.vp-fullwidth .curitiba-text .section-label {
  background: rgba(34, 197, 94, 0.15);
  color: var(--green-bright);
}

.vp-fullwidth .awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.vp-fullwidth .award-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.2s ease;
}

.vp-fullwidth .award-item:hover {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
}

.vp-fullwidth .award-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.vp-fullwidth .award-text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}

.vp-fullwidth .award-text strong {
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

.vp-fullwidth .curitiba-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.vp-fullwidth .metric-block {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.vp-fullwidth .metric-block:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(14, 165, 233, 0.08));
  border-color: rgba(34, 197, 94, 0.2);
}

.vp-fullwidth .metric-block:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 197, 94, 0.3);
}

.vp-fullwidth .metric-val {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--green-bright);
  display: block;
  line-height: 1;
}

.vp-fullwidth .metric-block:first-child .metric-val {
  font-size: 3rem;
}

.vp-fullwidth .metric-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-top: 6px;
  line-height: 1.5;
}

/* ÁREAS */
.vp-fullwidth #areas {
  background: var(--off-white);
}

.vp-fullwidth .areas-header {
  text-align: center;
  margin-bottom: 64px;
}

.vp-fullwidth .areas-header .section-desc {
  margin: 0 auto;
}

.vp-fullwidth .areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vp-fullwidth .area-card {
  background: #fff;
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}

.vp-fullwidth .area-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  border-color: rgba(34, 197, 94, 0.3);
}

.vp-fullwidth .area-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
  display: block;
}

.vp-fullwidth .area-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.vp-fullwidth .area-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* PACOTES */
.vp-fullwidth #pacotes {
  background: #fff;
}

.vp-fullwidth .pacotes-header {
  text-align: center;
  margin-bottom: 64px;
}

.vp-fullwidth .pacotes-header .section-desc {
  margin: 0 auto;
}

.vp-fullwidth .pacotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.vp-fullwidth .pacote-card {
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.vp-fullwidth .pacote-card.featured {
  background: var(--green-deep);
  border-color: var(--green-deep);
  transform: scale(1.03);
}

.vp-fullwidth .pacote-card:not(.featured):hover {
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.vp-fullwidth .pacote-badge {
  display: inline-block;
  background: var(--green-bright);
  color: var(--green-deep);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.vp-fullwidth .featured .pacote-badge {
  background: var(--gold);
  color: #fff;
}

.vp-fullwidth .pacote-name {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.vp-fullwidth .featured .pacote-name {
  color: #fff;
}

.vp-fullwidth .pacote-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.vp-fullwidth .featured .pacote-desc {
  color: rgba(255,255,255,0.6);
}

.vp-fullwidth .pacote-features {
  list-style: none;
  margin-bottom: 32px;
}

.vp-fullwidth .pacote-features li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}

.vp-fullwidth .featured .pacote-features li {
  color: rgba(255,255,255,0.7);
  border-bottom-color: rgba(255,255,255,0.1);
}

.vp-fullwidth .pacote-features li::before {
  content: '✓';
  color: var(--green-bright);
  font-weight: 700;
  flex-shrink: 0;
}

.vp-fullwidth .pacote-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.vp-fullwidth .pacote-cta-outline {
  background: transparent;
  border: 2px solid var(--light-gray);
  color: var(--text-dark);
}

.vp-fullwidth .pacote-cta-outline:hover {
  border-color: var(--green-bright);
  color: var(--green-mid);
}

.vp-fullwidth .pacote-cta-filled {
  background: var(--green-bright);
  color: var(--green-deep);
  border: none;
}

.vp-fullwidth .pacote-cta-filled:hover {
  background: var(--green-glow);
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.4);
}

/* CONTATO - EFEITO NOVO */
.vp-fullwidth #contato {
  background:
    radial-gradient(circle at 18% 35%, rgba(74, 222, 128, 0.14) 0%, transparent 30%),
    radial-gradient(circle at 78% 52%, rgba(34, 197, 94, 0.14) 0%, transparent 26%),
    linear-gradient(160deg, #062714 0%, #0b361f 48%, #082a17 100%);
  position: relative;
  overflow: hidden;
}

.vp-fullwidth #contato::before {
  content: "";
  position: absolute;
  inset: -10% auto -10% -15%;
  width: 45%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255,255,255,0.04) 45%,
    rgba(255,255,255,0.08) 50%,
    rgba(255,255,255,0.04) 55%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: contatoShine 8s linear infinite;
  pointer-events: none;
}

.vp-fullwidth #contato::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(34, 197, 94, 0.13) 0%, transparent 68%);
  pointer-events: none;
}

@keyframes contatoShine {
  0% { left: -35%; opacity: 0; }
  10% { opacity: 1; }
  50% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

.vp-fullwidth #contato .hero-grid {
  opacity: 0.22;
}

.vp-fullwidth .contato-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.vp-fullwidth .contato-text .section-title {
  color: #fff;
  max-width: 100%;
  text-shadow: 0 6px 24px rgba(0,0,0,0.18);
}

.vp-fullwidth .contato-text .section-desc {
  color: rgba(255,255,255,0.68);
  max-width: 100%;
}

.vp-fullwidth .contato-text .section-label {
  background: rgba(34, 197, 94, 0.16);
  color: var(--green-bright);
  border: 1px solid rgba(34, 197, 94, 0.18);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset;
}

.vp-fullwidth .trust-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vp-fullwidth .trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.vp-fullwidth .trust-item:hover {
  transform: translateY(-3px);
  background: rgba(34, 197, 94, 0.10);
  border-color: rgba(74, 222, 128, 0.26);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.14),
    0 0 24px rgba(34, 197, 94, 0.08);
}

.vp-fullwidth .trust-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.vp-fullwidth .trust-text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.70);
  line-height: 1.5;
}

.vp-fullwidth .trust-text strong {
  color: #fff;
}

.vp-fullwidth .cta-only {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
}

.vp-fullwidth .cta-only::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.18) 0%, transparent 68%);
  filter: blur(8px);
  animation: ctaPulse 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ctaPulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.vp-fullwidth .cta-submit {
  width: auto;
  min-width: 300px;
  text-decoration: none;
  padding: 14px 26pxpx;
  border-radius: 100px;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.25),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  position: relative;
  z-index: 2;
}

.vp-fullwidth .cta-submit.btn-primary {
  background: linear-gradient(135deg, #22c55e 0%, #32d56d 55%, #4ade80 100%);
}

.vp-fullwidth .cta-submit.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.22),
    transparent
  );
  transform: skewX(-22deg);
  animation: ctaShimmer 3.8s ease-in-out infinite;
}

@keyframes ctaShimmer {
  0%, 100% { left: -120%; }
  55% { left: 145%; }
}

.vp-fullwidth .cta-submit.btn-primary:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 26px 70px rgba(0,0,0,0.26),
    0 0 30px rgba(74, 222, 128, 0.22);
}

/* FOOTER */
.vp-fullwidth footer {
  background: #07160f;
  color: rgba(255,255,255,0.5);
  padding: 48px 40px;
  text-align: center;
  margin-bottom: 0 !important;
}

.vp-fullwidth .footer-logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.vp-fullwidth .footer-desc {
  font-size: 0.88rem;
  max-width: 500px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.vp-fullwidth .footer-line {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  font-size: 0.8rem;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .vp-fullwidth section {
    padding: 72px 24px;
  }

  .vp-fullwidth .dores-grid,
  .vp-fullwidth .areas-grid,
  .vp-fullwidth .pacotes-grid {
    grid-template-columns: 1fr;
  }

  .vp-fullwidth .curitiba-inner,
  .vp-fullwidth .contato-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .vp-fullwidth .pacote-card.featured {
    transform: none;
  }

  .vp-fullwidth .awards-grid {
    grid-template-columns: 1fr;
  }

  .vp-fullwidth .hero-stats {
    gap: 24px;
  }

  .vp-fullwidth .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 16px;
  }

  .vp-fullwidth .stat-item:last-child {
    border-bottom: none;
  }

  .vp-fullwidth .hero-logos {
    top: 20px;
    left: 20px;
    gap: 12px;
  }

  .vp-fullwidth .hero-logo-vp,
  .vp-fullwidth .hero-logo-ag {
    width: 68px;
    height: auto;
  }

  .vp-fullwidth .cta-submit {
    min-width: 100%;
  }

  .vp-fullwidth #hero {
    padding: 100px 24px 60px;
  }

  .vp-fullwidth #contato::before {
    width: 70%;
  }

  .vp-fullwidth .cta-only::before {
    width: 260px;
    height: 260px;
  }
}/* End custom CSS */