/* ============================================================
   Cactuly — landing page
   Design portado do site Atlasberg (front page), adaptado ao
   produto de remediação SARIF. Playfair Display + DM Sans,
   paleta lavanda/dourado, seções claras/lavanda/ink.
   ============================================================ */

:root {
  /* canais HSL crus para permitir alpha via hsl(var(--x) / a) */
  --background: 250 30% 95%;
  --foreground: 240 15% 8%;
  --foreground-muted: 240 10% 28%;
  --gold: 190 99% 42%;
  --ink: 258 23% 12%;
  --ink-foreground: 0 0% 96%;
  --ink-muted: 250 8% 70%;
  --glow: 258 90% 66%;
  --glow-soft: 220 80% 60%;
  --accent-purple: 250 47% 62%;
  --lavender-card: 250 27% 94%;
  --ink-card: 256 22% 16%;
  --hairline: 250 24% 90%;
  --hairline-dark: 252 22% 18%;
  --nav-floating: 36 12% 95%;

  --gradient-hero: radial-gradient(120% 90% at 50% 30%, hsl(250 32% 93%) 0%, hsl(250 30% 87%) 55%, hsl(250 28% 83%) 100%);
  --shadow-cta: 0 10px 30px -10px hsl(240 40% 20% / 0.35);

  --font-display: 'Space Grotesk', 'DM Sans', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* ---------- reset/base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: hsl(var(--foreground));
  background: var(--gradient-hero);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "ss02", "cv11";
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0;
}
p, ul, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; padding: 0; }
input { font: inherit; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.92em; }

.page { position: relative; overflow-x: clip; }

/* ---------- utilitários ---------- */
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.mt-10 { margin-top: 40px; }
.accent { color: hsl(var(--accent-purple)); }
.accent-soft { color: hsl(var(--glow) / 0.9); }
.accent-bar {
  width: 44px; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, hsl(var(--accent-purple)), hsl(var(--glow-soft)));
}
.ico { width: 16px; height: 16px; flex: none; }
.ico-xs { width: 14px; height: 14px; flex: none; }
.ico-md { width: 26px; height: 26px; flex: none; }

.grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.grain-soft { opacity: 0.3; }

/* ---------- partículas ---------- */
.page-particles, .cta-particles {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.particle {
  position: absolute; border-radius: 999px;
  background: hsl(var(--foreground));
}

/* ---------- tipografia de seção ---------- */
.h2-xl { font-size: clamp(36px, 5vw, 64px); line-height: 1.06; }
.h2-lg { font-size: clamp(32px, 4.6vw, 56px); line-height: 1.08; }
.h2-md { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.1; }
.h2-hero { font-size: clamp(40px, 6vw, 80px); line-height: 1.02; }
.lead {
  font-size: 17px; line-height: 1.65;
  color: hsl(var(--foreground-muted));
}
.lead-lg { font-size: 19px; max-width: 640px; }
.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: hsl(var(--foreground) / 0.55);
}
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
  border: 1px solid hsl(var(--foreground) / 0.15);
  background: hsl(var(--foreground) / 0.05);
  color: hsl(var(--foreground) / 0.8);
}
.label-dot {
  width: 6px; height: 6px; border-radius: 999px; flex: none;
  background: hsl(var(--accent-purple));
}
.section-label-dark {
  border-color: hsl(0 0% 100% / 0.18);
  background: hsl(0 0% 100% / 0.06);
  color: hsl(var(--ink-foreground) / 0.85);
}
.label-dot-glow {
  background: hsl(var(--glow));
  box-shadow: 0 0 10px hsl(var(--glow) / 0.9);
}

/* ---------- botões ---------- */
.btn-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 600; line-height: 1;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 200ms, background-color 200ms, border-color 200ms, color 200ms;
  white-space: nowrap;
}
.btn-pill:hover { transform: translateY(-1px); }
.btn-gold {
  background: #01B3D7; color: #02181d;
  box-shadow: var(--shadow-cta);
}
.btn-gold:hover { background: #00C9F0; }
.btn-dark {
  background: hsl(var(--foreground)); color: hsl(0 0% 98%);
  box-shadow: var(--shadow-cta);
}
.btn-dark:hover { background: hsl(240 15% 16%); }
.btn-ghost-dark { color: hsl(0 0% 100% / 0.85); border: 1px solid hsl(0 0% 100% / 0.25); }
.btn-ghost-dark:hover { background: hsl(0 0% 100% / 0.1); color: #fff; }
.btn-ghost-light { color: hsl(var(--foreground) / 0.8); border: 1px solid hsl(var(--foreground) / 0.18); }
.btn-ghost-light:hover { background: hsl(var(--foreground) / 0.06); }
.btn-outline-ink { border: 1px solid hsl(var(--foreground) / 0.25); color: hsl(var(--foreground)); padding: 12px 24px; }
.btn-outline-ink:hover { background: hsl(var(--foreground)); color: hsl(0 0% 98%); }
.btn-outline-white { border: 1px solid hsl(0 0% 100% / 0.3); color: hsl(var(--ink-foreground)); padding: 12px 24px; }
.btn-outline-white:hover { background: hsl(0 0% 100% / 0.1); }
.btn-hero { padding: 12px 22px; }
.btn-cta { padding: 15px 30px; font-size: 15px; }

/* ---------- logo ---------- */
.logo {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700; letter-spacing: -0.01em;
}
.logo-dot { color: hsl(var(--gold)); }
.logo-on-dark { color: #fff; }
.logo-footer { font-size: 26px; color: hsl(var(--ink-foreground)); }
.logo { display: inline-flex; align-items: center; gap: 9px; }
.logo img { display: block; }
.logo .logo-ico { height: 30px; }
.logo .logo-word { height: 19px; }
.logo-footer .logo-ico { height: 36px; }
.logo-footer .logo-word { height: 23px; }
.footer-by { margin-top: 14px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: hsl(var(--ink-foreground) / 0.55); }
.footer-by img { height: 13px; opacity: 0.75; }

/* ============================================================
   FRAME SUPERIOR (navbar + hero em painel arredondado)
   ============================================================ */
.frame-outer { padding: 8px; position: relative; z-index: 1; }
.frame {
  position: relative; overflow: hidden;
  border-radius: 32px;
  background: hsl(var(--ink));
}

/* ---------- navbar do topo (sobre o hero) ---------- */
.nav-top {
  position: absolute; top: 0; left: 0; right: 0; z-index: 30;
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 22px 32px;
}
.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-size: 14px; font-weight: 500;
}
.nav-links a { opacity: 0.75; transition: opacity 180ms; }
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links-dark { color: hsl(0 0% 100% / 0.95); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 999px; }
.nav-burger svg { width: 22px; height: 22px; }
.nav-burger-dark { color: #fff; border: 1px solid hsl(0 0% 100% / 0.25); }
.nav-burger-light { color: hsl(var(--foreground)); border: 1px solid hsl(var(--foreground) / 0.2); }

.nav-mobile {
  padding: 8px 24px 20px;
}
.nav-mobile ul { display: flex; flex-direction: column; gap: 4px; }
.nav-mobile a {
  display: block; padding: 10px 12px; border-radius: 12px;
  font-size: 15px; font-weight: 500;
  color: hsl(0 0% 100% / 0.85);
}
.nav-mobile a:hover { background: hsl(0 0% 100% / 0.08); }
.nav-mobile-floating a { color: hsl(var(--foreground) / 0.85); }
.nav-mobile-floating a:hover { background: hsl(var(--foreground) / 0.06); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: calc(100vh - 16px);
  min-height: calc(100svh - 16px);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero-shade-top {
  position: absolute; top: 0; left: 0; right: 0; height: 140px;
  background: linear-gradient(to bottom, rgba(10,14,20,0.75), rgba(10,14,20,0.35) 60%, transparent);
  pointer-events: none;
}
.hero-shade-left {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,14,20,0.85) 0%, rgba(10,14,20,0.60) 35%, rgba(10,14,20,0.10) 60%, transparent 75%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 10;
  width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 120px 32px 100px;
}
.hero-copy { max-width: 640px; }
.hero-title {
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.04;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.hero-title span { display: block; }
.hero-sub {
  margin-top: 24px; max-width: 560px;
  font-size: 17px; line-height: 1.65;
  color: hsl(0 0% 100% / 0.85);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.hero-micro {
  margin-top: 14px; max-width: 520px;
  font-size: 13.5px; line-height: 1.6;
  color: hsl(0 0% 100% / 0.6);
}
.hero-pill {
  margin-top: 32px;
  display: flex; align-items: center; gap: 8px;
  max-width: 540px;
  padding: 6px 6px 6px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-pill input {
  flex: 1; min-width: 0;
  background: transparent; border: 0; outline: none;
  color: #fff; font-size: 14px;
}
.hero-pill input::placeholder { color: hsl(0 0% 100% / 0.5); }
.hero-scroll {
  position: absolute; bottom: 28px; left: 0; right: 0; z-index: 10;
  display: flex; justify-content: center;
}
.hero-scroll-btn {
  width: 44px; height: 44px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid hsl(0 0% 100% / 0.3);
  color: hsl(0 0% 100% / 0.8);
  animation: bounce-slow 2.4s ease-in-out infinite;
  transition: background-color 200ms;
}
.hero-scroll-btn:hover { background: hsl(0 0% 100% / 0.1); }

/* ---------- fade-up de entrada do hero ---------- */
.fade-up { animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* ============================================================
   NAVBAR FLUTUANTE
   ============================================================ */
.nav-floating-wrap {
  position: fixed; top: 8px; left: 0; right: 0; z-index: 100;
  padding: 0 12px;
  transform: translateY(-150%); opacity: 0;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms;
  pointer-events: none;
}
.nav-floating-wrap.on { transform: translateY(0); opacity: 1; pointer-events: auto; }
.nav-floating-inner {
  max-width: 1140px; margin: 0 auto;
  border-radius: 28px;
  background: hsl(var(--nav-floating) / 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid hsl(var(--foreground) / 0.08);
  box-shadow: 0 18px 50px -18px hsl(240 30% 20% / 0.3);
}
.nav-floating {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 10px 20px 10px 26px;
}
.nav-floating .nav-links { color: hsl(var(--foreground) / 0.9); }

/* ============================================================
   SEÇÕES
   ============================================================ */
.section { position: relative; padding: 112px 0; }
.section-white { background: hsl(0 0% 100%); }
.section-lavender { background: hsl(var(--lavender-card)); }
.section-ink { background: hsl(var(--ink)); color: hsl(var(--ink-foreground)); overflow: hidden; }
.section-ink .lead { color: hsl(var(--ink-muted)); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container-mid { max-width: 1000px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

.hairline-top { border-top: 1px solid hsl(var(--hairline)); margin-top: 44px; padding-top: 44px; }
.section-ink .hairline-top { border-color: hsl(var(--hairline-dark)); }

.two-col-head {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: end;
}
.head-right { max-width: 480px; justify-self: end; }

/* ---------- logos ---------- */
.logos { padding: 56px 0 48px; position: relative; z-index: 1; }
.logos-title {
  text-align: center; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: hsl(var(--foreground) / 0.5);
}
.logos-row {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 40px 56px;
}
.logos-row img {
  height: 30px; width: auto;
  filter: grayscale(1); opacity: 0.5;
  transition: opacity 200ms, filter 200ms;
  user-select: none;
}
.logos-row img:hover { opacity: 1; filter: grayscale(0); }
.logo-word {
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: 23px; font-weight: 600; letter-spacing: -0.02em;
  color: hsl(var(--ink, 240 6% 6%));
  opacity: 0.5; line-height: 1;
  transition: opacity 200ms;
  user-select: none;
}
.logo-word:hover { opacity: 1; }

/* ---------- problema ---------- */
.problem-grid {
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: 64px; align-items: start;
}
.problem-grid .lead { margin-top: 24px; max-width: 560px; }
.stat-col { display: flex; justify-content: flex-end; }
.stat-card {
  background: hsl(0 0% 100%);
  border: 1px solid hsl(var(--hairline));
  border-radius: 24px; padding: 36px;
  max-width: 380px; width: 100%;
  box-shadow: 0 24px 60px -30px hsl(250 30% 30% / 0.25);
}
.stat-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: hsl(var(--foreground) / 0.45);
}
.stat-number {
  margin-top: 14px;
  font-family: var(--font-display); font-weight: 600;
  font-size: 84px; line-height: 1;
}
.stat-caption { margin-top: 14px; font-size: 15px; line-height: 1.6; color: hsl(var(--foreground-muted)); }
.stat-divider { margin: 22px 0 14px; height: 1px; background: hsl(var(--hairline)); }
.stat-source { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(var(--foreground) / 0.4); }
.problem-footer { margin-top: 56px; padding-top: 40px; }
.pull-quote {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.35;
  color: hsl(var(--foreground) / 0.85);
}

/* ---------- solução ---------- */
.solution-grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 64px; align-items: center;
}
.console-lead {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 32px); line-height: 1.25;
}
.dot-list { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.dot-list li {
  position: relative; padding-left: 22px;
  font-size: 15.5px; line-height: 1.55;
  color: hsl(var(--foreground-muted));
}
.dot-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 999px;
  background: hsl(var(--accent-purple));
}

.pillars {
  margin-top: 88px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-top: 1px solid hsl(var(--hairline));
  padding-top: 56px;
}
.pillar h3 { margin-top: 18px; font-size: 24px; }
.pillar p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: hsl(var(--foreground-muted)); max-width: 320px; }

/* ---------- mockup: painel do agente ---------- */
.mock-panel, .mock-pr {
  background: hsl(0 0% 100%);
  border: 1px solid hsl(var(--hairline));
  border-radius: 24px;
  box-shadow: 0 40px 90px -40px hsl(250 30% 25% / 0.35);
  overflow: hidden;
}
.mock-chrome {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid hsl(var(--hairline));
  background: hsl(250 25% 98%);
}
.mock-dots { display: flex; gap: 6px; }
.mock-dots .d { width: 10px; height: 10px; border-radius: 999px; display: block; }
.mock-dots .r { background: #FF5F57; }
.mock-dots .y { background: #FEBC2E; }
.mock-dots .g { background: #28C840; }
.mock-chrome-title { font-size: 12.5px; font-weight: 600; color: hsl(var(--foreground) / 0.6); }
.mock-live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: hsl(150 60% 32%);
}
.pulse {
  width: 7px; height: 7px; border-radius: 999px;
  background: hsl(150 60% 42%);
  animation: pulse-dot 1.6s ease-in-out infinite;
}
.mock-goal { padding: 18px 20px 6px; }
.mock-goal-label {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: hsl(var(--accent-purple));
}
.mock-goal-text { margin-top: 8px; font-size: 14.5px; line-height: 1.55; font-weight: 500; }
.mock-steps { padding: 14px 20px 4px; display: flex; flex-direction: column; gap: 11px; }
.mock-steps li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; }
.step-text { flex: 1; color: hsl(var(--foreground) / 0.85); }
.step-meta { font-size: 12px; color: hsl(var(--foreground) / 0.4); }
.running-meta { color: hsl(var(--accent-purple)); font-weight: 600; }
.step-ico {
  width: 20px; height: 20px; border-radius: 999px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
}
.step-ico svg { width: 11px; height: 11px; }
.step-ico.done { background: hsl(150 55% 42% / 0.15); color: hsl(150 60% 32%); }
.step-ico.running { background: hsl(var(--accent-purple) / 0.14); }
.step-ico.queued { border: 1.5px dashed hsl(var(--foreground) / 0.25); }
.spinner {
  width: 11px; height: 11px; border-radius: 999px;
  border: 2px solid hsl(var(--accent-purple) / 0.3);
  border-top-color: hsl(var(--accent-purple));
  animation: spin 0.9s linear infinite;
}
.mock-metrics {
  margin-top: 14px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid hsl(var(--hairline));
}
.mock-metrics > div { padding: 16px 20px; }
.mock-metrics > div + div { border-left: 1px solid hsl(var(--hairline)); }
.mm-v { font-family: var(--font-display); font-size: 26px; font-weight: 600; }
.mm-k { margin-top: 2px; font-size: 11.5px; color: hsl(var(--foreground) / 0.5); }
.mock-activity {
  display: flex; align-items: center; gap: 9px;
  padding: 13px 20px;
  border-top: 1px solid hsl(var(--hairline));
  background: hsl(250 25% 98%);
  font-size: 12.5px; color: hsl(var(--foreground) / 0.6);
}

/* ---------- o motor (engine) ---------- */
.engine-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 72px; align-items: start;
}
.feature-list { margin-top: 48px; display: flex; flex-direction: column; }
.feature-list li {
  display: flex; gap: 22px; align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid hsl(var(--hairline));
}
.feature-num {
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  color: hsl(var(--accent-purple));
  padding-top: 3px; min-width: 26px;
}
.feature-list h3 { font-size: 20px; }
.feature-list p { margin-top: 6px; font-size: 14.5px; line-height: 1.6; color: hsl(var(--foreground-muted)); }
.closing-note {
  margin-top: 36px; padding-top: 28px;
  border-top: 1px solid hsl(var(--hairline));
  font-family: var(--font-display); font-style: italic;
  font-size: 19px; line-height: 1.5;
  color: hsl(var(--foreground) / 0.75);
}
.engine-mock-col { position: sticky; top: 96px; }

/* ---------- mockup: pull request ---------- */
.pr-head { display: flex; gap: 14px; align-items: flex-start; padding: 20px; }
.pr-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 700;
  background: hsl(140 65% 38%); color: #fff;
  flex: none; margin-top: 2px;
}
.pr-title { font-size: 15.5px; font-weight: 700; line-height: 1.4; }
.pr-branch { margin-top: 5px; font-size: 12.5px; color: hsl(var(--foreground) / 0.55); }
.pr-branch code {
  background: hsl(var(--accent-purple) / 0.1);
  color: hsl(var(--accent-purple));
  padding: 2px 7px; border-radius: 7px;
}
.pr-checklist { padding: 4px 20px 14px; display: flex; flex-direction: column; gap: 10px; }
.pr-checklist li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: hsl(var(--foreground) / 0.85); }
.pr-checks {
  display: flex; align-items: center; gap: 12px;
  margin: 6px 20px 20px; padding: 14px 16px;
  border: 1px solid hsl(150 45% 42% / 0.35);
  background: hsl(150 55% 42% / 0.07);
  border-radius: 14px;
}
.pr-checks-title { font-size: 13.5px; font-weight: 700; color: hsl(150 60% 26%); }
.pr-checks-sub { margin-top: 2px; font-size: 12px; color: hsl(var(--foreground) / 0.5); }
.pr-ribbon {
  padding: 12px 20px;
  border-top: 1px solid hsl(var(--hairline));
  background: hsl(250 25% 98%);
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: hsl(var(--accent-purple));
}

/* ---------- agentes (cards) ---------- */
.product-cards {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.product-card {
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 340px;
  background: hsl(var(--lavender-card));
  border: 1px solid hsl(var(--hairline));
  border-radius: 28px; padding: 40px;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms, border-color 200ms;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: hsl(var(--accent-purple) / 0.4);
  box-shadow: 0 30px 70px -35px hsl(250 40% 30% / 0.4);
}
.product-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  background: hsl(var(--accent-purple) / 0.12);
  color: hsl(var(--accent-purple));
}
.product-card h3 { margin-top: 22px; font-size: 34px; }
.product-card p { margin-top: 14px; font-size: 15.5px; line-height: 1.6; color: hsl(var(--foreground-muted)); max-width: 420px; }
.product-cta {
  margin-top: 34px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700;
  color: hsl(var(--foreground));
}
.product-card:hover .product-cta { color: hsl(var(--accent-purple)); }

/* ---------- cobertura ---------- */
.case-cards {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
}
.case-card {
  background: hsl(0 0% 100%);
  border: 1px solid hsl(var(--hairline));
  border-radius: 20px; padding: 26px 22px;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms;
}
.case-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px hsl(250 35% 30% / 0.35); }
.case-ico {
  width: 42px; height: 42px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: hsl(var(--accent-purple) / 0.12);
  color: hsl(var(--accent-purple));
}
.case-ico svg { width: 20px; height: 20px; }
.case-card h3 { margin-top: 16px; font-size: 17px; line-height: 1.3; }
.case-card p { margin-top: 8px; font-size: 13px; line-height: 1.6; color: hsl(var(--foreground-muted)); }
.closing-note-sm {
  margin-top: 40px; text-align: center;
  font-size: 14px; color: hsl(var(--foreground) / 0.55);
}

/* ---------- arquitetura ---------- */
.arch-grid {
  margin-top: 56px;
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: 64px; align-items: start;
}
.layer-stack { border-top: 1px solid hsl(var(--hairline)); }
.layer {
  display: grid; grid-template-columns: 40px 44px 1fr;
  gap: 18px; align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid hsl(var(--hairline));
}
.layer-num {
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  color: hsl(var(--foreground) / 0.35); padding-top: 10px;
}
.layer-ico {
  width: 44px; height: 44px; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  background: hsl(var(--accent-purple) / 0.1);
  color: hsl(var(--accent-purple));
}
.layer-ico svg { width: 20px; height: 20px; }
.layer h3 { font-size: 18px; padding-top: 2px; }
.layer p { margin-top: 5px; font-size: 14px; line-height: 1.6; color: hsl(var(--foreground-muted)); }
.arch-quote-col { position: sticky; top: 96px; }
.arch-quote {
  background: hsl(var(--ink-card));
  color: hsl(var(--ink-foreground));
  border-radius: 28px; padding: 44px 40px;
  box-shadow: 0 40px 90px -40px hsl(255 35% 15% / 0.7);
}
.arch-quote .eyebrow { color: hsl(var(--ink-muted)); }
.arch-quote-text {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 34px); line-height: 1.2;
}
.arch-quote .accent-bar { margin-top: 24px; }
.arch-quote-body { margin-top: 24px; font-size: 15px; line-height: 1.7; color: hsl(var(--ink-muted)); }

/* ---------- por que cactuly ---------- */
.why-section { padding: 144px 0; }
.why-glow {
  position: absolute; top: -20%; right: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(50% 50% at 50% 50%, hsl(var(--glow) / 0.22), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.why-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 72px; align-items: center;
}
.why-grid .h2-hero { margin-top: 28px; }
.why-body {
  margin-top: 28px; max-width: 560px;
  font-size: 16.5px; line-height: 1.7;
  color: hsl(var(--ink-muted));
}
.manifesto {
  position: relative;
  background: hsl(var(--ink-card));
  border: 1px solid hsl(var(--hairline-dark));
  border-radius: 28px; padding: 52px 44px 40px;
  box-shadow: 0 30px 80px -30px hsl(var(--glow) / 0.25);
}
.manifesto-mark {
  position: absolute; top: 18px; left: 32px;
  font-family: var(--font-display);
  font-size: 90px; line-height: 1;
  color: hsl(var(--glow) / 0.5);
  pointer-events: none;
}
.manifesto blockquote {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.3;
  padding-top: 34px;
}
.manifesto figcaption {
  margin-top: 26px;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: hsl(var(--ink-muted));
}
.fig-dot {
  width: 7px; height: 7px; border-radius: 999px; flex: none;
  background: hsl(var(--glow));
  box-shadow: 0 0 10px hsl(var(--glow) / 0.9);
}

/* ---------- visão ---------- */
.vision-section { text-align: center; padding: 128px 0; }
.vision-title { margin-top: 28px; }
.vision-section .lead-lg { margin: 28px auto 0; }

/* ---------- resultados ---------- */
.outcomes-head {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: end;
}
.outcomes-head .lead { max-width: 460px; justify-self: end; }
.metrics {
  margin-top: 72px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  border-top: 1px solid hsl(var(--hairline));
  padding-top: 56px;
}
.metric-n { font-family: var(--font-display); font-size: clamp(40px, 4.6vw, 60px); font-weight: 600; line-height: 1; }
.metric .accent-bar { margin-top: 18px; }
.metric-k { margin-top: 14px; font-size: 14px; line-height: 1.55; color: hsl(var(--foreground-muted)); max-width: 220px; }

/* ---------- como funciona ---------- */
.hiw-section { padding: 144px 0; }
.hiw-glow-l, .hiw-glow-r {
  position: absolute; width: 55%; height: 70%;
  filter: blur(50px); pointer-events: none;
}
.hiw-glow-l {
  top: 0; left: -15%;
  background: radial-gradient(50% 50% at 50% 50%, hsl(var(--glow) / 0.16), transparent 70%);
}
.hiw-glow-r {
  bottom: 0; right: -15%;
  background: radial-gradient(50% 50% at 50% 50%, hsl(var(--glow-soft) / 0.14), transparent 70%);
}
.hiw-head { text-align: center; }
.hiw-head h2 { margin-left: auto; margin-right: auto; max-width: 640px; }
.hiw-steps { margin-top: 88px; }
.hiw-step {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.hiw-reverse .hiw-text { order: 2; }
.hiw-reverse .hiw-visual { order: 1; }
.hiw-num {
  font-family: var(--font-display); font-size: 16px; font-weight: 700;
  color: hsl(var(--glow) / 0.9);
}
.hiw-text h3 { margin-top: 14px; font-size: clamp(28px, 3vw, 38px); }
.hiw-text p { margin-top: 16px; font-size: 15.5px; line-height: 1.7; color: hsl(var(--ink-muted)); max-width: 420px; }
.hiw-divider {
  width: 1px; height: 72px; margin: 40px auto;
  background: linear-gradient(to bottom, transparent, hsl(var(--glow) / 0.5), transparent);
}
.hiw-closing {
  margin-top: 88px; text-align: center;
  font-family: var(--font-display); font-style: italic;
  font-size: 20px; color: hsl(var(--ink-foreground) / 0.75);
}

/* ---------- glow-card (mockups do como funciona) ---------- */
.glow-card {
  background: linear-gradient(180deg, hsl(240 10% 10%) 0%, hsl(240 14% 7%) 100%);
  border: 1px solid hsl(0 0% 100% / 0.06);
  border-radius: 22px; padding: 22px;
  box-shadow:
    0 1px 0 hsl(0 0% 100% / 0.04) inset,
    0 30px 80px -30px hsl(var(--glow) / 0.35),
    0 0 0 1px hsl(0 0% 100% / 0.02);
}
.gc-head {
  display: flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: hsl(var(--ink-foreground) / 0.7);
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(0 0% 100% / 0.07);
}
.glow-ico { color: hsl(var(--glow)); }
.gc-rows { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.gc-row { background: hsl(0 0% 100% / 0.04); border-radius: 12px; padding: 13px 15px; }
.gc-k { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: hsl(var(--ink-muted)); }
.gc-v { margin-top: 4px; font-size: 13.5px; color: hsl(var(--ink-foreground) / 0.92); }
.gc-item {
  display: flex; align-items: center; gap: 10px;
  background: hsl(0 0% 100% / 0.04); border-radius: 12px; padding: 12px 15px;
  font-size: 13.5px; color: hsl(var(--ink-foreground) / 0.9);
}
.gc-item span { flex: 1; }
.gc-item em { font-style: normal; font-size: 11.5px; color: hsl(var(--ink-muted)); }
.gc-grid2 { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gc-cell { background: hsl(0 0% 100% / 0.04); border-radius: 14px; padding: 15px; }
.gc-wide { margin-top: 10px; }
.gc-big { margin-top: 6px; font-family: var(--font-display); font-size: 32px; font-weight: 600; color: hsl(var(--ink-foreground)); }
.gc-up { margin-top: 4px; font-size: 12px; font-weight: 700; color: hsl(150 60% 55%); }
.gc-row-between { display: flex; align-items: center; justify-content: space-between; }
.gc-row-between .gc-up { margin-top: 0; }
.gc-bar { margin-top: 12px; height: 6px; border-radius: 999px; background: hsl(0 0% 100% / 0.08); overflow: hidden; }
.gc-bar-fill {
  width: 36%; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, hsl(var(--glow)), hsl(var(--glow-soft)));
}

/* ---------- cta ---------- */
.cta-section { text-align: center; padding: 136px 0; overflow: hidden; }
.cta-sub { margin: 24px auto 0; max-width: 480px; }
.cta-actions { margin-top: 40px; display: flex; justify-content: center; }

/* ---------- footer ---------- */
.footer {
  background: hsl(var(--ink));
  color: hsl(var(--ink-foreground));
  padding: 88px 0 0;
  position: relative; z-index: 1;
}
.footer-main {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.2fr 2fr;
  gap: 64px;
}
.footer-tagline { margin-top: 16px; font-size: 14.5px; line-height: 1.65; color: hsl(var(--ink-muted)); max-width: 300px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-cols h4 {
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: hsl(var(--ink-muted));
}
.footer-cols ul { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.footer-cols a { font-size: 14.5px; color: hsl(var(--ink-foreground) / 0.8); transition: color 180ms; }
.footer-cols a:hover { color: hsl(var(--ink-foreground)); }
.footer-bottom {
  margin-top: 72px;
  border-top: 1px solid hsl(var(--hairline-dark));
  padding: 26px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: 1200px; margin-left: auto; margin-right: auto;
}
.footer-bottom p { font-size: 13px; color: hsl(var(--ink-muted)); }
.footer-social { display: flex; gap: 14px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid hsl(var(--hairline-dark));
  color: hsl(var(--ink-foreground) / 0.75);
  transition: background-color 200ms, color 200ms;
}
.footer-social a:hover { background: hsl(0 0% 100% / 0.08); color: hsl(var(--ink-foreground)); }

/* ============================================================
   REVEAL (scroll)
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(16px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes bounce-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .two-col-head, .outcomes-head { grid-template-columns: 1fr; gap: 28px; }
  .head-right, .outcomes-head .lead { justify-self: start; }
  .problem-grid, .solution-grid, .engine-grid, .arch-grid, .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .stat-col { justify-content: flex-start; }
  .engine-mock-col, .arch-quote-col { position: static; }
  .case-cards { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .hiw-step { grid-template-columns: 1fr; gap: 36px; }
  .hiw-reverse .hiw-text { order: 0; }
  .hiw-reverse .hiw-visual { order: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-actions .btn-ghost-dark, .nav-actions .btn-ghost-light { display: none; }
}
@media (min-width: 901px) {
  .nav-mobile { display: none !important; }
}

@media (max-width: 720px) {
  .frame-outer { padding: 6px; }
  .frame { border-radius: 22px; }
  .nav-inner { padding: 16px 20px; }
  .hero-content { padding: 110px 22px 96px; }
  .hero-pill { flex-direction: column; align-items: stretch; gap: 10px; padding: 12px; border-radius: 24px; }
  .hero-pill input { padding: 6px 8px; }
  .hero-pill .btn-hero { justify-content: center; }
  .section { padding: 80px 0; }
  .why-section, .hiw-section { padding: 96px 0; }
  .pillars { grid-template-columns: 1fr; gap: 32px; }
  .product-cards { grid-template-columns: 1fr; }
  .product-card { min-height: 0; padding: 32px 26px; }
  .case-cards { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; gap: 40px; }
  .layer { grid-template-columns: 32px 40px 1fr; gap: 12px; }
  .manifesto { padding: 44px 28px 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .logos-row { gap: 28px 36px; }
  .logos-row img { height: 24px; }
}

/* ============================================================
   LANDING 2.0 — hero contato-driven, dor, ROI, passos, contato
   ============================================================ */

/* ---------- hero ---------- */
.hero-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: hsl(0 0% 100% / 0.65);
  margin-bottom: 18px;
}
.hero-title em.hl-gold { font-style: normal; color: #3FD6F2; }
.hero-ctas {
  margin-top: 32px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
}

/* ---------- dor: mini-cards ---------- */
.pain-cards {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.pain-card {
  background: hsl(0 0% 100% / 0.6);
  border: 1px solid hsl(var(--foreground) / 0.08);
  border-radius: 20px;
  padding: 28px 26px;
  backdrop-filter: blur(8px);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms;
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -20px hsl(250 40% 25% / 0.28);
}
.pain-card h3 { font-size: 19px; }
.pain-card p { margin-top: 10px; font-size: 14.5px; line-height: 1.6; color: hsl(var(--foreground-muted)); }

/* ---------- ROI ---------- */
.roi-section .lead { color: hsl(var(--ink-muted)); }
.roi-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 28px;
}
.roi-n {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.05;
  color: hsl(var(--ink-foreground));
}
.roi-n small {
  font-size: 0.5em; font-weight: 600;
  color: hsl(var(--ink-muted));
  margin-left: 2px;
}
.roi-stat .accent-bar { margin-top: 14px; }
.roi-k { margin-top: 12px; font-size: 14px; line-height: 1.55; color: hsl(var(--ink-muted)); }

.roi-bridge {
  margin-top: 56px;
  max-width: 760px;
  font-size: 19px; line-height: 1.6;
  color: hsl(var(--ink-foreground) / 0.85);
}

/* comparativo */
.compare {
  margin-top: 44px;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: hsl(0 0% 100% / 0.03);
  backdrop-filter: blur(10px);
}
.compare-head, .compare-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.35fr;
  gap: 0;
}
.compare-head {
  background: hsl(0 0% 100% / 0.05);
  border-bottom: 1px solid hsl(0 0% 100% / 0.1);
}
.compare-head span {
  padding: 18px 24px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
}
.compare-crit-label { color: hsl(var(--ink-muted)); }
.compare-col-a { color: hsl(var(--ink-muted)); }
.compare-col-b { color: #3FD6F2; }
.compare-row { border-bottom: 1px solid hsl(0 0% 100% / 0.07); }
.compare-row:last-child { border-bottom: 0; }
.compare-row > span {
  padding: 20px 24px;
  font-size: 14.5px; line-height: 1.55;
}
.compare-crit { font-weight: 600; color: hsl(var(--ink-foreground) / 0.9); }
.compare-a { color: hsl(var(--ink-muted)); }
.compare-b {
  color: hsl(var(--ink-foreground));
  background: linear-gradient(90deg, hsl(var(--glow) / 0.10), transparent);
  border-left: 1px solid hsl(var(--glow) / 0.25);
}

.roi-closing {
  margin-top: 56px;
  max-width: 720px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600; letter-spacing: -0.02em; line-height: 1.35;
  color: hsl(var(--ink-foreground));
}
.roi-cta { margin-top: 32px; }
.roi-cta .btn-cta { flex-wrap: wrap; white-space: normal; text-align: left; line-height: 1.3; }

/* ---------- como funciona: passos ---------- */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700;
  color: hsl(var(--accent-purple));
  border: 1px solid hsl(var(--accent-purple) / 0.35);
  border-radius: 999px;
  padding: 6px 14px;
}
.step h3 { margin-top: 18px; font-size: 21px; }
.step p { margin-top: 12px; font-size: 15px; line-height: 1.65; color: hsl(var(--foreground-muted)); }

/* ---------- contato ---------- */
.contact-section { overflow: hidden; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: 64px; align-items: start;
}
.contact-body {
  margin-top: 24px; max-width: 480px;
  font-size: 17px; line-height: 1.7;
  color: hsl(var(--ink-muted));
}
.contact-form {
  background: hsl(0 0% 100% / 0.05);
  border: 1px solid hsl(0 0% 100% / 0.12);
  border-radius: 28px;
  padding: 36px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px -30px hsl(258 60% 8% / 0.8);
  display: flex; flex-direction: column; gap: 18px;
}
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cf-field { display: flex; flex-direction: column; gap: 8px; }
.cf-field > span {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--ink-foreground) / 0.7);
}
.cf-field input, .cf-field select, .cf-field textarea {
  font: inherit; font-size: 15px;
  color: hsl(var(--ink-foreground));
  background: hsl(0 0% 100% / 0.06);
  border: 1px solid hsl(0 0% 100% / 0.14);
  border-radius: 14px;
  padding: 13px 16px;
  outline: none;
  transition: border-color 180ms, background-color 180ms, box-shadow 180ms;
}
.cf-field textarea { resize: vertical; min-height: 96px; }
.cf-field input::placeholder, .cf-field textarea::placeholder { color: hsl(var(--ink-muted) / 0.7); }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
  border-color: hsl(var(--glow) / 0.6);
  background: hsl(0 0% 100% / 0.09);
  box-shadow: 0 0 0 3px hsl(var(--glow) / 0.18);
}
.cf-field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.cf-field select option { color: hsl(var(--foreground)); background: #fff; }
.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.cf-submit { justify-content: center; margin-top: 6px; }
.cf-submit[disabled] { opacity: 0.6; cursor: wait; transform: none; }
.cf-error {
  font-size: 14px; color: #f0a1a1;
  background: hsl(0 60% 40% / 0.15);
  border: 1px solid hsl(0 60% 60% / 0.3);
  border-radius: 12px; padding: 10px 14px;
}
.cf-privacy {
  font-size: 12.5px; line-height: 1.6;
  color: hsl(var(--ink-muted) / 0.8);
  text-align: center;
}
.contact-success {
  background: hsl(0 0% 100% / 0.05);
  border: 1px solid hsl(var(--glow) / 0.35);
  border-radius: 28px;
  padding: 48px 40px;
  text-align: center;
  backdrop-filter: blur(16px);
}
.cs-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 999px;
  background: hsl(var(--glow) / 0.18);
  border: 1px solid hsl(var(--glow) / 0.45);
  color: #3FD6F2;
}
.cs-ico svg { width: 26px; height: 26px; }
.contact-success h3 { margin-top: 20px; font-size: 26px; color: hsl(var(--ink-foreground)); }
.contact-success p { margin-top: 12px; font-size: 15.5px; line-height: 1.7; color: hsl(var(--ink-muted)); }

/* ---------- responsivo das novas seções ---------- */
@media (max-width: 1024px) {
  .roi-stats { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 720px) {
  .pain-cards { grid-template-columns: 1fr; }
  .roi-stats { grid-template-columns: 1fr; gap: 32px; }
  .compare-head { display: none; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > span { padding: 14px 20px; }
  .compare-crit { padding-bottom: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--ink-muted)); }
  .compare-a { padding-top: 0; }
  .compare-a::before { content: "Time interno: "; font-weight: 600; color: hsl(var(--ink-foreground) / 0.7); }
  .compare-b { border-left: 0; border-top: 1px solid hsl(var(--glow) / 0.25); }
  .compare-b::before { content: "CodeShield: "; font-weight: 600; color: #3FD6F2; }
  .contact-form { padding: 26px 20px; }
  .cf-row { grid-template-columns: 1fr; }
}
