/* Brisamar Landing Page - Otimizado para performance */
:root{--brand:#0A66C2;--brand-2:#084A92;--accent:#25D366;--bg:#f5f7fb;--text:#0e1a2a;--muted:#667085;--card:#ffffffee;--glass:rgba(255,255,255,0.6);--border:#e6e8ef}
*{-webkit-box-sizing:border-box;box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.hero{position:relative;background:-webkit-radial-gradient(1200px 500px at 20% 10%,#eaf3ff 0,#fff 70%),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f7fc));background:radial-gradient(1200px 500px at 20% 10%,#eaf3ff 0,#fff 70%),linear-gradient(180deg,#fff 0,#f3f7fc 100%);overflow:hidden}
.hero .wrap{padding:64px 24px 40px}
.hero-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}
.brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}
.brand-logo{width:44px;height:44px;border-radius:12px;background:-webkit-gradient(linear,left top,right bottom,from(var(--brand)),to(var(--brand-2)));background:linear-gradient(135deg,var(--brand),var(--brand-2));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-weight:800}
.brand-name{font-weight:800;letter-spacing:.2px}
.badges{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.badge{font-size:12px;padding:8px 12px;border-radius:999px;background:var(--bg);border:1px solid var(--border)}
.hero-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:32px;margin-top:24px;max-width:1200px;margin-left:auto;margin-right:auto}.hero-card,.hero-media{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:560px}.hero-card{min-height:420px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.hero-card{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:20px;padding:28px;-webkit-box-shadow:0 10px 30px rgba(10,102,194,.08);box-shadow:0 10px 30px rgba(10,102,194,.08)}
.eyebrow{color:var(--brand);font-weight:700;font-size:13px;letter-spacing:.2px;text-transform:uppercase}
h1{font-size:40px;line-height:1.1;margin:10px 0 14px}
.sub{font-size:16px;color:var(--muted)}
.cta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}
.btn{padding:14px 18px;border-radius:12px;border:1px solid transparent;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}
.btn.primary{background:-webkit-gradient(linear,left top,left bottom,from(var(--brand)),to(var(--brand-2)));background:linear-gradient(180deg,var(--brand) 0,var(--brand-2) 100%);color:#fff}
.btn.whatsapp{background:var(--accent);color:#072b16}
.btn.secondary{background:#fff;border-color:var(--border);color:var(--text)}
.btn .ic{width:18px;height:18px}
.hero-media{position:relative}
.mock{border-radius:20px;overflow:hidden;border:1px solid var(--border);-webkit-box-shadow:0 20px 40px rgba(10,102,194,.12);box-shadow:0 20px 40px rgba(10,102,194,.12)}
.section{padding:64px 0;border-top:1px solid var(--border);background:#fff}
.section:nth-child(even){background:#f8fafc}
.section h2{font-size:28px;margin:0 0 14px;text-align:center}
.lead{color:var(--muted)}
.grid-3{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid-3 .card{max-width:40px}
.grid-2{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}
.grid-4{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}
.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}
.metrics{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:12px}
.metric{background:var(--bg);border-radius:12px;padding:8px 10px;font-size:13px}
.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:14px}
.list .item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}
.list .dot{width:10px;height:10px;border-radius:999px;background:var(--brand);margin-top:7px}
.prod{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}
.prod .specs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}
.calc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}
.input{padding:12px 14px;border-radius:12px;border:1px solid var(--border);width:160px}
.result{font-weight:600}
.logos{display:-webkit-box;display:-ms-flexbox;display:flex;gap:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}
.quote{font-size:14px;color:var(--muted)}
.steps{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:12px}
.step{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px}
.faq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:14px}
.qa{border:1px solid var(--border);border-radius:12px;padding:14px;background:#fff}
.cta-final{background:-webkit-gradient(linear,left top,left bottom,from(#0A66C2),to(#084A92));background:linear-gradient(180deg,#0A66C2 0,#084A92 100%);color:#fff;border-radius:20px;padding:28px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}
.cta-final h2{margin:0 0 8px}
.cta-final p{margin:0 0 16px}
.cta-final .cta{margin:0 0 12px}
.cta-final .mini{margin-top:8px;opacity:0.9}
.cta-final .btn{border-color:transparent}
.footer{padding:26px 0;color:#94a3b8;font-size:13px}
.mini{font-size:12px;color:#94a3b8}
@media (max-width:1200px){.case-video-container{max-width:38px}.grid-3 .card{max-width:38px}}@media (max-width:980px){.hero-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero-card,.hero-media{max-width:100%;width:100%}.hero-card{min-height:auto;margin-bottom:24px}.grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid-3 .card{max-width:35px}.case-video-container{max-width:35px}}
@media (max-width:720px){.grid-3,.grid-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}h1{font-size:32px}.hero-card{padding:20px}.hero-media{margin:0 auto;padding:0 16px}.video-container{height:250px;max-width:none}.grid-3 .card{max-width:100%}.case-video-container{max-width:280px;margin-bottom:12px}}
.video-container{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--border);-webkit-box-shadow:0 10px 30px rgba(10,102,194,.08);box-shadow:0 10px 30px rgba(10,102,194,.08);background:#000;width:100%;height:320px;margin:0 auto}.case-video-container{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border);-webkit-box-shadow:0 4px 12px rgba(10,102,194,.08);box-shadow:0 4px 12px rgba(10,102,194,.08);background:#000;width:100%;aspect-ratio:9/16;max-width:40px;margin:0 auto 6px}.grid-3 .card{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid-3 .card .case-video-container{margin-top:0}.case-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:16px}
.hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
.video-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0.05)));background:linear-gradient(135deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%);z-index:1}
.video-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid var(--border);border-radius:20px;z-index:2}
@media (max-width:980px){.video-container{width:100%;height:280px;margin:20px 0}}
@media (max-width:720px){.hero-media{width:100%;max-width:100%;margin:0 auto;padding:0 16px}.video-container{width:100%;height:250px;max-width:none}}