
:root {
  color-scheme: dark;
  --bg: #070b10;
  --panel: #101820;
  --text: #f3fff7;
  --muted: #a8b8ad;
  --accent: #28a745;
  --accent2: #7dffb2;
  --line: rgba(255,255,255,.12);
  --warn: #ffd166;
  --bad: #ff6b6b;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(40,167,69,.30), transparent 30rem),
    radial-gradient(circle at bottom right, rgba(125,255,178,.14), transparent 26rem),
    var(--bg);
  color: var(--text);
}
.wrap { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
header {
  border-bottom: 1px solid var(--line);
  background: rgba(7,11,16,.9);
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
}
.site-nav {
  min-height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { font-weight: 900; letter-spacing: 0; text-transform: uppercase; color: var(--text); text-decoration: none; }
.nav-links { display: flex; gap: .9rem; flex-wrap: wrap; color: var(--muted); font-size: .95rem; }
.nav-links a { color: inherit; text-decoration: none; }
.nav-links a:hover { color: var(--accent2); }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 14px;
  font-weight: 800;
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  .nav-links {
    display: none;
    position: absolute; left: 0; right: 0; top: 68px;
    flex-direction: column;
    padding: 1rem;
    background: #0b1218;
    border-bottom: 1px solid var(--line);
  }
  .site-nav[data-open="true"] .nav-links { display: flex; }
}
.page { padding: 2.5rem 0 4rem; }
.card, .panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16,24,32,.92);
  padding: 1.25rem;
}
.eyebrow { color: var(--accent2); text-transform: uppercase; letter-spacing: 0; font-size: .78rem; font-weight: 900; }
h1 { font-size: clamp(2rem, 7vw, 3.4rem); line-height: 1.05; margin: .4rem 0 1rem; }
h2 { margin-top: 0; }
p, li { color: var(--muted); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .8rem 1.1rem; border-radius: 8px;
  text-decoration: none; font-weight: 900; border: 0; cursor: pointer; font: inherit;
}
.btn.primary { background: var(--accent); color: #041208; }
.btn.secondary { background: rgba(255,255,255,.08); color: var(--text); border: 1px solid var(--line); }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.price { font-size: 1.6rem; font-weight: 900; color: var(--text); }
.badge {
  display: inline-flex; border-radius: 8px; padding: .25rem .65rem;
  border: 1px solid rgba(125,255,178,.35); color: var(--accent2); font-size: .75rem; font-weight: 900;
}
.form { display: grid; gap: .85rem; max-width: 560px; }
.form label { display: grid; gap: .35rem; font-weight: 800; color: var(--muted); }
.form input, .form select, .form textarea {
  width: 100%; border-radius: 8px; border: 1px solid var(--line);
  background: rgba(2,6,12,.7); color: var(--text); padding: .85rem; font: inherit;
}
.form textarea { min-height: 120px; }
.msg { display: none; border-radius: 8px; padding: .9rem; font-weight: 700; }
.msg.show { display: block; }
.msg.ok { border: 1px solid rgba(125,255,178,.4); color: var(--accent2); background: rgba(40,167,69,.12); }
.msg.bad { border: 1px solid rgba(255,107,107,.45); color: #ffb3b3; background: rgba(255,107,107,.1); }
.footer-grid { display: grid; gap: 1rem; grid-template-columns: 1.4fr 1fr; padding: 2rem 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
.footer-links a { color: var(--accent2); text-decoration: none; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; } }
.strikethrough { text-decoration: line-through; opacity: .55; }
.ban { color: var(--warn); font-weight: 800; }
.proof-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 52px;
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}
.proof-link:hover,
.proof-link:focus-visible {
  border-color: rgba(125,255,178,.45);
  color: var(--accent2);
}
.proof-link span {
  color: var(--muted);
  font-size: .9rem;
}
main svg[viewBox="0 0 24 24"] {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  max-width: 1.75rem;
  max-height: 1.75rem;
}
.warn-mark {
  color: var(--warn);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}
.trp-skeleton {
  animation: trp-pulse 1.1s ease-in-out infinite alternate;
}
.trp-result-rise {
  animation: trp-rise .6s ease both;
  animation-delay: var(--result-delay, 0ms);
}
.result-meter {
  height: 100%;
  width: var(--score, 0%);
  transform-origin: left center;
  animation: trp-meter .9s ease both;
}
@keyframes trp-pulse {
  from { opacity: .34; }
  to { opacity: .82; }
}
@keyframes trp-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes trp-meter {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .trp-skeleton,
  .trp-result-rise,
  .result-meter {
    animation: none;
  }
}
[data-trp-three][data-three-disabled] {
  background: linear-gradient(135deg, rgba(125,255,178,.12), transparent 55%);
}
