:root{
  --bg1:#0a4f5f;
  --bg2:#0a6b7b;
  --card:#0f6b7c;
  --card2:#0f6a7a;
  --white:#fff;
  --muted:rgba(255,255,255,.75);
  --accent:#ff0000;
  --btn:#6bb3ff;
  --shadow: 0 16px 40px rgba(0,0,0,.35);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; color:var(--white); }
a{ color:inherit; text-decoration:none; }

body{
  background: radial-gradient(1200px 600px at 30% 10%, rgba(255,255,255,.08), transparent 60%),
              linear-gradient(120deg, var(--bg1), var(--bg2));
  min-height:100vh;
}

.container{ width:min(1180px, 92vw); margin:0 auto; }

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 0;
}
.brand{ font-weight:900; letter-spacing:.5px; }
.brand span{ color: inherit; }
.brandMark{ color: var(--white); }
.brandMark2{ color: var(--accent); }
.navlinks{ display:flex; gap:18px; align-items:center; }
.navlinks a{ opacity:.9; font-weight:700; }
.navlinks a:hover{ opacity:1; }

.hero{
  padding:18px 0 10px;
  text-align:center;
}
.pill{
  display:inline-flex; gap:10px; align-items:center;
  opacity:.95; letter-spacing:3px; font-weight:800;
}
.dot{ width:8px; height:8px; background:var(--accent); border-radius:50%; display:inline-block; }
.hero h1{
  margin:18px 0 10px;
  font-size: clamp(28px, 4vw, 52px);
  font-weight:900;
}
.hero h1 .red{ color:var(--accent); }
.hero p{ margin:0 auto; max-width:720px; color:var(--muted); }

.section{ padding:26px 0 10px; }
.section-title{
  text-align:center;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight:900;
  margin:0 0 18px;
}

.grid-logos{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.logo-card{
  background:#fff;
  border-radius:14px;
  height:92px;
  display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow);
}
.logo-card img{
  max-height:56px; max-width:76%;
  object-fit:contain;
}
.cta{
  display:flex; justify-content:center; margin:26px 0 6px;
}
.btn-red{
  background: var(--accent);
  color:#fff;
  border:0;
  padding:14px 22px;
  border-radius:10px;
  font-weight:900;
  letter-spacing:.8px;
  box-shadow: 0 10px 28px rgba(255,0,0,.25);
  cursor:pointer;
}
.btn-red:hover{ filter:brightness(1.05); }

.plans{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
  margin-top:12px;
}
.plan{
  background: linear-gradient(140deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  padding:22px 18px;
  box-shadow: var(--shadow);
  min-height:520px;
  display:flex; flex-direction:column;
}
.plan h3{ margin:0; font-weight:900; letter-spacing:2px; font-size:13px; opacity:.95; }
.price{ margin-top:10px; font-size:34px; font-weight:1000; }
.per{ margin-top:-6px; opacity:.85; }
.hrbar{
  margin:18px 0;
  height:6px; border-radius:99px;
  background: rgba(255,255,255,.25);
  position:relative;
}
.hrbar::after{
  content:"";
  position:absolute; left:0; top:0; height:100%;
  width:60%;
  border-radius:99px;
  background: rgba(140, 210, 255, .9);
}
.features{ margin:10px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:12px; }
.features li{ display:flex; gap:10px; color:rgba(255,255,255,.92); }
.check{ font-weight:900; }
.plan .spacer{ flex:1; }
.btn-blue{
  margin-top:18px;
  background: var(--btn);
  color:#003a66;
  border:0;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
}
.btn-blue:hover{ filter:brightness(1.03); }


.btn-red{
  margin-top:10px;
  background: var(--accent);
  color:#fff;
  border:0;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
}
.btn-red:hover{ filter:brightness(1.03); }

.service .btn-blue,
.service .btn-red{
  width:100%;
}


.services{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:18px;
}
.service{
  background: linear-gradient(140deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  padding:18px 18px;
  box-shadow: var(--shadow);
}
.service h3{ margin:0 0 6px; font-weight:1000; }
.service .price{ font-size:22px; margin:0 0 10px; }
.service p{ margin:0; color:var(--muted); line-height:1.45; }
.service .btn-blue{ width:100%; margin-top:14px; }

.footer{
  padding:28px 0 30px;
  text-align:center;
  color:rgba(255,255,255,.7);
  font-size:13px;
}

/* ✅ Promo premium (profissional) */
.promo-section{
  padding-top: 22px;
  padding-bottom: 6px;
}

.promo-box{
  display: grid;
  grid-template-columns: 1fr 1.35fr; /* banner domina */
  gap: 28px;
  align-items: center;

  background: linear-gradient(140deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.promo-left{ padding: 8px 6px; }

.promo-kicker{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 1.2px;
  font-size: 12px;
  background: rgba(255,0,0,.16);
  border: 1px solid rgba(255,0,0,.30);
  color: rgba(255,255,255,.95);
  margin-bottom: 14px;
}

.promo-title{
  margin: 0;
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 1000;
  line-height: 1.08;
}

.promo-title span{
  display:block;
  margin-top: 12px;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.promo-text{
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.88);
  line-height: 1.65;
  font-size: clamp(14px, 1.15vw, 18px);
}

.promo-actions{
  margin-top: 18px;
  display:flex;
  gap: 12px;
}

.promo-right{
  display:flex;
  justify-content: flex-end;
}

/* Frame "neon" que combina com o print do dashboard */
.promo-banner{
  width: 100%;
  max-width: 980px;
  border-radius: 22px;
  overflow: hidden;

  border: 1px solid rgba(120, 200, 255, .22);
  box-shadow:
    0 18px 60px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 40px rgba(70, 170, 255, .18);

  aspect-ratio: 16 / 9;

  position: relative;
  background: rgba(0,0,0,.18);
}

.promo-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.22) 0%,
    rgba(0,0,0,.05) 35%,
    rgba(0,0,0,.18) 100%
  );
  pointer-events:none;
}

.promo-banner img{
  width: 100%;
  height: 100%;
  display:block;
  object-fit: cover;
  object-position: center top;
}

/* ✅ Mobile ajustado (fica bonito no celular) */
@media (max-width: 900px){
  .grid-logos{ grid-template-columns: 1fr; }
  .plans{ grid-template-columns: 1fr; }
  .services{ grid-template-columns: 1fr; }

  .promo-box{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  /* banner primeiro */
  .promo-right{
    order: -1;
    justify-content: center;
  }

  .promo-left{
    text-align: left;
  }

  .promo-actions{
    justify-content: flex-start;
  }

  /* vira banner menor no celular */
  .promo-banner{
    max-width: 100%;
    aspect-ratio: auto;
    height: 220px;
    border-radius: 18px;
  }

  .promo-banner img{
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
  }
}

@media (max-width: 420px){
  .promo-banner{ height: 190px; }
}


/* Cliente (Área do Cliente) */
.formCard{max-width:820px;margin:0 auto;}
.formGrid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px;}
.formGrid label span{display:block;font-weight:700;margin-bottom:6px;}
.formGrid input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.18);color:#eaf6ff;outline:none;}
.formGrid input:focus{border-color:rgba(78,167,255,.7);box-shadow:0 0 0 3px rgba(78,167,255,.15);}
.resultsWrap{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;}
@media (max-width: 820px){.resultsWrap{grid-template-columns:1fr;}}
.resultBox{background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;min-height:160px;}
.resultHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.pretty{display:flex;flex-direction:column;gap:8px;}
.kv{display:flex;gap:10px;align-items:flex-start;justify-content:space-between;background:rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.08);padding:10px 12px;border-radius:14px;}
.kv .k{font-weight:800;opacity:.92;min-width:140px;}
.kv .v{opacity:.95;word-break:break-word;text-align:right;}
.code{margin-top:10px;white-space:pre-wrap;word-break:break-word;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px;color:#eaf6ff;}
.miniBtn{padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.18);color:#eaf6ff;font-weight:800;cursor:pointer;}
.miniBtn:hover{filter:brightness(1.08);}


/* Cliente - medidor de uso */
.usageMeter{margin:10px 0 14px;}
.usageBar{height:14px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden;border:1px solid rgba(255,255,255,.14);}
.usageBar > span{display:block;height:100%;width:0%;background:rgba(120,200,255,.95);}
.usageMeta{display:flex;justify-content:space-between;gap:10px;margin-top:8px;font-size:13px;color:rgba(255,255,255,.85);}
.usageMeta strong{color:#fff;}
/* FORÇAR cores do logo FonteXYZ */
.brand .brandMark{ color:#ffffff !important; }
.brand .brandMark2{ color:#ff0000 !important; }