.elementor-634 .elementor-element.elementor-element-55d1841{--display:flex;--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-634 .elementor-element.elementor-element-9da24dd{--display:flex;--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-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}body:not(.rtl) .elementor-634 .elementor-element.elementor-element-9960d05{right:5%;}body.rtl .elementor-634 .elementor-element.elementor-element-9960d05{left:5%;}.elementor-634 .elementor-element.elementor-element-9960d05{bottom:5%;}.elementor-634 .elementor-element.elementor-element-9960d05 .elementor-icon-wrapper{text-align:center;}.elementor-634 .elementor-element.elementor-element-9960d05.elementor-view-stacked .elementor-icon{background-color:#2AC756;}.elementor-634 .elementor-element.elementor-element-9960d05.elementor-view-framed .elementor-icon, .elementor-634 .elementor-element.elementor-element-9960d05.elementor-view-default .elementor-icon{color:#2AC756;border-color:#2AC756;}.elementor-634 .elementor-element.elementor-element-9960d05.elementor-view-framed .elementor-icon, .elementor-634 .elementor-element.elementor-element-9960d05.elementor-view-default .elementor-icon svg{fill:#2AC756;}.elementor-634 .elementor-element.elementor-element-9960d05 .elementor-icon{font-size:32px;padding:16px;}.elementor-634 .elementor-element.elementor-element-9960d05 .elementor-icon svg{height:32px;}/* Start custom CSS for html, class: .elementor-element-f37c578 *//* ═══════════════════════════════════════════════════════════
   ATIVO 2026 · HERO CSS
   Cole em "Custom CSS" da seção/coluna no Elementor
   (ou em Site Settings → Custom Code → Custom CSS)

   Fonte Manrope deve estar carregada via:
   · Site Settings → Global Fonts (recomendado), OU
   · @font-face, OU
   · fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700
   ═══════════════════════════════════════════════════════════ */

:root {
  /* ── Paleta ATIVO (dark blue) ── */
  --at-blue:        #109cfb;
  --at-blue-deep:   #0555b4;
  --at-green:       #CBD5E1;
  --at-green-deep:  #94A3B8;
  --at-amber:       #94A3B8;
  --at-text:        #fefefe;
  --at-text-2:      rgba(254, 254, 254, .72);
  --at-text-3:      rgba(254, 254, 254, .45);
  --at-bg:          #022863;
  --at-bg-2:        #0555b4;
  --at-border:      rgba(254, 254, 254, .12);

  /* ── Tokens internos ── */
  --at-font:        'Manrope', system-ui, -apple-system, sans-serif;
  --at-ease:        cubic-bezier(.16, 1, .3, 1);
  --at-grid:        1280px;

  /* Sombras */
  --at-shadow-sm:   0 1px 2px rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.10);
  --at-shadow-xl:   0 25px 50px -12px rgba(0,0,0,.25);
  --at-shadow-cta:  0 8px 24px -4px rgba(148,163,184,.30), 0 2px 6px -1px rgba(148,163,184,.20);
  --at-glow-green:  0 18px 48px -8px rgba(148,163,184,.42), 0 4px 12px -2px rgba(148,163,184,.30);

  /* Auxiliares */
  --at-green-soft:  rgba(148, 163, 184, .12);
  --at-amber-soft:  rgba(148, 163, 184, .12);
  --at-amber-mark:  rgba(148, 163, 184, .25);
  --at-amber-border:rgba(148, 163, 184, .35);
}

/* ═══════════════════════════════════════
   SECTION
   Padding lateral: 32px desktop/tablet, 20px mobile
   Container interno: max 1280px (bate exatamente no grid)
   ═══════════════════════════════════════ */
#at-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  background: linear-gradient(160deg, #022863 0%, #0555b4 100%);
  color: var(--at-text);
  overflow: hidden;
  padding: calc(90px + clamp(64px, 8vh, 96px)) 32px clamp(64px, 8vh, 96px);
  font-family: var(--at-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

#at-hero *,
#at-hero *::before,
#at-hero *::after { box-sizing: border-box; }

/* ═══════════════════════════════════════
   BG · "Quiet Topology" (SVG inline)
   ═══════════════════════════════════════ */
.at-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.at-hero__pattern {
  position: absolute;
  inset: 0;
  background-image: url('https://fiqueativobrasil.com.br/wp-content/uploads/2026/06/bg-tech.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .12;
  will-change: transform;
}

/* ═══════════════════════════════════════
   CONTAINER + GRID
   ═══════════════════════════════════════ */
.at-hero__body {
  width: 100%;
  position: relative;
  z-index: 1;
}

.at-hero__container {
  width: 100%;
  max-width: var(--at-grid);
  margin: 0 auto;
}

.at-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ═══════════════════════════════════════
   CONTENT (left)
   Sem max-width — grid controla largura
   ═══════════════════════════════════════ */
.at-hero__content {
  min-width: 0; /* permite shrink no grid */
}

/* ═══════════════════════════════════════
   LIVE COUNTER · substitui o eyebrow
   "R$ 47.892 recuperados nas últimas 24h"
   ═══════════════════════════════════════ */
.at-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  margin: 0 0 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  will-change: opacity, transform;
}

.at-hero__live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-green);
  flex-shrink: 0;
  position: relative;
  animation: atLivePulse 2s ease-in-out infinite;
}

.at-hero__live-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--at-green);
  opacity: .25;
  animation: atLiveRing 2s ease-in-out infinite;
}

@keyframes atLivePulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .85; }
}

@keyframes atLiveRing {
  0%   { transform: scale(.6); opacity: .35; }
  100% { transform: scale(1.4); opacity: 0;   }
}

.at-hero__live-text {
  font-family: var(--at-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--at-text-2);
  letter-spacing: -.005em;
  line-height: 1;
  white-space: nowrap;
}

.at-hero__live-currency {
  font-weight: 600;
  color: var(--at-text);
  font-size: 13px;
  margin-right: 2px;
}

.at-hero__live-value {
  font-weight: 700;
  color: var(--at-text);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  margin-right: 4px;
}

/* ═══════════════════════════════════════
   TITLE · Manrope 200, maior e mais confiante
   ═══════════════════════════════════════ */
.at-hero__title {
  font-family: var(--at-font);
  font-weight: 200;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--at-text);
  margin: 0 0 28px;
  text-wrap: balance;
  -webkit-text-wrap: balance;
  opacity: 0;
  will-change: opacity, transform;
  max-width: 680px;
}

/* Accent com highlight sweep prateado */
.at-hero__title .at-hero__accent {
  position: relative;
  display: inline-block;
  font-weight: 200;
  color: #109cfb;
  background-image: linear-gradient(120deg, rgba(148,163,184,.22) 0%, rgba(148,163,184,.10) 100%);
  background-size: 0% 70%;
  background-repeat: no-repeat;
  background-position: 0 80%;
  padding: 0 4px;
  margin: 0 -4px;
  animation: atSweep .85s var(--at-ease) 1s forwards;
  border-radius: 3px;
  z-index: 0;
}

@keyframes atSweep {
  to { background-size: 100% 70%; }
}

/* ═══════════════════════════════════════
   SUB
   ═══════════════════════════════════════ */
.at-hero__sub {
  font-family: var(--at-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--at-text-2);
  margin: 0 0 36px;
  max-width: 520px;
  opacity: 0;
  will-change: opacity;
}

/* ═══════════════════════════════════════
   ACTIONS · CTA maior, mais presença
   ═══════════════════════════════════════ */
.at-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 36px;
  opacity: 0;
  will-change: opacity, transform;
}

.at-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--at-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.005em;
  padding: 18px 32px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s var(--at-ease);
  cursor: pointer;
  border: 0;
}

.at-hero__btn--primary {
  background: #CBD5E1;
  color: #022863;
  box-shadow: var(--at-shadow-cta);
}

.at-hero__btn--primary:hover {
  background: #fefefe;
  color: #022863;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: var(--at-glow-green);
}

.at-hero__btn-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform .3s var(--at-ease);
}

.at-hero__btn--primary:hover .at-hero__btn-arrow {
  transform: translateX(4px);
}

/* ═══════════════════════════════════════
   TRUST BADGES
   ═══════════════════════════════════════ */
.at-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  opacity: 0;
  will-change: opacity;
}

.at-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--at-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--at-text-2);
}

.at-hero__trust-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--at-green-soft);
  color: var(--at-green-deep);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   SCANNER · elemento-assinatura
   ═══════════════════════════════════════ */
.at-hero__scanner {
  position: relative;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--at-shadow-xl);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  font-family: var(--at-font);
  /* Dark text overrides inside white card */
  --at-text: #0F172A;
  --at-text-2: #334155;
  --at-text-3: #64748B;
  --at-border: #E2E8F0;
  --at-blue: #0555b4;
  --at-green: #0555b4;
  --at-green-deep: #022863;
  color: #0F172A;
}

.at-hero__scanner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--at-blue), var(--at-green));
}

.at-hero__scanner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--at-border);
  margin-bottom: 16px;
}

.at-hero__scanner-file {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--at-text-2);
  font-weight: 500;
}

.at-hero__scanner-file svg { color: var(--at-blue); }

.at-hero__scanner-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--at-green-deep);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.at-hero__scanner-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-green);
  animation: atPulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes atPulse {
  0%, 100% { opacity: 1;  transform: scale(1);   box-shadow: 0 0 0 0   rgba(37,99,235,.4); }
  50%      { opacity: .7; transform: scale(.85); box-shadow: 0 0 0 6px rgba(37,99,235,0);  }
}

.at-hero__scanner-rows {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
}

.at-hero__scanline {
  position: absolute;
  left: -8px; right: -8px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--at-blue), transparent);
  box-shadow: 0 0 20px rgba(37,99,235,.6);
  animation: atScan 4s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes atScan {
  0%, 100% { top: 0;   opacity: 0; }
  10%      { opacity: 1; }
  50%      { top: 100%; }
  90%      { opacity: 1; }
}

.at-hero__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: var(--at-font);
  font-size: 13px;
  color: var(--at-text-2);
  font-weight: 400;
}

.at-hero__row-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.at-hero__row-id {
  color: #94A3B8;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.at-hero__row-value {
  color: var(--at-text);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.at-hero__row--flagged {
  background: rgba(5, 85, 180, .06);
  border: 1px solid rgba(5, 85, 180, .18);
  animation: atFlagIn .6s var(--at-ease) backwards;
}

.at-hero__row--flagged:nth-of-type(3) { animation-delay: 1.2s; }
.at-hero__row--flagged:nth-of-type(5) { animation-delay: 2.4s; }

@keyframes atFlagIn {
  0%   { opacity: .3; transform: translateX(-8px); }
  100% { opacity: 1;  transform: translateX(0);    }
}

.at-hero__row--flagged .at-hero__row-value { color: #0555b4; }

.at-hero__flag-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #0555b4;
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 10px;
}

.at-hero__scanner-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--at-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.at-hero__scanner-footer-label {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--at-text-3);
  font-weight: 600;
}

.at-hero__scanner-footer-value {
  font-family: var(--at-font);
  font-size: 26px;
  font-weight: 700;
  color: var(--at-green-deep);
  letter-spacing: -.015em;
  font-variant-numeric: tabular-nums;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVO
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  #at-hero { padding: 154px 32px 64px; }
  .at-hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .at-hero__title { font-size: clamp(30px, 5vw, 44px); max-width: 100%; }
  .at-hero__sub { max-width: 100%; }
  /* Scanner não precisa ser tão largo em tablet */
  .at-hero__scanner { max-width: 560px; }
}

/* Mobile · refinamento ergonômico */
@media (max-width: 640px) {
  #at-hero {
    padding: 100px 20px 40px;
    min-height: auto;
  }

  .at-hero__grid { gap: 32px; }

  /* LIVE COUNTER · compacto, ainda chama atenção */
  .at-hero__live {
    padding: 7px 14px 7px 10px;
    gap: 8px;
    margin-bottom: 18px;
  }
  .at-hero__live-text,
  .at-hero__live-currency,
  .at-hero__live-value { font-size: 12px; }

  /* TITLE · weight 200 ainda funciona acima de 30px */
  .at-hero__title {
    font-size: clamp(28px, 7.5vw, 38px);
    line-height: 1.18;
    letter-spacing: -.02em;
    margin-bottom: 22px;
    max-width: 100%;
  }

  /* SUB */
  .at-hero__sub {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  /* ACTIONS · full-width, 50px+ tap target */
  .at-hero__actions {
    width: 100%;
    margin-bottom: 22px;
  }
  .at-hero__btn--primary {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }

  /* TRUST · wrap em row · economiza ~40px vertical */
  .at-hero__trust {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .at-hero__trust-item { font-size: 13px; }

  /* SCANNER · padding reduzido, rows compactas */
  .at-hero__scanner {
    padding: 16px;
    border-radius: 16px;
    max-width: 100%;
  }

  .at-hero__scanner-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .at-hero__scanner-file { font-size: 12px; }
  .at-hero__scanner-status {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .at-hero__scanner-rows {
    padding: 8px 0;
    gap: 3px;
  }

  .at-hero__row {
    padding: 8px 10px;
    font-size: 12px;
  }
  .at-hero__row-label {
    gap: 8px;
    flex-wrap: wrap;
  }
  .at-hero__row-id { font-size: 10px; }
  .at-hero__flag-tag {
    font-size: 9px;
    padding: 2px 5px;
    margin-left: 6px;
  }

  .at-hero__scanner-footer {
    margin-top: 12px;
    padding-top: 12px;
  }
  .at-hero__scanner-footer-label { font-size: 10px; }
  .at-hero__scanner-footer-value {
    font-size: 22px;
    letter-spacing: -.02em;
  }
}

/* Mobile pequeno · iPhone SE / Android compacto (≤ 400px) */
@media (max-width: 400px) {
  #at-hero { padding: 96px 16px 36px; }

  .at-hero__title {
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.2;
  }

  .at-hero__btn--primary {
    padding: 15px 16px;
    font-size: 14px;
    gap: 8px;
  }

  .at-hero__live-text,
  .at-hero__live-currency,
  .at-hero__live-value { font-size: 11px; }

  .at-hero__trust { gap: 6px 12px; }
  .at-hero__trust-item { font-size: 12px; }

  .at-hero__row { font-size: 11px; padding: 7px 9px; }
  .at-hero__row-label { gap: 6px; }
  .at-hero__flag-tag {
    font-size: 8px;
    padding: 2px 4px;
    margin-left: 4px;
  }
  .at-hero__scanner-footer-value { font-size: 20px; }
}

/* ═══════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .at-hero__live,
  .at-hero__title,
  .at-hero__sub,
  .at-hero__actions,
  .at-hero__trust,
  .at-hero__scanner {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .at-hero__title .at-hero__accent {
    animation: none !important;
    background-size: 100% 70% !important;
  }
  .at-hero__live-dot,
  .at-hero__live-dot::after,
  .at-hero__scanner-dot,
  .at-hero__scanline,
  .at-hero__row--flagged { animation: none !important; }
}/* End custom CSS */
/* Start custom CSS */html, body{
    overflow-x: hidden !important; 
    scroll-behavior: auto !important;
}/* End custom CSS */