:root {
  color-scheme: dark;
  --page-bg: #07021a;
  --surface: #0c0326;
  --text: #f4edff;
  --muted: #b4a3cf;
  --cyan: #22e0ff;
  --pink: #ff2e88;
  --gutter: clamp(1.25rem, 3vw, 2.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { line-height: 1.6; }
main { min-width: 0; }
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
p { text-wrap: pretty; }
img { max-width: 100%; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a, button { transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.container { width: 100%; max-width: 1320px !important; padding-left: var(--gutter) !important; padding-right: var(--gutter) !important; }
.responsive-grid > * { min-width: 0; }
.grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.pixel-label { line-height: 1.6 !important; }
.section-title { font-size: clamp(2rem, 4.2vw, 3.25rem) !important; line-height: 1.08 !important; }
.site-header { position: sticky !important; top: 0; z-index: 70 !important; background: #07021af5 !important; }
.header-inner { min-height: 5rem; }
.brand { color: var(--text); flex-shrink: 0; }
.brand:hover { color: var(--text); }
.brand svg { flex-shrink: 0; }
.nav-links { gap: clamp(0.75rem, 1.5vw, 1.75rem) !important; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; }
.menu-toggle { display: none; }
.dashboard-link { border: 2px solid var(--cyan); color: var(--cyan); padding: 0.75rem 1rem; font-family: 'Press Start 2P', monospace; font-size: 0.625rem; }
.dashboard-link:hover { background: #22e0ff14; }
.button-link { display: inline-flex !important; align-items: center; justify-content: center; min-height: 48px; text-align: center; line-height: 1.6; font-weight: 400; text-decoration: none; }
.hero { padding-left: var(--gutter) !important; padding-right: var(--gutter) !important; }
.hero-inner { max-width: 1240px !important; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.875rem) !important; line-height: 1.02 !important; }
.hero-art { min-width: 0; }
.hero-art > div { max-width: 100%; }
.hero-art svg { max-width: 100%; }
.hero-grid { animation: none !important; }
.scanlines { opacity: 0.22; }
.plan-card { height: 100%; display: flex; flex-direction: column; transition: border-color 180ms ease, box-shadow 180ms ease; }
.plan-card .button-link { margin-top: auto; }
@media (hover: hover) and (pointer: fine) {
  .plan-card:hover { border-color: var(--cyan) !important; box-shadow: 0 0 28px #22e0ff12; }
}
.faq-question { list-style: none; min-height: 64px; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: '+'; color: var(--pink); font: 1rem 'Press Start 2P', monospace; flex-shrink: 0; }
.faq-item[open] > .faq-question::after { content: '−'; }
.faq-item[open] .faq-answer { animation: answer-in 180ms ease-out; }
@keyframes answer-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.table-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid #3a1d6e; scrollbar-color: #7b2bff var(--surface); }
.comparison-table { width: 100%; min-width: 900px; border-collapse: separate; border-spacing: 1px; background: #3a1d6e; font-variant-numeric: tabular-nums; }
.comparison-table th, .comparison-table td { vertical-align: top; text-align: left; font-size: 0.875rem !important; font-weight: 400; }
.comparison-table thead th { font-size: 0.6875rem !important; line-height: 1.8 !important; }
.comparison-table th[scope='row'] { min-width: 180px; }
.comparison-table .table-group { background: #1b0740; color: #ffb627; padding: 0.75rem; font: 0.75rem 'Press Start 2P', monospace; }
.table-hint { color: var(--muted); font-size: 0.875rem; margin: 0 0 0.75rem; }
.pending-link { color: var(--muted); font-size: 0.875rem; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.motion-toggle, .menu-toggle { border: 1px solid var(--cyan); color: var(--cyan); background: var(--surface); min-height: 44px; padding: 0.625rem 1rem; cursor: pointer; }
.motion-toggle { display: none; margin: 0 var(--gutter) 2rem; font-size: 0.875rem; }
.js .motion-toggle { display: inline-block; }
.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; background: var(--cyan); color: var(--page-bg); padding: 1rem; transform: translateY(-180%); }
.skip-link:focus { transform: none; color: var(--page-bg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-offscreen] { animation-play-state: paused !important; }
html[data-background] * { animation-play-state: paused !important; }
html[data-motion='paused'] *, html[data-motion='paused'] *::before, html[data-motion='paused'] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; gap: 0.75rem !important; }
  .nav-links { width: 100%; flex-wrap: wrap; }
  .js .menu-toggle { display: block; }
  .js .nav-links:not([data-open]) { display: none !important; }
  .nav-links[data-open] { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0.75rem 0; }
  .nav-links .button-link { grid-column: 1 / -1; }
  .grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) !important; gap: 2rem !important; }
  .hero h1 { font-size: clamp(2.5rem, 7vw, 4.875rem) !important; }
  .hero-art { min-height: 0 !important; max-width: 460px; width: 100%; margin: 0 auto; }
  .hero-art svg { width: 85%; }
  .hero-art > div:last-child { position: static !important; margin: 1rem 0; }
  .hero-stats { gap: 1.5rem !important; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 5.5rem; }
  .container { padding-top: 4rem !important; }
  .header-inner { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .hero { padding-top: 3rem !important; }
  .hero-inner, .grid-two, .grid-three { grid-template-columns: minmax(0, 1fr) !important; }
  .hero h1 { font-size: clamp(2rem, 8.3vw, 3.5rem) !important; letter-spacing: -0.04em !important; }
  .hero h1 span { text-shadow: 2px 2px 0 #ff2e88, 4px 4px 0 #7b2bff !important; }
  .hero p { font-size: 1.0625rem !important; }
  .hero-actions { align-items: stretch !important; }
  .hero-actions > * { flex: 1 1 100%; }
  .hero-art { max-width: 320px; }
  .hero-stats { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem !important; }
  .hero-stats > div > div:first-child { font-size: 1.75rem !important; }
  .hero-stats > div > div:last-child { font-size: 0.6875rem !important; letter-spacing: 0.02em !important; }
  .responsive-grid { gap: 1.25rem !important; }
  .dashboard-example .pixel-label { flex-wrap: wrap; gap: 0.75rem !important; }
  .grid-four { gap: 1px !important; }
  .grid-two[style*='padding: 56px'], .grid-two[style*='padding: 32px'] { padding: 1.5rem !important; }
  #plataforma > div[style*='padding: 40px'] { padding: 1.25rem !important; }
  .plan-card { padding: 1.5rem !important; }
  .faq-question { padding: 1.25rem !important; font-size: 1.125rem !important; gap: 1rem !important; }
  .faq-answer { padding: 0 1.25rem 1.25rem !important; }
  .site-footer .grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .site-footer .grid-two > :first-child { grid-column: 1 / -1; }
  .scanlines { display: none; }
  .button-link { max-width: 100%; overflow-wrap: anywhere; }
}
@media (max-width: 480px) {
  .grid-four { grid-template-columns: minmax(0, 1fr) !important; }
  .brand > span { font-size: 1.125rem !important; }
  .brand > span > span { font-size: 0.625rem !important; }
  .header-inner { gap: 0.5rem !important; }
  .hero-art { max-width: 270px; }
  .site-footer .grid-two { grid-template-columns: minmax(0, 1fr) !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
