/* dividi – main.css | Mobile-first, conversion-optimized */

/* ── Reset ─────────────────────────────────────────────── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@supports (padding: max(0px)) {
  html {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

/* ── Design tokens ─────────────────────────────────────── */
/*
 * Fonte da verdade: handoff/dividi-redesign/style.css (:root).
 * Os tokens do redesign abaixo batem 1:1 com o handoff. Tokens legacy
 * (--surface-*, --shadow-xs/sm/md/lg/xl, --max-width, --header-height,
 * --ease-in-out, --duration-*, --text-*, --border-*, --radius-xs,
 * --section-py, --glass-highlight, --nav-inline-gap) são MANTIDOS porque
 * ainda são referenciados por seções fora do escopo do redesign (features,
 * showcase, social-proof, faq, cta, pricing, blog, legal) e por páginas
 * fora do escopo (404, exclusão de conta). Limpeza de órfãos: task-17.
 */
:root {
  /* ── Redesign tokens (handoff · cores) ── */
  --primary: #6d28d9;
  --primary-light: #7c3aed;
  --secondary: #a855f7;
  --secondary-light: #c084fc;
  --lilac: #d5b8ff;
  --ink: #181321;
  --ink-muted: #554e63;
  --ink-soft: #7a728d;
  --ink-soft-aa: #726a84;
  --bg-light: #faf9fc;
  --bg-light-2: #f5f3f9;
  --hero-ink: #120d1b;
  --hero-ink-2: #0e0a15;
  --line: rgba(24, 19, 33, 0.07);
  --line-strong: rgba(24, 19, 33, 0.12);
  --card: #ffffff;

  /* ── Redesign tokens (handoff · raio / sombra / layout / easing) ── */
  --radius-pill: 999px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --content-w: 1180px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 1px 2px rgba(24, 19, 33, 0.04), 0 8px 24px -8px rgba(24, 19, 33, 0.08);
  --shadow-lift: 0 2px 4px rgba(24, 19, 33, 0.05), 0 24px 48px -16px rgba(109, 40, 217, 0.18);
  /* animation tuning (driven by Tweaks / reveal-on-scroll) */
  --anim: 0.7;
  --rv-dist: calc(28px * var(--anim));
  --rv-dur: calc(0.9s * max(var(--anim), 0.001));

  /* ── Tokens legacy mantidos (fora do escopo do redesign) ── */
  --bg: #f5f3f9;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-solid: #ffffff;
  --surface-subtle: #efedf4;
  --surface-dark: #15111d;
  --surface-dark-soft: #1c1726;

  --border: rgba(42, 23, 84, 0.08);
  --border-strong: rgba(42, 23, 84, 0.14);
  --border-accent: rgba(109, 40, 217, 0.14);

  --text: #181321;
  --text-muted: #554e63;
  --text-soft: #5a5168;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255, 255, 255, 0.78);
  --text-on-dark-soft: rgba(255, 255, 255, 0.58);

  --shadow-xs: 0 1px 2px rgba(15, 11, 24, 0.04);
  --shadow-sm: 0 8px 24px rgba(21, 17, 29, 0.06);
  --shadow-md: 0 18px 40px rgba(21, 17, 29, 0.08);
  --shadow-lg: 0 28px 72px rgba(21, 17, 29, 0.12);
  --shadow-xl: 0 36px 96px rgba(21, 17, 29, 0.16);

  --radius-xs: 12px;

  --max-width: 1200px;
  --section-px: clamp(1.25rem, 5vw, 3rem);
  --section-py: clamp(3.5rem, 8vw, 6rem);
  --header-height: 72px;
  --nav-inline-gap: 1.5rem;

  --ease-in-out: cubic-bezier(0.87, 0, 0.13, 1);
  --duration-fast: 160ms;
  --duration-base: 240ms;
  --duration-slow: 400ms;

  /* Tipografia sem webfont (ADR-002: webfont removida) — system stack do handoff */
  --font-display: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --glass-highlight: inset 0 1px 0 0 rgba(255, 255, 255, 0.65);
}

/* ── Base ──────────────────────────────────────────────── */
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.6;
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at top center, rgba(124, 58, 237, 0.08), transparent 32%),
    linear-gradient(180deg, #faf9fc 0%, #f5f3f9 100%);
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

@supports (content-visibility: auto) {
  /* .cta-section foi REMOVIDA daqui: content-visibility:auto tornava sua
     subárvore "skipped", então o IntersectionObserver de reveal (.rv→.in)
     nunca disparava e o cartão de CTA final ficava preso em opacity:0
     (bloco branco no lugar do CTA de download). O reveal tem fallback no JS,
     mas esta seção é o CTA principal e não deve depender disso. */
  .features-section,
  .showcase-section,
  .social-proof-section,
  .faq-section,
  .site-footer {
    content-visibility: auto;
  }

  .features-section {
    contain-intrinsic-size: auto 720px;
  }

  .showcase-section {
    contain-intrinsic-size: auto 2800px;
  }

  .social-proof-section {
    contain-intrinsic-size: auto 1200px;
  }

  .faq-section {
    contain-intrinsic-size: auto 920px;
  }

  .site-footer {
    contain-intrinsic-size: auto 560px;
  }
}

/* ── Skip link ─────────────────────────────────────────── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--primary);
  color: white;
  border-radius: 0 0 var(--radius-xs) 0;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-download-btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: 10px;
}

/* ── Page wrapper ──────────────────────────────────────── */
.page-wrapper {
  position: relative;
  overflow: clip;
}

@media (min-width: 1024px) {
  .page-wrapper::before,
  .page-wrapper::after {
    content: '';
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    will-change: transform;
  }
  .page-wrapper::before {
    width: 420px;
    height: 420px;
    top: -160px;
    left: -180px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.08), transparent 80%);
    animation: floatOrb 22s infinite alternate var(--ease-in-out);
  }
  .page-wrapper::after {
    width: 520px;
    height: 520px;
    top: 10%;
    right: -220px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.08), transparent 80%);
    animation: floatOrb2 26s infinite alternate-reverse var(--ease-in-out);
  }
  @keyframes floatOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(80px, 120px) scale(1.08); }
  }
  @keyframes floatOrb2 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-100px, 60px) scale(1.04); }
  }
}

/* ═══════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: max(0.75rem, env(safe-area-inset-top)) var(--section-px) 0.75rem;
  background: rgba(245, 243, 249, 0.82);
  border-bottom: 1px solid rgba(24, 19, 33, 0.06);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    background var(--duration-base) var(--ease-out),
    border-color var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}
.site-header.scrolled {
  background: rgba(245, 243, 249, 0.94);
  border-bottom-color: rgba(24, 19, 33, 0.08);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.72),
    0 12px 32px rgba(21, 17, 29, 0.06);
}

.site-nav {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  transition: opacity var(--duration-fast) ease;
}
.logo-brand:hover { opacity: 0.8; }
.logo-brand img,
.logo-brand picture { border-radius: 8px; }

.logo-text {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: #271a46;
  letter-spacing: -0.02em;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: var(--nav-inline-gap);
}

.nav-links {
  display: none;
  align-items: center;
  list-style: none;
  gap: var(--nav-inline-gap);
}
.nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color var(--duration-fast) ease;
}
.nav-links a:hover { color: var(--primary); }

/* Language switcher */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 3px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-xs);
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: var(--text-soft);
  border-radius: var(--radius-pill);
  padding: 0.35rem 0.65rem;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  transition:
    background var(--duration-fast) ease,
    color var(--duration-fast) ease,
    box-shadow var(--duration-fast) ease;
}
.lang-btn.active {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(21, 17, 29, 0.08);
}

.nav-download-btn {
  display: none;
}

/* Mobile menu toggle */
.mobile-menu-toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  padding: 0;
  border-radius: var(--radius-xs);
  transition: background var(--duration-fast) ease;
}
.mobile-menu-toggle:hover { background: rgba(109, 40, 217, 0.06); }
.mobile-menu-toggle svg {
  position: absolute;
  width: 22px;
  height: 22px;
  transition:
    opacity var(--duration-fast) ease,
    transform var(--duration-base) var(--ease-out);
}
.mobile-menu-toggle .menu-icon-open { opacity: 1; transform: rotate(0deg) scale(1); }
.mobile-menu-toggle .menu-icon-close { opacity: 0; transform: rotate(-45deg) scale(0.7); }
.mobile-menu-toggle.active .menu-icon-open { opacity: 0; transform: rotate(45deg) scale(0.7); }
.mobile-menu-toggle.active .menu-icon-close { opacity: 1; transform: rotate(0deg) scale(1); }

/* Mobile menu drawer */
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.65rem 1.5rem 1.1rem;
  border-top: 1px solid var(--border);
  background: rgba(245, 243, 249, 0.98);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 20px 48px rgba(21, 17, 29, 0.08);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 260ms var(--ease-out);
}
.mobile-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.mobile-menu-links a,
.mobile-menu-cta {
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 200ms ease,
    transform 200ms ease,
    background 140ms ease,
    color 140ms ease;
}
.mobile-menu.open .mobile-menu-links li:nth-child(1) a { opacity: 1; transform: none; transition-delay: 0.04s; }
.mobile-menu.open .mobile-menu-links li:nth-child(2) a { opacity: 1; transform: none; transition-delay: 0.08s; }
.mobile-menu.open .mobile-menu-links li:nth-child(3) a { opacity: 1; transform: none; transition-delay: 0.12s; }
.mobile-menu.open .mobile-menu-links li:nth-child(4) a { opacity: 1; transform: none; transition-delay: 0.16s; }
.mobile-menu.open .mobile-menu-links li:nth-child(5) a { opacity: 1; transform: none; transition-delay: 0.20s; }
.mobile-menu.open .mobile-menu-cta { opacity: 1; transform: none; transition-delay: 0.24s; }

.mobile-menu-links a {
  display: block;
  padding: 0.7rem 0.5rem;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.97rem;
  font-weight: 600;
  border-radius: var(--radius-xs);
}
.mobile-menu-links a:hover { background: rgba(109, 40, 217, 0.05); color: var(--primary); }

.mobile-menu-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius-pill);
  background: var(--primary);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  box-shadow: 0 10px 24px rgba(109, 40, 217, 0.2);
  margin-top: 0.2rem;
}

/* A 404 legacy preserva o movimento do menu, mas exibe texto e CTA com
   opacidade integral em todos os frames da abertura. */
.mobile-menu.error404-mobile-menu {
  opacity: 1;
  visibility: hidden;
  transition: transform 260ms var(--ease-out);
}
.mobile-menu.error404-mobile-menu.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.error404-mobile-menu .mobile-menu-links a,
.mobile-menu.error404-mobile-menu .mobile-menu-cta {
  opacity: 1;
  transition:
    transform 200ms ease,
    background 140ms ease,
    color 140ms ease;
}
.mobile-menu.error404-mobile-menu.open .mobile-menu-links li:nth-child(6) a {
  transform: none;
  transition-delay: 0.24s;
}
.mobile-menu.error404-mobile-menu.open .mobile-menu-cta {
  transition-delay: 0.28s;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu.error404-mobile-menu,
  .mobile-menu.error404-mobile-menu .mobile-menu-links a,
  .mobile-menu.error404-mobile-menu .mobile-menu-cta {
    transform: none;
    transition: none;
  }
}

/* ═══════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════ */
main section {
  padding: 0 var(--section-px);
}

#features,
#showcase,
#social-proof,
#faq,
#download {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.hero-shell,
.features-grid,
.showcase-container,
.faq-grid,
.cta-shell,
.footer-inner,
.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.12);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1f172f;
  margin-bottom: 0.8rem;
  text-wrap: balance;
}

/* ═══════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.82rem 1.35rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition:
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out),
    background var(--duration-fast) ease,
    border-color var(--duration-fast) ease;
  will-change: transform;
}
.btn .icon { width: 20px; height: 20px; flex-shrink: 0; }

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 10px 24px rgba(109, 40, 217, 0.22);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(109, 40, 217, 0.26);
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(109, 40, 217, 0.18);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border-color: rgba(24, 19, 33, 0.12);
  box-shadow: none;
}
.btn-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(24, 19, 33, 0.18);
}
.btn-secondary:active { transform: translateY(0); }

/* ═══════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════ */
.hero-section {
  padding-top: 1rem;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(124, 58, 237, 0.18), transparent 18%),
    linear-gradient(180deg, #181222 0%, #15111d 100%);
  color: var(--text-on-dark);
}

.hero-shell {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 3.5rem;
}

.hero-copy {
  text-align: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.9rem;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 9vw, 4.2rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--text-on-dark);
  margin: 0 auto 1rem;
  max-width: 13ch;
}

.hero-title-highlight {
  color: #d5b8ff;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-on-dark-muted);
  margin: 0 auto 1.4rem;
  max-width: 46ch;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 360px;
  margin: 0 auto;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-device-glow {
  display: block;
  position: absolute;
  inset: auto 8% 8% 8%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(124, 58, 237, 0.6) 0%, rgba(168, 85, 247, 0.4) 35%, transparent 70%);
  filter: blur(50px);
  z-index: 0;
  transform: scaleY(0.5);
}

/* ═══════════════════════════════════════════════════════
   FEATURES
   ═══════════════════════════════════════════════════════ */
.features-section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  background: var(--bg);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.feature-card {
  padding: 1.65rem 1.5rem 1.55rem;
  background: var(--surface-solid);
  border: 1px solid rgba(24, 19, 33, 0.07);
  border-radius: 24px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.035),
    0 10px 28px rgba(21, 17, 29, 0.06),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out),
    border-color var(--duration-fast) ease;
}
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, transparent 55%);
  z-index: -1;
}
.feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(109, 40, 217, 0.55), rgba(168, 85, 247, 0.35) 60%, transparent);
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: left center;
  transition:
    opacity var(--duration-base) var(--ease-out),
    transform var(--duration-base) var(--ease-out);
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.04),
    0 18px 38px rgba(109, 40, 217, 0.1),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(109, 40, 217, 0.2);
}
.feature-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.015em;
  margin-bottom: 0.45rem;
}
.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.62;
  max-width: 40ch;
}

/* CTA contextual ao fim da seção features */

/* ═══════════════════════════════════════════════════════
   SHOWCASE
   ═══════════════════════════════════════════════════════ */
.showcase-section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  background:
    radial-gradient(circle at top center, rgba(124, 58, 237, 0.12), transparent 24%),
    linear-gradient(180deg, #17121f 0%, #120f19 100%);
  color: var(--text-on-dark);
}

.showcase-section .section-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.showcase-section .section-title {
  color: var(--text-on-dark);
}

.showcase-section .section-subtitle {
  color: var(--text-on-dark-muted);
}

/* Modernized product proofs for home features/showcase */
.features-section .features-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.features-section .feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1.05rem;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(192, 132, 252, 0.14), transparent 34%);
  border: 1px solid rgba(42, 23, 84, 0.08);
  box-shadow:
    0 14px 38px rgba(21, 17, 29, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.features-section .feature-card::before {
  background: radial-gradient(circle at top left, rgba(109, 40, 217, 0.08), transparent 38%);
}

.features-section .feature-card::after {
  left: 1rem;
  right: 1rem;
  opacity: 0.68;
  transform: none;
}

.features-section .feature-card:hover::after {
  transform: none;
}

.features-section .feature-card h3 {
  margin: 0 0 0.5rem;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.features-section .feature-card p {
  margin: 0;
  max-width: none;
  color: var(--text-muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.features-section .feature-proof {
  min-width: 0;
  width: 100%;
}

.features-section .feature-proof__screen {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  min-height: 172px;
  padding: 0.9rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(250, 245, 255, 0.92), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(109, 40, 217, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 24px rgba(109, 40, 217, 0.08);
}

.features-section .feature-card--month .feature-proof__screen {
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 255, 0.9));
}

.features-section .feature-card--plan .feature-proof__screen {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 255, 0.88));
}

.features-section .feature-card--routine .feature-proof__screen {
  background:
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 255, 0.9));
}

.features-section .feature-proof__row,
.features-section .feature-proof__amount-row,
.features-section .feature-proof__budget-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-width: 0;
}

.features-section .feature-proof__row--top {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
}

.features-section .feature-proof__amount-row span,
.features-section .feature-proof__budget-line span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.features-section .feature-proof__amount-row strong,
.features-section .feature-proof__budget-line strong,
.features-section .feature-proof__total {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.features-section .feature-proof__total {
  display: block;
  font-size: 1.45rem;
}

.features-section .feature-proof__chip,
.features-section .feature-proof__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.28rem 0.62rem;
  border-radius: var(--radius-pill);
  background: rgba(109, 40, 217, 0.08);
  color: var(--primary);
  border: 1px solid rgba(109, 40, 217, 0.12);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

.features-section .feature-proof__chip--paid,
.features-section .feature-proof__chip--healthy {
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  border-color: rgba(16, 185, 129, 0.18);
}

.features-section .feature-proof__chip--pending {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
  border-color: rgba(245, 158, 11, 0.2);
}

.features-section .feature-proof__chips,
.features-section .feature-proof__people {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.features-section .feature-proof__people span,
.features-section .feature-proof__task-list span {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.58rem 0.68rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(42, 23, 84, 0.07);
}

.features-section .feature-proof__people span {
  flex: 1 1 7rem;
  flex-direction: column;
  gap: 0.1rem;
}

.features-section .feature-proof__people strong,
.features-section .feature-proof__task-list strong {
  min-width: 0;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.features-section .feature-proof__people em,
.features-section .feature-proof__task-list em {
  color: var(--text-soft);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.features-section .feature-proof__transfer,
.features-section .feature-proof__goal,
.features-section .feature-proof__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.62rem 0.72rem;
  border-radius: 14px;
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.12);
}

.features-section .feature-proof__transfer span,
.features-section .feature-proof__goal span {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 800;
}

.features-section .feature-proof__transfer strong,
.features-section .feature-proof__goal strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.features-section .feature-proof__mini-bars,
.features-section .feature-proof__task-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.features-section .feature-proof__mini-bars span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.62rem;
}

.features-section .feature-proof__mini-bars i,
.features-section .feature-proof__progress,
.showcase-section .product-bars i {
  position: relative;
  display: block;
  height: 0.5rem;
  border-radius: var(--radius-pill);
  background: rgba(109, 40, 217, 0.09);
  overflow: hidden;
}

.features-section .feature-proof__mini-bars i::before,
.features-section .feature-proof__progress i,
.showcase-section .product-bars i::before {
  content: '';
  display: block;
  width: var(--bar-value, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary-light));
}

.features-section .feature-proof__progress i {
  background: linear-gradient(90deg, #f59e0b, #10b981);
}

.features-section .feature-proof__mini-bars em {
  color: var(--text-soft);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.features-section .feature-proof__note {
  justify-content: center;
  color: #b45309;
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.18);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.features-section .feature-proof__note--divi {
  color: var(--primary);
  background: rgba(109, 40, 217, 0.08);
  border-color: rgba(109, 40, 217, 0.12);
}

.showcase-section .showcase-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.showcase-section .showcase-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1.1rem;
  padding: 1.05rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(192, 132, 252, 0.12), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
  position: relative;
}

.showcase-section .showcase-product::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(109, 40, 217, 0.08), transparent 36%);
}

.showcase-section .showcase-product__copy,
.showcase-section .showcase-product__mock {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.showcase-section .showcase-product__copy {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.showcase-section .showcase-product__eyebrow {
  align-self: flex-start;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.13);
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
}

.showcase-section .showcase-product h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.showcase-section .showcase-product p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.showcase-section .product-screen {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  padding: 0.9rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.11), transparent 32%),
    linear-gradient(145deg, #ffffff, #faf5ff);
  border: 1px solid rgba(109, 40, 217, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 30px rgba(109, 40, 217, 0.1);
}

.showcase-section .product-screen__header,
.showcase-section .product-status-row,
.showcase-section .product-people-row,
.showcase-section .product-action-grid,
.showcase-section .product-budget-summary,
.showcase-section .product-routine-grid {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.showcase-section .product-screen__header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.showcase-section .product-screen__header > span:first-child {
  overflow-wrap: anywhere;
}

.showcase-section .product-total-card,
.showcase-section .product-expense-card,
.showcase-section .product-transfer-card,
.showcase-section .product-goal-pill,
.showcase-section .product-divi-note,
.showcase-section .product-draft-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.22rem;
  padding: 0.78rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(42, 23, 84, 0.07);
}

.showcase-section .product-total-card span,
.showcase-section .product-expense-card span,
.showcase-section .product-transfer-card span,
.showcase-section .product-goal-pill span,
.showcase-section .product-divi-note span,
.showcase-section .product-draft-card span,
.showcase-section .product-budget-summary em,
.showcase-section .product-bars em,
.showcase-section .product-routine-grid strong {
  color: var(--text-soft);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.showcase-section .product-total-card strong,
.showcase-section .product-expense-card strong,
.showcase-section .product-transfer-card strong,
.showcase-section .product-goal-pill strong,
.showcase-section .product-divi-note strong,
.showcase-section .product-draft-card strong,
.showcase-section .product-budget-summary strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}

.showcase-section .product-total-card > strong {
  font-size: 1.68rem;
}

.showcase-section .product-status-row {
  grid-template-columns: 1fr;
  margin-top: 0.34rem;
}

.showcase-section .product-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.28rem 0.62rem;
  border-radius: var(--radius-pill);
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.12);
  color: var(--primary);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

.showcase-section .product-chip--paid,
.showcase-section .product-chip--healthy {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.18);
  color: #047857;
}

.showcase-section .product-chip--pending {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.2);
  color: #b45309;
}

.showcase-section .product-people-row,
.showcase-section .product-action-grid,
.showcase-section .product-budget-summary,
.showcase-section .product-routine-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-section .product-people-row span,
.showcase-section .product-action-grid span,
.showcase-section .product-routine-grid span {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.62rem 0.68rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(42, 23, 84, 0.07);
}

.showcase-section .product-action-grid span {
  align-items: center;
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.showcase-section .product-people-row strong {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.showcase-section .product-people-row em,
.showcase-section .product-routine-grid em,
.showcase-section .product-draft-card em,
.showcase-section .product-expense-card em {
  color: var(--text-soft);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.showcase-section .product-split-list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}

.showcase-section .product-split-list span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.62rem 0.68rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(42, 23, 84, 0.07);
}

.showcase-section .product-split-list strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.showcase-section .product-budget-summary span {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.68rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(42, 23, 84, 0.07);
}

.showcase-section .product-bars {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
}

.showcase-section .product-bars span {
  display: grid;
  grid-template-columns: minmax(4.2rem, 0.55fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.58rem;
  min-width: 0;
}

.showcase-section .product-bars strong {
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.showcase-section .product-goal-pill {
  background: rgba(16, 185, 129, 0.09);
  border-color: rgba(16, 185, 129, 0.16);
}

.showcase-section .product-divi-note {
  background:
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(109, 40, 217, 0.1), rgba(255, 255, 255, 0.82));
}

.showcase-section .product-divi-note span {
  color: var(--primary);
}

.showcase-section .product-draft-card {
  border-left: 3px solid var(--primary);
}

/* ═══════════════════════════════════════════════════════
   EDITORIAL LINKS
   ═══════════════════════════════════════════════════════ */
.home-blog-section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  background: var(--bg-light);
}

.related-reading-header p:not(.section-eyebrow) {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════════════
   SOCIAL PROOF
   ═══════════════════════════════════════════════════════ */
.social-proof-section {
  position: relative;
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  background: linear-gradient(180deg, #f6f3fb 0%, #efeaf7 100%);
  overflow: hidden;
}

.social-proof-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  width: min(900px, 110%);
  height: 520px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(124, 58, 237, 0.14) 0%,
    rgba(124, 58, 237, 0.05) 42%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.social-proof-section > * {
  position: relative;
  z-index: 1;
}

/* Wall of marquee testimonials */

@keyframes testimonials-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
}

/* Testimonial cards — calm, premium, consistent */

/* Aspa decorativa sutil no canto superior esquerdo */

/* Footer CTA */

/* ═══════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════ */
.faq-section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  background: var(--bg);
}

.faq-item {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 19, 33, 0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(21, 17, 29, 0.03);
  transition:
    background var(--duration-base) ease,
    box-shadow var(--duration-base) ease,
    border-color var(--duration-base) ease;
}
.faq-item:hover {
  border-color: rgba(109, 40, 217, 0.18);
  box-shadow: 0 6px 18px rgba(21, 17, 29, 0.06);
}
.faq-item[open] {
  background: #ffffff;
  border-color: rgba(109, 40, 217, 0.22);
  box-shadow:
    0 12px 32px rgba(109, 40, 217, 0.1),
    0 1px 3px rgba(21, 17, 29, 0.04);
}
.faq-item[open]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--primary), var(--secondary-light));
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color var(--duration-fast) ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(109, 40, 217, 0.14);
  background-color: rgba(109, 40, 217, 0.09);
  background-image:
    linear-gradient(var(--primary), var(--primary)),
    linear-gradient(var(--primary), var(--primary));
  background-size: 12px 2px, 2px 12px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition:
    background-color var(--duration-base) ease,
    border-color var(--duration-base) ease;
}
.faq-item summary:hover::after {
  background-color: rgba(109, 40, 217, 0.14);
  border-color: rgba(109, 40, 217, 0.22);
}
.faq-item[open] summary::after {
  background-color: var(--primary);
  border-color: var(--primary);
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 12px 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-item summary:hover { color: var(--primary); }
.faq-item[open] .faq-answer { grid-template-rows: 1fr; }

/* ═══════════════════════════════════════════════════════
   CTA FINAL
   ═══════════════════════════════════════════════════════ */
.cta-section {
  padding-top: 2rem;
  padding-bottom: var(--section-py);
}
.cta-copy .section-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 1.4rem;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.cta-legal {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  font-size: 0.84rem;
}
.cta-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color var(--duration-fast) ease;
}
.cta-legal a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */
.site-footer {
  background: #f2f0f6;
  color: var(--text);
  padding: 3rem var(--section-px) 1.5rem;
  border-top: 1px solid rgba(24, 19, 33, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand { max-width: 340px; }
.footer-brand .logo-text { color: #3d2170; }
.footer-tagline {
  color: var(--text-soft);
  margin-top: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 0.15rem;
}
.footer-col a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: color var(--duration-fast) ease;
}
.footer-col a:hover { color: var(--primary); }

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(24, 19, 33, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.footer-disclaimer {
  margin: 0;
  max-width: min(32rem, 100%);
  padding-inline: 0.5rem;
  color: var(--text-soft);
  font-size: 0.8125rem;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.footer-copyright {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(24, 19, 33, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-muted);
  transition:
    background var(--duration-fast) ease,
    color var(--duration-fast) ease,
    border-color var(--duration-fast) ease;
}
.footer-social-icon:hover {
  background: rgba(109, 40, 217, 0.08);
  color: var(--primary);
  border-color: rgba(109, 40, 217, 0.18);
}
.footer-social-icon svg { width: 18px; height: 18px; }

/* ═══════════════════════════════════════════════════════
   BACK TO TOP
   ═══════════════════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 990;
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface-strong);
  color: var(--primary);
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity var(--duration-base) ease,
    visibility var(--duration-base) ease,
    transform var(--duration-base) var(--ease-out),
    background var(--duration-fast) ease;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--surface-solid); box-shadow: var(--shadow-lg); }
.back-to-top svg { width: 18px; height: 18px; }

/* ═══════════════════════════════════════════════════════
   REVEAL ANIMATION
   ═══════════════════════════════════════════════════════ */

/* Elementos sempre visíveis por padrão */
.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Animação suave quando JS adiciona a classe active */
.reveal.animate-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 480ms var(--ease-out),
    transform 480ms var(--ease-out);
  will-change: opacity, transform;
}

.reveal.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger nos feature cards para entrada cinematográfica */
.features-grid .feature-card.reveal.animate-on-scroll:nth-child(1) { transition-delay: 0ms; }
.features-grid .feature-card.reveal.animate-on-scroll:nth-child(2) { transition-delay: 90ms; }
.features-grid .feature-card.reveal.animate-on-scroll:nth-child(3) { transition-delay: 180ms; }
.features-grid .feature-card.reveal.animate-on-scroll:nth-child(4) { transition-delay: 270ms; }

/* Reduced motion - desabilitar animações */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.animate-on-scroll,
  .reveal.animate-on-scroll.active {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* ═══════════════════════════════════════════════════════
   PRICING PAGE
   ═══════════════════════════════════════════════════════ */

.pricing-hero-inner p:not(.section-eyebrow) {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 0;
}

.pricing-hero-section .reveal,
.pricing-section .reveal {
  opacity: 1;
  transform: none;
  transition: none;
  animation: none;
  will-change: auto;
}

.pricing-section {
  padding: 0 var(--section-px) var(--section-py);
}

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

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Tablet (768px+)
   ═══════════════════════════════════════════════════════ */
@media (min-width: 768px) {
  :root { --header-height: 76px; }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .footer-inner {
    grid-template-columns: 1.5fr repeat(4, auto);
    gap: 3rem;
  }

  .hero-ctas {
    max-width: none;
    align-items: center;
  }

  /* Hero melhorado para tablet */
  .hero-shell {
    gap: 2.5rem;
    padding: 2rem 0 3rem;
  }

  .hero-copy h1 {
    max-width: 16ch;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — iPad/Tablet Grande (820px - 1023px)
   ═══════════════════════════════════════════════════════ */
@media (min-width: 820px) and (max-width: 1023px) {
  :root { --header-height: 72px; }

  .hero-section {
    padding-top: 0.5rem;
  }

  .hero-shell {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 1.5rem;
    align-items: center;
    min-height: auto;
    padding: 1.5rem 0 2.5rem;
  }

  .hero-copy {
    text-align: left;
    max-width: none;
  }

  .hero-copy h1 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2rem, 4vw, 2.6rem);
    max-width: 14ch;
  }

  .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.95rem;
    max-width: 38ch;
  }

  .hero-ctas {
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .features-grid {
    gap: 1rem;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Desktop (1024px+)
   ═══════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  :root { --header-height: 80px; }

  .features-grid {
    gap: 1.5rem;
  }

  .nav-links { display: flex; }
  .nav-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 1.2rem;
    white-space: nowrap;
    border-radius: var(--radius-pill);
    background: var(--primary);
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 24px rgba(109, 40, 217, 0.18);
    transition:
      transform var(--duration-fast) var(--ease-out),
      box-shadow var(--duration-fast) var(--ease-out);
  }
  .nav-download-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(109, 40, 217, 0.22);
  }
  .nav-download-btn:active { transform: translateY(0); }

  .mobile-menu-toggle { display: none; }
  .mobile-menu { display: none !important; }

  /* Hero desktop refinements */
  .hero-section { padding-top: 1rem; }
  .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(3rem, 5vw, 5rem);
    align-items: center;
    min-height: min(calc(100vh - var(--header-height)), 880px);
    min-height: min(calc(100dvh - var(--header-height)), 880px);
    padding: 2rem 0 3rem;
  }
  .hero-copy {
    text-align: left;
    max-width: 36rem;
  }
  .hero-copy h1 {
    margin-left: 0;
    margin-right: 0;
    max-width: 15ch;
    font-size: clamp(2.8rem, 4.5vw, 4rem);
  }
  .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.05rem;
    max-width: 42ch;
  }
  .hero-ctas {
    margin: 0;
    align-items: flex-start;
    flex-direction: row;
    gap: 1rem;
    max-width: none;
  }

  .back-to-top { display: flex; }

  main { padding-bottom: 0; }
  body { margin-bottom: 0; }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Mobile adjustments (< 768px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  body { margin-bottom: 0; }

  main { padding-bottom: 1rem; }

  /* Hero mobile refinements */
  .hero-section {
    padding-top: 1.25rem;
  }

  .hero-shell {
    gap: 1.5rem;
    padding: 1.75rem 0 2.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 9vw, 2.8rem);
    max-width: 14ch;
  }

  .hero-ctas {
    max-width: 320px;
  }

  /* Features section mobile */
  .features-section {
    padding-top: calc(var(--section-py) * 0.8);
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  .features-grid {
    gap: 0.75rem;
  }

  .feature-card {
    padding: 1.25rem;
  }

  /* Showcase section mobile */
  .showcase-section {
    padding-top: calc(var(--section-py) * 0.8);
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  /* Editorial links mobile */
  .home-blog-section,
  .related-reading-section {
    padding-top: calc(var(--section-py) * 0.8);
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  /* Social proof mobile */
  .social-proof-section {
    padding-top: calc(var(--section-py) * 0.8);
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  /* FAQ mobile */
  .faq-section {
    padding-top: calc(var(--section-py) * 0.8);
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  .faq-item summary {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }

  /* CTA mobile */
  .cta-section {
    padding-top: 1.5rem;
    padding-bottom: calc(var(--section-py) * 0.8);
  }

  /* Pricing page mobile */

  .pricing-hero-inner .pricing-hero-eyebrow.section-eyebrow {
    flex-direction: column;
    gap: 0.12rem;
    align-items: center;
    text-align: center;
  }

  /* Footer mobile */
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* .footer-inner/.footer-brand são do footer legado (a home usa .footer-grid).
     O protótipo mantém o footer alinhado à ESQUERDA no mobile — não centralizar. */
  .footer-inner {
    gap: 1.5rem;
  }
  .footer-col { align-items: flex-start; }

  /* Typography adjustments */
  .section-title {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
  }
}

/* Sumário (TOC) das páginas legais — usado em /termos e /terms */

/* Compensa header sticky ao saltar para uma âncora dentro das páginas legais */
.legal-card h2[id],
.legal-card h3[id] {
    scroll-margin-top: 80px;
}

/* Card "Fale com o dividi" no fim de /termos (complemento de suporte/LGPD,
   mantido como desvio benéfico do protótipo). Estilo na folha principal para
   não depender apenas do CSS crítico inline. */
.legal-contact-card {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(168, 85, 247, 0.04));
    border-color: rgba(124, 58, 237, 0.14);
}
.legal-contact-card h2 { border-bottom: none; padding-bottom: 0; margin-bottom: 0.45rem; }

@media (max-width: 360px) {
  .features-section .feature-card,
  .showcase-section .showcase-product {
    padding: 0.85rem;
    border-radius: 22px;
  }

  .features-section .feature-proof__screen,
  .showcase-section .product-screen {
    padding: 0.72rem;
    border-radius: 18px;
  }

  .features-section .feature-proof__screen {
    min-height: 158px;
  }

  .features-section .feature-proof__amount-row,
  .features-section .feature-proof__budget-line,
  .features-section .feature-proof__transfer,
  .features-section .feature-proof__goal {
    align-items: flex-start;
    flex-direction: column;
  }

  .features-section .feature-proof__transfer strong,
  .features-section .feature-proof__goal strong {
    text-align: left;
  }

  .showcase-section .product-screen__header,
  .showcase-section .product-people-row,
  .showcase-section .product-action-grid,
  .showcase-section .product-budget-summary,
  .showcase-section .product-routine-grid,
  .showcase-section .product-split-list span {
    grid-template-columns: 1fr;
  }

  .showcase-section .product-bars span {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .showcase-section .product-chip {
    justify-self: start;
  }
}

@media (min-width: 480px) {
  .showcase-section .product-status-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .features-section .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .features-section .feature-card {
    padding: 1.1rem;
  }

  .features-section .feature-proof__screen {
    min-height: 188px;
  }

  .showcase-section .showcase-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .showcase-section .showcase-product--anchor {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 1.25rem;
  }

  .showcase-section .showcase-product {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .features-section .features-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .features-section .feature-card {
    padding: 1rem;
  }

  .features-section .feature-proof__screen {
    min-height: 202px;
  }

  .showcase-section .showcase-product-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .showcase-section .showcase-product--anchor {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    padding: 1.55rem;
  }

  .showcase-section .showcase-product:not(.showcase-product--anchor) {
    grid-column: span 4;
    padding: 1.18rem;
  }

  .showcase-section .showcase-product--anchor h3 {
    font-size: 1.72rem;
  }

  .showcase-section .showcase-product--anchor p {
    max-width: 42ch;
  }

  .showcase-section .showcase-product--anchor .product-screen {
    min-height: 340px;
    justify-content: center;
    padding: 1.1rem;
  }

  .showcase-section .product-total-card > strong {
    font-size: 1.9rem;
  }
}

/* Acessibilidade: foco visível */
:where(a, button, [role="button"], summary, .lang-btn, .nav-download-btn, .pricing-cta, .about-cta-button, .btn, .feature-cta-link, .mobile-menu-toggle, .back-to-top, input, select, textarea):focus-visible {
    outline: 2px solid var(--primary, #6D28D9);
    outline-offset: 3px;
    border-radius: inherit;
}
/* Foco visível sobre fundos escuros (dark hero / CTA section) */
.cta-section :where(a, button):focus-visible,
.hero-device-stage :where(a, button):focus-visible {
    outline-color: #FFFFFF;
}

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  REDESIGN FOUNDATION (handoff · dividi-redesign/style.css)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   Fundações visuais portadas do protótipo de redesign (ADR-002, fidelidade
   hi-fi). Estas regras são a BASE sobre a qual cada página do redesign é
   reescrita nas tasks seguintes (home, planos, download, blog, segurança,
   sobre, termos). Estão no fim do arquivo de propósito: para os seletores
   compartilhados com o legacy (.site-header, .btn, .hero-section,
   .section-eyebrow, etc.) esta camada vence por ordem de cascata, tornando-se
   a nova fundação, sem deletar nenhuma regra legacy — páginas ainda não
   redesenhadas (404, exclusão de conta, home legacy) podem ficar visualmente
   híbridas até suas tasks, mas continuam carregando sem erro.

   Seções (mesma organização do protótipo):
     1. reset/base + reveal-on-scroll (.rv) + salvaguardas de movimento
     2. botões (.btn / variantes)
     3. header (.site-header glass + .past-hero + nav pills + lang + mobile)
     4. hero (.hero-section + variantes central/claro + chips/device)
     5. chrome de seção (.section-eyebrow / -title / -sub / -head)
     6. footer claro de 4 colunas (.footer-grid)
     7. responsivo da fundação
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 1. reset / base ── */
.page-wrapper { overflow: clip; }
.content { max-width: var(--content-w); margin: 0 auto; }

/* ── reveal-on-scroll ── */
.rv {
  opacity: 1;
  transform: none;
  transition:
    opacity var(--rv-dur) var(--ease-out),
    transform var(--rv-dur) var(--ease-out);
  transition-delay: var(--rv-delay, 0s);
}
.rv.in { opacity: 1; transform: none; }

/* Salvaguardas de movimento: tudo visível, sem animação. */
html[data-anim="0"] .rv,
.no-js .rv { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .t-track { animation: none !important; }
  .hero-visual .phone { animation: none !important; }
}

/* ── 2. buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: 0.75rem 1.5rem; border-radius: var(--radius-pill);
  border: 1px solid transparent; text-decoration: none; font-weight: 600; font-size: 0.95rem;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out),
    background 0.2s ease;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary-light), var(--primary) 60%);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 10px 28px -10px rgba(124, 58, 237, 0.65);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 16px 36px -10px rgba(124, 58, 237, 0.75);
}
.btn-ghost-dark { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); color: #fff; }
.btn-ghost-dark:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }
.btn-ghost-light { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.btn-ghost-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-nav { min-height: 40px; padding: 0.45rem 1.1rem; font-size: 0.88rem; }

/* ── 3. header (sticky glass) ── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  padding: 0.7rem var(--section-px);
  background: rgba(18, 13, 27, 0.72);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.4s ease, border-color 0.4s ease;
  box-shadow: none;
}
.site-header.past-hero {
  background: rgba(250, 249, 252, 0.82);
  border-bottom-color: var(--line);
}
.site-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  max-width: var(--content-w); margin: 0 auto;
}
.logo-brand { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.logo-brand img { width: 30px; height: 30px; }
.logo-text {
  font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em;
  color: #fff; transition: color 0.4s ease;
}
.past-hero .logo-text { color: #271a46; }
.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  display: inline-flex; padding: 0.5rem 0.85rem; border-radius: var(--radius-pill);
  text-decoration: none; font-size: 0.92rem; font-weight: 500;
  color: rgba(255, 255, 255, 0.75); transition: color 0.2s ease, background 0.2s ease;
}
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.past-hero .nav-links a { color: var(--ink-muted); }
.past-hero .nav-links a:hover { color: var(--ink); background: rgba(24, 19, 33, 0.05); }
.nav-right { display: flex; align-items: center; gap: 0.6rem; }
.lang-switcher {
  display: inline-flex; gap: 2px; padding: 3px;
  border-radius: var(--radius-pill); border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent; box-shadow: none;
  transition: border-color 0.4s ease;
}
.past-hero .lang-switcher { border-color: var(--line-strong); }
.lang-btn {
  border: none; background: transparent; cursor: pointer;
  color: rgba(255, 255, 255, 0.6); border-radius: var(--radius-pill);
  padding: 0.32rem 0.7rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em;
  min-width: 0; min-height: 0;
  transition: color 0.4s ease;
}
.lang-btn.active { color: var(--hero-ink); background: #fff; box-shadow: none; }
a.lang-btn { text-decoration: none; cursor: pointer; }
.past-hero .lang-btn:not(.active) { color: var(--ink-soft-aa); }
.past-hero .lang-btn.active { color: var(--primary); background: #fff; box-shadow: var(--shadow-soft); }

/*
 * Menu mobile (painel dropdown com blur).
 * Contrato do redesign: <div id="mobile-menu" class="mobile-menu redesign-menu"><ul>…
 * O toggle/close já é tratado pelo setupMobileMenu() existente em main.js
 * (alterna .open em #mobile-menu) — sem JS novo necessário.
 * As regras abaixo são namespaced com .redesign-menu para NÃO sobrescrever o
 * .mobile-menu legacy (markup .mobile-menu-links/.mobile-menu-cta) usado por
 * páginas fora do escopo (404, exclusão de conta).
 */
.mobile-menu-toggle { display: none; }
.mobile-menu.redesign-menu { display: none; }
@media (max-width: 1023px) {
  .nav-download-btn { display: none; }
  /* A flutuação contínua do hero (phone-float/chip-float) foi removida — o
     mockup é estático em todos os viewports. */
  /* Alvo de toque ≥44px no switcher PT/EN do header (era ~22px). */
  .lang-btn { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .mobile-menu.redesign-menu {
    display: block;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 999;
    /* Fundo SÓLIDO: com alpha (mesmo 0.97) o H1 gigante do hero vazava legível
       por trás do painel — e sem suporte a backdrop-filter ficava pior ainda.
       Zera o blur herdado do .mobile-menu legacy: invisível sobre fundo opaco,
       mas custava composição de GPU no fade de abertura. */
    background: var(--bg-light);
    -webkit-backdrop-filter: none; backdrop-filter: none;
    border-bottom: 1px solid var(--line);
    transition: opacity 0.25s ease;
  }
  .mobile-menu.redesign-menu:not(.open) { visibility: hidden; opacity: 0; pointer-events: none; }
  .mobile-menu.redesign-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu.redesign-menu ul {
    list-style: none; margin: 0; padding: 0.8rem var(--section-px) 1.2rem;
    display: grid; gap: 0.15rem;
  }
  .mobile-menu.redesign-menu a:not(.btn) {
    display: block; padding: 0.7rem 0.6rem; border-radius: var(--radius-sm);
    text-decoration: none; font-weight: 600; font-size: 1rem; color: var(--ink);
  }
  .mobile-menu.redesign-menu a:not(.btn):hover { background: rgba(124, 58, 237, 0.06); }
  .mobile-menu.redesign-menu li:last-child { margin-top: 0.6rem; }
  .mobile-menu.redesign-menu .btn { width: 100%; }
}

/* ── 4. hero ── */
.hero-section {
  position: relative;
  background:
    radial-gradient(900px 480px at 78% -10%, rgba(124, 58, 237, 0.32), transparent 64%),
    radial-gradient(700px 420px at 8% 108%, rgba(168, 85, 247, 0.16), transparent 60%),
    linear-gradient(180deg, var(--hero-ink) 0%, var(--hero-ink-2) 100%);
  color: #fff;
  padding: 0 var(--section-px);
  margin-top: calc(-1 * (48px + 1.4rem + 1px)); /* sit under glass header */
}
.hero-section::after { /* fine grain ring light at the bottom edge */
  content: ""; position: absolute; inset: auto 0 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 184, 255, 0.35), transparent);
}
.hero-shell {
  max-width: var(--content-w); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: calc(48px + 1.4rem + clamp(3rem, 7vh, 5.5rem)) 0 clamp(3.5rem, 8vh, 6rem);
  min-height: min(92dvh, 860px);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.5rem 1.05rem; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.015em;
  margin: 0 0 1.4rem;
}
.hero-eyebrow .dot {
  display: inline-flex; align-items: center; justify-content: center;
  width: auto; height: auto; border-radius: 0; background: none;
  color: var(--secondary-light);
}
.hero-eyebrow .dot svg { width: 13px; height: 13px; }
.hero-copy h1 {
  margin: 0 0 1.3rem;
  font-size: clamp(2.3rem, 5.6vw, 4.4rem); font-weight: 700;
  line-height: 1.02; letter-spacing: -0.045em; color: #fff;
  text-wrap: balance;
}
.hero-title-highlight {
  background: linear-gradient(100deg, var(--lilac), var(--secondary-light) 55%, var(--secondary));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-subtitle {
  margin: 0 0 2.2rem; max-width: 44ch;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.65;
  color: rgba(255, 255, 255, 0.72); text-wrap: pretty;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.4rem; }
.hero-secondary-link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.35rem 0.45rem;
  color: rgba(255, 255, 255, 0.88); font-size: 0.94rem; font-weight: 650;
  text-decoration: underline; text-decoration-color: rgba(255, 255, 255, 0.38);
  text-decoration-thickness: 1px; text-underline-offset: 0.3em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.hero-secondary-link:hover {
  color: #fff; text-decoration-color: currentColor;
}
.hero-secondary-link:focus-visible {
  outline: 3px solid var(--secondary-light); outline-offset: 3px; border-radius: 8px;
}
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem; padding: 0; margin: 0; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.84rem; font-weight: 500; color: rgba(255, 255, 255, 0.6); }
.hero-trust .stars { color: #f5c044; letter-spacing: 0.1em; font-size: 0.8rem; }
.hero-trust strong { color: #fff; font-weight: 700; }

/* hero device stage */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-device-glow {
  position: absolute; inset: 2% -12%;
  background:
    radial-gradient(46% 38% at 50% 35%, rgba(192, 132, 252, 0.5), transparent 70%),
    radial-gradient(62% 55% at 50% 62%, rgba(124, 58, 237, 0.38), transparent 72%);
  filter: blur(36px); z-index: 0; pointer-events: none;
}
.home-hero .phone { width: min(328px, 82vw); }

/* ── hero variant: central ── */
html[data-hero="central"] .hero-shell { grid-template-columns: 1fr; text-align: center; min-height: 0; gap: 3rem; }
html[data-hero="central"] .hero-copy h1 { margin-inline: auto; max-width: 16ch; }
html[data-hero="central"] .hero-subtitle { margin-inline: auto; }
html[data-hero="central"] .hero-ctas,
html[data-hero="central"] .hero-trust { justify-content: center; }
html[data-hero="central"] .hero-visual { margin-bottom: -1px; }

/* ── hero variant: claro (usado pela Exclusão de conta e páginas de hero claro) ── */
html[data-hero="claro"] .hero-section {
  background:
    radial-gradient(900px 480px at 78% -10%, rgba(124, 58, 237, 0.14), transparent 64%),
    linear-gradient(180deg, #f3effa 0%, var(--bg-light) 100%);
  color: var(--ink);
}
html[data-hero="claro"] .hero-section::after { display: none; }
html[data-hero="claro"] .hero-copy h1 { color: var(--ink); }
html[data-hero="claro"] .hero-title-highlight {
  background: linear-gradient(100deg, var(--primary-light), var(--secondary));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
html[data-hero="claro"] .hero-subtitle { color: var(--ink-muted); }
html[data-hero="claro"] .hero-eyebrow { background: rgba(124, 58, 237, 0.11); border-color: rgba(124, 58, 237, 0.26); color: #4c1d95; font-weight: 650; }
html[data-hero="claro"] .hero-eyebrow .dot { color: #7c3aed; }
html[data-hero="claro"] .hero-trust li { color: var(--ink-muted); } /* --ink-soft dava ~4.0:1 a 13.4px (reprova AA) */
html[data-hero="claro"] .hero-trust strong { color: var(--ink); }
html[data-hero="claro"] .hero-secondary-link {
  color: var(--primary); text-decoration-color: rgba(109, 40, 217, 0.35);
}
html[data-hero="claro"] .hero-secondary-link:hover { color: var(--primary-dark); }
html[data-hero="claro"] .btn-ghost-dark { background: #fff; border-color: var(--line-strong); color: var(--ink); }
html[data-hero="claro"] .site-header:not(.past-hero) { background: rgba(243, 239, 250, 0.8); border-bottom-color: var(--line); }
html[data-hero="claro"] .site-header:not(.past-hero) .logo-text { color: #271a46; }
html[data-hero="claro"] .site-header:not(.past-hero) .nav-links a { color: var(--ink-muted); }
html[data-hero="claro"] .site-header:not(.past-hero) .nav-links a:hover { color: var(--ink); background: rgba(24, 19, 33, 0.05); }
html[data-hero="claro"] .site-header:not(.past-hero) .lang-switcher { border-color: var(--line-strong); }
html[data-hero="claro"] .site-header:not(.past-hero) .lang-btn:not(.active) { color: var(--ink-soft-aa); }
html[data-hero="claro"] .site-header:not(.past-hero) .lang-btn.active { color: var(--primary); }
html[data-hero="claro"] .hero-device-glow { opacity: 0.5; }

/* ── 5. shared section chrome ── */
main > section { padding: clamp(4rem, 9vh, 6.5rem) var(--section-px); }
.section-eyebrow {
  display: inline-flex; padding: 0.4rem 0.9rem; border-radius: var(--radius-pill);
  background: rgba(124, 58, 237, 0.08); border: 1px solid rgba(124, 58, 237, 0.16);
  color: var(--primary); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; margin: 0 0 1.1rem;
}
.section-title {
  margin: 0 0 0.9rem; font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance;
}
.section-sub { margin: 0; max-width: 56ch; font-size: 1.05rem; line-height: 1.65; color: var(--ink-muted); text-wrap: pretty; }
.section-head { margin-bottom: clamp(2.2rem, 5vh, 3.5rem); }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin-inline: auto; }

/* ── 6. footer (claro, 4 colunas) ── */
.footer-grid {
  max-width: var(--content-w); margin: 0 auto 2.8rem;
  display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2.2rem;
}
.footer-brand p { margin: 0.8rem 0 0; font-size: 0.92rem; color: var(--ink-muted); max-width: 30ch; line-height: 1.6; }
.footer-grid .footer-col .footer-col-title { margin: 0 0 0.9rem; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-muted); }
.footer-grid .footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.55rem; }
.footer-grid .footer-col a { font-size: 0.92rem; color: var(--ink-muted); text-decoration: none; }
.footer-grid .footer-col a:hover { color: var(--primary); }
.footer-grid + .footer-note,
.footer-note {
  max-width: var(--content-w); margin: 0 auto; padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: space-between;
  font-size: 0.78rem; color: var(--ink-muted);
}

/* ── 7. responsivo da fundação ── */
@media (max-width: 1023px) {
  .site-header .nav-links { display: none; }
  .mobile-menu-toggle {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border: none; border-radius: var(--radius-sm);
    background: transparent; color: #fff; padding: 0; cursor: pointer;
  }
  .past-hero .mobile-menu-toggle,
  html[data-hero="claro"] .mobile-menu-toggle { color: var(--ink); }
  .hero-shell {
    grid-template-columns: 1fr; text-align: center; gap: 3rem;
    padding-top: calc(48px + 1.4rem + 2.5rem); min-height: 0;
  }
  .hero-copy h1 { margin-inline: auto; }
  .hero-subtitle { margin-inline: auto; }
  .hero-ctas,
  .hero-trust { justify-content: center; }
  .home-hero { overflow: hidden; overflow: clip; }
  .home-hero .hero-shell {
    gap: clamp(1.25rem, 3vh, 2rem); padding-bottom: 0;
  }
  .home-hero .hero-copy { text-align: center; }
  .home-hero .hero-ctas {
    flex-direction: row; align-items: center; justify-content: center;
    max-width: none; margin: 0 0 2.4rem;
  }
  .home-hero .hero-visual {
    align-items: flex-start; width: 100%;
    height: clamp(370px, 44dvh, 440px);
    overflow: hidden; overflow: clip;
  }
  .home-hero .phone { flex: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .home-hero .hero-shell {
    gap: 1rem;
    padding-top: calc(48px + 1.4rem + 1.15rem);
    padding-bottom: 0;
  }
  .home-hero .hero-eyebrow {
    margin-bottom: 0.9rem; padding: 0.42rem 0.85rem;
  }
  .home-hero .hero-copy h1 {
    margin-bottom: 0.9rem; font-size: clamp(2.15rem, 11vw, 2.8rem); line-height: 0.99;
  }
  .home-hero .hero-subtitle {
    margin-bottom: 1.15rem; font-size: 1rem; line-height: 1.5;
  }
  .home-hero .hero-ctas {
    flex-direction: column; align-items: center; gap: 0.2rem; margin-bottom: 1rem;
  }
  .home-hero .hero-ctas .btn { width: 100%; }
  .home-hero .hero-trust {
    gap: 0.35rem 0.85rem; justify-content: center;
  }
  .home-hero .hero-trust li { font-size: 0.76rem; }
  .home-hero .hero-visual {
    flex-direction: column; align-items: center; justify-content: flex-start;
    height: clamp(350px, 43dvh, 370px);
  }
  /* Footer mobile: empilhar tudo em 1 coluna gerava uma altura enorme e difícil
     de escanear. Layout compacto: marca em largura total no topo; PRODUTO e
     EMPRESA (links curtos) lado a lado; LEGAL (links longos) em largura total
     abaixo, com os itens em 2 colunas internas. */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem; row-gap: 2rem;
    margin-bottom: 2rem;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:nth-of-type(4) { grid-column: 1 / -1; } /* LEGAL (após brand+2 cols) */
  .footer-col:nth-of-type(4) ul {
    grid-template-columns: 1fr 1fr; column-gap: 1.5rem;
  }
  /* nota inferior (disclaimer + copyright) centraliza, como no protótipo. */
  .footer-note { flex-direction: column; text-align: center; align-items: center; gap: 0.5rem; }
  /* Alvo de toque ≥44px nos links do footer em mobile (sem inflar o desktop). */
  .footer-grid .footer-col a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
  main > section { padding-top: 3.2rem; padding-bottom: 3.2rem; }
  .hero-shell { gap: 2.4rem; padding-bottom: 3rem; }
  .hero-subtitle { font-size: 1rem; }
  .section-head { margin-bottom: 1.8rem; }
}
/* ▲▲▲  REDESIGN FOUNDATION (handoff)  ▲▲▲ */

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  HOME REDESIGN (handoff · dividi-redesign/style.css + screens.css)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   CSS específico da home (task-04, página de referência). A fundação acima já
   cobre reset/.rv, botões, header, hero base, chrome de seção e footer de 4
   colunas. Aqui ficam só os componentes próprios da home:
     1. features (grade de cards)
     2. showcase (linhas alternadas + palco)
     3. mockup de telefone (.phone, hero) + telas do app (.app-card, .ac-panel…)
     4. social-proof / marquee de depoimentos
     5. blog (grade de cards da home)
     6. FAQ (acordeão <details>)
     7. CTA final (cartão escuro)
     8. footer (padding/borda específicos da home)
     9. responsivo da home
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 1. features ── */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-card {
  position: relative; padding: 1.7rem 1.5rem 1.6rem; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s ease;
}
.feature-card:hover { transform: translateY(calc(-6px * var(--anim))); box-shadow: var(--shadow-lift); border-color: rgba(124, 58, 237, 0.25); }
.feature-icon {
  width: 44px; height: 44px; border-radius: 14px; margin-bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.14);
  color: var(--primary);
}
.feature-card h3 { margin: 0 0 0.5rem; font-size: 1.08rem; font-weight: 700; letter-spacing: -0.015em; }
.feature-card p { margin: 0; font-size: 0.91rem; line-height: 1.6; color: var(--ink-muted); }
/* Neutraliza o tratamento legado dos feature cards (gradiente de fundo + linha de
   acento no topo) para igualar o card branco chapado do protótipo (handoff). */
.features-section .feature-card {
  gap: 0;
  padding: 1.7rem 1.5rem 1.6rem;
  border-radius: var(--radius-lg);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.features-section .feature-card::before,
.features-section .feature-card::after { content: none; }

/* ── 2. showcase ── */
/* color: reseta a herança branca do bloco LEGADO morto (.showcase-section
   color: var(--text-on-dark) em ~1015, de um design escuro antigo .product-*
   que não existe mais no HTML). Sem isto, todos os rótulos dos mockups das
   showcase-rows renderizam branco sobre fundo claro = invisíveis. O bloco
   legado inteiro deve ser removido na fase de limpeza de código morto. */
.showcase-section { background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-light-2) 100%); color: var(--ink); }
.showcase-section .section-eyebrow { background: rgba(124, 58, 237, 0.08); border-color: rgba(124, 58, 237, 0.16); color: var(--primary); }
.showcase-section .section-title { color: var(--ink); }
.showcase-section .section-subtitle { color: var(--ink-muted); }
.showcase-rows { display: grid; gap: clamp(1.2rem, 3vh, 2rem); }
.showcase-row {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1.8rem, 4vw, 3.2rem);
  border-radius: var(--radius-xl);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.showcase-row:nth-child(even) .showcase-stage { order: -1; }
.showcase-copy .step-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 0.9rem;
}
.showcase-copy .step-tag::before { content: ""; width: 22px; height: 1.5px; background: currentColor; opacity: 0.5; }
.showcase-copy h3 { margin: 0 0 0.8rem; font-size: clamp(1.4rem, 2.3vw, 1.9rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; }
.showcase-copy p { margin: 0; font-size: 1rem; line-height: 1.7; color: var(--ink-muted); max-width: 46ch; text-wrap: pretty; }
.showcase-stage {
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(420px 300px at 70% 0%, rgba(168, 85, 247, 0.16), transparent 70%),
    linear-gradient(160deg, #f0eaf9 0%, #e9e2f6 100%);
  overflow: hidden; min-height: 340px;
}
.showcase-stage::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(closest-side at 50% 60%, rgba(124, 58, 237, 0.12), transparent);
  pointer-events: none;
}

/* ── 3. mockup de telefone (hero) + telas do app (showcase) ── */
/* A impl envolveu as ilustrações dos mockups em <picture> (webp), enquanto o
   protótipo usa <img> direto. O <picture> precisa ser o item de layout (grid/
   flow), com o mesmo tamanho/posição que a <img> teria, e a <img> interna só
   preenche. NÃO usar `display:contents` no <picture>: quebra a participação no
   grid (o card .divi-card inflava p/ ~387px). O dimensionamento da <img> fica
   nos seletores por componente abaixo (.divi-card img, .meta-strip img, …). */
.divi-card > picture { grid-column: 1; width: 54px; }
.meta-strip picture { position: absolute; right: 4px; bottom: -2px; width: 60px; }
.sheet-ico picture { display: inline-flex; }

/* phone frame (hero) — iPhone Pro premium */
.phone {
  position: relative; z-index: 2;
  width: min(304px, 80vw);
  border-radius: 56px;
  padding: 10px;
  background:
    linear-gradient(145deg,
      #565064 0%, #2a2533 14%, #100c17 34%,
      #0c0911 50%,
      #100c17 66%, #2a2533 86%, #4f4a5e 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 1px rgba(255, 255, 255, 0.32),
    inset 0 -2px 3px rgba(0, 0, 0, 0.65),
    0 3px 8px rgba(6, 4, 12, 0.5),
    0 34px 64px -22px rgba(8, 5, 16, 0.88),
    0 64px 120px -44px rgba(124, 58, 237, 0.5);
}
.phone::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none; z-index: 1;
  background:
    linear-gradient(118deg, transparent 34%, rgba(255, 255, 255, 0.12) 47%, rgba(255, 255, 255, 0.02) 53%, transparent 64%),
    radial-gradient(120% 60% at 50% -10%, rgba(255, 255, 255, 0.14), transparent 60%);
}
.phone-screen {
  position: relative; overflow: hidden;
  border-radius: 46px;
  background: #000;
  aspect-ratio: 9 / 19.4;
  display: flex; flex-direction: column;
  font-size: 13px;
  color: #181321;
  box-shadow: inset 0 0 0 2.5px #050308, 0 0 0 1px rgba(0, 0, 0, 0.85);
}
.phone-screen::after {
  content: ""; position: absolute; inset: 0; z-index: 20; pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 14%, transparent 34%);
  mix-blend-mode: screen;
}
.phone-island {
  position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 26px; border-radius: 999px; background: #050308; z-index: 6;
  box-shadow: inset 0 0 3px rgba(120, 110, 150, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
}
.phone-island::after {
  content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #36304e, #050308 72%);
  box-shadow: inset 0 0 2px rgba(150, 120, 230, 0.5);
}
.phone-btn {
  position: absolute; z-index: 1;
  background: linear-gradient(90deg, #0c0911 0%, #3a3446 45%, #5a5468 100%);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.phone .pb-action { left: -3px; top: 21%; width: 4px; height: 30px; border-radius: 3px 0 0 3px; }
.phone .pb-volup  { left: -3px; top: 31%; width: 4px; height: 52px; border-radius: 3px 0 0 3px; }
.phone .pb-voldn  { left: -3px; top: 45%; width: 4px; height: 52px; border-radius: 3px 0 0 3px; }
.phone .pb-power  { right: -3px; top: 33%; width: 4px; height: 70px; border-radius: 0 3px 3px 0; background: linear-gradient(270deg, #0c0911 0%, #3a3446 45%, #5a5468 100%); box-shadow: 1px 0 2px rgba(0, 0, 0, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.5); }
/* screenshot real fixo cobre a tela toda */
.phone-shot { position: absolute; inset: 0; z-index: 4; background: #f2edf9; }
.phone-shot-img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }

/* gradient header (como no app real) */
.phone-status .ind { display: flex; gap: 4px; align-items: center; opacity: 0.9; font-size: 9px; letter-spacing: 0.05em; }
.app-head .t b { font-size: 13.5px; letter-spacing: -0.01em; display: block; }
.app-head .t small { font-size: 9.5px; color: rgba(255, 255, 255, 0.75); display: block; }
.app-head .h-ico {
  width: 27px; height: 27px; border-radius: 9px;
  background: rgba(255, 255, 255, 0.18);
  display: flex; align-items: center; justify-content: center; color: #fff;
  position: relative;
}
.app-head .h-ico:first-of-type { margin-left: auto; }
.app-head .h-ico .badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 13px; height: 13px; border-radius: 999px; background: #ef4444;
  color: #fff; font-size: 8px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; padding: 0 3px;
}
.app-strip .pair { display: inline-flex; }
.app-strip .pair i {
  width: 15px; height: 15px; border-radius: 50%; font-style: normal;
  font-size: 6.5px; font-weight: 800; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
}
.app-strip .pair i:first-child { background: #14b8a6; z-index: 1; }
.app-strip .pair i:last-child { background: #f97316; margin-left: -5px; }
.app-strip .sep { width: 1px; height: 12px; background: rgba(255, 255, 255, 0.35); margin: 0 2px; }
.balance-card .b-head { display: flex; justify-content: space-between; align-items: center; }
.balance-card .b-head span { font-size: 11px; font-weight: 700; color: #3b3547; }
.month-chip {
  padding: 3px 9px; border-radius: 999px; background: #f3e8ff;
  color: #7c3aed; font-size: 9px; font-weight: 800;
}
.balance-card .amount { font-size: 25px; font-weight: 800; letter-spacing: -0.03em; color: #8b30e0; margin: 6px 0 8px; }
.paid-pend { display: flex; align-items: stretch; }
.paid-pend > span { flex: 1; }
.paid-pend > span + span { border-left: 1px solid #eee7f7; padding-left: 12px; }
.paid-pend em { display: block; font-style: normal; font-size: 9px; font-weight: 700; color: #8d8499; margin-bottom: 1px; }
.paid-pend b { font-size: 13px; font-weight: 800; }
.paid-pend .ok { color: #10b981; }
.paid-pend .warn { color: #f59e0b; }
.balance-card hr, .ac-panel hr { border: none; border-top: 1px solid #eee7f7; margin: 10px 0 9px; }
.app-actions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.app-action {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 7.5px; font-weight: 700; color: #554e63; text-align: center;
}
.app-action .ico {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #f3ecfb; color: #8b30e0;
}
.sec-row { display: flex; justify-content: space-between; align-items: center; padding: 2px 4px 0; }
.sec-row b { font-size: 11px; font-weight: 800; color: #3b3547; }
.sec-row .val { font-size: 10.5px; font-weight: 800; color: #8b30e0; }
.sec-row .val.ok { color: #10b981; }
.vence-chip { padding: 2.5px 8px; border-radius: 999px; background: #ffedd5; color: #c2410c; font-size: 8.5px; font-weight: 800; }
.card-block { border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 6px 16px -10px rgba(76, 29, 149, 0.2); }
.card-block .cb-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 7px 12px; color: #fff; font-size: 10px; font-weight: 800;
  background: linear-gradient(100deg, #9333ea, #7c3aed);
}
.card-block .cb-stats { display: grid; grid-template-columns: 1fr 1fr 1.2fr; padding: 8px 12px 9px; gap: 6px; }
.card-block .cb-stats span { font-size: 8px; font-weight: 700; color: #8d8499; }
.card-block .cb-stats b { display: block; font-size: 10.5px; font-weight: 800; color: #181321; margin-top: 1px; }
.card-block .cb-stats .ok b { color: #10b981; }
.card-block .cb-stats .warn b { color: #f59e0b; }
.expense-row {
  display: flex; align-items: center; gap: 9px;
  background: #fff; border-radius: 14px; padding: 9px 11px;
  box-shadow: 0 6px 16px -10px rgba(76, 29, 149, 0.18);
}
.expense-row .e-ico {
  width: 30px; height: 30px; border-radius: 10px; flex: none;
  background: #f3e8ff; color: #7c3aed;
  display: flex; align-items: center; justify-content: center;
}
.expense-row .e-info { flex: 1; min-width: 0; }
.expense-row .e-info b { display: block; font-size: 11.5px; }
.expense-row .e-info strong { font-size: 12px; font-weight: 800; }
.fixo-chip { padding: 2.5px 8px; border-radius: 999px; background: #fce7f3; color: #db2777; font-size: 8.5px; font-weight: 800; }
.expense-row .radio { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid #d8cdeb; flex: none; }
.app-tabbar span.active { color: #7c3aed; }

/* showcase app cards (estilo do app real) */
.app-card {
  position: relative; z-index: 1;
  width: min(360px, 100%);
  background: #f6f2fb; border-radius: 22px;
  border: 1px solid rgba(24, 19, 33, 0.05);
  box-shadow: 0 2px 4px rgba(24, 19, 33, 0.04), 0 32px 64px -24px rgba(76, 29, 149, 0.35);
  padding: 12px;
  font-size: 13px;
  display: flex; flex-direction: column; gap: 8px;
}
.ac-chip { padding: 4px 10px; border-radius: 999px; font-size: 9.5px; font-weight: 800; }
.ac-chip.glass { background: rgba(255, 255, 255, 0.2); color: #fff; }
.ac-chip.green { background: #d1fae5; color: #047857; }
.ac-panel { background: #fff; border-radius: 16px; padding: 12px 14px; box-shadow: 0 6px 16px -10px rgba(76, 29, 149, 0.18); }
.ac-panel .p-head { display: flex; justify-content: space-between; align-items: center; }
.ac-panel .p-head span { font-size: 11px; font-weight: 700; color: #3b3547; }
.ac-panel .amount { font-size: 23px; font-weight: 800; letter-spacing: -0.03em; color: #8b30e0; margin: 5px 0 8px; }

/* divisão de gastos — header gradiente do card Conta Conjunta */
.ag2 {
  display: flex; align-items: center; gap: 9px;
  margin: -12px -12px 0; padding: 13px 14px 46px;
  border-radius: 22px 22px 0 0; color: #fff;
  background:
    radial-gradient(140px 80px at 25% 10%, rgba(232, 121, 249, 0.5), transparent 70%),
    linear-gradient(160deg, #b832c9 0%, #9333ea 60%, #8b35e0 100%);
}
.ag2 img { border-radius: 8px; }
.ag2 .t { flex: 1; min-width: 0; }
.ag2 .t b { display: block; font-size: 13px; letter-spacing: -0.01em; }
.ag2 .t small { display: block; font-size: 9.5px; color: rgba(255, 255, 255, 0.75); }
.ag2 .h-ico {
  width: 27px; height: 27px; border-radius: 9px; flex: none;
  background: rgba(255, 255, 255, 0.18);
  display: flex; align-items: center; justify-content: center; color: #fff;
  position: relative;
}
.ag2 .h-ico .badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 13px; height: 13px; border-radius: 999px; background: #ef4444;
  color: #fff; font-size: 8px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; padding: 0 3px;
}
.divi-card {
  position: relative; z-index: 1;
  background: #fff; border-radius: 18px; padding: 12px 13px;
  box-shadow: 0 10px 24px -12px rgba(76, 29, 149, 0.3);
  display: grid; grid-template-columns: 54px 1fr; gap: 9px 11px; align-items: center;
}
/* Descendente (não `> img`): o <img> está dentro de <picture> na impl, então
   o combinador de filho direto não casava e o mascote estourava em 190px. */
.divi-card img { width: 54px; height: auto; }
.divi-card .dc-txt b { display: block; font-size: 11.5px; letter-spacing: -0.01em; color: #181321; }
.divi-card .dc-txt p { margin: 2px 0 0; font-size: 9.5px; line-height: 1.5; color: #554e63; }
.divi-card .grad-btn { grid-column: 1 / -1; }
.amount-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.divisao-chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px; border-radius: 999px;
  border: 1px solid #e6d9f7; background: #faf7fd;
  color: #8b30e0; font-size: 9px; font-weight: 800;
}
.sheet-grad {
  margin: -12px -12px 0; padding: 16px 14px 12px;
  border-radius: 22px 22px 0 0;
  background:
    radial-gradient(150px 80px at 28% 0%, rgba(232, 121, 249, 0.4), transparent 70%),
    linear-gradient(170deg, #a234c4 0%, #8b35e0 45%, rgba(246, 242, 251, 0) 100%);
}
.sheet-head {
  background: rgba(255, 255, 255, 0.93); border-radius: 16px;
  padding: 12px 12px 11px; text-align: center;
  display: grid; gap: 3px; justify-items: center;
  box-shadow: 0 8px 20px -12px rgba(76, 29, 149, 0.3);
}
.sheet-ico {
  width: 32px; height: 32px; border-radius: 10px;
  background: #fff; box-shadow: 0 4px 12px -4px rgba(76, 29, 149, 0.25);
  display: flex; align-items: center; justify-content: center;
  color: #8b30e0; margin-bottom: 3px;
}
.sheet-head b { font-size: 13.5px; letter-spacing: -0.01em; color: #181321; }
.sheet-head small { font-size: 9.5px; color: #6f677e; line-height: 1.4; }
.cal-chip {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 5px; padding: 4px 11px; border-radius: 999px;
  border: 1px solid #e6d9f7; background: #f8f3fd;
  color: #8b30e0; font-size: 9.5px; font-weight: 800;
}
.panel-title { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; color: #181321; }
.pt-ico {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  background: #f3ecfb; color: #8b30e0;
  display: flex; align-items: center; justify-content: center;
}
.mem-card { background: #f8f6fb; border: 1px solid #f0ecf6; border-radius: 14px; padding: 10px 11px; margin-top: 9px; }
.mem-top { display: flex; align-items: center; gap: 8px; }
.mem-ava {
  width: 28px; height: 28px; border-radius: 9px; flex: none;
  background: #f3e8ff; color: #8b30e0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800;
}
.mem-top > b { flex: 1; font-size: 11.5px; letter-spacing: -0.01em; }
.mem-total { text-align: right; }
.mem-total em { display: block; font-style: normal; font-size: 8px; font-weight: 700; color: #8d8499; }
.mem-total strong { font-size: 12px; font-weight: 800; color: #181321; }
.pp-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }
.pp { border-radius: 10px; padding: 7px 10px; }
.pp em { display: block; font-style: normal; font-size: 8.5px; font-weight: 700; color: #554e63; }
.pp b { font-size: 11px; font-weight: 800; }
.pp.ok { background: #e9f8f1; border: 1px solid #d7f0e2; }
.pp.ok b { color: #0d9b6c; }
.pp.warn { background: #fdf4e3; border: 1px solid #f7e9cd; }
.pp.warn b { color: #e08c0b; }
.transfer-card {
  background: #f6effc; border: 1px solid #eadcf8; border-radius: 16px;
  padding: 12px 13px; display: grid; gap: 8px;
}
.transfer-card p { margin: 0; font-size: 10.5px; color: #554e63; }
.transfer-card p b { color: #181321; }
.grad-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 12px; border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #d6309a);
  color: #fff; font-size: 11px; font-weight: 800;
  box-shadow: 0 10px 20px -10px rgba(160, 50, 180, 0.6);
}
.link-btn { text-align: center; color: #8b30e0; font-weight: 800; font-size: 10.5px; }

/* orçamento inteligente */
.ob-head { display: flex; align-items: center; gap: 9px; }
.ob-ico {
  width: 32px; height: 32px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, #a855f7, #ec4899); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.ob-head > b { flex: 1; font-size: 12px; }
.ob-big { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; color: #181321; margin-top: 9px; }
.ob-sub { font-size: 10px; color: #8d8499; margin: 2px 0 8px; }
.track { height: 8px; border-radius: 999px; background: #eceaf1; overflow: hidden; }
.track > i { display: block; height: 100%; border-radius: inherit; }
.track.green > i { background: #10b981; }
.track.blue > i { background: #3b82f6; }
.track.amber > i { background: #f59e0b; }
.cat-head { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.cat-ico { width: 30px; height: 30px; border-radius: 10px; flex: none; display: flex; align-items: center; justify-content: center; }
.cat-ico.blue { background: #e3f0fe; color: #2563eb; }
.cat-ico.amber { background: #fdf3d7; color: #e08c0b; }
.cat-ico.green { background: #d9f6ea; color: #0d9b6c; }
.cat-ico.lav { background: #f3e8ff; color: #8b30e0; }
.cat-head b { display: block; font-size: 11.5px; }
.cat-head small { display: block; font-size: 9px; color: #8d8499; }
.cat-foot { display: flex; justify-content: space-between; font-size: 9.5px; color: #8d8499; margin-top: 7px; }
.cat-foot b { color: #181321; font-weight: 800; }
.cat-line { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 600; color: #554e63; padding: 3.5px 0; }
.cat-line b { margin-left: auto; font-size: 10.5px; font-weight: 800; color: #181321; }
.cl-dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.cl-dot.blue { background: #60a5fa; }
.cl-dot.amber { background: #fbbf24; }

/* segmentado Orçamento | Metas | Evolução (tabs do showcase) */
.seg { display: flex; gap: 4px; background: #efe9f7; border-radius: 999px; padding: 4px; }
.seg-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  border: none; cursor: pointer; padding: 8px 10px; border-radius: 999px;
  background: transparent; font-family: inherit; font-size: 10.5px; font-weight: 800; color: #554e63; /* #6f677e dava 4.5:1 sem folga p/ fonte pequena */
  transition: background 0.2s ease, color 0.2s ease;
}
.seg-btn.active { background: #fff; color: #8b30e0; box-shadow: 0 2px 8px -2px rgba(76, 29, 149, 0.3); }
.seg-btn:focus-visible {
  outline: 2px solid var(--primary-light, #7c3aed);
  outline-offset: 1px;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25);
  z-index: 1;
}
.tab-stack { display: grid; }
.tab-stack > .tab-pane { grid-area: 1 / 1; }
.tab-pane { display: grid; gap: 8px; align-content: start; transition: opacity 0.25s ease; }
.tab-pane:not(.active) { visibility: hidden; opacity: 0; pointer-events: none; }
.tab-pane.active { visibility: visible; opacity: 1; }

/* metas (tela real de Metas) */
.mt-label { font-size: 10px; color: #6f677e; margin-top: 9px; }
.goal-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }
.goal-boxes > span { background: #f6effc; border: 1px solid #eee3fa; border-radius: 12px; padding: 8px 10px; }
.goal-boxes em { display: block; font-style: normal; font-size: 8.5px; font-weight: 700; color: #8b30e0; margin-bottom: 2px; }
.goal-boxes b { font-size: 11px; font-weight: 800; color: #181321; }
.meta-strip {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #fdeffa, #f6effc);
  border: 1px solid #f5e2f3; border-radius: 16px; padding: 12px 13px;
}
.meta-strip .ms-head { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 800; color: #8b30e0; margin-bottom: 8px; }
.ms-ico { width: 24px; height: 24px; border-radius: 8px; background: linear-gradient(135deg, #d946ef, #7c3aed); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.ms-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; padding-right: 64px; }
.ms-bar .track { flex: 1; background: #fff; }
.ms-bar > b { font-size: 11px; font-weight: 800; color: #8b30e0; }
.track.purple > i { background: linear-gradient(90deg, #a855f7, #7c3aed); }
.meta-strip p { margin: 0; font-size: 9.5px; line-height: 1.5; color: #554e63; max-width: 68%; }
/* A posição (absolute) fica no <picture>; a img só dimensiona/preenche. */
.meta-strip img { width: 60px; height: auto; }

/* gasto por voz — painel de valor */
.va-panel {
  background: linear-gradient(135deg, #f6effc, #fdeef5);
  border: 1px solid #f1e4f8; border-radius: 16px;
  padding: 13px 14px 11px; text-align: center;
}
.va-amount { font-size: 24px; font-weight: 800; letter-spacing: -0.03em; color: #8b30e0; }
.va-label { font-size: 12px; font-weight: 800; color: #181321; margin-top: 1px; }
.va-quote { margin-top: 9px; padding-top: 9px; border-top: 1px solid rgba(124, 58, 237, 0.12); text-align: left; }
.va-quote b { display: block; color: #8b30e0; font-size: 9px; font-weight: 800; margin-bottom: 2px; }
.va-quote em { font-size: 10px; color: #554e63; }
.detail-rows { display: grid; }
.dr { display: flex; align-items: center; gap: 9px; padding: 6.5px 0; }
.dr + .dr { border-top: 1px solid #f0ecf6; }
.dr-ico { flex: none; width: 26px; height: 26px; border-radius: 8px; background: #f3ecfb; color: #8b30e0; display: flex; align-items: center; justify-content: center; }
.dr > span:not(.dr-ico) { flex: 1; font-size: 10.5px; color: #554e63; font-weight: 600; }
.dr > b { font-size: 11px; font-weight: 800; }

/* header Conta Conjunta empilhado (faixa offline) */
.ag2.col { flex-direction: column; align-items: stretch; gap: 10px; padding-bottom: 50px; }
.ag2-row { display: flex; align-items: center; gap: 9px; }
.ag2-row img { border-radius: 8px; }
.net-swap { display: grid; }
.net-swap > .off-strip { grid-area: 1 / 1; transition: opacity 0.25s ease; }
.off-strip {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 11px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}
.app-card:not(.is-offline) .off-strip.off { opacity: 0; visibility: hidden; }
.app-card.is-offline .off-strip.on { opacity: 0; visibility: hidden; }
.off-strip.on { font-size: 9px; font-weight: 700; gap: 8px; }
.strip-pair { display: inline-flex; flex: none; }
.strip-pair i {
  width: 16px; height: 16px; border-radius: 50%; font-style: normal;
  font-size: 6.5px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
}
.strip-pair i:first-child { background: #14b8a6; z-index: 1; }
.strip-pair i:last-child { background: #f97316; margin-left: -5px; }
.strip-item { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.strip-item.amber svg { color: #fcd34d; }
.strip-item.green svg { color: #6ee7b7; }
.strip-sep { width: 1px; align-self: stretch; background: rgba(255, 255, 255, 0.35); margin: 2px 0; }
.off-strip .os-ico {
  width: 30px; height: 30px; border-radius: 10px; flex: none;
  background: rgba(255, 255, 255, 0.2);
  display: flex; align-items: center; justify-content: center;
}
.off-strip b { display: block; font-size: 11px; letter-spacing: -0.01em; }
.off-strip small { display: block; font-size: 9px; color: rgba(255, 255, 255, 0.82); }
.divi-swap { display: grid; margin-top: -42px; position: relative; z-index: 1; }
.divi-swap > .divi-card { grid-area: 1 / 1; transition: opacity 0.25s ease; }
.app-card:not(.is-offline) .dc-off { opacity: 0; visibility: hidden; }
.app-card.is-offline .dc-on { opacity: 0; visibility: hidden; }
.app-card.is-offline .only-on { display: none; }
.app-card:not(.is-offline) .only-off { display: none; }

/* botão "Simular modo avião" (coluna de texto do showcase) */
.sim-toggle {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; margin-top: 1.15rem; padding: 0.62rem 1.1rem; border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.32); background: #fff;
  cursor: pointer; font-family: inherit; font-size: 0.86rem; font-weight: 700; color: #6d28d9;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sim-toggle:hover { border-color: rgba(124, 58, 237, 0.6); }
.sim-toggle:focus-visible {
  outline: 2px solid var(--primary-light, #7c3aed);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25);
}
.sim-toggle[aria-pressed="true"] { background: #6d28d9; border-color: #6d28d9; color: #fff; }
.tab-pane .sheet-grad { margin-top: 0; }
.sheet-ico.ico-img { width: 38px; height: 38px; border-radius: 12px; }
.sheet-ico.ico-img img { width: 26px; height: auto; }
.expense-row .e-info small { display: block; font-size: 9px; color: #8d8499; }
.e-val { display: grid; gap: 3px; justify-items: end; }
.e-val b { font-size: 11.5px; font-weight: 800; }

/* evolução de gastos */
.month-pills { display: flex; gap: 6px; }
.m-pill {
  flex: 1; text-align: center; padding: 8px 4px; border-radius: 12px;
  background: #fff; border: 1px solid #ece5f6;
  font-size: 10.5px; font-weight: 800; color: #6f677e;
}
.m-pill small { display: block; font-size: 7.5px; font-weight: 700; opacity: 0.8; }
.m-pill.active {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  border-color: transparent; color: #fff;
  box-shadow: 0 8px 16px -8px rgba(168, 85, 247, 0.6);
}
.stat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.stat3 > span { background: #fff; border-radius: 14px; padding: 9px; box-shadow: 0 6px 16px -10px rgba(76, 29, 149, 0.18); }
.s-ico { width: 24px; height: 24px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 7px; }
.s-ico.lav { background: #f3e8ff; color: #8b30e0; }
.s-ico.green { background: #d9f6ea; color: #0d9b6c; }
.s-ico.pink { background: #fde7f1; color: #db2777; }
.stat3 em { display: block; font-style: normal; font-size: 8.5px; font-weight: 700; color: #6f677e; }
.stat3 b { display: block; font-size: 11px; font-weight: 800; margin-top: 1px; }
.stat3 b.v-lav { color: #8b30e0; }
.stat3 b.v-green { color: #0d9b6c; }
.stat3 b.v-pink { color: #ec4899; }
.stat3 small { display: block; font-size: 8px; color: #8d8499; margin-top: 1px; }
.info-strip { display: flex; gap: 9px; align-items: flex-start; background: #eaf3fe; border: 1px solid #d8e8fc; border-radius: 14px; padding: 10px 12px; }
.info-strip .is-ico { width: 28px; height: 28px; border-radius: 9px; flex: none; background: #d6e7fc; color: #2563eb; display: flex; align-items: center; justify-content: center; }
.info-strip .is-txt b { display: block; font-size: 10.5px; color: #1d4ed8; }
.info-strip .is-txt p { margin: 1px 0 0; font-size: 9.5px; line-height: 1.45; color: #3b5d8f; }
.mini-chart { display: flex; align-items: flex-end; gap: 5px; height: 64px; }
.mini-chart i { flex: 1; border-radius: 5px 5px 2px 2px; background: #93c5fd; }
.mini-chart i.am { background: linear-gradient(180deg, #fbbf24, #f59e0b); }
.chart-cap { display: flex; gap: 12px; margin-top: 8px; font-size: 8.5px; font-weight: 700; color: #8d8499; }
.chart-cap span { display: inline-flex; align-items: center; gap: 5px; }
.cap-dot { width: 7px; height: 7px; border-radius: 3px; background: #93c5fd; display: inline-block; }
.cap-dot.am { background: #f59e0b; }

/* segmentado estático (Pessoal | Conjunta, sem JS) */
.seg-static { display: flex; gap: 4px; background: #efe9f7; border-radius: 999px; padding: 4px; }
.seg-static span {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 8px 10px; border-radius: 999px;
  font-size: 10.5px; font-weight: 800; color: #6f677e;
}
.seg-static span.active { background: #fff; color: #8b30e0; box-shadow: 0 2px 8px -2px rgba(76, 29, 149, 0.3); }

/* copiar gastos */
.sel-box {
  display: flex; justify-content: space-between; align-items: center;
  border: 1.5px solid #e2dcee; border-radius: 12px; padding: 10px 13px;
  background: #fff; font-size: 11.5px; font-weight: 700; color: #181321;
}
.sel-box .sel-arrow { color: #8d8499; font-weight: 800; }
.copy-meta { margin: 7px 0 8px; font-size: 9px; font-weight: 600; color: #6f677e; }
.tag-strip { display: flex; align-items: center; gap: 7px; background: #f1eef6; border-radius: 10px; padding: 5.5px 8px; margin-top: 6px; }
.tag { padding: 3px 8px; border-radius: 999px; font-size: 8.5px; font-weight: 800; }
.tag.lav { background: #f3e8ff; color: #8b30e0; }
.tag.pink { background: #fce7f3; color: #db2777; }
.tag-strip small { font-size: 8.5px; font-weight: 700; color: #6f677e; }
.copy-row { display: flex; align-items: center; gap: 9px; padding: 9px 2px; }
.copy-row + .copy-row { border-top: 1px solid #f0ecf6; }
.check { width: 20px; height: 20px; border-radius: 50%; flex: none; background: #10b981; color: #fff; display: flex; align-items: center; justify-content: center; }
.copy-row .c-ico { width: 26px; height: 26px; border-radius: 8px; flex: none; background: #f1eef6; color: #554e63; display: flex; align-items: center; justify-content: center; }
.copy-row .c-name { flex: 1; min-width: 0; }
.copy-row .c-name b { display: block; font-size: 11px; letter-spacing: -0.01em; }
.c-chip {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 3px; padding: 2.5px 7px; border-radius: 7px;
  border: 1px solid #e6d9f7; background: #faf7fd;
  color: #8b30e0; font-size: 8px; font-weight: 800;
}
.copy-row .c-val { font-size: 11px; font-weight: 800; }
.copy-row .c-val em { font-style: italic; font-weight: 700; color: #8d8499; }
.copy-total { display: flex; justify-content: space-between; align-items: center; padding: 0 4px; font-size: 10px; font-weight: 700; color: #6f677e; }
.copy-total b { font-size: 12.5px; font-weight: 800; color: #181321; }

/* ── 4. social-proof / marquee ── */
/* O protótipo não tem fundo nesta seção (só padding) — neutraliza o gradiente
   e o glow ::before legados para a seção ficar sobre o fundo claro do corpo. */
.social-proof-section { padding-left: 0 !important; padding-right: 0 !important; background: none; }
.social-proof-section::before { content: none; }
.social-proof-section .section-head { padding: 0 var(--section-px); }
.social-proof-section--compact {
  content-visibility: visible;
  padding-top: clamp(2.25rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.5rem);
}
.social-proof-section--compact .section-head { margin-bottom: 1.6rem; }
.rating-line { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 1.2rem; }
.rating-line .score { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.03em; }
.rating-line .stars { color: #f5c044; font-size: 1rem; letter-spacing: 0.12em; }
.rating-line small { color: var(--ink-soft-aa); font-weight: 500; }
.t-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.t-track {
  display: flex; gap: 1.1rem; width: max-content;
  padding: 0.4rem 0;
  animation: t-scroll calc(46s / max(var(--anim), 0.15)) linear infinite;
}
.t-marquee:hover .t-track { animation-play-state: paused; }
html[data-anim="0"] .t-track { animation: none; }
@keyframes t-scroll { to { transform: translateX(-50%); } }
/* Touch: sem hover não há como pausar o auto-scroll (WCAG 2.2.2). O marquee
   vira lista swipeável controlada pelo usuário (o JS não duplica os cards
   nesse modo — ver setupTestimonialMarquee em main.js). */
@media (hover: none) {
  .t-track { animation: none; padding-inline: var(--section-px); }
  .t-marquee {
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    -webkit-mask-image: none; mask-image: none;
    scroll-snap-type: x proximity;
  }
  .t-card { scroll-snap-align: center; }
}
.t-card {
  width: 340px; flex: none;
  padding: 1.5rem 1.5rem 1.3rem; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; gap: 0.85rem;
}
.t-card .stars { color: #f5c044; font-size: 0.82rem; letter-spacing: 0.12em; }
.t-card blockquote { margin: 0; font-size: 0.96rem; line-height: 1.65; color: var(--ink); flex: 1; }
.t-meta { display: flex; align-items: center; gap: 0.7rem; }
.t-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700; color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
}
/* Quando o avatar é a foto real do avaliador (img), cobre o círculo sem o
   gradiente de fundo das iniciais. */
img.t-avatar { object-fit: cover; background: var(--bg-light-2); }
.t-meta b { display: block; font-size: 0.88rem; }
.t-meta small { color: var(--ink-soft); font-size: 0.76rem; }
/* Bandeira da loja (ex.: 🇧🇷) ao lado de "App Store"; sinaliza a região da
   avaliação para quem acessa de outra App Store/Play Store. Decorativa
   (aria-hidden no markup); fica na mesma linha do nome da loja. */
.t-flag { font-size: 0.82rem; line-height: 1; vertical-align: middle; white-space: nowrap; }
.t-note { text-align: center; margin: 2.2rem var(--section-px) 0; font-size: 0.92rem; color: var(--ink-soft-aa); }
.t-note a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-block: -2px;
  color: var(--primary);
  font-weight: 600;
}

/* ── 5. blog (grade de cards da home) ── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.blog-card {
  display: flex; flex-direction: column; gap: 0.8rem;
  padding: 1.6rem 1.5rem; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s ease;
}
.blog-card:hover { transform: translateY(calc(-5px * var(--anim))); box-shadow: var(--shadow-lift); border-color: rgba(124, 58, 237, 0.25); }
.blog-meta { display: flex; align-items: center; gap: 0.6rem; font-size: 0.74rem; font-weight: 600; }
.blog-tag { padding: 0.25rem 0.65rem; border-radius: var(--radius-pill); background: rgba(124, 58, 237, 0.09); color: var(--primary); }
.blog-meta time, .blog-meta .read { color: var(--ink-soft); font-weight: 500; }
.blog-card h3 { margin: 0; font-size: 1.12rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }
.blog-card p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--ink-muted); flex: 1; }
.blog-card .more { font-size: 0.88rem; font-weight: 600; color: var(--primary); }
.blog-foot { display: flex; justify-content: center; margin-top: 2.2rem; }

/* ── 6. FAQ (acordeão <details>) ── */
.faq-section .content { max-width: 760px; }
.faq-list { display: grid; gap: 0.7rem; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius-md);
  background: var(--card); box-shadow: var(--shadow-soft);
  transition: border-color 0.3s ease;
}
.faq-item[open] { border-color: rgba(124, 58, 237, 0.3); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem; cursor: pointer; list-style: none;
  font-size: 1rem; font-weight: 600; letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-x {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(124, 58, 237, 0.08); color: var(--primary);
  transition: transform 0.35s var(--ease-out), background 0.3s ease;
}
.faq-item[open] summary .faq-x { transform: rotate(45deg); background: var(--primary); color: #fff; }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; font-size: 0.95rem; line-height: 1.7; color: var(--ink-muted); }
.faq-item .faq-body p { margin: 0; }
.faq-item .faq-body a { color: var(--primary); font-weight: 600; }
/* Remove o ícone de toggle legado (pseudo +/- duplicado) e a barra de acento
   lateral do item aberto: o redesign usa o span .faq-x e não os tem (handoff). */
.faq-item summary::after { content: none; }
.faq-item[open]::before { content: none; }

/* ── 7. Ask AI (ações externas secundárias) ── */
.ask-ai-section {
  background: linear-gradient(180deg, var(--bg-light-2) 0%, var(--bg-light) 100%);
}
.ask-ai-content { max-width: 860px; }
.ask-ai-section .section-head { margin-bottom: clamp(1.5rem, 3vw, 2.2rem); }
.ask-ai-providers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 760px;
  margin: 0 auto;
}
.ask-ai-provider {
  display: flex;
  min-width: 0;
  min-height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.ask-ai-provider:hover {
  border-color: rgba(109, 40, 217, 0.3);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}
.ask-ai-provider:active { transform: translateY(0); }
.ask-ai-provider:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.ask-ai-provider__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--bg-light);
}
.ask-ai-provider__icon img { display: block; width: 24px; height: 24px; object-fit: contain; }
.ask-ai-provider__label { overflow-wrap: anywhere; }

@media (max-width: 600px) {
  .ask-ai-providers { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
  .ask-ai-provider {
    min-height: 56px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.55rem 0.7rem;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ask-ai-provider { transition: none; transform: none; }
}

/* ── 8. CTA final (cartão escuro) ── */
.cta-section { padding-top: 0 !important; }
.cta-card {
  position: relative; overflow: hidden;
  max-width: var(--content-w); margin: 0 auto;
  border-radius: var(--radius-xl);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center; color: #fff;
  background:
    radial-gradient(640px 320px at 50% -20%, rgba(168, 85, 247, 0.45), transparent 70%),
    radial-gradient(520px 320px at 95% 110%, rgba(124, 58, 237, 0.35), transparent 70%),
    linear-gradient(180deg, #1a1226 0%, var(--hero-ink-2) 100%);
}
.cta-card .section-eyebrow {
  display: inline-block;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--lilac);
}
.cta-card h2 { margin: 0 auto 1rem; max-width: 18ch; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.08; text-wrap: balance; }
.cta-card p { margin: 0 auto 2.2rem; max-width: 52ch; font-size: 1.05rem; line-height: 1.65; color: rgba(255, 255, 255, 0.72); }
.cta-actions { display: flex; justify-content: center; margin-bottom: 1.8rem; }
.cta-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; margin-bottom: 1.6rem; }
.cta-badges span { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.62); }
.cta-badges .stars { color: #f5c044; }
.cta-legal { font-size: 0.82rem; color: rgba(255, 255, 255, 0.45); }
.cta-legal a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
.cta-legal a:hover { color: #fff; }

/* ── 8. footer (padding/borda da home) ── */
.site-footer { background: var(--bg-light); padding: clamp(3rem, 6vh, 4.5rem) var(--section-px) 2rem; border-top: 1px solid var(--line); }

/* ── 9. responsivo da home ── */
@media (max-width: 1023px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .showcase-row { grid-template-columns: 1fr; gap: 1.8rem; }
  .showcase-row:nth-child(even) .showcase-stage { order: 0; }
  /* Tabs do showcase são interativas de verdade: alvo de toque ≥44px. */
  .seg-btn { min-height: 44px; }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .showcase-stage { min-height: 0; }
  /* Tabs legíveis (≥11px) sem estourar: ícone compacto, rótulo no piso de leitura. */
  .seg-btn { min-width: 0; padding: 8px 6px; gap: 4px; font-size: 11px; }
  .seg-btn svg { width: 12px; height: 12px; flex: none; }
  .phone-screen { font-size: 12px; }
  /* Mobile: evita "card dentro de card" — o palco do mockup zera o padding
     lateral e o fundo/borda para o .app-card ocupar a largura útil do card pai
     (.showcase-row), ganhando ~17% de largura e legibilidade. */
  .showcase-row { padding: 1.15rem 0.9rem; border-radius: 24px; gap: 1.3rem; }
  .showcase-stage { padding: 1.1rem 0; border-radius: 18px; background: none; border: none; box-shadow: none; }
  .phone { width: min(320px, 92vw); }
  .app-card { width: 100%; } /* 96% deixava ~21px de padding fantasma por linha */
  .showcase-copy h3 { font-size: 1.35rem; }
  .showcase-copy p { font-size: 0.94rem; }
  .t-card { width: min(310px, 84vw); padding: 1.2rem 1.2rem 1.1rem; }
  .social-proof-section--compact { padding-block: 2.5rem; }
  .faq-item summary { padding: 1rem 1.1rem; font-size: 0.94rem; }
  .faq-item .faq-body { padding: 0 1.1rem 1.1rem; font-size: 0.9rem; }
  .cta-card { border-radius: 26px; }
  .blog-card { padding: 1.3rem 1.2rem; }
}

/* Dock de conversão: fail-closed no markup/desktop. O JS só remove `hidden`
   no intervalo útil em mobile, e só então o body recebe compensação. */
.mobile-download-dock { display: none; }

@media (max-width: 767px) {
  body.mobile-download-dock-visible {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .mobile-download-dock:not([hidden]) {
    position: fixed;
    z-index: 1100;
    inset-inline: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding:
      10px
      max(12px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
    border-top: 1px solid var(--line-strong);
    background: rgba(250, 249, 252, 0.96);
    box-shadow: 0 -12px 32px rgba(21, 17, 29, 0.12);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
  }

  .mobile-download-dock__link {
    width: min(100%, 32rem);
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-download-dock,
  .mobile-download-dock__link {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
/* ≤345px: "Orçamento" a 11px + ícone não cabem na tab (69px úteis vs ~74px
   necessários — o rótulo vazava da pílula ativa). O ícone sai; o rótulo, que
   carrega o significado, fica inteiro e legível. */
@media (max-width: 345px) {
  .seg-btn { gap: 0; }
  .seg-btn svg { display: none; }
}
/* ▲▲▲  HOME REDESIGN (handoff)  ▲▲▲ */

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  PLANS REDESIGN (handoff · Planos.html <style> + dividi-redesign)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   CSS específico da página /planos (task-07). A fundação + HOME REDESIGN já
   cobrem reset/.rv, botões, header claro (data-hero="claro"), hero base,
   chrome de seção (.section-head/-eyebrow/-title/-sub), .feature-card,
   .blog-grid/.blog-card, .cta-section/.cta-card e footer de 4 colunas. Aqui
   ficam só os componentes próprios de planos:
     1. hero curto (.plans-hero)
     2. pricing (.pricing-section + toggle mensal/anual + cards free/premium)
     3. valor (.value-grid/.value-card)
     4. rotina (.routine-grid reaproveita .feature-card)
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 1. hero curto ── */
.plans-hero { padding-bottom: 0 !important; }
.plans-hero .hero-shell { display: block; text-align: center; min-height: 0; padding: calc(48px + 1.4rem + clamp(2.5rem, 6vh, 4rem)) 0 clamp(7rem, 14vh, 9rem); }
.plans-hero h1 { margin: 0 auto 1.1rem; max-width: 22ch; font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 700; line-height: 1.06; letter-spacing: -0.04em; color: var(--ink); text-wrap: balance; }
.plans-hero .hero-subtitle { margin-inline: auto; max-width: 52ch; }
.plans-hero .hero-eyebrow { margin-bottom: 1.2rem; }

/* ── 2. pricing ── */
.pricing-section { padding-top: 0 !important; }
.pricing-inner { max-width: 880px; margin: clamp(-6rem, -11vh, -4.5rem) auto 0; position: relative; z-index: 2; }

.billing-toggle { display: flex; justify-content: center; margin-bottom: 1.4rem; }
.billing-toggle-mobile { display: none; }
.billing-seg {
  display: inline-flex; gap: 4px; padding: 4px;
  background: rgba(124, 58, 237, 0.08); border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: var(--radius-pill);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.billing-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; min-width: 44px;
  border: none; cursor: pointer; font-family: inherit;
  padding: 0.55rem 1.2rem; border-radius: var(--radius-pill);
  background: transparent; color: var(--ink-muted);
  font-size: 0.86rem; font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}
.billing-btn .save { font-size: 0.72rem; font-weight: 800; color: #0d9b6c; margin-left: 0.3rem; }
.billing-btn.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-soft); }
.billing-btn.active .save { color: #0d9b6c; }
.billing-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

.plan-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 1.1rem; align-items: stretch; }
.plan-card {
  display: flex; flex-direction: column;
  border-radius: var(--radius-xl); padding: clamp(1.6rem, 3vw, 2.2rem);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow-lift);
}
.plan-tag { display: inline-flex; align-self: flex-start; padding: 0.35rem 0.85rem; border-radius: var(--radius-pill); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
.plan-card h2 { margin: 0 0 0.5rem; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.025em; }
.plan-desc { margin: 0 0 1.4rem; font-size: 0.93rem; line-height: 1.6; color: var(--ink-muted); }
.plan-price { display: flex; align-items: baseline; gap: 0.4rem; }
.plan-price .amount { font-size: clamp(2.2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.04em; }
.plan-price .per { font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); }
.plan-price-note { margin: 0.35rem 0 1.5rem; font-size: 0.82rem; color: var(--ink-soft); min-height: 1.2em; }
.plan-features { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: 0.7rem; flex: 1; }
.plan-features li { display: flex; gap: 0.65rem; font-size: 0.92rem; line-height: 1.5; }
.plan-features .fx {
  flex: none; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(124, 58, 237, 0.1); color: var(--primary);
}
.plan-features small { display: block; font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.15rem; line-height: 1.45; }
.plan-features .lim { color: var(--ink-muted); }
.plan-features .lim .fx { background: rgba(24, 19, 33, 0.06); color: var(--ink-soft); }

/* free */
.plan-free .plan-tag { background: rgba(24, 19, 33, 0.05); color: var(--ink-muted); }
/* premium (cartão escuro destacado) */
.plan-premium {
  position: relative; overflow: hidden; color: #fff; border: none;
  background:
    radial-gradient(420px 240px at 85% -10%, rgba(168, 85, 247, 0.4), transparent 70%),
    radial-gradient(360px 240px at 0% 110%, rgba(124, 58, 237, 0.3), transparent 70%),
    linear-gradient(180deg, #1d1329 0%, #140e1e 100%);
  box-shadow: 0 2px 4px rgba(24, 19, 33, 0.08), 0 32px 72px -24px rgba(109, 40, 217, 0.55);
}
.plan-premium::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(140deg, rgba(213, 184, 255, 0.6), rgba(124, 58, 237, 0.2) 40%, rgba(214, 48, 154, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.plan-premium .plan-tag { background: rgba(213, 184, 255, 0.14); color: var(--lilac); }
.plan-premium .plan-desc { color: rgba(255, 255, 255, 0.72); }
.plan-premium .plan-price .per, .plan-premium .plan-price-note { color: rgba(255, 255, 255, 0.6); }
.plan-premium .plan-features small { color: rgba(255, 255, 255, 0.55); }
.plan-premium .plan-features .fx { background: rgba(213, 184, 255, 0.15); color: var(--lilac); }
.plan-premium .plan-divi { position: absolute; top: 1.2rem; right: 1.4rem; width: 58px; filter: drop-shadow(0 10px 18px rgba(14, 10, 21, 0.5)); }
.plan-premium .billing-toggle { justify-content: flex-start; margin: 0 0 1.25rem; }
.plan-premium .billing-seg { width: 100%; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); }
.plan-premium .billing-btn { flex: 1; color: rgba(255, 255, 255, 0.72); }
.plan-premium .billing-btn .save { color: #6ee7b7; }
.plan-premium .billing-btn.active { color: var(--ink); }
.plan-premium .billing-btn.active .save { color: #087a55; }
.plan-premium .billing-btn:focus-visible { outline-color: var(--lilac); }

.plans-note { max-width: 62ch; margin: 1.6rem auto 0; text-align: center; font-size: 0.85rem; color: var(--ink-soft-aa); }

/* ── 3. valor ── */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: var(--content-w); margin: 0 auto; }
.value-card { padding: 1.5rem 1.4rem; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.value-card .vc-tag { display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.6rem; }
.value-card b { display: block; font-size: 1.1rem; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 0.45rem; }
.value-card p { margin: 0; font-size: 0.88rem; line-height: 1.55; color: var(--ink-muted); }

/* ── 4. rotina (reaproveita .feature-card) ── */
.routine-section { background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-light-2) 100%); }
.routine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--content-w); margin: 0 auto; }

/* ── responsivo ── */
@media (max-width: 900px) {
  .billing-toggle-desktop { display: none; }
  .billing-toggle-mobile { display: flex; }
  .plan-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .routine-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .value-grid { grid-template-columns: 1fr; }
  .plan-card { padding: 1.4rem 1.2rem; }
  .pricing-inner { margin-top: -5rem; }
}
/* ▲▲▲  PLANS REDESIGN (handoff)  ▲▲▲ */

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  DOWNLOAD REDESIGN (handoff · Download.html <style> + dividi-redesign)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   CSS específico da página /download (task-08): landing de conversão enxuta,
   destino dos anúncios (LCP crítico). A fundação + HOME REDESIGN já trazem
   .hero-section[data-hero="claro"], .phone/.phone-screen/.phone-shot/.phone-island,
   .hero-device-glow e a keyframe chip-float. Aqui ficam só o miolo de conversão
   (.dl-wrap, .dl-logo, .dl-rating, .dl-buttons, .dl-highlights), o palco do
   device com a mascote (.dl-phone-stage/.dl-divi) e o realce da loja detectada
   (body[data-store]). Header minimalista (logo + idioma + "Início") e microrodapé
   legal (.dl-legal), como no protótipo handoff/Download.html.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── fundo lavanda quente da landing (3 camadas, protótipo).
   No Next a classe .dl-body não chega ao <body> real (só o innerHTML do legacy
   é injetado); o atributo data-page="download" do <html> é copiado, então
   usamos html[data-page="download"] como gancho fiável. ── */
html[data-page="download"] body,
html[data-page="download"] #legacy-root {
  background:
    radial-gradient(900px 520px at 50% -12%, rgba(124, 58, 237, 0.14), transparent 64%),
    radial-gradient(700px 420px at 12% 100%, rgba(168, 85, 247, 0.1), transparent 60%),
    linear-gradient(180deg, #f6f2fb 0%, #efe9f8 100%);
  color: var(--ink);
}

/* ── seção/hero claro reaproveitado: neutraliza o fundo p/ o body.dl-body
   aparecer; anula o margin-top negativo do .hero-section base (que faria o
   miolo subir sob o header) e usa a altura da dobra p/ o telefone "espiar"
   no fim, com o respiro de topo do protótipo (clamp(2.5rem,6vh,4.5rem)). ── */
.dl-hero { padding: 0 var(--section-px); background: none; margin-top: 0; }
.dl-hero::after { display: none; }
.dl-wrap {
  min-height: calc(100dvh - 64px);
  max-width: 40rem; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(2.5rem, 6vh, 4.5rem) 0 0;
  overflow: clip;
}

.dl-logo {
  width: 76px; height: 76px; border-radius: 22px; background: #fff;
  border: 1px solid var(--line-strong);
  box-shadow: 0 24px 60px -20px rgba(124, 58, 237, 0.35);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.4rem;
}
.dl-logo img { width: 48px; height: 48px; border-radius: 12px; }

.dl-rating { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); margin: 0 0 1.1rem; }
.dl-rating .stars { color: #f5c044; letter-spacing: 0.1em; font-size: 0.8rem; }
.dl-rating strong { color: var(--ink); }

.dl-wrap h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2.4rem, 7vw, 3.8rem); font-weight: 700;
  line-height: 1.03; letter-spacing: -0.045em; text-wrap: balance; color: var(--ink);
}
.dl-wrap .hero-title-highlight { white-space: nowrap; }
.dl-subtitle { margin: 0 0 2rem; max-width: 38ch; font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.6; color: var(--ink-muted); text-wrap: pretty; }
.dl-status { margin: 0 0 1.1rem; min-height: 1.2em; font-size: 0.85rem; font-weight: 600; color: var(--primary); }

/* ── botões de loja (área de toque ≥ 56px) ── */
.dl-buttons { display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.6rem; }
.dl-btn {
  display: inline-flex; align-items: center; gap: 0.65rem;
  min-height: 56px; padding: 0.9rem 1.6rem; border-radius: var(--radius-pill);
  text-decoration: none; font-weight: 700; font-size: 1rem; border: 1px solid transparent;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), opacity 0.2s ease;
}
.dl-btn:active { transform: scale(0.97); }
.dl-btn svg { width: 22px; height: 22px; flex: none; }
.dl-btn small { display: block; font-size: 0.68rem; font-weight: 600; opacity: 0.7; text-align: left; line-height: 1.1; }
.dl-btn .lbl { display: flex; flex-direction: column; text-align: left; line-height: 1.15; }
.dl-btn-apple { background: #120d1b; color: #fff; box-shadow: 0 16px 40px -14px rgba(18, 13, 27, 0.45); }
.dl-btn-apple:hover { transform: translateY(-2px); }
.dl-btn-google { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.dl-btn-google:hover { transform: translateY(-2px); background: #faf8fd; }
.dl-sep { font-size: 0.78rem; font-weight: 600; color: var(--ink-soft); }

/* dispositivo detectado: realça a loja certa, esmaece a outra */
body[data-store="ios"] .dl-btn-google,
body[data-store="android"] .dl-btn-apple { opacity: 0.6; }
body[data-store="ios"] .dl-btn-apple,
body[data-store="android"] .dl-btn-google { box-shadow: 0 0 0 2px rgba(213, 184, 255, 0.5), 0 16px 40px -14px rgba(168, 85, 247, 0.6); }

/* ── selos de confiança ── */
.dl-highlights { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; padding: 0; margin: 0 0 2.6rem; list-style: none; }
.dl-highlights li { display: flex; align-items: center; gap: 0.4rem; font-size: 0.84rem; font-weight: 500; color: var(--ink-soft); }
.dl-highlights b { color: var(--ink); font-weight: 700; }

/* ── palco do device com glow + mascote (telefone "espiando" na dobra) ── */
.dl-phone-stage { position: relative; width: min(320px, 82vw); margin-top: auto; }
.dl-phone { margin-bottom: clamp(-340px, -38vh, -180px); }
.dl-phone-stage .hero-device-glow { inset: -6% -30%; opacity: 0.55; }
.dl-phone-stage .phone { width: 100%; animation: none; }
.dl-divi {
  position: absolute; z-index: 4; top: -52px; right: -34px;
  width: 92px; height: auto; pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(14, 10, 21, 0.35));
  /* Mascote Divi estática (sem flutuação infinita), como o mockup do hero. */
}

/* ── responsivo ── */
@media (max-width: 600px) {
  .dl-buttons { flex-direction: column; width: 100%; max-width: 340px; }
  .dl-btn { width: 100%; justify-content: center; }
  .dl-sep { display: none; }
  .dl-highlights { gap: 0.9rem 1.2rem; margin-bottom: 2.2rem; }
  .dl-divi { width: 74px; top: -44px; right: -16px; }
}

/* ── microrodapé legal da landing (1 linha, emerge do fim da seção) ── */
.dl-legal {
  position: relative; z-index: 5;
  padding: 1rem var(--section-px) max(1.1rem, env(safe-area-inset-bottom));
  text-align: center; font-size: 0.8rem; color: var(--ink-soft);
  background: linear-gradient(180deg, transparent, rgba(239, 233, 248, 0.92) 40%);
}
.dl-legal a { color: var(--ink-muted); text-decoration: none; }
.dl-legal a:hover { color: var(--primary); }
/* ▲▲▲  DOWNLOAD REDESIGN (handoff)  ▲▲▲ */

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  ABOUT REDESIGN (handoff · Sobre Nos.html <style> + dividi-redesign)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   CSS específico da página /sobre-nos (task-09). A fundação + HOME REDESIGN já
   cobrem reset/.rv, botões, header claro (data-hero="claro"), hero base,
   chrome de seção (.section-head/-eyebrow/-title/-sub), .feature-icon,
   .blog-grid/.blog-card, .cta-section/.cta-card e footer de 4 colunas. Aqui
   ficam só os componentes próprios de Sobre Nós:
     1. hero curto centrado (.about-hero)
     2. blocos editoriais (.editorial + .not-list/.not-pill)
     3. história do fundador (.story-section/.story-grid/.founder-card/
        .story-body/.story-quote/.story-callout)
     4. missão e visão (.mv-grid/.mv-card)
     5. confiança (.trust-strip)
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 1. hero curto centrado ── */
.about-hero .hero-shell {
  max-width: var(--content-w); margin: 0 auto;
  display: block; text-align: center; min-height: 0;
  padding: calc(48px + 1.4rem + clamp(2.5rem, 6vh, 4rem)) 0 clamp(3.5rem, 8vh, 5.5rem);
}
.about-hero .hero-eyebrow { margin-bottom: 1.2rem; }
.about-hero h1 { margin: 0 auto 1.1rem; max-width: 24ch; font-size: clamp(1.9rem, 4.2vw, 3.1rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.035em; color: var(--ink); text-wrap: balance; }
.about-hero .hero-subtitle { margin-inline: auto; max-width: 54ch; }

/* ── 2. blocos editoriais (o que é / o problema) ── */
.about-editorial-section { padding-top: 0; }
.editorial { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.editorial + .editorial { margin-top: clamp(3rem, 7vh, 5rem); }
.editorial .section-eyebrow { margin-bottom: 0.7rem; }
.editorial h2 { margin: 0.2rem 0 0; font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; text-wrap: balance; }
.editorial .ed-body p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.75; color: var(--ink-muted); text-wrap: pretty; }
.editorial .ed-body p:last-child { margin-bottom: 0; }
.editorial .ed-body strong { color: var(--ink); }
.not-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.not-pill {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.45rem 0.9rem; border-radius: var(--radius-pill);
  background: var(--card); border: 1px solid var(--line-strong);
  font-size: 0.82rem; font-weight: 600; color: var(--ink-muted);
}
.not-pill svg { color: var(--primary); flex: none; }

/* ── 3. história do fundador ── */
.story-section { background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-light-2) 100%); }
.story-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.founder-card {
  position: sticky; top: 96px;
  text-align: center; padding: 2rem 1.5rem 1.75rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.035), transparent 42%), var(--card);
  border: 1px solid var(--line); box-shadow: var(--shadow-lift);
}
.founder-card .founder-photo { width: 136px; height: 136px; margin: 0 auto 1.1rem; border-radius: 50%; object-fit: cover; border: 4px solid var(--card); box-shadow: 0 12px 28px rgba(21, 17, 29, 0.12); }
.founder-card .f-name { margin: 0; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; }
.founder-card .f-role { margin: 0.2rem 0 0.9rem; font-size: 0.85rem; color: var(--ink-soft); }
.founder-badge {
  display: inline-flex; align-items: center; gap: 0.35rem; min-height: 32px; max-width: 100%;
  padding: 0.45rem 0.75rem; border-radius: var(--radius-pill);
  background: rgba(124, 58, 237, 0.08); border: 1px solid rgba(124, 58, 237, 0.16);
  color: var(--primary); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1; white-space: nowrap; margin-bottom: 1.25rem;
}
.founder-social { display: flex; justify-content: center; gap: 0.5rem; }
.founder-social a {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.5rem 0.95rem; border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong); background: #fff;
  text-decoration: none; font-size: 0.82rem; font-weight: 600; color: var(--ink-muted);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), color 0.2s ease;
}
.founder-social a:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); color: var(--primary); }
.story-body .step-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 0.7rem;
}
.story-body .step-tag::before { content: ""; width: 22px; height: 1.5px; background: currentColor; opacity: 0.5; }
.story-body h2 { margin: 0 0 0.6rem; font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.12; }
.story-body .lead { margin: 0 0 1.6rem; font-size: 1.05rem; line-height: 1.65; color: var(--ink-muted); }
.story-quote {
  position: relative; margin: 0 0 1.6rem;
  padding: 1.5rem 1.6rem 1.5rem 1.9rem; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.story-quote::before { content: ""; position: absolute; left: 0; top: 1.3rem; bottom: 1.3rem; width: 3px; border-radius: 999px; background: linear-gradient(180deg, var(--secondary), var(--primary)); }
.story-quote p { margin: 0 0 0.9rem; font-size: 0.98rem; line-height: 1.75; color: var(--ink-muted); }
.story-quote p:last-child { margin-bottom: 0; }
.story-quote strong { color: var(--ink); }
.story-callout {
  padding: 1.4rem 1.6rem; border-radius: var(--radius-lg);
  background: rgba(124, 58, 237, 0.06); border: 1px solid rgba(124, 58, 237, 0.14);
}
.story-callout b { display: block; font-size: 0.95rem; margin-bottom: 0.35rem; color: var(--ink); }
.story-callout p { margin: 0 0 0.7rem; font-size: 0.92rem; line-height: 1.65; color: var(--ink-muted); }
.story-callout p:last-child { margin-bottom: 0; }

/* ── 4. missão e visão ── */
.mv-grid { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.mv-card { padding: 2rem 1.8rem; border-radius: var(--radius-xl); }
.mv-card .feature-icon { margin-bottom: 1.2rem; }
.mv-card h3 { margin: 0 0 0.6rem; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; }
.mv-card p { margin: 0; font-size: 0.98rem; line-height: 1.7; }
.mv-missao { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.mv-missao p { color: var(--ink-muted); }
.mv-visao {
  color: #fff;
  background:
    radial-gradient(360px 220px at 85% -10%, rgba(168, 85, 247, 0.4), transparent 70%),
    linear-gradient(180deg, #1d1329 0%, #140e1e 100%);
  box-shadow: 0 24px 56px -20px rgba(109, 40, 217, 0.5);
}
.mv-visao .feature-icon { background: rgba(213, 184, 255, 0.14); border-color: rgba(213, 184, 255, 0.25); color: var(--lilac); }
.mv-visao p { color: rgba(255, 255, 255, 0.75); }

/* ── 5. confiança ── */
.about-trust-section { padding-top: 0; }
.trust-strip {
  max-width: 880px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center;
  padding: 1.6rem 1.8rem; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.trust-strip .feature-icon { width: 52px; height: 52px; border-radius: 16px; margin: 0; }
.trust-strip h3 { margin: 0 0 0.35rem; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.015em; }
.trust-strip p { margin: 0 0 0.6rem; font-size: 0.92rem; line-height: 1.65; color: var(--ink-muted); }
.trust-strip p:last-child { margin-bottom: 0; }

/* ── responsivo ── */
@media (max-width: 900px) {
  .editorial { grid-template-columns: 1fr; gap: 1rem; }
  .story-grid { grid-template-columns: 1fr; }
  .founder-card { position: static; max-width: 380px; margin: 0 auto; }
  .mv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .trust-strip { grid-template-columns: 1fr; text-align: center; }
  .trust-strip .feature-icon { margin: 0 auto; }
}
/* ▲▲▲  ABOUT REDESIGN (handoff)  ▲▲▲ */

/* ══════════════════════════════════════════════════════════════════════════
   ▼▼▼  SECURITY REDESIGN (handoff · Seguranca.html <style> + dividi-redesign)  ▼▼▼
   ──────────────────────────────────────────────────────────────────────────
   CSS específico da página /seguranca · /en/security (task-11). A fundação +
   HOME REDESIGN já cobrem reset/.rv, botões, header claro (data-hero="claro"),
   hero base, chrome de seção (.section-head/-eyebrow/-title/-sub),
   .feature-icon, .features-grid/.feature-card, .cta-section/.cta-card e footer
   de 4 colunas. O bloco ABOUT REDESIGN já traz .editorial/.not-list/.not-pill e
   a base de .trust-strip (reaproveitados aqui). Sobram só os componentes
   próprios de Segurança:
     1. hero curto centrado (.sec-hero)
     2. faixa da Divi / voz (.voice-strip)
     3. complementos de .trust-strip (links e empilhamento)
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 1. hero curto centrado ── */
.sec-hero .hero-shell {
  max-width: var(--content-w); margin: 0 auto;
  display: block; text-align: center; min-height: 0;
  padding: calc(48px + 1.4rem + clamp(2.5rem, 6vh, 4rem)) 0 clamp(3.5rem, 8vh, 5.5rem);
}
.sec-hero .hero-eyebrow { margin-bottom: 1.2rem; }
.sec-hero h1 { margin: 0 auto 1.1rem; max-width: 24ch; font-size: clamp(1.9rem, 4.2vw, 3.1rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.035em; color: var(--ink); text-wrap: balance; }
.sec-hero .hero-subtitle { margin-inline: auto; max-width: 54ch; }

/* ── 2. faixa da Divi (voz) ── */
.sec-principle-section,
.sec-protections-section,
.sec-voice-section,
.sec-rights-section { padding-top: 0; }
.voice-strip {
  max-width: 880px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start;
  padding: 1.6rem 1.8rem; border-radius: var(--radius-lg);
  background: rgba(124, 58, 237, 0.06); border: 1px solid rgba(124, 58, 237, 0.14);
}
.voice-strip img { width: 64px; height: auto; }
.voice-strip h3 { margin: 0 0 0.35rem; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.015em; }
.voice-strip p { margin: 0 0 0.7rem; font-size: 0.92rem; line-height: 1.7; color: var(--ink-muted); }
.voice-strip p:last-child { margin-bottom: 0; }
.voice-strip strong { color: var(--ink); }

/* ── 3. complementos de .trust-strip ── */
.trust-strip + .trust-strip { margin-top: 1rem; }
.trust-strip a { color: var(--primary); font-weight: 600; }

/* ── responsivo ── */
@media (max-width: 600px) {
  .voice-strip { grid-template-columns: 1fr; text-align: center; }
  .voice-strip img { margin: 0 auto; }
}
/* ▲▲▲  SECURITY REDESIGN (handoff)  ▲▲▲ */
