/* MeshPhysicalMaterial — katman modeli, güç kartları, cam / IBL notları */

.doc-physical-lead-q {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(210, 225, 255, 0.96);
  border-left: 3px solid rgba(181, 108, 255, 0.55);
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.doc-phys-layers {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(120, 100, 200, 0.32);
  background: linear-gradient(
    160deg,
    rgba(18, 12, 32, 0.75) 0%,
    rgba(8, 10, 22, 0.78) 100%
  );
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45) inset;
}

.doc-phys-layers__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(210, 185, 255, 0.92);
}

.doc-phys-layers ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(195, 205, 235, 0.95);
}

.doc-phys-layers li {
  margin-bottom: 0.45rem;
}

.doc-phys-layers li:last-child {
  margin-bottom: 0;
}

.doc-phys-powers-wrap {
  margin: 1.1rem 0 1.35rem;
}

.doc-phys-powers-head {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(46, 231, 242, 0.88);
}

.doc-phys-powers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.doc-phys-power {
  border-radius: 12px;
  border: 1px solid rgba(120, 90, 200, 0.28);
  background: linear-gradient(
    155deg,
    rgba(12, 8, 28, 0.94) 0%,
    rgba(5, 8, 18, 0.9) 100%
  );
  padding: 0.95rem 1rem;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.48) inset,
    0 10px 28px rgba(0, 0, 0, 0.22);
}

.doc-phys-power h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(230, 235, 255, 0.98);
}

.doc-phys-power p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
  color: rgba(170, 190, 225, 0.92);
}

.doc-mistake-rail {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 120, 100, 0.28);
  background: rgba(40, 12, 10, 0.35);
}

.doc-mistake-rail__title {
  margin: 0 0 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 170, 150, 0.95);
}

.doc-mistake-rail p {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(220, 200, 195, 0.92);
}

.doc-mistake-rail p:last-child {
  margin-bottom: 0;
}

.doc-env-insight {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(80, 180, 150, 0.32);
  background: rgba(8, 26, 22, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.doc-env-insight__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(120, 230, 200, 0.92);
}

.doc-env-insight p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(195, 220, 210, 0.94);
}

.doc-env-insight p + p {
  margin-top: 0.65rem;
}

.doc-phys-perf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.doc-phys-perf-card {
  border-radius: 12px;
  border: 1px solid rgba(100, 140, 200, 0.22);
  padding: 1rem 1.05rem;
  background: rgba(5, 10, 22, 0.52);
}

.doc-phys-perf-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(220, 228, 255, 0.96);
}

.doc-phys-perf-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(175, 195, 230, 0.92);
}

@media (max-width: 720px) {
  .doc-phys-perf {
    grid-template-columns: 1fr;
  }
}
