/* =============================================================================
   Meu Orçamento — Landing page premium (visual SaaS moderno e tecnologico)
   ========================================================================== */

.site { background: #fff; overflow-x: hidden; }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.8); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(226,232,240,.7); }
.site-logo { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; font-size: 1.2rem; color: var(--ink); text-decoration: none; letter-spacing: -.02em; }
.site-logo .mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.site-logo .mark-img { width: 32px; height: 32px; border-radius: 9px; vertical-align: middle; box-shadow: 0 4px 12px rgba(99,102,241,.35); }
.site-nav { display: flex; gap: 1.75rem; }
.site-nav a { color: var(--ink-2); font-weight: 500; font-size: .95rem; text-decoration: none; transition: color .15s; }
.site-nav a:hover { color: var(--brand-600); }

/* ---- Botoes com brilho ---- */
.btn-glow { box-shadow: 0 8px 24px rgba(99,102,241,.35); }
.btn-glow:hover { box-shadow: 0 12px 32px rgba(99,102,241,.45); }

/* ---- HERO (fundo escuro tecnologico) ---- */
.hero {
    position: relative; padding: 6rem 0 5rem; text-align: center; color: #e2e8f0;
    background:
        radial-gradient(900px 500px at 15% 0%, rgba(99,102,241,.35), transparent 60%),
        radial-gradient(800px 500px at 85% 10%, rgba(139,92,246,.30), transparent 55%),
        linear-gradient(180deg, #0b1120 0%, #0f172a 100%);
    overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(148,163,184,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(148,163,184,.06) 1px, transparent 1px);
    background-size: 44px 44px; mask-image: radial-gradient(700px 400px at 50% 0%, #000, transparent 75%);
    pointer-events: none;
}
.hero > .container { position: relative; z-index: 1; }
.hero .eyebrow {
    display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15); color: #c7d2fe; font-weight: 600; font-size: .82rem;
    padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1.5rem; backdrop-filter: blur(6px);
}
.hero .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.2); }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); font-weight: 900; letter-spacing: -.03em; max-width: 940px; margin: 0 auto 1.15rem; line-height: 1.06; color: #fff; }
.hero h1 .grad { background: linear-gradient(120deg, #a5b4fc, #d8b4fe, #f0abfc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.sub { font-size: 1.2rem; color: #94a3b8; max-width: 620px; margin: 0 auto 2.25rem; line-height: 1.6; }
.hero .cta-row { display: flex; gap: .85rem; justify-content: center; flex-wrap: wrap; }
.hero .btn-ghost { background: rgba(255,255,255,.06); color: #e2e8f0; border-color: rgba(255,255,255,.18); }
.hero .btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.3); }
.hero .trust { margin-top: 1.75rem; color: #64748b; font-size: .85rem; display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; }
.hero .trust span { display: inline-flex; align-items: center; gap: .35rem; }

/* Faixa de metricas (numeros) */
.stats-band { position: relative; z-index: 1; margin: 3rem auto 0; max-width: 820px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stats-band .stat { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 1.1rem; }
.stats-band .stat .n { font-size: 1.9rem; font-weight: 900; color: #fff; letter-spacing: -.02em; }
.stats-band .stat .l { font-size: .82rem; color: #94a3b8; }

/* ---- Secoes ---- */
.section { padding: 4.5rem 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 2.75rem; }
.section-head .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: var(--brand-600); margin-bottom: .5rem; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -.025em; }
.section-head p { color: var(--muted); font-size: 1.12rem; line-height: 1.6; }
.section.alt { background: linear-gradient(180deg, #f8fafc, #f1f5f9); }

/* ---- Benefits ---- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.9rem; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(99,102,241,.3); }
.benefit .ico { width: 54px; height: 54px; border-radius: 15px; background: linear-gradient(135deg, var(--brand-soft), #f3e8ff); color: var(--brand-700); display: inline-flex; align-items: center; justify-content: center; font-size: 1.65rem; margin-bottom: 1.15rem; box-shadow: 0 8px 20px rgba(99,102,241,.15); }
/* Variacoes de cor por posicao (deixa o grid mais vivo) */
.benefit:nth-child(1) .ico { background: linear-gradient(135deg,#e0e7ff,#c7d2fe); color:#4338ca; }
.benefit:nth-child(2) .ico { background: linear-gradient(135deg,#dcfce7,#bbf7d0); color:#166534; }
.benefit:nth-child(3) .ico { background: linear-gradient(135deg,#fef3c7,#fde68a); color:#92400e; }
.benefit:nth-child(4) .ico { background: linear-gradient(135deg,#dbeafe,#bfdbfe); color:#1e40af; }
.benefit:nth-child(5) .ico { background: linear-gradient(135deg,#f3e8ff,#e9d5ff); color:#6b21a8; }
.benefit:nth-child(6) .ico { background: linear-gradient(135deg,#ffe4e6,#fecdd3); color:#9f1239; }
.benefit h3 { font-size: 1.18rem; margin-bottom: .4rem; }
.benefit p { color: var(--muted); margin: 0; line-height: 1.55; }

/* ---- Steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step { position: relative; padding: 1.75rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.step .num { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; font-weight: 800; font-size: 1.15rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; box-shadow: 0 6px 16px rgba(99,102,241,.3); }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--muted); margin: 0; }

/* ---- Feature split ---- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.feature-split + .feature-split { margin-top: 4rem; }
.feature-split.reverse .feature-media { order: 2; }
.feature-media { background: linear-gradient(135deg, #eef2ff, #faf5ff); border-radius: 20px; padding: 2.25rem; border: 1px solid var(--line); min-height: 280px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.feature-copy .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: var(--brand-600); margin-bottom: .5rem; }
.feature-copy h2 { font-size: 1.9rem; letter-spacing: -.02em; }
.feature-copy p.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.feature-copy ul { list-style: none; padding: 0; margin: 1.25rem 0; }
.feature-copy li { padding: .5rem 0 .5rem 2rem; position: relative; color: var(--ink-2); }
.feature-copy li:before { content: '✓'; position: absolute; left: 0; top: .5rem; width: 22px; height: 22px; background: var(--success-soft); color: #166534; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 800; }

/* Mock browser */
.mock { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); }
.mock .bar { background: #f1f5f9; padding: .6rem .9rem; display: flex; gap: .4rem; align-items: center; }
.mock .bar span { width: 11px; height: 11px; border-radius: 50%; background: #cbd5e1; }
.mock .bar .url { margin-left: .75rem; height: 18px; flex: 1; background: #fff; border-radius: 6px; border: 1px solid #e2e8f0; }
.mock .body { padding: 1.35rem; }
.mock .line { height: 12px; background: #eef2f7; border-radius: 6px; margin-bottom: .65rem; }
.mock .line.short { width: 55%; }
.mock .line.total { height: 26px; width: 42%; background: linear-gradient(90deg, var(--brand-soft), #f3e8ff); margin-top: 1.1rem; }
.mock .pill { display: inline-block; padding: .25rem .7rem; border-radius: 999px; background: var(--success-soft); color: #166534; font-size: .72rem; font-weight: 700; margin-bottom: .8rem; }

/* Precificador visual */
.price-hero { text-align: center; }
.price-hero .big { font-size: 2.8rem; font-weight: 900; background: linear-gradient(120deg, var(--brand-600), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.03em; }

/* Logos / prova social */
.logos { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; align-items: center; justify-content: center; opacity: .8; }
.logos .chip { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--muted); font-size: .95rem; }

/* ---- Testimonials ---- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.75rem; box-shadow: var(--shadow-sm); }
.testimonial .stars { color: #f59e0b; margin-bottom: .6rem; letter-spacing: 2px; }
.testimonial p { color: var(--ink-2); line-height: 1.6; }
.testimonial .who { display: flex; align-items: center; gap: .7rem; margin-top: 1.25rem; }
.testimonial .who .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-soft), #f3e8ff); color: var(--brand-700); display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* ---- Pricing ---- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 2.1rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-card.featured { border: 2px solid var(--brand); box-shadow: 0 24px 48px rgba(99,102,241,.2); position: relative; transform: scale(1.02); }
.price-card.featured .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; font-size: .75rem; font-weight: 700; padding: .3rem .9rem; border-radius: 999px; box-shadow: 0 6px 16px rgba(99,102,241,.4); }
.price-card h3 { font-size: 1.25rem; }
.price-card .old-price { color: var(--muted); text-decoration: line-through; font-size: .95rem; margin-top: .4rem; }
.price-card .price { font-size: 2.6rem; font-weight: 900; letter-spacing: -.03em; margin: .1rem 0 .1rem; }
.price-card .price small { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price-card .once { font-size: .82rem; color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 1.25rem 0; flex: 1; }
.price-card li { padding: .4rem 0 .4rem 1.7rem; position: relative; color: var(--ink-2); }
.price-card li:before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 700; }

/* Garantia */
.guarantee { display: flex; align-items: center; gap: 1rem; max-width: 640px; margin: 2.5rem auto 0; background: var(--success-soft); border: 1px solid #bbf7d0; border-radius: 14px; padding: 1.1rem 1.35rem; color: #166534; }
.guarantee .g-ico { font-size: 1.8rem; }

/* ---- FAQ ---- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1.4rem; margin-bottom: .8rem; background: #fff; }
.faq-item h3 { font-size: 1.08rem; margin: 0 0 .45rem; }
.faq-item p { color: var(--muted); margin: 0; line-height: 1.55; }

/* ---- CTA final ---- */
.cta-final { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; border-radius: 24px; padding: 3.5rem; text-align: center; box-shadow: 0 30px 60px rgba(99,102,241,.3); }
.cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 300px at 20% 0%, rgba(255,255,255,.2), transparent 60%); }
.cta-final > * { position: relative; z-index: 1; }
.cta-final h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.cta-final p { color: rgba(255,255,255,.9); font-size: 1.15rem; }
.cta-final .btn-primary { background: #fff; color: var(--brand-700); }
.cta-final .btn-primary:hover { background: #f8fafc; }

/* ---- Footer ---- */
.site-footer { background: #0b1120; color: #cbd5e1; padding: 3.5rem 0 1.5rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: .75rem; }
.site-footer a { display: block; color: #94a3b8; padding: .28rem 0; font-size: .9rem; text-decoration: none; transition: color .15s; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1e293b; margin-top: 2.25rem; padding-top: 1.35rem; text-align: center; color: #64748b; font-size: .85rem; }

/* ---- Cookie banner ---- */
.cookie-banner { position: fixed; bottom: 1rem; left: 1rem; right: 1rem; max-width: 660px; margin: 0 auto; background: #0f172a; color: #e2e8f0; padding: 1rem 1.25rem; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; box-shadow: var(--shadow-lg); z-index: 60; font-size: .9rem; }
.cookie-banner a { color: #a5b4fc; }

/* ---- Animacao de entrada ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .benefits, .steps, .testimonials, .pricing-grid { grid-template-columns: 1fr; }
    .feature-split { grid-template-columns: 1fr; gap: 2rem; }
    .feature-split.reverse .feature-media { order: 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .site-nav { display: none; }
    .stats-band { grid-template-columns: 1fr; max-width: 340px; }
    .price-card.featured { transform: none; }
    .hero { padding: 4rem 0 3.5rem; }
}

/* =============================================================================
   Paginas institucionais (contato, faq, legal) — visual consistente
   ========================================================================== */
.page-hero {
    position: relative; text-align: center; color: #e2e8f0; padding: 4rem 0 3rem;
    background:
        radial-gradient(700px 320px at 30% 0%, rgba(99,102,241,.35), transparent 60%),
        radial-gradient(600px 320px at 80% 10%, rgba(139,92,246,.28), transparent 55%),
        linear-gradient(180deg, #0b1120, #0f172a);
    overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(148,163,184,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(148,163,184,.06) 1px, transparent 1px);
    background-size: 40px 40px; mask-image: radial-gradient(600px 300px at 50% 0%, #000, transparent 75%);
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: #c7d2fe; margin-bottom: .6rem; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; letter-spacing: -.03em; color: #fff; margin: 0 auto .75rem; max-width: 760px; }
.page-hero p { color: #94a3b8; font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* Contato: cards de canal */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: start; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.25rem; box-shadow: var(--shadow-sm); }
.contact-card .ic { width: 46px; height: 46px; flex: none; border-radius: 12px; background: linear-gradient(135deg, var(--brand-soft), #f3e8ff); color: var(--brand-700); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; }
.contact-card h4 { margin: 0 0 .2rem; }
.contact-card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Conteudo legal / prosa */
.prose { max-width: 780px; margin: 0 auto; }
.prose .toc { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 1.25rem 1.5rem; margin-bottom: 2rem; }
.prose h3 { margin-top: 2rem; font-size: 1.2rem; color: var(--ink); position: relative; padding-left: 1rem; }
.prose h3:before { content: ''; position: absolute; left: 0; top: .15rem; bottom: .15rem; width: 4px; border-radius: 4px; background: linear-gradient(180deg, var(--brand), var(--accent)); }
.prose p { color: var(--ink-2); line-height: 1.7; }
.updated-badge { display: inline-flex; align-items: center; gap: .4rem; background: var(--brand-soft); color: var(--brand-700); font-size: .82rem; font-weight: 600; padding: .35rem .8rem; border-radius: 999px; }

/* FAQ com destaque */
.faq-item { transition: border-color .15s, box-shadow .15s; }
.faq-item:hover { border-color: rgba(99,102,241,.35); box-shadow: var(--shadow-sm); }
.faq-item h3 { display: flex; gap: .6rem; align-items: flex-start; }
.faq-item h3 .q { color: var(--brand-600); font-weight: 800; }

@media (max-width: 820px) {
    .contact-grid { grid-template-columns: 1fr; }
}
