/* ============================================================
   CODEN3 — Design System 2026 (Alfaiataria Digital)
   Navy profundo + Azul elétrico + Laranja | Sora + Inter
   Fonte de verdade de estilo do site. Sem build, sem Tailwind.
   ============================================================ */

/* ── FONTES (self-hosted, latin) ── */
@font-face {
  font-family: 'Sora'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/assets/fonts/sora-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/sora-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/assets/fonts/inter-600.woff2') format('woff2');
}

/* ── TOKENS ── */
:root {
  /* Superfícies — rampa navy (deck NotebookLM) */
  --navy-950: #020126;
  --navy-900: #050A30;
  --navy-800: #0A1140;
  --navy-700: #101A52;
  /* Primária — azul elétrico */
  --blue-600: #2563EB;
  --blue-500: #3B82F6;
  --blue-400: #60A5FA;
  /* Acento — laranja: SÓ CTA e destaques */
  --orange-600: #EA580C;
  --orange-500: #F97316;
  --orange-400: #FB923C;
  /* Texto */
  --text: #EDF0FB;
  --text-muted: rgba(237, 240, 251, .75);
  /* Glass */
  --glass-bg: rgba(255, 255, 255, .05);
  --glass-border: rgba(255, 255, 255, .12);
  --glass-hover: rgba(255, 255, 255, .09);
  --glass-blur: 14px;
  /* Geometria */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: 72rem;
  --section-y: clamp(4rem, 9vw, 7.5rem);
  /* Sombras */
  --shadow-glow-blue: 0 0 40px rgba(59, 130, 246, .25);
  --shadow-glow-orange: 0 0 32px rgba(249, 115, 22, .28);
  /* Tipografia */
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0; padding: 0;
  font-family: var(--font-body); font-size: 1rem; line-height: 1.7;
  color: var(--text); background: var(--navy-950);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; margin: 0 0 1rem; }
h1 { font-size: clamp(2.125rem, 5vw, 3.375rem); font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: clamp(1.625rem, 3.5vw, 2.375rem); font-weight: 700; letter-spacing: -.01em; }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1rem; }
:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 2px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ── LAYOUT ── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }
.section { position: relative; padding: var(--section-y) 0; }
.section--alt { background: var(--navy-900); }
.section-head { max-width: 46rem; margin: 0 auto 3rem; text-align: center; }
.section-head--left { margin-left: 0; text-align: left; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.5rem; }
@media (min-width: 700px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } }

/* ── UTILITÁRIOS ── */
.eyebrow {
  display: inline-block; margin-bottom: .875rem;
  font-family: var(--font-display); font-size: .8125rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--orange-400);
}
.lead { font-size: 1.125rem; color: var(--text-muted); }
.muted { color: var(--text-muted); }
.text-center { text-align: center; }
/* Motif papel milimetrado/blueprint (sem imagem) */
.bg-blueprint {
  background-image:
    linear-gradient(rgba(96, 165, 250, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, .055) 1px, transparent 1px);
  background-size: 44px 44px;
}
/* Brilho radial decorativo */
.orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(110px); opacity: .5; z-index: 0;
}
.orb--blue { background: var(--blue-600); }
.orb--orange { background: var(--orange-600); opacity: .25; }

/* ── BOTÕES ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: .75rem 1.625rem;
  font-family: var(--font-display); font-size: .9375rem; font-weight: 600;
  border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; transition: transform .2s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  touch-action: manipulation;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff; box-shadow: 0 4px 18px rgba(249, 115, 22, .35);
}
.btn--primary:hover { box-shadow: var(--shadow-glow-orange); }
.btn--ghost {
  background: transparent; color: var(--blue-400);
  border-color: rgba(96, 165, 250, .45);
}
.btn--ghost:hover { background: rgba(59, 130, 246, .12); border-color: var(--blue-400); }
.btn--block { width: 100%; }

/* ── HEADER / NAV ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  background: rgba(2, 1, 38, .78);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom-color: var(--glass-border);
}
.header-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 1.25rem;
  height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
@media (min-width: 768px) { .header-inner { padding: 0 2rem; } }
.brand img { height: 38px; width: auto; }
.nav-desktop { display: none; align-items: center; gap: 1.75rem; }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }
.nav-desktop > li { position: relative; }
.nav-desktop a {
  font-size: .9375rem; font-weight: 500; color: var(--text-muted);
  padding: .375rem 0; transition: color .2s;
}
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { color: #fff; }
.nav-desktop a[aria-current="page"] { border-bottom: 2px solid var(--orange-500); }
/* Submenu Soluções */
.has-submenu > button {
  display: inline-flex; align-items: center; gap: .375rem;
  background: none; border: none; cursor: pointer; padding: .375rem 0;
  font: 500 .9375rem var(--font-body); color: var(--text-muted); transition: color .2s;
}
.has-submenu > button:hover, .has-submenu.open > button { color: #fff; }
.has-submenu > button svg { width: 14px; height: 14px; transition: transform .2s; }
.has-submenu.open > button svg { transform: rotate(180deg); }
.submenu {
  position: absolute; top: calc(100% + .875rem); left: 50%; transform: translateX(-50%);
  min-width: 17rem; padding: .5rem;
  background: rgba(5, 10, 48, .96);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--glass-border); border-radius: var(--radius-md);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .5);
  opacity: 0; visibility: hidden; translate: 0 8px;
  transition: opacity .2s ease, translate .2s ease, visibility .2s;
}
.has-submenu.open .submenu { opacity: 1; visibility: visible; translate: 0 0; }
.submenu a {
  display: block; padding: .625rem .875rem; border-radius: var(--radius-sm);
  font-size: .9rem;
}
.submenu a:hover { background: var(--glass-hover); }
.header-cta { display: none; }
@media (min-width: 1024px) { .header-cta { display: inline-flex; min-height: 42px; padding: .5rem 1.25rem; } }
/* Hamburger */
.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 48px; height: 48px; padding: 12px;
  background: none; border: none; cursor: pointer;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.nav-toggle span {
  display: block; height: 2px; width: 100%; background: var(--text);
  border-radius: 2px; transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Menu mobile */
.nav-mobile {
  position: fixed; inset: 72px 0 auto 0; z-index: 190;
  max-height: calc(100dvh - 72px); overflow-y: auto;
  padding: 1rem 1.25rem 2rem;
  background: rgba(2, 1, 38, .97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  display: none;
}
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: block; padding: .875rem .5rem; font-size: 1.0625rem; font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.nav-mobile .nav-mobile-group { padding: .875rem .5rem .25rem; font-size: .8125rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-400); }
.nav-mobile .nav-mobile-sub a { padding-left: 1.25rem; font-size: 1rem; color: var(--text-muted); }
.nav-mobile .btn { margin-top: 1.25rem; }

/* ── HERO ── */
.hero {
  position: relative; overflow: hidden;
  padding: calc(72px + clamp(3rem, 8vw, 6rem)) 0 var(--section-y);
}
.hero .container { position: relative; z-index: 1; }
.hero-media { position: relative; }
.hero-media img { margin: 0 auto; }

/* ── CARDS ── */
.card-glass {
  position: relative; padding: 1.75rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  -webkit-backdrop-filter: blur(var(--glass-blur)); backdrop-filter: blur(var(--glass-blur));
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.card-glass:hover { background: var(--glass-hover); border-color: rgba(255, 255, 255, .2); }
a.card-glass:hover { transform: translateY(-4px); }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin-bottom: 1.125rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(37, 99, 235, .35), rgba(59, 130, 246, .15));
  border: 1px solid rgba(96, 165, 250, .35);
  color: var(--blue-400);
}
.card-icon svg { width: 26px; height: 26px; }
.card-icon--orange {
  background: linear-gradient(135deg, rgba(234, 88, 12, .32), rgba(249, 115, 22, .12));
  border-color: rgba(251, 146, 60, .4); color: var(--orange-400);
}
.card-glass h3 { margin-bottom: .5rem; }
.card-glass p { margin: 0; color: var(--text-muted); font-size: .9688rem; }
.card-link {
  display: inline-flex; align-items: center; gap: .375rem; margin-top: 1rem;
  font-weight: 600; font-size: .9063rem; color: var(--blue-400);
}
.card-link svg { width: 16px; height: 16px; transition: transform .2s; }
.card-glass:hover .card-link svg, .card-link:hover svg { transform: translateX(4px); }

/* ── LOGO STRIP (marquee CSS) ── */
.logo-strip { overflow: hidden; position: relative; padding: 1.25rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.logo-track {
  display: flex; align-items: center; gap: clamp(3rem, 7vw, 5.5rem);
  width: max-content;
  animation: marquee 36s linear infinite;
}
.logo-strip:hover .logo-track { animation-play-state: paused; }
.logo-track img { height: 40px; width: auto; opacity: .65; filter: grayscale(1) brightness(1.7); transition: opacity .25s; }
.logo-track img:hover { opacity: 1; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}

/* ── TABELA COMPARATIVA ── */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table {
  width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 0;
  font-size: .9375rem;
}
.compare-table caption { caption-side: bottom; padding-top: .875rem; font-size: .8438rem; color: var(--text-muted); text-align: left; }
.compare-table th, .compare-table td {
  padding: 1rem 1.125rem; text-align: left; vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.compare-table thead th {
  font-family: var(--font-display); font-size: .9375rem;
  border-bottom: 2px solid rgba(255, 255, 255, .14);
}
.compare-table tbody th { font-weight: 600; color: var(--text); width: 22%; }
.compare-table td { color: var(--text-muted); }
.compare-table .col-shelf { color: rgba(237, 240, 251, .6); }
.compare-table .col-custom {
  background: rgba(249, 115, 22, .07);
  border-left: 2px solid var(--orange-500); border-right: 2px solid var(--orange-500);
  color: var(--text);
}
.compare-table thead .col-custom { border-top: 2px solid var(--orange-500); border-radius: var(--radius-sm) var(--radius-sm) 0 0; color: var(--orange-400); }
.compare-table tbody tr:last-child .col-custom { border-bottom: 2px solid var(--orange-500); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }

/* ── STEPS (Funil de Requisitos) ── */
.steps { counter-reset: step; display: grid; gap: 1.25rem; list-style: none; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li {
  counter-increment: step; position: relative; padding: 1.5rem;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block; margin-bottom: .75rem;
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 700;
  background: linear-gradient(135deg, var(--blue-400), var(--orange-400));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.steps h3 { font-size: 1.0625rem; margin-bottom: .375rem; }
.steps p { margin: 0; font-size: .9063rem; color: var(--text-muted); }

/* ── DEPOIMENTOS (scroll-snap) ── */
.testimonials {
  display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: .875rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--blue-600) transparent;
}
.testimonial {
  flex: 0 0 min(86%, 30rem); scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 1.25rem;
  padding: 1.875rem;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
}
.testimonial blockquote { margin: 0; font-size: 1.0313rem; line-height: 1.65; }
.testimonial blockquote::before { content: "“"; display: block; font: 700 2.5rem/1 var(--font-display); color: var(--orange-500); }
.testimonial footer { margin-top: auto; font-size: .875rem; color: var(--text-muted); }
.testimonial cite { font-style: normal; font-weight: 600; color: var(--text); display: block; }
.testimonials-nav { display: flex; gap: .625rem; justify-content: center; margin-top: 1rem; }
.testimonials-nav button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  color: var(--text); cursor: pointer; transition: background .2s, border-color .2s;
}
.testimonials-nav button:hover { background: var(--glass-hover); border-color: var(--blue-400); }
.testimonials-nav svg { width: 20px; height: 20px; }

/* ── CTA BAND ── */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
  background:
    radial-gradient(ellipse at 20% 120%, rgba(234, 88, 12, .28), transparent 55%),
    radial-gradient(ellipse at 85% -20%, rgba(37, 99, 235, .35), transparent 55%),
    var(--navy-800);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
}
.cta-band h2 { margin-bottom: .625rem; }
.cta-band p { max-width: 38rem; margin: 0 auto 1.75rem; color: var(--text-muted); }

/* ── BREADCRUMB ── */
.breadcrumb { margin-bottom: 1.25rem; font-size: .8438rem; color: var(--text-muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .375rem; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: .375rem; opacity: .5; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--blue-400); }

/* ── FORMULÁRIOS ── */
.form-card {
  padding: 2rem;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  -webkit-backdrop-filter: blur(var(--glass-blur)); backdrop-filter: blur(var(--glass-blur));
}
.form-grid { display: grid; gap: 1.125rem; }
@media (min-width: 700px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .form-field--full { grid-column: 1 / -1; } }
.form-field label {
  display: block; margin-bottom: .375rem;
  font-size: .875rem; font-weight: 600;
}
.form-field label .req { color: var(--orange-400); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; min-height: 48px; padding: .75rem .875rem;
  font: 400 1rem var(--font-body); color: var(--text);
  background: rgba(2, 1, 38, .5);
  border: 1px solid var(--glass-border); border-radius: var(--radius-sm);
  transition: border-color .2s, box-shadow .2s;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(237, 240, 251, .4); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--blue-400);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .25);
}
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #F87171; }
.form-field .field-error { display: none; margin-top: .375rem; font-size: .8125rem; color: #FCA5A5; }
.form-field input[aria-invalid="true"] ~ .field-error { display: block; }
.form-check { display: flex; align-items: flex-start; gap: .625rem; font-size: .875rem; color: var(--text-muted); }
.form-check input { width: 18px; height: 18px; margin-top: .2em; accent-color: var(--orange-500); flex: none; min-height: 0; }
/* Resposta do envio — estados controlados pelo form.js via data-state */
.form-response { display: none; margin-top: 1.125rem; padding: .875rem 1.125rem; border-radius: var(--radius-sm); font-size: .9375rem; }
.form-response[data-state="loading"] { display: block; background: rgba(59, 130, 246, .14); border: 1px solid rgba(96, 165, 250, .4); }
.form-response[data-state="success"] { display: block; background: rgba(34, 197, 94, .14); border: 1px solid rgba(74, 222, 128, .45); }
.form-response[data-state="error"] { display: block; background: rgba(239, 68, 68, .14); border: 1px solid rgba(248, 113, 113, .45); }

/* ── CARD-AÇÃO (botão com aparência de card-glass, p/ abrir modal) ── */
.card-action {
  display: block; width: 100%; text-align: left;
  font: inherit; color: inherit; cursor: pointer;
}
.card-action:hover { transform: translateY(-4px); }

/* ── MODAL ── */
.modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
  background: rgba(2, 1, 38, .72);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  overflow-y: auto;
}
.modal[hidden] { display: none; }
.modal-dialog {
  position: relative; width: 100%; max-width: 40rem; margin: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  padding-top: 4rem;
  background: var(--navy-800);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  box-shadow: 0 24px 64px rgba(2, 1, 38, .6);
}
.modal-close {
  position: absolute; top: 1rem; right: 1rem;
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; padding: 0;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm); color: var(--text); cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.modal-close:hover { background: var(--glass-hover); border-color: rgba(255, 255, 255, .2); }
.modal-close svg { width: 20px; height: 20px; }

/* ── TICKET (widget YouTrack, tema claro sobre cartão branco) ── */
.ticket-form {
  max-width: 640px; margin-inline: auto;
  padding: clamp(1rem, 3vw, 1.75rem);
  background: #fff; color: #1e293b;
  border-radius: var(--radius-md);
}
.ticket-form a { color: var(--blue-600); }

/* ── FOOTER ── */
.site-footer {
  background: var(--navy-900);
  border-top: 1px solid var(--glass-border);
  padding: 4rem 0 0; font-size: .9063rem;
}
.footer-grid { display: grid; gap: 2.25rem; padding-bottom: 3rem; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.footer-brand img { height: 40px; width: auto; margin-bottom: 1rem; }
.footer-brand p { color: var(--text-muted); max-width: 20rem; }
.footer-col h2 { font-size: .8438rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-400); margin-bottom: 1.125rem; }
.footer-col li { margin-bottom: .625rem; }
.footer-col a { color: var(--text-muted); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: .625rem; align-items: flex-start; color: var(--text-muted); }
.footer-contact svg { width: 18px; height: 18px; flex: none; margin-top: .2em; color: var(--blue-400); }
.footer-bottom {
  padding: 1.25rem 0; border-top: 1px solid rgba(255, 255, 255, .06);
  font-size: .8125rem; color: var(--text-muted);
}
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }

/* ── WHATSAPP FLUTUANTE ── */
.wpp-float {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 150;
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
  transition: transform .2s ease;
}
.wpp-float:hover { transform: scale(1.08); }
.wpp-float svg { width: 30px; height: 30px; }

/* ── PALCO MOBILIDADE (cena do deck: fones + ícones em órbita, imagem única) ── */
.mobile-stage {
  width: 100%; max-width: 26rem; margin: 0 auto;
  padding: 1.25rem;
  background:
    linear-gradient(rgba(30, 58, 138, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 138, .08) 1px, transparent 1px),
    #F3F5F9;
  background-size: 28px 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.mobile-stage img { display: block; width: 100%; height: auto; }

/* ── CHECK LIST ── */
.check-list li { display: flex; gap: .625rem; margin-bottom: .75rem; color: var(--text-muted); }
.check-list svg { width: 20px; height: 20px; flex: none; margin-top: .3em; color: var(--orange-400); }

/* ── COOKIE BAR (LGPD) ── */
.cookie-bar {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 300;
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  max-width: var(--container); margin: 0 auto; padding: 1.125rem 1.375rem;
  background: rgba(5, 10, 48, .97);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--glass-border); border-radius: var(--radius-md);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .5);
  font-size: .9063rem;
}
.cookie-bar p { margin: 0; color: var(--text-muted); max-width: 46rem; }
.cookie-bar a { color: var(--blue-400); text-decoration: underline; }
.cookie-bar .btn { min-height: 44px; padding: .5rem 1.375rem; }

/* ── PÁGINA DE CONTEÚDO LONGO (privacidade) ── */
.prose { max-width: 46rem; }
.prose h2 { font-size: 1.375rem; margin-top: 2.5rem; }
.prose h3 { font-size: 1.125rem; margin-top: 1.75rem; }
.prose p, .prose li { color: var(--text-muted); }
.prose ul { list-style: disc; padding-left: 1.375rem; margin-bottom: 1rem; }
.prose a { color: var(--blue-400); text-decoration: underline; }

/* ── 404 ── */
.error-hero { min-height: calc(100dvh - 72px); display: grid; place-items: center; text-align: center; padding: 6rem 1.25rem; }
.error-hero .code {
  font: 700 clamp(5rem, 18vw, 9rem)/1 var(--font-display);
  background: linear-gradient(135deg, var(--blue-400), var(--orange-400));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
