:root {
  --ink: #090b10;
  --paper: #f4f5f2;
  --muted: #6f747d;
  --line: rgba(9, 11, 16, 0.12);
  --violet: #825cff;
  --cyan: #41d9ff;
  --lime: #bbff5b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; z-index: 20; opacity: .035; pointer-events: none; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(130,92,255,.08), transparent 68%); transform: translate(-50%,-50%); pointer-events: none; z-index: 0; }

.site-header { position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 30; width: min(1120px, calc(100% - 32px)); height: 64px; padding: 0 12px 0 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; background: rgba(13,15,21,.68); color: white; backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); box-shadow: 0 10px 40px rgba(0,0,0,.12); transition: .35s ease; }
.site-header.scrolled { top: 10px; background: rgba(13,15,21,.86); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 30px; height: 30px; }
.desktop-nav { display: flex; gap: 32px; font-size: 14px; color: rgba(255,255,255,.74); }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 100px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 20px; color: var(--ink); background: white; font-size: 14px; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-button span { display:block; width: 17px; height:1px; background:white; margin:5px auto; transition:.3s; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 960px; height: 100svh; max-height: 1100px; overflow: hidden; color: white; background: #070a0f; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 130px 24px 50px; }
.hero-aurora { position:absolute; inset:-25%; background: radial-gradient(circle at 28% 25%, rgba(117,70,255,.28), transparent 31%), radial-gradient(circle at 72% 57%, rgba(54,205,255,.2), transparent 27%), radial-gradient(circle at 54% 95%, rgba(184,255,87,.1), transparent 24%); filter: blur(25px); animation: aurora 12s ease-in-out infinite alternate; }
@keyframes aurora { to { transform: scale(1.12) rotate(3deg) translate3d(2%, -2%, 0); } }
.hero-grid { position:absolute; inset:0; opacity:.15; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent 5%, black 40%, transparent 95%); }
.hero-orbit { position:absolute; border:1px solid rgba(255,255,255,.1); border-radius:50%; }
.orbit-one { width:720px;height:720px;right:-340px;top:80px; }
.orbit-two { width:480px;height:480px;left:-310px;bottom:-30px; }
.hero-content { position:relative; z-index:2; text-align:center; margin-top:-110px; }
.eyebrow, .section-label { font-family: Manrope, sans-serif; font-size:12px; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }
.eyebrow { color:rgba(255,255,255,.65); display:flex; align-items:center; justify-content:center; gap:10px; }
.eyebrow span { width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 15px var(--lime); }
.hero-title { font-family: Manrope,sans-serif; font-size:clamp(56px,7.2vw,106px); line-height:.97; letter-spacing:-.065em; margin:26px 0 28px; font-weight:600; }
.gradient-text { background:linear-gradient(105deg,#c8b7ff 10%,#7ce6ff 55%,#d6ff9a); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-copy { width:min(690px, 100%); margin:0 auto; color:rgba(255,255,255,.62); font-size:19px; line-height:1.65; }
.hero-actions { display:flex; justify-content:center; align-items:center; gap:30px; margin-top:38px; }
.button-primary { background:white; color:var(--ink); padding:16px 24px; box-shadow:0 12px 35px rgba(255,255,255,.1); }
.text-link { font-size:15px;color:rgba(255,255,255,.72); }
.text-link span { margin-left:7px; }
.hero-system { position:absolute; z-index:1; left:50%; bottom:-254px; width:560px;height:560px; transform:translateX(-50%); border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:0 0 100px rgba(110,100,255,.12), inset 0 0 100px rgba(65,217,255,.04); animation:float 7s ease-in-out infinite; }
@keyframes float { 50% { transform:translateX(-50%) translateY(-12px); } }
.system-core { position:absolute; top:72px; left:50%; transform:translateX(-50%); width:84px;height:84px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.05)); border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(14px);display:grid;place-items:center;box-shadow:0 10px 50px rgba(115,94,255,.3); }
.core-mark { width:50px; }
.system-pill { position:absolute;padding:9px 14px;border:1px solid rgba(255,255,255,.18);border-radius:100px;background:rgba(12,16,23,.58);font:600 11px Manrope;letter-spacing:.1em;color:rgba(255,255,255,.72); }
.pill-one{top:145px;left:65px}.pill-two{top:120px;right:84px}.pill-three{top:245px;left:8px}.pill-four{top:230px;right:14px}
.particle { position:absolute;width:4px;height:4px;background:var(--cyan);border-radius:50%;box-shadow:0 0 12px var(--cyan); }
.p1{left:120px;top:100px}.p2{right:130px;top:195px}.p3{left:160px;top:240px}.p4{right:180px;top:80px}
.hero-foot { position:absolute; z-index:2; bottom:30px; left:38px; right:38px; display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.45);font-size:12px;letter-spacing:.05em; }
.hero-foot p { margin:0; }.hero-foot strong{color:rgba(255,255,255,.72);font-weight:500}.scroll-hint{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em}.scroll-hint span{width:30px;height:1px;background:rgba(255,255,255,.3)}

.section-pad { padding: 140px max(24px, calc((100vw - 1180px)/2)); }
.section-label { color:#7d828a; margin-bottom:28px; }
.statement { min-height:680px;display:grid;grid-template-columns:1fr 3.2fr;align-items:center;gap:60px; }
.statement-copy { font:500 clamp(36px,5vw,67px)/1.15 Manrope,sans-serif;letter-spacing:-.05em;margin:0;max-width:1000px;color:#aaaeb3; }
.statement-copy span { color:var(--ink); }
.section-heading { display:flex;justify-content:space-between;align-items:end;margin-bottom:65px; }
h2 { font:600 clamp(43px,5vw,68px)/1.06 Manrope,sans-serif;letter-spacing:-.055em;margin:0; }
.section-intro { color:var(--muted);font-size:17px;line-height:1.6;width:330px;margin:0 0 7px; }
.service-grid { display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(9,11,16,.14);padding:1px;border-radius:32px;overflow:hidden;box-shadow:0 35px 90px rgba(10,14,22,.09) }
.service-card { position:relative;min-height:590px;border-radius:0;background:linear-gradient(145deg,#f2f3f0,#e4e7e4);overflow:hidden;padding:32px;display:flex;flex-direction:column;justify-content:space-between;transition:background .45s ease; }
.service-card:hover { background:linear-gradient(145deg,#f7f8f5,#e8ebe8); }
.service-card.card-featured { background:#11151d;color:white; }
.card-top { display:flex;justify-content:space-between;font:600 12px Manrope;color:#858a91;letter-spacing:.1em; }
.card-arrow { font-size:20px;transition:transform .25s; }.service-card:hover .card-arrow{transform:translate(3px,-3px)}
.card-body { position:relative;z-index:2;max-width:470px; }
.card-body h3 { font:600 31px Manrope;margin:0 0 13px;letter-spacing:-.04em; }
.card-body p { color:#6c7178;font-size:16px;line-height:1.55;margin:0; }.card-featured .card-body p{color:rgba(255,255,255,.52)}
.service-outcomes{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.service-outcomes span{padding:8px 11px;border:1px solid rgba(9,11,16,.12);border-radius:100px;color:#686e75;font-size:11px}.card-featured .service-outcomes span{border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.55)}
.card-visual { position:absolute;inset:75px 28px 155px; }
.ai-visual { background:radial-gradient(circle,rgba(115,92,255,.25),transparent 62%); }
.ai-core { position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:110px;height:110px;border:1px solid rgba(255,255,255,.25);border-radius:35%;display:grid;place-items:center;font:600 28px Manrope;color:white;box-shadow:inset 0 0 30px rgba(100,80,255,.25),0 0 50px rgba(90,190,255,.12); }
.ai-node {position:absolute;width:10px;height:10px;background:#8b72ff;border-radius:50%;box-shadow:0 0 20px #8b72ff}.ai-node:after{content:"";position:absolute;width:120px;height:1px;top:5px;background:linear-gradient(90deg,#8b72ff,transparent);transform-origin:left}.n1{top:20%;left:18%}.n1:after{transform:rotate(25deg)}.n2{top:18%;right:17%}.n2:after{transform:rotate(155deg)}.n3{bottom:20%;left:16%}.n3:after{transform:rotate(-28deg)}.n4{bottom:18%;right:16%}.n4:after{transform:rotate(205deg)}
.mini-window { position:absolute;inset:4% 9%;border-radius:20px;border:1px solid rgba(9,11,16,.1);background:rgba(255,255,255,.55);padding:30px;box-shadow:0 28px 50px rgba(0,0,0,.08);transform:perspective(800px) rotateX(4deg) rotateY(-7deg);display:grid;grid-template-columns:1fr 1fr 1fr;gap:13px; }
.mini-window i { width:7px;height:7px;border-radius:50%;background:#a4a7aa; }.mini-window i:nth-child(2){margin-left:-45px}.mini-window i:nth-child(3){margin-left:-90px}.mini-window b{height:150px;border-radius:12px;background:linear-gradient(145deg,#d7d8d4,#f7f8f5)}.mini-window b:nth-of-type(1){background:linear-gradient(145deg,#8f75ff,#55dafa)}
.software-visual { display:flex;align-items:center;justify-content:center;gap:12px; }
.software-visual span{font:600 48px Manrope;color:#6e54dc}.software-visual div{width:42px;height:5px;border-radius:5px;background:#d0d2ce}.software-visual div:nth-child(3){width:22px;background:#a891ff}
.card-wide { grid-column:1/-1;min-height:330px;display:grid;grid-template-columns:1fr 1fr;align-items:end; }.card-wide .card-top{position:absolute;top:28px;left:28px;right:28px}.integration-line{display:flex;align-items:center;justify-content:center;padding:30px 0 165px}.integration-line span{width:62px;height:62px;display:grid;place-items:center;background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:18px;font:600 10px Manrope;box-shadow:0 12px 30px rgba(12,18,30,.06)}.integration-line i{width:24px;height:1px;background:#bfc2bd}.web-service{grid-column:1/-1;min-height:570px;background:linear-gradient(130deg,#111722,#0c1017);color:white}.web-service:hover{background:linear-gradient(130deg,#151c29,#0c1017)}.web-service .card-body{max-width:520px}.web-service .card-body p{color:rgba(255,255,255,.5)}.web-service .service-outcomes span{border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.55)}.web-visual{inset:60px 28px 40px 52%;perspective:1100px}.web-device{position:absolute;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);backdrop-filter:blur(12px);box-shadow:0 35px 70px rgba(0,0,0,.25)}.web-desktop{width:88%;height:76%;right:4%;top:5%;border-radius:20px;padding:42px;transform:rotateY(-8deg) rotateX(3deg)}.web-desktop span{position:absolute;left:20px;top:17px;width:7px;height:7px;border-radius:50%;background:#baff67;box-shadow:14px 0 #5ddaff,28px 0 #8f6cff}.web-desktop strong{font:600 clamp(30px,3.5vw,52px)/.98 Manrope;letter-spacing:-.06em}.web-desktop i{position:absolute;left:42px;right:42px;bottom:35px;height:5px;border-radius:4px;background:linear-gradient(90deg,#baff67 25%,#5ddaff 25% 55%,#8f6cff 55%)}.web-mobile{width:29%;height:62%;right:0;bottom:0;border-radius:25px;padding:25px 15px;transform:rotateY(-7deg)}.web-mobile span{display:block;width:30%;height:5px;border-radius:4px;background:#c6ff6c;margin-bottom:25px}.web-mobile b{display:block;height:18%;border-radius:9px;background:rgba(255,255,255,.09);margin-top:10px}.web-mobile b:nth-of-type(1){height:32%;background:linear-gradient(145deg,rgba(91,218,255,.6),rgba(139,99,255,.5))}
.services-promise{margin-top:18px;border:1px solid var(--line);border-radius:22px;padding:25px 28px;display:grid;grid-template-columns:.8fr 1.5fr auto;align-items:center;gap:30px}.services-promise>span{font:600 14px Manrope}.services-promise p{margin:0;color:var(--muted);font-size:14px}.services-promise a{font:600 13px Manrope;white-space:nowrap}.services-promise a b{display:inline-block;margin-left:7px;transition:transform .2s}.services-promise a:hover b{transform:translateX(4px)}

.method { background:#e9ebe8;display:grid;grid-template-columns:1fr 1fr;gap:110px; }
.method-sticky { align-self:start;position:sticky;top:140px; }.method-sticky h2 span{color:#a3a7ab}.method-sticky>p{max-width:430px;color:var(--muted);font-size:17px;line-height:1.65;margin-top:30px}.method-step{display:grid;grid-template-columns:60px 1fr;gap:25px;padding:42px 0;border-top:1px solid rgba(9,11,16,.14)}.method-step:last-child{border-bottom:1px solid rgba(9,11,16,.14)}.step-number{font:600 12px Manrope;color:#8d9297;padding-top:7px}.method-step h3{font:600 29px Manrope;letter-spacing:-.03em;margin:0 0 12px}.method-step p{color:var(--muted);font-size:16px;line-height:1.6;margin:0;max-width:420px}
.projects-shell { position:relative;overflow:hidden;border-radius:38px;min-height:660px;background:#090c12;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px; }.projects-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(123,89,255,.32),rgba(51,200,255,.08) 40%,transparent 68%);top:-390px;left:50%;transform:translateX(-50%)}.section-label.light{color:rgba(255,255,255,.5)}.projects-shell>*:not(.projects-glow){position:relative}.projects-shell p{color:rgba(255,255,255,.5);font-size:17px}.coming-soon{margin-top:55px;border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:13px 18px;font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.62);text-transform:uppercase}.coming-soon span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-right:8px;box-shadow:0 0 10px var(--lime)}
.projects{overflow:hidden;background:#090c12;color:white}.projects-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:58px}.projects .section-label{color:rgba(255,255,255,.42)}.carousel-controls{display:flex;align-items:center;gap:16px;color:rgba(255,255,255,.5);font:500 12px Manrope}.carousel-controls b{color:white}.carousel-controls button{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:transparent;color:white;font-size:20px;cursor:pointer;transition:.25s}.carousel-controls button:hover{background:white;color:#090c12}.project-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px max(24px,calc((100vw - 1180px)/2)) 55px;margin-inline:max(-24px,calc((1180px - 100vw)/2))}.project-track::-webkit-scrollbar{display:none}.project-card{flex:0 0 min(890px,82vw);scroll-snap-align:center}.project-meta{display:flex;justify-content:space-between;font:600 11px Manrope;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:14px}.browser-frame{border-radius:25px;background:#151922;border:1px solid rgba(255,255,255,.12);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35)}.browser-bar{height:46px;background:#1b202a;display:flex;align-items:center;padding:0 16px;gap:7px;color:#777f8d;font:500 10px Manrope}.browser-bar>i{width:7px;height:7px;border-radius:50%;background:#3a414d}.browser-bar span{margin:auto}.browser-frame>div:last-child{height:450px}.jimp-preview,.samaritana-preview,.imperio-preview,.inventory-preview,.monitor-preview{padding:65px;position:relative;display:flex;flex-direction:column;justify-content:center}.jimp-preview{background:radial-gradient(circle at 75% 35%,rgba(66,212,255,.32),transparent 30%),linear-gradient(130deg,#101829,#080b10)}.jimp-preview small,.samaritana-preview small,.imperio-preview small,.inventory-preview small,.monitor-preview small,.dashboard-preview small{font:700 10px Manrope;letter-spacing:.15em;color:#81e7ff;margin-bottom:22px}.jimp-preview strong,.samaritana-preview strong,.imperio-preview strong,.inventory-preview strong,.monitor-preview strong,.dashboard-preview strong{font:600 clamp(32px,4vw,57px)/1.04 Manrope;letter-spacing:-.055em}.jimp-preview em{font-style:normal;color:#baff67;font-size:12px;margin-top:22px}.samaritana-preview{background:#b54c2f;color:#fff1df}.samaritana-preview small{color:#ffca97}.brick-stack{position:absolute;right:7%;bottom:8%;width:38%;height:72%;transform:skewY(-8deg)}.brick-stack i{display:block;width:75%;height:18%;margin:7px 0 0 auto;background:linear-gradient(140deg,#e98354,#8c2c1b);border-radius:8px;box-shadow:0 12px 25px rgba(49,15,7,.2)}.brick-stack i:nth-child(even){margin-right:18%}.imperio-preview{background:linear-gradient(140deg,#1a112a,#090a10)}.money-orb{position:absolute;right:11%;top:12%;width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#c5ff75,#25c891 45%,#153c34);box-shadow:0 20px 60px rgba(50,240,160,.2);font:500 70px Manrope;color:#0c301f}.imperio-preview small{color:#78e9b3}.metric{position:absolute;right:8%;bottom:12%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 20px;display:flex;flex-direction:column}.metric span{font-size:10px;color:#888}.metric b{font:500 14px Manrope;margin-top:5px}.dashboard-preview{display:grid;grid-template-columns:85px 1fr;background:#eef0f4;color:#11151d}.dashboard-preview aside{background:#171c27;display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:32px}.dashboard-preview aside b{width:38px;height:38px;border-radius:12px;background:#8a63ff;color:white;display:grid;place-items:center}.dashboard-preview aside i{width:26px;height:4px;border-radius:4px;background:#39404e}.dashboard-preview main{padding:60px}.dashboard-preview small{color:#7b5cf0}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:40px}.dash-grid i{height:90px;border-radius:14px;background:white;border:1px solid #dde0e5}.dashboard-preview.warm aside b{background:#ff8061}.dashboard-preview.warm small{color:#e86948}.inventory-preview{background:#f1f3ee;color:#141712}.inventory-preview small{color:#607e45}.stock-bars{display:flex;align-items:end;gap:12px;position:absolute;right:9%;bottom:18%;height:180px}.stock-bars i{width:28px;height:45%;border-radius:7px;background:#b4f079}.stock-bars i:nth-child(2){height:80%}.stock-bars i:nth-child(3){height:60%}.stock-bars i:nth-child(4){height:95%;background:#775be7}.stock-bars i:nth-child(5){height:70%}.inventory-preview>span{position:absolute;right:8%;top:18%;font-size:11px;color:#6c7268}.monitor-preview{background:#091219}.monitor-preview small{color:#74e6ff}.monitor-preview svg{position:absolute;left:65px;right:65px;bottom:45px;width:calc(100% - 130px)}.monitor-preview path{fill:none;stroke:#8cffb7;stroke-width:3;filter:drop-shadow(0 0 8px rgba(140,255,183,.5))}.project-info{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-top:25px}.project-info h3{font:600 27px Manrope;letter-spacing:-.035em;margin:0 0 8px}.project-info p{color:rgba(255,255,255,.48);max-width:600px;line-height:1.55;margin:0}.project-info>a{white-space:nowrap;color:#c8ff78;font-size:14px}.private-label{white-space:nowrap;border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:100px;color:rgba(255,255,255,.48);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.code-story{background:#090c12;color:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center;padding-top:70px}.code-copy .section-label{color:rgba(255,255,255,.4)}.code-copy p{color:rgba(255,255,255,.5);font-size:17px;line-height:1.7;max-width:480px;margin:30px 0}.code-principles{display:flex;gap:8px;flex-wrap:wrap}.code-principles span{border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:9px 14px;font-size:12px;color:rgba(255,255,255,.6)}.code-window{border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#11151d;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35)}.code-header{height:50px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 18px;font:500 10px Manrope;color:#8e96a5}.code-header>span{display:flex;gap:6px}.code-header i{display:block;width:7px;height:7px;background:#434a57;border-radius:50%}.code-header b{margin-left:25px;font-weight:500}.code-header em{font-style:normal;margin-left:auto;color:#86dfa8}.code-window pre{margin:0;padding:42px;font:14px/1.9 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto;color:#dce3ec}.c-purple{color:#bf9cff}.c-blue{color:#73dcff}.c-green{color:#b9f582}.c-muted{color:#596273}.code-status{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding:14px 18px;font-size:10px;color:#758090}.code-status span:first-child{color:#91e9ae}
.about { display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:100px; }.about-mark{aspect-ratio:1;border-radius:50%;background:#e7e9e5;display:grid;place-items:center}.about-mark img{width:62%;filter:drop-shadow(0 15px 35px rgba(120,90,255,.25))}.about-content>p{font-size:19px;line-height:1.7;color:var(--muted);max-width:650px;margin:30px 0}.about-content strong{color:var(--ink)}.about-values{display:flex;gap:9px;flex-wrap:wrap}.about-values span{border:1px solid var(--line);border-radius:100px;padding:10px 16px;font-size:13px;color:#5f646c}
.contact { padding-top:20px; }.contact-inner{position:relative;min-height:700px;border-radius:38px;background:#7858ed;color:white;overflow:hidden;padding:100px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-orb{position:absolute;width:720px;height:720px;right:-220px;top:-130px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#aeeeff,rgba(124,92,255,.9) 42%,rgba(41,25,100,.5) 68%,transparent 69%);filter:saturate(1.2);opacity:.85}.contact-inner>*:not(.contact-orb){position:relative;z-index:2}.contact-inner h2{font-size:clamp(52px,7vw,92px)}.contact-inner h2 span{color:#c9ff79}.contact-inner p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.68);max-width:520px;margin:28px 0 38px}.button-light{background:white;color:var(--ink);padding:17px 25px}
.site-footer{background:#090c12;color:white;padding:90px max(24px,calc((100vw - 1180px)/2)) 35px}.footer-top{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:65px;padding-bottom:85px}.footer-lead .brand{font-size:25px}.footer-lead .brand-mark{width:36px;height:36px}.footer-lead>p{max-width:330px;color:rgba(255,255,255,.46);font-size:15px;line-height:1.65;margin:25px 0 30px}.footer-email{font:500 17px Manrope;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:7px}.footer-email span{color:var(--lime);margin-left:8px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-column>span{font:700 10px Manrope;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.32);margin-bottom:8px}.footer-column a{font-size:13px;color:rgba(255,255,255,.62);transition:.2s}.footer-column a:hover{color:white;transform:translateX(3px)}.footer-signature{overflow:hidden;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:18px 0 25px}.footer-signature span{display:block;font:500 clamp(46px,8.4vw,126px)/1 Manrope;letter-spacing:-.07em;white-space:nowrap;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(120,224,255,.65),rgba(202,255,111,.72),rgba(255,255,255,.12));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:signature-flow 8s linear infinite}@keyframes signature-flow{to{background-position:200% center}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;color:rgba(255,255,255,.32);font-size:11px}.footer-bottom p{margin:0}.footer-bottom a{color:rgba(255,255,255,.6)}
.reveal { opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}

@media (max-width: 800px) {
  .cursor-glow,.desktop-nav,.header-cta{display:none}.site-header{height:58px;top:10px}.menu-button{display:block}.menu-button.active span:first-child{transform:translateY(3px) rotate(45deg)}.menu-button.active span:last-child{transform:translateY(-3px) rotate(-45deg)}
  .mobile-menu{display:block;position:fixed;inset:0;z-index:25;background:#090c12;color:white;transform:translateY(-100%);transition:transform .5s cubic-bezier(.7,0,.2,1);padding:120px 30px}.mobile-menu.open{transform:none}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu a{font:600 38px Manrope;letter-spacing:-.04em;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}
  .hero{min-height:850px;padding-inline:18px}.hero-content{margin-top:-130px}.hero-title{font-size:clamp(48px,14vw,67px)}.hero-title br{display:none}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;gap:20px}.hero-system{width:460px;height:460px;bottom:-225px}.hero-foot{left:20px;right:20px}.scroll-hint{display:none}
  .section-pad{padding:90px 20px}.statement{min-height:570px;display:block}.statement-copy{font-size:37px;margin-top:70px}.section-heading{display:block}.section-intro{margin-top:25px;width:auto}.service-grid{grid-template-columns:1fr}.service-card{min-height:540px}.card-wide{grid-column:auto;display:flex;min-height:470px}.integration-line{padding:30px 0 20px;justify-content:flex-start}.integration-line span{width:58px;height:58px}.integration-line i{width:16px}.services-promise{grid-template-columns:1fr;gap:12px;padding:24px}.services-promise a{margin-top:6px}
  .method{grid-template-columns:1fr;gap:50px}.method-sticky{position:static}.projects{padding-inline:20px}.projects-heading{display:block}.carousel-controls{margin-top:28px}.project-track{margin-inline:-20px;padding-inline:20px}.project-card{flex-basis:88vw}.browser-frame>div:last-child{height:340px}.jimp-preview,.samaritana-preview,.imperio-preview,.inventory-preview,.monitor-preview{padding:32px}.brick-stack{opacity:.42}.money-orb{width:120px;height:120px;font-size:48px;right:4%}.dashboard-preview{grid-template-columns:55px 1fr}.dashboard-preview main{padding:35px 22px}.dash-grid{grid-template-columns:1fr}.dash-grid i{height:45px}.dash-grid i:nth-child(n+2){display:none}.project-info{align-items:flex-start;flex-direction:column}.code-story{grid-template-columns:1fr;gap:50px;padding-inline:20px}.code-window pre{padding:28px 20px;font-size:11px}.about{grid-template-columns:1fr;gap:55px}.about-mark{width:78%;margin:auto}.contact{padding-inline:12px}.contact-inner{min-height:650px;padding:55px 28px;border-radius:26px;justify-content:flex-end}.contact-orb{width:520px;height:520px;right:-240px;top:-80px}.contact-inner h2{font-size:52px}.site-footer{padding:70px 22px 30px}.footer-top{grid-template-columns:1fr 1fr;gap:50px 28px;padding-bottom:60px}.footer-lead{grid-column:1/-1}.footer-column:last-child{grid-column:1/-1}.footer-signature span{font-size:14.5vw}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}
}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none} }

.fercali-preview{padding:65px;position:relative;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 82% 20%,rgba(255,210,60,.3),transparent 28%),linear-gradient(135deg,#124e75,#061c34);color:white}.fercali-preview small{font:700 10px Manrope;letter-spacing:.15em;color:#ffd75b;margin-bottom:22px}.fercali-preview strong{font:600 clamp(32px,4vw,57px)/1.04 Manrope;letter-spacing:-.055em}.fercali-cards{position:absolute;right:6%;bottom:10%;display:flex;gap:8px}.fercali-cards i{font-style:normal;padding:12px 16px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);font-size:10px;color:rgba(255,255,255,.7);backdrop-filter:blur(8px)}
.footer-signature{overflow:visible}.footer-signature span{font-size:clamp(42px,7vw,104px)}

@media (max-width:800px){.service-grid{border-radius:24px}.integration-line{padding:30px 0 170px;justify-content:center}.integration-line span{width:54px;height:54px}.integration-line i{width:12px}.web-service{grid-column:auto;min-height:700px}.web-visual{inset:70px 22px 260px 22px}.web-desktop{width:92%;padding:28px}.web-mobile{width:28%;height:60%}.fercali-preview{padding:32px}.fercali-cards{opacity:.55}.footer-signature span{font-size:12vw}}

/* Services v3 — one continuous enterprise system */
.services{background:#090c12;color:white}.services .section-label{color:rgba(255,255,255,.38)}.services .section-intro{color:rgba(255,255,255,.48)}.services .service-grid{gap:0;padding:0;border:1px solid rgba(255,255,255,.11);background:#0c1017;border-radius:36px;box-shadow:0 50px 130px rgba(0,0,0,.32)}.services .service-card{background:#0c1017;color:white;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);transition:background .5s ease;isolation:isolate}.services .service-card:nth-child(even){border-right:0}.services .service-card:hover{background:#111722}.services .service-card::after{content:attr(data-service);position:absolute;right:22px;bottom:-28px;z-index:-1;font:600 150px/1 Manrope;color:rgba(255,255,255,.025);letter-spacing:-.08em}.services .card-top{color:rgba(255,255,255,.34)}.services .card-body p{color:rgba(255,255,255,.48)}.services .service-outcomes span{border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.5);background:rgba(255,255,255,.025)}.services .saas-visual{filter:invert(.87) hue-rotate(170deg);opacity:.72}.services .software-visual div{background:#343c48}.services .integration-line span{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.62);box-shadow:none}.services .integration-line i{background:rgba(255,255,255,.17)}.services .web-service{background:radial-gradient(circle at 78% 42%,rgba(89,98,255,.17),transparent 31%),#0c1017;border-right:0}.services .web-service:hover{background:radial-gradient(circle at 78% 42%,rgba(89,98,255,.23),transparent 34%),#111722}.services .services-promise{border-color:rgba(255,255,255,.11);background:#0c1017}.services .services-promise p{color:rgba(255,255,255,.45)}.services .services-promise a{color:#c8ff78}.services .service-card:nth-child(1)::after{content:"01"}.services .service-card:nth-child(2)::after{content:"02"}.services .service-card:nth-child(3)::after{content:"03"}.services .service-card:nth-child(4)::after{content:"04"}.services .service-card:nth-child(5)::after{content:"05"}.real-project-preview{height:450px!important;background:#0a0d13;overflow:hidden}.real-project-preview img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.real-project-preview.imperio-real img{object-position:left center;transform:scale(1.03)}

@media(max-width:800px){.services .service-card{border-right:0}.services .service-grid{border-radius:25px}.services .service-card::after{font-size:105px}.real-project-preview{height:340px!important}}

.contact-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.contact-email-link{color:rgba(255,255,255,.74);font-size:14px;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:5px}.footer-phone{display:block;margin-top:16px;color:rgba(255,255,255,.55);font-size:13px}.footer-phone:hover{color:white}.real-project-preview img{transition:transform .7s cubic-bezier(.2,.8,.2,1)}.project-card:hover .real-project-preview img{transform:scale(1.025)}.project-card:hover .real-project-preview.imperio-real img{transform:scale(1.055)}

@media(max-width:800px){.contact-actions{align-items:flex-start;flex-direction:column}.contact-actions .button{font-size:13px;padding-inline:18px}.project-info h3{font-size:24px}}
