:root {
  --ink: #f5f7fb;
  --muted: #99a2b5;
  --panel: rgba(18, 22, 33, .76);
  --line: rgba(255, 255, 255, .1);
  --blue: #6b93ff;
  --blue-deep: #3d63e6;
  --green: #55e5a8;
  --bg: #070910;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(58, 100, 220, .13), transparent 32rem),
    linear-gradient(135deg, #070910 0%, #0a0d16 55%, #08090f 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.ambient-one { width: 24rem; height: 24rem; right: -10rem; top: 15rem; background: rgba(64, 108, 235, .14); }
.ambient-two { width: 20rem; height: 20rem; left: -13rem; bottom: 10rem; background: rgba(46, 160, 175, .07); }
.site-header, .shell, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.025em;
}

/* Three connected nodes: two contacts and the relationship that ties them. */
.brand-mark { position: relative; display: inline-block; width: 26px; height: 26px; }
.brand-mark i { position: absolute; border-radius: 50%; background: linear-gradient(180deg, #a9c1ff, #4a6fe8); box-shadow: 0 0 12px rgba(88, 128, 255, .45); }
.brand-mark i:nth-child(1) { width: 7px; height: 7px; left: 0; top: 3px; }
.brand-mark i:nth-child(2) { width: 9px; height: 9px; right: 0; top: 8px; }
.brand-mark i:nth-child(3) { width: 7px; height: 7px; left: 2px; bottom: 2px; }
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  height: 1.5px;
  border-radius: 2px;
  background: rgba(133, 165, 255, .5);
  transform-origin: left center;
}
.brand-mark::before { left: 4px; top: 6px; width: 19px; transform: rotate(18deg); }
.brand-mark::after { left: 5px; top: 21px; width: 18px; transform: rotate(-29deg); }

.language { display: flex; align-items: center; gap: 9px; color: #626a7b; font: 600 12px/1 monospace; letter-spacing: .08em; }
.language a { color: #7f8798; padding: 8px 2px; text-decoration: none; }
.language a[aria-current="page"] { color: #fff; }
.language a:hover { color: var(--blue); }

.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 64px;
  padding: 54px 0 90px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #a3bcff; font: 700 11px/1 monospace; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
h1 { max-width: 700px; margin: 24px 0; font-size: clamp(46px, 5.6vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 760; }
.lead { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.72; letter-spacing: -.015em; }
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 245px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(120, 152, 255, .52);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(59, 96, 228, .92), rgba(76, 112, 232, .7));
  box-shadow: 0 14px 42px rgba(37, 66, 180, .22), inset 0 1px rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s, border-color .2s;
}
.primary-link:hover { transform: translateY(-2px); border-color: #a2bcff; }
.benefits { display: flex; flex-wrap: wrap; gap: 11px 20px; margin: 36px 0 0; padding: 0; color: #7f889a; list-style: none; font-size: 11px; }
.benefits li { display: flex; align-items: center; gap: 7px; }
.check { display: grid; width: 17px; height: 17px; place-items: center; border: 1px solid rgba(105, 223, 169, .25); border-radius: 50%; color: var(--green); font-size: 10px; }

.console-wrap { position: relative; perspective: 1000px; }
.orbit { position: absolute; border: 1px solid rgba(105, 141, 255, .12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 570px; height: 570px; left: 4%; top: -21%; }
.orbit-two { width: 400px; height: 400px; right: -9%; top: -4%; border-color: rgba(94, 205, 208, .08); }
.console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(12, 15, 24, .88);
  box-shadow: -25px 35px 90px rgba(0, 0, 0, .55), 0 0 70px rgba(48, 82, 205, .1), inset 0 1px rgba(255, 255, 255, .05);
  transform: rotateY(-7deg) rotateX(2deg);
}
.console-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); }
.console-bar span { width: 7px; height: 7px; border-radius: 50%; background: #353b49; }
.console-bar span:first-child { background: #4d70ea; }
.console-bar b { margin-left: auto; color: #555e70; font: 500 8px monospace; }
.console-body { display: grid; grid-template-columns: 52px 1fr; height: 336px; }
.console-sidebar { display: flex; flex-direction: column; align-items: center; gap: 23px; padding-top: 18px; border-right: 1px solid var(--line); }
.mini-logo { width: 17px; height: 17px; border: 2px solid #5c81f5; border-radius: 50%; box-shadow: 0 0 15px rgba(92, 129, 245, .4); }
.console-sidebar i { width: 14px; height: 2px; border-radius: 2px; background: #353c4c; }
.console-main { padding: 25px; }
.console-heading { display: flex; justify-content: space-between; align-items: center; }
.console-heading small, .metric-row small { display: block; color: #596174; font: 600 8px monospace; letter-spacing: .1em; }
.console-heading strong { display: block; margin-top: 5px; font-size: 17px; }
.console-heading em, .contact-list em { padding: 5px 8px; border: 1px solid rgba(71, 218, 155, .18); border-radius: 20px; background: rgba(71, 218, 155, .07); color: var(--green); font: 500 8px monospace; font-style: normal; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 22px 0; }
.metric-row > div { padding: 13px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 7px; background: rgba(255, 255, 255, .025); }
.metric-row strong { display: block; margin-top: 7px; font: 600 16px monospace; }
.metric-row .green { color: var(--green); }
.contact-list { display: grid; gap: 7px; }
.contact-list > div { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 7px; background: rgba(255, 255, 255, .018); }
.contact-icon { display: grid; flex: 0 0 27px; height: 27px; place-items: center; border-radius: 50%; background: rgba(84, 214, 159, .13); color: var(--green); font: 700 10px monospace; }
.contact-icon.indigo { background: rgba(100, 130, 244, .16); color: #96b0ff; }
.contact-icon.blue { background: rgba(83, 178, 232, .13); color: #72c6f4; }
.contact-list p { flex: 1; margin: 0; }
.contact-list b, .contact-list small { display: block; }
.contact-list b { font-size: 10px; }
.contact-list small { margin-top: 3px; color: #5f687b; font: 8px monospace; }
.contact-list em.muted { border-color: rgba(255, 255, 255, .08); background: transparent; color: #697284; }

.why { padding: 86px 0 90px; border-top: 1px solid var(--line); }
.why-head { max-width: 640px; }
.why-head h2 { margin: 20px 0 16px; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.06; letter-spacing: -.045em; }
.why-head p { margin: 0; max-width: 585px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 54px; }
.why-point { padding-left: 18px; border-left: 2px solid rgba(107, 147, 255, .34); }
.why-point h3 { margin: 0 0 10px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; line-height: 1.35; }
.why-point p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.features { padding: 88px 0 96px; border-top: 1px solid var(--line); }
.features-head { max-width: 620px; }
.features-head h2 { margin: 20px 0 16px; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.06; letter-spacing: -.045em; }
.features-head p { margin: 0; max-width: 545px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.feature {
  padding: 26px 24px 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .022);
  transition: border-color .2s, transform .2s, background .2s;
}
.feature:hover { border-color: rgba(120, 152, 255, .34); background: rgba(255, 255, 255, .035); transform: translateY(-2px); }
.feature-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(107, 147, 255, .22);
  border-radius: 9px;
  background: rgba(92, 129, 245, .11);
  color: #a3bcff;
}
.feature-icon svg { width: 17px; height: 17px; }
.feature h3 { margin: 19px 0 9px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.fields {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding: 88px 0 92px;
  border-top: 1px solid var(--line);
}
.fields h2 { margin: 20px 0 16px; font-size: clamp(28px, 3.2vw, 41px); line-height: 1.08; letter-spacing: -.045em; }
.fields-lead { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.fields-points { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.fields-points li { position: relative; padding-left: 20px; color: #8c95a8; font-size: 13px; line-height: 1.62; }
.fields-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(107, 147, 255, .5);
}
.field-panel {
  margin: 0;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(12, 15, 24, .82);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05);
}
.field-panel figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.field-panel figcaption span { color: #9db3ef; font: 700 10px/1 monospace; letter-spacing: .13em; text-transform: uppercase; }
.field-panel figcaption b { color: #5c6478; font: 500 9px monospace; }
.field-panel dl { margin: 0; display: grid; gap: 1px; }
.field-panel dl > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .045); }
.field-panel dt { color: #8c95a8; font-size: 12px; }
.field-panel dd { margin: 0; color: #d9dce6; font: 500 12px monospace; }
.field-panel > p { margin: 16px 0 0; color: #5f687b; font-size: 11px; line-height: 1.55; }

.roadmap { padding: 84px 0 92px; border-top: 1px solid var(--line); }
.roadmap-head { max-width: 620px; }
.roadmap-head h2 { margin: 20px 0 0; font-size: clamp(28px, 3.2vw, 41px); line-height: 1.08; letter-spacing: -.045em; }
.roadmap-list { margin: 46px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.roadmap-list > li {
  padding: 26px 24px 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .022);
}
.roadmap-list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.roadmap-list ul li { position: relative; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.roadmap-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(107, 147, 255, .45);
}
.roadmap-list > li:last-child ul li::before { background: #4d5468; box-shadow: none; }
.stage {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  color: #767f92;
  font: 700 9px/1 monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stage-launch { border-color: rgba(71, 218, 155, .28); background: rgba(71, 218, 155, .08); color: var(--green); }
.stage-later { border-color: rgba(120, 152, 255, .3); background: rgba(92, 129, 245, .09); color: #a3bcff; }
.roadmap-list h3 { margin: 17px 0 15px; font-size: 16px; font-weight: 700; letter-spacing: -.025em; }
.roadmap-note { margin: 26px 0 0; max-width: 640px; color: #626a7b; font-size: 11px; line-height: 1.6; }

.signup {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  padding: 95px 8%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.signup-copy > span { color: #8fabff; font: 700 11px/1 monospace; letter-spacing: .15em; text-transform: uppercase; }
.signup h2, .legal-page h1 { margin: 16px 0; font-size: clamp(34px, 4vw, 53px); letter-spacing: -.05em; }
.signup-copy p { color: var(--muted); line-height: 1.65; }
form { display: grid; gap: 18px; }
.name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 8px; color: #aab2c2; font-size: 11px; font-weight: 650; letter-spacing: .03em; }
input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  outline: none;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  font: inherit;
  font-size: 14px;
  padding: 0 14px;
  transition: border .2s, box-shadow .2s;
}
input:focus { border-color: rgba(107, 147, 255, .75); box-shadow: 0 0 0 3px rgba(80, 118, 240, .12); }
input[aria-invalid="true"] { border-color: #f0758c; }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 11px; color: #7e8799; font-weight: 400; line-height: 1.55; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue-deep); }
.consent a { color: #9db3ef; text-underline-offset: 2px; }
button {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border: 1px solid #6d90f7;
  border-radius: 7px;
  background: linear-gradient(135deg, #3a60e8, #4e73ea);
  box-shadow: 0 14px 35px rgba(40, 70, 190, .22);
  color: white;
  cursor: pointer;
  font-weight: 700;
}
button:hover { filter: brightness(1.08); }
.notice { padding: 13px 14px; border: 1px solid; border-radius: 7px; font-size: 12px; line-height: 1.5; }
.notice.success { border-color: rgba(75, 222, 158, .28); background: rgba(75, 222, 158, .08); color: #8ce7bd; }
.notice.error { border-color: rgba(240, 117, 140, .3); background: rgba(240, 117, 140, .08); color: #f1a0af; }
.field-error { color: #f08da0; font-size: 10px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { display: flex; min-height: 120px; align-items: center; justify-content: space-between; color: #5e6676; font-size: 11px; }
footer p { margin: 0; }
footer nav { display: flex; gap: 20px; }
footer nav a { text-decoration: none; }
footer nav a:hover { color: #fff; }
.compact { color: #a7adba; font-size: 14px; }
.compact .brand-mark { transform: scale(.72); margin-right: -4px; }

.result-page { display: grid; place-items: center; padding: 24px; }
.result-card { width: min(580px, 100%); padding: 54px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); box-shadow: 0 35px 100px rgba(0, 0, 0, .45); text-align: center; }
.result-card .brand { margin-bottom: 52px; }
.result-icon { display: grid; width: 55px; height: 55px; margin: 0 auto 24px; place-items: center; border: 1px solid rgba(85, 229, 168, .35); border-radius: 50%; background: rgba(85, 229, 168, .09); color: var(--green); font-size: 22px; }
.result-icon.expired, .result-icon.invalid, .result-icon.unavailable { border-color: rgba(240, 117, 140, .3); background: rgba(240, 117, 140, .07); color: #ee8599; }
.result-card h1 { margin: 0; font-size: clamp(38px, 7vw, 58px); }
.result-card p { margin: 22px auto; max-width: 420px; color: var(--muted); line-height: 1.7; }

.legal-page { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 100px; }
.legal-page .brand { margin-bottom: 60px; }
.legal-page h1 { max-width: none; }
.legal-page h2 { margin-top: 38px; font-size: 19px; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page p a { color: #9db3ef; text-underline-offset: 2px; }
.placeholder { padding: 16px; border: 1px solid rgba(243, 188, 82, .25); border-radius: 8px; background: rgba(243, 188, 82, .06); color: #e9c87f !important; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 80px; padding-top: 70px; }
  .hero-copy { max-width: 680px; }
  .console-wrap { width: min(620px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 26px; }
  .fields { grid-template-columns: 1fr; gap: 46px; }
  .signup { grid-template-columns: 1fr; gap: 45px; padding-inline: 5%; }
}
@media (max-width: 600px) {
  .site-header, .shell, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 78px; }
  .hero { min-height: 0; padding: 60px 0 76px; gap: 60px; }
  h1 { font-size: 46px; }
  .lead { font-size: 16px; }
  .benefits { display: grid; }
  .console { transform: none; }
  .console-body { height: 300px; grid-template-columns: 38px 1fr; }
  .console-main { padding: 16px 12px; }
  .console-sidebar { gap: 18px; }
  .metric-row > div { padding: 9px; }
  .contact-list > div { padding: 8px; }
  .why { padding: 66px 0 70px; }
  .why-grid { margin-top: 38px; }
  .features { padding: 68px 0 74px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .feature { padding: 22px 20px 24px; }
  .fields { padding: 68px 0 72px; gap: 38px; }
  .field-panel { padding: 18px 16px 16px; }
  .field-panel dl > div { gap: 12px; }
  .roadmap { padding: 66px 0 72px; }
  .roadmap-list { grid-template-columns: 1fr; margin-top: 34px; }
  .roadmap-list > li { padding: 22px 20px 24px; }
  .signup { padding: 68px 0; }
  .name-row { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; gap: 20px; padding: 35px 0; }
  footer p { order: 3; width: 100%; }
  .result-card { padding: 38px 22px; }
}

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