:root{
  --purple:#35115f;
  --violet:#6419a8;
  --orange:#ff8a00;
  --teal:#05a6a6;
  --ink:#101828;
  --text:#344054;
  --muted:#667085;
  --line:rgba(52,64,84,.12);
  --bg:#f7f6fb;
  --white:#fff;
  --shadow:0 22px 58px rgba(16,24,40,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:linear-gradient(180deg,#fbf8ff 0%,#f7f6fb 42%,#fff 100%);
  color:var(--ink);
}

a{color:inherit}
.topbar{
  background:#150722;
  color:#fff;
  display:flex;
  justify-content:center;
  gap:34px;
  padding:10px 18px;
  font-size:14px;
}

.navbar{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:16px 7%;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}

.brand img{
  width:184px;
  max-height:70px;
  object-fit:contain;
  display:block;
}

nav{
  display:flex;
  gap:24px;
  color:#3b2754;
  font-weight:800;
  font-size:15px;
  align-items:center;
}

nav a{white-space:nowrap}

nav a,.nav-cta,.btn,.promo-card a,.card-link,.contact-grid a{
  text-decoration:none;
}

nav a:not(.menu-notas):hover{color:var(--violet)}

.menu-notas{
  background:var(--orange);
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  font-weight:900;
  line-height:1.15;
}

.nav-cta{
  background:linear-gradient(135deg,var(--violet),var(--orange));
  color:#fff;
  padding:12px 18px;
  border-radius:12px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(100,25,168,.22);
  white-space:nowrap;
}

.menu-toggle{
  display:none;
  width:44px;
  height:42px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  padding:9px;
}

.menu-toggle span{
  display:block;
  height:2px;
  background:var(--purple);
  margin:5px 0;
}

.hero{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:44px;
  padding:78px 7% 52px;
  align-items:center;
}

.tag{
  display:inline-flex;
  width:auto;
  max-width:100%;
  white-space:normal;
  color:var(--violet);
  background:rgba(100,25,168,.08);
  border:1px solid rgba(100,25,168,.12);
  padding:9px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  margin:0 0 18px;
}

h1{
  font-size:clamp(42px,6vw,72px);
  line-height:1;
  letter-spacing:0;
  margin:0;
  color:#221032;
}

h2{
  font-size:clamp(31px,4vw,52px);
  letter-spacing:0;
  line-height:1.08;
  margin:0 0 18px;
  color:#241333;
}

.subtitle{
  font-size:20px;
  line-height:1.65;
  color:var(--text);
  max-width:760px;
  margin:24px 0 0;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:32px 0 24px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  min-height:52px;
  padding:15px 22px;
  border-radius:12px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
  transition:.18s ease;
}

.btn:hover,.nav-cta:hover,.promo-card a:hover,.menu-notas:hover,.card-link:hover,.contact-grid a:hover{
  transform:translateY(-2px);
}

.primary{
  color:#fff;
  background:linear-gradient(135deg,var(--violet),var(--orange));
  box-shadow:0 16px 34px rgba(100,25,168,.22);
}

.secondary{
  color:var(--purple);
  background:#fff;
  border:1px solid rgba(100,25,168,.16);
  box-shadow:0 12px 30px rgba(17,24,39,.08);
}

.light{
  color:var(--purple);
  background:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.16);
}

.trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:#463457;
  font-weight:800;
}

.trust span{
  background:#fff;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 8px 24px rgba(17,24,39,.07);
  line-height:1.25;
}

.hero-card{
  background:#fff;
  border:1px solid rgba(100,25,168,.12);
  border-radius:24px;
  padding:32px;
  box-shadow:var(--shadow);
}

.hero-card img{
  width:190px;
  max-height:82px;
  object-fit:contain;
  display:block;
  margin-bottom:34px;
}

.hero-card h2{
  font-size:32px;
}

.price{
  font-size:68px;
  font-weight:1000;
  color:var(--violet);
  margin:8px 0 0;
  line-height:1;
}

.hero-card p{
  color:var(--text);
  font-size:18px;
  line-height:1.5;
}

.mini-list{
  display:grid;
  gap:12px;
  margin:26px 0;
}

.mini-list span{
  background:#faf7ff;
  border:1px solid rgba(100,25,168,.10);
  padding:14px;
  border-radius:12px;
  font-weight:800;
  color:#3c2a4b;
}

.card-link{
  display:inline-flex;
  color:#fff;
  background:#221032;
  padding:14px 18px;
  border-radius:12px;
  font-weight:900;
}

.logos-strip{
  margin:0 7% 30px;
  padding:18px;
  border-radius:18px;
  background:#fff;
  display:flex;
  justify-content:space-around;
  gap:16px;
  flex-wrap:wrap;
  box-shadow:0 14px 38px rgba(17,24,39,.07);
  color:#51346f;
  font-weight:900;
}

.section{
  padding:76px 7%;
}

.section-title{
  text-align:center;
  max-width:820px;
  margin:0 auto 40px;
}

.promo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.promo-card{
  background:#fff;
  border-radius:22px;
  padding:32px;
  box-shadow:0 18px 48px rgba(17,24,39,.08);
  border:1px solid rgba(100,25,168,.10);
}

.promo-card.featured{
  background:linear-gradient(145deg,#321052,#681bb0);
  color:#fff;
}

.promo-card h3{
  font-size:32px;
  line-height:1.1;
  margin:18px 0 14px;
}

.promo-card p{
  color:var(--text);
  line-height:1.7;
  font-size:17px;
}

.promo-card.featured p,
.promo-card.featured li{color:rgba(255,255,255,.88)}

.badge{
  display:inline-flex;
  background:var(--orange);
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:1000;
}

.badge.soft{
  background:rgba(255,138,0,.14);
  color:#a95500;
}

.promo-card ul{
  padding-left:20px;
  line-height:2;
  color:#394150;
}

.promo-card a{
  display:inline-flex;
  margin-top:16px;
  background:var(--orange);
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  font-weight:1000;
}

.services-grid,.segments-grid,.contact-grid{
  display:grid;
  gap:20px;
}

.services-grid{
  grid-template-columns:repeat(3,1fr);
}

.service,.segments-grid article,.contact-grid article{
  background:#fff;
  border-radius:18px;
  padding:26px;
  box-shadow:0 16px 38px rgba(17,24,39,.07);
  border:1px solid rgba(100,25,168,.08);
}

.service span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(5,166,166,.12);
  color:#087a7a;
  font-weight:1000;
  font-size:14px;
}

.service h3{font-size:22px;margin:18px 0 10px}
.service p,.segments-grid p,.contact-grid p{color:var(--muted);line-height:1.6;margin:0}

.segments{
  background:#fff;
}

.segments-grid{
  grid-template-columns:repeat(3,1fr);
}

.segments-grid article{
  background:#f8fbfb;
  border-color:rgba(5,166,166,.16);
}

.segments-grid strong,.contact-grid strong{
  display:block;
  font-size:20px;
  margin-bottom:10px;
}

.split{
  margin:28px 7%;
  padding:48px;
  border-radius:24px;
  background:#fff;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:center;
  box-shadow:var(--shadow);
}

.split p{
  color:var(--text);
  line-height:1.75;
  font-size:18px;
}

.steps{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.steps div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  border-radius:14px;
  background:#f8f4ff;
  font-weight:800;
}

.steps strong{
  background:linear-gradient(135deg,var(--violet),var(--orange));
  color:#fff;
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.quote-box{
  border-radius:22px;
  background:linear-gradient(145deg,#221032,#651bad);
  color:#fff;
  padding:34px;
}

.quote-box h3{font-size:28px;margin:0 0 12px}
.quote-box .big{
  color:#fff;
  font-size:40px;
  line-height:1.05;
  font-weight:1000;
}

.quote-box p{color:rgba(255,255,255,.84)}

.emissor-section{
  padding-top:34px;
}

.emissor-card{
  background:#fff;
  border-radius:22px;
  padding:38px;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid rgba(100,25,168,.10);
}

.emissor-card p{
  color:var(--text);
  line-height:1.7;
  font-size:18px;
  max-width:700px;
}

.contact{
  background:#f8fbfb;
}

.contact-grid{
  grid-template-columns:repeat(3,1fr);
}

.contact-grid a{
  display:inline-flex;
  margin-top:18px;
  color:#fff;
  background:var(--teal);
  padding:12px 15px;
  border-radius:10px;
  font-weight:900;
}

.cta{
  text-align:center;
  margin:66px 7%;
  border-radius:24px;
  background:linear-gradient(135deg,#35115f,#6419a8 58%,#0a8383);
  color:#fff;
}

.cta .tag{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.22);
  color:#fff;
}

.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.86);font-size:18px}

.faq{
  max-width:1000px;
  margin:auto;
}

details{
  background:#fff;
  border-radius:16px;
  padding:20px 24px;
  margin-bottom:14px;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
}

summary{
  cursor:pointer;
  font-weight:1000;
  color:#2a173c;
}

details p{
  color:var(--text);
  line-height:1.6;
}

footer{
  background:#160824;
  color:#fff;
  padding:42px 7%;
  display:flex;
  justify-content:space-between;
  gap:28px;
  flex-wrap:wrap;
}

footer img{
  width:190px;
  max-height:80px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:10px;
}

footer p{color:rgba(255,255,255,.75)}
.copyright{width:100%;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;text-align:center}

.float-whats{
  position:fixed;
  right:22px;
  bottom:22px;
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 42px rgba(37,211,102,.35);
  z-index:80;
}

.float-whats svg{display:block}

@media(max-width:1160px){
  nav{gap:14px;font-size:13px}
  .nav-cta{padding:11px 14px;font-size:14px}
}

@media(max-width:980px){
  .menu-toggle{display:block;order:3}
  .navbar{padding:14px 5%;flex-wrap:wrap}
  .nav-cta{margin-left:auto}
  nav{
    display:none;
    order:4;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px 0 4px;
  }
  .menu-open nav{display:flex}
  nav a{
    padding:13px 14px;
    border-radius:10px;
    background:#f7f4fb;
  }
  .menu-notas{text-align:center}
  .hero,.promo-grid,.services-grid,.segments-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero{padding-top:48px}
  .section,.hero{padding-left:5%;padding-right:5%}
  .split,.cta,.logos-strip{margin-left:5%;margin-right:5%}
  .emissor-card{display:block}
  .emissor-card .btn{margin-top:10px}
}

@media(max-width:620px){
  .topbar{display:none}
  .brand img{width:145px}
  .nav-cta{display:none}
  h1{font-size:40px}
  h2{font-size:30px}
  .tag{
    width:100%;
    justify-content:center;
    text-align:center;
  }
  .subtitle{font-size:18px}
  .hero-actions .btn,.promo-card a,.emissor-card .btn,.quote-box .btn{width:100%}
  .trust{display:grid;grid-template-columns:1fr}
  .trust span{text-align:center}
  .hero-card,.promo-card,.split,.quote-box,.emissor-card,.service,.segments-grid article,.contact-grid article{
    padding:22px;
    border-radius:18px;
  }
  .price{font-size:54px}
  .quote-box .big{font-size:32px}
  .cta{margin-top:42px;margin-bottom:42px}
  footer{display:block}
  .float-whats{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
  }
}
