:root {
  --bg1: #0b1a33;
  --bg2: #2a3d66;
  --ink: #111111;
  --paper: #f6f2e7;
  --accent: #e2162b;
  --link: #0b2e8a;
  --link-visit: #5a1a7a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background: #c0c0c0;
  color: var(--ink);
}

.page {
  padding: 18px;
}

.frame {
  width: 640px;
  margin: 0 auto;
  background: var(--paper);
  border: 6px ridge #777777;
  box-shadow: 0 0 0 4px #c7c1b5;
}

.sidebar {
  width: 220px;
  background: #efe6d2;
  border-right: 4px double #3a3a3a;
  padding: 12px;
  font-family: "Courier New", Courier, monospace;
}

.content {
  padding: 16px 20px 24px;
}

.logo-box {
  text-align: center;
  padding: 10px 6px;
  border: 3px outset #9a8b6a;
  background: #fff3dc;
}

.logo {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
}

.tagline {
  font-size: 12px;
}

.nav {
  display: grid;
  gap: 6px;
  text-align: center;
}

.nav a {
  display: block;
  padding: 6px 4px;
  background: #fff6e5;
  border: 2px outset #b4a37c;
  text-decoration: none;
  color: var(--link);
  font-weight: bold;
}

.nav a:visited {
  color: var(--link-visit);
}

.badge {
  margin-top: 10px;
  padding: 6px;
  text-align: center;
  border: 2px dashed #222222;
  background: #fff9ee;
  font-size: 12px;
}

.stars {
  color: var(--accent);
}

.uc {
  font-weight: bold;
  color: #000000;
}

.counter {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}

h1 {
  font-size: 26px;
  margin: 8px 0 10px;
  text-transform: uppercase;
  color: #0b2e8a;
}

h2 {
  margin-top: 18px;
  border-bottom: 2px solid #333333;
  padding-bottom: 2px;
  font-size: 18px;
  color: #1c1c1c;
}

h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

marquee {
  background: #ffe07d;
  border: 2px inset #a88c3c;
  padding: 4px;
  font-family: "Courier New", Courier, monospace;
}

.hero {
  width: 100%;
  margin-top: 14px;
}

.hero-left {
  width: 65%;
  padding-right: 10px;
}

.hero-right {
  width: 35%;
}

.promo {
  width: 100%;
  margin-top: 10px;
}

.promo td {
  width: 50%;
  vertical-align: top;
}

.promo td:first-child {
  padding-right: 10px;
}

.box {
  border: 2px solid #333333;
  background: #fff9ee;
  padding: 8px;
  margin-bottom: 10px;
}

.hotline {
  font-size: 16px;
  color: var(--accent);
}

.plans {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-family: "Courier New", Courier, monospace;
}

.plans th,
.plans td {
  border: 2px solid #333333;
  padding: 6px;
  text-align: center;
  background: #fffdf8;
}

.features {
  list-style: square;
  padding-left: 20px;
  font-size: 15px;
}

.support {
  border: 2px solid #333333;
  background: #fffdf8;
  width: 60%;
  margin-top: 6px;
}

.support td {
  border: 1px solid #333333;
  padding: 6px 10px;
}

.signup {
  border: 2px dashed #333333;
  padding: 10px;
  background: #fff9ee;
  width: fit-content;
}

.signup table {
  font-family: "Courier New", Courier, monospace;
}

.signup input,
.signup select {
  border: 2px inset #999999;
  background: #ffffff;
  padding: 2px;
  font-family: "Courier New", Courier, monospace;
}

.signup input[type="submit"] {
  background: #ffe07d;
  border: 2px outset #a88c3c;
  font-weight: bold;
  padding: 4px 10px;
  cursor: pointer;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.footer {
  font-size: 12px;
}
