:root {
  --bg: #07101f;
  --surface: #0d1930;
  --surface-2: #111f3a;
  --text: #f5f7ff;
  --muted: #b7c2d7;
  --line: #2c4163;
  --blue: #607cff;
  --violet: #9270ff;
  --cyan: #58dce9;
  --amber: #ffc873;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 82% 5%, rgba(111, 91, 255, .15), transparent 29%), var(--bg);
  color: var(--text);
  font: 17px/1.58 "Segoe UI Variable Display", "Segoe UI", Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 10px 14px;
  background: #fff;
  color: #07101f;
  font-weight: 700;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(7, 16, 31, .93);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(15px);
}
.site-nav { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 174px; height: auto; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { color: #c2ccdc; font-size: 14px; text-decoration: none; }
.nav-links a:hover { color: #fff; }
.nav-login {
  display: inline-flex;
  align-items: center;
  border: 1px solid #455a7d;
  border-radius: 9px;
  padding: 9px 13px;
  color: #dfe5f5;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.nav-login:hover { color: #fff; }
.nav-action {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #455a7d;
  border-radius: 9px;
  padding: 10px 14px;
  color: #eef2ff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 56px;
  text-align: center;
  background: radial-gradient(circle at 50% -15%, rgba(110, 125, 255, .22), transparent 43%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(120, 145, 205, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 145, 205, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-inner { position: relative; max-width: 980px; }
.eyebrow,
.section-label,
.tier-label,
.purpose-label {
  color: #a8b4ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero .eyebrow {
  display: inline-flex;
  border: 1px solid rgba(145, 163, 255, .3);
  border-radius: 99px;
  padding: 7px 11px;
  background: rgba(18, 31, 61, .7);
}
h1 {
  max-width: 860px;
  margin: 15px auto 18px;
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.lead { max-width: 770px; margin: 0 auto; color: var(--muted); font-size: 20px; }
.lead strong { color: #fff; font-weight: 650; }

.search-shell { position: relative; max-width: 760px; margin: 31px auto 0; }
.procedure-search {
  display: flex;
  padding: 8px;
  border: 1px solid #506992;
  border-radius: 16px;
  background: rgba(11, 24, 48, .94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}
.procedure-search:focus-within { border-color: #7b8fff; box-shadow: 0 25px 75px rgba(0, 0, 0, .35), 0 0 0 3px rgba(96, 124, 255, .13); }
.procedure-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 14px 16px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 17px;
}
.procedure-search input::placeholder { color: #94a3bd; }
.procedure-search button {
  border: 0;
  border-radius: 11px;
  padding: 13px 21px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.search-results {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  padding: 7px;
  border: 1px solid #40577e;
  border-radius: 14px;
  background: #081326;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .45);
  text-align: left;
}
.search-result {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 10px;
  padding: 13px 14px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.search-result:hover,
.search-result:focus-visible { background: #132647; }
.result-main strong,
.result-main span { display: block; }
.result-main strong { font-size: 15px; }
.result-main span { margin-top: 2px; color: #9ba9bf; font-size: 12px; }
.result-state {
  flex: 0 0 auto;
  border: 1px solid #37636c;
  border-radius: 99px;
  padding: 5px 8px;
  color: #70e0e9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.result-state.soon { border-color: #584f88; color: #c0b0ff; }
.search-empty { margin: 0; padding: 13px; color: #aab6ca; font-size: 13px; }
.search-help { margin-top: 9px; border: 0; background: transparent; color: #bdc7da; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.search-note { min-height: 22px; margin-top: 5px; color: #9ba9bf; font-size: 13px; }
.available-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  border: 1px solid #337682;
  border-radius: 99px;
  padding: 7px 11px;
  background: rgba(38, 152, 167, .08);
  color: #d5fbff;
  font-size: 13px;
  text-decoration: none;
}
.available-now::before { content: "✓"; color: var(--cyan); }

.purpose { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 920px; margin: 27px auto 0; text-align: left; }
.purpose article {
  min-height: 133px;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(16, 31, 60, .94), rgba(10, 22, 43, .92));
  box-shadow: 0 15px 42px rgba(0, 0, 0, .12);
}
.purpose-label { display: block; margin-bottom: 10px; }
.purpose strong { display: block; margin-bottom: 5px; font-size: 18px; }
.purpose p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }

.mission { padding: 34px 0; border-top: 1px solid #354b72; background: linear-gradient(90deg, rgba(26, 46, 84, .8), rgba(32, 26, 71, .72)); }
.mission-inner { max-width: 980px; text-align: center; }
.mission h2 { margin: 7px 0 9px; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; letter-spacing: -.025em; }
.mission p { max-width: 830px; margin: auto; color: #c7d0e1; }
.mission-promise { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.mission-promise span { border: 1px solid #52678e; border-radius: 99px; padding: 6px 10px; color: #e5eaf4; font-size: 12px; }

.access { padding: 50px 0 68px; background: linear-gradient(180deg, rgba(27, 35, 74, .54), rgba(7, 16, 31, 0)); }
.section-head { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.section-head h2 { margin: 7px 0 9px; font-size: clamp(32px, 4vw, 43px); line-height: 1.12; letter-spacing: -.025em; }
.section-head p { margin: 0; color: var(--muted); }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tier {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--cyan);
  border-radius: 17px;
  padding: 25px;
  background: linear-gradient(145deg, rgba(16, 31, 60, .96), rgba(10, 22, 43, .94));
}
.tier.professional { border-top-color: var(--blue); }
.tier.advanced { border-top-color: var(--violet); }
.tier h3 { margin: 7px 0; font-size: 24px; }
.tier p { margin: 0; color: var(--muted); }
.development-label { display: inline-flex; margin-top: 17px; border: 1px solid #52658a; border-radius: 8px; padding: 6px 9px; color: #bec8da; font-size: 12px; }

footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand-footer { display: block; width: 185px; height: auto; }
.disclaimer { max-width: 770px; margin: 0; font-size: 14px; }
.footer-login { flex: 0 0 auto; color: #e7ebf6; font-size: 14px; font-weight: 700; text-decoration: none; }
.footer-login:hover { color: #fff; text-decoration: underline; }

@media (max-width: 800px) {
  .site-nav { flex-wrap: wrap; padding: 12px 0; }
  .nav-links { order: 3; flex-basis: 100%; overflow-x: auto; margin: 0; padding-bottom: 5px; white-space: nowrap; }
  .nav-action { margin-left: auto; }
  .nav-login { margin-left: auto; }
  .hero { padding: 50px 0 45px; }
  h1 { font-size: 46px; }
  .purpose,
  .tiers { grid-template-columns: 1fr; }
  .purpose article { min-height: 0; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  body { font-size: 16px; }
  .site-nav { min-height: 64px; flex-wrap: nowrap; gap: 9px; padding: 9px 0; }
  .brand-logo { width: 128px; }
  .nav-links { display: none; }
  .nav-login { min-height: 42px; margin-left: auto; padding: 8px 11px; }
  .nav-action { min-height: 42px; margin-left: 0; padding: 8px 11px; font-size: 13px; }
  .hero { padding: 38px 0 34px; text-align: center; }
  .hero .eyebrow { padding: 6px 9px; font-size: 10px; }
  h1 { margin-top: 13px; font-size: clamp(36px, 11vw, 44px); line-height: 1.03; letter-spacing: -.04em; }
  .lead { font-size: 17px; line-height: 1.48; }
  .search-shell { margin-top: 23px; }
  .procedure-search { align-items: stretch; padding: 6px; border-radius: 14px; }
  .procedure-search input { min-height: 48px; padding: 10px 12px; font-size: 16px; }
  .procedure-search button { min-height: 46px; padding: 10px 14px; }
  .search-note { min-height: 0; margin-top: 8px; font-size: 12px; }
  .available-now { margin-top: 10px; }
  .purpose { gap: 9px; margin-top: 22px; }
  .purpose article { padding: 16px 17px; border-radius: 13px; }
  .purpose-label { margin-bottom: 6px; font-size: 10px; }
  .purpose strong { font-size: 17px; }
  .purpose p { font-size: 14px; }
  .mission { padding: 28px 0; }
  .mission h2 { font-size: 28px; }
  .mission p { font-size: 15px; line-height: 1.5; }
  .access { padding: 38px 0 48px; }
  .section-head { margin-bottom: 20px; }
  .section-head h2 { font-size: 31px; }
  .tier { padding: 20px; }
  .tier h3 { font-size: 22px; }
  .tier p { font-size: 15px; }
  footer { padding: 24px 0; }
  .brand-footer { width: 150px; }
}
@media (forced-colors: active) {
  h1 { color: CanvasText; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
