@charset "utf-8";
/* ==========================================================================
   Ads Remover — "SIGNAL" design system
   A dark, high-contrast product page. Near-black ground, electric lime for
   every affirmative action, oversized geometric type, hard-edged cards with
   1px hairlines rather than shadows.

   palette  void #0B0F14 · panel #131A22 · line #22303C · text #E8EEF3
            muted #90A2B0 · lime #e8a03c · limeInk #0B0F14 · sky #8fb85e
   type     Plus Jakarta Sans throughout
   ========================================================================== */

:root {
  --void: #0b0f14;
  --panel: #131a22;
  --panel2: #18212b;
  --line: #22303c;
  --text: #e8eef3;
  --muted: #90a2b0;
  --lime: #e8a03c;
  --lime-dk: #c8842a;
  --sky: #8fb85e;
  --r: 14px;
  --shell: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", -apple-system, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: var(--text);
  background: var(--void);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--lime); }
p { margin: 0 0 1.05em; }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.1; margin: 0; color: #fff; letter-spacing: -.03em; }

.shell { width: min(var(--shell), 92%); margin-inline: auto; }
.narrow { max-width: 760px; margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--lime); color: var(--void); padding: 10px 16px; font-weight: 800; text-decoration: none;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--lime); color: var(--void); text-decoration: none;
  padding: 17px 32px; border: 0; border-radius: 999px;
  font-weight: 800; font-size: 1.02rem; letter-spacing: -.01em;
  cursor: pointer; text-align: center;
  transition: background .15s ease, transform .12s ease;
}
.btn:hover { background: #f2ae52; transform: translateY(-2px); }
.btn:active { transform: none; }
.btn img { width: 20px; height: 20px; }
.btn-block { display: flex; width: 100%; }
.btn-sm { padding: 11px 20px; font-size: .88rem; }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--panel); color: #fff; transform: none; }

/* ---------- bars + header ---------- */

.adbar {
  text-align: center; padding: 8px 12px; background: #060a0e; color: var(--muted);
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
}

/* The logo is dark artwork on transparency, so the header runs light against
   the dark body rather than hiding the wordmark on a near-black bar. */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #dfe5ec; position: relative;
}
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 50px; width: auto; }
.compat { display: none; align-items: center; gap: 8px; font-size: .84rem; color: #5b6672; }
.compat b { color: #16202b; }
@media (min-width: 860px) { .compat { display: flex; } }

/* ---------- hero ---------- */

.hero { padding: 56px 0 44px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -40% 30% auto 30%; height: 420px;
  background: radial-gradient(closest-side, rgba(232,160,60,.18), transparent 70%);
  pointer-events: none;
}
.hero > * { position: relative; }
.hero h1 { font-size: clamp(2.2rem, 6.4vw, 4.1rem); margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero .sub { font-size: 1.1rem; color: var(--muted); max-width: 52ch; margin: 0 auto 26px; }

.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: 22px 0 0; padding: 0; list-style: none; }
.trust li { display: flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; color: var(--muted); }
.trust svg { width: 17px; height: 17px; color: var(--lime); }

.stars { color: var(--lime); letter-spacing: 2px; font-size: .95rem; }
.hero-meta { font-size: .82rem; color: var(--muted); margin-top: 14px; }

.hero-shot { margin: 40px auto 0; max-width: 917px; }
.hero-shot img { width: 100%; border-radius: var(--r); border: 1px solid var(--line); background: var(--panel); }

/* ---------- sections ---------- */

.sec { padding: 60px 0; }
.sec-alt { background: var(--panel); border-block: 1px solid var(--line); }
.sec-head { text-align: center; max-width: 60ch; margin: 0 auto 40px; }
.sec-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 12px; }
.sec-head p { color: var(--muted); margin: 0; }

.eyebrow {
  font-size: .7rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--lime); margin-bottom: 12px;
}

/* ---------- alternating feature rows ---------- */

.rows { display: grid; gap: 24px; }
.row {
  display: grid; gap: 22px; align-items: center;
  background: var(--panel2); border: 1px solid var(--line); border-radius: 20px; padding: 22px;
}
.row img { width: 100%; border-radius: 10px; }
.row-t .ic {
  width: 44px; height: 44px; border-radius: 12px; background: rgba(232,160,60,.14);
  display: grid; place-items: center; margin-bottom: 14px;
}
.row-t .ic svg { width: 22px; height: 22px; color: var(--lime); }
.row-t h3 { font-size: 1.4rem; margin-bottom: 8px; }
.row-t p { color: var(--muted); margin: 0; }
@media (min-width: 820px) {
  .row { grid-template-columns: 1fr 1fr; gap: 40px; padding: 30px; }
  .row:nth-child(even) .row-media { order: 2; }
}

/* ---------- reviews ---------- */

.revs { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.rev { background: var(--panel2); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.rev p { font-size: 1rem; margin: 12px 0 14px; }
.rev cite { font-style: normal; font-size: .85rem; color: var(--muted); font-weight: 700; }

.count { text-align: center; margin-top: 26px; font-size: .88rem; color: var(--muted); }

/* ---------- steps ---------- */

.steps { display: grid; gap: 20px; }
.step {
  background: var(--panel2); border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden; position: relative;
}
.step-n {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; background: var(--lime); color: var(--void);
  display: grid; place-items: center; font-weight: 800; font-size: .95rem;
}
.step img { width: 100%; background: #fff; }
.step-b { padding: 18px 20px 22px; }
.step h3 { font-size: 1.12rem; margin-bottom: 5px; }
.step p { color: var(--muted); margin: 0; font-size: .93rem; }
@media (min-width: 760px) { .steps { grid-template-columns: 1fr 1fr; } }

/* ---------- devices band ---------- */

.devices { display: grid; gap: 30px; align-items: center; }
.devices img { max-width: 420px; margin-inline: auto; }
.devices h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin-bottom: 12px; }
.devices p { color: var(--muted); }
@media (min-width: 820px) { .devices { grid-template-columns: .9fr 1.1fr; gap: 50px; } }

/* ---------- honesty note ---------- */

.note {
  background: rgba(143,184,94,.10); border: 1px solid rgba(143,184,94,.34);
  border-radius: var(--r); padding: 20px 22px; margin: 28px 0;
}
.note h3 { font-size: .95rem; color: var(--sky); margin: 0 0 8px; letter-spacing: 0; }
.note p { font-size: .91rem; color: #cddcc0; margin: 0 0 .6em; }
.note p:last-child { margin: 0; }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: 10px; }
.faq details { background: var(--panel2); border: 1px solid var(--line); border-radius: var(--r); }
.faq summary {
  font-weight: 700; font-size: 1.02rem; color: #fff; cursor: pointer; list-style: none;
  padding: 17px 20px; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.35rem; color: var(--lime); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq .a { padding: 0 20px 18px; font-size: .93rem; color: var(--muted); }
.faq .a p:last-child { margin: 0; }

/* ---------- final CTA ---------- */

.final { text-align: center; padding: 66px 0; border-top: 1px solid var(--line); }
.final h2 { font-size: clamp(1.8rem, 4.6vw, 3rem); margin-bottom: 14px; }
.final p { color: var(--muted); max-width: 50ch; margin: 0 auto 24px; }
.final-fine { font-size: .78rem; color: #6c7d8b; margin: 22px auto 0; max-width: 70ch; }
.final-fine a { color: var(--muted); }

/* ---------- footer ---------- */

.site-footer { background: #060a0e; border-top: 1px solid var(--line); padding: 34px 0 22px; font-size: 14px; color: var(--muted); }
.foot-top { display: grid; gap: 26px; grid-template-columns: 1fr; padding-bottom: 22px; }
.foot-brand img { height: 46px; width: auto; margin-bottom: 12px; }
.foot-brand p { margin: 0; color: #6c7d8b; font-size: .85rem; max-width: 38ch; }
.foot-h { font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--lime); margin-bottom: 11px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-col a { color: var(--text); text-decoration: none; }
.foot-col a:hover { color: var(--lime); }
.foot-id { font-style: normal; }
.foot-id p { margin: 0 0 4px; color: #6c7d8b; font-size: .85rem; line-height: 1.55; }
.foot-id a { color: var(--text); text-decoration: none; }
.foot-id a:hover { color: var(--lime); }
@media (min-width: 760px) { .foot-top { grid-template-columns: 1.5fr .8fr 1.2fr; } }
@media (min-width: 980px) { .foot-top { grid-template-columns: 1.7fr .7fr .7fr 1.1fr; } }
.foot-bottom { padding-top: 15px; border-top: 1px solid var(--line); }
.foot-bottom p { margin: 0 0 8px; font-size: 12.5px; }
.disclaimer, .foot-compliance { font-size: 11.5px; color: #5d6d7a; line-height: 1.65; margin: 8px 0 0; }

/* ==========================================================================
   Sub-pages
   ========================================================================== */

.page-hero { background: var(--panel); border-bottom: 1px solid var(--line); padding: 44px 0 34px; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 8px 0 12px; }
.page-hero > .shell > p { color: var(--muted); max-width: 66ch; margin: 0; }
.crumbs { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0; }
.crumbs a { color: var(--lime); text-decoration: none; }

.band { padding: 46px 0; }
.band-sand { background: var(--void); }

.prose { max-width: 72ch; }
.prose h2 { font-size: 1.4rem; margin: 34px 0 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: 1.06rem; margin: 22px 0 6px; }
.prose ul, .prose ol { margin: 0 0 1.05em; padding-left: 22px; }
.prose li { margin: 7px 0; }
.prose strong { color: #fff; }

.info-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin: 16px 0 24px; }
.info-card { background: var(--panel2); border: 1px solid var(--line); border-left: 3px solid var(--lime); border-radius: var(--r); padding: 17px 19px; }
.info-card h3 { margin: 0 0 6px; font-size: 1rem; }
.info-card p { margin: 0; font-size: .9rem; color: var(--muted); }
@media (min-width: 780px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }

.form { display: grid; gap: 14px; max-width: 540px; margin-top: 8px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: .88rem; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--text); padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--panel); width: 100%;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--lime); outline: none; box-shadow: 0 0 0 3px rgba(232,160,60,.18);
}
.form-note { font-size: .84rem; color: var(--muted); margin: 0; }
.form-status { font-size: .9rem; margin: 0; }

/* ---------- cookie bar ---------- */

.cookie {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 14px;
  width: min(900px, 94%); z-index: 70; background: var(--panel2);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 20px 44px rgba(0,0,0,.5);
  padding: 15px 18px; display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; justify-content: space-between;
}
.cookie[hidden] { display: none; }
.cookie p { margin: 0; font-size: .86rem; color: var(--muted); flex: 1 1 320px; }
.cookie-actions { display: flex; gap: 9px; }

/* ---------- reveals + motion ---------- */

.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

/* footer logo chip — the supplied marks are dark artwork on transparency,
   so they need a light ground to stay legible on the dark footer */
.foot-brand img { background: #fff; padding: 7px 11px; border-radius: 8px; }
