:root{
  --navy:#0b2f57;
  --blue:#1e5fa5;
  --blue2:#2f79c6;
  --ink:#0b1220;
  --card:#ffffff;
  --max:1140px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:#eef1f6;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto;}

/* Topbar */
.topbar{
  background:#fff;
  padding:14px 0;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.brand-mark{
  width:34px;height:34px;border-radius:10px;
  background:linear-gradient(135deg,var(--blue2),var(--navy));
  position:relative;box-shadow:0 8px 18px rgba(17,89,163,.25);
}
.brand-mark:before{
  content:"";position:absolute;inset:9px 10px 10px 9px;
  border-left:6px solid rgba(255,255,255,.96);
  border-top:6px solid transparent;border-bottom:6px solid transparent;
  transform:skewX(-12deg);
}
.brand-name{font-size:18px;color:#0f3b66}

.menu{display:flex;align-items:center;gap:26px;font-size:12px;font-weight:700;color:rgba(11,18,32,.72)}
.menu a{padding:8px 2px}
.menu a:hover{color:#0f3b66}

.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;border-radius:12px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:rgba(11,18,32,.55);border-radius:999px}





/* HERO FULL BANNER */

.hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}

.hero-bg{
  position:absolute;
  inset:0;
  background:url("./assets/images/hero-photo.png") center right/cover no-repeat;
  z-index:0;
}

/* Overlay azul elegante */
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(11,47,87,0.92) 0%,
    rgba(11,47,87,0.85) 35%,
    rgba(11,47,87,0.55) 55%,
    rgba(11,47,87,0.15) 75%,
    rgba(11,47,87,0) 100%
  );
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:650px;
  padding:80px 0;
}

.hero h1{
  font-size:38px;
  line-height:1.1;
  margin:0 0 16px;
  font-weight:900;
}

.hero h1 .sub{
  display:block;
  font-size:22px;
  font-weight:700;
  margin-top:8px;
}

.hero p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:24px;
  opacity:0.95;
}

.hero .ctas{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}




/* Mercado */
.market{
  padding:22px 0 18px;
  background:linear-gradient(180deg,#fff 0%,#f2f5fa 55%,#fff 100%);
}
.market h2{text-align:center;margin:4px 0 8px;font-size:18px;font-weight:900;color:rgba(11,18,32,.78)}
.market h2 b{color:#0c3f70}
.market h2 .accent{color:#1e5fa5}
.cards-3{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:6px;
  overflow:hidden;box-shadow:0 10px 18px rgba(2,12,27,.12);
}
.card-media{height:126px;background:#dfe8f5}
.card-media img{width:100%;height:100%;object-fit:cover}
.card-title{padding:10px 10px 12px;text-align:center;font-weight:900;font-size:12.5px;color:#103f73}
.market .note{text-align:center;margin:14px 0 0;color:rgba(11,18,32,.55);font-size:12px}

/* Barra azul */
.featurebar{
  padding:18px 0 22px;
  background:
    radial-gradient(1200px 600px at 80% 20%, rgba(255,255,255,.10), rgba(255,255,255,0) 55%),
    linear-gradient(135deg,#0a2f56 0%,#1a5b9d 55%,#0b2f57 100%);
}
.featurebar h3{margin:0 0 16px;text-align:center;color:rgba(255,255,255,.92);font-weight:900;font-size:20px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.fcard{
  background:rgba(9,33,60,.42);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;padding:14px 14px 12px;text-align:center;
  box-shadow:0 14px 28px rgba(0,0,0,.20);
  backdrop-filter:blur(4px);
}
.ficon{
  width:44px;height:44px;border-radius:12px;margin:0 auto 10px;
  display:grid;place-items:center;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
.ficon svg{width:26px;height:26px;opacity:.95}
.fcard .label{color:#fff;font-weight:900;font-size:12px;line-height:1.2}

/* Você nunca empreende sozinho */
.support{
  padding:24px 0 18px;
  background:linear-gradient(180deg,#fff 0%,#eff3f9 45%,#fff 100%);
}
.support h3{text-align:center;margin:2px 0 14px;font-size:20px;color:rgba(11,18,32,.72);font-weight:1000}
.support h3 b{color:#1e5fa5}
.support-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;align-items:stretch}
.chart{
  background:#fff;border-radius:8px;border:1px solid rgba(15,23,42,.10);
  overflow:hidden;box-shadow:0 12px 24px rgba(2,12,27,.12);
}
.bullets{display:flex;flex-direction:column;gap:10px;padding:6px 6px 0}
.bullet{display:flex;align-items:center;gap:10px;font-weight:800;color:rgba(11,18,32,.72);font-size:13px}
.tick{width:18px;height:18px;border-radius:999px;background:#1e5fa5;display:grid;place-items:center;color:#fff;font-size:12px}
.support-right{
  border-radius:10px;overflow:hidden;border:1px solid rgba(15,23,42,.10);
  box-shadow:0 18px 32px rgba(2,12,27,.14);background:#dfe8f5;
}
.support-right img{width:100%;height:100%;object-fit:cover}

/* Resiliente */
.resiliente{
  padding:18px 0 22px;
  background:url("./assets/images/resiliente-bg.png") center/cover no-repeat;
  position:relative;overflow:hidden;
}
.resiliente:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,.42))}
.resiliente .container{position:relative}
.resiliente h3{text-align:center;margin:2px 0 14px;font-size:18px;color:rgba(11,18,32,.82);font-weight:1000}
.pills{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pill{
  background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.12);
  border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:12px;
  box-shadow:0 16px 28px rgba(2,12,27,.12);
}
.pill .icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(180deg,#2f79c6,#1e5fa5);display:grid;place-items:center;color:#fff;font-weight:1000}
.pill .txt{font-weight:1000;color:#103f73;font-size:13px}

/* FAQ */
.faq{
  padding:26px 0 32px;
  background:
    url("./assets/images/faq-bg.png") top center/cover no-repeat,
    linear-gradient(135deg,#0a2f56 0%,#1a5b9d 55%,#0b2f57 100%);
}
.faq h3{margin:0 0 16px;text-align:center;color:#fff;font-weight:1000;font-size:22px}
.faq-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:start}

.accordion{
  background:rgba(255,255,255,.90);
  border-radius:10px;border:1px solid rgba(255,255,255,.22);
  overflow:hidden;box-shadow:0 18px 34px rgba(0,0,0,.22);
}
.acc-item{border-top:1px solid rgba(15,23,42,.10)}
.acc-item:first-child{border-top:0}
.acc-btn{
  width:100%;text-align:left;border:0;background:transparent;
  padding:14px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;
  font-weight:900;color:rgba(11,18,32,.78);
}
.acc-btn .chev{width:18px;height:18px;border-radius:6px;display:grid;place-items:center;color:rgba(11,18,32,.55);transition:.15s}
.acc-panel{padding:0 16px 14px;color:rgba(11,18,32,.70);font-size:13px;line-height:1.55;display:none}
.acc-item.active .acc-panel{display:block}
.acc-item.active .acc-btn .chev{transform:rotate(180deg)}

.faq-cta{margin-top:12px;display:flex;justify-content:center}
.faq-cta .btn{width:min(360px,100%);height:44px;border-radius:8px}

.audience{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.aperson{
  border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.12);
  box-shadow:0 18px 32px rgba(0,0,0,.20);
  position:relative;min-height:118px;
}
.aperson .photo{
  position:absolute;inset:0;
  background-image: linear-gradient(120deg, rgba(0,0,0,.18), rgba(0,0,0,0)), var(--photo);
  background-size:cover;background-position:center;
  filter:contrast(1.03) saturate(1.04);
}
.aperson .tag{
  position:absolute;left:10px;right:10px;bottom:10px;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:10px 10px;background:rgba(8,30,54,.62);
  border:1px solid rgba(255,255,255,.16);border-radius:10px;
  color:#fff;font-weight:1000;font-size:12px;
}
.aperson .check{
  width:18px;height:18px;border-radius:999px;background:#f6c23e;
  display:grid;place-items:center;color:#1b1b1b;font-size:12px;
}

/* Footer CTA */
.footer-cta{
  background:linear-gradient(180deg, rgba(11,47,87,.92), rgba(11,47,87,1));
  padding:28px 0 34px;color:#fff;
}
.footer-cta h2{text-align:center;margin:0 0 6px;font-size:22px;font-weight:1000}
.footer-cta p{text-align:center;margin:0;opacity:.88;font-weight:700}

/* Responsivo */
@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr}
  .hero-right{min-height:260px}
  .hero-left{padding:42px 26px 20px}
  .cards-3{grid-template-columns:1fr;gap:14px}
  .features{grid-template-columns:repeat(2,1fr)}
  .support-grid{grid-template-columns:1fr}
  .support-right{min-height:240px}
  .pills{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .menu{display:none}
  .menu-toggle{display:block}
  .topbar{position:sticky;top:0;z-index:50}
  .hero h1{font-size:26px}
  .hero h1 .sub{font-size:16px}
  .featurebar h3{font-size:18px}
  .support h3{font-size:18px}
  .footer-cta h2{font-size:19px}
}