/* ============================================================
   FluxoSmart — Landing Page
   Paleta: teal-fluxo #39CFB2 sobre grafite-petróleo
   ============================================================ */

:root {
  --primary: #39CFB2;
  --primary-dark: #2AA18D;
  --primary-light: #8EE0D4;
  --accent: #F5A524;

  --bg: #0A0A0B;
  --bg-soft: #101012;
  --surface: #151517;
  --surface-2: #1C1C20;
  --border: #262629;
  --border-strong: #37373D;

  --text: #F4F4F6;
  --text-2: #A1A1AA;
  --text-3: #6B6B73;

  --income: #3DD68C;
  --expense: #FF7A8A;
  --transfer: #849DFF;

  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1160px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 60px -10px rgba(57, 207, 178, 0.35);

  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: 760px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 18px;
}
.eyebrow-green { color: var(--primary); }

.hl { color: var(--primary); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: #04201A;
  box-shadow: 0 8px 24px -6px rgba(57, 207, 178, 0.5);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(57, 207, 178, 0.65); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.btn-block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  color: #04201A;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  padding: 9px 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-link { font-weight: 800; text-decoration: underline; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 34px; height: 34px; border-radius: 9px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: var(--text-2); font-size: 0.94rem; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { flex-shrink: 0; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 80px 0 40px; overflow: hidden; }
.hero-glow {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(57, 207, 178, 0.18) 0%, rgba(57, 207, 178, 0) 60%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.hero-title { font-size: clamp(2.4rem, 5vw, 3.7rem); margin-bottom: 22px; }
.hero-sub { font-size: 1.18rem; color: var(--text-2); max-width: 520px; margin-bottom: 34px; }
.hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 28px;
  font-size: 0.9rem;
  color: var(--text-2);
}

/* Store buttons */
.store-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.store-buttons-center { justify-content: center; margin-top: 30px; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #18181B;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 11px 20px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s;
}
.store-btn:hover { transform: translateY(-2px); border-color: var(--primary); background: #1F1F23; }
.store-btn svg { width: 26px; height: 26px; color: var(--text); flex-shrink: 0; }
.store-btn-txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.store-btn-txt small { font-size: 0.66rem; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.04em; }
.store-btn-txt strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; }

/* Logos strip */
.logos-strip { margin-top: 64px; text-align: center; }
.logos-strip > span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-3); }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px; }
.logo-pill {
  font-size: 0.82rem; font-weight: 600; color: var(--text-2);
  border: 1px solid var(--border); border-radius: 999px; padding: 7px 16px;
  background: var(--surface);
}

/* ---------- Phone mockup ---------- */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative;
  width: 300px;
  background: #0E0E10;
  border: 2px solid #2A2A2E;
  border-radius: 44px;
  padding: 12px;
  box-shadow: var(--shadow), var(--shadow-glow);
  z-index: 2;
}
.phone-notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 26px; background: #0E0E10; border-radius: 0 0 16px 16px; z-index: 3;
}
.phone-screen {
  background: linear-gradient(180deg, #0B0B0D, #111114);
  border-radius: 34px;
  padding: 18px 16px;
  height: 580px;
  overflow: hidden;
}
.phone-shadow {
  position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
  width: 240px; height: 60px; background: rgba(57,207,178,0.25); filter: blur(40px); border-radius: 50%;
}

.app-statusbar { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--text-2); margin: 6px 4px 16px; }
.app-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.app-greet { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.app-sub { font-size: 0.78rem; color: var(--text-2); }
.app-avatar {
  width: 38px; height: 38px; border-radius: 12px; background: var(--primary); color: #04201A;
  display: grid; place-items: center; font-weight: 800; font-family: var(--font-display);
}
.app-balance-card {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: 18px; padding: 16px; color: #04201A; margin-bottom: 14px;
}
.app-balance-label { font-size: 0.74rem; font-weight: 600; opacity: 0.8; }
.app-balance-value { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; margin: 2px 0 10px; }
.app-balance-row { display: flex; justify-content: space-between; font-size: 0.72rem; font-weight: 600; }
.app-balance-row .up { color: #04201A; }
.app-balance-row .down { color: #04201A; opacity: 0.75; }

.app-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.app-mini {
  background: var(--surface); border: 1px solid var(--border); border-radius: 13px; padding: 10px 8px;
  display: flex; flex-direction: column; font-size: 0.68rem; color: var(--text-2); gap: 3px;
}
.app-mini strong { font-family: var(--font-display); color: var(--text); font-size: 0.86rem; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-in { background: var(--income); }
.dot-card { background: var(--transfer); }
.dot-goal { background: var(--accent); }

.app-section-title { font-size: 0.78rem; font-weight: 700; color: var(--text-2); margin-bottom: 10px; }
.app-tx { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.app-tx:last-child { border-bottom: 0; }
.app-tx-ic { width: 34px; height: 34px; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; font-size: 1rem; }
.app-tx-name { flex: 1; display: flex; flex-direction: column; font-size: 0.85rem; font-weight: 600; }
.app-tx-name small { font-size: 0.66rem; color: var(--text-3); font-weight: 400; }
.app-tx-val { font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; }
.app-tx-val.up { color: var(--income); }
.app-tx-val.down { color: var(--expense); }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 18px; }
.section-text { font-size: 1.1rem; color: var(--text-2); }
.section-text.center { max-width: 620px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .eyebrow { margin-bottom: 14px; }

/* Split (whatsapp) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.whatsapp-section { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.split-copy .section-text em { color: var(--text); font-style: normal; background: rgba(57,207,178,0.12); padding: 1px 7px; border-radius: 6px; }
.check-list { list-style: none; margin: 26px 0 32px; display: flex; flex-direction: column; gap: 13px; }
.check-list li { display: flex; gap: 12px; font-size: 1.02rem; color: var(--text); align-items: flex-start; }
.check-list li span {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(57,207,178,0.16); color: var(--primary); display: grid; place-items: center;
  font-size: 0.7rem; font-weight: 800; margin-top: 3px;
}

/* Chat mockup */
.split-visual { display: flex; justify-content: center; }
.chat-mock {
  width: 100%; max-width: 380px;
  background: #0B141A;
  border: 1px solid var(--border-strong);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.chat-head { display: flex; align-items: center; gap: 12px; background: #1F2C33; padding: 14px 18px; }
.chat-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--primary); }
.chat-avatar img { width: 100%; height: 100%; object-fit: cover; }
.chat-name { font-weight: 700; font-family: var(--font-display); }
.chat-status { font-size: 0.74rem; color: var(--primary-light); }
.chat-body {
  padding: 20px 16px;
  display: flex; flex-direction: column; gap: 12px;
  background:
    linear-gradient(rgba(8,15,20,0.92), rgba(8,15,20,0.92)),
    repeating-linear-gradient(45deg, #0d171d 0 12px, #0b141a 12px 24px);
  min-height: 360px;
}
.bubble { max-width: 80%; padding: 11px 14px; border-radius: 14px; font-size: 0.9rem; line-height: 1.45; }
.bubble-out { align-self: flex-end; background: #11463A; color: #E9FFF8; border-bottom-right-radius: 4px; }
.bubble-in { align-self: flex-start; background: #1F2C33; color: var(--text); border-bottom-left-radius: 4px; }
.bubble small { color: var(--text-2); }
.chat-input {
  display: flex; justify-content: space-between; align-items: center;
  background: #1F2C33; margin: 0 12px 12px; padding: 11px 16px; border-radius: 22px;
  color: var(--text-3); font-size: 0.9rem;
}

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s;
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--border-strong); background: var(--surface-2); }
.feature-wide { grid-column: span 2; }
.feature-ic {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(57,207,178,0.12);
  display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px;
}
.feature-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.feature-card p { color: var(--text-2); font-size: 0.96rem; }

/* ---------- How ---------- */
.how-section { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; flex-wrap: wrap; }
.step { flex: 1; min-width: 220px; max-width: 300px; text-align: center; padding: 0 18px; }
.step-num {
  width: 54px; height: 54px; margin: 0 auto 20px;
  border-radius: 50%; background: var(--primary); color: #04201A;
  font-family: var(--font-display); font-weight: 800; font-size: 1.4rem;
  display: grid; place-items: center;
  box-shadow: var(--shadow-glow);
}
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: 0.96rem; }
.step-line { flex: 0 0 50px; height: 2px; background: linear-gradient(90deg, var(--primary), transparent); margin-top: 26px; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 820px; margin: 0 auto; }
.price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
}
.price-card-featured {
  border-color: var(--primary);
  background: linear-gradient(180deg, rgba(57,207,178,0.07), var(--surface));
  box-shadow: var(--shadow-glow);
}
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: #04201A; font-size: 0.74rem; font-weight: 800;
  padding: 5px 16px; border-radius: 999px; font-family: var(--font-display);
}
.price-name { font-size: 1.3rem; margin-bottom: 10px; }
.price-value { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; }
.price-value span { font-size: 1rem; font-weight: 500; color: var(--text-2); }
.price-desc { color: var(--text-2); margin: 8px 0 24px; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.price-list li { color: var(--text); font-size: 0.98rem; }
.price-list b { color: var(--primary); }

/* ---------- Security ---------- */
.security-section { background: var(--bg-soft); border-top: 1px solid var(--border); }
.security-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.security-ic { font-size: 3rem; margin-bottom: 18px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 4px 22px;
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 0;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--primary); font-size: 1.5rem; font-weight: 400; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--text-2); padding-bottom: 20px; }

/* ---------- CTA final ---------- */
.cta-final { padding: 60px 0 100px; }
.cta-card {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 64px 32px;
  text-align: center;
}
.cta-glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(circle, rgba(57,207,178,0.22), transparent 65%);
  pointer-events: none;
}
.cta-title { position: relative; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 14px; }
.cta-sub { position: relative; color: var(--text-2); font-size: 1.12rem; margin-bottom: 32px; }
.waitlist-form {
  position: relative;
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  max-width: 520px; margin: 0 auto;
}
.waitlist-form input {
  flex: 1; min-width: 240px;
  background: var(--bg); border: 1px solid var(--border-strong); border-radius: 999px;
  padding: 15px 24px; color: var(--text); font-size: 1rem; font-family: var(--font-body);
}
.waitlist-form input:focus { outline: none; border-color: var(--primary); }
.waitlist-msg { position: relative; min-height: 22px; margin-top: 14px; font-size: 0.92rem; font-weight: 600; }
.waitlist-msg.ok { color: var(--income); }
.waitlist-msg.err { color: var(--expense); }

/* ---------- Footer ---------- */
.footer { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 56px 0 30px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; padding-bottom: 40px; }
.footer-brand p { color: var(--text-2); margin-top: 14px; font-size: 0.95rem; max-width: 280px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col { min-width: 0; }
.footer-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-3); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--text-2); font-size: 0.94rem; padding: 5px 0; transition: color 0.15s; overflow-wrap: break-word; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding-top: 26px; border-top: 1px solid var(--border);
  font-size: 0.86rem; color: var(--text-3);
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--bg-soft); border-bottom: 1px solid var(--border); padding: 18px 24px; gap: 4px;
  }
  .nav-links.open a { padding: 12px 0; font-size: 1.05rem; }

  .hero-inner { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .store-buttons, .hero-trust { justify-content: center; }

  .split { grid-template-columns: 1fr; gap: 44px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-wide { grid-column: span 2; }
  .step-line { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: span 1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card-featured { order: -1; }
  .cta-card { padding: 44px 22px; }
  .topbar { font-size: 0.78rem; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
}

/* ---------- Device frames (screenshots reais) ---------- */
.device {
  position: relative;
  width: 300px;
  border-radius: 46px;
  padding: 10px;
  background: #0E0E10;
  border: 2px solid #2A2A2E;
  box-shadow: var(--shadow), var(--shadow-glow);
  z-index: 2;
}
.device img { display: block; width: 100%; height: auto; border-radius: 38px; }
.device-hero { width: 312px; }
.device-wa { width: 320px; box-shadow: var(--shadow); }

/* ---------- Galeria de telas ---------- */
.gallery-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  justify-items: center;
}
.shot { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 0; }
.device-sm {
  width: 244px;
  border-radius: 40px;
  padding: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.device-sm img { border-radius: 32px; }
.shot:hover .device-sm { transform: translateY(-8px); box-shadow: var(--shadow), var(--shadow-glow); }
.shot figcaption {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-2);
  text-align: center;
}

@media (max-width: 860px) {
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr; }
  .device-sm { width: 260px; }
  .device-hero, .device-wa { width: 280px; }
}

/* ---------- Nota "opcional" (seção WhatsApp) ---------- */
.split-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--text-2);
  border-left: 2px solid var(--primary);
  padding-left: 14px;
  max-width: 470px;
}
.split-note::first-letter { font-size: 1.05rem; }

/* ---------- Toggle de cobrança (planos) ---------- */
.billing-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: -28px auto 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px;
}
.billing-opt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-2);
  background: transparent;
  border: 0;
  padding: 9px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.billing-opt.is-active { background: var(--primary); color: #04201A; }
.billing-save {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--primary);
  padding: 0 14px 0 8px;
  white-space: nowrap;
}
.price-note {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--primary);
  margin: 6px 0 16px;
}
.price-note b { font-weight: 700; }

/* ---------- Seção Widget ---------- */
.widget-section { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.widget-shot {
  position: relative;
  max-width: 380px;
  width: 100%;
}
.widget-shot::before {
  content: '';
  position: absolute;
  inset: -12% -8% -8% -8%;
  background: radial-gradient(circle at 50% 40%, rgba(57,207,178,0.22), transparent 68%);
  filter: blur(12px);
  z-index: 0;
}
.widget-shot img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 30px 70px -24px rgba(0,0,0,0.7);
}
/* a imagem do widget vem antes da copy no DOM; no desktop fica à esquerda */
@media (min-width: 901px) {
  .widget-section .split { grid-template-columns: 0.95fr 1.05fr; }
}

/* ---------- Páginas legais (privacidade / termos) ---------- */
.legal-main { max-width: 800px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-back { display: inline-flex; align-items: center; gap: 6px; color: var(--text-2); font-size: 0.92rem; margin-bottom: 28px; }
.legal-back:hover { color: var(--primary); }
.legal-main h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; }
.legal-updated { color: var(--text-3); font-size: 0.9rem; margin-bottom: 40px; }
.legal-main h2 { font-size: 1.3rem; margin: 38px 0 12px; color: var(--text); }
.legal-main p, .legal-main li { color: var(--text-2); font-size: 1rem; line-height: 1.7; }
.legal-main p { margin-bottom: 14px; }
.legal-main ul { margin: 0 0 16px 1.1rem; display: flex; flex-direction: column; gap: 8px; }
.legal-main a { color: var(--primary); text-decoration: underline; }
.legal-main strong { color: var(--text); }
.legal-lead { font-size: 1.1rem; color: var(--text); border-left: 2px solid var(--primary); padding-left: 16px; }
