:root {
  color-scheme: dark;
  --ink: #0a0f0d;
  --ink-soft: #101815;
  --ink-raised: #17221d;
  --paper: #f4f0e8;
  --paper-soft: #ebe5d9;
  --muted: #a5b2aa;
  --muted-dark: #6c736d;
  --line: rgba(244, 240, 232, 0.14);
  --line-dark: rgba(10, 15, 13, 0.14);
  --acid: #c8f36a;
  --teal: #69e2c2;
  --coral: #ff765b;
  --max: 1220px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
body::selection { background: var(--acid); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: var(--acid); color: var(--ink); font-weight: 700; transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 16px 0; pointer-events: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 32px), var(--max)); min-height: 58px; margin-inline: auto; padding: 7px 8px 7px 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10, 15, 13, 0.74); box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22); backdrop-filter: blur(18px); pointer-events: auto; transition: border-color 220ms ease, background 220ms ease; }
.site-header.has-scrolled .header-inner { border-color: rgba(200, 243, 106, 0.3); background: rgba(10, 15, 13, 0.9); }
.brand, .nav-links { display: flex; align-items: center; }
.brand { gap: 10px; min-width: 0; }
.brand-logo-frame { display: grid; place-items: center; width: 123px; height: 40px; overflow: hidden; }
.brand-logo { display: block; width: 140px; height: 72px; object-fit: contain; transform: scale(1.28); filter: invert(1) brightness(1.2); }
.nav-links { gap: 3px; }
.nav-links > a { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 13px; border-radius: 10px; color: rgba(244, 240, 232, 0.72); font-size: 0.86rem; font-weight: 700; transition: color 180ms ease, background 180ms ease; }
.nav-links > a:hover, .nav-links > a:focus-visible { background: rgba(244, 240, 232, 0.08); color: var(--paper); }
.nav-links .nav-cta { margin-left: 7px; padding-inline: 16px; background: var(--acid); color: var(--ink); }
.nav-links .nav-cta:hover, .nav-links .nav-cta:focus-visible { background: #d8ff86; color: var(--ink); }
.nav-cta svg { width: 16px; height: 16px; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: transparent; color: var(--paper); cursor: pointer; }
.nav-toggle svg { width: 20px; height: 20px; }

.hero { position: relative; display: flex; min-height: min(860px, 100vh); overflow: hidden; isolation: isolate; background: var(--ink); }
.hero-canvas { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; opacity: 0.72; }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: 0.42; background-image: linear-gradient(rgba(244, 240, 232, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 240, 232, 0.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.hero-glow { position: absolute; z-index: -2; width: 600px; height: 600px; border-radius: 50%; filter: blur(20px); opacity: 0.12; pointer-events: none; }
.hero-glow-one { top: 4%; right: -9%; background: var(--teal); }
.hero-glow-two { bottom: -35%; left: 30%; background: var(--coral); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr); gap: 72px; align-items: center; padding: 156px 0 116px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--acid); font-family: "Space Mono", monospace; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow-dark { color: #4d7867; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(200, 243, 106, 0.1), 0 0 14px rgba(200, 243, 106, 0.8); }
.hero h1, .section-heading h2, .proof-intro h2, .support-intro h2, .why-intro h2, .fit-inner h2, .about-copy h2, .contact-intro h2 { margin: 0; font-family: "Space Grotesk", system-ui, sans-serif; font-weight: 600; line-height: 0.98; letter-spacing: -0.055em; }
.hero h1 { max-width: 760px; font-size: clamp(4rem, 8.4vw, 8.2rem); }
.hero-lede { max-width: 625px; margin: 31px 0 0; color: rgba(244, 240, 232, 0.75); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; font-size: 0.92rem; font-weight: 700; cursor: pointer; transition: transform 180ms var(--ease), background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(0.98); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(200, 243, 106, 0.72); outline-offset: 3px; }
.button svg, .text-link svg { width: 17px; height: 17px; }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: #d8ff86; }
.button-quiet { border-color: var(--line); color: var(--paper); }
.button-quiet:hover { border-color: rgba(244, 240, 232, 0.35); background: rgba(244, 240, 232, 0.07); }
.button-dark { background: var(--ink); color: var(--paper); }
.local-note { display: flex; align-items: center; gap: 8px; margin: 29px 0 0; color: rgba(244, 240, 232, 0.5); font-size: 0.86rem; }
.local-note svg { width: 15px; height: 15px; color: var(--acid); }

.hero-console { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(15, 24, 20, 0.58); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26); backdrop-filter: blur(18px); }
.console-topline, .console-readout { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; color: rgba(244, 240, 232, 0.55); font-family: "Space Mono", monospace; font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; }
.console-topline { border-bottom: 1px solid var(--line); }
.console-live { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); }
.console-live .status-dot { width: 5px; height: 5px; background: var(--teal); box-shadow: none; }
.console-scene { position: relative; min-height: 410px; overflow: hidden; background: radial-gradient(circle at center, rgba(105, 226, 194, 0.12), transparent 42%), radial-gradient(circle at 70% 25%, rgba(255, 118, 91, 0.12), transparent 30%); }
.console-scene::before, .console-scene::after { content: ""; position: absolute; left: 50%; top: 50%; width: 70%; height: 1px; background: linear-gradient(90deg, transparent, rgba(105, 226, 194, 0.38), transparent); transform: translate(-50%, -50%) rotate(27deg); }
.console-scene::after { transform: translate(-50%, -50%) rotate(-27deg); background: linear-gradient(90deg, transparent, rgba(255, 118, 91, 0.28), transparent); }
.console-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(105, 226, 194, 0.3); border-radius: 50%; transform: translate(-50%, -50%); }
.console-ring-a { width: 252px; height: 252px; animation: spin 18s linear infinite; }
.console-ring-b { width: 334px; height: 190px; border-color: rgba(255, 118, 91, 0.26); transform: translate(-50%, -50%) rotate(55deg); animation: spin-reverse 23s linear infinite; }
.console-crosshair { position: absolute; inset: 16%; border: 1px dashed rgba(244, 240, 232, 0.14); border-radius: 50%; }
.console-crosshair::before, .console-crosshair::after { content: ""; position: absolute; background: rgba(244, 240, 232, 0.16); }
.console-crosshair::before { left: 50%; top: -10px; bottom: -10px; width: 1px; }
.console-crosshair::after { top: 50%; left: -10px; right: -10px; height: 1px; }
.console-core { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(200, 243, 106, 0.55); border-radius: 50%; background: rgba(10, 15, 13, 0.86); box-shadow: 0 0 0 9px rgba(200, 243, 106, 0.05), 0 0 44px rgba(105, 226, 194, 0.22); transform: translate(-50%, -50%); }
.console-core span { font-family: "Space Grotesk", sans-serif; font-size: 1.65rem; font-weight: 600; }
.console-core small { margin-top: -28px; color: var(--teal); font-family: "Space Mono", monospace; font-size: 0.52rem; text-transform: uppercase; }
.console-node { position: absolute; z-index: 3; padding: 5px 7px; border: 1px solid var(--line); border-radius: 5px; background: rgba(10, 15, 13, 0.72); color: rgba(244, 240, 232, 0.7); font-family: "Space Mono", monospace; font-size: 0.56rem; letter-spacing: 0.08em; }
.console-node-one { top: 22%; left: 12%; color: var(--teal); }.console-node-two { top: 70%; right: 10%; color: var(--acid); }.console-node-three { bottom: 18%; left: 16%; color: var(--coral); }.console-node-four { top: 13%; right: 16%; }
.console-readout { border-top: 1px solid var(--line); background: rgba(10, 15, 13, 0.36); }
.console-readout div { display: grid; gap: 5px; }.console-readout strong { color: var(--paper); font-family: "DM Sans", sans-serif; font-size: 0.82rem; letter-spacing: 0; text-transform: none; }
.hero-bottomline { display: flex; align-items: center; gap: 29px; margin-top: auto; padding: 15px 0 17px; border-top: 1px solid var(--line); color: rgba(244, 240, 232, 0.44); font-family: "Space Mono", monospace; font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase; }
.scroll-cue { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; color: var(--acid); }.scroll-cue svg { width: 15px; height: 15px; }

.proof-band { position: relative; z-index: 2; background: var(--paper); color: var(--ink); }
.proof-inner { display: grid; grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.5fr); gap: 52px; padding: 70px 0 76px; }
.proof-intro h2 { max-width: 355px; font-size: clamp(2.1rem, 4vw, 4rem); }
.proof-metrics { display: grid; grid-template-columns: repeat(4, 1fr); align-content: start; border-left: 1px solid var(--line-dark); }
.proof-metric { display: grid; align-content: start; gap: 8px; min-height: 116px; padding: 0 22px; border-right: 1px solid var(--line-dark); }.proof-metric strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(1.5rem, 2.7vw, 2.75rem); font-weight: 600; letter-spacing: -0.06em; }.proof-metric strong span { color: #4d7867; font-size: 0.64em; }.proof-metric > span { max-width: 130px; color: var(--muted-dark); font-size: 0.83rem; line-height: 1.35; }

.work-section { padding: 138px 0 152px; background: var(--paper-soft); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 36px; align-items: end; margin-bottom: 58px; }.section-heading h2 { max-width: 760px; font-size: clamp(2.8rem, 5vw, 5.6rem); }.section-heading > p:last-child { max-width: 260px; margin: 0 0 6px; color: var(--muted-dark); font-size: 1rem; line-height: 1.6; }.section-heading-light > p:last-child { color: var(--muted); }
.case-study { display: grid; grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr); min-height: 650px; overflow: hidden; border-radius: 16px; }.case-study + .case-study { margin-top: 26px; }.case-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 68px); }.case-label { display: flex; justify-content: space-between; width: 100%; margin: 0; color: #56816f; font-family: "Space Mono", monospace; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }.case-copy h3 { margin: auto 0 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 600; letter-spacing: -0.07em; line-height: 0.87; }.case-description { max-width: 440px; margin: 0; color: var(--muted-dark); font-size: 1.02rem; line-height: 1.72; }.case-metrics { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 32px; padding-top: 21px; border-top: 1px solid var(--line-dark); }.case-metrics span { display: grid; gap: 4px; color: var(--muted-dark); font-size: 0.72rem; line-height: 1.3; }.case-metrics strong { color: var(--ink); font-size: 0.9rem; }.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 28px; padding: 0; list-style: none; }.tag-list li { padding: 7px 9px; border: 1px solid var(--line-dark); border-radius: 5px; color: var(--muted-dark); font-size: 0.7rem; }.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: inherit; font-size: 0.86rem; font-weight: 700; }.text-link:hover { color: #4d7867; }.text-link svg { transition: transform 180ms var(--ease); }.text-link:hover svg { transform: translate(3px, -3px); }
.case-visual { position: relative; min-height: 650px; overflow: hidden; }.halal-visual { background: #10241d; }.halal-visual::before { content: "HALAL KIWI / PRODUCT SURFACE"; position: absolute; top: 30px; right: 36px; color: rgba(200, 243, 106, 0.45); font-family: "Space Mono", monospace; font-size: 0.62rem; letter-spacing: 0.08em; }.halal-visual::after { content: "01"; position: absolute; right: 35px; bottom: 23px; color: rgba(244, 240, 232, 0.16); font-family: "Space Grotesk", sans-serif; font-size: 7rem; font-weight: 600; letter-spacing: -0.1em; }.phone-frame { position: absolute; width: 232px; height: 478px; padding: 9px; border: 1px solid rgba(244, 240, 232, 0.34); border-radius: 31px; background: #192c25; box-shadow: 22px 34px 65px rgba(0, 0, 0, 0.32); }.phone-front { z-index: 2; left: 50%; top: 50%; transform: translate(-42%, -47%) rotate(5deg); }.phone-back { left: 20%; top: 18%; opacity: 0.45; transform: rotate(-17deg); }.phone-screen { width: 100%; height: 100%; border-radius: 23px; background: linear-gradient(140deg, rgba(105, 226, 194, 0.24), rgba(200, 243, 106, 0.08) 43%, rgba(10, 15, 13, 0.7)); }.phone-screen-muted { opacity: 0.62; }.phone-front::before { content: ""; position: absolute; top: 15px; left: 50%; width: 68px; height: 15px; border-radius: 10px; background: #0a0f0d; transform: translateX(-50%); }.phone-front > * { position: relative; z-index: 1; }.phone-status { display: flex; justify-content: space-between; padding: 8px 10px 20px; color: rgba(244, 240, 232, 0.7); font-family: "Space Mono", monospace; font-size: 0.53rem; }.phone-brand { display: flex; align-items: center; gap: 8px; padding: 5px 10px 17px; }.phone-brand strong { flex: 1; font-size: 0.8rem; }.phone-brand svg { width: 14px; height: 14px; }.mini-mark { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: var(--acid); color: var(--ink); font-family: "Space Mono", monospace; font-size: 0.48rem; font-weight: 700; }.phone-search { display: flex; align-items: center; gap: 7px; margin: 0 10px 14px; padding: 10px; border: 1px solid rgba(244, 240, 232, 0.15); border-radius: 8px; color: rgba(244, 240, 232, 0.45); font-size: 0.54rem; }.phone-search svg { width: 13px; height: 13px; }.phone-search svg:last-child { margin-left: auto; color: var(--acid); }.phone-map { position: relative; height: 195px; margin: 0 10px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.14); border-radius: 11px; background-color: #203b30; background-image: linear-gradient(35deg, transparent 45%, rgba(105, 226, 194, 0.27) 46%, transparent 48%), linear-gradient(120deg, transparent 43%, rgba(244, 240, 232, 0.12) 44%, transparent 46%), linear-gradient(90deg, rgba(244, 240, 232, 0.08) 1px, transparent 1px), linear-gradient(rgba(244, 240, 232, 0.08) 1px, transparent 1px); background-size: auto, auto, 32px 32px, 32px 32px; }.map-pin-dot { position: absolute; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 118, 91, 0.15); }.pin-a { top: 30%; left: 62%; }.pin-b { top: 62%; left: 25%; background: var(--acid); box-shadow: 0 0 0 5px rgba(200, 243, 106, 0.13); }.pin-c { top: 45%; right: 16%; }.map-route { position: absolute; width: 120px; height: 55px; top: 35%; left: 33%; border-bottom: 1px solid var(--acid); border-left: 1px solid var(--acid); border-radius: 0 0 0 55px; transform: rotate(22deg); }.map-label { position: absolute; right: 12px; bottom: 10px; color: rgba(244, 240, 232, 0.55); font-family: "Space Mono", monospace; font-size: 0.48rem; }.phone-list { display: flex; align-items: center; gap: 8px; margin: 12px 10px 0; padding: 9px; border-radius: 8px; background: rgba(244, 240, 232, 0.09); font-size: 0.54rem; }.list-thumb { width: 23px; height: 23px; border-radius: 6px; background: var(--coral); }.phone-list span:nth-child(2) { display: grid; flex: 1; gap: 3px; }.phone-list small { color: rgba(244, 240, 232, 0.5); font-size: 0.48rem; }.phone-list svg { width: 12px; }.phone-tabs { display: flex; justify-content: space-around; margin-top: 15px; padding-top: 10px; border-top: 1px solid rgba(244, 240, 232, 0.13); color: rgba(244, 240, 232, 0.42); font-size: 0.51rem; }.phone-tabs .active { color: var(--acid); }
.case-fcp { background: #161c2a; color: var(--paper); }.case-fcp .case-label { color: #8ba7ed; }.case-fcp .case-description, .case-fcp .case-metrics span { color: rgba(244, 240, 232, 0.58); }.case-fcp .case-metrics { border-color: rgba(244, 240, 232, 0.16); }.case-fcp .case-metrics strong { color: var(--paper); }.case-fcp .tag-list li { border-color: rgba(244, 240, 232, 0.17); color: rgba(244, 240, 232, 0.58); }.case-fcp .text-link:hover { color: #8ba7ed; }.dashboard-visual { display: grid; place-items: center; background: radial-gradient(circle at 60% 45%, rgba(125, 167, 255, 0.17), transparent 38%), #111827; }.dashboard-visual::before { content: "FCP MATE / BUSINESS PLATFORM"; position: absolute; top: 30px; right: 36px; color: rgba(125, 167, 255, 0.55); font-family: "Space Mono", monospace; font-size: 0.62rem; letter-spacing: 0.08em; }.dashboard-window { width: 82%; max-width: 650px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.2); border-radius: 11px; background: #f5f7fb; color: #1d2635; box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) rotateZ(-1deg); }.dashboard-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-bottom: 1px solid #dce2eb; color: #69758a; font-family: "Space Mono", monospace; font-size: 0.54rem; }.window-dots { display: flex; gap: 4px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d1d8e2; }.window-dots i:first-child { background: #fc8b75; }.window-dots i:nth-child(2) { background: #f1cb6a; }.dashboard-body { display: grid; grid-template-columns: 48px 1fr; min-height: 390px; }.dashboard-side { display: flex; align-items: center; flex-direction: column; gap: 21px; padding: 17px 0; background: #192338; color: #7f90ad; }.dashboard-side .dash-logo { margin-bottom: 12px; color: #c8f36a; font-family: "Space Grotesk", sans-serif; font-size: 0.65rem; font-weight: 700; }.dashboard-side svg { width: 15px; height: 15px; }.dashboard-main { padding: 23px 25px; }.dash-welcome { display: flex; justify-content: space-between; align-items: center; }.dash-welcome span:first-child { display: grid; gap: 5px; }.dash-welcome small, .dash-cards small { color: #7e8aa0; font-size: 0.56rem; }.dash-welcome b { font-size: 0.92rem; }.dash-avatar { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #dbe8ff; color: #4566a5; font-family: "Space Mono", monospace; font-size: 0.51rem; }.dash-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 25px; }.dash-cards > div { display: grid; gap: 5px; padding: 12px 10px; border: 1px solid #dfe5ee; border-radius: 6px; background: #fff; }.dash-cards b { font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; }.up-copy, .warm-copy { color: #53a987; font-size: 0.48rem; }.warm-copy { color: #d78370; }.dash-chart { margin-top: 14px; padding: 16px; border: 1px solid #dfe5ee; border-radius: 7px; background: #fff; }.chart-title { display: flex; justify-content: space-between; font-size: 0.58rem; }.chart-title span { color: #8b96a6; font-size: 0.48rem; }.chart-lines { position: relative; height: 145px; margin-top: 22px; background: repeating-linear-gradient(0deg, transparent 0 35px, #ecf0f5 36px), repeating-linear-gradient(90deg, transparent 0 62px, #ecf0f5 63px); }.chart-path { position: absolute; inset: 28px 8px 10px; border-top: 2px solid #728fe0; border-radius: 50%; transform: skewY(-12deg) rotate(-6deg); }.chart-path::after { content: ""; position: absolute; right: 7%; top: -7px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: #728fe0; }

.services-section { padding: 134px 0 146px; background: var(--ink); }.section-heading-light h2 { color: var(--paper); }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-card { min-height: 480px; padding: 28px 25px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms ease; }.service-card:hover { background: rgba(244, 240, 232, 0.045); }.service-number { display: block; color: var(--acid); font-family: "Space Mono", monospace; font-size: 0.68rem; }.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-top: 62px; border: 1px solid rgba(105, 226, 194, 0.4); border-radius: 12px; color: var(--teal); }.service-icon svg { width: 24px; height: 24px; stroke-width: 1.6; }.service-card h3 { max-width: 210px; margin: 28px 0 13px; font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; font-weight: 600; letter-spacing: -0.045em; line-height: 1; }.service-card p { min-height: 96px; margin: 0; color: var(--muted); font-size: 0.89rem; line-height: 1.62; }.service-card ul { display: grid; gap: 7px; min-height: 93px; margin: 20px 0 24px; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; color: rgba(244, 240, 232, 0.58); font-size: 0.74rem; }.service-card li::before { content: "+"; margin-right: 8px; color: var(--acid); }.service-card .text-link { color: var(--paper); font-size: 0.76rem; }

.after-launch { display: grid; grid-template-columns: minmax(290px, 0.95fr) minmax(0, 1.05fr); gap: 82px; width: 100%; max-width: none; margin-inline: 0; padding-top: 144px; padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px)); padding-bottom: 150px; padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: var(--paper); color: var(--ink); }.support-intro h2 { max-width: 560px; font-size: clamp(2.7rem, 5vw, 5.6rem); }.support-intro > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 32px; color: var(--muted-dark); font-size: 1.02rem; line-height: 1.75; }.support-list { display: grid; align-content: center; gap: 11px; }.support-item { display: grid; grid-template-columns: 35px 1fr 24px; align-items: center; gap: 17px; padding: 20px 0; border-top: 1px solid var(--line-dark); }.support-item:last-child { border-bottom: 1px solid var(--line-dark); }.support-item > span { color: #4d7867; font-family: "Space Mono", monospace; font-size: 0.66rem; }.support-item h3 { margin: 0 0 5px; font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; font-weight: 600; }.support-item p { margin: 0; color: var(--muted-dark); font-size: 0.88rem; line-height: 1.5; }.support-item > svg { color: #4d7867; width: 19px; height: 19px; }

.why-section { padding: 140px 0; background: var(--ink-soft); }.why-grid { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr); gap: 100px; }.why-intro h2 { max-width: 510px; font-size: clamp(3rem, 5.5vw, 6rem); }.why-intro > p:last-child { max-width: 480px; margin: 29px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }.why-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.why-point { min-height: 170px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.why-point > svg { width: 21px; height: 21px; color: var(--teal); }.why-point h3 { margin: 28px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; font-weight: 600; }.why-point p { margin: 0; color: var(--muted); font-size: 0.82rem; line-height: 1.55; }

.process-section { padding: 140px 0 152px; background: var(--paper-soft); color: var(--ink); }.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); list-style: none; }.process-item { display: flex; flex-direction: column; min-height: 310px; padding: 24px 23px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background 180ms ease; }.process-item:hover { background: rgba(255, 255, 255, 0.36); }.process-item > span { color: #4d7867; font-family: "Space Mono", monospace; font-size: 0.7rem; }.process-item > div { margin-top: auto; }.process-item h3 { margin: 0 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 1.4rem; font-weight: 600; letter-spacing: -0.04em; }.process-item p { max-width: 220px; margin: 0; color: var(--muted-dark); font-size: 0.84rem; line-height: 1.6; }.process-item > svg { width: 25px; height: 25px; margin-top: 34px; color: #4d7867; }
.fit-section { padding: 94px 0; background: var(--coral); color: var(--ink); }.fit-inner { display: grid; grid-template-columns: 0.9fr 1fr; gap: 72px; align-items: center; }.fit-inner h2 { max-width: 540px; font-size: clamp(2.8rem, 5vw, 5.3rem); }.fit-inner > div:last-child > p { max-width: 520px; margin: 0 0 28px; font-size: 1rem; line-height: 1.7; }.fit-inner .button-primary { background: var(--ink); color: var(--paper); }.fit-inner .button-primary:hover { background: var(--ink-raised); }.fit-inner small { display: block; margin-top: 18px; color: rgba(10, 15, 13, 0.62); font-size: 0.76rem; }
.about-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; width: 100%; max-width: none; margin-inline: 0; padding-top: 140px; padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px)); padding-bottom: 140px; padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: var(--paper); color: var(--ink); }.about-copy h2 { max-width: 520px; font-size: clamp(2.8rem, 5vw, 5.3rem); }.about-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: var(--muted-dark); font-size: 1rem; line-height: 1.75; }.founder-placeholders { display: grid; gap: 12px; align-content: center; }.founder-card { display: grid; grid-template-columns: 94px 1fr; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--line-dark); border-radius: 10px; }.founder-photo { display: grid; place-items: center; aspect-ratio: 1; border: 1px dashed rgba(10, 15, 13, 0.26); border-radius: 8px; color: #4d7867; background: rgba(255, 255, 255, 0.3); }.founder-photo svg { width: 25px; height: 25px; }.founder-card > div:last-child { display: grid; gap: 6px; }.founder-card span { color: #4d7867; font-family: "Space Mono", monospace; font-size: 0.66rem; text-transform: uppercase; }.founder-card strong { font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 600; }.founder-card a { display: inline-flex; align-items: center; gap: 5px; width: fit-content; color: var(--muted-dark); font-size: 0.76rem; }.founder-card a:hover { color: #4d7867; }.founder-card a svg { width: 13px; height: 13px; }

.contact-section { padding: 144px 0 160px; background: var(--ink); }.contact-grid { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: 92px; }.contact-intro h2 { max-width: 540px; font-size: clamp(3.1rem, 6vw, 6.5rem); }.contact-intro > p:not(.eyebrow) { max-width: 430px; margin: 30px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }.contact-note { display: flex; align-items: flex-start; gap: 11px; margin-top: 48px; color: rgba(244, 240, 232, 0.55); font-size: 0.82rem; line-height: 1.6; }.contact-note svg { width: 18px; height: 18px; color: var(--acid); }.contact-note a { color: var(--paper); font-weight: 700; }.contact-note a:hover { color: var(--acid); }.contact-form { display: grid; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: rgba(244, 240, 232, 0.045); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.contact-form label { display: grid; gap: 8px; color: rgba(244, 240, 232, 0.78); font-family: "Space Mono", monospace; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }.contact-form label > span { color: var(--acid); }.contact-form label small { margin-left: 5px; color: var(--muted); font-size: 0.6rem; font-weight: 400; text-transform: none; }.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 47px; border: 1px solid var(--line); border-radius: 8px; background: rgba(10, 15, 13, 0.66); color: var(--paper); padding: 11px 13px; outline: none; }.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 32px; }.contact-form select:invalid { color: var(--muted); }.contact-form textarea { min-height: 144px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(105, 226, 194, 0.13); }.form-submit { width: fit-content; margin-top: 2px; }.form-status { min-height: 1.3em; margin: -3px 0 0; color: var(--acid); font-size: 0.82rem; line-height: 1.5; }.form-status.is-error { color: var(--coral); }

.site-footer { background: #060a08; color: var(--paper); }.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 59px; padding-bottom: 64px; }.footer-brand .brand-logo-frame { width: 132px; }.footer-brand p { margin: 17px 0 8px; color: var(--muted); font-size: 0.84rem; }.footer-brand > a:last-child { color: var(--acid); font-size: 0.82rem; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }.footer-links div { display: grid; align-content: start; gap: 10px; }.footer-links span { margin-bottom: 8px; color: rgba(244, 240, 232, 0.4); font-family: "Space Mono", monospace; font-size: 0.66rem; text-transform: uppercase; }.footer-links a { width: fit-content; color: rgba(244, 240, 232, 0.75); font-size: 0.83rem; }.footer-links a:hover { color: var(--acid); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 29px; border-top: 1px solid var(--line); color: rgba(244, 240, 232, 0.36); font-family: "Space Mono", monospace; font-size: 0.62rem; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.proof-metric:nth-child(2), .service-card:nth-child(2), .why-point:nth-child(2), .process-item:nth-child(2) { transition-delay: 55ms; }.proof-metric:nth-child(3), .service-card:nth-child(3), .why-point:nth-child(3), .process-item:nth-child(3) { transition-delay: 100ms; }.proof-metric:nth-child(4), .service-card:nth-child(4), .why-point:nth-child(4), .process-item:nth-child(4) { transition-delay: 145ms; }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } } @keyframes spin-reverse { to { transform: translate(-50%, -50%) rotate(-360deg) rotate(55deg); } }

@media (max-width: 1040px) {
  .nav-toggle { display: grid; }.nav-links { position: absolute; top: calc(100% + 8px); right: 0; display: none; width: min(280px, calc(100vw - 32px)); padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: rgba(10, 15, 13, 0.97); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }.nav-links.is-open { display: grid; }.nav-links > a { justify-content: flex-start; }.nav-links .nav-cta { margin: 5px 0 0; justify-content: center; }.hero-inner { grid-template-columns: 1fr; gap: 55px; padding-top: 140px; }.hero-copy { max-width: 790px; }.hero-console { width: min(100%, 610px); margin-left: auto; }.proof-inner, .after-launch, .why-grid, .fit-inner, .about-section, .contact-grid { grid-template-columns: 1fr; gap: 60px; }.proof-intro h2 { max-width: 600px; }.proof-metrics { border-left: 0; }.case-study { grid-template-columns: 1fr; }.case-copy { min-height: 500px; }.case-visual { min-height: 570px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 450px; }.why-grid { gap: 58px; }.process-list { grid-template-columns: repeat(2, 1fr); }.about-section { gap: 55px; }.contact-grid { gap: 55px; }.contact-intro > p:not(.eyebrow) { max-width: 600px; }.contact-note { margin-top: 28px; }.footer-grid { gap: 45px; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }.header-inner { width: min(calc(100% - 18px), var(--max)); }.brand-logo-frame { width: 106px; height: 36px; }.brand-logo { transform: scale(1.18); }.hero-inner { padding: 120px 0 78px; gap: 42px; }.hero h1 { font-size: clamp(3.15rem, 15vw, 5rem); }.hero-lede { margin-top: 24px; font-size: 1rem; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.local-note { align-items: flex-start; line-height: 1.45; }.hero-console { width: 100%; }.console-scene { min-height: 300px; }.console-ring-a { width: 200px; height: 200px; }.console-ring-b { width: 260px; height: 150px; }.console-crosshair { inset: 13%; }.console-readout { display: grid; gap: 13px; }.hero-bottomline { flex-wrap: wrap; gap: 12px 18px; line-height: 1.4; }.hero-bottomline span:nth-child(3), .hero-bottomline span:nth-child(4) { display: none; }.scroll-cue { width: 100%; margin: 7px 0 0; }.proof-inner { gap: 34px; padding: 62px 0 57px; }.proof-metrics { grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line-dark); }.proof-metric { min-height: 118px; padding: 18px 13px 0 0; border-right: 0; }.proof-metric:nth-child(odd) { border-right: 1px solid var(--line-dark); }.proof-metric:nth-child(n + 3) { border-top: 1px solid var(--line-dark); }.proof-metric:nth-child(even) { padding-left: 16px; }.proof-metric strong { font-size: 1.65rem; }.work-section, .services-section, .why-section, .process-section, .contact-section { padding: 83px 0 92px; }.section-heading { display: block; margin-bottom: 38px; }.section-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }.section-heading > p:last-child { margin-top: 24px; }.case-study + .case-study { margin-top: 16px; }.case-copy { min-height: 0; padding: 28px 23px 36px; }.case-copy h3 { margin-top: 72px; font-size: 4.25rem; }.case-description { font-size: 0.95rem; }.case-metrics { gap: 13px; }.case-metrics span { font-size: 0.65rem; }.tag-list { margin-bottom: 25px; }.case-visual { min-height: 465px; }.halal-visual::before, .dashboard-visual::before { top: 20px; right: 20px; font-size: 0.5rem; }.phone-frame { width: 185px; height: 382px; border-radius: 25px; }.phone-front { transform: translate(-33%, -46%) rotate(5deg); }.phone-back { left: 8%; top: 20%; }.phone-front::before { width: 55px; height: 12px; }.phone-status { padding-bottom: 15px; }.phone-brand { padding-bottom: 12px; }.phone-search { margin-bottom: 10px; padding: 8px; }.phone-map { height: 155px; }.phone-list { margin-top: 9px; }.phone-tabs { margin-top: 10px; }.dashboard-window { width: 93%; }.dashboard-body { grid-template-columns: 38px 1fr; min-height: 260px; }.dashboard-side { gap: 15px; }.dashboard-main { padding: 17px 13px; }.dash-cards { gap: 5px; margin-top: 17px; }.dash-cards > div { padding: 8px 6px; }.dash-cards b { font-size: 1rem; }.dash-chart { padding: 9px; }.chart-lines { height: 100px; margin-top: 14px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 24px 20px; }.service-icon { margin-top: 48px; }.service-card p, .service-card ul { min-height: 0; }.service-card ul { margin-bottom: 24px; }.after-launch { padding-top: 84px; padding-bottom: 94px; gap: 45px; }.support-intro h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }.support-intro > p:not(.eyebrow) { font-size: 0.95rem; }.support-item { grid-template-columns: 28px 1fr 20px; gap: 9px; padding: 17px 0; }.support-item h3 { font-size: 1.1rem; }.support-item p { font-size: 0.78rem; }.why-grid { gap: 42px; }.why-intro h2, .fit-inner h2, .about-copy h2, .contact-intro h2 { font-size: clamp(2.9rem, 13vw, 4.4rem); }.why-points { grid-template-columns: 1fr; }.why-point { min-height: 0; padding: 20px; }.why-point h3 { margin-top: 21px; }.process-list { grid-template-columns: 1fr; }.process-item { min-height: 245px; }.fit-section { padding: 72px 0; }.fit-inner { gap: 36px; }.fit-inner > div:last-child > p { font-size: 0.95rem; }.about-section { padding-top: 84px; padding-bottom: 90px; gap: 43px; }.founder-card { grid-template-columns: 70px 1fr; }.founder-card strong { font-size: 0.88rem; }.contact-grid { gap: 42px; }.contact-form { padding: 18px; }.form-row { grid-template-columns: 1fr; gap: 18px; }.form-submit { width: 100%; }.footer-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 46px; padding-bottom: 46px; }.footer-bottom { display: grid; gap: 9px; line-height: 1.5; }.footer-links { gap: 22px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; } }

/* Portfolio routes share the homepage tokens but use a quieter product-showcase layout. */
.portfolio-page { background: var(--ink); }
.portfolio-hero { position: relative; min-height: 660px; overflow: hidden; background: var(--ink); isolation: isolate; }
.portfolio-grid-lines { position: absolute; inset: 0; z-index: -1; opacity: 0.48; background-image: linear-gradient(rgba(244, 240, 232, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 240, 232, 0.05) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, black, transparent 82%); }
.portfolio-hero::after { content: ""; position: absolute; right: -10%; bottom: -46%; z-index: -1; width: 680px; height: 680px; border: 1px solid rgba(105, 226, 194, 0.2); border-radius: 50%; box-shadow: 0 0 0 40px rgba(105, 226, 194, 0.03), 0 0 0 92px rgba(105, 226, 194, 0.02); }
.portfolio-hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr); gap: 80px; align-items: end; min-height: 660px; padding-top: 150px; padding-bottom: 92px; }
.portfolio-hero-copy { max-width: 820px; }.portfolio-hero-copy h1 { max-width: 800px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(4rem, 8vw, 8.4rem); font-weight: 600; line-height: 0.9; letter-spacing: -0.07em; }.portfolio-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 33px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }.portfolio-hero-index { display: grid; gap: 23px; align-self: end; padding-bottom: 8px; color: rgba(244, 240, 232, 0.5); font-family: "Space Mono", monospace; font-size: 0.69rem; letter-spacing: 0.06em; text-transform: uppercase; }.portfolio-hero-index strong { color: var(--paper); font-family: "DM Sans", sans-serif; font-size: 0.92rem; font-weight: 500; line-height: 1.8; letter-spacing: 0; text-transform: none; }.portfolio-index-line { width: 100%; height: 1px; background: linear-gradient(90deg, var(--teal), transparent); }
.portfolio-list-section { padding: 137px 0 150px; background: var(--paper-soft); color: var(--ink); }.portfolio-list-section .section-heading { margin-bottom: 61px; }.portfolio-card { display: grid; grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr); min-height: 610px; overflow: hidden; border-radius: 15px; color: var(--paper); }.portfolio-card + .portfolio-card { margin-top: 26px; }.portfolio-card-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(31px, 5vw, 66px); }.portfolio-card-copy .case-label { color: var(--acid); }.portfolio-card-copy h2 { margin: auto 0 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 600; letter-spacing: -0.08em; line-height: 0.85; }.portfolio-card-copy > p:not(.case-label) { max-width: 420px; margin: 0; color: rgba(244, 240, 232, 0.68); font-size: 1rem; line-height: 1.72; }.portfolio-card-data { display: flex; flex-wrap: wrap; gap: 18px; width: 100%; margin-top: 30px; padding-top: 19px; border-top: 1px solid rgba(244, 240, 232, 0.17); }.portfolio-card-data span { display: grid; gap: 4px; color: rgba(244, 240, 232, 0.5); font-size: 0.7rem; line-height: 1.3; }.portfolio-card-data strong { color: var(--paper); font-size: 0.87rem; }.portfolio-card .text-link { margin-top: 26px; }.portfolio-card-halal { background: #10241d; }.portfolio-card-fcp { background: #161c2a; }.portfolio-card-fcp .case-label { color: #8ba7ed; }.portfolio-card-visual { position: relative; min-height: 610px; overflow: hidden; }.portfolio-halal-visual { background: radial-gradient(circle at 56% 48%, rgba(105, 226, 194, 0.15), transparent 35%), #132a21; }.portfolio-fcp-visual { display: grid; place-items: center; background: radial-gradient(circle at 58% 46%, rgba(125, 167, 255, 0.18), transparent 39%), #111827; }.portfolio-visual-label { position: absolute; top: 29px; right: 32px; color: rgba(244, 240, 232, 0.42); font-family: "Space Mono", monospace; font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }.portfolio-phone-stack { position: absolute; inset: 0; }.portfolio-phone { position: absolute; width: 215px; height: 430px; padding: 10px; border: 1px solid rgba(244, 240, 232, 0.3); border-radius: 28px; background: #1b372b; box-shadow: 22px 30px 60px rgba(0, 0, 0, 0.3); }.portfolio-phone-back { left: 20%; top: 20%; opacity: 0.35; transform: rotate(-17deg); }.portfolio-phone-front { left: 53%; top: 50%; transform: translate(-50%, -50%) rotate(5deg); }.portfolio-phone-front::before { content: ""; position: absolute; top: 16px; left: 50%; width: 66px; height: 14px; border-radius: 10px; background: #0a0f0d; transform: translateX(-50%); }.portfolio-phone-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 11px 20px; font-size: 0.74rem; }.portfolio-phone-top svg { width: 14px; height: 14px; color: var(--acid); }.portfolio-map-surface { position: relative; height: 235px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.15); border-radius: 12px; background-color: #214335; background-image: linear-gradient(35deg, transparent 45%, rgba(105, 226, 194, 0.28) 46%, transparent 48%), linear-gradient(90deg, rgba(244, 240, 232, 0.08) 1px, transparent 1px), linear-gradient(rgba(244, 240, 232, 0.08) 1px, transparent 1px); background-size: auto, 31px 31px, 31px 31px; }.portfolio-map-surface span { position: absolute; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--coral); }.portfolio-map-surface span:first-child { top: 29%; left: 63%; }.portfolio-map-surface span:nth-child(2) { top: 63%; left: 25%; background: var(--acid); }.portfolio-map-surface span:nth-child(3) { top: 46%; right: 17%; }.portfolio-mini-row { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px; border-radius: 8px; background: rgba(244, 240, 232, 0.1); }.portfolio-mini-row svg { width: 15px; height: 15px; color: var(--acid); }.portfolio-mini-row span { display: grid; gap: 4px; }.portfolio-mini-row b { font-size: 0.66rem; }.portfolio-mini-row small { color: rgba(244, 240, 232, 0.5); font-size: 0.5rem; }.portfolio-mini-tabs { display: flex; justify-content: space-around; margin-top: 24px; padding-top: 12px; border-top: 1px solid rgba(244, 240, 232, 0.15); color: rgba(244, 240, 232, 0.45); font-size: 0.53rem; }.portfolio-mini-tabs .active { color: var(--acid); }.placeholder-note { position: absolute; right: 28px; bottom: 25px; color: rgba(244, 240, 232, 0.38); font-family: "Space Mono", monospace; font-size: 0.55rem; letter-spacing: 0.04em; text-transform: uppercase; }.portfolio-dashboard { width: 80%; max-width: 650px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.2); border-radius: 10px; background: #f5f7fb; color: #1d2635; box-shadow: 0 30px 72px rgba(0, 0, 0, 0.35); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) rotateZ(-1deg); }.portfolio-dashboard-top { display: flex; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid #dce2eb; color: #69758a; font-family: "Space Mono", monospace; font-size: 0.52rem; }.portfolio-dashboard-body { display: grid; grid-template-columns: 44px 1fr; min-height: 340px; }.portfolio-dashboard-body aside { display: flex; align-items: center; flex-direction: column; gap: 22px; padding: 16px 0; background: #192338; color: #7f90ad; }.portfolio-dashboard-body aside b { margin-bottom: 12px; color: var(--acid); font-family: "Space Grotesk", sans-serif; font-size: 0.62rem; }.portfolio-dashboard-body aside svg { width: 15px; height: 15px; }.portfolio-dashboard-body > div { padding: 25px; }.portfolio-dashboard-body small { display: block; color: #7e8aa0; font-size: 0.56rem; }.portfolio-dashboard-body strong { display: block; margin-top: 6px; font-size: 0.95rem; }.portfolio-chart { position: relative; height: 142px; margin-top: 25px; border: 1px solid #dfe5ee; border-radius: 7px; background: repeating-linear-gradient(0deg, transparent 0 34px, #ecf0f5 35px), repeating-linear-gradient(90deg, transparent 0 59px, #ecf0f5 60px); }.portfolio-chart span { position: absolute; inset: 37px 9px 15px; border-top: 2px solid #728fe0; border-radius: 50%; transform: skewY(-12deg) rotate(-6deg); }.portfolio-dashboard-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }.portfolio-dashboard-cards i { height: 38px; border: 1px solid #dfe5ee; border-radius: 5px; background: #fff; }
.portfolio-cta, .detail-cta { padding: 92px 0; background: var(--coral); color: var(--ink); }.portfolio-cta-inner, .detail-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.portfolio-cta h2, .detail-cta h2 { max-width: 750px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.5rem, 5vw, 5.2rem); font-weight: 600; letter-spacing: -0.07em; line-height: 0.95; }.portfolio-cta .button-primary, .detail-cta .button-primary { background: var(--ink); color: var(--paper); }.portfolio-cta .button-primary:hover, .detail-cta .button-primary:hover { background: var(--ink-raised); }

.detail-hero { min-height: 760px; overflow: hidden; background: var(--ink); }.detail-hero-fcp { background: #101722; }.detail-hero-inner { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); gap: 70px; align-items: center; min-height: 760px; padding-top: 145px; padding-bottom: 87px; }.detail-hero-copy { max-width: 650px; }.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 65px; color: rgba(244, 240, 232, 0.55); font-size: 0.78rem; }.back-link:hover { color: var(--paper); }.back-link svg { width: 16px; height: 16px; }.detail-hero-copy h1 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(4.6rem, 9vw, 9.6rem); font-weight: 600; letter-spacing: -0.09em; line-height: 0.84; }.detail-hero-line { max-width: 575px; margin: 31px 0 0; color: var(--paper); font-family: "Space Grotesk", sans-serif; font-size: clamp(1.55rem, 2.9vw, 2.9rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.03; }.detail-intro { max-width: 555px; margin: 23px 0 31px; color: var(--muted); font-size: 1rem; line-height: 1.72; }.detail-visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }.detail-halal-visual { background: radial-gradient(circle at 52% 42%, rgba(105, 226, 194, 0.16), transparent 34%), #11281f; }.detail-fcp-visual { display: grid; place-items: center; background: radial-gradient(circle at 55% 42%, rgba(125, 167, 255, 0.2), transparent 39%), #111827; }.detail-visual-label { position: absolute; top: 22px; right: 25px; z-index: 4; color: rgba(244, 240, 232, 0.48); font-family: "Space Mono", monospace; font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; }.detail-phone { position: absolute; width: 250px; height: 505px; padding: 10px; border: 1px solid rgba(244, 240, 232, 0.32); border-radius: 32px; background: #1b372b; box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.34); }.detail-phone-back { left: 17%; top: 16%; opacity: 0.34; transform: rotate(-15deg); }.detail-phone-front { left: 55%; top: 49%; transform: translate(-50%, -50%) rotate(5deg); }.detail-phone-notch { position: absolute; top: 16px; left: 50%; width: 70px; height: 15px; border-radius: 10px; background: #0a0f0d; transform: translateX(-50%); }.detail-phone-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 12px 23px; font-size: 0.83rem; }.detail-phone-header svg { width: 15px; height: 15px; color: var(--acid); }.detail-phone-search { display: flex; align-items: center; gap: 7px; margin: 0 11px 15px; padding: 10px; border: 1px solid rgba(244, 240, 232, 0.15); border-radius: 8px; color: rgba(244, 240, 232, 0.45); font-size: 0.56rem; }.detail-phone-search svg { width: 14px; height: 14px; }.detail-phone-search svg:last-child { margin-left: auto; color: var(--acid); }.detail-phone-map { position: relative; height: 250px; margin: 0 11px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.14); border-radius: 12px; background-color: #214335; background-image: linear-gradient(35deg, transparent 45%, rgba(105, 226, 194, 0.28) 46%, transparent 48%), linear-gradient(90deg, rgba(244, 240, 232, 0.08) 1px, transparent 1px), linear-gradient(rgba(244, 240, 232, 0.08) 1px, transparent 1px); background-size: auto, 32px 32px, 32px 32px; }.detail-phone-card { display: grid; grid-template-columns: 26px 1fr; gap: 2px 9px; align-items: center; margin: 14px 11px 0; padding: 11px; border-radius: 8px; background: rgba(244, 240, 232, 0.1); font-size: 0.57rem; }.detail-phone-card > span { grid-row: span 2; width: 26px; height: 26px; border-radius: 6px; background: var(--coral); }.detail-phone-card small { color: rgba(244, 240, 232, 0.5); font-size: 0.49rem; }.detail-phone-footer { display: flex; justify-content: space-around; margin-top: 20px; padding-top: 11px; border-top: 1px solid rgba(244, 240, 232, 0.14); color: rgba(244, 240, 232, 0.42); font-size: 0.53rem; }.detail-phone-footer .active { color: var(--acid); }.asset-placeholder { position: absolute; right: 22px; bottom: 19px; left: 22px; display: flex; align-items: center; gap: 8px; color: rgba(244, 240, 232, 0.48); font-family: "Space Mono", monospace; font-size: 0.57rem; line-height: 1.4; text-transform: uppercase; }.asset-placeholder svg { flex: 0 0 auto; width: 15px; height: 15px; color: var(--acid); }
.detail-dashboard { width: 87%; max-width: 650px; overflow: hidden; border: 1px solid rgba(244, 240, 232, 0.2); border-radius: 10px; background: #f5f7fb; color: #1d2635; box-shadow: 0 32px 78px rgba(0, 0, 0, 0.36); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) rotateZ(-1deg); }.detail-dashboard-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; border-bottom: 1px solid #dce2eb; color: #69758a; font-family: "Space Mono", monospace; font-size: 0.53rem; }.detail-dashboard-body { display: grid; grid-template-columns: 50px 1fr; min-height: 390px; }.detail-dashboard-body aside { display: flex; align-items: center; flex-direction: column; gap: 21px; padding: 17px 0; background: #192338; color: #7f90ad; }.detail-dashboard-body aside b { margin-bottom: 13px; color: var(--acid); font-family: "Space Grotesk", sans-serif; font-size: 0.64rem; }.detail-dashboard-body aside svg { width: 15px; height: 15px; }.detail-dashboard-main { padding: 24px 24px; }.detail-dashboard-welcome { display: flex; justify-content: space-between; align-items: center; }.detail-dashboard-welcome span:first-child { display: grid; gap: 5px; }.detail-dashboard-welcome small, .detail-dashboard-stats small { color: #7e8aa0; font-size: 0.56rem; }.detail-dashboard-welcome strong { font-size: 0.92rem; }.detail-dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 25px; }.detail-dashboard-stats div { display: grid; gap: 5px; padding: 12px 10px; border: 1px solid #dfe5ee; border-radius: 6px; background: #fff; }.detail-dashboard-stats b { font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; }.detail-dashboard-stats span { color: #53a987; font-size: 0.48rem; }.detail-dashboard-stats div:last-child span { color: #d78370; }.detail-dashboard-chart { position: relative; height: 170px; margin-top: 14px; padding: 16px; border: 1px solid #dfe5ee; border-radius: 7px; background: #fff; }.detail-dashboard-chart > div { display: flex; justify-content: space-between; font-size: 0.58rem; }.detail-dashboard-chart small { color: #8b96a6; font-size: 0.48rem; }.detail-dashboard-chart .chart-path { position: absolute; inset: 66px 17px 24px; border-top: 2px solid #728fe0; border-radius: 50%; transform: skewY(-12deg) rotate(-6deg); }
.detail-metrics { background: var(--paper); color: var(--ink); }.detail-metrics-fcp { background: #dfe6f4; }.detail-metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 50px 0 54px; border-bottom: 1px solid var(--line-dark); }.detail-metrics-grid > div { display: grid; gap: 7px; padding: 0 24px; border-right: 1px solid var(--line-dark); }.detail-metrics-grid > div:first-child { padding-left: 0; }.detail-metrics-grid > div:last-child { border-right: 0; }.detail-metrics-grid strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(1.75rem, 3.6vw, 3.4rem); font-weight: 600; letter-spacing: -0.07em; }.detail-metrics-grid strong span { color: #4d7867; font-size: 0.62em; }.detail-metrics-grid > div > span { color: var(--muted-dark); font-size: 0.78rem; }
.detail-content { padding: 137px 0 150px; background: var(--paper); color: var(--ink); }.detail-section-intro { display: grid; grid-template-columns: 0.58fr 1fr; gap: 45px; align-items: end; padding-bottom: 128px; }.detail-section-intro .eyebrow { align-self: start; }.detail-section h2, .detail-callout h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.8rem, 5.3vw, 5.7rem); font-weight: 600; letter-spacing: -0.07em; line-height: 0.93; }.detail-section-intro h2 { max-width: 700px; }.detail-section-intro > p:last-child { max-width: 470px; margin: 0; color: var(--muted-dark); font-size: 1.02rem; line-height: 1.75; }.detail-section-split { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; padding: 90px 0 110px; border-top: 1px solid var(--line-dark); }.detail-section-heading > p:last-child { max-width: 350px; margin: 25px 0 0; color: var(--muted-dark); font-size: 0.95rem; line-height: 1.65; }.detail-capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; align-content: start; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.detail-capability { display: grid; grid-template-columns: 24px 1fr; gap: 13px; align-items: start; min-height: 83px; padding: 19px 16px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.detail-capability svg { width: 18px; height: 18px; color: #4d7867; }.detail-capability span { color: #3f4841; font-size: 0.8rem; line-height: 1.35; }.detail-callout { display: grid; grid-template-columns: 1fr 0.8fr; gap: 70px; align-items: center; margin: 22px 0 132px; padding: 62px; border-radius: 14px; background: var(--ink); color: var(--paper); }.detail-callout .eyebrow { color: var(--acid); }.detail-callout h2 { max-width: 620px; }.detail-callout > p { margin: 0; color: var(--muted); font-size: 0.98rem; line-height: 1.75; }.detail-callout-fcp { background: #1b263e; }.detail-callout-fcp .eyebrow { color: #9db6ff; }.detail-demonstrates { padding-top: 0; }.detail-demonstrates > .detail-section-heading { display: grid; grid-template-columns: 0.8fr 1fr; gap: 50px; align-items: end; margin-bottom: 53px; }.detail-demo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.detail-demo-grid-six { grid-template-columns: repeat(3, 1fr); }.detail-demo-card { min-height: 225px; padding: 22px 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.detail-demo-card svg { width: 20px; height: 20px; color: #4d7867; }.detail-demo-card h3 { margin: 35px 0 9px; font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; }.detail-demo-card p { margin: 0; color: var(--muted-dark); font-size: 0.77rem; line-height: 1.5; }.detail-cta-fcp { background: #9ebaf4; }

@media (max-width: 1040px) { .portfolio-hero-inner, .detail-hero-inner { grid-template-columns: 1fr; gap: 55px; }.portfolio-hero-index { display: none; }.portfolio-card { grid-template-columns: 1fr; }.portfolio-card-copy { min-height: 500px; }.portfolio-card-visual { min-height: 545px; }.detail-hero-inner { padding-top: 140px; padding-bottom: 82px; }.detail-hero { min-height: auto; }.detail-hero-copy { max-width: 800px; }.detail-visual { min-height: 560px; }.detail-section-intro, .detail-section-split, .detail-callout { grid-template-columns: 1fr; gap: 48px; }.detail-section-intro { padding-bottom: 95px; }.detail-section-split { padding-top: 70px; }.detail-callout { padding: 48px; }.detail-demo-grid { grid-template-columns: repeat(3, 1fr); }.detail-demo-grid-six { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .portfolio-hero, .portfolio-hero-inner { min-height: 640px; }.portfolio-hero-inner { padding-top: 125px; padding-bottom: 64px; }.portfolio-hero-copy h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }.portfolio-hero-copy > p:not(.eyebrow) { font-size: 0.98rem; }.portfolio-list-section { padding: 82px 0 92px; }.portfolio-list-section .section-heading { margin-bottom: 38px; }.portfolio-card + .portfolio-card { margin-top: 16px; }.portfolio-card-copy { min-height: 0; padding: 29px 22px 36px; }.portfolio-card-copy h2 { margin-top: 75px; font-size: 4.3rem; }.portfolio-card-copy > p:not(.case-label) { font-size: 0.93rem; }.portfolio-card-data { gap: 13px; }.portfolio-card-visual { min-height: 455px; }.portfolio-phone { width: 182px; height: 365px; border-radius: 24px; }.portfolio-phone-back { left: 5%; top: 21%; }.portfolio-phone-front { left: 56%; }.portfolio-map-surface { height: 195px; }.placeholder-note { right: 17px; bottom: 17px; left: 17px; font-size: 0.5rem; }.portfolio-dashboard { width: 95%; }.portfolio-dashboard-body { grid-template-columns: 36px 1fr; min-height: 255px; }.portfolio-dashboard-body aside { gap: 15px; }.portfolio-dashboard-body > div { padding: 18px 13px; }.portfolio-chart { height: 105px; margin-top: 17px; }.portfolio-cta, .detail-cta { padding: 72px 0; }.portfolio-cta-inner, .detail-cta-inner { display: grid; gap: 31px; }.portfolio-cta h2, .detail-cta h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }.portfolio-cta .button, .detail-cta .button { width: 100%; }.detail-hero-inner { padding-top: 124px; padding-bottom: 65px; }.back-link { margin-bottom: 48px; }.detail-hero-copy h1 { font-size: clamp(4rem, 17vw, 6.2rem); }.detail-hero-line { font-size: 1.45rem; }.detail-intro { font-size: 0.94rem; }.detail-visual { min-height: 475px; }.detail-visual-label { top: 18px; right: 17px; font-size: 0.48rem; }.detail-phone { width: 184px; height: 375px; border-radius: 24px; }.detail-phone-back { left: 6%; top: 20%; }.detail-phone-front { left: 57%; }.detail-phone-map { height: 178px; }.asset-placeholder { right: 15px; bottom: 15px; left: 15px; font-size: 0.48rem; }.detail-dashboard { width: 95%; }.detail-dashboard-body { grid-template-columns: 36px 1fr; min-height: 275px; }.detail-dashboard-body aside { gap: 15px; }.detail-dashboard-main { padding: 18px 12px; }.detail-dashboard-stats { gap: 5px; margin-top: 17px; }.detail-dashboard-stats div { padding: 8px 6px; }.detail-dashboard-stats b { font-size: 1rem; }.detail-dashboard-chart { height: 115px; padding: 9px; }.detail-dashboard-chart .chart-path { inset: 48px 10px 20px; }.detail-metrics-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }.detail-metrics-grid > div, .detail-metrics-grid > div:first-child { min-height: 105px; padding: 17px 12px 0 0; border-right: 0; }.detail-metrics-grid > div:nth-child(odd) { border-right: 1px solid var(--line-dark); }.detail-metrics-grid > div:nth-child(n + 3) { border-top: 1px solid var(--line-dark); }.detail-metrics-grid > div:nth-child(even) { padding-left: 14px; }.detail-metrics-grid strong { font-size: 1.5rem; }.detail-content { padding: 83px 0 94px; }.detail-section-intro { display: block; padding-bottom: 78px; }.detail-section-intro h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }.detail-section-intro > p:last-child { margin-top: 26px; font-size: 0.94rem; }.detail-section-split { display: block; padding: 64px 0 76px; }.detail-section h2, .detail-callout h2 { font-size: clamp(2.75rem, 12.5vw, 4.3rem); }.detail-section-heading > p:last-child { margin-top: 24px; font-size: 0.9rem; }.detail-capability-grid { margin-top: 39px; grid-template-columns: 1fr; }.detail-capability { min-height: 70px; }.detail-callout { display: block; margin: 10px 0 85px; padding: 32px 23px; }.detail-callout > p { margin-top: 28px; font-size: 0.9rem; }.detail-demonstrates > .detail-section-heading { display: block; margin-bottom: 37px; }.detail-demo-grid, .detail-demo-grid-six { grid-template-columns: 1fr 1fr; }.detail-demo-card { min-height: 190px; padding: 18px 14px; }.detail-demo-card h3 { margin-top: 24px; font-size: 0.88rem; }.detail-demo-card p { font-size: 0.72rem; } }

/* Service landing pages use the existing VaeloLabs system with a more editorial, buyer-focused rhythm. */
.service-page { background: var(--ink); color: var(--paper); }
.service-hero { position: relative; min-height: 780px; overflow: hidden; background: #101b17; }
.service-page-software .service-hero { background: #111827; }
.service-page-web .service-hero { background: #181a27; }
.service-page-ai .service-hero { background: #19151f; }
.service-grid-lines { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(244,240,232,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(244,240,232,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 84%); }
.service-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 76px; align-items: center; min-height: 780px; padding-top: 142px; padding-bottom: 80px; }
.service-hero-copy { max-width: 680px; }
.service-hero-copy .back-link { margin-bottom: 58px; }
.service-hero-copy h1 { max-width: 650px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 6.1rem; font-weight: 600; letter-spacing: -.08em; line-height: .87; }
.service-hero-lede { max-width: 590px; margin: 32px 0 30px; color: var(--muted); font-size: 1.05rem; line-height: 1.72; }
.service-hero-copy .local-note { margin-top: 23px; }
.service-hero-visual { position: relative; min-height: 510px; overflow: hidden; border: 1px solid rgba(244,240,232,.18); border-radius: 15px; background: rgba(244,240,232,.035); }
.service-visual-label { position: absolute; top: 21px; right: 23px; z-index: 4; color: rgba(244,240,232,.46); font-family: "Space Mono", monospace; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.service-visual-note { position: absolute; right: 22px; bottom: 20px; left: 22px; color: rgba(244,240,232,.52); font-family: "Space Mono", monospace; font-size: .56rem; letter-spacing: .05em; text-transform: uppercase; }
.service-visual-mobile { background: radial-gradient(circle at 48% 43%, rgba(105,226,194,.18), transparent 38%), #11281f; }
.service-mobile-orbit { position: absolute; top: 43%; left: 50%; border: 1px solid rgba(105,226,194,.26); border-radius: 50%; transform: translate(-50%,-50%) rotate(-20deg); }
.service-mobile-orbit-one { width: 430px; height: 170px; }.service-mobile-orbit-two { width: 510px; height: 260px; opacity: .54; transform: translate(-50%,-50%) rotate(28deg); }
.service-mobile-device { position: absolute; top: 49%; left: 50%; width: 238px; height: 455px; padding: 10px; border: 1px solid rgba(244,240,232,.33); border-radius: 30px; background: #1b382c; box-shadow: 18px 30px 70px rgba(0,0,0,.4); transform: translate(-50%,-50%) rotate(5deg); }
.service-mobile-notch { position: absolute; top: 14px; left: 50%; width: 68px; height: 14px; border-radius: 10px; background: #0a0f0d; transform: translateX(-50%); }
.service-mobile-top { display: flex; justify-content: space-between; padding: 13px 10px 22px; font-size: .65rem; }.service-mobile-heading { display: flex; align-items: center; gap: 8px; padding: 0 10px 17px; font-size: .78rem; }.service-mobile-heading svg { width: 14px; height: 14px; margin-left: auto; color: var(--acid); }.service-mobile-search { display: flex; align-items: center; gap: 7px; margin: 0 9px 13px; padding: 9px; border: 1px solid rgba(244,240,232,.15); border-radius: 8px; color: rgba(244,240,232,.45); font-size: .53rem; }.service-mobile-search svg { width: 13px; height: 13px; }.service-mobile-map { position: relative; height: 213px; margin: 0 9px; overflow: hidden; border: 1px solid rgba(244,240,232,.14); border-radius: 10px; background-color: #214335; background-image: linear-gradient(35deg, transparent 45%, rgba(105,226,194,.28) 46%, transparent 48%), linear-gradient(90deg, rgba(244,240,232,.08) 1px, transparent 1px), linear-gradient(rgba(244,240,232,.08) 1px, transparent 1px); background-size: auto, 30px 30px, 30px 30px; }.service-mobile-map span { position: absolute; width: 8px; height: 8px; border: 2px solid var(--paper); border-radius: 50%; background: var(--coral); }.service-mobile-map span:first-child { top: 26%; left: 63%; }.service-mobile-map span:nth-child(2) { top: 64%; left: 25%; background: var(--acid); }.service-mobile-map span:nth-child(3) { top: 45%; right: 17%; }.service-mobile-row { display: flex; align-items: center; gap: 8px; margin: 12px 9px 0; padding: 10px; border-radius: 8px; background: rgba(244,240,232,.1); }.service-mobile-row svg { width: 14px; height: 14px; color: var(--acid); }.service-mobile-row span { display: grid; gap: 3px; }.service-mobile-row b { font-size: .59rem; }.service-mobile-row small { color: rgba(244,240,232,.52); font-size: .46rem; }.service-mobile-tabs { display: flex; justify-content: space-around; margin-top: 17px; padding-top: 10px; border-top: 1px solid rgba(244,240,232,.14); color: rgba(244,240,232,.42); font-size: .48rem; }.service-mobile-tabs .active { color: var(--acid); }
.service-visual-software { display: grid; place-items: center; background: radial-gradient(circle at 58% 42%, rgba(125,167,255,.23), transparent 38%), #111827; }.service-dashboard-window { width: 88%; overflow: hidden; border: 1px solid rgba(244,240,232,.2); border-radius: 10px; background: #f5f7fb; color: #1d2635; box-shadow: 0 30px 72px rgba(0,0,0,.36); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) rotateZ(-1deg); }.service-dashboard-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid #dce2eb; color: #69758a; font-family: "Space Mono", monospace; font-size: .5rem; }.service-dashboard-body { display: grid; grid-template-columns: 48px 1fr; min-height: 365px; }.service-dashboard-body aside { display: flex; align-items: center; flex-direction: column; gap: 20px; padding: 16px 0; background: #192338; color: #7f90ad; }.service-dashboard-body aside b { margin-bottom: 11px; color: var(--acid); font-family: "Space Grotesk", sans-serif; font-size: .64rem; }.service-dashboard-body aside svg { width: 15px; height: 15px; }.service-dashboard-body > div { padding: 23px; }.service-dashboard-heading { display: flex; align-items: center; justify-content: space-between; }.service-dashboard-heading span:first-child { display: grid; gap: 5px; }.service-dashboard-heading small { color: #7e8aa0; font-size: .55rem; }.service-dashboard-heading strong { font-size: .9rem; }.service-dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 24px; }.service-dashboard-stats span { display: grid; gap: 5px; padding: 11px 9px; border: 1px solid #dfe5ee; border-radius: 6px; background: #fff; }.service-dashboard-stats small { color: #7e8aa0; font-size: .5rem; }.service-dashboard-stats b { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; }.service-dashboard-chart { position: relative; height: 155px; margin-top: 13px; padding: 15px; border: 1px solid #dfe5ee; border-radius: 7px; background: #fff; font-size: .55rem; }.service-dashboard-chart:after { position: absolute; inset: 54px 14px 23px; border-top: 2px solid #728fe0; border-radius: 50%; content: ""; transform: skewY(-12deg) rotate(-6deg); }
.service-visual-web { display: grid; place-items: center; background: radial-gradient(circle at 56% 44%, rgba(255,118,91,.2), transparent 37%), #181a27; }.service-browser { width: 90%; overflow: hidden; border: 1px solid rgba(244,240,232,.22); border-radius: 10px; background: #fbfaf7; color: #1d1c1a; box-shadow: 0 30px 72px rgba(0,0,0,.36); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) rotateZ(-1deg); }.service-browser-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #e3e0db; color: #77736c; font-family: "Space Mono", monospace; font-size: .5rem; }.service-browser-top .window-dots { display: flex; gap: 4px; }.service-browser-top .window-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #f27a62; }.service-browser-top .window-dots i:nth-child(2) { background: #d6b564; }.service-browser-top .window-dots i:nth-child(3) { background: #8dbb87; }.service-browser-body { padding: 18px 21px 22px; }.service-browser-nav { display: flex; align-items: center; gap: 18px; color: #6c6962; font-size: .49rem; }.service-browser-nav b { margin-right: auto; color: #1d1c1a; font-family: "Space Grotesk", sans-serif; font-size: .73rem; }.service-browser-hero { margin-top: 42px; }.service-browser-hero small { color: #c86149; font-family: "Space Mono", monospace; font-size: .47rem; text-transform: uppercase; }.service-browser-hero h2 { max-width: 360px; margin: 11px 0 19px; font-family: "Space Grotesk", sans-serif; font-size: 2.45rem; letter-spacing: -.07em; line-height: .9; }.service-browser-button { display: inline-flex; align-items: center; gap: 6px; padding: 9px 11px; background: #1f2721; color: #fbfaf7; font-size: .52rem; }.service-browser-button svg { width: 12px; height: 12px; }.service-browser-panels { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 48px; }.service-browser-panels i { display: block; height: 43px; border: 1px solid #e4e0d8; background: #f2efe8; }.service-browser-panels i:nth-child(2) { background: #e4eee2; }.service-browser-panels i:nth-child(3) { background: #f5ddd5; }
.service-visual-ai { display: grid; align-content: center; background: radial-gradient(circle at 50% 46%, rgba(200,243,106,.15), transparent 39%), #19151f; }.service-ai-flow { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; width: 88%; margin: 0 auto; }.service-ai-node { display: grid; gap: 7px; min-height: 116px; padding: 17px 12px; border: 1px solid rgba(244,240,232,.23); border-radius: 8px; background: rgba(244,240,232,.075); }.service-ai-node > svg { width: 20px; height: 20px; color: var(--acid); }.service-ai-node b { font-family: "Space Grotesk", sans-serif; font-size: .82rem; }.service-ai-node small { color: rgba(244,240,232,.52); font-size: .54rem; line-height: 1.35; }.service-ai-core { border-color: rgba(200,243,106,.54); background: rgba(200,243,106,.11); }.service-ai-core > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--acid); color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: .65rem; font-weight: 700; }.service-ai-link { position: relative; height: 1px; background: rgba(200,243,106,.55); }.service-ai-link:after { position: absolute; top: -3px; right: 0; width: 6px; height: 6px; border-top: 1px solid var(--acid); border-right: 1px solid var(--acid); content: ""; transform: rotate(45deg); }.service-ai-readout { display: flex; justify-content: space-between; width: 88%; margin: 57px auto 0; padding-top: 13px; border-top: 1px solid rgba(244,240,232,.15); color: rgba(244,240,232,.5); font-family: "Space Mono", monospace; font-size: .5rem; text-transform: uppercase; }
.location-strip { background: var(--acid); color: var(--ink); }.location-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 68px; }.location-strip-inner span, .location-strip-inner a { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; }.location-strip-inner svg { width: 15px; height: 15px; }.location-strip-inner a { font-weight: 700; }.location-strip-inner a:hover { color: #3d5323; }
.service-light-section { padding: 132px 0 145px; background: var(--paper); color: var(--ink); }.service-section-heading { max-width: 820px; margin-bottom: 66px; }.service-section-heading h2 { max-width: 760px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 4.7rem; font-weight: 600; letter-spacing: -.075em; line-height: .92; }.service-section-heading > p:last-child { max-width: 560px; margin: 26px 0 0; color: var(--muted-dark); font-size: 1rem; line-height: 1.72; }.service-use-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.service-use-card { min-height: 230px; padding: 25px 20px 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.service-use-card > svg { width: 22px; height: 22px; color: #4d7867; }.service-use-card h3 { margin: 37px 0 9px; font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; letter-spacing: -.04em; line-height: 1; }.service-use-card p { margin: 0; color: var(--muted-dark); font-size: .79rem; line-height: 1.52; }
.service-proof-section { padding: 130px 0 145px; background: var(--ink); color: var(--paper); }.service-section-heading-light > p:last-child { color: var(--muted); }.service-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid rgba(244,240,232,.19); border-left: 1px solid rgba(244,240,232,.19); }.service-proof-card { min-height: 360px; padding: 27px 25px 28px; border-right: 1px solid rgba(244,240,232,.19); border-bottom: 1px solid rgba(244,240,232,.19); }.service-proof-card:hover { background: rgba(244,240,232,.06); }.service-proof-card h3, .service-proof-feature h3, .service-ai-proof h3 { margin: 74px 0 14px; font-family: "Space Grotesk", sans-serif; font-size: 3.7rem; font-weight: 600; letter-spacing: -.075em; line-height: .9; }.service-proof-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }.service-proof-card > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 20px; margin: 32px 0 28px; }.service-proof-card > div strong { font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; }.service-proof-card > div span { margin-right: 16px; color: var(--muted); font-size: .67rem; }.service-proof-card .text-link { color: var(--acid); }.service-proof-card-fcp { background: #171f32; }.service-proof-card-fcp:hover { background: #1e2a43; }.service-proof-feature { display: grid; grid-template-columns: 1fr .72fr; gap: 64px; align-items: center; padding: 34px 0 0; border-top: 1px solid rgba(244,240,232,.19); }.service-proof-feature h3 { margin-top: 50px; max-width: 600px; }.service-proof-feature p { max-width: 580px; color: var(--muted); font-size: .94rem; line-height: 1.7; }.service-feature-data { display: flex; gap: 26px; margin: 30px 0 28px; }.service-feature-data span { display: grid; gap: 5px; color: var(--muted); font-size: .67rem; }.service-feature-data strong { color: var(--paper); font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; }.service-feature-visual { display: grid; place-items: center; min-height: 330px; border: 1px solid rgba(244,240,232,.17); border-radius: 11px; background: #111827; }.service-mini-screen { width: 78%; min-height: 245px; padding: 18px; border: 1px solid #dce2eb; border-radius: 7px; background: #f5f7fb; color: #1d2635; box-shadow: 0 24px 40px rgba(0,0,0,.3); transform: rotate(-4deg); }.service-mini-screen > span { display: block; color: #69758a; font-family: "Space Mono", monospace; font-size: .46rem; }.service-mini-screen > b { display: block; margin-top: 34px; font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; letter-spacing: -.05em; }.service-mini-screen > div { height: 88px; margin-top: 17px; border: 1px solid #dfe5ee; border-radius: 5px; background: repeating-linear-gradient(0deg, transparent 0 21px, #ecf0f5 22px), repeating-linear-gradient(90deg, transparent 0 43px, #ecf0f5 44px); }.service-mini-screen > small { display: block; margin-top: 14px; color: #7e8aa0; font-size: .48rem; }.service-mini-screen-blue { background: #f5f7fb; }
.service-process-section { padding-top: 130px; }.service-process-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.service-process-grid li { min-height: 265px; padding: 22px 19px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.service-process-grid li > span { color: #4d7867; font-family: "Space Mono", monospace; font-size: .68rem; }.service-process-grid h3 { margin: 75px 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 1.08rem; letter-spacing: -.04em; line-height: 1; }.service-process-grid p { margin: 0; color: var(--muted-dark); font-size: .78rem; line-height: 1.55; }
.service-faq-section { padding: 132px 0 145px; background: #e3e9e4; color: var(--ink); }.service-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }.service-faq-intro { max-width: 450px; }.service-faq-intro h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 4.25rem; font-weight: 600; letter-spacing: -.075em; line-height: .91; }.service-faq-intro > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted-dark); font-size: .94rem; line-height: 1.7; }.service-faq-list { border-top: 1px solid var(--line-dark); }.service-faq-list details { border-bottom: 1px solid var(--line-dark); }.service-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; cursor: pointer; list-style: none; font-family: "Space Grotesk", sans-serif; font-size: 1.06rem; font-weight: 600; letter-spacing: -.025em; }.service-faq-list summary::-webkit-details-marker { display: none; }.service-faq-list summary svg { flex: 0 0 auto; width: 18px; height: 18px; color: #4d7867; transition: transform .2s ease; }.service-faq-list details[open] summary svg { transform: rotate(45deg); }.service-faq-list details p { max-width: 690px; margin: -4px 38px 24px 0; color: var(--muted-dark); font-size: .88rem; line-height: 1.7; }
.service-related-section { padding: 110px 0; background: var(--paper); color: var(--ink); }.service-related-inner { display: grid; grid-template-columns: .8fr 1fr; gap: 70px; align-items: start; }.service-related-inner h2 { max-width: 450px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 3.25rem; font-weight: 600; letter-spacing: -.07em; line-height: .95; }.service-related-links { display: grid; border-top: 1px solid var(--line-dark); }.service-related-links a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); font-family: "Space Grotesk", sans-serif; font-size: 1rem; }.service-related-links a svg { width: 16px; height: 16px; color: #4d7867; }.service-related-links a:hover { color: #4d7867; }
.service-cta-band { padding: 92px 0; background: var(--coral); color: var(--ink); }.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }.service-cta-inner h2 { max-width: 740px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 4.4rem; font-weight: 600; letter-spacing: -.075em; line-height: .9; }.service-cta-band .button-primary { background: var(--ink); color: var(--paper); }.service-cta-band .button-primary:hover { background: var(--ink-raised); }
.service-ai-proof { display: grid; grid-template-columns: .94fr 1.06fr; gap: 58px; align-items: center; padding-top: 34px; border-top: 1px solid rgba(244,240,232,.19); }.service-ai-proof h3 { max-width: 600px; margin-top: 50px; }.service-ai-proof p { max-width: 580px; color: var(--muted); font-size: .94rem; line-height: 1.7; }.service-ai-proof-visual { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: center; min-height: 245px; padding: 24px; border: 1px solid rgba(244,240,232,.18); border-radius: 10px; background: #1b1623; }.service-ai-proof-visual > div { display: grid; justify-items: center; gap: 10px; color: rgba(244,240,232,.65); text-align: center; }.service-ai-proof-visual > div > svg { width: 24px; height: 24px; }.service-ai-proof-visual > div span { font-family: "Space Mono", monospace; font-size: .5rem; text-transform: uppercase; }.service-ai-proof-visual > svg { width: 17px; height: 17px; color: var(--acid); }.service-ai-proof-visual .active { color: var(--acid); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--ink); color: var(--paper); }.error-page-inner { max-width: 680px; }.error-page h1 { margin: 24px 0 18px; font-family: "Space Grotesk", sans-serif; font-size: 5.2rem; letter-spacing: -.08em; line-height: .9; }.error-page p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.6; }

@media (max-width: 1040px) { .service-hero-inner { grid-template-columns: 1fr; gap: 55px; min-height: auto; padding-top: 140px; }.service-hero-copy { max-width: 800px; }.service-hero-visual { min-height: 540px; }.service-use-grid { grid-template-columns: repeat(2,1fr); }.service-proof-feature, .service-ai-proof, .service-faq-layout, .service-related-inner { grid-template-columns: 1fr; gap: 48px; }.service-proof-feature h3, .service-ai-proof h3 { max-width: 700px; }.service-feature-visual { max-width: 580px; }.service-process-grid { grid-template-columns: repeat(2,1fr); }.service-cta-inner { align-items: flex-start; flex-direction: column; }.service-cta-inner h2 { max-width: 700px; } }
@media (max-width: 640px) { .service-hero { min-height: auto; }.service-hero-inner { padding-top: 124px; padding-bottom: 65px; }.service-hero-copy .back-link { margin-bottom: 47px; }.service-hero-copy h1 { font-size: 3.55rem; }.service-hero-lede { font-size: .95rem; }.service-hero-copy .hero-actions { align-items: stretch; flex-direction: column; }.service-hero-copy .hero-actions .button { width: 100%; }.service-hero-visual { min-height: 450px; }.service-visual-label { top: 17px; right: 16px; font-size: .47rem; }.service-visual-note { right: 16px; bottom: 16px; left: 16px; font-size: .48rem; }.service-mobile-device { width: 184px; height: 365px; border-radius: 24px; }.service-mobile-map { height: 173px; }.service-mobile-row { margin-top: 9px; padding: 8px; }.service-mobile-tabs { margin-top: 12px; }.service-dashboard-window, .service-browser { width: 95%; }.service-dashboard-body { grid-template-columns: 36px 1fr; min-height: 280px; }.service-dashboard-body aside { gap: 15px; }.service-dashboard-body > div { padding: 17px 12px; }.service-dashboard-stats { gap: 5px; margin-top: 17px; }.service-dashboard-stats span { padding: 8px 6px; }.service-dashboard-stats b { font-size: 1rem; }.service-dashboard-chart { height: 105px; padding: 10px; }.service-browser-body { padding: 13px 14px 16px; }.service-browser-nav { gap: 9px; }.service-browser-hero { margin-top: 31px; }.service-browser-hero h2 { font-size: 1.95rem; }.service-browser-panels { margin-top: 32px; }.service-ai-flow { grid-template-columns: 1fr; gap: 17px; width: 74%; }.service-ai-node { min-height: 87px; padding: 11px; }.service-ai-link { width: 1px; height: 19px; margin: 0 auto; }.service-ai-link:after { top: auto; right: -3px; bottom: -1px; transform: rotate(135deg); }.service-ai-readout { margin-top: 31px; font-size: .43rem; }.location-strip-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding: 17px 0; }.location-strip-inner span, .location-strip-inner a { font-size: .72rem; }.service-light-section, .service-proof-section, .service-faq-section { padding: 84px 0 92px; }.service-section-heading { margin-bottom: 39px; }.service-section-heading h2 { font-size: 3.35rem; }.service-section-heading > p:last-child { font-size: .91rem; }.service-use-grid, .service-proof-grid, .service-process-grid { grid-template-columns: 1fr; }.service-use-card { min-height: 0; padding: 20px 17px 22px; }.service-use-card h3 { margin-top: 28px; }.service-proof-card { min-height: 0; padding: 22px 18px 26px; }.service-proof-card h3, .service-proof-feature h3, .service-ai-proof h3 { margin-top: 53px; font-size: 3.1rem; }.service-proof-card p, .service-proof-feature p, .service-ai-proof p { font-size: .86rem; }.service-feature-data { flex-wrap: wrap; gap: 14px 20px; }.service-feature-visual { min-height: 260px; }.service-mini-screen { width: 83%; }.service-process-section { padding-top: 84px; }.service-process-grid li { min-height: 0; padding: 19px 16px 23px; }.service-process-grid h3 { margin-top: 43px; }.service-faq-intro h2 { font-size: 3.3rem; }.service-faq-intro > p:not(.eyebrow) { font-size: .88rem; }.service-faq-list summary { font-size: .93rem; }.service-faq-list details p { margin-right: 0; font-size: .82rem; }.service-related-section { padding: 78px 0; }.service-related-inner h2 { font-size: 2.8rem; }.service-related-links { margin-top: 10px; }.service-related-links a { font-size: .9rem; }.service-cta-band { padding: 70px 0; }.service-cta-inner { gap: 30px; }.service-cta-inner h2 { font-size: 3.35rem; }.service-cta-inner .button { width: 100%; }.service-ai-proof-visual { grid-template-columns: 1fr; gap: 15px; min-height: 0; padding: 23px; }.service-ai-proof-visual > svg { justify-self: center; transform: rotate(90deg); }.error-page h1 { font-size: 3.6rem; } }
