:root {
  --bg: #e8ebf0;
  --surface: #fff;
  --surface-soft: #f7f8fa;
  --header: #315691;
  --header-dark: #234474;
  --border: #b9c2cf;
  --border-dark: #8e9bab;
  --text: #20252b;
  --muted: #687485;
  --accent: #2f6fb6;
  --accent-dark: #174e8e;
  --ok: #3b8a45;
  --shadow: 0 1px 2px rgb(28 43 60 / 18%), 0 7px 22px rgb(28 43 60 / 7%);
}

* { box-sizing: border-box; }

html { min-width: 320px; }

body {
  margin: 0;
  background:
    linear-gradient(rgb(255 255 255 / 34%), rgb(255 255 255 / 0%) 180px),
    repeating-linear-gradient(0deg, transparent 0 3px, rgb(70 88 110 / 2%) 3px 4px),
    var(--bg);
  color: var(--text);
  font: 15px Tahoma, Verdana, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

a { color: #145ba5; }
a:hover { color: #0b3f78; }
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgb(53 111 174 / 30%);
  outline-offset: 2px;
}

.topbar {
  min-height: 58px;
  background: linear-gradient(#4269a6, var(--header) 52%, #294d85);
  border-top: 1px solid #6f8fbe;
  border-bottom: 1px solid #183b6b;
  box-shadow: inset 0 -1px rgb(255 255 255 / 13%), 0 2px 5px rgb(22 43 72 / 22%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(20px, calc((100% - 1100px) / 2));
  color: #fff;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #fff;
  font: 900 25px/1 "Trebuchet MS", Tahoma, sans-serif;
  letter-spacing: .045em;
  text-decoration: none;
  text-shadow: 0 1px #173761;
}

.wordmark::before {
  content: "↯";
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: linear-gradient(#fefefe, #dbe5f2);
  border: 1px solid #163d73;
  border-radius: 4px;
  box-shadow: inset 0 1px #fff, 0 1px rgb(255 255 255 / 22%);
  color: var(--header);
  font: 900 19px/1 Arial, sans-serif;
  text-shadow: none;
}

.wordmark small {
  color: #cbd9ed;
  font: 700 9px/1 Tahoma, sans-serif;
  letter-spacing: .14em;
}

.topbar nav { display: flex; align-items: center; gap: 5px; }
.topbar nav form { margin: 0; }

.topbar nav > a,
.link-button {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #eef4ff;
  padding: 7px 11px;
  font: 700 13px Tahoma, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px #1e3e6c;
}

.topbar nav > a:hover,
.link-button:hover {
  background: rgb(16 43 82 / 24%);
  border-color: rgb(14 40 76 / 30%);
  color: #fff;
}

.topbar .nav-login {
  background: linear-gradient(#6687b8, #476da5);
  border-color: #254b80;
  box-shadow: inset 0 1px rgb(255 255 255 / 22%);
}

.link-button { background: transparent; cursor: pointer; }

.shell {
  width: min(1100px, calc(100% - 32px));
  margin: 30px auto;
}

.hero,
.panel,
.traffic-card,
.columns article,
aside {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero { padding: 38px; }

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: center;
  min-height: 390px;
  background:
    linear-gradient(104deg, rgb(255 255 255 / 98%) 0 57%, rgb(235 241 248 / 95%) 100%),
    var(--surface);
  border-top: 3px solid #4e78b1;
}

.hero-copy { max-width: 630px; }

.eyebrow {
  color: #65748a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 14px;
  color: #1d2329;
  font: 800 39px/1.12 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: -.025em;
}

h2 {
  margin: 0 0 10px;
  font: 800 20px/1.2 "Trebuchet MS", Tahoma, sans-serif;
}

h3 { font: 800 16px "Trebuchet MS", Tahoma, sans-serif; }

.lead {
  margin: 0 0 24px;
  color: #3a434d;
  font-size: 18px;
  line-height: 1.55;
}

.button,
button,
.status-button {
  display: inline-block;
  background: linear-gradient(#4384c7, #2866aa);
  border: 1px solid var(--accent-dark);
  border-radius: 3px;
  box-shadow: inset 0 1px rgb(255 255 255 / 40%), 0 1px 2px rgb(24 62 103 / 22%);
  color: #fff;
  padding: 9px 14px;
  font: 700 14px Tahoma, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px #17467b;
  cursor: pointer;
}

.button:hover,
button:hover {
  background: linear-gradient(#4c90d4, #2d70bb);
  color: #fff;
}

.button:active,
button:active {
  background: #2c65a4;
  box-shadow: inset 0 2px 4px rgb(12 44 80 / 28%);
  transform: translateY(1px);
}

.button-large { padding: 12px 17px; font-size: 15px; }

button.secondary {
  background: linear-gradient(#fff, #edf0f4);
  border-color: #9ca8b7;
  color: #315d91;
  text-shadow: 0 1px #fff;
}

.cta-row { display: flex; align-items: center; gap: 20px; }

.price-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.price-note b {
  color: #315b8f;
  font: 800 24px "Trebuchet MS", sans-serif;
}

.price-note small { max-width: 90px; line-height: 1.25; }

.hint { color: var(--muted); font-size: 12px; margin: 15px 0 0; }

.status-window {
  overflow: hidden;
  border: 1px solid #8290a3;
  border-radius: 5px 5px 3px 3px;
  background: #f5f7fa;
  box-shadow: 0 12px 34px rgb(34 56 83 / 18%), inset 0 1px #fff;
}

.window-title {
  display: flex;
  justify-content: space-between;
  padding: 7px 9px;
  background: linear-gradient(#5579ad, #345d96);
  border-bottom: 1px solid #203f6a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 1px #21426e;
}

.window-title i { font-style: normal; letter-spacing: .16em; opacity: .85; }

.window-body { padding: 24px 26px 26px; text-align: center; }

.connection-orb {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  place-items: center;
  background: radial-gradient(circle at 40% 32%, #90d492, #4a9b50 60%, #286e31);
  border: 5px solid #e6eaef;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #8a98a8, inset 0 2px 4px rgb(255 255 255 / 50%), 0 3px 7px rgb(31 63 36 / 20%);
}

.connection-orb span {
  width: auto;
  height: auto;
  border: 0;
  color: #fff;
  font: 400 43px/1 Arial, sans-serif;
  opacity: .92;
}

.connection-orb span::before { content: "⏻"; }

.window-body > strong { display: block; font: 800 17px "Trebuchet MS", sans-serif; }
.window-body > p { color: var(--muted); font-size: 12px; margin: 3px 0 17px; }

.window-body dl {
  margin: 0 0 18px;
  border: 1px solid #c5cdd7;
  background: #fff;
  text-align: left;
}

.window-body dl div {
  display: flex;
  justify-content: space-between;
  padding: 6px 9px;
  border-top: 1px solid #e3e6ea;
  font-size: 11px;
}

.window-body dl div:first-child { border-top: 0; }
.window-body dt { color: var(--muted); }
.window-body dd { margin: 0; font-weight: 700; }

.status-button {
  width: 100%;
  font-size: 12px;
  letter-spacing: .04em;
  pointer-events: none;
}

.status-button::first-letter { color: #a9e7ad; }

.trust-strip {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin: -1px 0 17px;
  padding: 10px 16px;
  background: linear-gradient(#f8fafc, #edf1f5);
  border: 1px solid var(--border);
  color: #536071;
  font-size: 12px;
  box-shadow: 0 2px 5px rgb(35 53 75 / 7%);
}

.trust-strip span::first-letter { color: var(--ok); }

.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 0;
}

.columns article {
  display: flex;
  gap: 13px;
  min-height: 126px;
  padding: 20px;
  border-top: 3px solid #7c96b7;
}

.columns article b { font: 800 16px "Trebuchet MS", sans-serif; }
.columns article p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.step-number {
  display: grid;
  flex: 0 0 30px;
  height: 30px;
  place-items: center;
  background: linear-gradient(#587cac, #385f93);
  border: 1px solid #254a7b;
  border-radius: 3px;
  box-shadow: inset 0 1px rgb(255 255 255 / 25%);
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px #1b3b65;
}

.panel,
.traffic-card { padding: 22px; margin: 14px 0; }

.faq-panel { padding: 0; }

.panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  background: linear-gradient(#f8f9fb, #e9edf2);
  border-bottom: 1px solid var(--border);
}

.panel-title h2 { margin: 0; }
.panel-title span { color: var(--muted); font-size: 11px; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.faq-grid p {
  margin: 0;
  padding: 18px;
  border-left: 1px solid #e0e4e9;
  font-size: 13px;
}

.faq-grid p:first-child { border-left: 0; }

footer {
  display: flex;
  justify-content: space-between;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding-top: 12px;
  border-top: 1px solid #c0c7d0;
  color: #667383;
  font-size: 12px;
}

footer b { color: #425b7a; letter-spacing: .08em; }

.info-hero {
  max-width: 760px;
  margin: 70px auto;
  border-top: 3px solid #4e78b1;
}

.info-hero .prose { max-width: 650px; color: #38414b; }
.info-hero .prose p { margin: 0 0 15px; }

@media (hover: hover) {
  .columns article {
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
  }
  .columns article:hover {
    border-top-color: #3c70aa;
    box-shadow: 0 2px 3px rgb(28 43 60 / 17%), 0 10px 24px rgb(28 43 60 / 9%);
    transform: translateY(-1px);
  }
}

@media (max-width: 820px) {
  .landing-hero { grid-template-columns: 1fr 290px; gap: 26px; }
  .trust-strip { gap: 16px; }
}

@media (max-width: 680px) {
  .topbar { min-height: 54px; padding: 0 12px; }
  .wordmark { font-size: 20px; }
  .wordmark::before { width: 24px; height: 24px; font-size: 16px; }
  .topbar nav { gap: 0; }
  .topbar nav > a, .link-button { padding: 7px; font-size: 11px; }
  .topbar nav > a:first-child { display: none; }
  .shell { width: min(100% - 20px, 1100px); margin: 14px auto; }
  .hero { padding: 23px; }
  .landing-hero { grid-template-columns: 1fr; min-height: 0; }
  .status-window { max-width: 360px; width: 100%; margin: 0 auto; }
  h1 { font-size: 31px; }
  .lead { font-size: 16px; }
  .cta-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 4px; margin-bottom: 12px; }
  .columns, .faq-grid { grid-template-columns: 1fr; }
  .columns article { min-height: 0; }
  .faq-grid p { border-top: 1px solid #e0e4e9; border-left: 0; }
  .faq-grid p:first-child { border-top: 0; }
  .panel-title { align-items: flex-start; flex-direction: column; gap: 3px; }
  footer { align-items: flex-start; flex-direction: column; gap: 6px; }
  .info-hero { margin: 28px auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
