/* =========================================
   SOCIALPLUS — DESIGN SYSTEM
   Version: 2026.1.0
   ========================================= */

/* === FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #0d0d1a;
  color: #e8e8f5;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* === CSS VARIABLES === */
:root {
  --bg:         #0d0d1a;
  --bg2:        #13132a;
  --bg3:        #1a1a38;
  --surface:    rgba(255,255,255,0.04);
  --surface2:   rgba(255,255,255,0.07);
  --border:     rgba(124,58,237,0.18);
  --border2:    rgba(6,182,212,0.18);
  --purple:     #7c3aed;
  --purple-light: #a78bfa;
  --purple-dark:  #5b21b6;
  --cyan:       #06b6d4;
  --cyan-light: #67e8f9;
  --gold:       #f59e0b;
  --gold-light: #fcd34d;
  --green:      #10b981;
  --red:        #ef4444;
  --pink:       #ec4899;
  --text:       #e8e8f5;
  --text-muted: #8888aa;
  --text-dim:   #5555777;
  --grad1:      linear-gradient(135deg, #7c3aed 0%, #06b6d4 100%);
  --grad2:      linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  --grad3:      linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
  --grad4:      linear-gradient(135deg, #ec4899 0%, #7c3aed 100%);
  --grad-hero:  linear-gradient(135deg, #0d0d1a 0%, #1a0a3a 50%, #0a1a3a 100%);
  --shadow:     0 4px 24px rgba(124,58,237,0.15);
  --shadow-lg:  0 8px 48px rgba(124,58,237,0.25);
  --shadow-card:0 2px 16px rgba(0,0,0,0.4);
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  32px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--purple); border-radius: 3px; }

/* === TYPOGRAPHY SCALE === */
.display-xl { font-size: clamp(3rem, 7vw, 6rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; font-family: 'Space Grotesk', sans-serif; }
.display-lg { font-size: clamp(2.4rem, 5.5vw, 4.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; font-family: 'Space Grotesk', sans-serif; }
.display-md { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; font-family: 'Space Grotesk', sans-serif; }
.display-sm { font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.015em; font-family: 'Space Grotesk', sans-serif; }
.heading-xl { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; line-height: 1.25; }
.heading-lg { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; line-height: 1.3; }
.heading-md { font-size: 1.25rem; font-weight: 600; line-height: 1.35; }
.heading-sm { font-size: 1.1rem; font-weight: 600; line-height: 1.4; }
.body-lg { font-size: 1.125rem; line-height: 1.7; }
.body-md { font-size: 1rem; line-height: 1.65; }
.body-sm { font-size: 0.9rem; line-height: 1.6; }
.caption { font-size: 0.8rem; line-height: 1.5; letter-spacing: 0.02em; }
.label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

/* === COLOR UTILITIES === */
.text-purple { color: var(--purple-light); }
.text-cyan { color: var(--cyan); }
.text-gold { color: var(--gold); }
.text-green { color: var(--green); }
.text-pink { color: var(--pink); }
.text-muted { color: var(--text-muted); }
.text-gradient { background: var(--grad1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-gradient-gold { background: var(--grad2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-gradient-green { background: var(--grad3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-gradient-pink { background: var(--grad4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* === LAYOUT === */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-lg { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.container-sm { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 64px 0; }
.section-lg { padding: 128px 0; }

/* === GRID === */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-auto-sm { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-col { display: flex; flex-direction: column; }
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }
.gap-48 { gap: 48px; }

/* === BACKGROUND EFFECTS === */
.bg-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.glow-purple { box-shadow: 0 0 60px rgba(124,58,237,0.2), 0 0 120px rgba(124,58,237,0.1); }
.glow-cyan { box-shadow: 0 0 60px rgba(6,182,212,0.2), 0 0 120px rgba(6,182,212,0.1); }

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orbFloat 8s ease-in-out infinite;
}
.orb-purple { background: radial-gradient(circle, rgba(124,58,237,0.4) 0%, transparent 70%); }
.orb-cyan { background: radial-gradient(circle, rgba(6,182,212,0.3) 0%, transparent 70%); }
.orb-gold { background: radial-gradient(circle, rgba(245,158,11,0.25) 0%, transparent 70%); }
.orb-pink { background: radial-gradient(circle, rgba(236,72,153,0.25) 0%, transparent 70%); }

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

.mesh-bg {
  background: var(--grad-hero);
  position: relative;
  overflow: hidden;
}
.mesh-bg::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(124,58,237,0.15) 0%, transparent 60%),
              radial-gradient(ellipse 60% 80% at 80% 60%, rgba(6,182,212,0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* === NAVBAR === */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 70px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(13,13,26,0.85);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar.scrolled { background: rgba(13,13,26,0.97); box-shadow: 0 4px 32px rgba(0,0,0,0.5); }
.navbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; max-width: 1400px; }
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1.4rem;
}
.nav-logo .logo-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--grad1); display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 900; color: white;
}
.nav-logo .logo-text { background: var(--grad1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links .nav-item {
  position: relative;
}
/* Ponte de hover: cobre o vão entre o link e o dropdown (gap de 8px) para o :hover não se perder */
.nav-links .nav-item:has(.dropdown)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  z-index: 1;
}
.nav-links .nav-link {
  padding: 8px 12px; font-size: 0.88rem; font-weight: 500; color: var(--text-muted);
  border-radius: 8px; transition: var(--transition); white-space: nowrap;
  display: flex; align-items: center; gap: 4px;
}
.nav-links .nav-link:hover, .nav-links .nav-link.active { color: var(--text); background: var(--surface); }
.nav-links .nav-link .arrow { font-size: 0.65rem; transition: transform 0.2s; }
.nav-item:hover .nav-link .arrow { transform: rotate(180deg); }

/* Dropdown */
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  z-index: 2;
  min-width: 220px; background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  pointer-events: none;
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: all; }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: 0.875rem; color: var(--text-muted); transition: var(--transition); }
.dropdown a:hover { color: var(--text); background: var(--surface); }
.dropdown a .icon { width: 20px; height: 20px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.btn-nav-ghost { padding: 8px 16px; border-radius: 8px; font-size: 0.875rem; font-weight: 500; color: var(--text-muted); transition: var(--transition); }
.btn-nav-ghost:hover { color: var(--text); background: var(--surface); }
.btn-nav-primary {
  padding: 9px 20px; border-radius: 8px; font-size: 0.875rem; font-weight: 600;
  background: var(--grad1); color: white;
  box-shadow: 0 4px 16px rgba(124,58,237,0.4);
  transition: var(--transition);
}
.btn-nav-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(124,58,237,0.5); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 999; background: var(--bg);
  display: flex; flex-direction: column; padding: 90px 24px 40px;
  overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateX(100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-menu a { display: block; padding: 14px 0; font-size: 1.1rem; font-weight: 500; color: var(--text-muted); border-bottom: 1px solid rgba(255,255,255,0.05); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--text); }
.mobile-menu .mobile-section-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple-light); padding: 16px 0 4px; }
.mobile-cta { margin-top: 24px; }

/* === HERO === */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 70px;
}
.hero-content { position: relative; z-index: 2; padding: 80px 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 100px;
  background: rgba(124,58,237,0.15); border: 1px solid rgba(124,58,237,0.3);
  font-size: 0.8rem; font-weight: 600; color: var(--purple-light);
  margin-bottom: 28px;
  animation: fadeInDown 0.6s ease both;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--purple-light); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.hero h1 { animation: fadeInUp 0.7s 0.1s ease both; }
.hero .hero-sub { animation: fadeInUp 0.7s 0.2s ease both; margin-top: 24px; max-width: 640px; color: var(--text-muted); font-size: 1.2rem; line-height: 1.7; }
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; animation: fadeInUp 0.7s 0.3s ease both; }
.hero-stats { margin-top: 60px; display: flex; gap: 40px; flex-wrap: wrap; animation: fadeInUp 0.7s 0.4s ease both; }
.hero-stat { }
.hero-stat .stat-num { font-size: 2.2rem; font-weight: 800; font-family: 'Space Grotesk', sans-serif; line-height: 1; }
.hero-stat .stat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }
.hero-visual { position: relative; z-index: 2; animation: fadeInRight 0.8s 0.2s ease both; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(32px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius); font-weight: 600; font-size: 1rem;
  transition: var(--transition); cursor: pointer; white-space: nowrap;
}
.btn-primary {
  background: var(--grad1); color: white;
  box-shadow: 0 4px 24px rgba(124,58,237,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,0.5); }
.btn-secondary {
  background: var(--surface); color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover { background: var(--surface2); border-color: rgba(124,58,237,0.4); }
.btn-outline {
  background: transparent; color: var(--purple-light);
  border: 1.5px solid var(--purple);
}
.btn-outline:hover { background: rgba(124,58,237,0.1); }
.btn-gold {
  background: var(--grad2); color: white;
  box-shadow: 0 4px 24px rgba(245,158,11,0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(245,158,11,0.45); }
.btn-sm { padding: 9px 18px; font-size: 0.875rem; }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-icon { padding: 12px; border-radius: 10px; }

/* === CARDS === */
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: var(--transition);
}
.card:hover { background: var(--surface2); border-color: rgba(124,58,237,0.35); transform: translateY(-3px); box-shadow: var(--shadow); }
.card-feature {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
  transition: var(--transition); position: relative; overflow: hidden;
}
.card-feature::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad1); opacity: 0; transition: opacity 0.3s;
}
.card-feature:hover::before { opacity: 1; }
.card-feature:hover { background: var(--surface2); border-color: rgba(124,58,237,0.3); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-stat { text-align: center; padding: 32px 24px; }
.card-highlight {
  background: linear-gradient(135deg, rgba(124,58,237,0.1), rgba(6,182,212,0.08));
  border: 1px solid rgba(124,58,237,0.25); border-radius: var(--radius-lg); padding: 32px;
}
.card-dark { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }

/* === SECTION HEADER === */
.section-header { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 20px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.tag-purple { background: rgba(124,58,237,0.15); border: 1px solid rgba(124,58,237,0.25); color: var(--purple-light); }
.tag-cyan { background: rgba(6,182,212,0.12); border: 1px solid rgba(6,182,212,0.22); color: var(--cyan); }
.tag-gold { background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.22); color: var(--gold); }
.tag-green { background: rgba(16,185,129,0.12); border: 1px solid rgba(16,185,129,0.22); color: var(--green); }
.tag-pink { background: rgba(236,72,153,0.12); border: 1px solid rgba(236,72,153,0.22); color: var(--pink); }
.section-header .section-desc { color: var(--text-muted); font-size: 1.1rem; line-height: 1.75; margin-top: 16px; }

/* === ICON BOX === */
.icon-box {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  flex-shrink: 0;
}
.icon-box-sm { width: 40px; height: 40px; border-radius: 10px; font-size: 1rem; }
.icon-box-lg { width: 64px; height: 64px; border-radius: 18px; font-size: 1.8rem; }
.icon-purple { background: rgba(124,58,237,0.18); color: var(--purple-light); }
.icon-cyan { background: rgba(6,182,212,0.15); color: var(--cyan); }
.icon-gold { background: rgba(245,158,11,0.15); color: var(--gold); }
.icon-green { background: rgba(16,185,129,0.15); color: var(--green); }
.icon-pink { background: rgba(236,72,153,0.15); color: var(--pink); }
.icon-grad { background: var(--grad1); color: white; }

/* === BADGES / TAGS === */
.badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 100px; font-size: 0.72rem; font-weight: 600;
}
.badge-purple { background: rgba(124,58,237,0.18); color: var(--purple-light); }
.badge-cyan { background: rgba(6,182,212,0.15); color: var(--cyan); }
.badge-gold { background: rgba(245,158,11,0.15); color: var(--gold); }
.badge-green { background: rgba(16,185,129,0.15); color: var(--green); }
.badge-red { background: rgba(239,68,68,0.15); color: #f87171; }

/* === FEATURE LIST === */
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; }
.feature-check { width: 22px; height: 22px; border-radius: 6px; background: rgba(16,185,129,0.15); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; margin-top: 1px; }
.feature-cross { width: 22px; height: 22px; border-radius: 6px; background: rgba(239,68,68,0.12); color: #f87171; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; margin-top: 1px; }

/* === TABLE === */
.table-wrapper { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; }
thead { background: var(--bg2); }
thead th { padding: 16px 20px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); text-align: left; white-space: nowrap; }
thead th:first-child { border-radius: 0; }
tbody tr { border-bottom: 1px solid rgba(255,255,255,0.04); transition: background 0.2s; }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: var(--surface); }
tbody td { padding: 16px 20px; font-size: 0.9rem; color: var(--text-muted); vertical-align: middle; }
tbody td:first-child { color: var(--text); font-weight: 500; }
.td-check { color: var(--green); font-size: 1rem; }
.td-cross { color: #f87171; font-size: 1rem; }
.td-partial { color: var(--gold); font-size: 0.8rem; }
.td-highlight { color: var(--purple-light) !important; font-weight: 700 !important; }
.th-highlight { color: var(--purple-light) !important; background: rgba(124,58,237,0.08) !important; }

/* === PROGRESS / METRIC === */
.metric-bar { height: 8px; background: var(--bg3); border-radius: 100px; overflow: hidden; }
.metric-fill { height: 100%; border-radius: 100px; background: var(--grad1); transition: width 1s ease; }
.metric-fill-green { background: var(--grad3); }
.metric-fill-gold { background: var(--grad2); }

/* === TIMELINE === */
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--purple), var(--cyan)); }
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item::before {
  content: ''; position: absolute; left: -24px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--grad1); border: 2px solid var(--bg);
  box-shadow: 0 0 0 4px rgba(124,58,237,0.2);
}
.timeline-phase { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple-light); margin-bottom: 6px; }
.timeline-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.timeline-desc { color: var(--text-muted); font-size: 0.95rem; line-height: 1.65; }

/* === COMPARISON CARD === */
.vs-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: start; }
.vs-divider { padding: 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 40px; }
.vs-badge { width: 40px; height: 40px; border-radius: 50%; background: var(--grad1); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; }

/* === PRICE CARD === */
.price-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 36px; position: relative; overflow: hidden;
  transition: var(--transition);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card.featured {
  background: linear-gradient(135deg, rgba(124,58,237,0.15), rgba(6,182,212,0.1));
  border-color: var(--purple);
}
.price-card .featured-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--grad1); color: white; font-size: 0.72rem; font-weight: 700;
  padding: 4px 12px; border-radius: 100px;
}
.price-card .price-amount { font-family: 'Space Grotesk', sans-serif; font-size: 3rem; font-weight: 900; line-height: 1; }
.price-card .price-period { font-size: 0.875rem; color: var(--text-muted); }
.price-card .price-desc { color: var(--text-muted); font-size: 0.9rem; margin: 12px 0 28px; }
.price-card .price-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-card .price-feature { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-muted); }
.price-card .price-feature .ok { color: var(--green); }
.price-divider { border: none; border-top: 1px solid rgba(255,255,255,0.05); margin: 24px 0; }

/* === TESTIMONIAL === */
.testimonial-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px; position: relative;
}
.testimonial-card::before { content: '"'; position: absolute; top: 16px; right: 24px; font-size: 4rem; color: var(--purple); opacity: 0.2; font-family: Georgia, serif; line-height: 1; }
.testimonial-card .quote { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; font-style: italic; }
.testimonial-card .author { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.testimonial-card .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad1); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.stars { color: var(--gold); font-size: 0.75rem; margin-bottom: 12px; letter-spacing: 2px; }

/* === INTEGRATION LOGO === */
.integration-logo {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 20px;
  display: flex; align-items: center; gap: 12px;
  transition: var(--transition); cursor: default;
}
.integration-logo:hover { background: var(--surface2); border-color: rgba(124,58,237,0.3); }
.integration-logo .logo-i { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }

/* === STAT CARD === */
.stat-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px; text-align: center;
  position: relative; overflow: hidden;
}
.stat-card .stat-number { font-family: 'Space Grotesk', sans-serif; font-size: 2.8rem; font-weight: 900; line-height: 1; }
.stat-card .stat-unit { font-size: 1.2rem; font-weight: 700; margin-left: 2px; }
.stat-card .stat-label { color: var(--text-muted); font-size: 0.875rem; margin-top: 8px; }
.stat-card .stat-note { color: var(--green); font-size: 0.75rem; margin-top: 6px; font-weight: 600; }

/* === CALLOUT === */
.callout {
  border-radius: var(--radius-lg); padding: 28px 32px;
  display: flex; align-items: flex-start; gap: 16px;
}
.callout-purple { background: rgba(124,58,237,0.1); border: 1px solid rgba(124,58,237,0.25); }
.callout-cyan { background: rgba(6,182,212,0.08); border: 1px solid rgba(6,182,212,0.2); }
.callout-gold { background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.2); }
.callout-green { background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.2); }
.callout-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }

/* === STEP === */
.step-number {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad1); display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; flex-shrink: 0; color: white;
  box-shadow: 0 4px 16px rgba(124,58,237,0.4);
}
.step-connector { width: 2px; height: 32px; background: linear-gradient(to bottom, var(--purple), transparent); margin: 4px auto; }

/* === FOOTER === */
footer {
  background: var(--bg2); border-top: 1px solid var(--border);
  padding: 72px 0 40px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.footer-brand .footer-desc { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-col h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: var(--text-muted); font-size: 0.875rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--text); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; gap: 16px; }
.footer-bottom p { color: var(--text-muted); font-size: 0.8rem; }
.social-links { display: flex; gap: 8px; }
.social-link { width: 36px; height: 36px; border-radius: 8px; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--text-muted); transition: var(--transition); }
.social-link:hover { background: rgba(124,58,237,0.15); border-color: var(--purple); color: var(--purple-light); }

/* === PAGE HERO (INTERNAL) === */
.page-hero {
  padding: 140px 0 80px; position: relative; overflow: hidden;
  background: var(--bg);
}
.page-hero-inner { position: relative; z-index: 2; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 0.8rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--purple-light); }
.breadcrumb span { color: rgba(255,255,255,0.2); }

/* === ACCORDION === */
.accordion-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
.accordion-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; cursor: pointer; background: none; border: none; color: var(--text);
  font-size: 1rem; font-weight: 600; font-family: inherit; text-align: left;
  transition: color 0.2s;
}
.accordion-trigger:hover { color: var(--purple-light); }
.accordion-trigger .acc-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--surface); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; transition: transform 0.3s, background 0.3s; }
.accordion-item.open .acc-icon { transform: rotate(180deg); background: rgba(124,58,237,0.2); color: var(--purple-light); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-body-inner { padding: 0 0 24px; color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; }

/* === TABS === */
.tabs { display: flex; gap: 4px; padding: 4px; background: var(--bg2); border-radius: var(--radius); border: 1px solid var(--border); flex-wrap: wrap; }
.tab-btn { padding: 10px 20px; border-radius: 8px; font-size: 0.875rem; font-weight: 600; color: var(--text-muted); cursor: pointer; transition: var(--transition); border: none; background: none; font-family: inherit; }
.tab-btn.active { background: var(--grad1); color: white; }
.tab-btn:hover:not(.active) { color: var(--text); background: var(--surface); }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* === COUNTER === */
.counter { display: inline-block; }

/* === ANIMATIONS === */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.stagger-1 { transition-delay: 0.1s !important; }
.stagger-2 { transition-delay: 0.2s !important; }
.stagger-3 { transition-delay: 0.3s !important; }
.stagger-4 { transition-delay: 0.4s !important; }
.stagger-5 { transition-delay: 0.5s !important; }
.stagger-6 { transition-delay: 0.6s !important; }

/* === PARTICLES / GRID BG === */
.grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(124,58,237,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* === DIVIDER === */
.divider { height: 1px; background: linear-gradient(to right, transparent, var(--border), transparent); margin: 0; }

/* === MARQUEE === */
.marquee-wrapper { overflow: hidden; padding: 20px 0; }
.marquee-track { display: flex; gap: 24px; animation: marquee 30s linear infinite; width: max-content; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* === CHIP === */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--border);
  font-size: 0.8rem; font-weight: 500; color: var(--text-muted);
  transition: var(--transition);
}
.chip:hover { border-color: rgba(124,58,237,0.4); color: var(--text); }

/* === MODULE HERO COLORS === */
.hero-spy { --module-color: #ef4444; --module-color-dim: rgba(239,68,68,0.12); }
.hero-creative { --module-color: #ec4899; --module-color-dim: rgba(236,72,153,0.12); }
.hero-converter { --module-color: #f59e0b; --module-color-dim: rgba(245,158,11,0.12); }
.hero-atendimento { --module-color: #10b981; --module-color-dim: rgba(16,185,129,0.12); }
.hero-command { --module-color: #06b6d4; --module-color-dim: rgba(6,182,212,0.12); }

/* === UTILITY === */
.mt-8 { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mt-48 { margin-top: 48px; }
.mt-64 { margin-top: 64px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.p-24 { padding: 24px; }
.p-32 { padding: 32px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.w-full { width: 100%; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.hidden { display: none !important; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 72px 0; }
  .section-lg { padding: 96px 0; }
  .hero-stats { gap: 24px; }
  .vs-grid { grid-template-columns: 1fr; }
  .vs-divider { padding: 16px 0; }
}
@media (max-width: 640px) {
  .grid-4 { grid-template-columns: 1fr; }
  .grid-5 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .tabs { flex-direction: column; }
  .section { padding: 56px 0; }
  .price-card { padding: 24px; }
  .display-xl { font-size: 2.4rem; }
  .display-lg { font-size: 2rem; }
  .display-md { font-size: 1.7rem; }
}

/* === WhatsApp flutuante === */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border-radius: 100px;
  background: linear-gradient(145deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 48px rgba(37, 211, 102, 0.55), 0 6px 16px rgba(0, 0, 0, 0.4);
}
.wa-float__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}
.wa-float__label { white-space: nowrap; }
@media (max-width: 480px) {
  .wa-float { padding: 12px 14px; }
  .wa-float__label { display: none; }
  .wa-float { right: 16px; bottom: 16px; }
}

/* === Login área técnica === */
.tech-login-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124, 58, 237, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(6, 182, 212, 0.12) 0%, transparent 50%),
    var(--bg);
}
.tech-login-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 100px;
}
.tech-login-card {
  width: 100%;
  max-width: 420px;
  padding: 40px 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.tech-login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.tech-login-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 24px;
}
.tech-login-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.875rem;
  margin: 0 0 16px;
}
.tech-login-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.tech-login-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg2);
  color: var(--text);
  font-size: 1rem;
}
.tech-login-input:focus {
  outline: none;
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}
.tech-login-back {
  margin: 24px 0 0;
  text-align: center;
  font-size: 0.85rem;
}
.tech-login-back a {
  color: var(--text-muted);
}
.tech-login-back a:hover {
  color: var(--cyan);
}
