.cyber-preview {
  margin: 0 auto 100px;
  padding: 40px;
  background: #e9ece5;
  border: 1px solid #dde2d7;
  border-radius: 18px;
  max-width: 1240px;
  color: #203129;
}
.cyber-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.09em;
}
.cyber-preview button {
  font: inherit;
  cursor: pointer;
  border: 1px solid #cbd3c5;
  background: transparent;
  border-radius: 6px;
  padding: 9px 14px;
  color: inherit;
}
.cyber-preview h2 {
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 30px 0 45px;
  text-align: center;
}
.cyber-devices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 36px;
  align-items: center;
  max-width: 1050px;
  margin: auto;
}
.cyber-mac {
  border: 8px solid #253029;
  border-bottom: 22px solid #a9afa7;
  border-radius: 15px;
  background: #fafbf8;
  box-shadow: 0 25px 40px #20312915;
  min-width: 0;
}
.cyber-appbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border-bottom: 1px solid #e2e6dc;
  font-size: 11px;
}
.cyber-appbar img {
  width: 55px;
}
.cyber-agent {
  margin-left: auto;
  color: #5e977d;
  font-size: 22px;
}
.cyber-content {
  padding: 36px;
  min-height: 315px;
}
.cyber-content small {
  font-size: 10px;
  color: #6b7c6c;
}
.cyber-content h3 {
  font-size: 27px;
  letter-spacing: -0.03em;
  margin: 16px 0;
}
.cyber-content p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 48ch;
}
.cyber-evidence,
.cyber-delivery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  font-size: 10px;
}
.cyber-evidence span {
  padding: 7px 10px;
  border: 1px solid #dce3d5;
  border-radius: 4px;
}
.cyber-delivery {
  opacity: 0.25;
  transition: opacity 0.6s;
}
.cyber-delivery span {
  padding: 6px 10px;
  background: #e6eee0;
  border-radius: 4px;
}
.cyber-preview[data-step="2"] .cyber-delivery,
.cyber-preview[data-step="3"] .cyber-delivery {
  opacity: 1;
}
.cyber-input {
  margin: 0 18px 18px;
  padding: 13px;
  border: 1px solid #dbe3d4;
  border-radius: 10px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  color: #6d7b66;
}
.cyber-input span {
  font-size: 18px;
  color: #3a9b7d;
}
.cyber-phone {
  border: 6px solid #28352c;
  border-radius: 35px;
  background: #f5f6f1;
  min-height: 395px;
  padding: 15px;
  box-shadow: 0 20px 30px #20312910;
}
.cyber-island {
  width: 72px;
  height: 19px;
  background: #26302a;
  border-radius: 15px;
  margin: 0 auto 14px;
}
.cyber-time {
  display: block;
  text-align: center;
  font-size: 38px;
  letter-spacing: -0.06em;
  margin: 25px 0;
}
.cyber-notice {
  padding: 15px 12px;
  background: #fff9;
  border: 1px solid white;
  border-radius: 14px;
  backdrop-filter: blur(12px);
  opacity: 0.4;
  transform: translateY(5px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.cyber-notice img {
  width: 35px;
  display: block;
  margin-bottom: 10px;
}
.cyber-notice small {
  font-size: 9px;
}
.cyber-notice h3 {
  font-size: 16px;
  margin: 12px 0;
}
.cyber-notice p {
  font-size: 11px;
  line-height: 1.6;
}
.cyber-preview[data-step="2"] .cyber-notice,
.cyber-preview[data-step="3"] .cyber-notice {
  opacity: 1;
  transform: none;
}
.cyber-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 35px 0 20px;
  flex-wrap: wrap;
}
.cyber-steps button {
  font-size: 12px;
}
.cyber-steps [aria-pressed="true"] {
  background: #fff9;
  border-color: #a8b69f;
}
.cyber-disclosure {
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  color: #63735c;
  margin: 0;
}
.cyber-preview button:focus-visible {
  outline: 2px solid #287659;
  outline-offset: 3px;
}
@media (max-width: 700px) {
  .cyber-preview {
    margin: 0 14px 60px;
    padding: 22px 16px;
  }
  .cyber-devices {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }
  .cyber-phone {
    width: 205px;
    min-height: 355px;
    margin: auto;
  }
  .cyber-content {
    padding: 22px;
    min-height: 315px;
  }
  .cyber-content h3 {
    font-size: 23px;
  }
  .cyber-preview-top {
    font-size: 9px;
  }
  .cyber-preview h2 {
    min-height: 65px;
    margin-bottom: 25px;
  }
  .cyber-appbar {
    gap: 10px;
    padding: 12px;
  }
  .cyber-preview button {
    padding: 9px;
  }
  .cyber-steps {
    gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cyber-notice,
  .cyber-delivery {
    transition: none;
  }
}
.cyber-system {
  max-width: 900px;
  margin: 0 auto 45px;
  padding: 22px;
  border: 1px solid #fff;
  background: linear-gradient(145deg, #ffffff80, #f1f4ec50);
  border-radius: 15px;
  box-shadow: inset 0 1px #fff9;
}
.cyber-system-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #788574;
}
.cyber-system svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.cyber-floor {
  fill: #cdd9c522;
  stroke: #c6d1bf;
  stroke-width: 0.7;
}
.cyber-link {
  stroke: #a7baa0;
  stroke-width: 1;
  fill: none;
}
.cyber-node rect {
  fill: #fbfcf8;
  stroke: #bccbb3;
  stroke-width: 1;
}
.cyber-layer {
  stroke: #bccbb355;
  fill: none;
}
.cyber-node text {
  fill: #374a32;
  font-size: 12px;
  font-family: inherit;
}
.cyber-node circle {
  fill: #7c9e68;
}
.cyber-probe,
.cyber-probe-halo {
  fill: #44875f;
}
.cyber-finding {
  opacity: 0;
  transition: opacity 0.7s;
}
.cyber-finding rect {
  fill: #f2e4c7;
  stroke: #c4a56d;
}
.cyber-finding text {
  font-size: 11px;
  fill: #76551d;
}
.cyber-preview:not([data-step="0"]) .cyber-finding {
  opacity: 1;
}
.cyber-preview:not([data-step="0"]) .cyber-vulnerable rect {
  stroke: #c0a065;
  fill: #fbf6ea;
}
.cyber-preview:not([data-step="0"]) .cyber-vulnerable circle {
  fill: #b2863c;
}
.cyber-scan-caption {
  text-align: center;
  font-size: 12px;
  color: #6f7f65;
}
.cyber-preview[data-step="0"] .cyber-devices {
  opacity: 0.55;
}
.cyber-devices {
  transition: opacity 0.6s;
}
@media (max-width: 700px) {
  .cyber-system {
    padding: 14px 3px;
    margin-bottom: 25px;
  }
  .cyber-system-label {
    font-size: 8px;
    padding: 0 10px;
  }
  .cyber-system svg {
    min-height: 215px;
  }
  .cyber-scan-caption {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cyber-finding,
  .cyber-devices {
    transition: none;
  }
}
@media (max-width: 700px) {
  .cyber-node text {
    font-size: 19px;
  }
  .cyber-finding text {
    font-size: 17px;
  }
  .cyber-finding rect {
    transform: scaleX(1.35);
  }
  .cyber-node circle {
    display: none;
  }
}
