:root {
  --ink: #f4fbff;
  --muted: #8ba5b8;
  --night: #030a12;
  --panel: rgba(8, 23, 37, 0.9);
  --line: rgba(136, 205, 239, 0.16);
  --blue: #00bdf2;
  --blue-bright: #59ddff;
  --blue-deep: #087dff;
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(89, 221, 255, 0.72); outline-offset: 3px; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(110px); }
.ambient-one { top: -220px; left: -160px; width: 620px; height: 620px; background: rgba(0, 189, 242, 0.14); }
.ambient-two { top: 300px; right: -250px; width: 700px; height: 700px; background: rgba(8, 125, 255, 0.11); }

.landing-header, main, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.landing-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.landing-brand { display: inline-flex; align-items: center; gap: 12px; }
.landing-mark { display: grid; place-items: center; width: 45px; aspect-ratio: 1; border: 1px solid rgba(136, 229, 255, 0.44); border-radius: 13px; background: linear-gradient(135deg, #02d2f5, #087dff); box-shadow: 0 0 32px rgba(0, 189, 242, 0.24); font-size: 11px; font-weight: 900; }
.landing-brand > span:last-child { display: grid; line-height: 1; }
.landing-brand strong { font-size: 15px; }
.landing-brand small { margin-top: 6px; color: #668399; font-size: 8px; font-weight: 850; letter-spacing: .2em; }
.header-action { padding: 11px 15px; border: 1px solid rgba(69, 207, 255, .28); border-radius: 12px; color: #dff8ff; background: rgba(0, 189, 242, .07); font-size: 12px; font-weight: 800; }

.landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); align-items: center; gap: 80px; min-height: 650px; padding: 72px 0 110px; }
.eyebrow, .section-label { color: var(--blue-bright); font-size: 10px; font-weight: 850; letter-spacing: .22em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 11px; border: 1px solid rgba(89, 221, 255, .2); border-radius: 999px; background: rgba(0, 189, 242, .05); text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 189, 242, .11), 0 0 12px rgba(0, 189, 242, .65); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 730px; margin: 25px 0 0; font-size: clamp(3.4rem, 6.2vw, 6.2rem); line-height: .96; letter-spacing: -.06em; }
h1 span, .ownership-banner h2 { color: transparent; background: linear-gradient(105deg, #70e5ff, #00b9f0 50%, #087dff); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-button, .secondary-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-size: 13px; font-weight: 800; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.primary-button { color: #01111b; background: linear-gradient(100deg, #61e2ff, #00b9ef 55%, #087dff); box-shadow: 0 12px 34px rgba(0, 165, 239, .22); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-3px); }
.primary-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.secondary-button { border-color: var(--line); color: #cee5f1; background: rgba(255, 255, 255, .025); }
.trust-note { display: flex; align-items: center; gap: 11px; max-width: 560px; margin-top: 30px; color: #6f8ea3; font-size: 11px; }
.trust-note svg { flex: 0 0 auto; width: 21px; fill: none; stroke: var(--blue-bright); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-note strong { color: #bcd6e4; }

.route-card { overflow: hidden; border: 1px solid rgba(116, 216, 255, .22); border-radius: 25px; background: linear-gradient(145deg, rgba(9, 29, 45, .98), rgba(4, 14, 24, .98)); box-shadow: 0 30px 90px rgba(0, 0, 0, .38), 0 0 60px rgba(0, 189, 242, .08); transform: rotate(1.5deg); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 47px; padding: 0 17px; border-bottom: 1px solid var(--line); color: #57758a; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #244052; }
.window-bar span { margin-left: 6px; }
.route-preview { padding: 31px; }
.route-label { color: var(--blue-bright); font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.route-address { display: flex; flex-wrap: wrap; margin-top: 10px; font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.04em; }
.route-address span { color: #6e8ca0; }
.route-address strong { color: #dff8ff; }
.mini-profile { display: flex; align-items: center; margin-top: 29px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.mini-avatar { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 12px; background: linear-gradient(135deg, #00c7ef, #0c6dff); font-weight: 900; }
.mini-profile > span:nth-child(2) { display: grid; gap: 3px; margin-left: 12px; }
.mini-profile strong { font-size: 12px; }
.mini-profile small { color: #69879b; font-size: 9px; }
.mini-profile > i { margin-left: auto; color: var(--blue-bright); }
.mini-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.mini-links span { height: 66px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, rgba(15, 42, 61, .8), rgba(5, 17, 29, .8)); }

.lookup-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; padding: 54px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(130deg, rgba(0, 174, 234, .09), transparent 40%), var(--panel); }
.lookup-section h2, .how-section h2, .ownership-banner h2 { margin: 12px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.lookup-section > div > p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
#creator-lookup label { display: block; margin-bottom: 8px; color: #7f9caf; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lookup-control { display: flex; align-items: center; min-height: 55px; padding: 6px; border: 1px solid rgba(136, 205, 239, .21); border-radius: 13px; background: #04101b; }
.lookup-control > span { padding-left: 11px; color: #58778b; font-size: 11px; white-space: nowrap; }
.lookup-control input { min-width: 80px; flex: 1; border: 0; outline: 0; padding: 10px 4px; color: white; background: transparent; font-weight: 800; }
.lookup-control input::placeholder { color: #355367; }
.lookup-control button { flex: 0 0 auto; min-height: 41px; border: 0; border-radius: 9px; padding: 0 15px; color: #00141d; background: var(--blue-bright); cursor: pointer; font-size: 11px; font-weight: 850; }
.lookup-error { min-height: 18px; margin: 6px 0 0; color: #ff7c9a; font-size: 10px; }

.how-section { padding: 125px 0; }
.section-heading { max-width: 650px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 44px; }
.step-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(11, 29, 45, .94), rgba(5, 17, 28, .94)); }
.step-grid article > span { color: var(--blue-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.step-grid h3 { margin: 68px 0 11px; font-size: 19px; }
.step-grid p { margin: 0; color: #7691a4; font-size: 12px; line-height: 1.7; }

.ownership-banner { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 110px; padding: 50px 54px; border: 1px solid rgba(106, 220, 255, .28); border-radius: 27px; background: linear-gradient(100deg, rgba(2, 145, 209, .18), transparent 54%), linear-gradient(135deg, #0a263a, #071825 70%); }
.ownership-banner > div { max-width: 690px; }
.ownership-banner p { margin: 17px 0 0; color: #87a2b3; font-size: 13px; line-height: 1.7; }
.ownership-banner .primary-button { flex: 0 0 auto; }

footer { display: flex; justify-content: space-between; min-height: 80px; align-items: center; border-top: 1px solid var(--line); color: #496679; font-size: 10px; }

@media (max-width: 900px) {
  .landing-hero { grid-template-columns: 1fr; gap: 55px; }
  .route-card { width: min(100%, 640px); transform: none; }
  .lookup-section { grid-template-columns: 1fr; gap: 35px; }
  .ownership-banner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .landing-header, main, footer { width: min(calc(100% - 28px), var(--max)); }
  .landing-header { min-height: 76px; }
  .header-action { padding: 9px 11px; font-size: 10px; }
  .landing-brand small { display: none; }
  .landing-hero { min-height: auto; padding: 70px 0 80px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions > a { width: 100%; }
  .route-preview { padding: 22px; }
  .lookup-section { padding: 28px 20px; }
  .lookup-control { align-items: stretch; flex-direction: column; padding: 8px; }
  .lookup-control > span { padding: 6px 6px 0; }
  .lookup-control input { width: 100%; padding: 8px 6px 12px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 210px; }
  .step-grid h3 { margin-top: 48px; }
  .ownership-banner { padding: 34px 24px; }
  .ownership-banner .primary-button { width: 100%; }
  footer { flex-direction: column; justify-content: center; gap: 6px; text-align: center; }
}

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