:root {
  --ink: #f4f3f7;
  --muted: #a3a5b2;
  --dim: #767986;
  --bg: #070912;
  --panel: #0d101b;
  --line: rgba(255, 255, 255, 0.12);
  --purple: #8068ff;
  --blue: #4b8cff;
  --coral: #ff8066;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; width: 100%; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.brand > span:last-child > span { color: #9b8bff; }
.brand-mark { width: 26px; height: 26px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 17px; height: 7px; background: var(--purple); transform: skew(-28deg); left: 2px; top: 5px; }
.brand-mark i:last-child { background: var(--coral); left: 7px; top: 14px; }
nav { display: flex; gap: 36px; margin-left: auto; margin-right: 38px; }
nav a { color: #c8c9d0; font-size: 14px; transition: color .2s; }
nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; background: var(--ink); color: #0b0d16; padding: 15px 20px; font-weight: 600; border: 1px solid var(--ink); cursor: pointer; transition: .25s ease; }
.button:hover { background: var(--purple); border-color: var(--purple); color: white; transform: translateY(-2px); }
.button-small { padding: 10px 16px; font-size: 13px; gap: 10px; }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; border-top: 1px solid white; margin: 7px 0; }

.hero { position: relative; min-height: 860px; height: 100vh; max-height: 1040px; padding: 190px 7vw 58px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,18,.98) 0%, rgba(7,9,18,.75) 40%, rgba(7,9,18,.06) 70%), linear-gradient(0deg, #070912 0%, transparent 36%), url("assets/ai-network-hero.jpg") center/cover no-repeat; opacity: .95; }
.hero-glow { position: absolute; width: 500px; height: 500px; left: 17%; top: 18%; background: rgba(80,60,255,.14); filter: blur(130px); border-radius: 50%; }
.hero-content { position: relative; z-index: 1; width: min(780px, 68vw); }
.eyebrow, .section-label { margin: 0 0 25px; color: #a9aab4; letter-spacing: .17em; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow > span:first-child { width: 27px; border-top: 1px solid var(--coral); }
h1, h2 { font-family: var(--font-display); letter-spacing: -.055em; line-height: 1.02; font-weight: 500; margin: 0; }
h1 { font-size: clamp(60px, 6.7vw, 105px); }
h1 em, .contact h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(220,217,255,.8); }
.hero-copy { max-width: 590px; color: #b9bac4; font-size: 18px; line-height: 1.7; margin: 28px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: flex; gap: 25px; color: #dddde3; font-size: 14px; }
.text-link span:last-child { color: var(--coral); }
.hero-proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); width: min(800px, 67vw); border-top: 1px solid var(--line); }
.hero-proof div { padding: 20px 30px 0 0; display: flex; gap: 14px; font-size: 13px; color: #c5c6cc; }
.hero-proof div + div { border-left: 1px solid var(--line); padding-left: 26px; }
.hero-proof strong { color: var(--coral); font-size: 10px; letter-spacing: .12em; }
.scroll-note { position: absolute; right: 2vw; bottom: 55px; color: #777a88; font-size: 9px; letter-spacing: .25em; writing-mode: vertical-rl; display: flex; align-items: center; gap: 12px; }
.scroll-note span { height: 38px; border-left: 1px solid #777a88; }

.section { padding: 130px 7vw; }
.intro { background: #efedf0; color: #0b0d15; padding-top: 145px; padding-bottom: 145px; }
.intro .section-label { color: #6e6d76; }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.intro h2, .section-heading h2, .approach h2, .principles h2, .contact h2 { font-size: clamp(45px, 5.2vw, 78px); }
.intro-copy { color: #4e4d56; font-size: 18px; }
.line-link { margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid #9996a1; display: flex; justify-content: space-between; color: #10121a; font-size: 14px; font-weight: 600; }

.services { background: #0b0d16; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 80px; }
.section-heading > p { max-width: 380px; color: var(--muted); margin-bottom: 6px; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 550px; padding: 25px 3vw 35px 0; position: relative; }
.service-card + .service-card { border-left: 1px solid var(--line); padding-left: 3vw; }
.service-number { color: var(--coral); font-size: 10px; letter-spacing: .16em; }
.service-icon { height: 130px; margin: 54px 0 35px; position: relative; width: 130px; }
.strategy-icon span { position: absolute; border: 1px solid rgba(130,109,255,.75); border-radius: 50%; inset: 10px; }
.strategy-icon span:nth-child(2) { inset: 32px; border-color: rgba(255,128,102,.8); }
.strategy-icon span:nth-child(3) { inset: 50px; background: #9a8aff; border: 0; box-shadow: 0 0 28px #765cff; }
.product-icon span { position: absolute; width: 72px; height: 72px; left: 17px; top: 22px; border: 1px solid #8068ff; transform: rotate(30deg) skew(-10deg); }
.product-icon span:last-child { left: 45px; top: 8px; border-color: var(--coral); opacity: .75; }
.automation-icon span { position: absolute; width: 22px; height: 22px; border: 1px solid #8068ff; transform: rotate(45deg); top: 52px; left: 16px; }
.automation-icon span:nth-child(2) { left: 55px; background: var(--purple); box-shadow: 0 0 25px #5e43ff; }
.automation-icon span:nth-child(3) { left: 94px; border-color: var(--coral); }
.automation-icon:before, .automation-icon:after { content: ""; position: absolute; width: 35px; border-top: 1px solid #4c4f67; top: 63px; left: 32px; }
.automation-icon:after { left: 71px; }
.service-card h3 { font-family: var(--font-display); font-size: 25px; margin: 0 0 18px; }
.service-card p { color: var(--muted); max-width: 360px; min-height: 100px; }
.service-card ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--line); }
.service-card li { color: #d2d2d9; font-size: 13px; padding: 7px 0; }
.service-card li:before { content: "—"; color: var(--purple); margin-right: 10px; }

.approach { background: #e9e7ea; color: #0b0d15; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 900px; overflow: hidden; }
.approach-orbit { position: relative; display: grid; place-items: center; min-height: 620px; }
.approach-orbit div { position: absolute; width: 430px; aspect-ratio: 1; border: 1px solid rgba(22,25,42,.18); border-radius: 50%; transform: rotate(-15deg) scaleY(.42); }
.approach-orbit div:nth-child(2) { width: 580px; transform: rotate(24deg) scaleY(.3); }
.approach-orbit:before { content: ""; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle at 38% 35%, #b8aaff, #6951e8 45%, #28244e 75%); box-shadow: 0 45px 80px rgba(69,49,170,.35); }
.approach-orbit span { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--coral); transform: translate(176px,-65px); box-shadow: 0 0 17px var(--coral); }
.approach .section-label { color: #686772; }
.approach-content { padding-left: 8vw; }
.approach-lead { color: #64636b; margin: 26px 0 45px; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid #c5c2c7; }
.steps li { display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-bottom: 1px solid #c5c2c7; }
.steps li > span { color: #7967e8; font-size: 10px; }
.steps h3 { margin: 0; font-family: var(--font-display); font-size: 20px; }
.steps p { color: #66656d; margin: 3px 0 0; font-size: 14px; }

.principles { background: #0b0d16; }
.principles-heading { display: flex; align-items: end; justify-content: space-between; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); }
.principles-grid article { padding: 28px 2.5vw 20px 0; min-height: 250px; }
.principles-grid article + article { border-left: 1px solid var(--line); padding-left: 2.5vw; }
.principles-grid span { color: var(--coral); font-size: 10px; }
.principles-grid h3 { font: 500 19px var(--font-display); margin: 60px 0 12px; }
.principles-grid p { color: var(--muted); font-size: 14px; }

.contact { position: relative; background: #10131f; display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; overflow: hidden; }
.contact-glow { position: absolute; width: 700px; height: 700px; left: -230px; bottom: -460px; border-radius: 50%; background: rgba(93,65,255,.4); filter: blur(80px); }
.contact-copy, .contact-form { position: relative; z-index: 1; }
.contact-copy > p:not(.section-label) { color: var(--muted); font-size: 17px; max-width: 520px; margin-top: 28px; }
.company-details { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; max-width: 580px; }
.company-details > div { display: grid; color: var(--muted); font-size: 11px; }
.company-details strong, .company-details a, .company-details address { color: white; font-size: 14px; margin-top: 3px; font-style: normal; font-weight: 500; }
.company-details a:hover { color: #a998ff; }
.company-address { grid-column: 1 / -1; }
.contact-form { display: flex; flex-direction: column; }
.contact-form label { display: flex; flex-direction: column; border-bottom: 1px solid rgba(255,255,255,.25); padding: 13px 0; color: #9d9ea9; font-size: 12px; }
.contact-form input, .contact-form textarea { color: white; background: transparent; border: 0; outline: 0; padding: 8px 0 0; resize: vertical; }
.contact-form label:focus-within { border-color: var(--purple); }
.submit-button { margin-top: 30px; }
.form-note { color: #777987; font-size: 11px; line-height: 1.5; }

.help-strip { background: #e9e7ea; color: #0b0d15; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.help-strip .section-label { color: #6d6b75; }
.help-strip h2 { font-size: clamp(42px, 4.6vw, 70px); }
.help-strip-copy > p:last-child { max-width: 460px; color: #65636c; margin-top: 25px; }
.help-card { min-height: 310px; padding: 34px 38px; background: #111522; color: white; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform .3s ease, background .3s ease; }
.help-card:before { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; bottom: -190px; background: var(--purple); border-radius: 50%; filter: blur(55px); opacity: .48; }
.help-card:hover { transform: translateY(-6px); background: #151929; }
.help-card-meta { color: var(--coral); font-size: 10px; letter-spacing: .16em; }
.help-card > div { position: relative; z-index: 1; }
.help-card h3 { font: 500 clamp(25px, 2.3vw, 35px)/1.35 var(--font-display); margin: 0 45px 12px 0; }
.help-card p { color: #aeb0bb; margin: 0; }
.help-arrow { position: absolute; right: 35px; bottom: 33px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); z-index: 2; }

footer { min-height: 115px; padding: 32px 5vw; display: flex; align-items: center; gap: 45px; color: #777986; font-size: 11px; border-top: 1px solid var(--line); }
footer .brand { color: white; margin-right: auto; }
footer .disclaimer { max-width: 390px; }
.back-top { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .2s; } .delay-3 { transition-delay: .3s; }

/* Help documentation */
.docs-body { background: #f0eef1; color: #171821; }
.docs-header { height: 80px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: #090b14; color: white; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); }
.docs-home-link { font-size: 13px; color: #c6c7cf; transition: color .2s; }
.docs-home-link:hover { color: white; }
.docs-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); width: min(1400px, 100%); margin: 0 auto; }
.docs-toc { position: sticky; top: 80px; height: calc(100vh - 80px); padding: 70px 35px; border-right: 1px solid #d4d1d6; align-self: start; }
.docs-toc > p { color: #7664e8; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.docs-toc nav { margin: 30px 0 0; display: flex; flex-direction: column; gap: 2px; }
.docs-toc nav a { color: #74737b; font-size: 13px; padding: 9px 0; }
.docs-toc nav a:hover { color: #171821; }
.docs-main { min-width: 0; padding: 0 clamp(35px, 8vw, 130px) 120px; }
.docs-hero { padding: 100px 0 75px; border-bottom: 1px solid #cbc8cd; }
.docs-hero .section-label { color: #7562e5; }
.docs-hero h1 { font-size: clamp(48px, 6vw, 86px); color: #10111a; }
.docs-lead { color: #65636c; font-size: 19px; max-width: 700px; margin: 30px 0; }
.docs-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.docs-meta span { border: 1px solid #cbc8cf; padding: 7px 12px; font-size: 11px; color: #696771; }
.notice { padding: 24px 28px; background: #e3e0e5; border-left: 3px solid #8068ff; margin: 35px 0; }
.notice strong { font: 600 14px var(--font-display); }
.notice p { color: #65636c; margin: 7px 0 0; font-size: 14px; }
.notice-important { background: #111522; color: white; border-left-color: var(--coral); }
.notice-important p { color: #b3b4be; }
.notice-warning { background: #fff2e8; border-left-color: var(--coral); }
.doc-section { padding: 85px 0 20px; scroll-margin-top: 75px; }
.doc-section + .doc-section { border-top: 1px solid #cbc8cd; margin-top: 65px; }
.doc-kicker { color: #7664e8; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.doc-section h2 { font-size: clamp(34px, 4vw, 55px); color: #11121a; margin: 14px 0 25px; }
.doc-section h3 { font: 600 21px var(--font-display); margin: 34px 0 12px; }
.doc-section > p, .doc-section li { color: #56555e; max-width: 790px; }
.doc-section ul { padding-left: 22px; }
.doc-section li { margin: 8px 0; }
.doc-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0; border: 1px solid #cbc8cf; }
.doc-grid div { padding: 24px; display: flex; flex-direction: column; min-height: 110px; }
.doc-grid div:nth-child(even) { border-left: 1px solid #cbc8cf; }
.doc-grid div:nth-child(n+3) { border-top: 1px solid #cbc8cf; }
.doc-grid strong { font: 600 15px var(--font-display); margin-bottom: 7px; }
.doc-grid span { color: #6c6b74; font-size: 13px; }
.doc-link { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; max-width: 650px; color: white; background: #111522; margin: 25px 0 45px; font-size: 14px; transition: background .2s; }
.doc-link:hover { background: #6651dc; }
.doc-link span { color: var(--coral); }
.doc-step { margin: 50px 0 70px; }
.step-copy { display: grid; grid-template-columns: 75px 1fr; margin-bottom: 18px; }
.step-copy b { grid-row: 1 / 3; color: #7966e8; font-size: 10px; letter-spacing: .1em; padding-top: 7px; }
.step-copy h3 { margin: 0 0 4px; }
.step-copy p { color: #64626b; margin: 0; max-width: 700px; }
.doc-step img { width: 100%; height: auto; display: block; background: #dedce1; border: 1px solid #d0cdd2; box-shadow: 0 20px 50px rgba(22,19,38,.12); }
.doc-section code { background: #dedbe2; color: #403677; padding: 2px 6px; border-radius: 3px; }
.doc-section pre { position: relative; background: #0d101b; color: #e7e5ee; padding: 27px; overflow-x: auto; margin: 22px 0; line-height: 1.8; }
.doc-section pre code { background: none; color: inherit; padding: 0; }
.download-list { list-style: none; padding: 0 !important; margin: 30px 0; border-top: 1px solid #c8c5ca; }
.download-list li { max-width: none; margin: 0; padding: 22px 0; border-bottom: 1px solid #c8c5ca; }
.download-list a { color: white; background: #111522; padding: 11px 15px; font-size: 12px; transition: background .2s; }
.download-list a:hover { background: #6651dc; }
.copy-code { position: absolute; top: 12px; right: 12px; background: #202437; color: #c5c6d0; border: 1px solid #34394e; padding: 6px 10px; font-size: 11px; cursor: pointer; }
.copy-code:hover { color: white; }
.security-list { list-style: none; padding: 0 !important; margin: 35px 0; border-top: 1px solid #c8c5ca; }
.security-list li { display: grid; grid-template-columns: 55px 1fr; padding: 20px 0; margin: 0; border-bottom: 1px solid #c8c5ca; }
.security-list li > span { color: #7966e8; font-size: 10px; }
.security-list strong { color: #1d1e27; }
.security-list p { margin: 3px 0 0; font-size: 14px; }
.check-list { list-style: none; padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #c8c5ca; border: 1px solid #c8c5ca; }
.check-list li { background: #f0eef1; margin: 0; padding: 18px 20px 18px 48px; position: relative; font-size: 14px; }
.check-list li:before { content: "✓"; position: absolute; left: 20px; color: #715be5; font-weight: 700; }
.docs-end { margin: 100px 0 0; padding: 45px; background: #111522; color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.docs-end p { color: #aaaeba; max-width: 600px; margin: 0; }
.docs-end .button { white-space: nowrap; }
.docs-footer { background: #090b14; min-height: 80px; justify-content: center; text-align: center; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 22px; }
  nav { position: absolute; top: 72px; left: 0; width: 100%; background: rgba(7,9,18,.98); padding: 25px; flex-direction: column; gap: 20px; transform: scaleY(0); transform-origin: top; transition: .2s; }
  nav.open { transform: scaleY(1); }
  .header-actions .button-small { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 800px; height: 100svh; padding: 150px 24px 42px; }
  .hero-image { background: linear-gradient(90deg, rgba(7,9,18,.96), rgba(7,9,18,.38)), linear-gradient(0deg, #070912, transparent 45%), url("assets/ai-network-hero.jpg") 63% center/cover no-repeat; opacity: .72; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-copy { font-size: 16px; }
  .hero-proof { width: 100%; grid-template-columns: 1fr; }
  .hero-proof div { padding: 10px 0; }
  .hero-proof div + div { border-left: 0; padding-left: 0; }
  .scroll-note { display: none; }
  .section { padding: 88px 24px; }
  .intro-grid, .contact, .help-strip { grid-template-columns: 1fr; gap: 55px; }
  .intro-grid { align-items: start; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 26px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 25px 0 55px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .service-card p { min-height: 0; }
  .service-icon { margin: 38px 0 25px; }
  .approach { grid-template-columns: 1fr; }
  .approach-orbit { min-height: 420px; order: 2; }
  .approach-orbit div:nth-child(2) { width: 460px; }
  .approach-content { padding-left: 0; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principles-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .principles-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  footer { flex-wrap: wrap; gap: 16px 30px; }
  footer .brand { width: 100%; }
  .docs-layout { display: block; }
  .docs-toc { display: none; }
  .docs-main { padding-left: 45px; padding-right: 45px; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .intro h2, .section-heading h2, .approach h2, .principles h2, .contact h2 { font-size: 42px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article + article, .principles-grid article:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .principles-grid article { min-height: 210px; }
  footer .disclaimer { width: 100%; }
  .help-card { padding: 28px; min-height: 290px; }
  .docs-header { padding: 0 22px; }
  .docs-main { padding-left: 22px; padding-right: 22px; }
  .docs-hero { padding-top: 70px; }
  .docs-hero h1 { font-size: 43px; }
  .doc-grid, .check-list { grid-template-columns: 1fr; }
  .doc-grid div:nth-child(even) { border-left: 0; }
  .doc-grid div + div { border-top: 1px solid #cbc8cf; }
  .step-copy { grid-template-columns: 1fr; }
  .step-copy b { grid-row: auto; margin-bottom: 7px; }
  .docs-end { padding: 30px; align-items: flex-start; flex-direction: column; }
  .docs-end .button { width: 100%; }
  .company-details { grid-template-columns: 1fr; }
  .company-address { grid-column: auto; }
  .download-list a { display: inline-block; margin: 8px 2px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
