:root {
  color-scheme: dark;
  --bg: #080b12;
  --bg-raised: #0d121d;
  --surface: #111827;
  --text: #f7f8fb;
  --muted: #a0abc0;
  --muted-bright: #c6cddd;
  --line: rgba(173, 190, 221, 0.16);
  --line-strong: rgba(173, 190, 221, 0.28);
  --accent: #8d82ff;
  --accent-bright: #b6aeff;
  --accent-deep: #6659e8;
  --max: 1180px;
  --radius: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 75% 12%, rgba(69, 79, 187, 0.18), transparent 28rem),
    radial-gradient(circle at 14% 48%, rgba(34, 83, 142, 0.12), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-180%);
  border-radius: 8px;
  background: var(--text);
  color: var(--bg);
  padding: 10px 14px;
  font-weight: 750;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.brand img { filter: drop-shadow(0 8px 18px rgba(53, 93, 151, 0.24)); }

.site-header nav,
footer div {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a,
footer div a {
  color: var(--muted-bright);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a[aria-current="page"],
footer div a:hover,
footer div a:focus-visible { color: var(--text); }

.section-shell,
.document-shell,
footer {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
  min-height: 690px;
  padding-block: 78px 96px;
}

.eyebrow,
.kicker {
  margin: 0 0 17px;
  color: var(--accent-bright);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

h1, h2, h3, p { text-wrap: pretty; }

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 6vw, 6rem);
  font-weight: 820;
}

.hero h1 em {
  color: var(--accent-bright);
  font-style: normal;
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--muted-bright);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.2;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #7367ed);
  color: #080a11;
  box-shadow: 0 14px 40px rgba(104, 89, 232, 0.24);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
}

a.button { transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }

a.button:hover,
a.button:focus-visible {
  border-color: var(--accent);
  background-color: rgba(141, 130, 255, 0.1);
  transform: translateY(-1px);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 25px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.83rem;
  list-style: none;
}

.trust-list li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--accent-bright);
  font-weight: 800;
}

.product-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(161, 170, 255, 0.24);
  border-radius: 18px;
  background: #17191d;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.46), 0 0 80px rgba(75, 73, 163, 0.12);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.product-visual img {
  width: 100%;
  height: auto;
}

.window-bar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  background: #11151e;
  padding: 0 13px;
}

.window-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3b4251;
}

.window-bar div {
  margin-left: 8px;
  color: #778195;
  font-size: 0.68rem;
}

.principle-strip {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  border-block: 1px solid var(--line);
  background: rgba(13, 18, 29, 0.7);
  color: var(--muted-bright);
  font-size: clamp(0.86rem, 1.3vw, 1rem);
  font-weight: 680;
  letter-spacing: 0.01em;
}

.principle-strip p { margin: 0; }
.principle-strip span { color: var(--accent); }

.content-section { padding-block: clamp(90px, 11vw, 145px); }

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading h2,
.privacy-copy h2,
.closing-section h2,
.support-contact h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4.7vw, 4.35rem);
  font-weight: 790;
}

.section-heading > p:last-child,
.privacy-copy > p,
.closing-section > p,
.support-contact p {
  color: var(--muted-bright);
  font-size: 1.08rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 275px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(24, 32, 51, 0.76), rgba(13, 18, 29, 0.68));
  padding: 30px;
}

.step-number,
.support-number {
  display: block;
  margin-bottom: 58px;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
}

.steps h3,
.site-grid h3,
.support-grid h2 {
  margin-bottom: 11px;
  font-size: 1.3rem;
  font-weight: 760;
}

.steps p,
.site-grid p,
.support-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.supported-section { border-top: 1px solid var(--line); }
.compact-heading { margin-bottom: 44px; }

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

.site-grid article {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(16, 23, 37, 0.6);
  padding: 20px 22px;
}

.site-grid h3 { margin: 0 0 3px; }

.site-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 850;
}

.reddit-mark { background: #ff5b35; }
.youtube-mark { background: #eb3323; font-size: 0.88rem; }
.facebook-mark { background: #3479e9; font-family: Arial, sans-serif; font-size: 1.4rem; }

.status {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--muted-bright);
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
}

.status-on {
  border-color: rgba(141, 130, 255, 0.32);
  background: rgba(141, 130, 255, 0.08);
  color: var(--accent-bright);
}

.scope-note {
  max-width: 830px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.privacy-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  border-top: 1px solid var(--line);
}

.privacy-mark { position: relative; }

.privacy-mark::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: rgba(95, 107, 245, 0.2);
  filter: blur(55px);
}

.privacy-mark img {
  position: relative;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.38));
}

.privacy-copy > p { max-width: 690px; }

.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 34px;
  margin-block: 37px 32px;
}

.privacy-points div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.privacy-points strong,
.privacy-points span { display: block; }

.privacy-points strong {
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.privacy-points span {
  color: var(--muted);
  font-size: 0.87rem;
}

.text-link,
.legal-copy a,
.support-contact a:not(.button) {
  color: var(--accent-bright);
  font-weight: 720;
  text-underline-offset: 4px;
}

.closing-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: clamp(90px, 12vw, 150px);
  text-align: center;
}

.closing-section img { margin-bottom: 25px; }
.closing-section h2 { max-width: 850px; }

.closing-section > p:not(.kicker) { margin: 0 0 28px; }

footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

footer p { margin: 0; }

.footer-brand {
  color: var(--text);
  font-size: 0.92rem;
}

.copyright { white-space: nowrap; }

.document-shell {
  max-width: 920px;
  padding-block: 86px 130px;
}

.document-header {
  max-width: 790px;
  margin-bottom: 52px;
}

.document-header h1 {
  margin-bottom: 23px;
  font-size: clamp(3.3rem, 7vw, 5.8rem);
  font-weight: 820;
}

.document-summary {
  margin: 0;
  color: var(--muted-bright);
  font-size: clamp(1.06rem, 2.2vw, 1.3rem);
}

.effective-date {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.85rem;
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 74px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.policy-summary div {
  background: var(--bg-raised);
  padding: 23px;
}

.policy-summary strong,
.policy-summary span { display: block; }

.policy-summary strong {
  margin-bottom: 5px;
  color: var(--accent-bright);
}

.policy-summary span {
  color: var(--muted);
  font-size: 0.84rem;
}

.legal-copy section {
  scroll-margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-block: 42px;
}

.legal-copy section:last-child { border-bottom: 1px solid var(--line); }

.legal-copy h2 {
  margin-bottom: 17px;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  letter-spacing: -0.025em;
}

.legal-copy p,
.legal-copy li,
.legal-copy dd { color: var(--muted-bright); }

.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }

.legal-copy code {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
  padding: 2px 5px;
  color: var(--accent-bright);
  font-size: 0.86em;
}

.legal-copy dl {
  display: grid;
  gap: 12px;
  margin-block: 24px;
}

.legal-copy dl div {
  border-left: 2px solid var(--accent-deep);
  padding-left: 18px;
}

.legal-copy dt { font-weight: 760; }

.legal-copy dd { margin: 3px 0 0; }

.support-shell { max-width: 1060px; }
.support-shell .document-header { margin-bottom: 70px; }
.support-shell .document-header .button { margin-top: 30px; }

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.support-grid article {
  min-height: 270px;
  border-bottom: 1px solid var(--line);
  padding: 34px 36px 38px 0;
}

.support-grid article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-right: 0;
  padding-left: 36px;
}

.support-number { margin-bottom: 46px; }

.support-contact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 55px;
  margin-top: 82px;
  border: 1px solid rgba(141, 130, 255, 0.25);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(49, 45, 105, 0.32), rgba(16, 23, 37, 0.7));
  padding: clamp(30px, 5vw, 56px);
}

.support-contact h2 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.support-contact p:last-child {
  max-width: 670px;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.support-contact .button { flex: 0 0 auto; }

:focus-visible {
  outline: 3px solid var(--accent-bright);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 76px;
  }

  .hero-copy { max-width: 760px; }
  .product-visual { transform: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .step-number { margin-bottom: 42px; }
  footer { grid-template-columns: auto 1fr auto; }
  footer > p:not(.copyright) { display: none; }
}

@media (max-width: 720px) {
  .site-header { min-height: 76px; }
  .site-header nav { gap: 17px; }
  .site-header nav a:first-child { display: none; }

  .hero {
    gap: 56px;
    padding-block: 60px 76px;
  }

  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }

  .principle-strip {
    flex-direction: column;
    gap: 5px;
    padding: 22px;
  }

  .principle-strip span { display: none; }
  .content-section { padding-block: 84px; }
  .site-grid article { grid-template-columns: 44px 1fr; }

  .site-grid .status {
    grid-column: 2;
    justify-self: start;
  }

  .privacy-feature { grid-template-columns: 1fr; }

  .privacy-mark {
    width: min(72vw, 330px);
    margin-inline: auto;
  }

  .policy-summary,
  .support-grid { grid-template-columns: 1fr; }

  .support-grid article,
  .support-grid article:nth-child(even) {
    min-height: auto;
    border-left: 0;
    padding: 32px 0;
  }

  .support-number { margin-bottom: 35px; }

  .support-contact {
    align-items: stretch;
    flex-direction: column;
  }

  footer {
    grid-template-columns: 1fr auto;
    padding-block: 30px;
  }

  footer div {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .copyright { justify-self: end; }
}

@media (max-width: 460px) {
  .section-shell,
  .document-shell,
  footer,
  .site-header {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header nav { gap: 13px; }
  .site-header nav a { font-size: 0.84rem; }

  .hero-actions,
  .hero-actions .button,
  .support-shell .document-header .button { width: 100%; }

  .trust-list { display: grid; }
  .window-bar { display: none; }
  .product-visual { border-radius: 11px; }
  .steps li { padding: 25px; }
  .privacy-points { grid-template-columns: 1fr; }

  .document-shell { padding-block: 64px 95px; }
}

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