:root{--background: #f4f4f7;--foreground: #111827;--border: #e5e7eb;--input: #ffffff;--primary: #6d28d9;--primary-foreground: #ffffff;--secondary: #111827;--secondary-foreground: #f9fafb;--muted: #e5e7eb;--muted-foreground: #6b7280;--success: #16a34a;--success-foreground: #ffffff;--accent: #a855f7;--accent-foreground: #f9fafb;--destructive: #ef4444;--destructive-foreground: #ffffff;--warning: #f59e0b;--warning-foreground: #111827;--card: #ffffff;--card-foreground: #111827;--sidebar: #111827;--sidebar-foreground: #e5e7eb;--sidebar-primary: #6d28d9;--sidebar-primary-foreground: #f9fafb;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 999px;--font-family-body: Inter, system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);line-height:1.5;font-family:var(--font-family-body)}.page-shell{min-height:812px;background:radial-gradient(circle at top left,#6d28d940 0,transparent 40%),radial-gradient(circle at bottom right,#a855f740 0,transparent 40%),var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 32px}@media (max-width: 768px){.container{padding:0 16px}}h1{font-size:42px;font-weight:700;letter-spacing:-.03em;margin:0}h2{font-size:30px;font-weight:600;letter-spacing:-.02em;margin:0}h3{font-size:18px;font-weight:600;margin:0}p{font-size:15px;margin:0;color:var(--muted-foreground)}.text-sm{font-size:13px}.text-xs{font-size:12px}.text-lg{font-size:17px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:44px;border-radius:var(--radius-md);font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--primary-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--foreground);border-radius:var(--radius-md)}.btn-ghost:hover{background:#0000000d}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover{background:var(--card)}.section{padding:80px 0}.badge-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:var(--radius-xl);background:#111827;color:#f9fafb}.pill-dot{width:8px;height:8px;border-radius:999px;background:var(--accent)}.card{background:var(--card);color:var(--card-foreground);border-radius:var(--radius-lg);border:1px solid var(--border);padding:24px}.chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-xl);background:#111827;color:#e5e7eb;font-size:11px;text-transform:uppercase;letter-spacing:.08em}#nav-bar{height:72px;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40;background:#111827e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.nav-logo-mark{width:30px;height:30px;border-radius:10px;background:radial-gradient(circle at 20% 0%,#a855f7 0,transparent 60%),radial-gradient(circle at 80% 100%,#6d28d9 0,transparent 60%),#020617;display:flex;align-items:center;justify-content:center;color:#f9fafb}.nav-brand-text{font-size:16px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e5e7eb}.nav-menu{display:flex;align-items:center;gap:24px}.nav-link{font-size:14px;font-weight:500;color:#9ca3af;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .2s}.nav-link:hover,.nav-link-active{color:#f9fafb}.mobile-menu-toggle,.fixed-logo-desktop{display:none}@media (min-width: 769px){.fixed-logo-desktop{display:flex!important}.mobile-menu-toggle{display:none!important}.nav-menu{position:static!important;transform:none!important;flex-direction:row!important;background:transparent!important;padding:0!important;border:none!important}}#home-hero{padding:80px 0 72px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.hero-eyebrow{margin-bottom:16px}.hero-title{font-size:44px;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:18px;color:var(--foreground)}.hero-sub{font-size:16px;max-width:460px;margin-bottom:24px;line-height:1.5;color:var(--muted-foreground)}.hero-actions{display:flex;gap:14px;margin-bottom:20px}.hero-meta-row{display:flex;gap:24px;flex-wrap:wrap}.hero-meta-item{display:flex;flex-direction:column;gap:2px}.hero-meta-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted-foreground)}.hero-meta-value{font-size:15px;font-weight:500}.hero-visual{position:relative;height:360px}.hero-panel-main{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:#020617;border:1px solid #1f2933;padding:20px;display:flex;flex-direction:column;gap:16px}.hero-panel-header{display:flex;justify-content:space-between;align-items:center}.hero-dots{display:flex;gap:6px}.hero-dot{width:8px;height:8px;border-radius:999px}.hero-dot:nth-child(1){background:#f97316}.hero-dot:nth-child(2){background:#e5e7eb}.hero-dot:nth-child(3){background:#22c55e}.hero-panel-title{font-size:13px;color:#e5e7eb;font-weight:500}.hero-tag{font-size:11px;color:#9ca3af}.hero-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hero-kpi{background:#020617;border-radius:14px;border:1px solid #111827;padding:12px}.hero-kpi-label{font-size:11px;color:#9ca3af}.hero-kpi-value{font-size:18px;font-weight:600;color:#e5e7eb}.hero-strip{margin-top:auto;display:flex;gap:12px;align-items:center}.hero-avatar-row{display:flex;align-items:center}.hero-avatar{width:24px;height:24px;border-radius:999px;border:1px solid #020617;background:#4b5563}.hero-avatar:nth-child(2){margin-left:-8px}.hero-avatar:nth-child(3){margin-left:-8px}.hero-strip-text{font-size:11px;color:#9ca3af}.hero-floating-card{position:absolute;right:-10px;bottom:-24px;width:220px;border-radius:18px;background:#020617;border:1px solid #1f2933;padding:14px;display:flex;flex-direction:column;gap:6px}.hero-floating-label{font-size:11px;color:#9ca3af}.hero-floating-value{font-size:20px;font-weight:600;color:#f9fafb}.logo-row{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between;padding:24px 0 8px;border-top:1px solid var(--border)}.logo-pseudo{height:24px;width:110px;border-radius:999px;background:linear-gradient(90deg,#4b5563,#9ca3af);opacity:.6}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:32px}.service-card{background:#020617;border-radius:20px;border:1px solid #1f2933;padding:20px;color:#e5e7eb;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .2s}.service-card:hover{transform:translateY(-2px)}.service-icon-wrap{width:34px;height:34px;border-radius:12px;background:#94a3b829;display:flex;align-items:center;justify-content:center;color:#a855f7}.service-desc{font-size:13px;color:#9ca3af}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:32px}.why-card{background:var(--card);border-radius:18px;border:1px solid var(--border);padding:20px;display:flex;flex-direction:column;gap:10px}.why-pill{font-size:11px;color:var(--muted-foreground);letter-spacing:.14em;text-transform:uppercase}.case-highlight{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;background:#020617;border-radius:24px;padding:32px;border:1px solid #1f2933;color:#e5e7eb}.case-metrics-row{display:flex;flex-wrap:wrap;gap:24px;margin:20px 0 24px}.case-metric-label{font-size:12px;color:#9ca3af}.case-metric-value{font-size:24px;font-weight:600;color:#a855f7}.final-cta-strip{background:#020617;color:#f9fafb;border-radius:24px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #1f2933}.final-cta-text{font-size:18px;font-weight:500}#services-page{background:linear-gradient(to bottom,#0f172af5,#0f172af0),var(--background);color:#e5e7eb;position:relative}.services-intro{padding:72px 0 40px;text-align:center}.services-intro p{max-width:540px;margin:12px auto 0}.services-stack{display:grid;gap:20px;padding-bottom:56px}.service-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:20px;padding:22px;border-radius:20px;border:1px solid #1f2933;background:#020617}.service-row-icon{width:56px;height:56px;border-radius:16px;background:#94a3b829;display:flex;align-items:center;justify-content:center;color:#a855f7;font-size:26px}.service-points{margin:14px 0 12px}.service-point{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af;margin-bottom:4px}.comparison-shell{padding:56px 0 80px}.comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.comparison-card{border-radius:18px;border:1px solid #1f2933;background:#020617;padding:20px}.comparison-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:4px}.sticky-discovery{position:absolute;right:32px;bottom:32px}.sticky-inner{background:#020617;border-radius:999px;padding:8px 16px;border:1px solid #1f2933;display:flex;align-items:center;gap:10px}.sticky-text{font-size:13px;color:#9ca3af}@media (max-width: 968px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero-visual{height:300px}.case-highlight{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:1fr}.nav-menu{gap:12px}.nav-link{font-size:13px}.comparison-grid{grid-template-columns:1fr}.service-row{grid-template-columns:56px minmax(0,1fr);gap:16px;padding:18px}.sticky-discovery{position:relative;right:auto;bottom:auto;margin-top:24px;display:flex;justify-content:center}}@media (max-width: 768px){.section{padding:48px 0}#home-hero{padding:48px 0 40px}.fixed-logo-desktop{display:none!important}.nav-logo-small{width:60px!important;height:60px!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.nav-logo-small img{width:60px!important;height:60px!important}.nav-menu{position:fixed;top:72px;left:0;right:0;background:#111827fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:flex-start;padding:24px;gap:16px;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:50;border-bottom:1px solid var(--border);max-height:calc(100vh - 72px);overflow-y:auto}.nav-menu.mobile-open{transform:translate(0)}.nav-link{width:100%;padding:12px 0;font-size:16px}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid #374151;border-radius:var(--radius-md);color:#e5e7eb;cursor:pointer;z-index:100}.hero-floating-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:16px}.hero-kpi-row{grid-template-columns:1fr}.case-metrics-row{flex-direction:column;gap:16px}.logo-row{flex-direction:column;align-items:flex-start;gap:16px}.logo-pseudo{width:100%;max-width:200px}.contact-grid{grid-template-columns:1fr!important;gap:24px!important}.form-row{grid-template-columns:1fr!important}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{width:100%}.final-cta-strip{flex-direction:column;text-align:center}.hero-title{font-size:28px;line-height:1.3}h1{font-size:28px}h2{font-size:24px}.hero-visual{height:240px}.service-row{grid-template-columns:1fr;text-align:center}.service-row-icon{margin:0 auto}.hero-sub{font-size:15px}.hero-meta-row{flex-direction:column;gap:12px}.case-highlight{padding:24px}.comparison-card,.why-card,.service-card,.hero-panel-main{padding:16px}.hero-panel-header{flex-wrap:wrap;gap:8px}.hero-strip{flex-wrap:wrap}.services-intro{padding:48px 0 32px}.services-stack{padding-bottom:40px}.comparison-shell{padding:40px 0 56px}.case-highlight{gap:24px}.final-cta-strip{padding:20px}.hero-actions .btn{font-size:14px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}
