@import url("../../../../fonts.googleapis.com/css2@family=Orbitron%253Awght@500%3B600%3B700%3B800%3B900&family=Rajdhani%253Awght@500%3B600%3B700&family=Exo+2%253Awght@500%3B600%3B700%3B800%3B900&family=Teko%253Awght@500%3B600%3B700&family=Inter%253Awght@500%3B600%3B700%3B800&display=swap.css");

  .wis777-zeta-verify-zone,
  .wis777-zeta-verify-zone * {
    box-sizing: border-box;
  }

  .wis777-zeta-verify-zone {
    --zeta-bg: #030712;
    --zeta-navy: #071326;
    --zeta-navy-2: #0c1830;
    --zeta-gunmetal: #10141d;
    --zeta-chrome: #dbe7f7;
    --zeta-chrome-2: #8e9db4;
    --zeta-white: #f8fbff;
    --zeta-violet: #a783ff;
    --zeta-violet-2: #6d4dff;
    --zeta-blue: #43b7ff;
    --zeta-yellow: #ffd85a;
    --zeta-alert: #ffcf4a;
    --zeta-danger: #ff5164;
    --zeta-glass: rgba(219, 231, 247, 0.09);
    --zeta-border: rgba(219, 231, 247, 0.72);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: clamp(34px, 6vw, 90px) clamp(14px, 3vw, 30px);
    background:
      radial-gradient(circle at 22% 12%, rgba(167, 131, 255, 0.22), transparent 28%),
      radial-gradient(circle at 78% 20%, rgba(67, 183, 255, 0.15), transparent 26%),
      radial-gradient(circle at 46% 100%, rgba(248, 251, 255, 0.12), transparent 38%),
      linear-gradient(180deg, #030712 0%, #071326 46%, #090a13 100%);
    color: var(--zeta-white);
    font-family: Inter, Rajdhani, system-ui, sans-serif;
  }

  .wis777-zeta-verify-zone::before,
  .wis777-zeta-verify-zone::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .wis777-zeta-verify-zone::before {
    z-index: -7;
    background:
      linear-gradient(90deg, rgba(219, 231, 247, .055) 1px, transparent 1px) 0 0 / 48px 48px,
      linear-gradient(180deg, rgba(167, 131, 255, .055) 1px, transparent 1px) 0 0 / 48px 48px,
      radial-gradient(circle at 50% 18%, rgba(219, 231, 247, .08), transparent 34%);
    opacity: .7;
    animation: wis777ZetaGridDrift 18s linear infinite;
  }

  .wis777-zeta-verify-zone::after {
    z-index: -5;
    background:
      repeating-linear-gradient(
        102deg,
        transparent 0 14px,
        rgba(248, 251, 255, .12) 15px,
        transparent 17px 38px
      );
    opacity: .28;
    transform: translate3d(0, -12%, 0);
    animation: wis777ZetaRainDrift 1.25s linear infinite;
    mix-blend-mode: screen;
  }

  .wis777-zeta-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    overflow: hidden;
    pointer-events: none;
  }

  .wis777-zeta-bg span {
    position: absolute;
    display: block;
  }

  .wis777-zeta-orb {
    width: min(58vw, 560px);
    aspect-ratio: 1;
    border-radius: 999px;
    filter: blur(48px);
    opacity: .16;
    background: var(--zeta-violet);
    animation: wis777ZetaOrbFloat 8s ease-in-out infinite;
  }

  .wis777-zeta-orb.o1 {
    left: -20%;
    top: 4%;
  }

  .wis777-zeta-orb.o2 {
    right: -18%;
    top: 28%;
    background: var(--zeta-blue);
    animation-delay: -2.4s;
  }

  .wis777-zeta-orb.o3 {
    left: 30%;
    bottom: -22%;
    background: var(--zeta-chrome);
    animation-delay: -4.7s;
  }

  .wis777-zeta-shield {
    right: 8%;
    top: 9%;
    width: clamp(110px, 18vw, 230px);
    aspect-ratio: .82;
    opacity: .22;
    filter: drop-shadow(0 0 22px rgba(167, 131, 255, .24));
    clip-path: polygon(50% 0, 92% 15%, 86% 62%, 50% 100%, 14% 62%, 8% 15%);
    border: 3px solid rgba(219, 231, 247, .76);
    background:
      linear-gradient(180deg, rgba(219,231,247,.16), rgba(167,131,255,.08)),
      rgba(7,19,38,.5);
    animation: wis777ZetaShieldPulse 3.2s ease-in-out infinite;
  }

  .wis777-zeta-shield::before {
    content: "✓";
    position: absolute;
    inset: 18%;
    display: grid;
    place-items: center;
    border: 2px solid rgba(219, 231, 247, .55);
    color: var(--zeta-white);
    font-family: Orbitron, sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    clip-path: inherit;
  }

  .wis777-zeta-search-ghost {
    left: 5%;
    bottom: 9%;
    width: clamp(210px, 28vw, 380px);
    height: 58px;
    border: 2px solid rgba(219, 231, 247, .34);
    background: rgba(3, 7, 18, .62);
    border-radius: 14px;
    opacity: .42;
    box-shadow:
      inset 0 0 18px rgba(219,231,247,.09),
      0 0 22px rgba(167,131,255,.12);
  }

  .wis777-zeta-search-ghost::before {
    content: "Situs Resmi wis777";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(248,251,255,.78);
    font: 800 15px Rajdhani, sans-serif;
    letter-spacing: .04em;
  }

  .wis777-zeta-search-ghost::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 17px;
    height: 17px;
    border: 2px solid rgba(248,251,255,.8);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 8px 8px 0 -6px rgba(248,251,255,.8);
  }

  .wis777-zeta-warning-float {
    left: 8%;
    top: 18%;
    width: clamp(70px, 11vw, 128px);
    aspect-ratio: 1;
    opacity: .22;
    border: 2px solid rgba(255, 216, 90, .7);
    clip-path: polygon(50% 0, 100% 88%, 0 88%);
    background: rgba(255, 216, 90, .1);
    filter: drop-shadow(0 0 18px rgba(255,216,90,.2));
    animation: wis777ZetaWarningPulse 2.8s ease-in-out infinite;
  }

  .wis777-zeta-warning-float::before {
    content: "!";
    position: absolute;
    inset: 18% 0 0;
    display: grid;
    place-items: center;
    color: var(--zeta-yellow);
    font: 900 clamp(1.6rem, 4vw, 3rem) Orbitron, sans-serif;
  }

  .wis777-zeta-loading-ghost {
    right: 7%;
    bottom: 11%;
    width: clamp(160px, 22vw, 310px);
    height: 20px;
    border: 2px solid rgba(219, 231, 247, .35);
    opacity: .38;
    background:
      repeating-linear-gradient(
        90deg,
        rgba(248,251,255,.8) 0 18px,
        transparent 18px 25px
      );
    animation: wis777ZetaLoadingMove 1.4s linear infinite;
  }

  .wis777-zeta-pointer-glow {
    position: absolute;
    z-index: -2;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(219,231,247,.16), rgba(167,131,255,.12) 38%, transparent 70%);
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .wis777-zeta-verify-zone:hover .wis777-zeta-pointer-glow {
    opacity: 1;
  }

  .wis777-zeta-wrap {
    position: relative;
    z-index: 2;
    width: min(1160px, 100%);
    margin: 0 auto;
  }

  .wis777-zeta-hero {
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 54px);
  }

  .wis777-zeta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 9px 15px;
    border: 1px solid rgba(219, 231, 247, .85);
    background:
      linear-gradient(90deg, rgba(219,231,247,.16), rgba(167,131,255,.16)),
      rgba(3,7,18,.72);
    color: var(--zeta-chrome);
    font: 900 clamp(.72rem, 2.4vw, .94rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow:
      inset 0 0 18px rgba(219,231,247,.08),
      0 0 20px rgba(167,131,255,.18),
      5px 5px 0 rgba(0,0,0,.34);
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
  }

  .wis777-zeta-kicker::before {
    content: "!";
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--zeta-yellow);
    color: #06101f;
    box-shadow: 0 0 14px rgba(255,216,90,.42);
  }

  .wis777-zeta-title {
    margin: 0;
    font-family: Orbitron, Exo 2, Teko, sans-serif;
    font-size: clamp(2.05rem, 7.8vw, 5.8rem);
    line-height: .92;
    letter-spacing: -.06em;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    background:
      linear-gradient(180deg, #ffffff 0%, #dbe7f7 30%, #8e9db4 58%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 18px rgba(167,131,255,.34));
    text-shadow:
      0 2px 0 rgba(255,255,255,.45),
      0 7px 0 rgba(18, 20, 30, .9),
      -3px 0 0 rgba(67,183,255,.35),
      3px 0 0 rgba(167,131,255,.38);
  }

  .wis777-zeta-title span {
    color: var(--zeta-violet);
    background:
      linear-gradient(180deg, #ffffff 0%, #cfc4ff 34%, #8e7cff 64%, #f8fbff 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .wis777-zeta-sub {
    width: min(820px, 100%);
    margin: 16px auto 0;
    color: rgba(248, 251, 255, .82);
    font-size: clamp(1rem, 3.5vw, 1.18rem);
    line-height: 1.7;
    font-weight: 700;
  }

  .wis777-zeta-blue {
    color: var(--zeta-blue);
    font-weight: 900;
    text-shadow: 0 0 12px rgba(67,183,255,.4);
  }

  .wis777-zeta-violet {
    color: #c7b8ff;
    font-weight: 900;
    text-shadow: 0 0 12px rgba(167,131,255,.42);
  }

  .wis777-zeta-yellow {
    color: var(--zeta-yellow);
    font-weight: 900;
    text-shadow: 0 0 12px rgba(255,216,90,.36);
  }

  .wis777-zeta-hud-panel {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(219, 231, 247, .72);
    background:
      linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
      radial-gradient(circle at 10% 8%, rgba(167,131,255,.16), transparent 26%),
      radial-gradient(circle at 100% 0, rgba(67,183,255,.12), transparent 24%),
      rgba(7, 19, 38, .86);
    clip-path: polygon(
      18px 0,
      calc(100% - 42px) 0,
      100% 42px,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      42px 100%,
      0 calc(100% - 42px),
      0 18px
    );
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.12),
      inset 0 0 40px rgba(219,231,247,.06),
      0 20px 45px rgba(0,0,0,.35),
      0 0 28px rgba(167,131,255,.14);
  }

  .wis777-zeta-hud-panel::before,
  .wis777-zeta-hud-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .wis777-zeta-hud-panel::before {
    inset: 0;
    background:
      repeating-linear-gradient(0deg, rgba(248,251,255,.035) 0 1px, transparent 1px 8px),
      linear-gradient(110deg, transparent 0 42%, rgba(248,251,255,.24) 48%, transparent 56%);
    opacity: .56;
    mix-blend-mode: screen;
    animation: wis777ZetaPanelSweep 5.6s ease-in-out infinite;
  }

  .wis777-zeta-hud-panel::after {
    inset: 0;
    border: 2px solid rgba(167, 131, 255, .72);
    clip-path:
      polygon(
        0 0,
        33% 0,
        33% 5px,
        5px 5px,
        5px 33%,
        0 33%,
        0 0,
        100% 0,
        67% 0,
        67% 5px,
        calc(100% - 5px) 5px,
        calc(100% - 5px) 33%,
        100% 33%,
        100% 0,
        100% 100%,
        67% 100%,
        67% calc(100% - 5px),
        calc(100% - 5px) calc(100% - 5px),
        calc(100% - 5px) 67%,
        100% 67%,
        100% 100%,
        0 100%,
        33% 100%,
        33% calc(100% - 5px),
        5px calc(100% - 5px),
        5px 67%,
        0 67%
      );
    opacity: .85;
  }

  .wis777-zeta-section-head {
    margin-bottom: 18px;
    text-align: center;
  }

  .wis777-zeta-section-head h3 {
    margin: 0;
    font-family: Orbitron, Exo 2, Teko, sans-serif;
    font-size: clamp(1.8rem, 6.8vw, 4.1rem);
    line-height: .98;
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: var(--zeta-white);
    text-shadow:
      0 3px 0 rgba(18,20,30,.95),
      -2px 0 0 rgba(67,183,255,.42),
      2px 0 0 rgba(167,131,255,.52),
      0 0 22px rgba(219,231,247,.24);
  }

  .wis777-zeta-section-head p {
    width: min(760px, 100%);
    margin: 10px auto 0;
    color: rgba(248,251,255,.78);
    font-size: clamp(1rem, 3.4vw, 1.14rem);
    line-height: 1.62;
    font-weight: 700;
  }

  .wis777-zeta-article {
    margin-bottom: clamp(38px, 7vw, 70px);
    padding: clamp(18px, 4vw, 32px);
  }

  .wis777-zeta-article-top {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
  }

  .wis777-zeta-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .wis777-zeta-alert-badge,
  .wis777-zeta-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(248,251,255,.62);
    background: rgba(3,7,18,.72);
    color: var(--zeta-chrome);
    font: 900 clamp(.68rem, 2.4vw, .82rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: inset 0 0 14px rgba(219,231,247,.06), 4px 4px 0 rgba(0,0,0,.28);
  }

  .wis777-zeta-alert-badge {
    background: linear-gradient(90deg, rgba(255,216,90,.95), rgba(255,207,74,.78));
    color: #08111f;
    animation: wis777ZetaWarningBadge 2.2s ease-in-out infinite;
  }

  .wis777-zeta-alert-badge::before {
    content: "!";
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #08111f;
    color: var(--zeta-yellow);
  }

  .wis777-zeta-status-badge::before {
    content: "✓";
    color: var(--zeta-blue);
    text-shadow: 0 0 10px rgba(67,183,255,.55);
  }

  .wis777-zeta-article h3 {
    margin: 0;
    font-family: Orbitron, Exo 2, Teko, sans-serif;
    font-size: clamp(1.85rem, 7vw, 4.8rem);
    line-height: .95;
    letter-spacing: -.06em;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    background: linear-gradient(180deg, #ffffff, #dbe7f7 35%, #8793aa 68%, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 18px rgba(167,131,255,.3));
    text-shadow: 0 5px 0 rgba(10, 12, 18, .9);
  }

  .wis777-zeta-search-panel {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(520px, 100%);
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid rgba(219,231,247,.58);
    background:
      linear-gradient(180deg, rgba(248,251,255,.1), rgba(248,251,255,.035)),
      rgba(3,7,18,.72);
    border-radius: 14px;
    box-shadow:
      inset 0 0 18px rgba(219,231,247,.07),
      0 0 18px rgba(167,131,255,.12);
  }

  .wis777-zeta-search-panel::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid var(--zeta-chrome);
    border-radius: 50%;
    box-shadow: 8px 8px 0 -6px var(--zeta-chrome);
    opacity: .9;
  }

  .wis777-zeta-search-text {
    min-width: 0;
    flex: 1;
    color: rgba(248,251,255,.86);
    font: 800 clamp(.88rem, 3.2vw, 1rem) Rajdhani, Inter, sans-serif;
    letter-spacing: .04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wis777-zeta-cursor {
    width: 2px;
    height: 22px;
    background: var(--zeta-blue);
    box-shadow: 0 0 12px rgba(67,183,255,.72);
    animation: wis777ZetaCursorBlink .8s steps(1) infinite;
  }

  .wis777-zeta-article-body {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 15px;
  }

  .wis777-zeta-brief-line {
    position: relative;
    overflow: hidden;
    padding: clamp(16px, 3.4vw, 24px);
    border: 1px solid rgba(219,231,247,.48);
    background:
      linear-gradient(180deg, rgba(248,251,255,.08), rgba(248,251,255,.026)),
      linear-gradient(90deg, rgba(67,183,255,.08), rgba(167,131,255,.08)),
      rgba(3,7,18,.58);
    border-radius: 18px;
    box-shadow:
      inset 0 0 18px rgba(219,231,247,.05),
      0 10px 24px rgba(0,0,0,.22);
  }

  .wis777-zeta-brief-line::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(248,251,255,.24), transparent);
    transform: translateX(-130%);
    animation: wis777ZetaChromeSweep 4.4s ease-in-out infinite;
    opacity: .68;
  }

  .wis777-zeta-line-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    padding: 6px 10px;
    border: 1px solid rgba(219,231,247,.58);
    background: rgba(219,231,247,.08);
    color: var(--zeta-chrome);
    font: 900 clamp(.68rem, 2.4vw, .82rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .wis777-zeta-line-label::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--zeta-blue);
    box-shadow:
      13px 0 0 var(--zeta-violet),
      0 0 12px rgba(67,183,255,.72);
  }

  .wis777-zeta-brief-line p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(248,251,255,.86);
    font-size: clamp(1rem, 3.6vw, 1.15rem);
    line-height: 1.74;
    font-weight: 700;
  }

  .wis777-zeta-divider {
    position: relative;
    z-index: 3;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 38px;
    border: 1px solid rgba(219,231,247,.44);
    background: rgba(3,7,18,.62);
    border-radius: 12px;
  }

  .wis777-zeta-divider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      repeating-linear-gradient(
        90deg,
        rgba(219,231,247,.1) 0 18px,
        rgba(167,131,255,.32) 18px 22px,
        transparent 22px 31px
      );
    transform: translateX(-35px);
    animation: wis777ZetaLoadingStrip 1.4s linear infinite;
  }

  .wis777-zeta-divider span {
    position: relative;
    z-index: 2;
    padding: 4px 10px;
    background: rgba(3,7,18,.78);
    color: var(--zeta-chrome);
    font: 900 clamp(.66rem, 2.3vw, .8rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
  }

  .wis777-zeta-faq {
    margin-bottom: clamp(38px, 7vw, 70px);
  }

  .wis777-zeta-switchboard {
    display: grid;
    gap: 13px;
    padding: clamp(16px, 3.6vw, 26px);
  }

  .wis777-zeta-faq-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(219,231,247,.5);
    background:
      linear-gradient(180deg, rgba(248,251,255,.075), rgba(248,251,255,.025)),
      rgba(3,7,18,.64);
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .wis777-zeta-faq-item:hover,
  .wis777-zeta-faq-item.is-open {
    transform: translateY(-3px);
    border-color: rgba(219,231,247,.86);
    box-shadow:
      inset 0 0 22px rgba(219,231,247,.06),
      0 0 22px rgba(167,131,255,.18),
      0 0 20px rgba(67,183,255,.1);
  }

  .wis777-zeta-faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(219,231,247,.26), transparent);
    transform: translateX(-120%);
    opacity: 0;
  }

  .wis777-zeta-faq-item.is-open::before {
    animation: wis777ZetaFaqScan .9s ease-out both;
  }

  .wis777-zeta-faq-button {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 14px;
    text-align: left;
    color: var(--zeta-white);
    font-family: Inter, Rajdhani, sans-serif;
  }

  .wis777-zeta-faq-icon {
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    border: 1px solid rgba(219,231,247,.68);
    background:
      linear-gradient(180deg, rgba(219,231,247,.14), rgba(167,131,255,.1)),
      rgba(3,7,18,.7);
    color: var(--zeta-yellow);
    font: 900 1.15rem Orbitron, sans-serif;
    clip-path: polygon(50% 0, 100% 88%, 0 88%);
    filter: drop-shadow(0 0 12px rgba(255,216,90,.2));
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-faq-icon {
    color: var(--zeta-blue);
    clip-path: polygon(50% 0, 92% 15%, 86% 62%, 50% 100%, 14% 62%, 8% 15%);
  }

  .wis777-zeta-faq-icon::before {
    content: "!";
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-faq-icon::before {
    content: "✓";
  }

  .wis777-zeta-faq-status {
    padding: 6px 9px;
    border: 1px solid rgba(219,231,247,.48);
    background: rgba(219,231,247,.08);
    color: var(--zeta-chrome);
    font: 900 clamp(.62rem, 2.2vw, .76rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(0,0,0,.26);
  }

  .wis777-zeta-faq-question {
    min-width: 0;
    font-size: clamp(1rem, 3.7vw, 1.26rem);
    line-height: 1.28;
    font-weight: 800;
  }

  .wis777-zeta-faq-toggle {
    display: grid;
    place-items: center;
    width: 40px;
    aspect-ratio: 1;
    border: 1px solid rgba(219,231,247,.66);
    color: var(--zeta-white);
    background: rgba(167,131,255,.16);
    font: 900 1.15rem Orbitron, sans-serif;
    box-shadow: inset 0 0 14px rgba(167,131,255,.12);
    transition: transform .25s ease, background .25s ease;
  }

  .wis777-zeta-faq-toggle::before {
    content: "+";
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-faq-toggle {
    transform: rotate(45deg);
    background: rgba(219,231,247,.16);
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-faq-toggle::before {
    content: "×";
    transform: rotate(-45deg);
  }

  .wis777-zeta-faq-answer {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .32s ease, opacity .32s ease;
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .wis777-zeta-faq-answer-inner {
    overflow: hidden;
  }

  .wis777-zeta-scan-result {
    position: relative;
    overflow: hidden;
    margin: 0 14px 14px;
    padding: 15px;
    border: 1px dashed rgba(219,231,247,.58);
    background:
      repeating-linear-gradient(0deg, rgba(248,251,255,.03) 0 1px, transparent 1px 8px),
      linear-gradient(180deg, rgba(219,231,247,.08), rgba(3,7,18,.7));
    color: rgba(248,251,255,.84);
    font-size: clamp(.98rem, 3.5vw, 1.1rem);
    line-height: 1.62;
    font-weight: 700;
  }

  .wis777-zeta-faq-item.is-open .wis777-zeta-scan-result {
    animation: wis777ZetaScanReveal .42s ease-out both;
  }

  .wis777-zeta-scan-result strong {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border: 1px solid rgba(219,231,247,.62);
    background: rgba(219,231,247,.13);
    color: var(--zeta-chrome);
    font: 900 .72rem Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(167,131,255,.38);
  }

  .wis777-zeta-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 3vw, 22px);
  }

  .wis777-zeta-trust-log {
    position: relative;
    overflow: hidden;
    padding: clamp(16px, 3.5vw, 22px);
    border: 1px solid rgba(219,231,247,.62);
    background:
      linear-gradient(180deg, rgba(248,251,255,.08), rgba(248,251,255,.026)),
      linear-gradient(135deg, rgba(67,183,255,.08), rgba(167,131,255,.1)),
      rgba(3,7,18,.78);
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    box-shadow:
      inset 0 0 24px rgba(219,231,247,.05),
      0 16px 34px rgba(0,0,0,.28),
      0 0 22px rgba(167,131,255,.1);
    opacity: 0;
    transform: translateY(24px) rotate(var(--rot, 0deg));
    transition: opacity .6s ease, transform .6s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .wis777-zeta-trust-log:nth-child(1) { --rot: -1deg; }
  .wis777-zeta-trust-log:nth-child(2) { --rot: .75deg; }
  .wis777-zeta-trust-log:nth-child(3) { --rot: .45deg; }
  .wis777-zeta-trust-log:nth-child(4) { --rot: -.65deg; }
  .wis777-zeta-trust-log:nth-child(5) {
    --rot: .45deg;
    grid-column: 1 / -1;
    width: min(640px, 100%);
    justify-self: center;
  }

  .wis777-zeta-trust-log.is-seen {
    opacity: 1;
    transform: translateY(0) rotate(var(--rot, 0deg));
  }

  .wis777-zeta-trust-log:hover {
    transform: translateY(-7px) rotate(0deg);
    border-color: rgba(219,231,247,.9);
    box-shadow:
      inset 0 0 26px rgba(219,231,247,.07),
      0 22px 40px rgba(0,0,0,.34),
      0 0 26px rgba(167,131,255,.18);
  }

  .wis777-zeta-trust-log::before,
  .wis777-zeta-trust-log::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .wis777-zeta-trust-log::before {
    left: 0;
    right: 0;
    top: -26%;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(219,231,247,.28), transparent);
    transform: translateY(-120%);
    opacity: .78;
  }

  .wis777-zeta-trust-log.is-seen::before {
    animation: wis777ZetaReviewScan 1.15s ease-out .15s both;
  }

  .wis777-zeta-trust-log::after {
    inset: 0;
    background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.22) 48%, transparent 56%);
    opacity: .48;
    transform: translateX(-130%);
  }

  .wis777-zeta-trust-log:hover::after {
    animation: wis777ZetaChromeSweep .9s ease-out both;
  }

  .wis777-zeta-log-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }

  .wis777-zeta-user-group {
    min-width: 0;
  }

  .wis777-zeta-user {
    margin: 0;
    color: var(--zeta-white);
    font: 900 clamp(1.12rem, 4vw, 1.65rem) Orbitron, Exo 2, sans-serif;
    line-height: 1.06;
    letter-spacing: -.04em;
    text-transform: uppercase;
    text-shadow:
      0 3px 0 rgba(0,0,0,.8),
      -2px 0 0 rgba(67,183,255,.36),
      2px 0 0 rgba(167,131,255,.42);
  }

  .wis777-zeta-user-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    color: var(--zeta-blue);
    font: 900 .72rem Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .wis777-zeta-user-status::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--zeta-blue);
    color: #06101f;
    box-shadow: 0 0 10px rgba(67,183,255,.48);
  }

  .wis777-zeta-date {
    flex: 0 0 auto;
    padding: 6px 8px;
    border: 1px solid rgba(219,231,247,.54);
    background: rgba(219,231,247,.1);
    color: var(--zeta-chrome);
    font: 900 .66rem Orbitron, Rajdhani, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .wis777-zeta-rating {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(219,231,247,.62);
    background:
      linear-gradient(180deg, rgba(248,251,255,.2), rgba(142,157,180,.12)),
      rgba(3,7,18,.66);
    color: var(--zeta-white);
    font: 900 clamp(.78rem, 2.6vw, .92rem) Orbitron, Rajdhani, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: inset 0 0 14px rgba(219,231,247,.06), 3px 3px 0 rgba(0,0,0,.25);
  }

  .wis777-zeta-rating::before {
    content: "★★★★★";
    color: var(--zeta-chrome);
    text-shadow: 0 0 12px rgba(219,231,247,.5), 0 0 16px rgba(167,131,255,.28);
  }

  .wis777-zeta-log-copy {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(248,251,255,.82);
    font-size: clamp(.98rem, 3.5vw, 1.1rem);
    line-height: 1.62;
    font-weight: 700;
  }

  .wis777-zeta-official {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(255,216,90,.5);
    background: rgba(255,216,90,.12);
    color: var(--zeta-yellow);
    font: 900 .72rem Orbitron, Rajdhani, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 0 14px rgba(255,216,90,.08);
  }

  .wis777-zeta-official::before {
    content: "OFFICIAL";
    color: #08111f;
    background: var(--zeta-yellow);
    padding: 3px 6px;
  }

  .wis777-zeta-spark {
    position: absolute;
    z-index: -1;
    left: var(--x);
    top: var(--y);
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: rgba(248,251,255,.9);
    box-shadow:
      0 0 10px rgba(248,251,255,.8),
      0 0 18px rgba(167,131,255,.36);
    opacity: .62;
    pointer-events: none;
    animation: wis777ZetaSparkFloat var(--d) ease-in-out infinite;
    animation-delay: var(--delay);
  }

  .wis777-zeta-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
  }

  .wis777-zeta-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes wis777ZetaGridDrift {
    from { background-position: 0 0, 0 0, 0 0; }
    to { background-position: 48px 48px, -48px 48px, 0 0; }
  }

  @keyframes wis777ZetaRainDrift {
    from { transform: translate3d(-18px, -12%, 0); }
    to { transform: translate3d(18px, 12%, 0); }
  }

  @keyframes wis777ZetaOrbFloat {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(18px,-16px,0) scale(1.08); }
  }

  @keyframes wis777ZetaShieldPulse {
    0%, 100% { opacity: .18; filter: drop-shadow(0 0 14px rgba(167,131,255,.18)); }
    50% { opacity: .32; filter: drop-shadow(0 0 28px rgba(219,231,247,.28)); }
  }

  @keyframes wis777ZetaWarningPulse {
    0%, 100% { opacity: .16; transform: translateY(0) scale(1); }
    50% { opacity: .3; transform: translateY(-5px) scale(1.04); }
  }

  @keyframes wis777ZetaLoadingMove {
    from { background-position: 0 0; }
    to { background-position: 25px 0; }
  }

  @keyframes wis777ZetaPanelSweep {
    0% { background-position: 0 0, -150% 0; }
    100% { background-position: 0 48px, 230% 0; }
  }

  @keyframes wis777ZetaWarningBadge {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(255,216,90,.24)); }
    50% { filter: drop-shadow(0 0 15px rgba(255,216,90,.58)); }
  }

  @keyframes wis777ZetaCursorBlink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @keyframes wis777ZetaChromeSweep {
    from { transform: translateX(-130%); opacity: .08; }
    45% { opacity: .78; }
    to { transform: translateX(130%); opacity: 0; }
  }

  @keyframes wis777ZetaLoadingStrip {
    from { transform: translateX(-35px); }
    to { transform: translateX(35px); }
  }

  @keyframes wis777ZetaFaqScan {
    from { transform: translateX(-120%); opacity: .08; }
    48% { opacity: .86; }
    to { transform: translateX(120%); opacity: 0; }
  }

  @keyframes wis777ZetaScanReveal {
    0% { transform: translateY(-8px) scaleY(.9); opacity: .2; filter: saturate(1.8); }
    60% { transform: translateY(0) scaleY(1.02); opacity: 1; }
    100% { transform: translateY(0) scaleY(1); filter: saturate(1); }
  }

  @keyframes wis777ZetaReviewScan {
    from { transform: translateY(-120%); opacity: 0; }
    25% { opacity: .95; }
    to { transform: translateY(360%); opacity: 0; }
  }

  @keyframes wis777ZetaSparkFloat {
    0%, 100% { transform: translate3d(0,0,0) scale(.85); opacity: .24; }
    50% { transform: translate3d(var(--dx), var(--dy), 0) scale(1.25); opacity: .9; }
  }

  @media (max-width: 780px) {
    .wis777-zeta-verify-zone {
      padding-inline: 12px;
    }

    .wis777-zeta-faq-button {
      grid-template-columns: auto 1fr auto;
    }

    .wis777-zeta-faq-status {
      grid-column: 1 / -1;
      width: fit-content;
    }

    .wis777-zeta-review-grid {
      grid-template-columns: 1fr;
    }

    .wis777-zeta-trust-log:nth-child(n) {
      grid-column: auto;
      width: 100%;
      --rot: 0deg;
    }

    .wis777-zeta-trust-log:hover {
      transform: translateY(-5px) rotate(0deg);
    }

    .wis777-zeta-shield,
    .wis777-zeta-warning-float,
    .wis777-zeta-loading-ghost,
    .wis777-zeta-search-ghost {
      opacity: .16;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .wis777-zeta-verify-zone,
    .wis777-zeta-verify-zone *,
    .wis777-zeta-verify-zone::before,
    .wis777-zeta-verify-zone::after {
      animation-duration: .001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .001ms !important;
      scroll-behavior: auto !important;
    }

    .wis777-zeta-spark,
    .wis777-zeta-pointer-glow {
      display: none !important;
    }
  }
