:root {
  --bg: #fafafa;
  --ink: #151923;
  --muted: #667085;
  --line: #e1e6ef;
  --panel: #ffffff;
  --panel-soft: #f5f6f8;
  --blue: #1f2937;
  --blue-2: #475569;
  --blue-soft: #f1f5f9;
  --dark: #0f1117;
  --dark-2: #151923;
  --white: #ffffff;
  --radius: 0;
  --shadow: 0 20px 70px rgba(15, 17, 23, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(15, 17, 23, .94);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 900;
  letter-spacing: .02em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, .35);
  border-radius: 0;
  background: rgba(15, 17, 23, .72);
  color: #93c5fd;
  font-size: 21px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a:hover { color: white; }

.nav-cta {
  border: 1px solid rgba(147, 197, 253, .45);
  border-radius: 0;
  padding: 10px 14px;
  color: white;
  background: rgba(147, 197, 253, .12);
}

.language-switch {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.06);
}

.lang-button {
  min-width: 38px;
  height: 34px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
}

.lang-button:last-child {
  border-right: 0;
}

.lang-button.active {
  background: #93c5fd;
  color: #07111f;
}

.checkout-language {
  margin: -6px 0 20px;
  border-color: var(--line);
  background: var(--panel-soft);
}

.checkout-language .lang-button {
  border-right-color: var(--line);
  color: var(--muted);
}

.checkout-language .lang-button.active {
  color: #07111f;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  position: relative;
  color: white;
  background:
    linear-gradient(180deg, rgba(15,17,23,.10), rgba(15,17,23,.72)),
    linear-gradient(90deg, rgba(15,17,23,.94), rgba(15,17,23,.34)),
    url("../media/no-trace.svg") center/cover;
}

.hero-inner {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 150px 0 88px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #93c5fd;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

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

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  max-width: 760px;
}

.hero-points span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  padding: 9px 12px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 850;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 0;
  padding: 0 18px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 900;
}

.button.primary {
  background: #93c5fd;
  color: #07111f;
}

.button.secondary {
  border-color: rgba(255,255,255,.28);
  color: white;
  background: rgba(255,255,255,.08);
}

.button.disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .48;
}

.section {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(260px, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section-title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: 0;
}

.section-text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.problem-grid,
.steps-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.problem-grid article,
.step,
.faq-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 24px;
}

.problem-grid strong,
.step span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.problem-grid p,
.step p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.step {
  min-height: 228px;
}

.step h3,
.faq-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.workflow-section {
  padding-top: 28px;
}

.security-section {
  padding-top: 28px;
}

.browser-section {
  padding-top: 28px;
}

.browser-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 34px 38px;
}

.browser-panel h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.browser-panel p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.tor-download {
  gap: 10px;
  min-width: 178px;
  background: var(--dark);
  color: white;
  white-space: nowrap;
}

.download-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background:
    linear-gradient(currentColor, currentColor) left 3px bottom 2px / 2px 5px no-repeat,
    linear-gradient(currentColor, currentColor) right 3px bottom 2px / 2px 5px no-repeat,
    linear-gradient(currentColor, currentColor) center bottom 2px / 12px 2px no-repeat;
}

.download-icon:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 2px;
  height: 9px;
  background: currentColor;
}

.download-icon:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.security-panel {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--dark);
  color: white;
  padding: 38px;
}

.security-copy {
  align-self: center;
}

.security-copy h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: 0;
}

.security-copy p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.security-grid article {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  background: rgba(255,255,255,.06);
  padding: 20px;
}

.security-grid strong,
.security-grid span {
  display: block;
}

.security-grid strong {
  color: white;
  font-size: 14px;
  font-weight: 950;
}

.security-grid span {
  margin-top: 10px;
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.55;
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
  gap: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--panel);
  padding: 38px;
}

.workflow-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: 0;
}

.workflow-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.workflow-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.workflow-list div {
  display: grid;
  grid-template-columns: minmax(130px, .38fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-list strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.workflow-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.workflow-visual {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 12px;
  align-items: stretch;
}

.workflow-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  border: 1px solid var(--line);
  background: #f8fafc;
  padding: 22px;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid var(--line);
  background: #f8fafc;
}

.workflow-main {
  min-height: 380px;
}

.workflow-mini {
  display: grid;
  gap: 12px;
}

.workflow-mini img {
  min-height: 184px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--panel);
}

.service {
  min-height: 250px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 28px;
}

.service-number {
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
}

.service h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.service p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.service-price {
  font-size: 13px;
  color: var(--ink);
  font-weight: 900;
}

.feature-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
  background: var(--dark);
  color: white;
}

.feature-copy {
  padding: 46px;
  align-self: center;
}

.feature-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.feature-copy p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.84);
  font-size: 14px;
}

.feature-list li {
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 12px;
}

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

.plan {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 24px;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 18px;
  min-width: 0;
}

.plan.featured {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
  box-shadow: var(--shadow);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  padding: 7px 11px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
}

.plan h3 { margin: 0; font-size: 20px; }

.plan.featured h3 { padding-right: 112px; }

.plan p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.plan.featured p { color: rgba(255,255,255,.70); }

.plan:not(.featured) .button.secondary {
  border-color: var(--line);
  color: var(--ink);
  background: var(--panel-soft);
}

.price {
  justify-self: stretch;
  align-self: end;
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 58px;
  text-align: right;
}

.price span {
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.price small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.plan.featured .price small { color: rgba(255,255,255,.70); }

.plan ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}

.plan.featured ul { color: rgba(255,255,255,.78); }

.plan li:before {
  content: "—";
  color: var(--blue-2);
  margin-right: 8px;
}

.conversion-band,
.final-cta {
  background: var(--dark);
  color: white;
  border-radius: 0;
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 38px;
}

.conversion-band h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
}

.conversion-band p,
.final-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.conversion-band .button {
  white-space: nowrap;
}

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

.final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 58px 24px;
}

.final-cta .button {
  margin-top: 26px;
}

.checkout-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(15,17,23,.72), rgba(15,17,23,.90)),
    url("../media/no-trace.svg") center/cover;
}

.checkout-card {
  width: min(520px, 100%);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 0;
  box-shadow: var(--shadow);
  padding: 28px;
}

.checkout-card h1 {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.12;
}

.checkout-card p { color: var(--muted); line-height: 1.6; }

.checkout-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
  font-size: 14px;
}

.checkout-benefits,
.checkout-next {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--panel-soft);
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.checkout-benefits span:before,
.checkout-next span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 0;
  background: #475569;
}

.checkout-next strong {
  color: var(--ink);
}

.checkout-total {
  font-size: 28px;
  font-weight: 950;
}

.legal-check {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.legal-check input {
  accent-color: var(--dark);
  flex: 0 0 auto;
  margin-top: 3px;
}

.legal-check a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,.72);
  padding: 58px 0 28px;
}

.footer-inner {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(140px, .6fr));
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-about {
  max-width: 360px;
}

.footer-about p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.62);
  line-height: 1.6;
  font-size: 14px;
}

.footer-title {
  margin: 0 0 14px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.footer-links a,
.footer-links span {
  color: rgba(255,255,255,.68);
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,.48);
}

.footer-bottom a { color: rgba(255,255,255,.72); }

.legal-page {
  background: var(--bg);
  color: var(--ink);
}

.legal-shell {
  width: min(980px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 80px 0;
}

.legal-hero {
  max-width: 820px;
  margin-bottom: 34px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.legal-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.legal-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.legal-index a {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 10px 14px;
  background: var(--panel);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.legal-section {
  border-top: 1px solid var(--line);
  padding: 34px 0;
}

.legal-section h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 26px;
}

.legal-section h3 {
  margin: 22px 0 8px;
  color: var(--ink);
  font-size: 16px;
}

.legal-section p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-section ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.legal-section.warning {
  border: 1px solid #d7dfeb;
  border-radius: 0;
  padding: 28px;
  background: #fff;
}

@media (max-width: 920px) {
  .nav {
    gap: 14px;
  }
  .nav-links { display: none; }
  .section-header,
  .security-panel,
  .browser-panel,
  .workflow-panel,
  .feature-panel,
  .plans,
  .problem-grid,
  .steps-grid,
  .conversion-band {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .workflow-visual { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-main { min-height: 320px; }
  .workflow-mini { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-mini img { min-height: 180px; }
  .feature-copy { padding: 32px; }
  .browser-panel .button {
    justify-self: start;
  }
  .conversion-band .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .hero-inner { padding-bottom: 52px; }
  .services-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .checkout-benefits { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .problem-grid article,
  .step,
  .faq-grid article,
  .security-panel,
  .browser-panel,
  .workflow-panel,
  .conversion-band {
    padding: 22px;
  }
  .security-grid {
    grid-template-columns: 1fr;
  }
  .workflow-list div,
  .workflow-mini {
    grid-template-columns: 1fr;
  }
  .workflow-main,
  .workflow-mini img {
    min-height: 220px;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
