:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --ink-soft: #ccd3e7;
  --muted: #8991ab;
  --cream: #080910;
  --paper: #f8fbff;
  --void: #02030a;
  --panel: rgba(10, 13, 24, 0.72);
  --panel-strong: rgba(15, 20, 35, 0.9);
  --mint: #5cffd6;
  --blue: #4f9cff;
  --violet: #a96bff;
  --coral: #ff5f8f;
  --yellow: #ffe566;
  --line: rgba(145, 180, 255, 0.2);
  --glow-line: rgba(92, 255, 214, 0.42);
  --glass: rgba(9, 13, 26, 0.58);
  --glass-strong: rgba(13, 18, 36, 0.78);
  --hotline: rgba(255, 95, 143, 0.38);
  --shadow: 0 32px 110px rgba(0, 0, 0, 0.54);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(92, 255, 214, 0.82) rgba(3, 5, 13, 0.92);
  scrollbar-width: thin;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 10% -12%, rgba(92, 255, 214, 0.24), transparent 34%),
    radial-gradient(ellipse at 92% 8%, rgba(169, 107, 255, 0.2), transparent 38%),
    radial-gradient(ellipse at 76% 58%, rgba(255, 95, 143, 0.13), transparent 34%),
    linear-gradient(120deg, rgba(92, 255, 214, 0.06), transparent 28%, rgba(79, 156, 255, 0.08) 62%, transparent 82%),
    linear-gradient(180deg, #02030a 0%, #070712 38%, #03040b 100%);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(90deg, transparent 0 5px, rgba(92, 255, 214, 0.14) 5px 7px, transparent 7px 100%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.98), rgba(7, 10, 22, 0.96));
}

::-webkit-scrollbar-thumb {
  border: 3px solid rgba(2, 3, 10, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), transparent 16%),
    linear-gradient(180deg, #8fffe8, var(--mint) 42%, var(--blue));
  background-clip: padding-box;
  box-shadow:
    inset 0 0 0 1px rgba(248, 251, 255, 0.22),
    0 0 18px rgba(92, 255, 214, 0.48),
    0 0 34px rgba(79, 156, 255, 0.18);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #ffffff, transparent 16%),
    linear-gradient(180deg, #c6fff5, var(--mint) 46%, var(--coral));
  box-shadow:
    inset 0 0 0 1px rgba(248, 251, 255, 0.36),
    0 0 24px rgba(92, 255, 214, 0.66),
    0 0 42px rgba(255, 95, 143, 0.22);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(92, 255, 214, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 156, 255, 0.075) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 95, 143, 0.08) 48% 50%, transparent 50% 100%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 54px 54px, 54px 54px, 140px 140px;
  opacity: 0.62;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.56) 52%, transparent 92%);
  animation: gridGlide 16s linear infinite;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(92, 255, 214, 0.08), transparent),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: scanSweep 7s ease-in-out infinite;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.cursor-glow,
.background-fx {
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

.cursor-glow {
  left: 0;
  top: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(92, 255, 214, 0.28), rgba(79, 156, 255, 0.13) 38%, transparent 68%);
  opacity: 0.42;
  filter: blur(22px);
  mix-blend-mode: screen;
  transform: translate3d(-50%, -50%, 0);
}

.background-fx {
  inset: 0;
  overflow: hidden;
}

.float-shape {
  position: absolute;
  display: block;
  width: 54vw;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(92, 255, 214, 0.82), rgba(169, 107, 255, 0.76), transparent);
  box-shadow: 0 0 28px rgba(92, 255, 214, 0.42), 0 0 80px rgba(169, 107, 255, 0.28);
  filter: blur(0.3px);
  opacity: 0.7;
  transform-origin: center;
  animation: lineFadeDrift 10s ease-in-out infinite;
}

.shape-one {
  left: -12%;
  top: 24%;
  rotate: -18deg;
}

.shape-two {
  right: -15%;
  top: 52%;
  rotate: 16deg;
  animation-duration: 12s;
}

.shape-three {
  left: 12%;
  bottom: 12%;
  rotate: 7deg;
  background: linear-gradient(90deg, transparent, rgba(255, 95, 143, 0.72), rgba(79, 156, 255, 0.72), transparent);
  box-shadow: 0 0 30px rgba(255, 95, 143, 0.28), 0 0 90px rgba(79, 156, 255, 0.24);
  animation-duration: 14s;
  animation-direction: reverse;
}

.site-nav {
  position: sticky;
  z-index: 10;
  top: 14px;
  display: flex;
  width: min(1160px, calc(100vw - 28px));
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px auto 0;
  border: 1px solid rgba(92, 255, 214, 0.28);
  border-radius: 999px;
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(92, 255, 214, 0.08), transparent 24%, rgba(169, 107, 255, 0.08)),
    rgba(4, 7, 16, 0.68);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(92, 255, 214, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px) saturate(1.25);
}

.brand-link,
.site-nav nav {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 12px;
  padding-left: 4px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(92, 255, 214, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(223, 251, 244, 0.24), transparent 54%),
    #02030a;
  box-shadow:
    0 0 0 5px rgba(92, 255, 214, 0.06),
    0 0 24px rgba(92, 255, 214, 0.42),
    0 0 54px rgba(79, 156, 255, 0.2);
}

.brand-mark::after {
  position: absolute;
  inset: 4px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(92, 255, 214, 0.28);
  border-radius: inherit;
  box-shadow: inset 0 0 18px rgba(92, 255, 214, 0.16);
}

.brand-mark svg {
  width: 88%;
  height: 88%;
  filter: drop-shadow(0 0 12px rgba(92, 255, 214, 0.38));
}

.brand-link strong {
  font-size: 1.05rem;
}

.site-nav nav {
  gap: 6px;
}

.site-nav nav a {
  position: relative;
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 820;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.site-nav nav a:hover {
  background: rgba(92, 255, 214, 0.13);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(92, 255, 214, 0.28), 0 0 22px rgba(92, 255, 214, 0.16);
  transform: translateY(-1px);
}

main {
  position: relative;
  z-index: 1;
}

.hero,
.statement,
.feature-section,
.more-section,
.tester-section,
.security-section,
.faq-section,
.final-cta {
  width: min(1160px, calc(100vw - 28px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 52px 0 64px;
}

.hero::before {
  position: absolute;
  inset: 44px -4vw 54px;
  z-index: -1;
  pointer-events: none;
  content: "";
  border-block: 1px solid rgba(92, 255, 214, 0.13);
  background:
    linear-gradient(90deg, rgba(92, 255, 214, 0.08), transparent 34%, rgba(169, 107, 255, 0.1)),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035), transparent);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.hero-copy {
  display: grid;
  gap: 20px;
}

.eyebrow {
  margin: 0;
  color: var(--mint);
  text-shadow: 0 0 18px rgba(92, 255, 214, 0.5);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 520px;
  margin-bottom: 0;
  background: linear-gradient(115deg, #ffffff 0%, #dffcff 30%, #7df7dd 54%, #8fb7ff 72%, #ffffff 100%);
  background-size: 180% auto;
  background-clip: text;
  font-size: clamp(2.85rem, 5.6vw, 5.25rem);
  line-height: 0.9;
  letter-spacing: 0;
  color: transparent;
  text-shadow: 0 0 40px rgba(79, 156, 255, 0.16);
  animation: titleShine 8s ease-in-out infinite;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2.1rem, 4.7vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.32rem, 2.1vw, 2rem);
  line-height: 1.04;
}

.lede {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.primary-button,
.secondary-button {
  position: relative;
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
  transform: translateZ(0);
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    filter 260ms ease;
}

.primary-button::before,
.secondary-button::before {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.8) 46%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%) skewX(-16deg);
  transition: opacity 240ms ease, transform 520ms var(--ease-out);
}

.primary-button::after,
.secondary-button::after {
  position: absolute;
  left: var(--press-x, 50%);
  top: var(--press-y, 50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}

.primary-button.is-pressing::after,
.secondary-button.is-pressing::after {
  animation: buttonRipple 560ms var(--ease-out) forwards;
}

.primary-button {
  border-color: rgba(92, 255, 214, 0.42);
  background: linear-gradient(135deg, var(--mint), var(--blue) 54%, var(--violet));
  color: #02030a;
  box-shadow: 0 0 30px rgba(92, 255, 214, 0.22), 0 14px 34px rgba(0, 0, 0, 0.36);
}

.secondary-button {
  border-color: rgba(145, 180, 255, 0.24);
  background: rgba(10, 13, 24, 0.72);
  color: var(--paper);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.primary-button:hover,
.secondary-button:hover {
  filter: saturate(1.08);
  transform: translateY(-3px);
}

.primary-button:hover {
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42), 0 0 46px rgba(92, 255, 214, 0.38), 0 0 70px rgba(169, 107, 255, 0.22);
}

.primary-button:hover::before,
.secondary-button:hover::before,
.primary-button:focus-visible::before,
.secondary-button:focus-visible::before {
  opacity: 1;
  transform: translateX(120%) skewX(-16deg);
}

.primary-button:focus-visible,
.secondary-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(114, 167, 255, 0.24), 0 0 0 1px rgba(16, 16, 24, 0.42);
}

.primary-button:active,
.secondary-button:active {
  transform: translateY(-1px) scale(0.975);
  transition-duration: 90ms;
}

.hero-stage {
  position: relative;
  min-height: 620px;
}

.computer-stage {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  perspective: 1200px;
}

.desktop-orbit {
  position: absolute;
  width: min(94%, 800px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(92, 255, 214, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(92, 255, 214, 0.16), transparent 28%),
    conic-gradient(from 90deg, transparent, rgba(92, 255, 214, 0.36), transparent, rgba(255, 95, 143, 0.28), transparent, rgba(169, 107, 255, 0.28), transparent);
  filter: blur(0.2px);
  opacity: 0.86;
  animation: orbitPulse 7s ease-in-out infinite;
}

.computer {
  position: relative;
  z-index: 2;
  width: min(84%, 700px);
  transform: rotateY(-4deg) rotateX(2deg);
  animation: computerFloat 5.8s ease-in-out infinite;
}

.monitor {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 10px solid #070912;
  border-radius: 18px;
  background: linear-gradient(180deg, #101523, #060812);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.72),
    0 0 70px rgba(92, 255, 214, 0.18),
    inset 0 0 0 1px rgba(145, 180, 255, 0.18);
}

.monitor::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.browser-bar {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(145, 180, 255, 0.16);
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.045);
}

.browser-bar > span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 14px rgba(255, 95, 143, 0.34);
}

.browser-bar > span:nth-child(2) {
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(255, 229, 102, 0.3);
}

.browser-bar > span:nth-child(3) {
  background: var(--mint);
  box-shadow: 0 0 14px rgba(92, 255, 214, 0.34);
}

.address-bar {
  display: flex;
  min-height: 28px;
  flex: 1;
  align-items: center;
  margin-left: 8px;
  border: 1px solid rgba(145, 180, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(2, 3, 10, 0.55);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 780;
}

.browser-screen {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 10px;
  min-height: 0;
  height: calc(100% - 48px);
  padding: 10px;
}

.web-preview,
.desktop-panel {
  border: 1px solid rgba(145, 180, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.web-preview {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: hidden;
  padding: 14px;
}

.web-preview::before {
  position: absolute;
  inset: -30%;
  content: "";
  background:
    radial-gradient(circle at 22% 24%, rgba(92, 255, 214, 0.18), transparent 18%),
    radial-gradient(circle at 78% 62%, rgba(79, 156, 255, 0.18), transparent 22%);
  animation: screenGlow 6s ease-in-out infinite;
}

.article-line,
.article-grid,
.blocked-ad {
  position: relative;
  z-index: 1;
}

.article-line {
  width: 72%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(92, 255, 214, 0.2));
}

.article-line.wide {
  width: 92%;
  height: 22px;
}

.blocked-ad {
  display: grid;
  min-height: 84px;
  place-items: center;
  border: 1px solid rgba(255, 95, 143, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 95, 143, 0.16), rgba(92, 255, 214, 0.08)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 255, 255, 0.06) 12px 24px);
  color: #ffd7e3;
  font-weight: 950;
  text-transform: uppercase;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.article-grid span {
  min-height: 42px;
  border: 1px solid rgba(145, 180, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.desktop-panel {
  display: grid;
  gap: 12px;
  place-items: center;
  padding: 12px;
}

.desktop-logo {
  width: min(100%, 188px);
  aspect-ratio: 1;
  border: 1px solid rgba(92, 255, 214, 0.2);
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(92, 255, 214, 0.14);
  object-fit: contain;
}

.status-ring {
  position: relative;
  z-index: 1;
  display: grid;
  width: 132px;
  height: 132px;
  margin: 2px auto;
  place-items: center;
  border: 8px solid rgba(145, 180, 255, 0.18);
  border-top-color: var(--mint);
  border-right-color: var(--blue);
  border-bottom-color: var(--violet);
  border-radius: 50%;
  background: radial-gradient(circle, #151b2b, #070912);
  box-shadow: inset 0 0 34px rgba(79, 156, 255, 0.18), 0 0 52px rgba(92, 255, 214, 0.2);
  animation: ringDrift 5s ease-in-out infinite, ringGlow 2.8s ease-in-out infinite;
}

.status-ring span {
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 0.78;
}

.status-ring small {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-stat {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(145, 180, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 4px;
  padding: 13px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.desktop-stat strong {
  font-size: 0.98rem;
}

.desktop-stat span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.desktop-stat.accent {
  background: linear-gradient(135deg, rgba(92, 255, 214, 0.18), rgba(79, 156, 255, 0.18));
}

.monitor-neck {
  width: 92px;
  height: 58px;
  margin: 0 auto;
  background: linear-gradient(180deg, #121827, #080a12);
  box-shadow: inset 0 0 0 1px rgba(145, 180, 255, 0.14), 0 24px 46px rgba(0, 0, 0, 0.42);
}

.monitor-base {
  width: 260px;
  height: 24px;
  margin: 0 auto;
  border: 1px solid rgba(145, 180, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(90deg, #080a12, #182033, #080a12);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.54), 0 0 34px rgba(92, 255, 214, 0.12);
}

.statement {
  padding: 88px 0;
  text-align: center;
}

.statement h2 {
  max-width: 1060px;
  margin-inline: auto;
}

.statement p {
  max-width: 660px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.6;
}

.feature-section,
.more-section,
.tester-section,
.security-section,
.faq-section,
.final-cta {
  padding: 70px 0;
}

.section-head {
  max-width: 860px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(92, 255, 214, 0.16);
  padding-bottom: 18px;
}

.section-head h2 {
  margin-bottom: 0;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  min-height: 356px;
  border: 1px solid rgba(92, 255, 214, 0.18);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(160deg, var(--glass-strong), rgba(6, 8, 18, 0.72));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(1.18);
  transition: transform 320ms var(--ease-out), box-shadow 320ms ease;
}

.feature-panel::before,
.tester-copy::before,
.tester::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0 34%, rgba(92, 255, 214, 0.16), transparent 66% 100%);
  opacity: 0;
  transform: translateX(-36%);
  transition: opacity 260ms ease, transform 780ms var(--ease-out);
}

.feature-panel:hover::before,
.tester-copy:hover::before,
.tester:hover::before {
  opacity: 1;
  transform: translateX(36%);
}

.feature-panel:hover {
  transform: translateY(-8px);
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.62),
    0 0 54px rgba(79, 156, 255, 0.18),
    inset 0 0 0 1px rgba(92, 255, 214, 0.14);
}

.large-panel {
  grid-row: span 2;
  min-height: 728px;
  background:
    radial-gradient(circle at 18% 8%, rgba(92, 255, 214, 0.24), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(79, 156, 255, 0.22), transparent 38%),
    linear-gradient(160deg, rgba(92, 255, 214, 0.18), rgba(11, 14, 25, 0.9) 48%, rgba(169, 107, 255, 0.18));
}

.feature-panel p {
  max-width: 460px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.panel-art {
  width: 100%;
  height: 260px;
  margin-bottom: 28px;
  border: 1px solid rgba(248, 251, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 34px rgba(92, 255, 214, 0.08);
}

.network-art {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(92, 255, 214, 0.28), transparent 18%),
    radial-gradient(circle at 22% 28%, rgba(79, 156, 255, 0.4), transparent 16%),
    radial-gradient(circle at 76% 34%, rgba(169, 107, 255, 0.36), transparent 17%),
    radial-gradient(circle at 50% 76%, rgba(255, 95, 143, 0.28), transparent 18%),
    rgba(255, 255, 255, 0.04);
}

.network-art span {
  position: absolute;
  width: 68%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 255, 214, 0.72), transparent);
  animation: signalSweep 2.8s ease-in-out infinite;
}

.network-art span:nth-child(2) {
  rotate: 45deg;
  animation-delay: 0.2s;
}

.network-art span:nth-child(3) {
  rotate: -42deg;
  animation-delay: 0.4s;
}

.network-art span:nth-child(4) {
  rotate: 90deg;
  animation-delay: 0.6s;
}

.cleanup-art {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 20%, transparent 20% 28%, rgba(255, 255, 255, 0.08) 28% 80%, transparent 80%),
    linear-gradient(180deg, rgba(255, 95, 143, 0.36), rgba(92, 255, 214, 0.22));
  background-size: 100% 46px, auto;
  animation: cleanSlide 4.4s linear infinite;
}

.video-art {
  position: relative;
  background: linear-gradient(135deg, #0b0d17, #211938);
}

.video-art::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 64px solid var(--mint);
  filter: drop-shadow(0 0 26px rgba(116, 240, 204, 0.42));
  transform: translate(-38%, -50%);
}

.more-section {
  text-align: center;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.more-grid div,
.security-grid div {
  position: relative;
  display: grid;
  min-height: 142px;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(92, 255, 214, 0.18);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 32%),
    rgba(8, 12, 26, 0.66);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  transition: transform 260ms var(--ease-out), background 260ms ease;
}

.more-grid div::after,
.security-grid div::after {
  position: absolute;
  inset: auto 18px 14px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--mint), var(--blue), var(--coral));
  box-shadow: 0 0 18px rgba(92, 255, 214, 0.38);
  opacity: 0.58;
}

.more-grid div:hover,
.security-grid div:hover {
  background:
    linear-gradient(145deg, rgba(92, 255, 214, 0.16), transparent 38%),
    rgba(15, 19, 32, 0.86);
  transform: translateY(-5px);
}

.more-grid strong,
.security-grid strong {
  font-size: 1.24rem;
}

.more-grid span,
.security-grid span {
  color: var(--muted);
  line-height: 1.42;
}

.tester-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.tester-copy,
.tester {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(92, 255, 214, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(7, 11, 24, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.18);
}

.tester-copy {
  padding: clamp(24px, 4vw, 38px);
}

.tester-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  line-height: 1.6;
}

.tester {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 82% 18%, rgba(92, 255, 214, 0.2), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(255, 95, 143, 0.12), transparent 34%),
    rgba(7, 11, 24, 0.72);
}

.tester input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(92, 255, 214, 0.24);
  border-radius: 8px;
  padding: 0 20px;
  background: rgba(2, 3, 10, 0.56);
  color: var(--ink);
  outline: none;
  transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.tester input:focus {
  border-color: rgba(92, 255, 214, 0.72);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(92, 255, 214, 0.12), 0 0 32px rgba(92, 255, 214, 0.14);
}

.test-result {
  min-height: 54px;
  border: 1px solid rgba(145, 180, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-weight: 840;
}

.test-result.blocked {
  border-color: rgba(255, 95, 143, 0.7);
  background: rgba(255, 95, 143, 0.16);
  color: #ffd9e4;
  animation: resultPop 220ms ease both;
}

.test-result.allowed {
  border-color: rgba(92, 255, 214, 0.7);
  background: rgba(92, 255, 214, 0.15);
  color: #d4fff5;
  animation: resultPop 220ms ease both;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: start;
}

.security-grid {
  display: grid;
  gap: 12px;
}

.security-grid div:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(92, 255, 214, 0.22), transparent 52%),
    rgba(15, 19, 32, 0.78);
}

.security-grid div:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(79, 156, 255, 0.2), transparent 52%),
    rgba(15, 19, 32, 0.78);
}

.security-grid div:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(169, 107, 255, 0.22), transparent 52%),
    rgba(15, 19, 32, 0.78);
}

.faq-section {
  max-width: 900px;
  position: relative;
}

.faq-section h2 {
  text-align: center;
  border-bottom: 1px solid rgba(92, 255, 214, 0.16);
  padding-bottom: 18px;
}

details {
  border-top: 1px solid rgba(92, 255, 214, 0.16);
  overflow: hidden;
  padding: 0;
  transition: border-color 220ms ease, background 220ms ease;
}

details:last-child {
  border-bottom: 1px solid rgba(92, 255, 214, 0.16);
}

summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  padding: 22px 44px 22px 0;
  font-size: 1.18rem;
  font-weight: 920;
  transition: color 180ms ease, padding-left 220ms ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(92, 255, 214, 0.32);
  border-radius: 50%;
  color: var(--mint);
  content: "+";
  font-size: 1rem;
  line-height: 1;
  transition: transform 420ms var(--ease-out), background 320ms ease, color 320ms ease;
}

summary:hover {
  color: #ffffff;
  padding-left: 6px;
  text-shadow: 0 0 18px rgba(92, 255, 214, 0.24);
}

details[open] summary::before {
  background: rgba(92, 255, 214, 0.16);
  color: #dffff7;
  transform: rotate(45deg);
}

.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    height 620ms var(--ease-out),
    opacity 420ms ease,
    transform 620ms var(--ease-out);
  will-change: height, opacity, transform;
}

details[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-answer > p {
  max-width: 720px;
  margin: 0 0 24px 38px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.faq-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid rgba(92, 255, 214, 0.28);
  border-radius: 8px;
  padding: 18px 20px;
  background:
    linear-gradient(120deg, rgba(92, 255, 214, 0.12), transparent 44%, rgba(255, 95, 143, 0.1)),
    rgba(15, 19, 32, 0.64);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16), 0 0 34px rgba(92, 255, 214, 0.1);
  backdrop-filter: blur(14px);
}

.faq-contact span {
  color: var(--ink-soft);
  font-weight: 820;
}

.faq-contact a {
  color: #f8fff7;
  font-weight: 920;
  text-decoration: none;
  transition: color 180ms ease;
}

.faq-contact a:hover {
  color: var(--mint);
}

.final-cta {
  display: grid;
  min-height: 300px;
  place-items: center;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

.final-cta h2 {
  max-width: 900px;
  background: linear-gradient(110deg, #ffffff, var(--mint), var(--blue), var(--coral), #ffffff);
  background-size: 180% auto;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(92, 255, 214, 0.16));
  animation: titleShine 8s ease-in-out infinite;
}

.click-burst {
  position: fixed;
  z-index: 20;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border: 1px solid rgba(92, 255, 214, 0.72);
  border-radius: 50%;
  background: rgba(92, 255, 214, 0.2);
  box-shadow: 0 0 0 1px rgba(79, 156, 255, 0.34), 0 0 26px rgba(92, 255, 214, 0.48);
  transform: translate(-50%, -50%);
  animation: clickBurst 680ms var(--ease-out) forwards;
}

.confetti-piece {
  position: fixed;
  z-index: 30;
  width: var(--confetti-width, 8px);
  height: var(--confetti-height, 14px);
  pointer-events: none;
  border-radius: 2px;
  background: var(--confetti-color);
  box-shadow: 0 0 14px color-mix(in srgb, var(--confetti-color), transparent 42%);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: confettiBurst 1200ms var(--ease-out) forwards;
}

.confetti-piece.round {
  border-radius: 50%;
}

.confetti-piece.wide {
  height: 6px;
  border-radius: 999px;
}

code {
  color: var(--mint);
  font-weight: 820;
}

@keyframes laserDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  50% {
    transform: translate3d(42px, -30px, 0) scaleX(1.16);
  }
}

@keyframes lineFadeDrift {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  42% {
    opacity: 0.08;
    transform: translate3d(34px, -24px, 0) scaleX(1.12);
  }
  58% {
    opacity: 0;
    transform: translate3d(46px, -32px, 0) scaleX(1.18);
  }
}

@keyframes titleShine {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@keyframes gridGlide {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 54px 54px, 54px 54px;
  }
}

@keyframes scanSweep {
  0%,
  100% {
    opacity: 0.28;
    transform: translateX(-12%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(12%);
  }
}

@keyframes computerFloat {
  0%,
  100% {
    transform: rotateY(-4deg) rotateX(2deg) translateY(0);
  }
  50% {
    transform: rotateY(-2deg) rotateX(1deg) translateY(-14px);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.52;
    scale: 0.96;
    rotate: 0deg;
  }
  50% {
    opacity: 0.82;
    scale: 1.04;
    rotate: 8deg;
  }
}

@keyframes screenGlow {
  0%,
  100% {
    transform: translate3d(-2%, -2%, 0);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(3%, 2%, 0);
    opacity: 1;
  }
}

@keyframes ringDrift {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

@keyframes ringGlow {
  0%,
  100% {
    box-shadow: inset 0 0 30px rgba(79, 156, 255, 0.14), 0 0 34px rgba(169, 107, 255, 0.14);
  }
  50% {
    box-shadow: inset 0 0 38px rgba(92, 255, 214, 0.28), 0 0 68px rgba(79, 156, 255, 0.3);
  }
}

@keyframes signalSweep {
  0%,
  100% {
    opacity: 0.22;
    scale: 0.78 1;
  }
  50% {
    opacity: 0.74;
    scale: 1 1;
  }
}

@keyframes cleanSlide {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 92px, 0 0;
  }
}

@keyframes resultPop {
  from {
    transform: scale(0.985);
  }
  to {
    transform: scale(1);
  }
}

@keyframes clickBurst {
  from {
    opacity: 0.84;
    transform: translate(-50%, -50%) scale(0.42);
  }
  45% {
    opacity: 0.46;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5.4);
  }
}

@keyframes confettiBurst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.82);
  }
  72% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--confetti-x)), calc(-50% + var(--confetti-y) + 132px))
      rotate(var(--confetti-rotate))
      scale(0.92);
  }
}

@keyframes buttonRipple {
  from {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.2);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10);
  }
}

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

  .cursor-glow,
  .background-fx {
    display: none;
  }
}

@media (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-nav {
    align-items: stretch;
    border-radius: 18px;
    flex-wrap: wrap;
  }

  .site-nav nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 16px;
  }

  .hero,
  .feature-showcase,
  .tester-section,
  .security-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    width: min(1160px, calc(100vw - 28px));
    padding-top: 42px;
  }

  .hero-stage {
    min-height: 610px;
  }

  .desktop-orbit {
    width: min(94%, 760px);
  }

  .computer {
    width: min(86%, 690px);
    transform: none;
  }

  .browser-screen {
    grid-template-columns: 1fr;
  }

  .desktop-panel {
    grid-template-columns: 120px 1fr;
    align-items: center;
  }

  .desktop-logo {
    grid-row: span 2;
  }

  .status-ring {
    width: 132px;
    height: 132px;
  }

  .large-panel {
    grid-row: auto;
    min-height: 520px;
  }

  .more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .site-nav nav a {
    padding-inline: 8px;
    font-size: 0.86rem;
  }

  .site-nav .nav-cta {
    width: 100%;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5.1rem);
  }

  h2 {
    font-size: clamp(2.25rem, 14vw, 3.8rem);
  }

  .hero-stage {
    min-height: 570px;
  }

  .desktop-orbit {
    width: min(94%, 500px);
  }

  .computer {
    width: min(86%, 455px);
  }

  .monitor {
    aspect-ratio: 4 / 3;
    min-height: 0;
    border-width: 7px;
    border-radius: 16px;
  }

  .browser-screen {
    gap: 10px;
    min-height: 0;
    padding: 10px;
  }

  .web-preview {
    padding: 14px;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-grid span {
    min-height: 38px;
  }

  .desktop-panel {
    grid-template-columns: 1fr;
  }

  .desktop-logo {
    display: none;
  }

  .monitor-base {
    width: 210px;
  }

  .more-grid {
    grid-template-columns: 1fr;
  }

  .feature-section,
  .more-section,
  .tester-section,
  .security-section,
  .faq-section,
  .final-cta,
  .statement {
    padding: 52px 0;
  }

  .faq-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
