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

  :root {
    --green:      #00C46A;
    --green-dark: #009F55;
    --green-glow: rgba(0,196,106,0.18);
    --dark:       #0A0F0D;
    --dark2:      #111916;
    --card:       #141C15;
    --border:     rgba(0,196,106,0.12);
    --text:       #E8F5EE;
    --muted:      #7A9B84;
    --white:      #ffffff;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--dark);
    color: var(--text);
    line-height: 1.7;
    font-size: 16px;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 0 40px;
    background: rgba(10,15,13,0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
  }

  .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .nav-logo {
    height: 52px;
    width: auto;
    display: block;
  }

  .meta-badge-img {
    height: 52px;
    width: auto;
    border-radius: 8px;
    opacity: 0.92;
    transition: opacity 0.2s;
  }
  .meta-badge-img:hover { opacity: 1; }

  .nav-cta {
    background: var(--green);
    color: var(--dark);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.2px;
  }
  .nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

  /* ── HERO LEGAL ── */
  .legal-hero {
    padding: 140px 40px 60px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(0,196,106,0.04) 0%, transparent 100%);
  }

  .legal-tag {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green);
    background: rgba(0,196,106,0.08);
    border: 1px solid rgba(0,196,106,0.2);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
  }

  .legal-hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -1.5px;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .legal-hero p {
    font-size: 16px;
    color: var(--muted);
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .legal-updated {
    font-size: 13px;
    color: var(--muted);
    opacity: 0.7;
  }

  /* ── ALERTA ── */
  .legal-alert {
    max-width: 820px;
    margin: 40px auto 0;
    padding: 0 40px;
  }

  .alert-box {
    background: rgba(0,196,106,0.06);
    border: 1px solid rgba(0,196,106,0.25);
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 14px;
    color: var(--text);
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .alert-box .alert-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }

  /* ── CONTEÚDO ── */
  .legal-body {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 40px 100px;
  }

  .legal-section {
    margin-bottom: 48px;
  }

  .legal-section h2 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .legal-section h2 .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(0,196,106,0.1);
    border: 1px solid rgba(0,196,106,0.2);
    border-radius: 8px;
    font-size: 12px;
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0;
  }

  .legal-section h3 {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--green);
    margin: 24px 0 10px;
  }

  .legal-section p {
    color: var(--text);
    margin-bottom: 14px;
    font-size: 15px;
    opacity: 0.9;
  }

  .legal-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
  }

  .legal-section ul li {
    font-size: 15px;
    color: var(--text);
    opacity: 0.9;
    padding-left: 20px;
    position: relative;
  }

  .legal-section ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--green);
    font-size: 12px;
    top: 3px;
  }

  .legal-section ul li strong { color: var(--white); }

  /* Tabela de planos */
  .plans-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
  }

  .plans-table th {
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--green);
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);
  }

  .plans-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,196,106,0.06);
    color: var(--text);
    opacity: 0.9;
  }

  .plans-table tr:last-child td { border-bottom: none; }

  .plans-table tr:hover td { background: rgba(0,196,106,0.03); }

  /* Bloco de destaque */
  .legal-highlight {
    background: var(--card);
    border: 1px solid var(--border);
    border-left: 3px solid var(--green);
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 16px 0;
  }

  .legal-highlight p {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
  }

  /* Card de contato */
  .legal-contact-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 32px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .contact-item .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--green);
    font-weight: 700;
  }

  .contact-item .value {
    font-size: 14px;
    color: var(--text);
  }

  .contact-item a {
    color: var(--green);
    text-decoration: none;
  }
  .contact-item a:hover { text-decoration: underline; }

  /* ── FOOTER ── */
  footer {
    background: var(--dark2);
    border-top: 1px solid var(--border);
    padding: 32px 40px;
    text-align: center;
    font-size: 13px;
    color: var(--muted);
  }

  footer a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  footer a:hover { color: var(--green); }

  @media (max-width: 600px) {
    nav { padding: 14px 20px; }
    .legal-hero { padding: 110px 20px 40px; }
    .legal-alert { padding: 0 20px; }
    .legal-body { padding: 40px 20px 60px; }
    .legal-contact-card { grid-template-columns: 1fr; }
    .plans-table { font-size: 13px; }
    .plans-table th, .plans-table td { padding: 10px 12px; }
    footer { padding: 24px 20px; }
  }
/* ─── TO TOP ─── */
#to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #00C46A;
  border: none;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,196,106,0.4);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s, box-shadow 0.2s;
  z-index: 999;
}
#to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#to-top:hover {
  background: #00e87a;
  box-shadow: 0 6px 28px rgba(0,196,106,0.6);
}

/* ─── WHATSAPP FLUTUANTE ─── */
#whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  z-index: 999;
  text-decoration: none;
  animation: wa-pulse 2.2s ease-in-out infinite;
}
#whatsapp-float:hover {
  background: #1ebe5d;
  animation: none;
  box-shadow: 0 6px 28px rgba(37,211,102,0.65);
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); }
  60%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
