:root {
  --ink: #0a0a0b;
  --black: #000000;
  --graphite: #141416;
  --coal: #1c1c1f;
  --iron: #2a2a2e;
  --steel: #3f3f46;
  --ash: #71717a;
  --fog: #a1a1aa;
  --mist: #d4d4d8;
  --bone: #fafaf9;
  --white: #ffffff;
  --signal: #00ff94;
  --signal-strong: #00e082;
  --signal-dark: #00a866;
  --warning: #ffb800;
  --max: 1120px;
  --radius: 8px;
  --font-sans: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--white);
  background: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 1px 1px, rgb(255 255 255 / 0.055) 1px, transparent 0);
  background-size: 24px 24px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background: var(--ink);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(10 10 11 / 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(100%, var(--max));
  min-height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-weight: 900;
  line-height: 1;
}

.brand img {
  width: 38px;
  height: 38px;
}

.brand span {
  font-size: 20px;
}

.brand b {
  color: var(--signal);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--fog);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  transition: color 0.16s ease;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--black);
  background: var(--signal);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--signal-strong);
}

.button.secondary {
  color: var(--white);
  background: rgb(255 255 255 / 0.06);
  border-color: rgb(255 255 255 / 0.12);
}

.button.secondary:hover {
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(0 255 148 / 0.38);
}

.button.small {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.button span {
  font-family: var(--font-mono);
}

.hero {
  position: relative;
  min-height: 84svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgb(10 10 11 / 0.98) 0%, rgb(10 10 11 / 0.92) 35%, rgb(10 10 11 / 0.52) 68%, rgb(10 10 11 / 0.9) 100%),
    url("assets/vpn8-welcome.png");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "8";
  position: absolute;
  right: -92px;
  bottom: -106px;
  z-index: -1;
  color: var(--white);
  opacity: 0.04;
  font-size: 520px;
  line-height: 0.8;
  font-weight: 900;
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 86px 24px 72px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgb(0 255 148 / 0.42);
  border-radius: 999px;
  color: var(--signal);
  background: rgb(0 255 148 / 0.1);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 0 14px rgb(0 255 148 / 0.82);
}

.hero-copy {
  max-width: 720px;
  margin-top: 48px;
  min-width: 0;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: 76px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 .accent,
.page-hero h1 .accent,
.accent {
  color: var(--signal);
}

.hero p {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--mist);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 700;
  overflow-wrap: break-word;
}

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

.hero-meta {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--fog);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: 86px 24px;
}

.section.alt {
  background: var(--bone);
  color: var(--ink);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-head {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.alt .section-kicker {
  color: var(--signal-dark);
}

.section h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.section-head p {
  margin: 16px 0 0;
  color: var(--fog);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 650;
}

.alt .section-head p,
.alt .muted {
  color: var(--steel);
}

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

.feature-card,
.step-card,
.faq-card,
.legal-card {
  border: 1px solid rgb(255 255 255 / 0.11);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.055);
}

.feature-card {
  min-height: 210px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgb(0 255 148 / 0.42);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--signal);
  background: rgb(0 255 148 / 0.1);
  font-family: var(--font-mono);
  font-weight: 900;
}

.feature-card h3,
.step-card h3,
.pricing-card h3 {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.feature-card p,
.step-card p,
.pricing-card p {
  margin: 10px 0 0;
  color: var(--fog);
  font-weight: 650;
}

.visual-band {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  align-items: stretch;
}

.visual-copy {
  min-height: 460px;
  padding: 34px;
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: var(--radius);
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visual-copy h2 {
  max-width: 560px;
}

.visual-copy p {
  max-width: 520px;
  color: var(--steel);
  font-size: 18px;
  font-weight: 700;
}

.visual-list {
  display: grid;
  gap: 10px;
}

.visual-list span {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgb(0 0 0 / 0.09);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: rgb(10 10 11 / 0.035);
  font-weight: 800;
}

.visual-list b {
  color: var(--signal-dark);
  font-family: var(--font-mono);
  font-size: 12px;
}

.banner-stack {
  display: grid;
  gap: 12px;
}

.banner-stack img {
  width: 100%;
  border: 1px solid rgb(0 0 0 / 0.09);
  border-radius: var(--radius);
  background: var(--ink);
}

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

.step-card {
  min-height: 250px;
  padding: 24px;
}

.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--black);
  background: var(--signal);
  font-family: var(--font-mono);
  font-weight: 900;
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.06);
}

.pricing-card.primary {
  color: var(--ink);
  background: var(--bone);
}

.price {
  margin-top: 22px;
  font-size: 104px;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: 0;
}

.price small {
  color: var(--ash);
  font-size: 34px;
  font-weight: 900;
}

.pricing-list {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 800;
}

.pricing-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--signal);
  flex: 0 0 auto;
}

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

.mini-panel div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: var(--radius);
  background: rgb(0 0 0 / 0.16);
}

.mini-panel strong {
  display: block;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 22px;
}

.mini-panel span {
  display: block;
  margin-top: 4px;
  color: var(--fog);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-card {
  padding: 0;
}

.faq-card summary {
  min-height: 62px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 22px;
}

.faq-card[open] summary::after {
  content: "-";
}

.faq-card p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--fog);
  font-weight: 650;
}

.cta-band {
  padding: 78px 24px;
  color: var(--ink);
  background: var(--signal);
}

.cta-band .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  margin: 0;
  max-width: 680px;
  color: var(--black);
  font-size: 44px;
  line-height: 1.02;
  font-weight: 900;
}

.cta-band p {
  margin: 12px 0 0;
  color: rgb(0 0 0 / 0.72);
  font-weight: 800;
}

.cta-band .button {
  color: var(--white);
  background: var(--black);
}

.site-footer {
  border-top: 1px solid rgb(255 255 255 / 0.08);
  padding: 32px 24px;
  color: var(--fog);
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}

.page-hero {
  padding: 76px 24px 42px;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.page-hero .section-inner {
  max-width: 840px;
}

.page-hero p {
  margin: 18px 0 0;
  color: var(--fog);
  font-size: 18px;
  font-weight: 650;
}

.legal-section {
  padding: 44px 24px 86px;
}

.legal-layout {
  width: min(100%, 840px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.legal-card {
  padding: 24px;
}

.legal-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.legal-card p,
.legal-card li {
  color: var(--fog);
  font-weight: 650;
}

.legal-card p {
  margin: 0;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card ul,
.legal-card ol {
  margin: 0;
  padding-left: 20px;
}

.legal-card a {
  color: var(--signal);
  font-weight: 800;
}

.muted {
  color: var(--fog);
}

@media (max-width: 900px) {
  .nav {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 82svh;
    background-position: 58% center;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 56px;
  }

  .hero p {
    font-size: 18px;
  }

  .section h2,
  .cta-band h2 {
    font-size: 36px;
  }

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

  .visual-band,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

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

  .cta-band .section-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
    padding-top: env(safe-area-inset-top);
  }

  .nav {
    min-height: 54px;
    padding: 0 16px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand span {
    font-size: 18px;
  }

  .nav-actions {
    display: none;
  }

  .hero {
    min-height: auto;
    align-items: flex-start;
    overflow: visible;
  }

  .hero::after {
    display: none;
  }

  .hero-inner {
    width: auto;
    max-width: none;
    margin-inline: 0;
    padding: 22px 16px max(46px, env(safe-area-inset-bottom));
  }

  .hero-copy {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    justify-self: start;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .hero p,
  .section-head p,
  .visual-copy p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-meta {
    gap: 10px;
    font-size: 11px;
  }

  .section,
  .cta-band {
    padding: 62px 16px;
  }

  .page-hero,
  .legal-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section h2,
  .cta-band h2 {
    font-size: 30px;
  }

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

  .visual-copy,
  .pricing-card {
    padding: 24px;
  }

  .price {
    font-size: 76px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
}

[hidden] {
  display: none !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.recovery-card {
  width: 100%;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: var(--radius);
  background: rgb(20 20 22 / 0.9);
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.38);
  backdrop-filter: blur(18px);
}

.tool-head,
.status-line,
.key-box,
.repair-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.tool-kicker,
.label {
  color: var(--fog);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tool-state {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(0 255 148 / 0.3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--signal);
  background: rgb(0 255 148 / 0.1);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
}

.tool-state[data-tone="warn"] {
  border-color: rgb(255 184 0 / 0.36);
  color: var(--warning);
  background: rgb(255 184 0 / 0.1);
}

.tool-state[data-tone="bad"] {
  border-color: rgb(255 74 110 / 0.36);
  color: #ff4a6e;
  background: rgb(255 74 110 / 0.1);
}

.tool-state[data-tone="ok"] {
  border-color: rgb(0 255 148 / 0.42);
  color: var(--signal);
}

.recovery-card h2 {
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.tool-copy {
  margin: 10px 0 0;
  color: var(--mist);
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: break-word;
}

.lookup-form {
  margin-top: 20px;
  display: grid;
  gap: 8px;
}

.lookup-form label,
.account-lookup-form label {
  color: var(--fog);
  font-size: 13px;
  font-weight: 800;
}

.lookup-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--mist);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lookup-divider::before,
.lookup-divider::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: rgb(255 255 255 / 0.1);
}

.account-lookup-form {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.045);
}

.account-lookup-form p {
  margin: 0;
  color: var(--mist);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.input-row input {
  min-width: 0;
  height: 50px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--white);
  background: rgb(0 0 0 / 0.28);
  outline: none;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
}

.input-row input:focus {
  border-color: rgb(0 255 148 / 0.62);
  box-shadow: 0 0 0 3px rgb(0 255 148 / 0.12);
}

.form-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--fog);
  font-size: 13px;
  font-weight: 800;
}

.form-message[data-tone="ok"] {
  color: var(--signal);
}

.form-message[data-tone="warn"] {
  color: var(--warning);
}

.form-message[data-tone="bad"] {
  color: #ff6a86;
}

.subscription-panel,
.payment-panel {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.status-line {
  align-items: stretch;
}

.status-line > div {
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.055);
  display: grid;
  align-content: center;
  gap: 4px;
  flex: 1 1 0;
}

.status-line strong,
.payment-panel strong {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.key-box {
  min-height: 50px;
  padding: 8px 8px 8px 12px;
  border: 1px solid rgb(0 255 148 / 0.22);
  border-radius: var(--radius);
  background: rgb(0 255 148 / 0.08);
}

.key-box span {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--signal);
  cursor: pointer;
  font-weight: 900;
  flex: 0 0 auto;
}

.repair-box {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.055);
}

.repair-box div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.repair-box strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.repair-box span {
  color: var(--fog);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

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

.tariff-button {
  position: relative;
  min-height: 106px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--white);
  background: rgb(255 255 255 / 0.055);
  cursor: pointer;
  display: grid;
  align-content: end;
  gap: 4px;
  text-align: left;
}

.tariff-button:hover,
.tariff-button.is-selected {
  border-color: rgb(0 255 148 / 0.58);
  background: rgb(0 255 148 / 0.1);
}

.tariff-button strong {
  font-size: 15px;
  line-height: 1.05;
  font-weight: 900;
}

.tariff-button span {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 900;
}

.tariff-button small {
  color: var(--fog);
  font-size: 11px;
  font-weight: 800;
}

.plan-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--black);
  background: var(--signal);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
}

.renew-button {
  width: 100%;
}

.button:disabled,
.renew-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.payment-panel {
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.payment-panel p {
  margin: 0;
  color: var(--mist);
  font-weight: 700;
}

.payment-ref {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.05);
  color: var(--mist);
  font-size: 12px;
  font-weight: 800;
}

.payment-ref strong {
  max-width: 58%;
  overflow-wrap: anywhere;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 12px;
  text-align: right;
}

.manual-payment-form {
  display: grid;
  gap: 8px;
}

.manual-payment-form[hidden] {
  display: none;
}

.manual-payment-form label,
.support-inline {
  color: var(--mist);
  font-size: 12px;
  font-weight: 800;
}

.support-inline {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.plan-card {
  position: relative;
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: var(--radius);
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.plan-card.primary {
  color: var(--white);
  background: var(--ink);
}

.plan-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.plan-price {
  margin-top: 24px;
  color: var(--ink);
  font-size: 68px;
  line-height: 0.86;
  font-weight: 900;
}

.plan-card.primary .plan-price {
  color: var(--signal);
}

.plan-price small {
  color: var(--ash);
  font-size: 26px;
}

.plan-card p {
  margin: 18px 0 22px;
  color: var(--steel);
  font-weight: 700;
}

.plan-card.primary p {
  color: var(--fog);
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .recovery-card {
    max-width: 680px;
  }

  .plan-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-grid {
    align-items: start;
    gap: 22px;
    width: auto;
    max-width: none;
  }

  .recovery-card {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    padding: 16px;
  }

  .tool-head {
    flex-wrap: wrap;
  }

  .recovery-card h2 {
    font-size: 26px;
  }

  .input-row,
  .status-line,
  .tariff-picker {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .input-row .button {
    min-width: 0;
    width: 100%;
  }

  .tariff-button {
    min-height: 86px;
  }

  .plan-card {
    min-height: 250px;
  }

  .plan-price {
    font-size: 56px;
  }
}
