:root{
  --bg:#040b14;
  --bg2:#07111e;
  --panel:#0b1725;
  --panel2:#0d1b2b;
  --line:rgba(255,255,255,.10);
  --text:#f5f8fb;
  --muted:#9aa9ba;
  --green:#20da87;
  --green2:#0dbd70;
  --blue:#1598ff;
  --purple:#a454ff;
  --orange:#ff7b16;
  --yellow:#ffd21f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at 15% 12%,rgba(0,132,255,.09),transparent 26%),
    linear-gradient(180deg,var(--bg),var(--bg2));
  overflow-x:hidden;
}
a{color:inherit}
.page-glow{
  position:fixed;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(120px);
  opacity:.12;
  pointer-events:none;
  z-index:-1;
}
.glow-one{background:var(--blue);top:70px;left:-180px}
.glow-two{background:var(--green);bottom:100px;right:-190px}
.site-header{
  width:min(1180px,calc(100% - 36px));
  min-height:76px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
  letter-spacing:.08em;
}
.brand-dot{
  width:14px;height:14px;border-radius:50%;
  background:var(--green);box-shadow:0 0 18px var(--green)
}
.header-nav{display:flex;gap:26px}
.header-nav a{
  color:#fff;text-decoration:none;font-size:14px;
  padding:28px 0 20px;border-bottom:2px solid transparent
}
.header-nav a:hover{border-color:var(--green)}
main{width:min(1180px,calc(100% - 36px));margin:0 auto}
.hero{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:52px;
  align-items:center;
  padding:42px 0 46px;
}
.hero-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-logo img{
  width:100%;
  max-width:520px;
  aspect-ratio:1.45/1;
  object-fit:cover;
  object-position:left center;
  border-radius:22px;
  box-shadow:0 28px 70px rgba(0,0,0,.35);
}
.eyebrow{
  margin:0 0 10px;
  color:var(--green);
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
}
.hero h1{
  margin:0;
  max-width:600px;
  font:800 clamp(42px,6vw,68px)/.98 Manrope;
  text-transform:uppercase;
  letter-spacing:-.045em;
}
.hero h1 span{
  background:linear-gradient(90deg,var(--green),var(--blue));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-description{
  max-width:660px;
  margin:22px 0;
  color:#c0cad4;
  font-size:17px;
  line-height:1.65;
}
.service-list{
  display:grid;
  grid-template-columns:repeat(3,max-content);
  gap:16px 28px;
  color:#e7edf3;
  font-size:13px;
  font-weight:700;
}
.cpf-cnpj-box{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
  padding:14px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.cpf-cnpj-box>span{
  display:grid;place-items:center;
  width:38px;height:38px;border-radius:12px;
  color:var(--green);border:1px solid rgba(32,218,135,.35)
}
.cpf-cnpj-box strong,.cpf-cnpj-box small{display:block}
.cpf-cnpj-box small{margin-top:4px;color:var(--muted)}
.featured{
  border:1px solid rgba(32,218,135,.48);
  border-radius:28px;
  background:
    radial-gradient(circle at 14% 28%,rgba(32,218,135,.13),transparent 30%),
    linear-gradient(135deg,rgba(7,28,29,.98),rgba(6,17,29,.98));
  padding:26px;
}
.featured-main{
  display:grid;
  grid-template-columns:220px 1fr 1.15fr;
  gap:28px;
  align-items:center;
}
.wallet-illustration{display:grid;place-items:center}
.wallet-shape{
  position:relative;
  width:170px;height:140px;
  border:4px solid var(--green);
  border-radius:28px;
  box-shadow:0 0 28px rgba(32,218,135,.30),inset 0 0 28px rgba(32,218,135,.12);
}
.wallet-shape::after{
  content:"";
  position:absolute;
  width:68px;height:42px;
  right:-18px;top:44px;
  border:4px solid var(--green);
  border-radius:14px;
  background:#0a2d22;
}
.wallet-shape>span{
  position:absolute;
  left:42px;top:43px;
  font-size:48px;color:var(--green)
}
.featured-badge{
  display:inline-flex;
  padding:7px 12px;
  border:1px solid var(--green);
  border-radius:999px;
  color:var(--green);
  font-size:11px;
  font-weight:800;
}
.featured-content h2{
  margin:12px 0 7px;
  font:800 clamp(32px,4.5vw,48px) Manrope;
  text-transform:uppercase;
}
.featured-content h3{
  margin:0;
  font-size:20px;
  line-height:1.42;
  color:#eaf1f6;
}
.featured-content p{
  color:#bac5cf;
  line-height:1.65;
  font-size:14px;
}
.primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  background:linear-gradient(90deg,var(--green),#28ef99);
  color:#03150d;
  text-decoration:none;
  font-weight:800;
}
.featured-details{
  display:grid;
  gap:0;
}
.featured-details article{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.featured-details article:last-child{border-bottom:0}
.detail-icon{
  display:grid;
  place-items:center;
  width:38px;height:38px;
  color:var(--green);
  border:1px solid rgba(32,218,135,.28);
  border-radius:11px;
  font-size:11px;
  font-weight:800;
}
.featured-details strong{font-size:13px}
.featured-details p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.featured-features{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:22px;
}
.featured-features span{
  padding:10px 12px;
  border:1px solid rgba(32,218,135,.25);
  border-radius:10px;
  color:#dce6ee;
  font-size:11px;
  text-align:center;
}
.featured-footer{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
  padding:13px;
  border:1px solid rgba(32,218,135,.38);
  border-radius:14px;
  color:#d7e1e9;
}
.featured-footer strong{color:var(--green)}
.projects-section{padding:34px 0 16px}
.section-title{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  margin:0 0 22px;
}
.section-title span{
  height:1px;
  background:linear-gradient(90deg,transparent,var(--blue));
}
.section-title span:last-child{
  background:linear-gradient(90deg,var(--blue),transparent);
}
.section-title h2{
  margin:0;
  font:800 20px Manrope;
  text-transform:uppercase;
  text-align:center;
}
.projects-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.project-card{
  display:flex;
  min-height:220px;
  flex-direction:column;
  align-items:flex-start;
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(12,25,40,.95),rgba(8,18,29,.96));
  text-decoration:none;
  transition:.2s ease;
}
.project-card:hover{
  transform:translateY(-3px);
  border-color:rgba(32,218,135,.32);
}
.project-icon{
  width:46px;height:46px;
  display:grid;place-items:center;
  margin-bottom:15px;
  border-radius:14px;
  font-weight:800;
  border:1px solid currentColor;
}
.project-icon.purple{color:var(--purple)}
.project-icon.orange{color:var(--orange)}
.project-icon.green{color:var(--green)}
.project-icon.yellow{color:var(--yellow)}
.project-icon.blue{color:var(--blue)}
.project-icon.muted{color:#748292}
.project-card h3{
  margin:0 0 10px;
  font:800 15px Manrope;
  text-transform:uppercase;
}
.project-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.project-card small{
  margin-top:auto;
  padding-top:18px;
  color:var(--green);
  font-weight:700;
}
.project-card.disabled{opacity:.78}
.dev-badge{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 8px;
  border-radius:7px;
  background:#33404e;
  color:#e6ebef;
  font-size:8px;
  font-weight:800;
}
.contact-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin:16px 0 0;
  padding:20px 24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(10,24,38,.88);
}
.contact-intro{
  display:flex;
  align-items:center;
  gap:15px;
}
.contact-icon{
  display:grid;place-items:center;
  width:54px;height:54px;
  border-radius:50%;
  background:linear-gradient(145deg,#168dff,#0755b8);
  font-size:23px;
}
.contact-intro strong{
  font:800 18px Manrope;
  text-transform:uppercase;
}
.contact-intro p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:13px;
}
.contact-actions{display:flex;gap:14px}
.contact-actions a{
  width:44px;height:44px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  text-decoration:none;
  font-size:18px;
}
.site-footer{
  padding:18px 0 26px;
  text-align:center;
  color:#8795a5;
  font-size:12px;
}
@media(max-width:980px){
  .hero{grid-template-columns:1fr}
  .hero-logo img{max-width:700px}
  .featured-main{grid-template-columns:180px 1fr}
  .featured-details{grid-column:1/-1}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .site-header{min-height:68px}
  .header-nav a:not(:first-child){display:none}
  .hero{padding-top:28px;gap:24px}
  .hero-logo img{max-width:none;width:100%;aspect-ratio:16/10}
  .hero h1{font-size:40px}
  .service-list{grid-template-columns:repeat(2,1fr);gap:13px}
  .featured{padding:18px}
  .featured-main{grid-template-columns:1fr}
  .wallet-illustration{display:none}
  .featured-features{grid-template-columns:1fr 1fr}
  .projects-grid{grid-template-columns:1fr}
  .project-card{min-height:180px}
  .section-title{grid-template-columns:1fr}
  .section-title span{display:none}
  .contact-bar{align-items:flex-start;flex-direction:column}
  .contact-actions{width:100%;justify-content:center}
}

/* IA HAHAHA */
.nav-ia{
  color:var(--green)!important;
  font-weight:800;
}
.hero-actions{margin:24px 0 4px}
.ia-page{padding-bottom:28px}
.ia-hero{
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  max-width:900px;
  padding:70px 0 52px;
}
.ia-hero h1{
  margin:0;
  font:800 clamp(72px,14vw,160px)/.84 Manrope;
  letter-spacing:-.075em;
}
.ia-hero h1 span{
  display:block;
  color:var(--green);
  text-shadow:0 0 34px rgba(32,218,135,.22);
}
.ia-lead{
  max-width:760px;
  margin:28px 0;
  color:#c4ced7;
  font-size:clamp(18px,2.5vw,25px);
  line-height:1.55;
}
.manifesto-card{
  padding:clamp(28px,5vw,60px);
  border:1px solid rgba(32,218,135,.42);
  border-radius:28px;
  background:radial-gradient(circle at 85% 10%,rgba(21,152,255,.12),transparent 34%),linear-gradient(145deg,rgba(10,29,39,.98),rgba(6,17,29,.98));
}
.manifesto-kicker{color:var(--green);font-size:12px;font-weight:800;letter-spacing:.15em}
.manifesto-card h2,.conversation-flow h2,.ia-cta h2{
  margin:8px 0 18px;
  font:800 clamp(30px,5vw,54px)/1.05 Manrope;
  letter-spacing:-.04em;
}
.manifesto-card>p{
  max-width:880px;
  color:#bac5cf;
  font-size:17px;
  line-height:1.75;
}
.manifesto-card blockquote{
  margin:34px 0;
  padding:22px 0 22px 24px;
  border-left:4px solid var(--green);
  color:#fff;
  font:800 clamp(23px,4vw,38px)/1.25 Manrope;
}
.ia-principles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:28px 0;
}
.principle-card{
  min-height:245px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(12,25,40,.95),rgba(8,18,29,.96));
}
.principle-card>span{color:var(--green);font-weight:800;font-size:12px}
.principle-card h3{margin:46px 0 10px;font:800 18px Manrope;text-transform:uppercase}
.principle-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.conversation-flow{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:50px;
  align-items:center;
  padding:58px 0;
}
.conversation-flow p{color:#bac5cf;line-height:1.72}
.conversation-steps{display:grid;gap:10px}
.conversation-steps div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 18px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.025);
}
.conversation-steps strong{color:var(--green)}
.ia-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:60px 24px;
  border:1px solid rgba(32,218,135,.42);
  border-radius:28px;
  background:radial-gradient(circle at 50% 100%,rgba(32,218,135,.14),transparent 42%),rgba(8,20,32,.92);
}
.ia-cta p{max-width:720px;color:#bac5cf;line-height:1.65}
.secondary-link{margin-top:20px;color:var(--muted);font-size:13px}
@media(max-width:900px){
  .ia-principles{grid-template-columns:repeat(2,1fr)}
  .conversation-flow{grid-template-columns:1fr}
}
@media(max-width:680px){
  .nav-ia{display:block!important}
  .ia-hero{min-height:auto;padding:54px 0}
  .ia-principles{grid-template-columns:1fr}
  .principle-card{min-height:190px}
  .principle-card h3{margin-top:28px}
  .manifesto-card blockquote{padding-left:16px}
}
