/* ============================================================
   Programa de Qualificação Rjota - Design claro estilo Apple
   Branco, muito respiro, imagens grandes, tipografia enorme, scroll-reveal.
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-alt: #f5f5f7;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --border: #d2d2d7;
  --primary: #2563EB;
  --primary-deep: #1E3A8A;
  --secondary: #059669;

  --maxw: 1100px;
  --wide: 1280px;
  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.06; font-weight: 800; letter-spacing: -0.02em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-wide { width: 100%; max-width: var(--wide); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.gradient-text { background: linear-gradient(110deg, #2563EB, #059669); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.eyebrow { display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: 0.02em; color: var(--primary); margin-bottom: 16px; }

/* ---------- Buttons (Apple pill / link) ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-body); font-weight: 600; font-size: 16px; padding: 13px 26px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform 250ms var(--ease), background 250ms var(--ease), opacity 250ms var(--ease); }
.btn svg { width: 18px; height: 18px; }
.btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-1px); opacity: 0.9; }
.btn-soft { background: rgba(0,0,0,0.05); color: var(--ink); }
.btn-soft:hover { background: rgba(0,0,0,0.09); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-1px); }
.btn-block { width: 100%; }
.link-arrow { color: var(--primary); font-weight: 600; font-size: 17px; display: inline-flex; align-items: center; gap: 6px; }
.link-arrow svg { width: 16px; height: 16px; transition: transform 250ms var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Navbar ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 56px; display: flex; align-items: center; background: rgba(255,255,255,0.72); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid transparent; transition: border-color 300ms ease; }
.nav.scrolled { border-bottom-color: rgba(0,0,0,0.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 800; font-size: 17px; color: var(--ink); }
.brand .logo-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--primary), var(--secondary)); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 15px; }
.brand-logo { height: 40px; width: auto; display: block; }
/* Botão de inscrição com ênfase na gratuidade */
.btn-free { position: relative; background: var(--secondary); box-shadow: 0 6px 18px rgba(5,150,105,0.32); }
.btn-free:hover { background: #047857; }
.btn-free::after { content: "Grátis"; position: absolute; top: -9px; right: -9px; background: #fff; color: var(--secondary); font-size: 10px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.nav-actions .btn-free::after, .btn-free.no-badge::after { display: none; }
.hero-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--secondary); }
.hero-note svg { width: 18px; height: 18px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 14px; font-weight: 400; color: var(--ink); opacity: 0.85; transition: opacity 200ms ease; }
.nav-links a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .btn { padding: 7px 16px; font-size: 13px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--ink); }
.nav-toggle svg { width: 24px; height: 24px; }

/* ---------- Hero (Apple product showcase) ---------- */
.hero { text-align: center; padding: 120px 0 0; background: var(--bg); }
.hero .eyebrow { font-size: 19px; color: var(--primary); font-weight: 600; }
.hero h1 { font-size: clamp(40px, 7vw, 88px); margin: 10px 0 18px; }
.hero p { font-size: clamp(19px, 2.6vw, 27px); color: var(--muted); max-width: 680px; margin: 0 auto 26px; font-weight: 400; }
.hero-links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.hero-media { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hero-media img { width: 100%; border-radius: 22px; box-shadow: 0 40px 80px rgba(0,0,0,0.18); aspect-ratio: 16/9; object-fit: cover; }

/* ---------- Section base ---------- */
.section { padding: clamp(80px, 12vh, 140px) 0; }
.section.alt { background: var(--bg-alt); }
.display { font-size: clamp(32px, 5vw, 56px); margin-bottom: 20px; }
.lead { font-size: clamp(18px, 2vw, 23px); color: var(--muted); font-weight: 400; }
.kicker { max-width: 720px; }
.kicker.center { margin: 0 auto; }

/* ---------- Feature (texto + imagem) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature.flip .feature-text { order: 2; }
.feature-text h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 18px; }
.feature-text p { font-size: 18px; color: var(--muted); margin-bottom: 16px; }
.feature-img img { width: 100%; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,0.14); aspect-ratio: 4/3; object-fit: cover; }

/* ---------- Feature fullbleed (imagem de fundo + texto sobreposto, cinematográfico) ---------- */
.cine { position: relative; min-height: 92vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.cine img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cine::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.78) 100%); }
.cine .cine-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(48px, 8vh, 96px); }
.cine .eyebrow { color: #7dd3fc; }
.cine h2 { font-size: clamp(30px, 5vw, 58px); color: #fff; max-width: 620px; margin-bottom: 16px; }
.cine p { font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,0.9); max-width: 560px; }

/* ---------- Pills (lista de cursos) ---------- */
.pill-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; max-width: 640px; }
.pill { background: rgba(255,255,255,0.14); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.25); color: #fff; padding: 9px 18px; border-radius: 999px; font-size: 15px; font-weight: 500; }
.pill.soon { opacity: 0.65; }
.pill-row.light .pill { background: #fff; border-color: var(--border); color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }

/* ---------- Cursos clicáveis ---------- */
.pill[data-desc] { cursor: pointer; font-family: var(--font-body); line-height: 1; display: inline-flex; align-items: center; gap: 7px; transition: background 200ms var(--ease), transform 200ms var(--ease); }
.pill[data-desc]::after { content: '+'; font-size: 16px; font-weight: 600; opacity: .6; }
.pill[data-desc]:hover { background: rgba(255,255,255,0.28); transform: translateY(-1px); }
.pill[data-desc]:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* ---------- Modal de detalhe do curso ---------- */
.cm-overlay { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15,23,42,0.55); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity 280ms var(--ease), visibility 280ms; }
.cm-overlay.open { opacity: 1; visibility: visible; }
.cm-card { position: relative; background: #fff; border-radius: 24px; max-width: 480px; width: 100%; padding: 40px; box-shadow: 0 30px 80px rgba(0,0,0,0.3); transform: translateY(16px) scale(0.98); transition: transform 320ms var(--ease); }
.cm-overlay.open .cm-card { transform: none; }
.cm-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; border: none; background: var(--bg-alt); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 200ms; }
.cm-close:hover { background: #e5e5ea; }
.cm-cat { display: inline-block; font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--primary); margin-bottom: 10px; }
.cm-title { font-family: var(--font-head); font-size: 28px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 14px; line-height: 1.1; }
.cm-desc { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin-bottom: 26px; }
.cm-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.cm-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--ink); background: var(--bg-alt); border-radius: 999px; padding: 8px 14px; }
.cm-tag svg { width: 15px; height: 15px; stroke: var(--secondary); }
@media (max-width: 540px) { .cm-card { padding: 30px 24px; } .cm-title { font-size: 24px; } }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 64px; }
.stat { text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(48px, 7vw, 80px); line-height: 0.95; }
.stat .label { margin-top: 12px; font-size: 15px; color: var(--muted); max-width: 220px; margin-inline: auto; }
.chart-card { margin-top: 72px; background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 44px; }
.chart-card h3 { font-size: 21px; margin-bottom: 34px; }
.bar-chart { display: flex; align-items: flex-end; gap: 26px; height: 230px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; height: 100%; justify-content: flex-end; }
.bar { width: 100%; max-width: 86px; border-radius: 10px 10px 0 0; height: 0; background: linear-gradient(180deg, #60a5fa, var(--primary)); transition: height 1200ms var(--ease); }
.bar-col:nth-child(4) .bar { background: linear-gradient(180deg, #34d399, var(--secondary)); }
.bar-col .bv { font-family: var(--font-head); font-weight: 700; font-size: 16px; }
.bar-col .bl { font-size: 13px; color: var(--muted); text-align: center; }
.data-note { margin-top: 26px; font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.data-note svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ---------- Partner ---------- */
.partner-list { display: grid; gap: 14px; margin: 24px 0 30px; }
.partner-list li { display: flex; align-items: center; gap: 14px; font-size: 18px; }
.partner-list .check { width: 28px; height: 28px; border-radius: 50%; background: rgba(5,150,105,0.12); color: var(--secondary); display: grid; place-items: center; flex-shrink: 0; }
.partner-list .check svg { width: 16px; height: 16px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(34px, 6vw, 68px); margin-bottom: 18px; }
.cta-band p { color: var(--muted); font-size: 21px; margin-bottom: 32px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 48px auto 0; }
.faq-item { border-top: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 24px 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(17px, 2.2vw, 21px); color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q .chev { width: 22px; height: 22px; color: var(--primary); transition: transform 300ms var(--ease); flex-shrink: 0; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 350ms var(--ease); }
.faq-a p { padding: 0 0 24px; color: var(--muted); font-size: 17px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 48px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; font-size: 16px; font-family: var(--font-body); background: #fff; color: var(--ink); transition: border-color 200ms ease, box-shadow 200ms ease; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(37,99,235,0.12); }
.form-field textarea { min-height: 130px; resize: vertical; }
.contact-info { display: grid; gap: 14px; align-content: start; }
.info-card { display: flex; gap: 15px; align-items: flex-start; background: var(--bg-alt); border-radius: 16px; padding: 22px; }
.info-card .ic { width: 42px; height: 42px; border-radius: 11px; background: #fff; color: var(--secondary); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.info-card .ic svg { width: 21px; height: 21px; }
.info-card h4 { font-size: 16px; margin-bottom: 3px; }
.info-card p { color: var(--muted); font-size: 14px; }
.form-success { display: none; background: rgba(5,150,105,0.1); color: #047857; border: 1px solid rgba(5,150,105,0.3); padding: 15px; border-radius: 12px; margin-bottom: 18px; font-weight: 600; }
.form-success.show { display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-alt); padding: 64px 0 32px; font-size: 14px; color: var(--muted); }
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid var(--border); }
.trust-item { display: flex; align-items: flex-start; gap: 12px; }
.trust-ic { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: rgba(37,99,235,0.09); color: var(--primary); display: grid; place-items: center; }
.trust-ic svg { width: 21px; height: 21px; }
.trust-item div { display: flex; flex-direction: column; gap: 2px; }
.trust-item strong { color: var(--ink); font-size: 14px; font-weight: 700; }
.trust-item span { font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 48px; margin-bottom: 40px; }
.footer .brand { margin-bottom: 16px; }
.footer h4 { color: var(--ink); font-size: 14px; margin-bottom: 16px; }
.footer-links { display: grid; gap: 11px; }
.footer-links a, .footer-static { color: var(--muted); transition: color 200ms ease; display: inline-flex; align-items: center; gap: 8px; }
.footer-links a:hover { color: var(--primary); }
.footer-links svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); }
.footer-slogan { max-width: 320px; margin-bottom: 18px; }
.footer-logo { height: 52px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: #fff; border: 1px solid var(--border); display: grid; place-items: center; color: var(--muted); transition: color 200ms ease, border-color 200ms ease, transform 200ms ease; }
.footer-social a:hover { color: var(--primary); border-color: var(--primary); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; }
.footer-legal { color: var(--muted); opacity: 0.85; }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(37,211,102,0.4); transition: transform 250ms var(--ease); }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }

/* ---------- Auth / Login ---------- */
.auth-page { min-height: 100vh; display: grid; grid-template-columns: 1.05fr 0.95fr; }
.auth-visual { position: relative; overflow: hidden; padding: 64px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.auth-visual img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.auth-visual::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(30,58,138,0.2), rgba(0,0,0,0.7)); }
.auth-visual > * { position: relative; z-index: 2; }
.auth-visual .brand { color: #fff; margin-bottom: auto; }
.auth-visual h2 { font-size: clamp(28px, 3.4vw, 42px); color: #fff; margin: 0 0 14px; }
.auth-visual p { color: rgba(255,255,255,0.9); font-size: 18px; max-width: 400px; }
.auth-form-wrap { display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
.auth-card { width: 100%; max-width: 400px; }
.auth-card h1 { font-size: 30px; margin-bottom: 6px; }
.auth-card .sub { color: var(--muted); margin-bottom: 30px; }
.auth-links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 20px; font-size: 14px; }
.auth-links a { color: var(--primary); font-weight: 600; }
.auth-back { margin-top: 30px; font-size: 14px; color: var(--muted); }
.auth-back a { color: var(--primary); font-weight: 600; }

/* ---------- Inner page header ---------- */
.page-head { position: relative; overflow: hidden; padding: 130px 0 70px; text-align: center; color: #fff; }
.page-head img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.page-head::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(30,58,138,0.55), rgba(0,0,0,0.6)); }
.page-head .container { position: relative; z-index: 2; }
.page-head h1 { font-size: clamp(32px, 5vw, 56px); color: #fff; margin-bottom: 12px; }
.page-head p { color: rgba(255,255,255,0.92); font-size: 19px; max-width: 560px; margin: 0 auto; }
.form-panel { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 42px; max-width: 720px; margin: -56px auto 0; position: relative; z-index: 3; box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---------- Dashboard ---------- */
.dash { display: grid; grid-template-columns: 248px 1fr; min-height: 100vh; }
.dash-side { background: var(--bg-alt); border-right: 1px solid var(--border); padding: 28px 18px; }
.dash-side .brand { margin-bottom: 40px; }
.dash-nav { display: grid; gap: 4px; }
.dash-nav a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 11px; color: var(--muted); font-weight: 500; font-size: 15px; transition: background 200ms ease, color 200ms ease; }
.dash-nav a svg { width: 19px; height: 19px; }
.dash-nav a:hover, .dash-nav a.active { background: #fff; color: var(--ink); box-shadow: 0 2px 6px rgba(0,0,0,0.05); }
.dash-main { padding: 40px; }
.dash-welcome { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.dash-welcome h1 { font-size: 30px; }
.dash-welcome p { color: var(--muted); }
.dash-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 28px; }
.dash-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.dash-card .ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(37,99,235,0.08); color: var(--primary); display: grid; place-items: center; margin-bottom: 16px; }
.dash-card .ic svg { width: 22px; height: 22px; }
.dash-card h3 { font-size: 15px; margin-bottom: 7px; color: var(--muted); font-weight: 600; }
.dash-card .big { font-family: var(--font-head); font-weight: 800; font-size: 32px; }
.dash-card p { color: var(--muted); font-size: 14px; }
.progress { height: 9px; background: var(--bg-alt); border-radius: 999px; overflow: hidden; margin-top: 12px; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--secondary), #34d399); border-radius: 999px; }
.panel { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 26px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.panel h2 { font-size: 20px; margin-bottom: 20px; }
.course-row { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px; }
.course-row .pct { font-family: var(--font-head); font-weight: 700; color: var(--secondary); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 120ms; }
.reveal-d2 { transition-delay: 240ms; }
.reveal-d3 { transition-delay: 360ms; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: block; }
  .nav.open { height: auto; flex-direction: column; align-items: stretch; padding: 12px 0; background: rgba(255,255,255,0.97); }
  .nav.open .nav-inner { flex-direction: column; gap: 16px; }
  .nav.open .nav-links { display: flex; flex-direction: column; gap: 14px; width: 100%; }
  .nav.open .nav-actions { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 0 24px; }
  .nav.open .nav-actions .btn { width: 100%; }
  .feature { grid-template-columns: 1fr; gap: 32px; }
  .feature.flip .feature-text { order: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-visual { min-height: 200px; padding: 32px; }
  .dash { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .chart-card { padding: 26px; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-links { flex-direction: column; gap: 14px; }
  .bar-chart { gap: 12px; }
  .cine { min-height: 80vh; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
