/*  =========================================================
   TECN72 — O QUE FAZEMOS
   Arquivo legível para manutenção manual.
=========================================================  */

/* Hero */

/* Barra de prova social da home */

/* 06. CARDS DE SERVIÇOS / DIFERENCIAIS
========================================================= */
.why-card {
  height: 100%;
  min-height: 210px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(35, 31, 60, 0.05);
  transition: 0.25s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(89, 50, 255, 0.28);
  box-shadow: var(--shadow-soft);
}
.why-card i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 18px;
  background: rgba(89, 50, 255, 0.1);
  color: var(--purple);
  font-size: 1.45rem;
}
/* Tipografia padrão dos cards: evita herança do Bootstrap nos títulos */
.why-card h3 {
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.why-card p {
  color: var(--mid);
  margin-bottom: 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
/* =========================================================
   TECN72 — Página de Serviços
   Arquivo preparado para ser carregado apenas em servicos.php.
   Não altera o CSS principal nesta etapa.
========================================================= */

/* Barra exclusiva da página Serviços: informação compacta e legível. */
.hero-proof-row.proof-bar--services { padding: 20px 24px; }
.proof-bar--services .proof-item { gap: 14px; padding: 8px 22px; }
.proof-bar--services .proof-icon { width: 50px; height: 50px; flex-basis: 50px; border-radius: 16px; }
.proof-bar--services .proof-icon i { font-size: 21px; }
.proof-bar--services .proof-text strong { font-size: 1.22rem; line-height: 1.12; letter-spacing: -0.028em; }
.proof-bar--services .proof-text span { margin-top: 5px; font-size: 0.84rem; line-height: 1.3; }

.web-services {
  position: relative;
  overflow: hidden;
}
.web-service-block {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: center;
  padding: 42px;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 38px;
  box-shadow: 0 18px 45px rgba(35, 31, 60, 0.045);
}
.web-service-block:nth-child(even) {
  grid-template-columns: 1.08fr 0.92fr;
}
.web-service-block:nth-child(even) .web-service-visual {
  order: 2;
}
.web-service-visual {
  min-height: 300px;
  border: 1px solid rgba(89, 50, 255, 0.12);
  border-radius: 32px;
  background: linear-gradient(135deg, #f6f3ff 0%, #fff 72%);
  position: relative;
  overflow: hidden;
}
.web-service-visual:before {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(89, 50, 255, 0.1);
}
.web-service-visual:after {
  content: "";
  position: absolute;
  left: 36px;
  top: 42px;
  width: 72%;
  height: 178px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(35, 31, 60, 0.1);
}
.web-service-window {
  position: absolute;
  left: 68px;
  top: 76px;
  right: 52px;
  z-index: 2;
}
.web-service-window i {
  display: block;
  border-radius: 999px;
}
.web-service-window b {
  display: block;
  border-radius: 999px;
}
.web-service-window span {
  display: block;
  border-radius: 999px;
}
.web-service-window i {
  width: 44%;
  height: 18px;
  margin-bottom: 22px;
  background: var(--purple);
}
.web-service-window b {
  width: 88%;
  height: 10px;
  margin-bottom: 13px;
  background: #ded9fb;
}
.web-service-window span {
  width: 62%;
  height: 10px;
  background: #ede9ff;
}
.web-service-icon {
  position: absolute;
  right: 44px;
  bottom: 42px;
  z-index: 3;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--purple);
  color: #fff;
  font-size: 2rem;
  box-shadow: var(--shadow-purple);
}
.web-service-content h3 {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 700;
}
.web-service-content p {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--mid);
  font-size: 1.06rem;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-tags li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f4f1ff;
  color: #4433b8;
  font-size: 0.9rem;
  font-weight: 800;
}
.service-tags i {
  color: var(--purple);
}
.focus-list i {
  color: var(--purple);
}
.focus-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.focus-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--mid);
  font-weight: 650;
}
.focus-list i {
  margin-top: 3px;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .hero-proof-row.proof-bar--services { padding: 16px; }
  .proof-bar--services .proof-item { padding: 12px 16px; }
  .web-service-block {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }
  .web-service-block:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }
  .web-service-block:nth-child(even) .web-service-visual {
    order: 0;
  }
}
@media (max-width: 767px) {
  .proof-bar--services .proof-item { padding: 12px 8px; }
  .web-service-block {
    gap: 22px;
    padding: 24px;
    margin-bottom: 22px;
    border-radius: 28px;
  }
  .web-service-block:nth-child(even) {
    gap: 22px;
    padding: 24px;
    margin-bottom: 22px;
    border-radius: 28px;
  }
  .web-service-visual {
    min-height: 240px;
  }
  .web-service-content h3 {
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .web-service-content p {
    margin-bottom: 20px;
    line-height: 1.62;
  }
  .service-tags {
    gap: 8px;
  }
  .service-tags li {
    padding: 9px 12px;
    font-size: 0.84rem;
  }
}
@media (max-width: 575px) {
  .web-service-block {
    padding: 22px;
    border-radius: 26px;
  }
  .web-service-visual {
    min-height: 210px;
  }
  .web-service-window {
    left: 34px;
    top: 62px;
    right: 36px;
  }
  .web-service-icon {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
