/* Maker Preço 3D — Site estático (sem dependências externas) */

:root{
  --brand-1:#568EDD;
  --brand-2:#479FD7;
  --surface:#0B1020;
  --surface-2:#0F162A;
  --text:#E9EEFF;
  --muted:rgba(233,238,255,.72);
  --border:rgba(233,238,255,.16);
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
  --max:1040px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(900px 450px at 20% 10%, rgba(86,142,221,.35), transparent 60%),
    radial-gradient(750px 380px at 80% 20%, rgba(71,159,215,.28), transparent 60%),
    radial-gradient(850px 500px at 50% 90%, rgba(255,179,0,.12), transparent 65%),
    linear-gradient(180deg, #070A14 0%, #0B1020 55%, #070A14 100%);
}

a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}

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

.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border:1px solid var(--border);
  border-radius:calc(var(--radius) + 8px);
  background: rgba(15,22,42,.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.brand__logo{
  width:42px;
  height:42px;
  flex:0 0 auto;
}

.brand__text{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.brand__name{
  font-weight:800;
  letter-spacing:-0.02em;
  line-height:1.1;
  font-size:16px;
}

.brand__tag{
  color:var(--muted);
  font-size:13px;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.icon-link{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(7,10,20,.35);
}

.icon-link:hover{
  text-decoration:none;
  border-color:rgba(86,142,221,.55);
  background:rgba(86,142,221,.10);
}

.icon-link svg{width:20px;height:20px;opacity:.9}

.hero{
  margin-top:26px;
  padding:30px 18px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:18px;
  align-items:stretch;
}

@media (max-width: 880px){
  .hero{grid-template-columns:1fr;}
}

.card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background: rgba(15,22,42,.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero__main{padding:26px}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(233,238,255,.82);
}

.kicker__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 0 0 5px rgba(86,142,221,.12);
}

h1{
  margin:14px 0 10px;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-0.03em;
}

@media (max-width: 520px){
  h1{font-size:34px}
}

.lead{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
  max-width:66ch;
}

.pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(7,10,20,.35);
  color:rgba(233,238,255,.86);
  font-size:13px;
}

.pill svg{width:16px;height:16px;opacity:.95}

.hero__side{padding:18px}

.side-box{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px;
  gap:14px;
}

.side-box h2{
  margin:0;
  font-size:16px;
  letter-spacing:-0.01em;
}

.side-box p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.side-box__logo{
  width:86px;
  height:86px;
  border-radius:24px;
  border:1px solid var(--border);
  background:rgba(7,10,20,.35);
  display:grid;
  place-items:center;
}

.side-box__logo img{width:52px;height:52px}

.section{
  margin-top:22px;
  padding:22px;
}

.section h2{
  margin:0 0 12px;
  font-size:20px;
  letter-spacing:-0.02em;
}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}

@media (max-width: 880px){
  .grid{grid-template-columns:1fr;}
}

.feature{
  padding:16px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(7,10,20,.28);
}

.feature h3{
  margin:0;
  font-size:15px;
  letter-spacing:-0.01em;
}

.feature p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.55;
  font-size:14px;
}

.footer{
  margin-top:26px;
  padding:16px 18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  justify-content:space-between;
}

.small{
  color:rgba(233,238,255,.70);
  font-size:13px;
  line-height:1.45;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(86,142,221,.45);
  background:rgba(86,142,221,.10);
  color:rgba(233,238,255,.92);
  font-size:13px;
}

/* Privacy policy page */
.policy{
  margin-top:22px;
  padding:26px;
}

.policy h1{font-size:30px; margin-top:0}
.policy h2{font-size:18px; margin:22px 0 10px}
.policy p, .policy li{color:var(--muted); line-height:1.75; font-size:14px}
.policy ul{margin:10px 0 0; padding-left:18px}

.back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(7,10,20,.35);
}

.back:hover{border-color:rgba(86,142,221,.55); background:rgba(86,142,221,.10); text-decoration:none}

