/* WHALESASIAN — minimal dark theme, mobile-first, no JS */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #0b0d12;
  color: #e6e8ee;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: #58a6ff; text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 880px; margin: 0 auto; padding: 24px 20px 64px; }
header.site {
  border-bottom: 1px solid #1c2030;
  background: #0b0d12;
}
header.site .wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}
.brand { font-size: 20px; font-weight: 700; letter-spacing: 1.5px; color: #fff; }
.brand small { display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.5px; color: #8b93a7; margin-top: 2px; }
nav.site a { margin-left: 18px; color: #c4c9d6; font-size: 14px; }
nav.site a:first-child { margin-left: 0; }
h1 { font-size: 30px; line-height: 1.2; margin: 24px 0 8px; color: #fff; }
h2 { font-size: 20px; margin: 32px 0 8px; color: #fff; }
h3 { font-size: 16px; margin: 24px 0 6px; color: #d6dae6; }
p, li { color: #c4c9d6; }
.subtitle { font-size: 17px; color: #8b93a7; margin: 0 0 24px; }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.btn {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #2a3145;
  background: #161a25;
  color: #e6e8ee;
}
.btn:hover { background: #1c2233; text-decoration: none; }
.btn.primary { background: #2563eb; border-color: #2563eb; color: #fff; }
.btn.primary:hover { background: #1d4ed8; }
.disclaimer {
  margin-top: 32px;
  padding: 14px 16px;
  background: #131826;
  border-left: 3px solid #f59e0b;
  font-size: 13px;
  color: #c4c9d6;
}
.plans { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 24px 0; }
@media (min-width: 640px) { .plans { grid-template-columns: 1fr 1fr; } }
.plan {
  border: 1px solid #1c2030;
  background: #11141d;
  border-radius: 10px;
  padding: 18px;
}
.plan h3 { margin: 0 0 4px; font-size: 17px; color: #fff; }
.plan .price { font-size: 22px; font-weight: 700; color: #fff; margin: 4px 0 8px; }
.plan .price small { font-size: 13px; font-weight: 400; color: #8b93a7; }
.plan p { font-size: 13px; margin: 0; }
footer.site {
  border-top: 1px solid #1c2030;
  background: #080a0f;
  font-size: 13px;
  color: #8b93a7;
}
footer.site .wrap { padding-top: 24px; padding-bottom: 24px; }
footer.site a { color: #c4c9d6; margin-right: 14px; }
footer.site .legal { margin-top: 10px; font-size: 12px; color: #6b7280; }
footer.site .operator { margin-top: 14px; font-size: 13px; color: #8b93a7; line-height: 1.55; }
footer.site .operator strong { color: #c4c9d6; font-weight: 600; }
footer.site .addr-label { display: block; margin-top: 6px; color: #8b93a7; font-size: 12px; text-transform: uppercase; letter-spacing: 0.4px; }
.address { font-style: normal; }
ul.tight li { margin-bottom: 6px; }
hr { border: 0; border-top: 1px solid #1c2030; margin: 32px 0; }
code { background: #131826; padding: 1px 6px; border-radius: 4px; font-size: 13px; }
