/* WillTechBH - site corrigido */
:root {
  --bg-dark: #020408;
  --bg-soft: #060a12;
  --bg-panel: rgba(15, 23, 42, 0.66);
  --primary-blue: #1e3a8a;
  --accent-cyan: #06b6d4;
  --accent-cyan-2: #67e8f9;
  --text-main: #f1f5f9;
  --text-muted: #94a3b8;
  --glass-border: rgba(6, 182, 212, 0.18);
  --font-main: 'Inter', sans-serif;
  --font-display: 'Outfit', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  background: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; position: relative; z-index: 2; }
.section-padding { padding: 84px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)); border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); }
h1, h2, h3 { color: #fff; line-height: 1.12; }
h1 { font-family: var(--font-display); font-size: clamp(2.65rem, 5vw, 5rem); font-weight: 900; letter-spacing: -0.055em; margin-bottom: 18px; max-width: 820px; }
h2 { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 850; letter-spacing: -0.035em; margin-bottom: 12px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
p { color: var(--text-muted); }
.section-header { margin-bottom: 32px; }
.section-kicker { display: inline-block; color: var(--accent-cyan-2); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; margin-bottom: 8px; }
.micro-text { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 20px; }

.btn-primary, .btn-secondary, .btn-card {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 14px 24px; border-radius: 10px;
  font-weight: 800; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  cursor: pointer; font-family: var(--font-main); border: 0;
}
.btn-primary { background: linear-gradient(135deg, #253ca8, #3b82f6); color: #fff; box-shadow: 0 12px 36px rgba(59,130,246,.28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(6,182,212,.28); }
.btn-secondary { background: rgba(6,182,212,.08); color: var(--accent-cyan-2); border: 1px solid rgba(6,182,212,.52); }
.btn-secondary:hover { background: rgba(6,182,212,.16); transform: translateY(-2px); }
.btn-card { width: 100%; background: rgba(255,255,255,.055); color: #fff; border: 1px solid rgba(255,255,255,.09); }
.btn-card:hover { background: rgba(30,58,138,.85); border-color: rgba(6,182,212,.45); }
.large-btn { padding: 18px 30px; font-size: 1rem; }
.giant-btn { width: 100%; min-height: 70px; font-size: 1.15rem; }
.btn-sm { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.full-width { width: 100%; }
.text-link { color: var(--text-muted); text-decoration: none; display: inline-flex; gap: 8px; align-items: center; margin-top: 20px; font-weight: 700; }
.text-link:hover { color: #fff; }
.highlight-text { color: var(--accent-cyan-2); text-shadow: 0 0 18px rgba(6,182,212,.38); }

.site-header {
  position: fixed; inset: 0 0 auto 0; height: 78px; z-index: 1000;
  background: rgba(2,4,8,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(6,182,212,.12);
}
.nav-container { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.brand-logo { color:#fff; text-decoration:none; display:flex; align-items:center; gap:12px; font-family:var(--font-display); font-weight:850; }
.brand-logo img { height: 42px; width: 58px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(6,182,212,.35)); border-radius: 6px; }
.nav-menu { display:flex; list-style:none; gap:26px; align-items:center; }
.nav-link { color: var(--text-muted); text-decoration:none; font-weight:700; font-size:.95rem; }
.nav-link:hover { color: var(--accent-cyan-2); }
.mobile-toggle { display:none; background:transparent; border:0; color:#fff; font-size:1.45rem; cursor:pointer; }

.hero-section { min-height: min(860px, 92vh); display:flex; align-items:center; padding-top: 96px; position:relative; overflow:hidden; }
.tech-grid { position:absolute; inset:0; opacity:.64; background-image: linear-gradient(rgba(2,4,8,.72), rgba(2,4,8,.98)), linear-gradient(90deg, rgba(6,182,212,.045) 1px, transparent 1px), linear-gradient(rgba(6,182,212,.045) 1px, transparent 1px); background-size: 100% 100%, 42px 42px, 42px 42px; }
.tech-glow { position:absolute; width: min(820px, 90vw); height:min(820px, 90vw); border-radius:50%; top:50%; left:56%; transform:translate(-50%,-50%); background: radial-gradient(circle, rgba(30,58,138,.21), transparent 67%); filter: blur(45px); }
.hero-layout { display:grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items:center; }
.hero-subtitle { font-size:1.12rem; max-width: 690px; margin-bottom: 16px; color:#cbd5e1; }
.tech-badge { display:inline-flex; align-items:center; gap:8px; padding: 7px 15px; border:1px solid rgba(6,182,212,.35); background:rgba(6,182,212,.06); border-radius:999px; color:var(--accent-cyan-2); font-weight:800; font-size:.82rem; margin-bottom:24px; }
.trust-pills { display:flex; flex-wrap:wrap; gap:10px; margin: 18px 0 28px; }
.trust-pills span { display:inline-flex; align-items:center; gap:7px; padding:9px 12px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.09); border-radius:8px; color:var(--text-muted); font-weight:700; font-size:.9rem; }
.trust-pills i { color: var(--accent-cyan-2); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }

.hologram-stage { position:relative; min-height: 440px; display:flex; align-items:center; justify-content:center; }
.holo-card { position:relative; width: 385px; height: 385px; display:flex; justify-content:center; align-items:center; border-radius:50%; background: radial-gradient(circle, rgba(6,182,212,.13), rgba(2,4,8,.02) 60%, transparent 72%); }
.holo-light { position:absolute; inset:8%; border-radius:50%; background:radial-gradient(circle, rgba(6,182,212,.28), rgba(6,182,212,.04) 52%, transparent 72%); filter: blur(9px); }
.willbot-hero { position:relative; z-index:3; width:min(78%, 305px); height:auto; filter: drop-shadow(0 0 34px rgba(6,182,212,.55)) drop-shadow(0 18px 45px rgba(0,0,0,.7)); animation: floatHolo 7s ease-in-out infinite; }
.holo-scan { position:absolute; left:10%; right:10%; height:2px; top:20%; background:linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); box-shadow:0 0 18px rgba(103,232,249,.75); animation: scan 4s ease-in-out infinite; z-index:4; }
.holo-label { position:absolute; z-index:5; left:50%; bottom: 22px; transform:translateX(-50%); white-space:nowrap; padding:8px 14px; border:1px solid rgba(6,182,212,.38); border-radius:999px; background:rgba(2,4,8,.76); color:var(--accent-cyan-2); font-weight:850; font-size:.82rem; }
.holo-ring { position:absolute; border-radius:50%; border:1px solid rgba(6,182,212,.5); box-shadow:0 0 24px rgba(6,182,212,.16); }
.ring-1 { inset: 4%; border-style:dashed; animation: spin 15s linear infinite; }
.ring-2 { inset: 13%; border-color:rgba(30,58,138,.7); animation: spin 21s linear infinite reverse; }
.ring-3 { inset: -3%; border-color:rgba(103,232,249,.18); animation: spin 28s linear infinite; }

.bento-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
.service-card { min-height: 235px; background: var(--bg-panel); border:1px solid var(--glass-border); padding:28px; border-radius:18px; display:flex; flex-direction:column; align-items:flex-start; transition:.28s ease; }
.service-card:hover { transform:translateY(-5px); border-color:rgba(103,232,249,.58); background:rgba(30,58,138,.54); box-shadow:0 18px 45px rgba(0,0,0,.28); }
.service-card.highlight { border-color:rgba(103,232,249,.5); background:rgba(6,182,212,.07); }
.service-icon { width:58px; height:58px; display:grid; place-items:center; font-size:1.75rem; color:var(--accent-cyan-2); margin-bottom:18px; background:rgba(255,255,255,.055); border-radius:14px; border:1px solid rgba(255,255,255,.06); }
.service-card p { margin-bottom:18px; }
.service-link { margin-top:auto; color:var(--accent-cyan-2); text-decoration:none; font-size:.92rem; font-weight:850; border-bottom:1px solid rgba(6,182,212,.45); padding-bottom:3px; }
.service-link:hover { color:#fff; border-color:#fff; }

.radar-interface { background:linear-gradient(180deg, rgba(30,58,138,.16), rgba(2,4,8,.02)); border:1px solid var(--glass-border); border-radius:22px; padding:46px; display:grid; grid-template-columns: .7fr 2fr; gap:34px; align-items:center; }
.radar-visual { width:140px; height:140px; position:relative; margin:auto; display:grid; place-items:center; }
.circle-ring { position:absolute; border-radius:50%; border:1px solid rgba(6,182,212,.4); animation:ripple 2.8s infinite linear; }
.c1 { width:100%; height:100%; border-style:dashed; }
.c2 { width:72%; height:72%; animation-delay:.9s; }
.c3 { width:45%; height:45%; background:rgba(6,182,212,.08); animation-delay:1.8s; }
.radar-icon { position:relative; z-index:3; font-size:2rem; color:var(--accent-cyan-2); }
.chips-bar { display:flex; flex-wrap:wrap; gap:10px; margin: 18px 0; }
.chip-tag { padding: 9px 16px; border-radius:999px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.09); color:var(--text-muted); cursor:pointer; font-weight:800; }
.chip-tag:hover { border-color:rgba(6,182,212,.6); color:var(--accent-cyan-2); }
.search-wrapper { display:flex; gap:10px; max-width: 780px; }
.search-wrapper input { flex:1; min-height:52px; padding:0 16px; border-radius:10px; background:rgba(0,0,0,.42); border:1px solid var(--glass-border); color:#fff; outline:0; }
.search-wrapper input:focus { border-color:rgba(6,182,212,.75); }

.banners-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:28px; align-items:start; }
.banner-card { background:rgba(15,23,42,.56); border:1px solid var(--glass-border); border-radius:18px; overflow:hidden; transition:.28s ease; }
.banner-card:hover { transform:translateY(-4px); border-color:var(--accent-cyan); box-shadow:0 18px 45px rgba(0,0,0,.35); }
.banner-image-container { width:100%; background:#f8fafc; display:flex; align-items:center; justify-content:center; padding:10px; overflow:visible; height:auto; }
.banner-image-container img { display:block; width:100%; height:auto; object-fit:contain; object-position:center; border-radius:12px; transition:transform .3s ease; }
.banner-card:hover .banner-image-container img { transform:scale(1.01); }
.banner-text-content { padding:24px; text-align:center; }
.card-category { color:var(--accent-cyan-2); text-transform:uppercase; font-size:.76rem; font-weight:900; letter-spacing:.13em; display:inline-block; margin-bottom:8px; }
.banner-text-content p { margin: 0 auto 20px; max-width: 520px; }

.contact-layout { display:grid; grid-template-columns: 1fr 1fr; gap:48px; align-items:center; }
.contact-text p { max-width:620px; }
.contact-points { display:flex; flex-direction:column; gap:12px; margin-top:20px; }
.point-item { color:var(--text-muted); display:flex; gap:10px; align-items:center; }
.point-item i { color:var(--accent-cyan-2); }
.contact-action-area { display:flex; flex-direction:column; gap:16px; align-items:stretch; }
.big-info-box { min-height:84px; border:1px solid var(--glass-border); background:rgba(255,255,255,.055); border-radius:16px; display:flex; justify-content:center; align-items:center; gap:16px; font-size:1.55rem; font-weight:900; }
.secondary-info { color:var(--text-muted); display:flex; flex-direction:column; gap:10px; text-align:center; }

#will-ia-drawer { position:fixed; top:0; right:-100%; width:480px; max-width:100%; height:100vh; z-index:2000; background:rgba(6,10,22,.985); backdrop-filter:blur(18px); border-left:1px solid var(--glass-border); box-shadow:-10px 0 50px rgba(0,0,0,.8); transition:right .35s cubic-bezier(.16,1,.3,1); display:flex; flex-direction:column; }
#will-ia-drawer.active { right:0; }
.drawer-header { padding:24px; display:flex; align-items:center; gap:16px; border-bottom:1px solid var(--glass-border); }
.ai-avatar { width:62px; height:62px; border-radius:18px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(135deg, rgba(30,58,138,.75), rgba(6,182,212,.2)); box-shadow:0 0 22px rgba(6,182,212,.35); }
.ai-avatar img { width:100%; height:100%; object-fit:cover; }
.ai-avatar i { display:none; color:var(--accent-cyan-2); font-size:1.8rem; }
.ai-info { flex:1; }
.status-indicator { color:#22c55e; font-weight:800; font-size:.9rem; }
.status-dot { width:8px; height:8px; border-radius:50%; background:#22c55e; box-shadow:0 0 12px #22c55e; display:inline-block; margin-right:7px; }
.btn-close { border:0; background:transparent; color:var(--text-muted); font-size:1.4rem; cursor:pointer; }
.drawer-body { flex:1; overflow-y:auto; padding:26px; }
.chat-intro { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:15px; color:#dbeafe; margin-bottom:22px; }
.progress-container { display:grid; grid-template-columns: repeat(4, 1fr); gap:8px; margin-bottom:22px; }
.progress-step { color:var(--text-muted); text-align:center; font-size:.74rem; font-weight:750; }
.step-num { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.08); margin:0 auto 5px; border:1px solid var(--glass-border); color:#fff; }
.progress-step.active .step-num { background:var(--accent-cyan); color:#021018; box-shadow:0 0 12px rgba(6,182,212,.6); }
.form-step { margin-bottom:20px; }
.form-step label { display:block; color:var(--accent-cyan-2); font-weight:850; margin-bottom:9px; }
.chip-group { display:flex; flex-wrap:wrap; gap:10px; }
.chip-group input { display:none; }
.chip-btn { padding:10px 16px; border:1px solid var(--glass-border); border-radius:999px; background:rgba(255,255,255,.055); color:var(--text-muted); cursor:pointer; font-weight:800; }
.chip-group input:checked + .chip-btn { background:var(--primary-blue); color:#fff; border-color:var(--primary-blue); }
.form-step input, .form-step select { width:100%; min-height:48px; border:1px solid var(--glass-border); border-radius:10px; padding:0 14px; background:rgba(0,0,0,.42); color:#fff; outline:0; }
.security-note { padding:13px; border-left:3px solid #eab308; border-radius:8px; color:#fbbf24; background:rgba(234,179,8,.1); display:flex; gap:10px; align-items:center; font-size:.9rem; }
.drawer-footer { padding:22px; border-top:1px solid var(--glass-border); }

footer { padding:38px 0; border-top:1px solid var(--glass-border); }
.footer-content { display:flex; flex-direction:column; align-items:center; gap:14px; color:var(--text-muted); }
.footer-logo img { height:32px; width:50px; }
.float-wa { position:fixed; right:28px; bottom:28px; z-index:1001; width:64px; height:64px; border-radius:50%; background:#25d366; color:#fff; display:grid; place-items:center; text-decoration:none; font-size:31px; box-shadow:0 4px 18px rgba(37,211,102,.42); animation:pulseGreen 2s infinite; }
.float-wa:hover { transform:scale(1.06); }

@keyframes spin { to { transform:rotate(360deg); } }
@keyframes floatHolo { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes scan {
0%, 100% {
    transform: translate3d(0, -115px, 0);
    opacity: .18;
  }

  50% {
    transform: translate3d(0, 115px, 0);
    opacity: .82;
  }
}
@keyframes ripple { from { transform:scale(.7); opacity:.7 } to { transform:scale(1.35); opacity:0 } }
@keyframes pulseGreen {
0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.08);
    opacity: .92;
  }
}

@media (max-width: 992px) {
  .hero-layout, .radar-interface, .contact-layout { grid-template-columns:1fr; text-align:center; }
  .hero-section { min-height:auto; padding:112px 0 70px; }
  .hero-actions, .trust-pills, .chips-bar { justify-content:center; }
  .hologram-stage { order:-1; min-height:330px; }
  .holo-card { width:285px; height:285px; }
  .bento-grid, .banners-grid { grid-template-columns:1fr; }
  .nav-menu { position:fixed; top:78px; left:-100%; width:100%; height:calc(100vh - 78px); background:rgba(2,4,8,.98); flex-direction:column; align-items:flex-start; padding:38px 24px; transition:left .28s ease; }
  .nav-menu.active { left:0; }
  .mobile-toggle { display:block; }
  .search-wrapper { flex-direction:column; }
  .banner-image-container { padding:8px; }
  #will-ia-drawer { width:100%; }
}
@media (max-width: 520px) {
  .large-btn, .btn-secondary, .btn-primary { width:100%; }
  .hero-actions { width:100%; }
  .brand-logo span { font-size:.95rem; }
  .float-wa { width:58px; height:58px; right:18px; bottom:18px; }
  .big-info-box { font-size:1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; }
}

/* =========================================================
   AJUSTE FINAL INTEGRADO - WILLBOT SEM XADREZ / HERO LIMPO
   ========================================================= */
.hero-section {
  min-height: min(800px, 90vh);
}

h1 {
  font-size: clamp(2.55rem, 4.35vw, 4.45rem);
  max-width: 760px;
}

.hologram-stage {
  min-height: 420px;
}

.holo-card,
.holo-ai-core {
  width: 365px;
  height: 365px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(6,182,212,.15), rgba(2,4,8,.03) 58%, transparent 72%);
  border: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
}

.willbot-hero {
  width: min(66%, 255px);
  height: auto;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 4;
  border-radius: 24px;
  background: transparent !important;
  filter:
    drop-shadow(0 0 24px rgba(6,182,212,.58))
    drop-shadow(0 20px 46px rgba(0,0,0,.72));
  animation: willbotFloat 7s ease-in-out infinite;
}

.holo-light {
  inset: 10%;
  opacity: .9;
}

.holo-scan {
  left: 18%;
  right: 18%;
  width: auto;
  opacity: .55;
}

.holo-label {
  bottom: 27px;
  background: rgba(2,4,8,.82);
  border: 1px solid rgba(6,182,212,.34);
  box-shadow: 0 0 18px rgba(6,182,212,.16);
  font-size: .78rem;
}

.ai-avatar img {
  background: transparent !important;
}

@keyframes willbotFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.02); }
}

@media (max-width: 992px) {
  h1 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .hologram-stage { min-height: 320px; }
  .holo-card,
  .holo-ai-core { width: 280px; height: 280px; }
  .willbot-hero { width: min(66%, 190px); }
  .holo-label { bottom: 18px; font-size: .72rem; }
}


/* =========================================================
   AJUSTE DEFINITIVO WILLBOT - MENOR, CLICÁVEL E SEM FUNDO PRETO EXTERNO
   ========================================================= */
.hologram-stage {
  min-height: 410px;
}

.holo-card,
.holo-ai-core {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 182, 212, .16), rgba(2, 4, 8, .04) 56%, transparent 72%);
  border: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
}

button.holo-card,
.willbot-trigger {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.willbot-hero {
  width: min(58%, 215px);
  height: auto;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 4;
  border-radius: 28px;
  background: transparent !important;
  filter:
    drop-shadow(0 0 22px rgba(6, 182, 212, .56))
    drop-shadow(0 18px 38px rgba(0, 0, 0, .70));
  animation: willbotFloat 7s ease-in-out infinite;
  transition: transform .25s ease, filter .25s ease;
}

.willbot-trigger:hover .willbot-hero,
.willbot-trigger:focus-visible .willbot-hero {
  transform: translateY(-4px) scale(1.035);
  filter:
    drop-shadow(0 0 30px rgba(6, 182, 212, .72))
    drop-shadow(0 20px 44px rgba(0, 0, 0, .75));
}

.willbot-trigger:focus-visible {
  outline: 2px solid rgba(103, 232, 249, .85);
  outline-offset: 10px;
}

.holo-light {
  width: 76%;
  height: 76%;
  opacity: .95;
}

.holo-scan {
  left: 20%;
  right: 20%;
  width: auto;
  opacity: .52;
  pointer-events: none;
}

.holo-label {
  bottom: 34px;
  font-size: .76rem;
  padding: 7px 13px;
  background: rgba(2, 4, 8, .84);
  border: 1px solid rgba(6, 182, 212, .34);
  box-shadow: 0 0 18px rgba(6, 182, 212, .13);
  pointer-events: none;
}

@media (max-width: 992px) {
  .hologram-stage { min-height: 305px; }
  .holo-card,
  .holo-ai-core {
    width: 276px;
    height: 276px;
  }
  .willbot-hero {
    width: min(60%, 168px);
    border-radius: 22px;
  }
  .holo-label {
    bottom: 18px;
    font-size: .70rem;
  }
}


/* =========================================================
   AJUSTES FUNCIONAIS CONGELADOS: AGENDAR / ROTA / HORÁRIO
   ========================================================= */
.trust-pills a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 9px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 800;
  transition: .25s ease;
}
.trust-pills a i { color: var(--accent-cyan-2); }
.trust-pills a:hover {
  color: #fff;
  border-color: rgba(6,182,212,.38);
  background: rgba(6,182,212,.10);
  transform: translateY(-1px);
}
.contact-buttons-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-buttons-row .btn-secondary {
  min-height: 52px;
}
@media (max-width: 520px) {
  .contact-buttons-row { grid-template-columns: 1fr; }
}

/* =========================================================
   ETAPA 4B - CSS VISUAL SAFE V1
   Escopo: blocos SEO/FAQ publicados na Etapa 3
   Tipo: aditivo, sem remover CSS antigo
   ========================================================= */

.seo-engine-section {
  position: relative;
  overflow: hidden;
}

.seo-engine-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(6,182,212,.12), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(30,58,138,.18), transparent 38%);
}

.seo-engine-section > .container,
.faq-section > .container {
  position: relative;
  z-index: 2;
}

.seo-intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.seo-intent-grid .service-card {
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.78), rgba(2,4,8,.7)),
    radial-gradient(circle at top left, rgba(6,182,212,.10), transparent 42%);
}

.seo-intent-grid .service-card h3 {
  font-size: 1.12rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

.seo-intent-grid .service-card p {
  font-size: .94rem;
  line-height: 1.58;
}

.faq-section {
  position: relative;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 26px;
}

.faq-grid details {
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: rgba(15,23,42,.62);
  overflow: hidden;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

.faq-grid details:hover,
.faq-grid details[open] {
  border-color: rgba(103,232,249,.42);
  background: rgba(15,23,42,.82);
}

.faq-grid details[open] {
  transform: translateY(-1px);
}

.faq-grid summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--text-main);
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--accent-cyan-2);
  background: rgba(6,182,212,.08);
  border: 1px solid rgba(6,182,212,.22);
  font-weight: 900;
}

.faq-grid details[open] summary::after {
  content: "–";
}

.faq-grid details p {
  padding: 0 20px 20px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .seo-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .seo-intent-grid {
    grid-template-columns: 1fr;
  }

  .seo-intent-grid .service-card {
    min-height: auto;
  }

  .faq-grid summary {
    align-items: flex-start;
    padding: 16px;
  }

  .faq-grid details p {
    padding: 0 16px 18px;
  }
}

/* WILLTECH_FIX_LOGOS_VISUAL_V3_REAL
   Correção real:
   1) Header sem imagem retangular colada: brand-mark CSS substitui a imagem no topo.
   2) Hero alinhado pelo conjunto real: hologram-stage + rings + holo-card + picture + label.
   Não altera Will IA/formulário, JS, backend, sitemap ou Nginx.
*/

/* Header: emblema nativo do layout, sem asset retangular. */
.site-header .brand-logo,
header .brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  line-height: 1 !important;
}

.site-header .brand-logo .brand-mark,
header .brand-logo .brand-mark {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  display: grid !important;
  place-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  color: #8eeeff !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(137, 226, 255, .28), rgba(68, 92, 255, .12) 38%, rgba(4, 8, 18, .72) 72%),
    linear-gradient(135deg, rgba(79, 70, 229, .22), rgba(6, 182, 212, .11));
  border: 1px solid rgba(142, 238, 255, .18) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 0 18px rgba(90, 130, 255, .28),
    0 0 28px rgba(6, 182, 212, .12) !important;
}

.site-header .brand-logo .brand-mark::before,
header .brand-logo .brand-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 50%, rgba(142,238,255,.16), transparent 58%),
    rgba(1, 5, 15, .48);
  border: 1px solid rgba(142,238,255,.12);
}

.site-header .brand-logo .brand-mark i,
header .brand-logo .brand-mark i {
  position: relative !important;
  z-index: 2 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  text-shadow:
    0 0 10px rgba(142,238,255,.75),
    0 0 20px rgba(90,130,255,.35);
}

.site-header .brand-logo span:last-child,
header .brand-logo span:last-child {
  transform: translateY(1px);
}

/* Evita que regra antiga de imagem do brand afete o novo emblema. */
.brand-logo .brand-mark img,
.site-header .brand-logo .brand-mark img,
header .brand-logo .brand-mark img {
  display: none !important;
}

/* Hero: todo o conjunto agora tem o mesmo centro matemático. */
.hologram-stage {
  --wt-orbit: min(500px, 42vw);
  --wt-card: min(350px, 30vw);
  --wt-icon: min(178px, 15vw);

  position: relative !important;
  min-height: 450px !important;
  display: grid !important;
  place-items: center !important;
  justify-content: center !important;
  align-content: center !important;
  overflow: visible !important;
}

.hologram-stage .holo-ring {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  inset: auto !important;
  border-radius: 50% !important;
  transform-origin: center center !important;
  pointer-events: none !important;
}

.hologram-stage .ring-1 {
  width: calc(var(--wt-orbit) * .86) !important;
  height: calc(var(--wt-orbit) * .86) !important;
  margin-left: calc(var(--wt-orbit) * -.43) !important;
  margin-top: calc(var(--wt-orbit) * -.43) !important;
}

.hologram-stage .ring-2 {
  width: calc(var(--wt-orbit) * .65) !important;
  height: calc(var(--wt-orbit) * .65) !important;
  margin-left: calc(var(--wt-orbit) * -.325) !important;
  margin-top: calc(var(--wt-orbit) * -.325) !important;
}

.hologram-stage .ring-3 {
  width: var(--wt-orbit) !important;
  height: var(--wt-orbit) !important;
  margin-left: calc(var(--wt-orbit) * -.5) !important;
  margin-top: calc(var(--wt-orbit) * -.5) !important;
}

.hologram-stage .holo-card.holo-ai-core.willbot-trigger {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: var(--wt-card) !important;
  height: var(--wt-card) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  overflow: visible !important;
  transform: translate(-50%, -50%) !important;
  background:
    radial-gradient(circle at 50% 47%, rgba(6, 182, 212, .18), rgba(2, 4, 8, .035) 57%, transparent 72%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hologram-stage .holo-light {
  position: absolute !important;
  inset: 13% !important;
  border-radius: 50% !important;
  opacity: .78 !important;
}

.hologram-stage .holo-scan {
  position: absolute !important;
  top: 49% !important;
  left: 20% !important;
  right: 20% !important;
  z-index: 3 !important;
  opacity: .42 !important;
}

.hologram-stage .holo-card.holo-ai-core.willbot-trigger picture {
  position: absolute !important;
  left: 50% !important;
  top: 45.5% !important;
  width: var(--wt-icon) !important;
  height: var(--wt-icon) !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  z-index: 4 !important;
  pointer-events: none !important;
}

.hologram-stage .holo-card.holo-ai-core.willbot-trigger .willbot-hero {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 28px !important;
  transform: none !important;
  animation: willbotFloat 7s ease-in-out infinite !important;
  filter:
    drop-shadow(0 0 24px rgba(6,182,212,.52))
    drop-shadow(0 18px 38px rgba(0,0,0,.62)) !important;
}

.hologram-stage .holo-card.holo-ai-core.willbot-trigger .holo-label {
  position: absolute !important;
  left: 50% !important;
  bottom: 21% !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  .hologram-stage {
    --wt-orbit: min(430px, 44vw);
    --wt-card: min(315px, 32vw);
    --wt-icon: min(160px, 16vw);
  }
}

@media (max-width: 992px) {
  .hologram-stage {
    --wt-orbit: min(360px, 82vw);
    --wt-card: min(280px, 70vw);
    --wt-icon: min(145px, 40vw);
    min-height: 350px !important;
  }
}

@media (max-width: 560px) {
  .site-header .brand-logo .brand-mark,
  header .brand-logo .brand-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 13px !important;
  }

  .hologram-stage {
    --wt-orbit: min(310px, 86vw);
    --wt-card: min(245px, 74vw);
    --wt-icon: min(130px, 43vw);
  }
}

/* WILLTECH_FIX_HERO_STAGE_RIGHT_V5
   Escopo:
   - Header/topo já aprovado: não mexer.
   - Move o conjunto visual inteiro do hero para a direita.
   - Recentraliza ícone e label dentro do círculo.
   - Não altera Will IA/formulário, JS, backend, sitemap ou Nginx.
*/

@media (min-width: 993px) {
  .hologram-stage {
    transform: translateX(120px) !important;
  }

  .hologram-stage .holo-card.holo-ai-core.willbot-trigger picture {
    left: 50% !important;
    top: 45.5% !important;
  }

  .hologram-stage .holo-card.holo-ai-core.willbot-trigger .holo-label {
    left: 50% !important;
  }
}

@media (min-width: 1400px) {
  .hologram-stage {
    transform: translateX(145px) !important;
  }
}

@media (max-width: 992px) {
  .hologram-stage {
    transform: none !important;
  }

  .hologram-stage .holo-card.holo-ai-core.willbot-trigger picture,
  .hologram-stage .holo-card.holo-ai-core.willbot-trigger .holo-label {
    left: 50% !important;
  }
}


/* =========================================================
   WILLTECH_WILLIA_VISUAL_RICO_V2
   Pré-consulta organizada, responsiva e sem falso stepper
   ========================================================= */
#will-ia-drawer {
  width: 520px;
}

#will-ia-drawer .drawer-body {
  padding: 24px;
  scrollbar-color: rgba(34,211,238,.38) rgba(2,6,23,.55);
}

#will-ia-drawer .chat-intro {
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(8,47,73,.48));
  border-color: rgba(34,211,238,.2);
}

.willia-quick-heading {
  margin-bottom: 18px;
  padding: 15px 16px;
  border: 1px solid rgba(56,189,248,.2);
  border-radius: 14px;
  background: rgba(8,18,38,.86);
}

.willia-quick-heading strong,
.willia-quick-heading p {
  display: block;
}

.willia-quick-heading strong {
  margin-top: 7px;
  color: #f8fafc;
  font-size: .95rem;
}

.willia-quick-heading p {
  margin: 5px 0 0;
  color: #94a3b8;
  font-size: .82rem;
  line-height: 1.55;
}

.willia-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #67e8f9;
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#will-ia-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.willia-form-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(51,65,85,.82);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(15,23,42,.93), rgba(6,18,38,.92));
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.willia-form-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #22d3ee, #3b82f6);
  opacity: .78;
}

.willia-form-card:focus-within {
  border-color: rgba(34,211,238,.58);
  box-shadow: 0 16px 36px rgba(0,0,0,.24), 0 0 0 3px rgba(34,211,238,.07);
}

.willia-form-card.is-other {
  border-color: rgba(34,211,238,.78);
  box-shadow: 0 0 0 3px rgba(34,211,238,.08), 0 18px 38px rgba(0,0,0,.25);
}

.willia-card-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 17px;
}

.willia-card-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34,211,238,.32);
  border-radius: 12px;
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(30,64,175,.34), rgba(6,182,212,.13));
  box-shadow: 0 0 20px rgba(6,182,212,.09);
}

.willia-card-title h4 {
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.25;
}

.willia-card-title p {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: .8rem;
  line-height: 1.45;
}

#will-ia-form .form-step {
  margin-bottom: 15px;
}

#will-ia-form .form-step:last-child {
  margin-bottom: 0;
}

#will-ia-form .form-step > label {
  color: #a5f3fc;
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .01em;
}

#will-ia-form .form-step input,
#will-ia-form .form-step select,
#will-ia-form .form-step textarea {
  width: 100%;
  border: 1px solid rgba(71,85,105,.82);
  border-radius: 12px;
  background: rgba(2,8,23,.78);
  color: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#will-ia-form .form-step input,
#will-ia-form .form-step select {
  min-height: 49px;
  padding: 0 14px;
}

#will-ia-form .form-step textarea {
  min-height: 112px;
  resize: vertical;
  padding: 13px 14px;
  font: inherit;
  line-height: 1.5;
}

#will-ia-form .form-step input::placeholder,
#will-ia-form .form-step textarea::placeholder {
  color: #64748b;
}

#will-ia-form .form-step input:focus,
#will-ia-form .form-step select:focus,
#will-ia-form .form-step textarea:focus {
  border-color: #22d3ee;
  background: rgba(3,12,30,.96);
  box-shadow: 0 0 0 3px rgba(34,211,238,.12), 0 0 22px rgba(6,182,212,.08);
  outline: 0;
}

#will-ia-form .chip-group {
  gap: 9px;
}

#will-ia-form .chip-group input {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#will-ia-form .chip-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-color: rgba(71,85,105,.9);
  background: rgba(15,23,42,.82);
  color: #cbd5e1;
  line-height: 1.15;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}

#will-ia-form .chip-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(34,211,238,.72);
  color: #ecfeff;
}

#will-ia-form .chip-group input:focus-visible + .chip-btn {
  outline: 2px solid #22d3ee;
  outline-offset: 3px;
}

#will-ia-form .equipment-chips input:checked + .chip-btn {
  border-color: #22d3ee;
  background: linear-gradient(135deg, rgba(14,116,144,.95), rgba(29,78,216,.88));
  color: #fff;
  box-shadow: 0 8px 22px rgba(6,182,212,.17);
}

#will-ia-form .urgency-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#will-ia-form .urgency-chips .chip-btn {
  padding-inline: 9px;
  text-align: center;
  font-size: .78rem;
  border-radius: 11px;
}

#will-ia-form .urgency-chips input:checked + .urgency-low {
  border-color: #38bdf8;
  background: rgba(2,132,199,.24);
  color: #bae6fd;
}

#will-ia-form .urgency-chips input:checked + .urgency-medium {
  border-color: #f59e0b;
  background: rgba(245,158,11,.18);
  color: #fde68a;
}

#will-ia-form .urgency-chips input:checked + .urgency-high {
  border-color: #fb7185;
  background: rgba(244,63,94,.18);
  color: #fecdd3;
}

.willia-required-badge {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 7px;
  border: 1px solid rgba(34,211,238,.38);
  border-radius: 999px;
  color: #67e8f9;
  background: rgba(6,182,212,.1);
  font-size: .65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field-helper {
  display: block;
  margin-top: 7px;
  color: #7f8ea3;
  font-size: .75rem;
  line-height: 1.45;
}

.willia-tech-note {
  margin: 0;
  border: 1px solid rgba(245,158,11,.22);
  border-left: 3px solid #f59e0b;
  color: #fde68a;
  background: rgba(120,53,15,.16);
}

.willia-form-error[hidden],
.willia-success[hidden],
.willia-required-badge[hidden] {
  display: none !important;
}

.willia-form-error,
.willia-success {
  border-radius: 13px;
  padding: 14px 15px;
}

.willia-form-error {
  border: 1px solid rgba(251,113,133,.38);
  color: #fecdd3;
  background: rgba(127,29,29,.24);
  font-size: .86rem;
  font-weight: 700;
}

.willia-success {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(74,222,128,.4);
  color: #dcfce7;
  background: linear-gradient(135deg, rgba(20,83,45,.44), rgba(5,46,22,.32));
  box-shadow: 0 14px 30px rgba(0,0,0,.18), 0 0 24px rgba(34,197,94,.08);
}

.willia-success > i {
  margin-top: 2px;
  color: #4ade80;
  font-size: 1.2rem;
}

.willia-success strong,
.willia-success span {
  display: block;
}

.willia-success strong {
  margin-bottom: 4px;
  color: #f0fdf4;
}

.willia-success span {
  color: #bbf7d0;
  font-size: .82rem;
  line-height: 1.5;
}

#will-ia-submit:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

@media (max-width: 560px) {
  #will-ia-drawer .drawer-body {
    padding: 18px;
  }

  .willia-form-card {
    padding: 16px;
  }

  #will-ia-form .urgency-chips {
    grid-template-columns: 1fr;
  }

  #will-ia-form .urgency-chips .chip-btn {
    width: 100%;
  }
}

/* WILLTECH_ITEM3_HOME16_INICIO */
.approved-section{position:relative;padding:84px 0;scroll-margin-top:96px}
.approved-section.section-alt{background:rgba(255,255,255,.018)}
.section-lede{max-width:820px;margin:0 0 28px;color:var(--text-secondary,#a1a1aa)}
.approved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.approved-card,.proof-card,.timeline-step,.heat-grid article{
 background:linear-gradient(145deg,rgba(14,15,26,.94),rgba(7,7,13,.92));
 border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:22px;
 box-shadow:0 14px 34px rgba(0,0,0,.22)
}
.approved-card{display:flex;flex-direction:column;min-height:210px}
.approved-card h3{margin:0 0 10px}.approved-card p{flex:1;color:var(--text-secondary,#a1a1aa)}
.approved-card:hover{transform:translateY(-3px);border-color:rgba(0,229,255,.35)}
.symptom-card{border-color:rgba(124,58,237,.22)}
.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}
.proof-card{display:flex;flex-direction:column;gap:6px;min-height:112px}
.proof-card span{color:var(--text-secondary,#a1a1aa)}
.willia-showcase-grid,.feature-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:42px;align-items:center}
.willia-state-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px;border:1px solid rgba(0,229,255,.25);border-radius:22px;background:rgba(0,229,255,.035)}
.willia-state-panel span{padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:12px;text-align:center;font-family:monospace}
.approved-disclaimer{margin:18px 0;padding:14px;border-left:3px solid #00e5ff;background:rgba(0,229,255,.045)}
.timeline-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:12px;margin-top:30px;overflow-x:auto;padding-bottom:10px}
.timeline-step span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(0,229,255,.12);color:#00e5ff;font-weight:800}
.timeline-step h3{font-size:1rem;margin:14px 0 8px}.timeline-step p{font-size:.92rem;color:var(--text-secondary,#a1a1aa)}
.embedded-search-radar{margin-top:34px}.embedded-search-radar .container{padding:0;max-width:none}
.region-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.region-chips a,.region-chips span{padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.025)}
.feature-grid picture{max-height:520px;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.09)}
.feature-grid picture img{width:100%;height:100%;object-fit:cover}
.feature-grid.reverse>picture{order:0}.feature-grid.reverse>div{order:1}
.approved-list{display:grid;gap:8px;margin:20px 0 28px;padding-left:22px}
.heat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}
.final-cta{padding-bottom:96px}.final-cta-box{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:38px;border:1px solid rgba(0,229,255,.24);border-radius:24px;background:linear-gradient(135deg,rgba(0,229,255,.06),rgba(124,58,237,.07))}
.final-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.anchor-alias{position:absolute;top:-100px}
.header-approved-actions{display:flex;gap:10px;align-items:center;justify-content:center;padding:8px 16px;border-top:1px solid rgba(255,255,255,.06)}
.approved-footer{padding:58px 0 20px;border-top:1px solid rgba(255,255,255,.08);background:#07070d}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:34px}.footer-grid>div,.footer-grid nav{display:flex;flex-direction:column;gap:9px}
.footer-grid p,.footer-grid span{color:var(--text-secondary,#a1a1aa)}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);color:var(--text-secondary,#a1a1aa)}
@media(max-width:980px){.approved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.willia-showcase-grid,.feature-grid{grid-template-columns:1fr}.heat-grid{grid-template-columns:1fr}.final-cta-box{align-items:flex-start;flex-direction:column}.final-cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.header-approved-actions{flex-wrap:wrap}}
@media(max-width:640px){.approved-section{padding:58px 0}.approved-grid,.proof-grid{grid-template-columns:1fr}.timeline-grid{grid-template-columns:repeat(7,82vw)}.footer-grid{grid-template-columns:1fr}.header-approved-actions a:first-child{width:100%;text-align:center}.feature-grid.reverse>picture,.feature-grid.reverse>div{order:initial}}
@media(prefers-reduced-motion:reduce){.approved-card{transition:none!important}.approved-card:hover{transform:none!important}}
/* WILLTECH_ITEM3_HOME16_FIM */

/* WILLTECH_ITEM4_HERO_PREMIUM_INICIO */
.hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 760px;
}

.hero-content h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(2.45rem, 5.2vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
  color: #fff;
  text-shadow:
    0 0 34px rgba(6, 182, 212, .13),
    0 18px 45px rgba(0, 0, 0, .38);
}

.hero-content h1::after {
  content: "";
  display: block;
  width: min(170px, 38%);
  height: 3px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(6, 182, 212, .95),
    rgba(124, 58, 237, .82),
    transparent
  );
  box-shadow: 0 0 22px rgba(6, 182, 212, .32);
}

.hero-content .hero-subtitle {
  max-width: 690px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

@media (max-width: 980px) {
  .hero-content {
    max-width: 820px;
    margin-inline: auto;
  }

  .hero-content h1,
  .hero-content .hero-subtitle {
    margin-inline: auto;
  }

  .hero-content h1::after {
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .hero-content h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -.042em;
  }

  .hero-content h1::after {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-content h1,
  .hero-content h1::after {
    animation: none !important;
    transition: none !important;
  }
}
/* WILLTECH_ITEM4_HERO_PREMIUM_FIM */

/* WILLTECH_ITEM5_WILLIA_MACHINE_INICIO */
.willia-machine-status {
  display: grid;
  grid-template-columns: repeat(6, minmax(76px, 1fr));
  gap: 7px;
  margin-bottom: 18px;
  overflow-x: auto;
}

.willia-machine-status span {
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  color: #94a3b8;
  background: rgba(255, 255, 255, .025);
  text-align: center;
  font-family: monospace;
  font-size: .72rem;
  font-weight: 800;
}

.willia-machine-status span.active {
  color: #fff;
  border-color: rgba(6, 182, 212, .52);
  background: rgba(6, 182, 212, .13);
  box-shadow: 0 0 20px rgba(6, 182, 212, .12);
}

.willia-machine-card {
  border-color: rgba(124, 58, 237, .3);
}

.willia-machine-question + .willia-machine-question {
  margin-top: 14px;
}

.willia-machine-result {
  border-color: rgba(6, 182, 212, .4);
  background:
    linear-gradient(145deg, rgba(6, 182, 212, .07), rgba(124, 58, 237, .06)),
    rgba(8, 11, 20, .96);
}

.willia-result-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.willia-result-score {
  display: grid;
  place-items: center;
  min-width: 78px;
  min-height: 78px;
  border: 1px solid rgba(6, 182, 212, .48);
  border-radius: 50%;
  color: #67e8f9;
  background: rgba(6, 182, 212, .09);
  font-size: 1.1rem;
  font-weight: 900;
}

.willia-result-kicker {
  color: #67e8f9;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.willia-result-header h4 {
  margin: 4px 0 0;
}

.willia-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.willia-result-grid article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
}

.willia-result-grid h5 {
  margin: 0 0 7px;
  color: #fff;
}

.willia-result-grid p,
.willia-result-grid ul {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.55;
}

.willia-result-grid ul {
  padding-left: 18px;
}

.willia-result-disclaimer {
  margin: 16px 0 0;
  padding: 12px;
  border-left: 3px solid #06b6d4;
  color: #cbd5e1;
  background: rgba(6, 182, 212, .055);
}

@media (max-width: 640px) {
  .willia-machine-status {
    grid-template-columns: repeat(6, 105px);
  }

  .willia-result-grid {
    grid-template-columns: 1fr;
  }

  .willia-result-header {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .willia-machine-status span,
  .willia-machine-result {
    animation: none !important;
    transition: none !important;
  }
}
/* WILLTECH_ITEM5_WILLIA_MACHINE_FIM */

/* WILLTECH_ITEM6_ANIMACAO_SEGURA_INICIO */
.holo-scan {
  top: 50% !important;
  will-change: transform, opacity;
}

.float-wa {
  transform-origin: center;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .willbot-hero,
  .holo-scan,
  .holo-ring,
  .circle-ring,
  .float-wa {
    animation: none !important;
    transform: none !important;
  }
}
/* WILLTECH_ITEM6_ANIMACAO_SEGURA_FIM */

/* WILLTECH_ITEM8_HTML_ORGANICO_INICIO */
.site-logo-image {
  display: block;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 12px;
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.service-secondary-title {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.35;
  color: #cbd5e1;
}

@media (max-width: 640px) {
  .site-logo-image {
    width: 42px;
    height: 42px;
    margin-right: 7px;
  }
}
/* WILLTECH_ITEM8_HTML_ORGANICO_FIM */

/* === WT_VISUAL_REPAIR_HOME_V1_START === */

/*
 * Correção visual consolidada da home.
 * Não altera conteúdo, SEO, Will IA, backend ou arquitetura.
 */

:root {
  --wt-header-height: 84px;
  --wt-content-width: 1280px;
  --wt-radius-control: 12px;
  --wt-section-space: 78px;
}

/* Base e navegação por âncoras */

html {
  scroll-padding-top: calc(var(--wt-header-height) + 18px);
}

body {
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: calc(var(--wt-header-height) + 18px);
}

.container {
  width: min(100% - 44px, var(--wt-content-width)) !important;
  max-width: var(--wt-content-width) !important;
  padding-inline: 0 !important;
}

/* Header premium: uma única linha real */

.site-header {
  height: var(--wt-header-height) !important;
  min-height: var(--wt-header-height) !important;
  overflow: visible !important;
  background:
    linear-gradient(180deg, rgba(3, 6, 14, .97), rgba(3, 6, 14, .91)) !important;
  border-bottom: 1px solid rgba(103, 232, 249, .14) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .22) !important;
}

.site-header .nav-container {
  height: var(--wt-header-height) !important;
  min-height: var(--wt-header-height) !important;
  width: min(100% - 36px, 1320px) !important;
  max-width: 1320px !important;
  padding: 0 !important;
  gap: 22px !important;
}

.site-header .brand-logo {
  flex: 0 0 auto !important;
  color: #fff !important;
  text-decoration: none !important;
}

.site-logo-image {
  width: 48px !important;
  height: 48px !important;
  margin-right: 10px !important;
  padding: 4px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(142, 238, 255, .14) !important;
}

.site-header .nav-menu {
  display: flex;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .nav-menu li {
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .nav-menu a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 11px !important;
  color: #cbd5e1 !important;
  font-size: .86rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease !important;
}

.site-header .nav-menu a:hover,
.site-header .nav-menu a:focus-visible {
  color: #fff !important;
  background: rgba(6, 182, 212, .10) !important;
  border-color: rgba(103, 232, 249, .24) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

/*
 * A segunda fileira era maior que os 78px declarados no header
 * e permanecia sobre o conteúdo durante toda a rolagem.
 * As mesmas ações continuam no hero e no CTA final.
 */

.header-approved-actions {
  display: none !important;
}

/* Hero: escala proporcional e sem título gigante */

.hero-section {
  min-height: auto !important;
  padding: 132px 0 94px !important;
  overflow: clip !important;
}

.hero-layout {
  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(340px, .72fr) !important;
  gap: 68px !important;
  align-items: center !important;
}

.hero-content {
  width: 100% !important;
  max-width: 810px !important;
  margin: 0 !important;
  text-align: left !important;
}

.hero-content h1 {
  max-width: 810px !important;
  margin: 0 0 22px !important;
  font-size: clamp(3rem, 3.65vw, 3.85rem) !important;
  line-height: 1.035 !important;
  letter-spacing: -.045em !important;
  text-wrap: pretty !important;
}

.hero-content h1::after {
  margin-inline: 0 !important;
}

.hero-content .hero-subtitle {
  max-width: 760px !important;
  margin-inline: 0 !important;
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.7 !important;
}

.hero-actions {
  width: auto !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.hero-actions .large-btn {
  width: auto !important;
  min-width: 190px !important;
}

/* Hierarquia tipográfica e ritmo vertical */

.approved-section {
  padding: var(--wt-section-space) 0 !important;
}

.approved-section h2 {
  max-width: 920px;
  margin-bottom: 18px !important;
  font-size: clamp(2.2rem, 3.05vw, 3.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: pretty !important;
}

.section-lede,
.approved-section > .container > p,
.feature-grid > div > p {
  max-width: 760px;
  font-size: 1.03rem;
  line-height: 1.7;
}

/* Will IA: tiles legíveis e proporcionais */

.willia-showcase-grid {
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(430px, .92fr) !important;
  gap: 64px !important;
  align-items: center !important;
}

.willia-state-panel {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 28px !important;
  border: 1px solid rgba(103, 232, 249, .22) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, .78), rgba(5, 12, 24, .92)) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25) !important;
}

.willia-state-panel span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 14px 16px !important;
  color: #f8fafc !important;
  font-size: .96rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  border: 1px solid rgba(148, 163, 184, .16) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, .88), rgba(8, 15, 29, .84)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}

/* Cards e links deixam de parecer apenas texto solto */

.approved-grid {
  gap: 18px !important;
}

.approved-card {
  min-height: 205px !important;
  padding: 24px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(103, 232, 249, .13) !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, .78), rgba(5, 10, 22, .82)) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .16) !important;
}

.approved-card h3 {
  margin-bottom: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.25 !important;
}

.service-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  margin-top: auto !important;
  padding: 0 15px !important;
  color: #a5f3fc !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 1px solid rgba(103, 232, 249, .25) !important;
  border-radius: 10px !important;
  background: rgba(6, 182, 212, .075) !important;
}

/* Imagens completas: nenhuma fotografia cortada */

.feature-grid {
  grid-template-columns:
    minmax(0, 1fr)
    minmax(410px, .86fr) !important;
  gap: 64px !important;
  align-items: center !important;
}

.feature-grid picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 520px) !important;
  max-height: none !important;
  justify-self: center !important;
  padding: 10px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 24px !important;
  background: #f5f7fa !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28) !important;
}

.feature-grid picture img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 16px !important;
}

/* Controles e botões com uma única escala */

.btn-primary,
.btn-secondary,
.btn-card {
  min-height: 52px !important;
  padding: 0 22px !important;
  border-radius: var(--wt-radius-control) !important;
  font-size: .98rem !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.large-btn {
  width: auto !important;
  min-height: 56px !important;
  padding: 0 28px !important;
}

/* CTA final equilibrado */

.final-cta {
  padding-bottom: 84px !important;
}

.final-cta-box {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(410px, .9fr) !important;
  gap: 48px !important;
  align-items: center !important;
  padding: 44px !important;
  border-radius: 26px !important;
}

.final-cta-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  justify-content: stretch !important;
}

.final-cta-actions > .btn-primary {
  grid-column: 1 / -1 !important;
}

.final-cta-actions .btn-primary,
.final-cta-actions .btn-secondary,
.final-cta-actions button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 54px !important;
}

/* Rodapé com navegação visual real */

.approved-footer {
  padding: 64px 0 24px !important;
}

.footer-grid {
  grid-template-columns: 1.25fr .9fr .9fr !important;
  gap: 48px !important;
  align-items: start !important;
}

.footer-grid > div,
.footer-grid nav {
  gap: 11px !important;
}

.footer-grid a {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 3px 0 !important;
  color: #c4b5fd !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #fff !important;
  border-bottom-color: rgba(196, 181, 253, .55) !important;
}

/* Privacidade e WhatsApp não ocupam mais a mesma posição */

body .float-wa {
  right: 24px !important;
  bottom: 22px !important;
  width: 58px !important;
  height: 58px !important;
  font-size: 27px !important;
}

body .wt-measurement-control {
  right: 22px !important;
  bottom: 92px !important;
  z-index: 1002 !important;
}

body .wt-measurement-control button {
  min-height: 42px !important;
  padding-inline: 15px !important;
  border-radius: 999px !important;
}

/* Tablet */

@media (max-width: 1100px) {
  :root {
    --wt-section-space: 68px;
  }

  .site-header .nav-menu a {
    padding-inline: 8px !important;
    font-size: .8rem !important;
  }

  .hero-layout {
    grid-template-columns:
      minmax(0, 1.12fr)
      minmax(320px, .88fr) !important;
    gap: 42px !important;
  }

  .hero-content h1 {
    font-size: clamp(2.75rem, 4.8vw, 3.45rem) !important;
  }

  .feature-grid,
  .willia-showcase-grid {
    gap: 42px !important;
  }
}

/* Menu móvel e grids */

@media (max-width: 980px) {
  :root {
    --wt-header-height: 78px;
    --wt-section-space: 62px;
  }

  .site-header,
  .site-header .nav-container {
    height: var(--wt-header-height) !important;
    min-height: var(--wt-header-height) !important;
  }

  .site-header .nav-menu {
    top: var(--wt-header-height) !important;
    height: calc(100dvh - var(--wt-header-height)) !important;
    padding: 24px !important;
    gap: 9px !important;
    align-items: stretch !important;
  }

  .site-header .nav-menu a {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: flex-start !important;
    padding: 0 16px !important;
    font-size: .98rem !important;
    background: rgba(255, 255, 255, .025) !important;
    border-color: rgba(255, 255, 255, .07) !important;
  }

  .hero-section {
    padding: 112px 0 70px !important;
  }

  .hero-layout {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
    text-align: center !important;
  }

  .hero-content {
    max-width: 820px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .hero-content h1,
  .hero-content .hero-subtitle {
    margin-inline: auto !important;
  }

  .hero-content h1::after {
    margin-inline: auto !important;
  }

  .hero-actions {
    justify-content: center !important;
  }

  .hologram-stage {
    min-height: 470px !important;
  }

  .willia-showcase-grid,
  .feature-grid,
  .final-cta-box {
    grid-template-columns: 1fr !important;
  }

  .feature-grid picture {
    width: min(100%, 500px) !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px !important;
  }
}

/* Celular */

@media (max-width: 640px) {
  :root {
    --wt-header-height: 74px;
    --wt-section-space: 54px;
  }

  .container {
    width: min(100% - 32px, var(--wt-content-width)) !important;
  }

  .site-logo-image {
    width: 42px !important;
    height: 42px !important;
    margin-right: 7px !important;
  }

  .hero-section {
    padding: 102px 0 58px !important;
  }

  .hero-content h1 {
    font-size: clamp(2.25rem, 11vw, 2.85rem) !important;
    line-height: 1.02 !important;
  }

  .approved-section h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
  }

  .hero-actions,
  .final-cta-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .hero-actions {
    display: grid !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary,
  .hero-actions .large-btn,
  .large-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .willia-state-panel {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }

  .willia-state-panel span {
    min-height: 56px !important;
  }

  .approved-card {
    min-height: 0 !important;
    padding: 21px !important;
  }

  .feature-grid picture {
    width: 100% !important;
    padding: 7px !important;
    border-radius: 18px !important;
  }

  .final-cta-box {
    padding: 25px !important;
    gap: 28px !important;
  }

  .final-cta-actions > .btn-primary {
    grid-column: auto !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body .float-wa {
    right: 16px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }

  body .wt-measurement-control {
    right: 14px !important;
    bottom: 82px !important;
  }
}

/* === WT_VISUAL_REPAIR_HOME_V1_END === */

/* === WT_VISUAL_REPAIR_HOME_V2_TRES_PROBLEMAS_START === */

/* 1. A imagem antiga foi removida do HTML.
      Somente brand-mark + nome permanecem no cabeçalho. */
.site-header .brand-logo {
  gap: 11px !important;
}

/* 2. Banners verticais completos, menores e proporcionais. */
#empresas .feature-grid picture,
#macbook .feature-grid picture,
#upgrade .feature-grid picture {
  width: min(100%, 420px) !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  max-height: none !important;
  padding: 6px !important;
  overflow: hidden !important;
  justify-self: center !important;
  align-self: center !important;
  border-radius: 22px !important;
}

#empresas .feature-grid picture img,
#macbook .feature-grid picture img,
#upgrade .feature-grid picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 16px !important;
}

#empresas .feature-grid,
#macbook .feature-grid,
#upgrade .feature-grid {
  gap: 48px !important;
}

/* 3. Estados técnicos continuam funcionando internamente,
      mas não são exibidos ao cliente. */
#will-ia-drawer .willia-machine-status,
#will-ia-drawer .progress-container {
  display: none !important;
}

@media (max-width: 1100px) {
  #empresas .feature-grid picture,
  #macbook .feature-grid picture,
  #upgrade .feature-grid picture {
    width: min(100%, 390px) !important;
  }
}

@media (max-width: 640px) {
  #empresas .feature-grid picture,
  #macbook .feature-grid picture,
  #upgrade .feature-grid picture {
    width: min(100%, 340px) !important;
    padding: 5px !important;
    border-radius: 18px !important;
  }

  #empresas .feature-grid,
  #macbook .feature-grid,
  #upgrade .feature-grid {
    gap: 28px !important;
  }
}

/* === WT_VISUAL_REPAIR_HOME_V2_TRES_PROBLEMAS_END === */
