body {
  margin:0;
  font-family:'Roboto',Arial,sans-serif;
  background:radial-gradient(ellipse at 70% 10%,#00eaff 0,#232526 60%,#0f2027 100%);
  color:#222;
  min-height:100vh;
  overflow-x:hidden;
}
header {
  background:linear-gradient(120deg,#232526 60%,#00b4d8 100%);
  color:#fff;
  padding:56px 0 36px 0;
  text-align:center;
  box-shadow:0 4px 32px #00b4d855;
  position:relative;
  z-index:2;
}
header h1 {
  font-family:'Orbitron',Arial,sans-serif;
  font-size:3.5rem;
  margin:0 0 10px 0;
  letter-spacing:3px;
  font-weight:900;
  text-shadow:0 2px 24px #00eaff99,0 1px 0 #222;
  background:linear-gradient(90deg,#00eaff,#00b4d8 60%,#0077b6 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
header p {
  font-size:1.3rem;
  margin:0;
  letter-spacing:1.2px;
  text-shadow:0 2px 12px #00eaff55;
}
.logo-tech {
  width:120px;
  margin:28px auto 0 auto;
  display:block;
  filter:drop-shadow(0 2px 18px #00eaff99);
  border-radius:50%;
  background:#fff2;
  border:3px solid #00eaff55;
  transition:.3s;
}
.logo-tech:hover {
  transform:scale(1.07) rotate(-6deg);
  box-shadow:0 0 32px #00eaff99;
}
nav {
  background:rgba(255,255,255,0.98);
  box-shadow:0 2px 12px #00b4d822;
  padding:14px 0;
  text-align:center;
  border-bottom:2px solid #00eaff;
  position:sticky;
  top:0;
  z-index:10;
}
nav a {
  color:#0077b6;
  text-decoration:none;
  margin:0 22px;
  font-weight:700;
  font-size:1.13rem;
  transition:.2s;
  border-bottom:2.5px solid transparent;
  padding-bottom:2px;
  letter-spacing:.5px;
  position:relative;
}
nav a:hover, nav a.active {
  color:#00eaff;
  border-bottom:2.5px solid #00eaff;
}
main {
  min-height:60vh;
}
section {
  max-width:1000px;
  margin:48px auto;
  background:rgba(255,255,255,0.97);
  border-radius:22px;
  box-shadow:0 2px 32px #00eaff22;
  padding:44px 36px;
  position:relative;
  overflow:hidden;
  animation:fadein 1.2s cubic-bezier(.4,0,.2,1);
}
@keyframes fadein {
  from { opacity:0; transform:translateY(40px) scale(.98); }
  to { opacity:1; transform:none; }
}
section h2 {
  color:#00b4d8;
  margin-top:0;
  font-size:2.3rem;
  letter-spacing:1.2px;
  font-family:'Orbitron',Arial,sans-serif;
  text-shadow:0 2px 12px #00eaff33;
}
.servicos {
  display:flex;
  flex-wrap:wrap;
  gap:36px;
  justify-content:center;
  margin-top:28px;
}
.servico {
  background:linear-gradient(120deg,#e0f7fa 60%,#f1faff 100%);
  border-radius:16px;
  box-shadow:0 2px 16px #00eaff22;
  padding:28px 20px 22px 20px;
  flex:1 1 240px;
  min-width:220px;
  max-width:320px;
  text-align:center;
  transition:.25s;
  position:relative;
  border:2px solid #00eaff22;
}
.servico:hover {
  box-shadow:0 6px 32px #00eaff55;
  transform:translateY(-6px) scale(1.04);
  border:2px solid #00eaff;
}
.servico h3 {
  color:#00b4d8;
  margin:10px 0 8px 0;
  font-size:1.22rem;
  font-family:'Orbitron',Arial,sans-serif;
}
.servico p {
  margin:0;
  color:#444;
  font-size:1.04rem;
}
.servico .icon-tech {
  width:62px;
  height:62px;
  margin-bottom:10px;
  display:inline-block;
  filter:drop-shadow(0 2px 8px #00eaff55);
  background:transparent;
}
.contato-form {
  max-width:420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
  font-size:1.08rem;
}
.contato-form input, .contato-form textarea {
  padding:12px;
  border:1.5px solid #00eaff55;
  border-radius:7px;
  font-size:1.05rem;
  background:#f7faff;
  transition:.2s;
}
.contato-form input:focus, .contato-form textarea:focus {
  border:1.5px solid #00eaff;
  outline:none;
  background:#e0f7fa;
}
.contato-form button {
  background:linear-gradient(90deg,#00eaff,#00b4d8 80%);
  color:#fff;
  border:none;
  border-radius:7px;
  padding:14px;
  font-size:1.13rem;
  font-weight:800;
  cursor:pointer;
  transition:.2s;
  box-shadow:0 2px 12px #00eaff22;
  letter-spacing:.5px;
  font-family:'Orbitron',Arial,sans-serif;
}
.contato-form button:hover {
  background:#00b4d8;
  box-shadow:0 4px 18px #00eaff55;
}
.itens-lista {
  color:#444;
  line-height:1.7;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 32px;
  margin:0;
  padding:0;
  list-style:none;
  font-size:1.07rem;
}
.itens-lista li::before {
  content:'\1F4F1 ';
  font-size:1.1em;
}
.itens-lista li {
  margin-bottom:6px;
}
.img-ilustra {
  width:100%;
  max-width:340px;
  display:block;
  margin:18px auto 0 auto;
  border-radius:14px;
  box-shadow:0 2px 16px #00eaff22;
  background:#e0f7fa;
  border:2px solid #00eaff22;
}
.img-ilustra:after {
  content:'';
  display:block;
  position:absolute;
  left:0; right:0; bottom:0; height:18px;
  background:linear-gradient(0deg,#00eaff22,#fff0 80%);
  border-radius:0 0 14px 14px;
}
footer {
  background:#232526;
  color:#fff;
  text-align:center;
  padding:22px 0 12px 0;
  margin-top:48px;
  font-size:1.05rem;
  letter-spacing:.7px;
  border-top:3px solid #00eaff55;
  box-shadow:0 -2px 24px #00eaff22;
}
@media (max-width:900px) {
  section { padding:14px 1vw; }
  .servicos { gap:14px; }
  .itens-lista { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  header {
    padding:28px 0 18px 0;
  }
  header h1 {
    font-size:1.5rem;
    letter-spacing:1.2px;
    padding:0 8px;
  }
  header p {
    font-size:1.01rem;
    padding:0 8px;
  }
  .logo-tech {
    width:70px;
    margin:16px auto 0 auto;
  }
  nav {
    padding:7px 0;
    font-size:.98rem;
    overflow-x:auto;
    white-space:nowrap;
  }
  nav a {
    margin:0 10px;
    font-size:.98rem;
    padding-bottom:1px;
  }
  section {
    padding:10px 2vw;
    margin:18px auto;
    border-radius:12px;
    box-shadow:0 1px 8px #00eaff22;
  }
  section h2 {
    font-size:1.1rem;
    padding:0 4px;
  }
  .servicos {
    flex-direction:column;
    gap:10px;
  }
  .servico {
    min-width:120px;
    max-width:100%;
    padding:14px 8px 10px 8px;
    border-radius:10px;
    font-size:.98rem;
  }
  .servico h3 {
    font-size:1rem;
  }
  .servico .icon-tech {
    width:38px;
    height:38px;
    margin-bottom:6px;
  }
  .contato-form {
    max-width:98vw;
    gap:8px;
    font-size:.98rem;
  }
  .contato-form input, .contato-form textarea {
    font-size:.98rem;
    padding:8px;
  }
  .contato-form button {
    font-size:1rem;
    padding:10px;
    border-radius:6px;
  }
  .img-ilustra {
    max-width:98vw;
    border-radius:8px;
    margin:10px auto 0 auto;
  }
  .itens-lista {
    font-size:.98rem;
    gap:6px 0;
  }
  footer {
    font-size:.93rem;
    padding:10px 0 8px 0;
    margin-top:18px;
    border-radius:0;
  }
}
