:root {
  --ink: #f3f3f7;
  --muted: #a6a8b5;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #0c70ff;
  --violet: #9370ff;
  --page: #090b13;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--page);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.background { position: fixed; inset: 0; overflow: hidden; z-index: -1; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .48; }
.orb-one { width: 720px; height: 720px; left: -340px; top: -330px; background: radial-gradient(circle at 65% 70%, #0e68ea 0, rgba(15, 86, 221, .45) 25%, transparent 67%); }
.orb-two { width: 900px; height: 900px; right: -540px; top: 230px; background: radial-gradient(circle at 36% 42%, rgba(128, 74, 255, .42), transparent 62%); }
.grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 68%); }

.site-header, main, footer { max-width: 1220px; margin: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 28px 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 1.25rem; letter-spacing: -.07em; }
.mark { width: 26px; height: 23px; display: flex; gap: 3px; align-items: flex-start; padding-top: 3px; }
.mark i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.mark i:nth-child(2) { background: #5d7ffc; }.mark i:nth-child(3) { background: var(--violet); }
.header-contact, .text-link { font-size: .92rem; font-weight: 500; }.header-contact span, .text-link span, .mail-link span { color: var(--violet); margin-left: 5px; }

.hero { min-height: 620px; padding: 132px 32px 96px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #d3d4dd; font: .68rem "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #8c6bff; box-shadow: 0 0 12px #8c6bff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin: 23px 0 28px; font-size: clamp(3.6rem, 8vw, 7.25rem); line-height: .92; letter-spacing: -.075em; font-weight: 600; }
h1 em { font-style: normal; background: linear-gradient(105deg, #1681ff, #a67aff 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.intro { max-width: 550px; color: var(--muted); font-size: 1.15rem; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; gap: 14px; min-height: 49px; padding: 0 20px; border-radius: 99px; font-size: .94rem; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }.button-primary { background: var(--ink); color: #11131b; }.button-primary span { font-size: 1.1rem; }.button-quiet { border: 1px solid var(--line); color: #dedee5; }.button-quiet:hover { background: rgba(255,255,255,.07); }

.feature { margin: 0 32px; padding: clamp(30px, 5vw, 65px); display: grid; grid-template-columns: minmax(260px, .88fr) 1.12fr; gap: clamp(35px, 6vw, 95px); border: 1px solid var(--line); border-radius: 24px; background: rgba(16, 18, 30, .66); overflow: hidden; }
.feature-copy { align-self: center; }.feature h2, .contact h2 { margin: 18px 0 22px; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: .93; letter-spacing: -.065em; font-weight: 600; }.feature-copy > p:not(.eyebrow), .contact > p:not(.eyebrow) { max-width: 375px; color: var(--muted); line-height: 1.6; }.text-link { display: inline-block; margin-top: 17px; padding-bottom: 3px; border-bottom: 1px solid rgba(149,112,255,.7); }
.visualizer-preview { position: relative; min-height: 380px; border-radius: 16px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 50% 47%, #203d7b 0, #121837 26%, #090b17 68%); box-shadow: inset 0 0 80px #050611; }
.visualizer-preview:before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 42%, rgba(159, 111, 255, .16), transparent 60%); z-index: 2; }
.planet { position: absolute; z-index: 1; border-radius: 50%; }.planet-a { width: 155px; height: 155px; left: 15%; top: 24%; background: radial-gradient(circle at 32% 27%, #b7e7ff, #2973f6 30%, #172256 69%); box-shadow: 0 0 48px #2774ff; }.planet-b { width: 80px; height: 80px; right: 17%; bottom: 16%; background: radial-gradient(circle at 30% 25%, #ffccff, #a35dff 39%, #33165d 75%); box-shadow: 0 0 35px #a35dff; }.planet-c { width: 32px; height: 32px; right: 26%; top: 22%; background: #d6b1ff; box-shadow: 0 0 26px #a374ff; }
.ring { position: absolute; z-index: 0; border: 1px solid rgba(157, 124, 255, .38); border-radius: 50%; transform: rotate(-19deg); }.ring-one { width: 510px; height: 145px; left: -48px; top: 126px; }.ring-two { width: 470px; height: 120px; left: 5px; top: 171px; border-color: rgba(57, 137, 255, .3); }
.star-field b { position: absolute; width: 2px; height: 2px; background: white; border-radius: 50%; box-shadow: 0 0 9px 3px rgba(184,209,255,.55); }.star-field b:nth-child(1) { left: 15%; top: 16%; }.star-field b:nth-child(2) { left: 48%; top: 14%; }.star-field b:nth-child(3) { right: 13%; top: 38%; }.star-field b:nth-child(4) { left: 42%; bottom: 21%; }.star-field b:nth-child(5) { left: 9%; bottom: 15%; }.star-field b:nth-child(6) { right: 30%; top: 12%; }.star-field b:nth-child(7) { right: 8%; bottom: 13%; }.star-field b:nth-child(8) { left: 68%; top: 57%; }
.preview-label { position: absolute; z-index: 3; inset: auto 18px 16px; display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font: .61rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 32px; padding: 110px 0; }.principles article { padding: 0 35px; border-left: 1px solid var(--line); }.principles article:first-child { padding-left: 0; border: 0; }.number { color: var(--violet); font: .73rem "DM Mono", monospace; }.principles h3 { margin: 22px 0 11px; letter-spacing: -.04em; font-size: 1.35rem; }.principles p { margin: 0; color: var(--muted); font-size: .97rem; line-height: 1.5; }

.contact { margin: 0 32px 84px; padding: clamp(42px, 7vw, 90px); border-radius: 24px; background: linear-gradient(125deg, #155ec9 0%, #4d45bc 46%, #8659d5 100%); position: relative; overflow: hidden; }.contact:after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -230px; top: -290px; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 141px rgba(255,255,255,.035); }.contact .eyebrow { color: rgba(255,255,255,.78); }.contact .eyebrow span { background: white; box-shadow: none; }.contact h2 { position: relative; z-index: 1; }.contact > p:not(.eyebrow) { color: rgba(255,255,255,.82); position: relative; z-index: 1; }.mail-link { position: relative; z-index: 1; display: inline-block; margin-top: 21px; font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 500; letter-spacing: -.04em; border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 4px; }.mail-link span { color: white; }

footer { display: flex; justify-content: space-between; align-items: center; padding: 0 32px 34px; color: #8f92a0; font-size: .78rem; }footer .wordmark { color: #d7d8df; font-size: 1rem; }footer p { margin: 0; }footer > a:last-child:hover { color: white; }

@media (max-width: 740px) { .site-header { padding: 22px 20px; }.header-contact { font-size: .78rem; }.hero { min-height: 540px; padding: 95px 20px 80px; }.intro { font-size: 1.04rem; }.feature { margin: 0 20px; padding: 28px; grid-template-columns: 1fr; }.visualizer-preview { min-height: 280px; }.planet-a { transform: scale(.75); transform-origin: top left; }.ring-one { transform: rotate(-19deg) scale(.72); transform-origin: top left; }.ring-two { transform: rotate(-19deg) scale(.72); transform-origin: top left; }.principles { grid-template-columns: 1fr; gap: 38px; margin: 0 20px; padding: 75px 0; }.principles article, .principles article:first-child { padding: 0; border: 0; }.contact { margin: 0 20px 58px; }.contact:after { right: -330px; }.site-header, footer { max-width: none; }footer { padding: 0 20px 27px; flex-wrap: wrap; gap: 17px; }footer p { order: 3; width: 100%; }.grid { background-size: 40px 40px; } }
