/* --- Cards Glass LodServices --- */
.services {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0px 90px 0px;
}

.container .glass {
  position: relative;
  width: 180px;
  height: 200px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg)) translateY(40px) scale(0.95);
  opacity: 0;
}

.glass.active {
  opacity: 1;
  transform: rotate(0) translateY(0) scale(1);
}

.container .glass:hover {
  transform: scale(1.05) rotate(0deg);
  box-shadow: 0 35px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.25);
}

.container .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 0 0 10px 10px;
}

.container .glass svg {
  font-size: 2.8em;
  fill: #fff;
  transition: transform 0.3s ease;
}

.container .glass:hover svg {
  transform: scale(1.1);
}


.outer {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {

  0%,
  100% {
    top: 10%;
    right: 10%;
  }

  25% {
    top: 10%;
    right: calc(100% - 35px);
  }

  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }

  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}

.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.card .text {
  font-weight: bolder;
  font-size: 4rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}

.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}

.bottoml {
  bottom: 10%;
}

.leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}

.rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}

/* ===== SEÇÃO POR QUE ESCOLHER ===== */
.pq-lod {
  background: linear-gradient(135deg, #0a0b10 0%, #0f1a2b 40%, #0a0b10 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.titulo-pq {
  font-size: 2rem !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.titulo-pq span {
  background: linear-gradient(90deg, #8ea5ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitulo-pq {
  color: #A0A7B3;
  font-size: 1rem;
  margin-bottom: 50px;
}

.pq-lod .outer {
  background: radial-gradient(circle 230px at 0% 0%, #1b2a3e, #06090f);
  border-radius: 12px;
  padding: 1px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width: 260px;
  height: 220px;
}

.pq-lod .outer:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(142, 165, 255, 0.2);
}

.pq-lod .card {
  background: radial-gradient(circle 280px at 0% 0%, #1a2638, #070a10);
  color: #fff;
}

.pq-lod .card .text {
  font-size: 2.5rem;
  background: linear-gradient(45deg, #8ea5ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pq-lod .card div:last-child {
  font-size: 0.9rem;
  color: #A0A7B3;
  margin-top: 5px;
}

.pq-lod .dot {
  background-color: #8ea5ff;
  box-shadow: 0 0 10px #8ea5ff;
}

.pq-lod .line {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .pq-lod {
    padding: 80px 6%;
  }

  .pq-lod .outer {
    width: 100%;
    height: 200px;
  }

  .container .glass {
    width: 170px !important;
  }

  .container {
    gap: 10px;
  }
}

.letra {
  width: 80%;
  text-align: center;
}