@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&display=swap');

:root {
  --bg: #F8F9FD;
  --bg2: #ffffff;
  --surface: #ffffff;
  --text: #0D1B2A;
  --muted: #52667A;
  --muted2: #3A546B;
  --border: rgba(13,27,42,.09);
  --border2: rgba(13,27,42,.14);
  --brand: #0068E1;
  --brand2: #3B9BFF;
  --brand-light: rgba(0,104,225,.07);
  --brand-glow: rgba(0,104,225,.2);
  --teal: #00C2AA;
  --ok: #16A34A;
  --shadow: 0 20px 60px rgba(13,27,42,.10);
  --shadow2: 0 4px 24px rgba(13,27,42,.08);
  --shadow3: 0 1px 4px rgba(13,27,42,.05);
  --radius: 20px;
  --radius2: 14px;
  --max: 1200px;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font: 'DM Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; overflow-x: hidden; }

h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -.03em; }
.serif { font-family: var(--font-serif); font-style: italic; color: var(--brand); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { line-height: 1.75; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }

/* WHATSAPP */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 1000;
  display: flex; align-items: center; gap: 10px;
  padding: 13px 20px;
  background: #25D366; color: #fff; font-weight: 600; font-size: 14px;
  border-radius: 999px; box-shadow: 0 8px 28px rgba(37,211,102,.35);
  transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(37,211,102,.44); }

/* HEADER */
header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(248,249,253,.94);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 210px; }
.brand .logo { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--border2); background: #fff; display: grid; place-items: center; overflow: hidden; box-shadow: var(--shadow3); flex-shrink: 0; }
.brand .logo img { width: 30px; height: auto; }
.brand .t { line-height: 1.1; }
.brand .t strong { display: block; font-size: 14px; font-weight: 700; }
.brand .t span { display: block; font-size: 11px; color: var(--muted); }
.navlinks { display: flex; align-items: center; gap: 1px; }
.navlinks a { color: var(--muted); font-weight: 500; font-size: 13.5px; padding: 8px 13px; border-radius: 999px; transition: all .16s; }
.navlinks a:hover { background: var(--brand-light); color: var(--brand); }
.navcta { display: flex; align-items: center; gap: 8px; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--border2);
  background: var(--surface); color: var(--text); font-family: var(--font);
  font-weight: 600; font-size: 14px; cursor: pointer;
  transition: all .18s; box-shadow: var(--shadow3); white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow2); }
.btn.primary { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 6px 22px var(--brand-glow); }
.btn.primary:hover { background: #0058C7; box-shadow: 0 10px 32px rgba(0,88,199,.3); }
.btn.ghost { background: transparent; box-shadow: none; border-color: transparent; }
.btn.ghost:hover { background: var(--brand-light); color: var(--brand); border-color: transparent; }
.btn.white { background: #fff; color: var(--brand); border-color: #fff; }
.btn.white:hover { background: #EEF5FF; }
.btn.sm { padding: 9px 16px; font-size: 13px; }

/* BADGES */
.badges { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 26px; }
.badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--border2); background: var(--surface); font-size: 12px; font-weight: 600; color: var(--muted2); box-shadow: var(--shadow3); }
.badge.dot::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex-shrink: 0; animation: pulse 2.4s ease infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(.82)} }

/* HERO */
.hero { padding: 80px 0 70px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 600px at 0% 0%,rgba(0,104,225,.08),transparent 65%),radial-gradient(700px 450px at 100% 20%,rgba(0,194,170,.06),transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: center; position: relative; }
.hero h1 { font-size: clamp(36px,5vw,56px); font-weight: 700; letter-spacing: -.04em; margin-bottom: 20px; line-height: 1.1; }
.hero .lead { font-size: 17px; color: var(--muted); max-width: 500px; margin-bottom: 34px; line-height: 1.75; }
.hero .lead strong { color: var(--text); font-weight: 600; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

/* STAT STRIP */
.stat-strip { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border2); border: 1px solid var(--border2); border-radius: var(--radius2); overflow: hidden; }
.stat-item { background: var(--surface); padding: 18px 22px; display: flex; flex-direction: column; gap: 3px; }
.stat-item strong { font-size: 24px; font-weight: 700; color: var(--brand); letter-spacing: -.04em; }
.stat-item span { font-size: 12.5px; color: var(--muted); font-weight: 500; }

/* HERO PANEL */
.hero-panel { background: var(--surface); border: 1px solid var(--border2); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 18px; }
.hero-panel-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.panel-row { display: flex; gap: 14px; align-items: flex-start; }
.panel-row .ico { width: 36px; height: 36px; flex-shrink: 0; background: var(--brand-light); border-radius: 10px; display: grid; place-items: center; color: var(--brand); }
.panel-row .ico svg { width: 17px; height: 17px; }
.panel-row h3 { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.panel-row p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* TRUST BAR */
.trust-bar { padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.trust-bar-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trust-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); white-space: nowrap; }
.trust-items { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--muted2); }
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

/* SECTION HEADERS */
.section-header { text-align: center; max-width: 620px; margin: 0 auto 52px; }
.section-header .eyebrow { display: inline-block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); margin-bottom: 12px; }
.section-header h2 { font-size: clamp(28px,4vw,42px); font-weight: 700; letter-spacing: -.04em; margin-bottom: 12px; }
.section-header p { font-size: 16.5px; color: var(--muted); line-height: 1.7; }

/* SOBRE */
#sobre { background: var(--surface); }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.sobre-left h2 { font-size: clamp(26px,3.5vw,38px); font-weight: 700; letter-spacing: -.04em; margin-bottom: 16px; }
.sobre-left p { color: var(--muted); font-size: 15.5px; margin-bottom: 12px; }
.sobre-left .actions { margin-top: 26px; }
.sobre-right { display: flex; flex-direction: column; gap: 14px; }
.sobre-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius2); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
.sobre-card .num { font-size: 20px; font-weight: 800; color: var(--brand); flex-shrink: 0; min-width: 28px; line-height: 1; }
.sobre-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.sobre-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* GRID CARDS */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill,minmax(265px,1fr)); gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--border2); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow3); transition: transform .2s,box-shadow .2s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow2); }
.card-icon { width: 42px; height: 42px; background: var(--brand-light); border-radius: 12px; display: grid; place-items: center; color: var(--brand); margin-bottom: 16px; }
.card-icon svg { width: 20px; height: 20px; }
.card .pill { display: inline-flex; padding: 3px 10px; background: var(--brand-light); color: var(--brand); border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 12px; }
.card .pill.teal { background: rgba(0,194,170,.1); color: var(--teal); }
.card .pill.ok { background: rgba(22,163,74,.1); color: var(--ok); }
.card h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 7px; }
.card > p { font-size: 13.5px; color: var(--muted); line-height: 1.65; flex: 1; }
.card ul { margin-top: 14px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
.card ul li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: var(--muted2); line-height: 1.55; }
.card ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 7px; }

/* COMO FUNCIONA */
#funciona { background: linear-gradient(180deg,var(--bg) 0%,#EEF5FF 100%); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; top: 35px; left: 13%; right: 13%; height: 1px; background: linear-gradient(90deg,var(--border2),var(--brand),var(--border2)); z-index: 0; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 22px; position: relative; z-index: 1; }
.step-num { width: 70px; height: 70px; border-radius: 50%; background: var(--surface); border: 2px solid var(--brand); display: grid; place-items: center; font-size: 22px; font-weight: 800; color: var(--brand); box-shadow: 0 0 0 6px rgba(0,104,225,.07); margin-bottom: 20px; }
.step h3 { font-size: 16px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 7px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* INDICAÇÕES */
.who-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.who-card { background: var(--surface); border: 1px solid var(--border2); border-radius: var(--radius); padding: 26px 28px; box-shadow: var(--shadow3); display: flex; gap: 18px; align-items: flex-start; transition: transform .2s,box-shadow .2s; }
.who-card:hover { transform: translateY(-2px); box-shadow: var(--shadow2); }
.who-icon { width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px; background: var(--brand-light); border: 1px solid var(--border); display: grid; place-items: center; font-size: 20px; }
.who-card h3 { font-size: 15.5px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 5px; }
.who-card p { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.who-card .tag { margin-top: 9px; display: inline-flex; padding: 3px 10px; background: var(--brand-light); color: var(--brand); border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

/* BLOG */
#blog { background: var(--surface); }
.blog-grid { display: grid; grid-template-columns: 1fr 390px; gap: 56px; align-items: start; }
.blog-left h2 { font-size: clamp(26px,3vw,36px); font-weight: 700; letter-spacing: -.04em; margin-bottom: 14px; }
.blog-left p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 9px; }
.blog-left .actions { margin-top: 26px; }
.blog-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.blog-tag { display: inline-flex; padding: 5px 11px; border: 1px solid var(--border2); border-radius: 999px; font-size: 12.5px; font-weight: 500; color: var(--muted2); background: var(--bg); transition: all .15s; }
.blog-tag:hover { background: var(--brand-light); color: var(--brand); border-color: transparent; }
.blog-preview { background: var(--bg); border: 1px solid var(--border2); border-radius: var(--radius); overflow: hidden; }
.blog-preview-header { padding: 14px 18px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.blog-preview-header span { font-size: 11.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.blog-preview-header a { font-size: 12.5px; color: var(--brand); font-weight: 600; }
.blog-preview-list { display: flex; flex-direction: column; }
.blog-preview-item { padding: 14px 18px; border-bottom: 1px solid var(--border); display: flex; gap: 12px; align-items: flex-start; transition: background .15s; }
.blog-preview-item:last-child { border-bottom: none; }
.blog-preview-item:hover { background: var(--surface); }
.blog-preview-item .bnum { font-size: 11px; font-weight: 700; color: var(--brand); background: var(--brand-light); border-radius: 6px; padding: 3px 7px; flex-shrink: 0; margin-top: 1px; }
.blog-preview-item .btitle { font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.45; }
.blog-preview-item .bdate { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* FAQ */
#faq { background: var(--bg); }
.faq { display: flex; flex-direction: column; gap: 10px; max-width: 740px; margin: 0 auto; }
details { background: var(--surface); border: 1px solid var(--border2); border-radius: var(--radius2); overflow: hidden; box-shadow: var(--shadow3); }
summary { padding: 18px 22px; cursor: pointer; font-size: 15.5px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--brand); font-size: 22px; font-weight: 400; flex-shrink: 0; }
details[open] summary::after { content: '−'; }
details p { padding: 0 22px 18px; font-size: 14.5px; color: var(--muted); line-height: 1.7; }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg,var(--brand) 0%,#0047A8 100%); border-radius: 28px; padding: 64px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(700px 350px at 80% 50%,rgba(255,255,255,.07),transparent); pointer-events: none; }
.cta-band h2 { font-size: clamp(26px,4vw,40px); font-weight: 700; letter-spacing: -.04em; margin-bottom: 12px; color: #fff; }
.cta-band p { font-size: 16.5px; opacity: .82; max-width: 480px; margin: 0 auto 30px; color: #fff; }
.cta-band .actions { justify-content: center; }
.cta-band .btn-ghost-white { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.3); background: rgba(255,255,255,.12); color: #fff; font-weight: 600; font-size: 14px; cursor: pointer; font-family: var(--font); transition: all .18s; }
.cta-band .btn-ghost-white:hover { background: rgba(255,255,255,.22); }
.cta-phone { font-size: 13.5px; color: rgba(255,255,255,.55); margin-top: 14px; font-weight: 500; }

/* FOOTER */
.footer { background: #0A1828; color: rgba(255,255,255,.55); padding: 64px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer .brand .t strong { color: rgba(255,255,255,.92); font-size: 14px; }
.footer .brand .t span { color: rgba(255,255,255,.35); }
.footer .brand .logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.1); }
.footer-desc { margin-top: 12px; font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.4); max-width: 290px; }
.footer-col h4 { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1; padding: 6px 0; transition: color .15s; }
.footer-col a:hover { color: rgba(255,255,255,.92); }
.footer-bottom { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,.28); }

/* MODAL */
.modal-backdrop { position: fixed; inset: 0; z-index: 500; background: rgba(10,24,40,.55); backdrop-filter: blur(7px); display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.modal-backdrop.open { opacity: 1; pointer-events: all; }
.modal { background: var(--surface); border-radius: 24px; padding: 34px; width: 100%; max-width: 490px; box-shadow: 0 32px 80px rgba(0,0,0,.18); max-height: 90vh; overflow-y: auto; transform: translateY(8px); transition: transform .2s; }
.modal-backdrop.open .modal { transform: translateY(0); }
.modal .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.modal .head h3 { font-size: 19px; font-weight: 700; letter-spacing: -.03em; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 600; }
.field input, .field select, .field textarea { padding: 10px 13px; border: 1.5px solid var(--border2); border-radius: 9px; font-family: var(--font); font-size: 14px; color: var(--text); background: var(--bg); outline: none; transition: border-color .15s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); background: #fff; }
.field textarea { min-height: 85px; resize: vertical; }
.small { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr}.hero-panel{display:none}
  .sobre-grid{grid-template-columns:1fr;gap:40px}
  .blog-grid{grid-template-columns:1fr}.blog-preview{display:none}
  .steps{grid-template-columns:1fr;gap:28px}.steps::before{display:none}
  .step{align-items:flex-start;text-align:left;flex-direction:row;gap:16px}
  .step-num{width:50px;height:50px;font-size:18px;flex-shrink:0;margin-bottom:0}
  .who-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .navlinks{display:none}.navcta .btn.ghost{display:none}
  .section{padding:60px 0}.hero{padding:48px 0 52px}
  .stat-strip{grid-template-columns:1fr}
  .cta-band{padding:40px 24px}
  .grid-cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
