/* ============================================================
   TEMAS TRABALHISTAS EM FOCO — Landing
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --cyan: #00c8ff;
  --cyan-soft: #66ddff;
  --red: #ff3333;
  --red-soft: #ff7766;
  --lime: #c5ff3d;
  --green: #00e5a0;
  --purple: #aa88ff;
  --orange: #ffaa44;
  --pink: #ff77bb;
  --bg: #050b15;
  --bg-2: #0a1424;
  --card: #0d1828;
  --card-hi: #11203a;
  --border: rgba(255, 255, 255, 0.08);
  --border-hi: rgba(255, 255, 255, 0.18);
  --text: #e8eaf0;
  --text-dim: rgba(232, 234, 240, 0.55);
  --text-faint: rgba(232, 234, 240, 0.32);
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Barlow', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100vh;
}

/* atmosphere */
.bg-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 200, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at top, #000 30%, transparent 80%);
}
.bg-glow-r {
  position: fixed; top: -360px; right: -260px; width: 820px; height: 820px;
  background: radial-gradient(circle, rgba(255, 51, 51, 0.13) 0%, transparent 60%);
  z-index: 0; pointer-events: none;
}
.bg-glow-c {
  position: fixed; bottom: -360px; left: -240px; width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.10) 0%, transparent 60%);
  z-index: 0; pointer-events: none;
}
.bg-glow-p {
  position: fixed; top: 40%; right: -200px; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(170, 136, 255, 0.08) 0%, transparent 60%);
  z-index: 0; pointer-events: none;
}

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(5, 11, 21, 0.7);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  max-width: 1140px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 15px; line-height: 1; text-transform: uppercase;
  letter-spacing: 0.5px;
}
.brand-name small { display: block; color: var(--cyan); font-size: 10px; letter-spacing: 2px; margin-top: 3px; font-weight: 700; }
@keyframes cta-pulse {
  0%, 100% {
    background: rgba(255, 51, 51, 0.12);
    border-color: rgba(255, 51, 51, 0.4);
    box-shadow: 0 0 6px 1px rgba(255, 51, 51, 0.1);
  }
  50% {
    background: rgba(255, 51, 51, 0.28);
    border-color: rgba(255, 80, 80, 0.9);
    box-shadow:
      0 0 18px 5px rgba(255, 51, 51, 0.4),
      0 0 40px 10px rgba(255, 51, 51, 0.15);
  }
}
.top-cta {
  font-family: 'Barlow Condensed', sans-serif;
  text-decoration: none; color: var(--text);
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 9px 18px; border-radius: 6px;
  background: rgba(255, 51, 51, 0.12);
  border: 1px solid rgba(255, 51, 51, 0.4);
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  animation: cta-pulse 2.4s ease-in-out infinite;
}
.top-cta:hover {
  background: var(--red);
  border-color: var(--red);
  box-shadow: none;
  animation: none;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 88px 0 80px;
  position: relative;
  text-align: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--cyan);
  border: 1px solid rgba(0, 200, 255, 0.35);
  background: rgba(0, 200, 255, 0.05);
  padding: 7px 18px; border-radius: 999px; text-transform: uppercase;
  margin-bottom: 30px;
}
.hero-tag::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 12px var(--cyan);
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 9vw, 110px);
  font-weight: 900; text-transform: uppercase;
  line-height: 0.92; letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero h1 .red { color: var(--red); }
.hero h1 .glow {
  display: inline-block;
  text-shadow: 0 0 36px rgba(255, 51, 51, 0.5);
}
.hero h1 .strike {
  position: relative; display: inline-block; color: var(--text-faint);
}
.hero h1 .strike::after {
  content: ''; position: absolute; left: -4%; right: -4%; top: 52%; height: 6px;
  background: var(--red); transform: rotate(-3deg);
}
.hero-sub {
  font-size: clamp(16px, 2.2vw, 20px); color: var(--text-dim);
  max-width: 640px; margin: 0 auto 40px; line-height: 1.55;
}
.hero-sub strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 16px 28px; border-radius: 8px;
  text-decoration: none; cursor: pointer; border: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--red); color: #fff;
  box-shadow: 0 8px 28px rgba(255, 51, 51, 0.32), 0 0 0 1px rgba(255, 51, 51, 0.5) inset;
}
.btn-primary:hover { background: #e62020; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255, 51, 51, 0.45); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text); border: 1px solid var(--border-hi);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn-cyan {
  background: var(--cyan); color: #002a3a;
  box-shadow: 0 8px 28px rgba(0, 200, 255, 0.3);
}
.btn-cyan:hover { background: #25d2ff; transform: translateY(-2px); }

/* hero stats */
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  max-width: 760px; margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(13, 24, 40, 0.5);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.stat { padding: 22px 16px; border-right: 1px solid var(--border); text-align: center; }
.stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px; font-weight: 900; color: var(--cyan); line-height: 1;
}
.stat-num.r { color: var(--red); }
.stat-num.g { color: var(--green); }
.stat-num.l { color: var(--lime); }
.stat-lbl {
  font-size: 10px; letter-spacing: 2px; color: var(--text-faint);
  text-transform: uppercase; margin-top: 8px; font-weight: 600;
}

@media (max-width: 640px) {
  .hero { padding: 56px 0 60px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats .stat:nth-child(2) { border-right: none; }
  .hero-stats .stat:nth-child(1), .hero-stats .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
section { position: relative; padding: 80px 0; }
.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
  color: var(--cyan); text-transform: uppercase;
  margin-bottom: 18px;
}
.sec-eyebrow::before { content: '·'; font-size: 26px; line-height: 0; }
.sec-eyebrow.r { color: var(--red-soft); }
.sec-eyebrow.g { color: var(--green); }
.sec-eyebrow.l { color: var(--lime); }
.sec-eyebrow.p { color: var(--purple); }
.sec-eyebrow.o { color: var(--orange); }

.sec-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px, 5.5vw, 64px); font-weight: 900;
  text-transform: uppercase; line-height: 0.95; letter-spacing: -1px;
  margin-bottom: 18px;
}
.sec-h .red { color: var(--red); }
.sec-h .lime { color: var(--lime); }
.sec-h em { font-style: italic; color: var(--cyan); font-family: 'Barlow', serif; font-weight: 700; }
.sec-sub {
  font-size: 17px; color: var(--text-dim); max-width: 640px; line-height: 1.6;
}

/* ============================================================
   PAIN / MANIFESTO
   ============================================================ */
.manifesto {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, transparent 0%, rgba(255,51,51,0.03) 50%, transparent 100%);
}
.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px;
}
.pain-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}
.pain-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--red);
}
.pain-card .ico {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 40px; font-weight: 900; color: var(--red);
  line-height: 1; margin-bottom: 14px;
}
.pain-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 900; text-transform: uppercase;
  margin-bottom: 8px; letter-spacing: 0.5px;
}
.pain-card p { font-size: 14.5px; color: var(--text-dim); line-height: 1.55; }
@media (max-width: 760px) { .pain-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FEATURES (Tecnologia visual)
   ============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.feat {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
}
.feat .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; color: var(--cyan); letter-spacing: 2px;
  margin-bottom: 14px;
}
.feat h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 21px; font-weight: 900; text-transform: uppercase;
  margin-bottom: 10px; color: var(--text);
}
.feat.f1 h4 { color: var(--cyan); }
.feat.f2 h4 { color: var(--lime); }
.feat.f3 h4 { color: var(--red-soft); }
.feat p { font-size: 14.5px; color: var(--text-dim); line-height: 1.6; }
@media (max-width: 760px) { .feat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   COMBO HERO CARD
   ============================================================ */
.combo-section { padding: 60px 0; }
.combo-card {
  position: relative;
  background:
    radial-gradient(ellipse at top right, rgba(255,51,51,0.18), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(0,200,255,0.13), transparent 50%),
    linear-gradient(135deg, #11203a 0%, #0a1424 100%);
  border: 1px solid rgba(255, 51, 51, 0.35);
  border-radius: 22px;
  padding: 50px 56px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center;
  overflow: hidden;
}
.combo-card::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0, 200, 255, 0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0, 200, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.combo-ribbon {
  position: absolute; top: 26px; right: -42px;
  background: var(--red); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  padding: 6px 50px; transform: rotate(38deg);
  box-shadow: 0 6px 20px rgba(255, 51, 51, 0.4);
  z-index: 2;
}
.combo-left { position: relative; z-index: 1; }
.combo-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  color: var(--lime); text-transform: uppercase; margin-bottom: 14px;
}
.combo-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px; font-weight: 900; line-height: 0.92;
  text-transform: uppercase; letter-spacing: -1px;
  margin-bottom: 18px;
}
.combo-h .red { color: var(--red); }
.combo-desc { font-size: 16px; color: var(--text-dim); margin-bottom: 24px; line-height: 1.55; }
.combo-bullets { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; }
.combo-bullets li {
  font-size: 14.5px; color: var(--text);
  display: flex; align-items: center; gap: 12px;
}
.combo-bullets li::before {
  content: '✓'; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(0, 229, 160, 0.15);
  color: var(--green); font-weight: 700; font-size: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0, 229, 160, 0.35);
}
.combo-right {
  position: relative; z-index: 1;
  background: rgba(5, 11, 21, 0.6);
  border: 1px solid var(--border-hi);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.combo-launch {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  color: var(--lime); text-transform: uppercase;
  border: 1px dashed rgba(197, 255, 61, 0.4);
  padding: 5px 14px; border-radius: 999px; margin-bottom: 20px;
}
.combo-strike {
  font-size: 16px; color: var(--text-faint); text-decoration: line-through; margin-bottom: 6px;
}
.combo-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 78px; font-weight: 900; line-height: 1; color: #fff;
  text-shadow: 0 0 30px rgba(255, 51, 51, 0.4);
}
.combo-price sup {
  font-size: 26px; vertical-align: top; margin-top: 12px; display: inline-block;
  margin-right: 4px; color: var(--red);
}
.combo-period {
  font-size: 12px; color: var(--text-faint); letter-spacing: 1.5px;
  text-transform: uppercase; margin: 8px 0 24px;
}
.combo-right .btn { width: 100%; justify-content: center; }
.combo-foot {
  font-size: 11px; color: var(--text-faint); margin-top: 14px;
  display: flex; gap: 10px; align-items: center; justify-content: center;
}
.combo-foot::before { content: '🔒'; font-size: 12px; }

@media (max-width: 880px) {
  .combo-card { grid-template-columns: 1fr; padding: 36px 28px; gap: 28px; }
  .combo-h { font-size: 42px; }
  .combo-price { font-size: 64px; }
  .combo-ribbon { top: 16px; right: -52px; font-size: 10px; padding: 5px 50px; }
}

/* ============================================================
   MATERIALS GRID
   ============================================================ */
.mat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px; margin-top: 42px;
}
.mat-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.mat-card:hover { transform: translateY(-4px); border-color: var(--border-hi); box-shadow: 0 22px 50px -20px rgba(0,0,0,0.6); }
.mat-card .accent-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent, var(--cyan));
}
.mat-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1424 0%, #050b15 100%);
  aspect-ratio: 3 / 4;
  margin-bottom: 18px;
  border: 1px solid var(--border);
  cursor: pointer;
}
.mat-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s, filter 0.4s;
  display: block;
}
.mat-thumb:hover img { transform: scale(1.04); filter: brightness(1.1); }
.mat-thumb-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.mat-thumb-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 14px;
  background: linear-gradient(to top, rgba(5,11,21,0.95) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.25s;
}
.mat-thumb:hover .mat-thumb-overlay { opacity: 1; }
.mat-thumb-overlay span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--cyan);
  display: flex; align-items: center; gap: 8px;
}
.mat-thumb-overlay span::before {
  content: '👁'; font-size: 16px;
}

.mat-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 2px;
  color: var(--text-faint); text-transform: uppercase;
  margin-bottom: 10px;
}
.mat-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 900; text-transform: uppercase;
  line-height: 1.05; margin-bottom: 10px;
  color: var(--accent, var(--cyan));
  min-height: 48px;
}
.mat-badge {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--accent-soft, rgba(255,255,255,0.1));
  color: var(--accent, var(--cyan));
  margin-bottom: 12px;
  align-self: flex-start;
}
.mat-desc {
  font-size: 14px; color: var(--text-dim); line-height: 1.55;
  margin-bottom: 18px; flex: 1;
}
.mat-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 12px; padding-top: 16px;
  border-top: 1px solid var(--border);
}
.mat-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px; font-weight: 900; color: #fff; line-height: 1;
}
.mat-price small {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 11px; font-weight: 400; color: var(--text-faint);
  margin-top: 3px; letter-spacing: 0.5px;
}
.mat-actions { display: flex; gap: 8px; }
.mat-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 10px 14px; border-radius: 6px; text-decoration: none;
  transition: all 0.2s; cursor: pointer; border: 1px solid transparent;
  white-space: nowrap;
}
.mat-btn-preview {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border-color: var(--border-hi);
}
.mat-btn-preview:hover { background: rgba(255,255,255,0.1); }
.mat-btn-buy {
  background: var(--accent, var(--cyan));
  color: #002a3a;
}
.mat-btn-buy:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* per-color tints */
.mat-card.cyan    { --accent: #00c8ff; --accent-soft: rgba(0,200,255,0.25); }
.mat-card.red     { --accent: #ff5566; --accent-soft: rgba(255,85,102,0.3); }
.mat-card.purple  { --accent: #aa88ff; --accent-soft: rgba(170,136,255,0.3); }
.mat-card.green   { --accent: #00e5a0; --accent-soft: rgba(0,229,160,0.3); }
.mat-card.lime    { --accent: #c5ff3d; --accent-soft: rgba(197,255,61,0.3); }
.mat-card.orange  { --accent: #ffaa44; --accent-soft: rgba(255,170,68,0.3); }
.mat-card.pink    { --accent: #ff77bb; --accent-soft: rgba(255,119,187,0.3); }
.mat-card.cyan .mat-btn-buy    { color: #002a3a; }
.mat-card.red .mat-btn-buy     { color: #fff; }
.mat-card.purple .mat-btn-buy  { color: #1a0033; }
.mat-card.green .mat-btn-buy   { color: #003322; }
.mat-card.lime .mat-btn-buy    { color: #1a2200; }
.mat-card.orange .mat-btn-buy  { color: #2a1500; }
.mat-card.pink .mat-btn-buy    { color: #2b0019; }

/* ============================================================
   AUDIENCES (concurseiro / advogado / trabalhador)
   ============================================================ */
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.aud {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 26px;
  overflow: hidden;
}
.aud::after {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, var(--aud-c) 0%, transparent 70%);
  opacity: 0.18; pointer-events: none;
}
.aud .glyph {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--aud-c); margin-bottom: 14px;
}
.aud h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px; font-weight: 900; text-transform: uppercase;
  line-height: 1; margin-bottom: 12px;
}
.aud p { font-size: 14.5px; color: var(--text-dim); line-height: 1.55; margin-bottom: 18px; }
.aud ul { list-style: none; display: grid; gap: 8px; }
.aud li {
  font-size: 13px; color: var(--text);
  display: flex; align-items: flex-start; gap: 10px;
}
.aud li::before {
  content: '→'; color: var(--aud-c); font-weight: 700; flex-shrink: 0;
}
.aud.a1 { --aud-c: var(--purple); }
.aud.a2 { --aud-c: var(--cyan); }
.aud.a3 { --aud-c: var(--red-soft); }
@media (max-width: 880px) { .aud-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROMISE strip
   ============================================================ */
.promise {
  background: linear-gradient(180deg, rgba(0, 229, 160, 0.06), rgba(0, 200, 255, 0.04));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.promise-card {
  background: var(--card);
  border: 1px solid rgba(0, 229, 160, 0.25);
  border-radius: 18px;
  padding: 44px 48px;
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 36px; align-items: center;
}
.promise-card .left { text-align: center; }
.promise-card .quote-mark {
  font-family: 'Barlow Condensed', serif;
  font-size: 120px; line-height: 0.6;
  color: var(--green); opacity: 0.4;
}
.promise-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px; font-weight: 900; text-transform: uppercase;
  line-height: 1.05; margin-bottom: 12px;
}
.promise-card h3 .green { color: var(--green); }
.promise-card p { font-size: 15.5px; color: var(--text-dim); line-height: 1.6; }
.promise-card p strong { color: var(--text); font-weight: 600; }
@media (max-width: 760px) {
  .promise-card { grid-template-columns: 1fr; padding: 32px 24px; }
  .promise-card .quote-mark { font-size: 60px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: grid; gap: 10px; margin-top: 36px; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; text-align: left;
  padding: 18px 22px;
  background: transparent; border: none;
  color: var(--text);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
  cursor: pointer;
  gap: 16px;
}
.faq-q:hover { background: rgba(255,255,255,0.02); }
.faq-q .icon {
  flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(0,200,255,0.1); color: var(--cyan);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  transition: transform 0.25s, background 0.25s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); background: rgba(255,51,51,0.15); color: var(--red); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 22px;
}
.faq-a p {
  font-size: 14.5px; color: var(--text-dim); line-height: 1.65; padding-bottom: 20px;
}
.faq-item.open .faq-a { max-height: 320px; padding-top: 4px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-final {
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(255,51,51,0.12) 0%, transparent 70%),
    var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 100px 0;
}
.cta-final h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 7vw, 80px); font-weight: 900;
  text-transform: uppercase; line-height: 0.95; letter-spacing: -1px;
  margin-bottom: 20px;
}
.cta-final h2 .red { color: var(--red); }
.cta-final p { font-size: 18px; color: var(--text-dim); margin-bottom: 32px; max-width: 540px; margin-left: auto; margin-right: auto; }
@keyframes neon-pulse {
  0%, 100% {
    box-shadow:
      0 8px 28px rgba(255, 51, 51, 0.35),
      0 0 0 1px rgba(255, 51, 51, 0.5) inset,
      0 0 8px 2px rgba(255, 51, 51, 0.2);
  }
  50% {
    box-shadow:
      0 12px 40px rgba(255, 51, 51, 0.7),
      0 0 0 1px rgba(255, 80, 80, 0.9) inset,
      0 0 28px 8px rgba(255, 51, 51, 0.45),
      0 0 60px 16px rgba(255, 51, 51, 0.15);
  }
}
.cta-final .btn { font-size: 18px; padding: 18px 36px; }
.cta-final .btn-primary {
  font-size: 22px;
  padding: 22px 48px;
  letter-spacing: 0.5px;
  animation: neon-pulse 2.2s ease-in-out infinite;
}
.cta-final .btn-primary:hover {
  animation: none;
  box-shadow: 0 16px 48px rgba(255, 51, 51, 0.65), 0 0 40px 12px rgba(255, 51, 51, 0.35);
}

/* ============================================================
   FOOTER
   ============================================================ */
/* ============================================================
   FOOTER
   ============================================================ */
footer {
  position: relative; z-index: 2;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(ellipse at top, rgba(0, 200, 255, 0.06) 0%, transparent 60%),
    var(--bg-2);
  padding: 80px 0 0;
}
footer .wrap { padding-bottom: 0; }

.foot-headline {
  text-align: center;
  margin-bottom: 44px;
}
.foot-eyebrow {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 3px;
  color: var(--cyan); text-transform: uppercase;
  margin-bottom: 16px;
  padding: 5px 14px;
  border: 1px solid rgba(0, 200, 255, 0.3);
  border-radius: 999px;
}
.foot-headline h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900; text-transform: uppercase;
  line-height: 1; letter-spacing: -0.5px;
  max-width: 720px; margin: 0 auto;
}
.foot-headline h3 .red { color: var(--red); }

.foot-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto 56px;
}
.foot-tile {
  position: relative;
  display: flex; align-items: center; gap: 18px;
  padding: 22px 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
  overflow: hidden;
}
.foot-tile::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--tile-c, var(--cyan));
}
.foot-tile.ig { --tile-c: var(--cyan); }
.foot-tile.wa { --tile-c: var(--lime); }
.foot-tile:hover {
  transform: translateY(-3px);
  border-color: var(--tile-c);
  background: var(--card-hi);
}
.foot-tile-ico {
  flex-shrink: 0;
  width: 48px; height: 48px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--tile-c);
  transition: background 0.25s, color 0.25s;
}
.foot-tile.ig:hover .foot-tile-ico {
  background: rgba(0, 200, 255, 0.08);
}
.foot-tile.wa:hover .foot-tile-ico {
  background: rgba(197, 255, 61, 0.08);
}
.foot-tile-body { flex: 1; min-width: 0; }
.foot-tile-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 2px;
  color: var(--text-faint); text-transform: uppercase;
  margin-bottom: 4px;
}
.foot-tile-val {
  font-family: 'Barlow', sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.foot-tile.wa .foot-tile-val,
.foot-tile.wa .foot-tile-lbl { color: var(--lime); }
.foot-tile.ig .foot-tile-val,
.foot-tile.ig .foot-tile-lbl { color: var(--cyan); }
.foot-tile-arrow {
  flex-shrink: 0;
  color: var(--text-faint);
  transition: color 0.25s, transform 0.25s;
}
.foot-tile:hover .foot-tile-arrow {
  color: var(--tile-c);
  transform: translate(2px, -2px);
}

@media (max-width: 600px) {
  footer { padding-top: 60px; }
  .foot-tiles { grid-template-columns: 1fr; }
  .foot-tile { padding: 18px 20px; gap: 14px; }
  .foot-tile-ico { width: 44px; height: 44px; }
}

.foot-strip {
  border-top: 1px solid var(--border);
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.foot-strip-left {
  display: inline-flex; align-items: baseline; gap: 10px;
}
.foot-brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--text);
  line-height: 1;
}
.foot-brand-dot {
  color: var(--text-faint);
  font-size: 14px;
}
.foot-brand-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 500; letter-spacing: 1.5px;
  color: var(--cyan); text-transform: uppercase;
}
.foot-strip-right {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--text-faint); letter-spacing: 1px;
}
@media (max-width: 540px) {
  .foot-strip { flex-direction: column; text-align: center; gap: 12px; }
}

/* ============================================================
   PREVIEW MODAL
   ============================================================ */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(2, 6, 14, 0.85);
  backdrop-filter: blur(10px);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
  animation: fadeIn 0.2s ease;
}
.modal-backdrop.open { display: flex; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal {
  position: relative;
  width: 96vw; max-width: 1200px;
  height: 92vh;
  background: linear-gradient(180deg, #0d1828 0%, #050b15 100%);
  border: 1px solid var(--border-hi);
  border-radius: 18px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 26px;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.modal-head .left { display: flex; align-items: center; gap: 14px; min-width: 0; flex: 1; }
.modal-head .left .badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--lime);
  background: rgba(197,255,61,0.08);
  border: 1px solid rgba(197,255,61,0.3);
  padding: 4px 10px; border-radius: 4px;
  flex-shrink: 0;
}
.modal-head .left .badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--lime); animation: pulse 1.6s infinite;
}
.modal-head h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 0.5px; line-height: 1.1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid var(--border);
  color: var(--text); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; line-height: 0; flex-shrink: 0;
  transition: all 0.2s;
}
.modal-close:hover { background: var(--red); border-color: var(--red); }

.preview-stage {
  flex: 1;
  min-height: 300px;
  background: #02060e;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pdf-scroll {
  flex: 1;
  overflow: auto;
  display: block;
  padding: 20px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,200,255,0.2) transparent;
  cursor: default;
  user-select: none;
  text-align: center;
}
.pdf-scroll.dragging {
  cursor: grabbing !important;
}
.pdf-scroll::-webkit-scrollbar { width: 6px; height: 6px; }
.pdf-scroll::-webkit-scrollbar-track { background: transparent; }
.pdf-scroll::-webkit-scrollbar-thumb { background: rgba(0,200,255,0.2); border-radius: 3px; }
.pdf-scroll::-webkit-scrollbar-thumb:hover { background: rgba(0,200,255,0.4); }

#preview-img {
  display: none;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.6);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.pdf-wm {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-22deg);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 900; text-transform: uppercase;
  color: rgba(255,51,51,0.07);
  letter-spacing: 6px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 2;
}

.pdf-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: rgba(8,16,30,0.97);
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}
.pdf-tb-btn {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  font-size: 18px; line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.15s;
  flex-shrink: 0;
}
.pdf-tb-btn:hover:not(:disabled) {
  background: rgba(0,200,255,0.12);
  border-color: rgba(0,200,255,0.35);
  color: var(--cyan);
}
.pdf-tb-btn:disabled { opacity: 0.25; cursor: not-allowed; }
.pdf-tb-counter {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--text-dim);
  letter-spacing: 1px; padding: 0 8px;
  min-width: 60px; text-align: center;
}
.pdf-tb-zoom {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--cyan);
  letter-spacing: 1px; padding: 0 8px;
  min-width: 48px; text-align: center;
}
.pdf-tb-sep {
  width: 1px; height: 20px;
  background: var(--border);
  margin: 0 6px; flex-shrink: 0;
}

.pdf-tb-hand { font-size: 16px; }
.pdf-tb-hand.active {
  background: rgba(0,200,255,0.18) !important;
  border-color: rgba(0,200,255,0.5) !important;
  color: var(--cyan) !important;
}

.preview-nav { display: none; }
.pdf-page    { display: none; }

.modal-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px 26px;
  border-top: 1px solid var(--border);
  background: rgba(13,24,40,0.5);
}
.preview-warn {
  font-size: 11px; color: var(--text-faint);
  display: flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px;
}
.preview-warn::before { content: '🔒'; }
.modal-foot .btn { font-size: 13px; padding: 12px 20px; }

@media (max-width: 600px) {
  .modal-head h3 { font-size: 16px; }
  .pdf-toolbar { gap: 2px; padding: 6px 10px; }
  .pdf-tb-btn { width: 28px; height: 28px; font-size: 16px; }
  .modal-foot { flex-direction: column; align-items: stretch; gap: 10px; }
  .preview-warn { display: none; }
}

/* ============================================================
   ADMIN BAR
   ============================================================ */
.admin-bar {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%);
  z-index: 80;
  display: none; align-items: center; gap: 10px;
  background: rgba(8, 16, 30, 0.95);
  border: 1px solid var(--border-hi);
  border-radius: 14px;
  padding: 10px 14px;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  flex-wrap: wrap; justify-content: center;
  max-width: calc(100vw - 40px);
}
body.admin .admin-bar { display: flex; }
.admin-bar .sigil {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--lime); font-weight: 700; letter-spacing: 1.5px; font-size: 11px;
  padding-right: 8px; border-right: 1px solid var(--border);
}
.admin-bar .sigil::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px var(--lime);
}
.admin-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  background: rgba(255,255,255,0.05); color: var(--text);
  border: 1px solid var(--border); border-radius: 6px;
  padding: 7px 12px; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
}
.admin-btn:hover { background: rgba(255,255,255,0.1); border-color: var(--border-hi); }
.admin-btn.primary { background: var(--cyan); color: #002a3a; border-color: var(--cyan); }
.admin-btn.danger { background: rgba(255,51,51,0.15); color: var(--red-soft); border-color: rgba(255,51,51,0.3); }

body.admin [data-edit] {
  outline: 1px dashed rgba(0, 200, 255, 0.4);
  outline-offset: 3px;
  border-radius: 3px;
  transition: outline-color 0.2s, background 0.2s;
}
body.admin [data-edit]:hover { outline-color: var(--cyan); background: rgba(0,200,255,0.04); }
body.admin [data-edit]:focus {
  outline: 2px solid var(--cyan); outline-offset: 3px; background: rgba(0,200,255,0.08);
}
body.admin .mat-thumb,
body.admin [data-edit-img] {
  cursor: copy;
  position: relative;
}
body.admin .mat-thumb::after,
body.admin [data-edit-img]::after {
  content: 'Trocar imagem';
  position: absolute; top: 8px; left: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: #fff; background: rgba(0, 200, 255, 0.85);
  padding: 4px 8px; border-radius: 4px;
  z-index: 3;
  pointer-events: none;
}

/* protect: disable text selection on PDF preview only */
.pdf-page * { user-select: none !important; }
@media print {
  .modal-backdrop { display: none !important; }
}

/* tiny anim entrance */
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.rise { animation: rise 0.6s ease both; }
.rise.d1 { animation-delay: 0.05s; }
.rise.d2 { animation-delay: 0.1s; }
.rise.d3 { animation-delay: 0.15s; }
.rise.d4 { animation-delay: 0.2s; }
.rise.d5 { animation-delay: 0.25s; }

/* PDF spinner */
.pdf-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: var(--text-dim);
  background: #02060e;
  border-radius: 6px;
  z-index: 3;
}
.pdf-spinner::before {
  content: '';
  width: 20px; height: 20px;
  border: 2px solid rgba(0,200,255,0.2);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
  flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* botão admin de PDF */
.admin-pdf-btn {
  width: 100%;
  margin-top: 8px;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  background: rgba(170,136,255,0.08) !important;
  color: var(--purple) !important;
  border-color: rgba(170,136,255,0.3) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-pdf-btn:hover {
  background: rgba(170,136,255,0.16) !important;
}
