:root {
  --ink: #080914;
  --panel: rgba(18, 19, 42, 0.78);
  --line: rgba(179, 167, 255, 0.18);
  --line-bright: rgba(210, 195, 255, 0.34);
  --text: #f6f0ff;
  --text-soft: #c2bdd7;
  --text-muted: #827d9e;
  --pink: #ed78ce;
  --violet: #936cff;
  --blue: #5d9dff;
  --cyan: #6eecff;
  --max: 1180px;
  --radius: 20px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -3; inset: 0; pointer-events: none; content: ""; background: radial-gradient(circle at 15% 4%, rgba(70, 56, 185, 0.22), transparent 28rem), radial-gradient(circle at 85% 24%, rgba(198, 67, 161, 0.12), transparent 32rem), linear-gradient(180deg, #080914 0%, #0a0b18 47%, #0c0b1c 100%); }
body::after { position: fixed; z-index: -2; inset: 0; pointer-events: none; content: ""; opacity: 0.35; background-image: radial-gradient(rgba(255, 255, 255, 0.16) 0.7px, transparent 0.7px); background-size: 5px 5px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
code, .eyebrow, .section-kicker, .step-tag, .mini-label, .install-platform, .nav-github, .brand, .footer-brand, .strip-number, .step-number, .example-index { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.ambient { position: absolute; z-index: -1; pointer-events: none; filter: blur(50px); opacity: 0.22; }
.ambient-one { top: 620px; left: -240px; width: 480px; height: 480px; background: #4223a8; border-radius: 50%; }
.ambient-two { top: 2100px; right: -260px; width: 550px; height: 550px; background: #9d227c; border-radius: 50%; }
.grid-glow { position: absolute; z-index: -1; top: 810px; right: 0; left: 0; height: 520px; opacity: 0.12; pointer-events: none; background-image: linear-gradient(rgba(153, 132, 255, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(153, 132, 255, 0.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, black, transparent); }
.section-shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; width: min(var(--max), calc(100% - 64px)); height: 90px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #e9e5ff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.site-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 42px; color: var(--text-muted); font-size: 0.77rem; font-weight: 600; letter-spacing: 0.05em; }
.site-nav a, .footer-links a { transition: color 180ms ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--text); }
.nav-github { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--text-soft); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.nav-github:hover { border-color: var(--line-bright); color: var(--text); background: rgba(147, 108, 255, 0.1); }
.arrow { color: var(--pink); font-size: 1rem; line-height: 1; }
.hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr); align-items: center; gap: 60px; min-height: 730px; padding-top: 34px; padding-bottom: 92px; }
.eyebrow, .section-kicker { color: var(--pink); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--cyan); }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -0.055em; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(3.5rem, 6.7vw, 6.3rem); font-weight: 680; }
.gradient-text { color: #dcaaff; background: linear-gradient(100deg, #f4c0e9 0%, #9b8cff 52%, #70dfff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.muted-text { color: #76718f; }
.hero-lede { max-width: 525px; margin-bottom: 34px; color: var(--text-soft); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 47px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.035em; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1c102a; background: linear-gradient(105deg, #e9a4dc, #a68cff); box-shadow: 0 8px 30px rgba(199, 104, 218, 0.22); }
.button-primary:hover { box-shadow: 0 12px 40px rgba(199, 104, 218, 0.36); }
.button-quiet { border-color: var(--line); color: var(--text-soft); background: rgba(27, 24, 58, 0.46); }
.button-quiet:hover { border-color: var(--line-bright); background: rgba(45, 35, 83, 0.56); }
.button span { color: #e888d2; font-size: 1rem; }
.button-primary span { color: #3b1b49; }
.install-card { max-width: 560px; margin-top: 48px; padding: 16px 16px 15px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(120deg, rgba(24, 23, 56, 0.8), rgba(11, 13, 30, 0.78)); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18); }
.install-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; color: var(--text-muted); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.install-platform { color: var(--cyan); font-size: 0.59rem; }
.command-row { display: flex; align-items: center; gap: 8px; padding: 11px 11px 11px 13px; border: 1px solid rgba(179, 167, 255, 0.12); border-radius: 5px; background: rgba(3, 5, 15, 0.54); }
.command-row code { min-width: 0; overflow: hidden; color: #ddd5ff; font-size: 0.68rem; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.copy-button { flex: 0 0 auto; padding: 5px 9px; border: 1px solid rgba(237, 120, 206, 0.44); border-radius: 4px; color: var(--pink); background: rgba(237, 120, 206, 0.07); font: 700 0.62rem "SFMono-Regular", Consolas, monospace; cursor: pointer; }
.copy-button:hover { background: rgba(237, 120, 206, 0.15); }
.install-card p { margin: 10px 0 0; color: var(--text-muted); font-size: 0.68rem; }
.hero-visual { position: relative; min-height: 520px; padding: 25px 0 20px 28px; }
.hero-halo { position: absolute; top: 4%; right: 4%; width: 85%; height: 78%; border-radius: 50%; background: radial-gradient(ellipse, rgba(126, 79, 234, 0.42), rgba(77, 47, 158, 0.08) 51%, transparent 72%); filter: blur(14px); transform: rotate(-8deg); }
.visual-frame { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(201, 181, 255, 0.34); border-radius: 10px; background: #0d0d1c; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), -18px 12px 80px rgba(101, 59, 215, 0.22); transform: perspective(1300px) rotateY(-5deg) rotateX(2deg); }
.window-chrome { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; background: #16132c; }
.window-chrome span { width: 5px; height: 5px; border-radius: 50%; background: #5a4a83; }
.window-chrome span:nth-child(2) { background: #a86daf; }
.window-chrome span:nth-child(3) { background: #62a9d2; }
.window-chrome small { margin-left: auto; color: #746b96; font: 0.56rem "SFMono-Regular", Consolas, monospace; letter-spacing: 0.08em; }
.visual-frame img { width: 100%; aspect-ratio: 1.6; object-fit: cover; object-position: 50% 50%; opacity: 0.96; }
.floating-note { position: absolute; z-index: 2; display: grid; gap: 4px; min-width: 133px; padding: 10px 12px; border: 1px solid rgba(203, 182, 255, 0.33); border-radius: 7px; background: rgba(18, 15, 44, 0.88); box-shadow: 0 13px 35px rgba(0, 0, 0, 0.26); backdrop-filter: blur(12px); }
.note-top { top: 15px; right: -18px; }
.note-bottom { bottom: 20px; left: -8px; }
.floating-note strong { color: #f0eaff; font: 700 0.67rem "SFMono-Regular", Consolas, monospace; letter-spacing: 0.06em; }
.mini-label { color: var(--pink); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.13em; }
.floating-note i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.note-top i { top: 12px; right: 12px; }
.note-bottom i { top: 12px; right: 12px; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 21px 0 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { display: grid; grid-template-columns: 27px auto; grid-template-rows: auto auto; column-gap: 10px; padding: 0 21px; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip > div:last-child { border-right: 0; }
.strip-number { grid-row: 1 / span 2; padding-top: 2px; color: var(--pink); font-size: 0.64rem; }
.proof-strip strong { color: var(--text-soft); font-size: 0.75rem; font-weight: 600; }
.proof-strip small { color: var(--text-muted); font-size: 0.66rem; }
.intro { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding-top: 190px; padding-bottom: 134px; }
.intro-content { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.75fr); align-items: end; gap: 58px; }
.intro h2, .section-heading h2, .feature-copy h2, .bar-copy h2, .trust h2, .closing h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4.5vw, 4.8rem); font-weight: 600; }
.intro p { max-width: 320px; margin-bottom: 4px; color: var(--text-soft); font-size: 0.96rem; line-height: 1.75; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > p { max-width: 230px; margin-bottom: 4px; color: var(--text-muted); font-size: 0.82rem; line-height: 1.7; }
.section-heading .text-link { margin-bottom: 5px; }
.workflow { padding-bottom: 150px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.step-card { overflow: hidden; padding: 23px 20px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17, 17, 39, 0.66); }
.step-card-featured { border-color: rgba(190, 125, 221, 0.43); background: linear-gradient(145deg, rgba(34, 26, 68, 0.86), rgba(18, 18, 42, 0.66)); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.step-number { color: var(--pink); font-size: 0.68rem; }
.step-tag { padding: 5px 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--text-muted); font-size: 0.56rem; letter-spacing: 0.12em; }
.step-card h3 { margin-bottom: 13px; font-size: 1.35rem; font-weight: 600; }
.step-card p { min-height: 78px; margin-bottom: 23px; color: var(--text-muted); font-size: 0.78rem; line-height: 1.7; }
.step-image { overflow: hidden; border: 1px solid rgba(214, 190, 255, 0.18); border-radius: 10px; background: #080914; }
.step-image img { width: 100%; aspect-ratio: 1.42; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.step-card:hover .step-image img { transform: scale(1.045); }
.image-source img { object-position: 25% 45%; }
.image-shape img { object-position: 68% 45%; }
.image-decide img { object-position: 75% 40%; }
.feature-panel { display: grid; grid-template-columns: minmax(250px, 0.73fr) minmax(0, 1.27fr); align-items: center; gap: 70px; padding: 25px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(120deg, rgba(25, 22, 57, 0.9), rgba(12, 14, 31, 0.8)); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2); }
.feature-copy { padding: 20px 10px 20px 21px; }
.feature-copy .section-kicker { margin-bottom: 24px; }
.feature-copy h2 { margin-bottom: 25px; font-size: clamp(2.3rem, 4vw, 4.1rem); }
.feature-copy p { max-width: 360px; margin-bottom: 28px; color: var(--text-soft); font-size: 0.9rem; line-height: 1.75; }
.feature-media { overflow: hidden; position: relative; border: 1px solid rgba(214, 190, 255, 0.24); border-radius: 12px; background: #080914; }
.feature-media img { width: 100%; aspect-ratio: 1.6; object-fit: cover; object-position: 52% 47%; }
.media-caption { position: absolute; z-index: 1; top: 14px; left: 15px; right: 15px; display: flex; justify-content: space-between; color: rgba(243, 234, 255, 0.75); font: 0.57rem "SFMono-Regular", Consolas, monospace; letter-spacing: 0.11em; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--pink); font: 700 0.7rem "SFMono-Regular", Consolas, monospace; letter-spacing: 0.07em; text-transform: uppercase; }
.text-link span { font-size: 1rem; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.examples { padding-top: 180px; padding-bottom: 150px; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.example-card { padding: 9px 9px 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(17, 17, 39, 0.62); }
.example-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; overflow: hidden; border-radius: 9px; }
.example-images img { width: 100%; aspect-ratio: 0.88; object-fit: cover; }
.example-images img + img { filter: saturate(1.12) contrast(1.05); }
.example-meta { display: flex; align-items: end; justify-content: space-between; padding: 15px 6px 0; }
.example-meta h3 { margin: 5px 0 0; font-size: 1.12rem; font-weight: 600; }
.example-index { color: var(--text-muted); font-size: 0.65rem; }
.bar-panel { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 80px; padding: 62px 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bar-media { overflow: hidden; padding: 23px 0; border: 1px solid rgba(185, 159, 255, 0.24); border-radius: 7px; background: linear-gradient(180deg, #151432, #0d0e21); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26); }
.bar-media img { width: 100%; height: auto; min-height: 26px; object-fit: cover; }
.bar-copy .section-kicker { margin-bottom: 23px; }
.bar-copy h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4vw, 4rem); }
.bar-copy p { max-width: 370px; margin-bottom: 27px; color: var(--text-soft); font-size: 0.85rem; line-height: 1.75; }
.bar-copy code { color: var(--cyan); font-size: 0.72rem; }
.trust { display: grid; grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.1fr); gap: 90px; padding-top: 190px; padding-bottom: 185px; }
.trust-intro .section-kicker { margin-bottom: 24px; }
.trust h2 { font-size: clamp(2.8rem, 4.7vw, 4.9rem); }
.trust-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.trust-grid article { display: grid; grid-template-columns: 31px 1fr; column-gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.trust-icon { grid-row: 1 / span 2; color: var(--pink); font-size: 1.6rem; line-height: 1; }
.trust-grid h3 { margin: 1px 0 7px; font-size: 1.05rem; font-weight: 600; }
.trust-grid p { max-width: 390px; margin: 0; color: var(--text-muted); font-size: 0.78rem; line-height: 1.7; }
.closing { position: relative; overflow: hidden; padding-top: 100px; padding-bottom: 144px; text-align: center; }
.closing::before { position: absolute; z-index: -1; top: 20px; left: 50%; width: 580px; height: 330px; content: ""; border-radius: 50%; background: radial-gradient(ellipse, rgba(110, 75, 235, 0.25), transparent 68%); filter: blur(18px); transform: translateX(-50%); }
.closing-mark { display: flex; justify-content: center; margin-bottom: 42px; }
.closing-mark img { width: min(310px, 65vw); height: auto; opacity: 0.9; }
.closing h2 { margin-bottom: 21px; font-size: clamp(3rem, 6vw, 6.3rem); }
.closing > p { margin-bottom: 31px; color: var(--text-muted); font-size: 0.95rem; }
.closing-actions { justify-content: center; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 23px; padding-bottom: 32px; border-top: 1px solid var(--line); color: var(--text-muted); font-size: 0.68rem; }
.site-footer > div:first-child { display: flex; align-items: center; gap: 18px; }
.footer-brand { color: var(--text-soft); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; }
.footer-links { display: flex; align-items: center; gap: 20px; }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 72px; } .hero-copy { max-width: 730px; } .hero-visual { max-width: 730px; min-height: 440px; margin-inline: auto; padding-left: 22px; } .intro-content { grid-template-columns: 1fr 0.8fr; } .feature-panel { gap: 35px; } .bar-panel { gap: 45px; padding-inline: 30px; } .trust { gap: 45px; } }
@media (max-width: 720px) { .section-shell, .site-header { width: min(100% - 36px, var(--max)); } .site-header { height: 75px; } .site-nav { display: none; } .nav-github { margin-left: auto; } .hero { min-height: auto; padding-top: 70px; padding-bottom: 70px; } h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); } .hero-lede { font-size: 0.98rem; } .hero-visual { min-height: auto; padding: 25px 8px 38px 0; } .note-top { right: -3px; } .note-bottom { left: -4px; bottom: 0; } .proof-strip { grid-template-columns: repeat(2, 1fr); gap: 18px 0; padding-block: 20px; } .proof-strip > div { padding-inline: 12px; border-right: 0; } .proof-strip > div:nth-child(odd) { padding-left: 0; } .proof-strip > div:nth-child(-n+2) { padding-bottom: 5px; border-bottom: 1px solid var(--line); } .proof-strip > div:nth-child(even) { padding-right: 0; } .intro, .trust { grid-template-columns: 1fr; gap: 30px; padding-top: 110px; padding-bottom: 95px; } .intro-content { grid-template-columns: 1fr; gap: 26px; } .intro p { max-width: 430px; } .section-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 31px; } .section-heading > p { max-width: 410px; } .workflow { padding-bottom: 90px; } .step-grid, .example-grid { grid-template-columns: 1fr; gap: 12px; } .step-card p { min-height: auto; } .feature-panel, .bar-panel { grid-template-columns: 1fr; gap: 35px; padding: 17px; } .feature-copy { padding: 23px 10px 0; } .feature-copy p { max-width: 460px; } .examples { padding-top: 110px; padding-bottom: 90px; } .bar-panel { padding-block: 38px; } .bar-copy { padding: 0 10px 15px; } .trust { padding-top: 110px; padding-bottom: 105px; } .closing { padding-top: 65px; padding-bottom: 95px; } .closing-mark { margin-bottom: 28px; } .site-footer { align-items: start; flex-direction: column; padding-bottom: 25px; } .site-footer > div:first-child { align-items: start; flex-direction: column; gap: 8px; } .footer-links { flex-wrap: wrap; gap: 10px 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } }
