@import 'tailwindcss';
@import 'tw-animate-css';
@import 'shadcn/tailwind.css';

@theme inline {
  --font-sans: 'Arial', 'Helvetica Neue', sans-serif;
  --font-mono: 'Courier New', monospace;
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-border: var(--border);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-muted-foreground: var(--muted-foreground);
}

:root { --background: #08090d; --foreground: #f3f5f7; --card: #11141b; --card-foreground: #f3f5f7; --primary: #b8ff3d; --primary-foreground: #08090d; --border: #252a32; --muted-foreground: #89919e; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { overflow: hidden; background: #08090d; }
.site-header { align-items: center; display: flex; height: 84px; justify-content: space-between; margin: 0 auto; max-width: 1320px; padding: 0 42px; position: relative; z-index: 10; }
.brand { align-items: center; display: flex; font-size: 21px; font-weight: 700; letter-spacing: -.08em; gap: 10px; }.brand-logo { display: block; height: 49px; object-fit: contain; object-position: left center; width: 154px; }.brand-fallback { display: inline; font-size: 21px; font-weight: 700; letter-spacing: -.08em; }
.brand-dot { color: #b8ff3d; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 8px); grid-template-rows: repeat(2, 8px); gap: 3px; transform: rotate(45deg); }
.brand-mark i { background: #b8ff3d; display: block; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { background: #7e6bff; }
.main-nav { display: flex; gap: 35px; margin-left: 110px; }
.main-nav a, .header-cta { color: #9ba3ad; font-size: 12px; letter-spacing: .02em; transition: color .2s; }
.main-nav a:hover, .header-cta:hover { color: #b8ff3d; }
.header-cta { border-bottom: 1px solid #4b535f; color: #e7ebef; padding-bottom: 5px; }
.header-cta span, .text-link span, .button span { color: #b8ff3d; margin-left: 9px; }
.menu-toggle { background: none; border: 0; display: none; padding: 8px; }
.menu-toggle span { background: #f3f5f7; display: block; height: 1px; margin: 5px; width: 24px; }
.hero { display: flex; min-height: 640px; margin: 0 auto; max-width: 1320px; padding: 90px 42px 75px; position: relative; }
.hero-copy { max-width: 590px; position: relative; z-index: 2; }
.eyebrow { color: #87909b; font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .17em; margin: 0 0 24px; text-transform: uppercase; }
.pulse-dot { background: #b8ff3d; border-radius: 50%; box-shadow: 0 0 12px #b8ff3d; display: inline-block; height: 6px; margin-right: 9px; vertical-align: 1px; width: 6px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 7.4vw, 105px); font-weight: 700; letter-spacing: -.09em; line-height: .91; margin-bottom: 35px; }
h1 em, h2 span, .cta-section em { color: #b8ff3d; font-style: normal; }
.hero-text { color: #9ba3ad; font-size: 15px; line-height: 1.7; max-width: 350px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 35px; }
.button { align-items: center; display: inline-flex; font-size: 12px; justify-content: center; padding: 15px 20px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #b8ff3d; color: #08090d; }
.text-link { border-bottom: 1px solid #38404a; color: #e5e8eb; font-size: 12px; padding-bottom: 6px; }
.hero-art { height: 550px; margin-left: auto; margin-right: 1%; margin-top: -20px; position: relative; width: 550px; }
.art-grid { background-image: linear-gradient(#242a31 1px, transparent 1px), linear-gradient(90deg, #242a31 1px, transparent 1px); background-size: 45px 45px; inset: 50px 5px 30px 60px; mask-image: radial-gradient(circle at center, black, transparent 68%); opacity: .45; position: absolute; }
.orbit { border: 1px solid #34404b; border-radius: 50%; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%) rotate(-25deg); }
.orbit-one { height: 330px; width: 510px; }.orbit-two { border-color: #5149a5; height: 450px; transform: translate(-50%, -50%) rotate(64deg); width: 250px; }.orbit-three { border-color: #6b8a36; height: 390px; transform: translate(-50%, -50%) rotate(9deg); width: 390px; }
.core { align-items: center; background: #11151a; border: 1px solid #657648; border-radius: 50%; box-shadow: 0 0 55px rgba(184,255,61,.13), inset 0 0 35px rgba(126,107,255,.13); display: flex; height: 152px; justify-content: center; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%); width: 152px; }
.core-inner { align-items: center; border: 1px solid #b8ff3d; color: #b8ff3d; display: flex; font-size: 52px; font-weight: 700; height: 71px; justify-content: center; letter-spacing: -.15em; padding-right: 7px; transform: rotate(45deg); width: 71px; }.core-label { bottom: -65px; color: #9ba3ad; font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: .12em; position: absolute; text-align: center; }.core-label small { color: #b8ff3d; font-size: 7px; }
.node { align-items: center; background: #131920; border: 1px solid #3c4752; border-radius: 50%; color: #b8ff3d; display: flex; font-family: monospace; font-size: 12px; height: 38px; justify-content: center; position: absolute; width: 38px; }.node-a { left: 3%; top: 25%; }.node-b { color: #7e6bff; right: 7%; top: 24%; }.node-c { bottom: 17%; left: 17%; }.node-d { bottom: 11%; right: 20%; color: #e6edf2; }
.art-caption { bottom: 14px; color: #737c87; display: flex; font-family: monospace; font-size: 9px; justify-content: space-between; left: 65px; position: absolute; right: 8px; text-transform: uppercase; }.art-caption strong { color: #b8ff3d; font-weight: normal; }.art-caption i { background: #b8ff3d; border-radius: 50%; display: inline-block; height: 5px; margin-right: 5px; width: 5px; }.scroll-cue { bottom: 70px; color: #68717c; display: flex; font-family: monospace; font-size: 9px; gap: 15px; left: 42px; position: absolute; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }.scroll-cue b { color: #b8ff3d; font-size: 16px; font-weight: normal; transform: rotate(90deg); }
.trust-bar { border-bottom: 1px solid #252a32; border-top: 1px solid #252a32; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; margin: 0 auto; max-width: 1236px; padding: 28px 0; }.trust-bar > div { border-right: 1px solid #252a32; padding: 0 36px; }.trust-bar > div:first-child { padding-left: 0; }.trust-bar strong { display: block; font-size: 34px; letter-spacing: -.08em; }.trust-bar strong span { color: #b8ff3d; font-size: 14px; letter-spacing: 0; margin-left: 3px; }.trust-bar small { color: #737c87; font-family: monospace; font-size: 9px; text-transform: uppercase; }.trust-note { align-items: center; border-right: 0 !important; color: #99a1aa; display: flex; font-size: 13px; justify-content: space-between; line-height: 1.3; }.arrow-circle { align-items: center; border: 1px solid #58616b; border-radius: 50%; color: #b8ff3d; display: flex; height: 38px; justify-content: center; width: 38px; }
.section { margin: 0 auto; max-width: 1236px; padding: 145px 0; }.section-heading { display: grid; grid-template-columns: 1fr 1.3fr 1fr; }.section-heading .eyebrow { grid-column: 1; }.section-heading h2 { font-size: clamp(45px, 5vw, 70px); grid-column: 2; letter-spacing: -.08em; line-height: .95; margin: 0; }.section-intro { color: #8d96a1; font-size: 14px; line-height: 1.7; margin: 10px 0 0; max-width: 260px; }.services-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-top: 105px; }.service-card { background: #101319; min-height: 290px; padding: 26px; position: relative; transition: background .25s; }.service-card:hover { background: #161c23; }.service-number { color: #b8ff3d; font-family: monospace; font-size: 10px; }.service-card h3 { font-size: 18px; letter-spacing: -.04em; margin: 80px 0 14px; }.service-card p { color: #818a95; font-size: 12px; line-height: 1.7; max-width: 205px; }.card-arrow { bottom: 24px; color: #6e7681; position: absolute; right: 25px; }
.process-section { align-items: start; border-top: 1px solid #252a32; display: grid; gap: 15%; grid-template-columns: 1fr 1.2fr; }.process-intro h2, .tech-section h2, .work-header h2 { font-size: clamp(45px, 5vw, 70px); letter-spacing: -.08em; line-height: .95; margin-bottom: 26px; }.process-intro > p:not(.eyebrow) { color: #8d96a1; font-size: 14px; line-height: 1.7; max-width: 280px; }.process-intro .text-link { display: inline-block; margin-top: 28px; }.process-list { border-top: 1px solid #353c45; }.process-item { align-items: start; border-bottom: 1px solid #353c45; display: grid; gap: 25px; grid-template-columns: 28px 1fr 20px; padding: 28px 0; }.process-item > span { color: #737c87; font-family: monospace; font-size: 10px; }.process-item h3 { font-size: 20px; letter-spacing: -.05em; margin: -3px 0 6px; }.process-item p { color: #858e99; font-size: 12px; margin: 0; }.process-item b { color: #6c7480; font-weight: normal; }.process-item.active h3, .process-item.active b { color: #b8ff3d; }
.tech-section { border-top: 1px solid #252a32; padding-bottom: 160px; }.section-heading.compact { display: block; }.tech-layout { display: grid; gap: 15%; grid-template-columns: 1fr 2fr; margin-top: 80px; }.tech-layout > p { color: #8d96a1; font-size: 14px; line-height: 1.7; max-width: 215px; }.capability-cloud { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }.capability { border: 1px solid #303741; color: #9ca5ae; font-family: monospace; font-size: 11px; padding: 13px 17px; }.capability.featured { background: #171e26; border-color: #596c3b; color: #b8ff3d; }
.work-section { background: #101319; padding: 120px max(42px, calc((100vw - 1236px) / 2)) 145px; }.work-header { align-items: end; display: flex; justify-content: space-between; padding-bottom: 70px; padding-top: 0; }.work-header h2 { margin: 0; }.work-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr 1fr 1fr; }.work-visual { align-items: center; display: flex; height: 300px; justify-content: center; overflow: hidden; position: relative; }.work-large .work-visual { height: 430px; }.visual-orb { background: #171d29; }.visual-orb > span { color: #b8ff3d; font-size: 100px; position: relative; z-index: 2; }.visual-lines { background: repeating-linear-gradient(0deg, transparent 0 31px, #263341 32px), repeating-linear-gradient(90deg, transparent 0 31px, #263341 32px); height: 170%; opacity: .55; position: absolute; transform: rotate(45deg); width: 170%; }.visual-data { background: #152023; color: #b8ff3d; font-size: 64px; font-weight: 700; letter-spacing: -.15em; }.visual-data i { background: #b8ff3d; bottom: 42px; height: 2px; position: absolute; right: 13%; transform: rotate(-35deg); width: 100px; }.visual-data i:nth-of-type(2) { bottom: 80px; right: 27%; transform: rotate(21deg); width: 75px; }.visual-data i:nth-of-type(3) { left: 12%; top: 30%; transform: rotate(18deg); width: 55px; }.visual-data i:nth-of-type(4) { left: 30%; top: 43%; transform: rotate(-25deg); width: 90px; }.visual-cube { background: #221d38; }.visual-cube span { border: 1px solid #b8ff3d; color: #b8ff3d; font-size: 38px; padding: 20px; transform: rotate(45deg); }.work-meta { align-items: start; display: flex; justify-content: space-between; padding: 19px 0; }.work-meta span { color: #7e8792; font-family: monospace; font-size: 9px; text-transform: uppercase; }.work-meta h3 { font-size: 17px; letter-spacing: -.04em; margin: 8px 0 0; }
.cta-section { align-items: center; display: flex; flex-direction: column; padding: 160px 20px 155px; position: relative; text-align: center; }.cta-section:before { background: radial-gradient(circle, rgba(126,107,255,.18), transparent 60%); content: ''; inset: 0; pointer-events: none; position: absolute; }.cta-mark { align-items: center; border: 1px solid #56683e; display: flex; height: 78px; justify-content: center; margin-bottom: 47px; transform: rotate(45deg); width: 78px; }.cta-mark span { color: #b8ff3d; font-size: 34px; font-weight: 700; transform: rotate(-45deg); }.cta-section .eyebrow, .cta-section h2, .cta-section .button { position: relative; }.cta-section h2 { font-size: clamp(62px, 9vw, 125px); letter-spacing: -.1em; line-height: .87; margin: 0 0 45px; }.button-light { background: #eaf1e2; color: #101319; }
.newsletter-section { align-items: end; border-bottom: 1px solid #252a32; border-top: 1px solid #252a32; display: grid; gap: 15%; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1236px; padding: 55px 0 65px; }.newsletter-section h3 { font-size: 27px; letter-spacing: -.07em; line-height: 1; margin: 0; }.newsletter-section label { color: #7c8590; display: block; font-family: monospace; font-size: 9px; margin-bottom: 13px; text-transform: uppercase; }.email-row { border-bottom: 1px solid #727d86; display: flex; }.email-row input { background: none; border: 0; color: #f3f5f7; flex: 1; font-size: 14px; outline: 0; padding: 10px 0; }.email-row input::placeholder { color: #4e5660; }.email-row button { background: none; border: 0; color: #b8ff3d; cursor: pointer; font-size: 22px; }.form-success { color: #b8ff3d; font-family: monospace; font-size: 10px; margin: 13px 0 0; }
.site-footer { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr 1fr 1fr auto; margin: 0 auto; max-width: 1236px; padding: 38px 0 55px; }.site-footer p, .copyright, .footer-links a { color: #737c87; font-size: 10px; line-height: 1.55; margin: 0; }.footer-links { display: flex; gap: 22px; }.footer-links a:hover { color: #b8ff3d; }.copyright { font-family: monospace; }
.services-hero { display: grid; gap: 12%; grid-template-columns: 1.4fr .8fr; margin: 0 auto; max-width: 1236px; padding: 125px 0 150px; }.services-hero h1 { font-size: clamp(54px, 7vw, 102px); margin: 0; }.services-hero h1 em, .directory-heading h2 span, .services-cta h2 em { color: #b8ff3d; font-style: normal; }.services-lead { align-self: end; color: #929ba6; font-size: 15px; line-height: 1.8; max-width: 330px; padding-bottom: 8px; }.service-directory { border-top: 1px solid #252a32; margin: 0 auto; max-width: 1236px; padding: 115px 0 150px; }.directory-heading { display: grid; gap: 30px; grid-template-columns: 1fr 1.2fr 1fr; }.directory-heading h2 { font-size: clamp(48px, 5vw, 70px); letter-spacing: -.08em; line-height: .95; margin: 0; }.directory-heading > p:last-child { color: #89929d; font-size: 14px; line-height: 1.7; margin: 12px 0 0; max-width: 265px; }.service-list { border-top: 1px solid #38404a; margin-top: 95px; }.service-row { align-items: center; border-bottom: 1px solid #38404a; display: grid; gap: 28px; grid-template-columns: 48px 1fr 1.2fr 30px; padding: 29px 0; transition: padding .2s, background .2s; }.service-row:hover { background: #10151c; padding-left: 14px; padding-right: 14px; }.service-row h3 { font-size: 22px; letter-spacing: -.05em; margin: 0; }.service-row p { color: #87909b; font-size: 13px; line-height: 1.6; margin: 0; max-width: 310px; }.service-row-arrow { color: #b8ff3d; font-size: 18px; }.services-cta { border-top: 1px solid #252a32; padding: 145px 20px 155px; text-align: center; }.services-cta h2 { font-size: clamp(55px, 8vw, 105px); letter-spacing: -.09em; line-height: .9; margin: 0 0 45px; }.services-newsletter { max-width: 1236px; }
@media (max-width: 900px) { .site-header { padding: 0 22px; }.main-nav { margin-left: 0; }.hero { padding: 75px 22px; }.hero-art { margin-right: -100px; opacity: .7; width: 500px; }.trust-bar, .section, .newsletter-section, .site-footer { margin-left: 22px; margin-right: 22px; }.services-grid { grid-template-columns: repeat(2, 1fr); }.section-heading { grid-template-columns: 1fr 1.5fr; }.section-intro { grid-column: 2; }.work-section { padding-left: 22px; padding-right: 22px; }.work-grid { grid-template-columns: repeat(2, 1fr); }.work-large { grid-column: span 2; }.site-footer { grid-template-columns: 1fr 1fr; }.copyright { text-align: right; } }
@media (max-width: 640px) { .site-header { height: 72px; }.header-cta { display: none; }.menu-toggle { display: block; }.main-nav { background: #11141b; border-bottom: 1px solid #303741; display: none; flex-direction: column; gap: 22px; left: 0; padding: 25px 22px 28px; position: absolute; right: 0; top: 72px; }.main-nav.is-open { display: flex; }.hero { display: block; min-height: 735px; padding: 65px 22px; }.hero-art { height: 420px; margin: 20px -80px 0 auto; opacity: .85; transform: scale(.85); transform-origin: right center; width: 480px; }.scroll-cue { left: 21px; }.trust-bar { grid-template-columns: 1fr 1fr; row-gap: 25px; }.trust-bar > div { padding: 0 17px; }.trust-bar > div:nth-child(3) { border-right: 0; padding-left: 0; }.trust-bar .trust-note { border-top: 1px solid #252a32 !important; grid-column: span 2; padding: 22px 0 0; }.section { padding: 95px 0; }.section-heading, .process-section, .tech-layout, .newsletter-section { display: block; }.section-heading h2, .process-intro h2, .tech-section h2, .work-header h2 { font-size: 51px; }.section-intro { margin-top: 28px; }.services-grid { grid-template-columns: 1fr; margin-top: 55px; }.service-card { min-height: 240px; }.service-card h3 { margin-top: 55px; }.process-section { display: block; }.process-list { margin-top: 60px; }.tech-layout { margin-top: 50px; }.capability-cloud { margin-top: 30px; }.work-section { padding-bottom: 90px; padding-top: 90px; }.work-header { align-items: start; display: block; padding-bottom: 45px; }.work-header .text-link { display: inline-block; margin-top: 30px; }.work-grid { display: block; }.work-card { margin-bottom: 35px; }.work-large .work-visual, .work-visual { height: 270px; }.cta-section { padding: 120px 20px; }.newsletter-section { padding: 48px 0; }.newsletter-section form { margin-top: 40px; }.site-footer { align-items: start; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 35px; }.site-footer p { grid-column: span 2; }.footer-links { flex-direction: column; gap: 9px; }.copyright { align-self: end; } }
@media (max-width: 900px) { .services-hero, .service-directory { margin-left: 22px; margin-right: 22px; }.services-hero { gap: 8%; }.directory-heading { grid-template-columns: 1fr 1.4fr; }.directory-heading > p:last-child { grid-column: 2; }.service-row { grid-template-columns: 38px 1fr 1.2fr 25px; gap: 16px; } }
@media (max-width: 640px) { .services-hero { display: block; padding: 75px 22px 100px; }.services-hero h1 { font-size: 54px; margin-top: 20px; }.services-lead { margin-top: 42px; }.service-directory { padding: 80px 0 95px; }.directory-heading { display: block; }.directory-heading h2 { font-size: 51px; margin-top: 18px; }.directory-heading > p:last-child { margin-top: 28px; }.service-list { margin-top: 58px; }.service-row { align-items: start; grid-template-columns: 33px 1fr 24px; padding: 23px 0; }.service-row h3 { font-size: 19px; }.service-row p { grid-column: 2 / 3; margin-top: -10px; }.service-row-arrow { grid-column: 3; grid-row: 1; }.services-cta { padding: 110px 20px; }.services-cta h2 { font-size: 56px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
