:root {
  color-scheme: dark;
  --black: #050608;
  --black-2: #0b0d11;
  --ink: #111318;
  --white: #ffffff;
  --paper: #f7f8fb;
  --muted: #a7aab4;
  --muted-dark: #4f535e;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: #e1e4ea;
  --panel: rgba(19, 21, 27, 0.9);
  --panel-2: #181b22;
  --blue: #1377ff;
  --blue-2: #45a0ff;
  --blue-soft: rgba(19, 119, 255, 0.18);
  --red: #ff6575;
  --yellow: #ffcf5a;
  --green: #2fd18f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--black);
  color: var(--white);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #050608 0%, #070a0f 100%);
  background-size: 24px 24px, auto;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 119, 255, 0.16), transparent 32%),
    radial-gradient(circle at 88% 55%, rgba(19, 119, 255, 0.14), transparent 26%);
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
button,
.button,
.brand,
.price {
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

h1 {
  font-size: clamp(46px, 6vw, 92px);
  line-height: 0.98;
  font-weight: 950;
}

h2 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 950;
}

h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

h1 span,
h2 span {
  color: var(--blue);
}

.site-header,
.site-footer,
.hero,
.scenario,
.steps,
.tariff-section,
.faq-dark,
.blue-cta,
.page {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 950;
  font-size: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.logo-frame,
.mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.logo-frame {
  padding: 3px;
  border: 1px solid rgba(19, 119, 255, 0.55);
  background: rgba(19, 119, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 34px rgba(19, 119, 255, 0.28);
}

.mark {
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  box-shadow: 0 0 34px rgba(19, 119, 255, 0.46);
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.logo-img[hidden],
.mark[hidden] {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.nav a,
.footer-nav a {
  text-decoration: none;
}

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

.header-actions,
.hero-actions,
.actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button,
button {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  padding: 0 22px;
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(19, 119, 255, 0.26);
}

.button:hover,
button:hover {
  background: #006cf0;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.13);
}

.button.black {
  background: var(--black);
  box-shadow: none;
}

.button.ghost.dark {
  color: var(--ink);
  border-color: var(--line-dark);
  background: var(--paper);
}

button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.78fr);
  gap: 58px;
  align-items: center;
  padding: 64px 0 88px;
}

.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(19, 119, 255, 0.26);
  background: rgba(19, 119, 255, 0.08);
  filter: blur(0.2px);
}

.orb-one {
  width: 280px;
  height: 280px;
  right: -60px;
  bottom: 14%;
}

.orb-two {
  width: 120px;
  height: 120px;
  left: 42%;
  top: 9%;
}

.wave {
  position: absolute;
  width: 260px;
  height: 140px;
  right: 7%;
  top: 24%;
  border: solid var(--blue);
  border-width: 0 0 6px 6px;
  border-radius: 0 0 0 120px;
  transform: rotate(-14deg);
  opacity: 0.25;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.hero-copy p {
  margin-top: 24px;
  max-width: 650px;
  font-weight: 800;
}

.pill,
.eyebrow,
.tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 950;
}

.pill {
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(19, 119, 255, 0.5);
  background: rgba(19, 119, 255, 0.15);
  color: #8cc4ff;
  font-size: 13px;
}

.pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.hero-tags {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-tags span + span::before {
  content: "/";
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.34);
}

.lookup-card,
.panel,
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.cards {
  display: grid;
  gap: 18px;
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  min-height: 190px;
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.card h3 {
  margin: 0;
}

.card p {
  font-size: 16px;
  font-weight: 850;
}

.lookup-card {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.lookup-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.lookup-top strong {
  color: #8cc4ff;
  border: 1px solid rgba(19, 119, 255, 0.45);
  background: rgba(19, 119, 255, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
}

.lookup-card h2 {
  margin-top: 24px;
  font-size: clamp(32px, 3vw, 48px);
}

.lookup-card p {
  margin-top: 18px;
  font-weight: 850;
}

.form {
  display: grid;
  gap: 14px;
}

.lookup-form {
  margin-top: 26px;
}

label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 950;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

input {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d0f14;
  color: var(--white);
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
  outline: none;
}

input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-soft);
}

.mini-note {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.mini-note strong {
  color: var(--white);
}

.alert {
  display: grid;
  gap: 8px;
  background: rgba(255, 101, 117, 0.13);
  border: 1px solid rgba(255, 101, 117, 0.42);
  color: #ffd4d9;
  padding: 15px;
  border-radius: 8px;
  margin: 18px 0;
}

.alert a {
  color: var(--white);
  font-weight: 950;
}

.scenario {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 76px 0;
}

.scenario-card {
  min-height: 570px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scenario-card .eyebrow,
.tariff-section .eyebrow,
.steps .eyebrow {
  color: var(--muted-dark);
}

.scenario-card h2 {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  max-width: 620px;
}

.scenario-steps {
  display: grid;
  gap: 12px;
}

.scenario-steps div {
  min-height: 58px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.scenario-steps strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.scenario-steps span {
  color: var(--blue);
  font-weight: 950;
}

.scenario-preview {
  display: grid;
  gap: 40px;
}

.preview-card {
  min-height: 230px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 72%, rgba(19, 119, 255, 0.18), transparent 24%),
    rgba(10, 12, 16, 0.76);
}

.preview-card span {
  color: #8cc4ff;
  font-size: 12px;
  font-weight: 950;
}

.preview-card h3 {
  margin-top: 32px;
  font-size: clamp(42px, 5vw, 66px);
  max-width: 420px;
}

.preview-card p {
  max-width: 360px;
  font-size: 14px;
  font-weight: 800;
}

.steps,
.tariff-section {
  width: 100%;
  background: var(--paper);
  color: var(--ink);
}

.steps {
  padding: 88px max(20px, calc((100vw - 1320px) / 2)) 96px;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 38px;
}

.section-head.center {
  text-align: center;
  justify-items: center;
}

.section-head p {
  max-width: 720px;
  color: var(--muted-dark);
  font-weight: 850;
}

.eyebrow {
  color: var(--blue-2);
  text-transform: uppercase;
  font-size: 14px;
}

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

.steps-grid article {
  padding: 36px;
  min-height: 250px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line-dark);
}

.steps-grid span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-weight: 950;
}

.steps-grid h3 {
  margin-top: 28px;
  color: var(--ink);
}

.steps-grid p {
  margin-top: 12px;
  color: #8b8f99;
  font-weight: 850;
}

.tariff-section {
  padding: 78px max(20px, calc((100vw - 1320px) / 2)) 96px;
}

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

.tariff-preview article,
.tariff {
  position: relative;
  min-height: 320px;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: var(--white);
  color: var(--ink);
  display: grid;
  align-content: start;
  gap: 18px;
}

.tariff-preview article.featured,
.tariff.featured {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.tariff-preview p,
.tariff p {
  color: var(--muted-dark);
  font-weight: 850;
}

.tariff.featured p,
.tariff-preview .featured p {
  color: var(--muted);
}

.light-page .tariff.featured h2,
.light-page .tariff.featured label {
  color: var(--white);
}

.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--blue);
  color: var(--white);
  padding: 9px 12px;
  font-size: 12px;
}

.price {
  font-size: clamp(52px, 6vw, 86px);
  color: inherit;
}

.save {
  color: var(--blue-2);
  font-weight: 950;
}

.faq-dark {
  padding: 90px 0;
}

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

.faq-list.compact-list .panel {
  padding: 24px;
}

.panel {
  padding: 30px;
}

.panel h2,
.panel h3 {
  margin-bottom: 14px;
}

.blue-cta {
  width: 100%;
  min-height: 260px;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 52px max(20px, calc((100vw - 1320px) / 2));
}

.blue-cta.small {
  width: min(1320px, calc(100% - 40px));
  margin-top: 36px;
  min-height: 220px;
  padding: 44px 58px;
  border-radius: 8px;
}

.blue-cta.small h2 {
  font-size: clamp(38px, 4vw, 72px);
}

.blue-cta p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 900;
}

.page {
  padding: 74px 0 90px;
}

.page > .section-head h1 {
  font-size: clamp(48px, 5.3vw, 92px);
  max-width: 1260px;
}

.page > .section-head p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.68);
}

.page.narrow {
  width: min(820px, calc(100% - 40px));
}

.light-page {
  color: var(--ink);
  background: var(--paper);
  width: 100%;
  min-height: calc(100vh - 78px);
  padding: 72px max(20px, calc((100vw - 1320px) / 2)) 100px;
}

.light-page h1,
.light-page h2,
.light-page h3 {
  color: var(--ink);
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.status-strip > div {
  min-height: 96px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  display: grid;
  align-content: center;
  gap: 8px;
}

.latest-order-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr) minmax(0, 0.8fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(19, 119, 255, 0.28);
  box-shadow: 0 18px 55px rgba(19, 119, 255, 0.08);
}

.latest-order-card > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.latest-order-card strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.latest-order-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.muted {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.light-alert {
  color: #8a2631;
  background: #fff1f3;
  border-color: #ffccd3;
}

.tariff label {
  color: inherit;
}

.tariff input {
  background: var(--paper);
  border-color: var(--line-dark);
  color: var(--ink);
}

.tariff.featured input {
  background: #0d0f14;
  color: var(--white);
  border-color: var(--line);
}

.result {
  display: grid;
  gap: 20px;
}

.result h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.ok,
.pending {
  width: fit-content;
  display: inline-flex;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 950;
}

.ok {
  color: #a7ffd5;
  background: rgba(47, 209, 143, 0.14);
  border: 1px solid rgba(47, 209, 143, 0.35);
}

.pending {
  color: #ffe6a3;
  background: rgba(255, 207, 90, 0.13);
  border: 1px solid rgba(255, 207, 90, 0.34);
}

.order-box,
.subscription-box,
.instruction {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  color: var(--muted);
}

.order-box code {
  color: var(--white);
  overflow-wrap: anywhere;
}

.subscription-box {
  display: grid;
  gap: 10px;
  border-color: rgba(19, 119, 255, 0.45);
  background: rgba(19, 119, 255, 0.11);
}

.subscription-box span {
  color: #8cc4ff;
  font-size: 14px;
  font-weight: 950;
}

.subscription-box a {
  color: var(--white);
  font-weight: 900;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.instruction {
  display: grid;
  gap: 12px;
}

.instruction h2 {
  font-size: 28px;
}

.instruction ol {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 0;
  }

  .nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero,
  .scenario,
  .tariff-preview,
  .tariffs,
  .cards.three,
  .cards.two,
  .steps-grid,
  .status-strip {
    grid-template-columns: 1fr;
  }

  .latest-order-card {
    grid-template-columns: 1fr;
  }

  .latest-order-actions {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

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

  .blue-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blue-cta.small {
    padding: 34px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  .hero,
  .scenario,
  .faq-dark,
  .page,
  .blue-cta.small {
    width: min(100% - 24px, 1320px);
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

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

  .button,
  button {
    width: 100%;
  }

  .lookup-card,
  .scenario-card,
  .preview-card,
  .panel,
  .card,
  .tariff,
  .tariff-preview article {
    padding: 22px;
  }

  .scenario-card {
    min-height: 430px;
  }
}
