/* ═══════════════════════════════════════════════════════════
   JONAS PILZ — MODELO 1 · Dark Security Tech
   Paleta: slate-950 + cyan tech + red accent
   ═══════════════════════════════════════════════════════════ */
:root {
  --bg:        #0a0e1a;
  --bg-2:      #131a2b;
  --bg-3:      #1a2238;
  --border:    rgba(148,163,184,.12);
  --border-2:  rgba(148,163,184,.22);
  --text:      #e2e8f0;
  --text-2:    #cbd5e1;
  --muted:     #94a3b8;
  --red:       #DC2626;
  --red-d:     #991B1B;
  --cyan:      #22d3ee;
  --cyan-2:    #06b6d4;
  --green:     #25D366;
  --sans:      'Inter', sans-serif;
  --display:   'Space Grotesk', 'Inter', sans-serif;
  --max:       1240px;
  --pad:       clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { max-width: 100vw; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(38px, 6vw, 72px); }
h2 { font-size: clamp(28px, 4.5vw, 50px); }
h3 { font-size: clamp(18px, 2vw, 22px); }
em { font-style: italic; color: var(--red); font-weight: 700; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); font-weight: 600; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.section__head { max-width: 760px; margin: 0 auto clamp(40px, 6vw, 80px); text-align: center; padding: 0 var(--pad); }
.section__head .eyebrow { margin-bottom: 16px; }
.section__head h2 { margin-bottom: 12px; }
.section__head p { color: var(--text-2); font-size: 16px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  white-space: nowrap; border: 1.5px solid transparent;
}
.btn--primary { background: linear-gradient(135deg, var(--red) 0%, var(--red-d) 100%); color: #fff; box-shadow: 0 8px 24px rgba(220,38,38,.32); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(220,38,38,.5); }
.btn--ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: var(--text); backdrop-filter: blur(10px); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--xl { padding: 16px 32px; font-size: 15px; }

.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .9s cubic-bezier(.2,.6,.2,1), transform .9s cubic-bezier(.2,.6,.2,1); }

/* ─── NAV ─────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px var(--pad); transition: all .3s; }
.nav.is-scrolled { background: rgba(10,14,26,.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 12px var(--pad); }
.nav__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__brand img { height: 36px; width: 36px; }
.nav__brand span { display: flex; flex-direction: column; font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -.01em; line-height: 1.1; }
.nav__brand em { font-style: normal; font-family: var(--sans); font-size: 11px; font-weight: 500; color: var(--muted); letter-spacing: .04em; }
.nav__menu { display: flex; gap: 32px; font-size: 14px; justify-content: center; font-weight: 500; }
.nav__menu a { color: var(--text-2); }
.nav__menu a:hover { color: var(--cyan); }
.nav__cta { padding: 11px 22px; font-size: 13.5px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__burger span { width: 22px; height: 1.5px; background: var(--text); }

/* ═══════════════════════════════════════════════════════════
   HERO COM GRID DE MONITORAMENTO
   ═══════════════════════════════════════════════════════════ */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px var(--pad); }

.monitor-grid {
  position: absolute; inset: 0; z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  background: #000;
  opacity: .35;
}
.cam {
  position: relative;
  background:
    linear-gradient(135deg, #0e1726 0%, #1a2238 100%);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.cam::before {
  /* grade tipo cctv */
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(34,211,238,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.cam::after {
  /* scan line */
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(34,211,238,.5), transparent);
  animation: scan 4s linear infinite;
}
@keyframes scan {
  0%   { top: 0; }
  100% { top: 100%; }
}
.cam__rec {
  position: absolute; top: 12px; left: 12px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 10px var(--red);
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}
.cam__label {
  position: absolute;
  top: 10px; right: 14px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(34,211,238,.7);
  font-weight: 600;
}
.cam__noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .25 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .4;
  mix-blend-mode: overlay;
}

.hero__veil {
  position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(10,14,26,.55) 35%, rgba(10,14,26,.95) 75%);
}

.hero__content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  text-align: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(220,38,38,.12); border: 1px solid rgba(220,38,38,.35);
  font-size: 13px; color: #fca5a5; font-weight: 500;
  margin-bottom: 28px;
  animation: fadeUp 1s .2s cubic-bezier(.2,.6,.2,1) backwards;
}
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); }
.badge .dot--rec { animation: blink 1.6s ease-in-out infinite; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

.hero h1 {
  display: flex; flex-direction: column; gap: 4px;
  margin-bottom: 24px;
}
.hero h1 span:first-child {
  color: #fff;
  animation: fadeUp 1s .4s cubic-bezier(.2,.6,.2,1) backwards;
}
.hero h1 span:last-child {
  animation: fadeUp 1s .6s cubic-bezier(.2,.6,.2,1) backwards;
}
.hero h1 em {
  background: linear-gradient(180deg, var(--red) 0%, #f87171 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  font-style: italic;
}
.hero p {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--text-2);
  max-width: 600px; margin: 0 auto 32px;
  animation: fadeUp 1s .8s cubic-bezier(.2,.6,.2,1) backwards;
}
.hero__cta {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeUp 1s 1s cubic-bezier(.2,.6,.2,1) backwards;
}
.hero__chips {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  animation: fadeUp 1s 1.2s cubic-bezier(.2,.6,.2,1) backwards;
}
.hero__chips span {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-2);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

/* ─── TRUST ───────────────────────────────────────────────── */
.trust { padding: 60px var(--pad); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.trust__inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.trust__item { flex: 1; min-width: 160px; text-align: center; }
.trust__num { font-family: var(--display); font-size: clamp(38px, 5vw, 56px); font-weight: 700; color: var(--red); line-height: 1; margin-bottom: 8px; letter-spacing: -.03em; }
.trust__num span { color: var(--red); }
.trust__label { font-size: 13.5px; color: var(--text-2); line-height: 1.4; }
.trust__divider { width: 1px; height: 60px; background: var(--border-2); }

/* ─── BENTO SERVIÇOS ──────────────────────────────────────── */
.services { padding: clamp(80px, 12vw, 140px) var(--pad); max-width: var(--max); margin: 0 auto; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bento__card { background: linear-gradient(165deg, rgba(26,34,56,.7) 0%, rgba(19,26,43,.9) 100%); border: 1px solid var(--border); border-radius: 24px; padding: 32px; position: relative; transition: all .35s cubic-bezier(.2,.6,.2,1); }
.bento__card.big { grid-column: span 2; grid-row: span 2; padding: 40px; border-color: rgba(220,38,38,.2); background: linear-gradient(135deg, rgba(220,38,38,.12) 0%, rgba(19,26,43,.9) 60%); }
.bento__card:hover { transform: translateY(-4px); border-color: rgba(34,211,238,.4); }
.bento__num { font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--cyan); letter-spacing: .1em; margin-bottom: 14px; }
.bento__ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(34,211,238,.12); color: var(--cyan); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.bento__card.big .bento__ic { background: rgba(220,38,38,.15); color: #fca5a5; }
.bento__ic svg { width: 26px; height: 26px; }
.bento__card h3 { margin-bottom: 12px; }
.bento__card.big h3 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; }
.bento__card p { color: var(--text-2); font-size: 15px; margin-bottom: 14px; }
.bento__card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.bento__card ul li { font-size: 14px; color: var(--muted); padding-left: 18px; position: relative; }
.bento__card ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 1.5px; background: var(--cyan); }
.bento__card.big ul li::before { background: var(--red); }

/* ─── DIFF ────────────────────────────────────────────────── */
.diff { padding: clamp(80px, 12vw, 140px) var(--pad); max-width: var(--max); margin: 0 auto; }
.diff__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.diff__card { padding: 32px; background: rgba(19,26,43,.5); border: 1px solid var(--border); border-radius: 20px; transition: all .35s; }
.diff__card:hover { border-color: rgba(220,38,38,.3); transform: translateY(-3px); }
.diff__ic { width: 48px; height: 48px; border-radius: 14px; background: rgba(220,38,38,.12); color: #fca5a5; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.diff__ic svg { width: 22px; height: 22px; }
.diff__card h3 { margin-bottom: 8px; font-size: 18px; }
.diff__card p { color: var(--text-2); font-size: 14.5px; }

/* ─── ÁREA ────────────────────────────────────────────────── */
.area { padding: clamp(80px, 12vw, 140px) var(--pad); max-width: var(--max); margin: 0 auto; }
.area__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; }
.area__main, .area__nearby { padding: 36px; background: linear-gradient(160deg, rgba(26,34,56,.6) 0%, rgba(19,26,43,.85) 100%); border: 1px solid var(--border); border-radius: 24px; }
.area__main { border-color: rgba(220,38,38,.22); background: linear-gradient(135deg, rgba(220,38,38,.1), rgba(19,26,43,.85)); }
.area__main h3 { color: #fca5a5; font-size: 24px; margin-bottom: 12px; }
.area__main p { color: var(--text-2); font-size: 15px; }
.area__nearby h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--cyan); margin-bottom: 14px; font-family: var(--display); }
.area__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.area__pills span { padding: 6px 14px; border-radius: 999px; font-size: 13px; background: rgba(34,211,238,.08); border: 1px solid rgba(34,211,238,.18); color: var(--cyan); }
.area__note { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ─── FAQ ─────────────────────────────────────────────────── */
.faq { padding: clamp(80px, 12vw, 140px) var(--pad); max-width: 900px; margin: 0 auto; }
.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq__item { background: rgba(19,26,43,.5); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color .25s; }
.faq__item[open] { border-color: rgba(220,38,38,.3); }
.faq__item summary { padding: 22px 26px; font-size: 15.5px; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: #fca5a5; }
.faq__icon { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--border-2); position: relative; flex-shrink: 0; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1.5px; background: var(--red); transform: translate(-50%, -50%); transition: transform .3s; }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon { border-color: var(--red); background: rgba(220,38,38,.12); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0); opacity: 0; }
.faq__body { padding: 0 26px 22px; color: var(--text-2); font-size: 15px; line-height: 1.7; }

/* ─── CTA ─────────────────────────────────────────────────── */
.cta { padding: clamp(80px, 12vw, 140px) var(--pad); }
.cta__inner { max-width: 900px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) clamp(28px, 5vw, 64px); background: linear-gradient(135deg, var(--red) 0%, var(--red-d) 100%); border-radius: 32px; text-align: center; position: relative; overflow: hidden; }
.cta__inner::before { content: ""; position: absolute; top: -50%; left: 20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 60%); }
.cta__inner > * { position: relative; z-index: 1; }
.cta__inner h2 { margin-bottom: 14px; color: #fff; }
.cta__inner p { color: rgba(255,255,255,.9); font-size: 17px; margin-bottom: 32px; }
.cta__inner .btn--primary { background: #fff; color: var(--red); box-shadow: 0 14px 36px rgba(0,0,0,.2); }
.cta__inner .btn--primary:hover { transform: translateY(-2px); }

/* ─── FOOTER ──────────────────────────────────────────────── */
.foot { border-top: 1px solid var(--border); background: rgba(10,14,26,.95); padding: 56px var(--pad) 24px; }
.foot__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; }
.foot__brand { display: flex; align-items: flex-start; gap: 14px; }
.foot__brand img { width: 44px; height: 44px; flex-shrink: 0; }
.foot__brand strong { display: block; font-family: var(--display); font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.foot__brand span { display: block; color: var(--muted); font-size: 13px; line-height: 1.5; }
.foot__cnpj { margin-top: 6px; font-size: 11.5px; }
.foot__cols { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; }
.foot__cols > div { display: flex; flex-direction: column; gap: 8px; }
.foot__cols h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 700; margin-bottom: 6px; font-family: var(--display); }
.foot__cols a { font-size: 13.5px; color: var(--text-2); }
.foot__cols a:hover { color: var(--cyan); }
.foot__bottom { max-width: var(--max); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 12.5px; color: var(--muted); }

/* ─── WA ──────────────────────────────────────────────────── */
.wa { position: fixed; bottom: 24px; right: 24px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px 14px 16px; background: var(--green); color: #fff; border-radius: 999px; box-shadow: 0 14px 36px rgba(37,211,102,.36); font-size: 14px; font-weight: 600; transition: all .25s; }
.wa:hover { transform: translateY(-3px) scale(1.04); }
.wa__pulse { position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--green); animation: pulse 2s ease-out infinite; pointer-events: none; }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.35); opacity: 0; } }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 980px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento__card.big { grid-column: span 2; grid-row: span 1; }
  .diff__grid { grid-template-columns: 1fr; }
  .area__inner { grid-template-columns: 1fr; }
  .foot__inner { grid-template-columns: 1fr; gap: 36px; }
  .monitor-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento__card.big { grid-column: span 1; }
  .foot__cols { grid-template-columns: 1fr; }
  .foot__bottom { flex-direction: column; gap: 6px; text-align: center; }
  .trust__divider { display: none; }
  .trust__inner { gap: 24px; }
  .trust__item { flex: 1 1 calc(50% - 12px); min-width: 130px; }
  .wa { padding: 12px 16px 12px 14px; bottom: 16px; right: 16px; }
  .wa span:last-child { display: none; }
  .nav__brand span { display: none; }
  .monitor-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
