/*
Sistema Virtunet , criado para gerenciar clientes, licenças e outras funções da virtunet.
Criado por: Elias Miguel de Oliveira.
Cuiabá – Mato Grosso – Brasil – 12/08/2026
Virtunet – www.virtunet.com.br – todos direitos reservados.
Jesus é o Único senhor salvador, morreu por todos nos para nos da a salvação, Deus seja louvado eternamente.
Layout inspirado no padrão livre Start Bootstrap Modern Business / Agency (MIT).
*/
:root {
  --bg: #f7faf8;
  --card: #ffffff;
  --ink: #2b3340;
  --muted: #5c6570;
  --line: #dce8e1;
  --accent: #3d8b5c;
  --accent-2: #2d7a54;
  --accent-soft: #e7f4ec;
  --wa: #25d366;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(45, 122, 84, .08);
  --photo: url("/assets/img/banner-fundo.jpg");
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}
img { max-width: 100%; height: auto; }
a { color: var(--accent-2); text-decoration: none; }
a:hover { color: var(--ink); }
h1, h2, h3 {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.25;
}
h1 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); margin: 0 0 .75rem; }
h2 { font-size: 1.45rem; margin: 0 0 .5rem; }
h3 { font-size: 1.05rem; margin: 0 0 .35rem; }
p { margin: 0 0 .85rem; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: .5rem 1rem; z-index: 50; }
.wrap { width: min(1120px, calc(100% - 2.2rem)); margin-inline: auto; }
.center { text-align: center; }
.muted { color: var(--muted); }

.bar {
  background: var(--accent-2);
  color: #fff;
  font-size: .78rem;
}
.bar-in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 1rem; padding: 4px 0; }
.bar a { color: #fff; }
.bar-left { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.bar-right { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.bar-right .socials { margin: 0; }
.soc {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
}
.soc svg { width: 14px; height: 14px; fill: currentColor; display: block; }
.soc-light {
  background: var(--accent-soft);
  color: var(--accent-2);
  width: 36px;
  height: 36px;
}
.soc-light svg { width: 16px; height: 16px; }
.soc-light:hover { background: var(--accent-2); color: #fff; }

.top {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top-in { display: flex; align-items: center; justify-content: space-between; min-height: 112px; gap: 1rem; }
.brand {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.brand img {
  width: auto;
  height: 100px;
  max-height: 100px;
  display: block;
}
.menu { display: flex; gap: .2rem; align-items: center; }
.menu a {
  color: var(--muted);
  font-weight: 400;
  font-size: .92rem;
  padding: .4rem .75rem;
  border-radius: 999px;
}
.menu a:hover:not(.btn), .menu a[aria-current="page"] { background: var(--accent-soft); color: var(--accent-2); }
.nav-btn {
  display: none; border: 1px solid var(--line); background: #fff;
  border-radius: 8px; padding: .4rem .7rem; color: var(--ink);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-2); color: #fff !important;
  border: 1px solid var(--accent-2);
  padding: .55rem 1.15rem; border-radius: 999px;
  font-weight: 500; font-size: .9rem; cursor: pointer;
}
.btn:hover { background: var(--ink); border-color: var(--ink); color: #fff !important; }
.btn-ghost { background: #fff; color: var(--accent-2) !important; border-color: var(--accent); }
.btn-ghost:hover { background: var(--accent-soft); color: var(--accent-2) !important; }
.menu a.btn { color: #fff !important; }
.menu a.btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff !important;
}

.banner {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 4.2rem 0 3.4rem;
  background: var(--photo) center/cover no-repeat;
  color: #fff;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(45, 122, 84, .62) 0%, rgba(45, 122, 84, .28) 55%, rgba(255, 255, 255, .18) 100%);
}
.banner .wrap { position: relative; }
.banner h1 { color: #fff; }
.banner .lead { font-size: 1.08rem; color: rgba(255,255,255,.95); max-width: 38rem; }
.banner .eyebrow { color: #d9f0e3; }
.banner .btn-ghost { background: transparent; color: #fff !important; border-color: #fff; }
.banner .btn-ghost:hover { background: rgba(255,255,255,.16); }
.page-hero {
  position: relative;
  isolation: isolate;
  background: var(--photo) center/cover no-repeat;
  padding: 2.4rem 0 1.8rem;
  color: #fff;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(45, 122, 84, .55);
}
.page-hero h1, .page-hero .lead, .page-hero .eyebrow { color: #fff; }
.page-hero .lead { opacity: .95; }
.eyebrow {
  margin: 0 0 .5rem; font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
.eyebrow.dark { color: var(--accent-2); }
.hero-actions { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1.2rem; }

.section { padding: 3.2rem 0; }
.sec-head { margin-bottom: 1.6rem; }
.sec-head p { color: var(--muted); }
.row-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-bottom: 1.4rem; }
.steps article {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem; box-shadow: var(--shadow);
}
.steps span { display: block; font-size: .8rem; color: var(--accent); letter-spacing: .08em; margin-bottom: .5rem; }

.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; }
.why article {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
}
.why-ico {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .7rem;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-2);
}
.why-ico svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why h3 { color: var(--accent-2); }
.why p { margin: 0; color: var(--muted); font-size: .95rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1rem; }
.home-proj { grid-template-columns: repeat(4, 1fr); }
.card, .panel, .proj, .news {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.15rem;
}
.more { font-weight: 500; font-size: .88rem; }
.band { background: #fff; border-block: 1px solid var(--line); padding: 3.2rem 0; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
blockquote {
  margin: 0; padding: 1.6rem 1.5rem; background: var(--accent-soft);
  border-radius: var(--radius); font-size: 1.15rem; font-weight: 400; color: var(--ink);
}
blockquote cite { display: block; margin-top: .8rem; font-size: .85rem; color: var(--muted); font-style: normal; }
.checks { padding-left: 1.1rem; color: var(--muted); }
.proj { display: flex; flex-direction: column; gap: .4rem; color: inherit; min-height: 180px; }
.home-proj .proj { min-height: 0; }
.proj-logo { height: 104px; display: grid; place-items: center; background: var(--accent-soft); border-radius: 10px; }
.proj-logo img { max-height: 76px; width: auto; }
.tag {
  align-self: start; font-size: .72rem; font-weight: 500;
  background: var(--accent-soft); color: var(--accent-2);
  padding: .12rem .5rem; border-radius: 999px;
}
.url { color: var(--muted); font-size: .78rem; word-break: break-all; }
.news a { color: inherit; display: grid; gap: .35rem; }
.news img { width: 100%; height: 140px; object-fit: cover; border-radius: 10px; background: var(--accent-soft); }
.news h2, .news h3 { margin: 0; font-size: 1.02rem; }
time { color: var(--muted); font-size: .8rem; }

.cta {
  text-align: center; background: var(--accent-soft); border: 1px solid var(--line);
  border-radius: 20px; box-shadow: var(--shadow);
  padding: 2.2rem 1.2rem; margin: 0 auto 2.6rem;
}
.cta p { color: var(--muted); }

.crumbs { padding-top: 1rem; font-size: .82rem; color: var(--muted); }
.filters { margin: 0 0 1rem; }
.filters select { margin-left: .35rem; padding: .4rem .55rem; border-radius: 8px; border: 1px solid var(--line); font: inherit; }
.form { display: grid; gap: .75rem; }
.form label { display: grid; gap: .28rem; font-weight: 500; font-size: .9rem; }
.form input, .form textarea, .form select {
  font: inherit; padding: .55rem .7rem; border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.alert { padding: .7rem .9rem; border-radius: 10px; font-size: .9rem; }
.alert.ok { background: var(--accent-soft); }
.alert.err { background: #f8eeee; }
.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1.6rem; }
.socials { display: flex; gap: .45rem; flex-wrap: wrap; align-items: center; margin-top: .8rem; }
.prose p { max-width: 70ch; color: var(--muted); }
.city-list { columns: 2; }
.kw { columns: 2; font-size: .88rem; }
.cover { width: 100%; max-height: 320px; object-fit: cover; border-radius: var(--radius); }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: .85rem 1rem; margin-bottom: .5rem; }
.faq summary { font-weight: 500; cursor: pointer; }

.foot {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding: 2rem 0 1rem;
  background: var(--photo) center/cover no-repeat;
}
.foot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(216, 236, 226, .86);
}
.foot a { color: var(--accent-2); display: block; margin: .2rem 0; }
.foot .socials { margin-top: .75rem; }
.foot .socials a { display: inline-flex; margin: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.4rem; }
.foot strong { color: var(--accent-2); font-weight: 500; display: block; margin-bottom: .35rem; }
.copy { text-align: center; margin: 1.2rem 0 0; padding-top: .9rem; border-top: 1px solid rgba(45, 122, 84, .2); font-size: .8rem; }

.wa { position: fixed; right: 16px; bottom: 16px; z-index: 40; }
.wa-btn {
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--wa) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91S17.5 2 12.04 2zm5.83 14.16c-.24.68-1.4 1.25-1.94 1.33-.5.07-1.13.1-1.82-.11-.42-.13-.96-.31-1.66-.61-2.92-1.26-4.83-4.2-4.98-4.4-.14-.2-1.18-1.57-1.18-3 0-1.42.75-2.12 1.01-2.41.26-.29.57-.36.76-.36h.55c.17 0 .41-.07.64.49.24.58.81 2 .88 2.14.07.14.12.31.02.5-.1.2-.15.31-.3.48-.14.17-.3.37-.43.5-.14.14-.29.29-.12.56.17.26.75 1.23 1.61 2 .1.79 1.95 1.64 2.23 1.76.28.13.44.11.6-.07.17-.17.7-.81.89-1.09.19-.28.38-.23.64-.14.26.1 1.66.78 1.94.93.28.14.47.21.54.33.07.12.07.68-.17 1.36z'/%3E%3C/svg%3E") center/26px no-repeat;
  color: transparent; box-shadow: 0 6px 16px rgba(37,211,102,.3);
}
.wa-box {
  position: absolute; right: 0; bottom: 64px; width: min(300px, calc(100vw - 2rem));
  background: #fff; border-radius: var(--radius); padding: .9rem; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.wa-box textarea { width: 100%; min-height: 80px; margin: .35rem 0 .6rem; font: inherit; }

@media (max-width: 1100px) {
  .home-proj { grid-template-columns: 1fr 1fr; }
  .why { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .brand img { height: 80px; max-height: 80px; }
  .top-in { min-height: 92px; }
  .bar-left span { display: none; }
  .banner-grid, .steps, .grid-3, .grid-2, .about, .foot-grid, .split, .kw, .city-list, .home-proj, .why { grid-template-columns: 1fr; columns: 1; }
  .nav-btn { display: inline-flex; }
  .menu {
    display: none; position: absolute; inset: 112px 0 auto 0; background: #fff;
    padding: .75rem; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch;
  }
  .menu.open { display: flex; }
  .row-head { flex-direction: column; align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
