:root{--bg-dark:#fff;--bg-page:#fff;--bg-surface:#f8fafc;--bg-surface-2:#f1f5f9;--bg-card:#fff;--bg-card-hover:#fff;--bg-glass:#ffffffeb;--bg-glass-strong:#fffffffa;--bg-glass-light:#f8fafcd9;--bg-glass-input:#f8fafc;--brand-coral:#f04438;--brand-coral-hover:#d92d20;--brand-coral-light:#fef3f2;--brand-coral-border:#f0443840;--brand-coral-glow:#f0443847;--brand-navy:#0a2540;--brand-dark:#0f172a;--brand-blue:#06f;--brand-cyan:#00b4d8;--brand-emerald:#10b981;--brand-amber:#f59e0b;--brand-violet:#6366f1;--neon-cyan:#06f;--neon-cyan-glow:#06f3;--neon-magenta:#f04438;--neon-violet:#6366f1;--neon-indigo:#4338ca;--neon-emerald:#10b981;--neon-amber:#f59e0b;--neon-blue:#06f;--grad-coral:linear-gradient(135deg, #f04438 0%, #ea384c 50%, #e11d48 100%);--grad-cyan-indigo:linear-gradient(135deg, #0a2540 0%, #06f 100%);--grad-violet-cyan:linear-gradient(135deg, #4338ca 0%, #06f 100%);--grad-emerald-cyan:linear-gradient(135deg, #059669 0%, #0084ff 100%);--grad-amber-rose:linear-gradient(135deg, #f59e0b 0%, #f04438 100%);--grad-surface:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--grad-card-glow:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #0066ff0f 0%, transparent 65%);--font-display:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", Consolas, Monaco, monospace;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--text-dim:#94a3b8;--text-heading:#0a2540;--text-glow:none;--border-glass:#e2e8f0;--border-glass-subtle:#f1f5f9;--border-neon:#0066ff40;--border-neon-strong:#0066ff80;--shadow-neon-cyan:0 8px 20px #0066ff1f;--shadow-neon-violet:0 8px 20px #6366f11f;--shadow-card:0 4px 20px -2px #0f172a0d, 0 2px 6px -1px #0f172a08;--shadow-card-hover:0 20px 35px -5px #0f172a17, 0 8px 16px -3px #0f172a0a;--shadow-btn-coral:0 8px 20px -4px #f0443866;--container-max:1320px;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:9999px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-elastic:cubic-bezier(.34, 1.56, .64, 1);--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.35s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-dark);color:var(--text-primary);scrollbar-width:thin;scrollbar-color:#cbd5e1 #f8fafc;font-size:16px}html::-webkit-scrollbar{width:7px}html::-webkit-scrollbar-track{background:#f8fafc}html::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:#94a3b8}body{font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;background-color:#fff;background-image:radial-gradient(circle at 10% 10%,#0066ff08 0%,#0000 45%),radial-gradient(circle at 90% 40%,#f0443806 0%,#0000 45%),radial-gradient(circle at 50% 80%,#6366f106 0%,#0000 50%);background-attachment:fixed;line-height:1.7;overflow-x:hidden}a,button,[role=button],label[for],summary,select{cursor:pointer}input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=number],input[type=password],input[type=date],textarea{cursor:text}input[type=range],.roi-slider{cursor:grab}input[type=range]:active,.roi-slider:active{cursor:grabbing}button:disabled,button[disabled],input:disabled,textarea:disabled,select:disabled{cursor:not-allowed}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-heading);overflow-wrap:break-word;word-wrap:break-word;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-max);width:100%;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.gradient-text{background:linear-gradient(135deg,#0a2540 0%,#06f 50%,#f04438 100%);-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;overflow-wrap:break-word;word-wrap:break-word;-webkit-background-clip:text;background-clip:text;display:inline}.gradient-text-emerald{background:linear-gradient(135deg,#059669 0%,#0084ff 100%);-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;overflow-wrap:break-word;word-wrap:break-word;-webkit-background-clip:text;background-clip:text;display:inline}.gradient-text-violet{background:linear-gradient(135deg,#4338ca 0%,#06f 100%);-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;overflow-wrap:break-word;word-wrap:break-word;-webkit-background-clip:text;background-clip:text;display:inline}.gradient-text-amber{background:linear-gradient(135deg,#f59e0b 0%,#f04438 100%);-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;overflow-wrap:break-word;word-wrap:break-word;-webkit-background-clip:text;background-clip:text;display:inline}.section-badge{border-radius:var(--radius-pill);color:#06f;font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;background:#0066ff0f;border:1.5px solid #0066ff40;align-items:center;gap:.55rem;margin-bottom:1.25rem;padding:.4rem 1.15rem;font-size:.78rem;font-weight:700;display:inline-flex}.badge-dot{background:#06f;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #0066ff80}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.section-header{text-align:center;max-width:820px;margin:0 auto 3.75rem}.section-title{color:var(--text-heading);margin-bottom:1.1rem;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-secondary);font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7}.btn-primary{border-radius:var(--radius-pill);color:#fff;letter-spacing:-.01em;box-shadow:var(--shadow-btn-coral);transition:transform .25s var(--ease-out-expo), box-shadow .25s ease, filter .25s ease;z-index:1;background:linear-gradient(135deg,#f04438 0%,#ea384c 50%,#e11d48 100%);border:1px solid #f044384d;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#d92d20 0%,#f04438 50%,#ea384c 100%);transition:opacity .3s;position:absolute;inset:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px -4px #f044388c}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(0)}.btn-secondary{border-radius:var(--radius-pill);color:#0f172a;transition:transform .25s var(--ease-out-expo), border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;background:#fff;border:1px solid #e2e8f0;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}.btn-secondary:hover{color:#f04438;background:#fff;border-color:#f04438;transform:translateY(-2px);box-shadow:0 6px 18px #f0443826}.btn-secondary:active{transform:translateY(0)}.btn-icon{transition:transform .25s var(--ease-out-expo);justify-content:center;align-items:center;display:inline-flex}.btn-primary:hover .btn-icon,.btn-secondary:hover .btn-icon{transform:translate(4px)}.preload *{transition:none!important}.top-header-wrapper{z-index:900;background:#fff;width:100%;position:sticky;top:0;left:0}.top-announcement-bar{color:#fff;z-index:910;background:#09090b;border-bottom:1px solid #ffffff1a;padding:.55rem 0;font-size:.82rem;font-weight:500;position:relative}.top-announcement-content{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.top-announcement-text{color:#e2e8f0}.top-announcement-text strong{color:#fff;font-weight:700}.top-announcement-link{color:#f04438;align-items:center;gap:.3rem;font-weight:600;transition:color .2s,transform .2s;display:inline-flex}.top-announcement-link:hover{color:#ff6b5e;transform:translate(2px)}.navbar{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #eaecf0;width:100%;padding:1.1rem 0;transition:padding .3s,background .3s,box-shadow .3s;position:relative}.top-header-wrapper.scrolled .navbar,.navbar.scrolled{padding:.85rem 0;box-shadow:0 4px 20px -2px #0f172a0f}.navbar .container{justify-content:space-between;align-items:center;display:flex}.nav-logo{font-family:var(--font-heading);letter-spacing:-.03em;color:#09090b;align-items:center;gap:.75rem;font-size:1.45rem;font-weight:800;display:flex}.logo-icon{border-radius:var(--radius-sm);width:36px;height:36px;font-family:var(--font-heading);color:#fff;transition:transform .3s var(--ease-elastic), background .3s ease;background:#09090b;justify-content:center;align-items:center;font-size:.92rem;font-weight:900;display:flex;box-shadow:0 4px 12px #09090b33}.nav-logo:hover .logo-icon{background:#f04438;transform:rotate(-6deg)scale(1.08)}.header-logo-img{width:auto;height:44px;transition:transform .3s var(--ease-elastic);display:block}.nav-logo:hover .header-logo-img{transform:scale(1.04)}.footer-logo-img{width:auto;height:48px;transition:transform .3s var(--ease-elastic);display:block}.nav-logo:hover .footer-logo-img{transform:scale(1.04)}.nav-links{align-items:center;gap:1.85rem;margin-left:auto;margin-right:1.5rem;display:flex}.nav-links a{color:#334155;padding:.3rem 0;font-size:.92rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--brand-coral);width:0;height:2px;transition:width .25s var(--ease-out-expo);border-radius:2px;position:absolute;bottom:0;left:0}.nav-links a:hover,.nav-links a.active{color:#09090b;font-weight:600}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-links a.btn-nav-cta,.btn-nav-cta{border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:-.01em;transition:all .25s var(--ease-out-expo);background:#09090b;border:1px solid #09090b;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;box-shadow:0 4px 12px #09090b26;color:#fff!important;padding:.65rem 1.45rem!important;display:inline-flex!important}.nav-links a.btn-nav-cta:after{display:none!important}.nav-links a.btn-nav-cta:hover,.btn-nav-cta:hover{background:var(--brand-coral);border-color:var(--brand-coral);transform:translateY(-1px);box-shadow:0 6px 18px #f0443866;color:#fff!important}.nav-toggle{z-index:1000;border-radius:var(--radius-xs);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.nav-toggle span{background:#09090b;border-radius:2px;width:22px;height:2.5px;transition:transform .3s,opacity .3s,background .3s;display:block}.nav-toggle:hover span{background:var(--brand-coral)}.nav-toggle.active span:first-child{transform:translateY(7.5px)rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.nav-overlay{-webkit-backdrop-filter:blur(10px);z-index:940;opacity:0;visibility:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#09090b80;transition:opacity .35s,visibility .35s;display:none;position:fixed;inset:0}.nav-overlay.visible{opacity:1;visibility:visible}.hero{background:#fff;align-items:center;min-height:88vh;padding-top:5rem;padding-bottom:5.5rem;display:flex;position:relative;overflow:hidden}#hero-webgl{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-glow-aura{filter:blur(90px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f044380a 0%,#0066ff08 45%,#0000 70%);width:800px;height:600px;position:absolute;top:15%;left:50%;transform:translate(-50%,-15%)}.hero-content{z-index:10;text-align:center;max-width:960px;margin:0 auto;position:relative}.hero-status-pill{border-radius:var(--radius-pill);color:var(--brand-coral);font-family:var(--font-heading);letter-spacing:.02em;background:#fef3f2;border:1px solid #f0443840;align-items:center;gap:.65rem;margin-bottom:2rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.status-dot{background:var(--brand-coral);border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #f0443899}.hero-title{letter-spacing:-.035em;color:var(--text-heading);margin-bottom:1.5rem;font-size:clamp(2.75rem,5.8vw,4.8rem);font-weight:800;line-height:1.1}.hero-title .line{display:block}.hero-description{color:var(--text-secondary);max-width:760px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.75}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:4.5rem;display:flex}.hero-hologram-hud{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:960px;margin:0 auto;display:grid}.hud-card{border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:transform .3s var(--ease-out-expo), border-color .3s ease, box-shadow .3s ease;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1.1rem 1.35rem;display:flex}.hud-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-3px)}.hud-icon{border-radius:var(--radius-sm);color:#06f;background:#0066ff14;border:1px solid #06f3;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hud-metric{font-family:var(--font-heading);font-feature-settings:"tnum" 1;color:var(--text-heading);font-size:1.15rem;font-weight:800;line-height:1.2}.hud-label{color:var(--text-muted);font-size:.8rem;line-height:1.3}.scroll-indicator{color:var(--text-muted);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;z-index:10;opacity:.8;flex-direction:column;align-items:center;gap:.5rem;font-size:.74rem;font-weight:600;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-mouse{border:2px solid #cbd5e1;border-radius:12px;width:22px;height:34px;position:relative}.scroll-mouse:after{content:"";background:var(--brand-coral);border-radius:2px;width:4px;height:7px;animation:1.6s ease-in-out infinite mouse-scroll;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes mouse-scroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,14px)}}.clients-section{background:#f8fafc;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:3.5rem 0;position:relative;overflow:hidden}.clients-label{text-align:center;color:var(--text-muted);font-size:.82rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem;font-weight:700}.clients-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.client-logo{border-radius:var(--radius-md);transition:transform .3s var(--ease-out-expo), border-color .3s ease, box-shadow .3s ease;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.9rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 8px #0f172a0a}.client-logo:hover{border-color:#06f;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14}.client-logo-icon{border-radius:var(--radius-sm);width:36px;height:36px;font-family:var(--font-heading);color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:800;display:flex}.client-logo-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.industries-ticker-wrap{margin-top:1.5rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.clients-ticker{white-space:nowrap;align-items:center;gap:1.5rem;width:max-content;animation:32s linear infinite ticker-slide;display:flex}.clients-ticker:hover{animation-play-state:paused}@keyframes ticker-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{color:var(--text-secondary);border-radius:var(--radius-pill);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.45rem 1.1rem;font-size:.88rem;font-weight:600;display:inline-flex;box-shadow:0 2px 6px #0f172a08}.ticker-sep{color:#f04438;opacity:.6}.about-section{background:#fff;padding:7rem 0;position:relative}.about-grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:4.5rem;display:grid}.about-card-stack{position:relative}.about-glass-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .3s var(--ease-out-expo), border-color .3s ease;background:#fff;border:1px solid #e2e8f0;padding:2.5rem 2.5rem 3.5rem;position:relative;overflow:hidden}.about-glass-card:before{content:"";background:linear-gradient(90deg,#0000,#06f,#0000);height:2px;position:absolute;top:0;left:0;right:0}.about-card-top{margin-bottom:2rem}.about-card-badge{font-family:var(--font-heading);letter-spacing:.08em;color:#06f;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.about-stat-number{font-family:var(--font-heading);letter-spacing:-.03em;font-feature-settings:"tnum" 1;background:linear-gradient(135deg,#0a2540 0%,#06f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.about-stat-desc{color:var(--text-secondary);font-size:.95rem}.about-mini-chart{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:1.75rem;padding:1.25rem}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.chart-title{font-family:var(--font-heading);color:var(--text-muted);letter-spacing:.06em;font-size:.75rem;font-weight:700}.chart-live-tag{font-family:var(--font-heading);color:#059669;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;display:inline-flex}.live-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #10b981}.chart-bars{align-items:flex-end;gap:.85rem;height:80px;padding-top:10px;display:flex}.chart-bar{height:var(--bar-h,50%);transition:height 1s var(--ease-out-expo), background .3s ease;background:#0066ff26;border-radius:4px 4px 0 0;flex:1;justify-content:center;display:flex;position:relative}.chart-bar.active{background:linear-gradient(135deg,#06f 0%,#f04438 100%);box-shadow:0 4px 12px #0066ff4d}.bar-label{font-size:.72rem;font-family:var(--font-heading);color:var(--text-muted);font-weight:600;position:absolute;bottom:-22px}.bar-badge{font-size:.7rem;font-family:var(--font-heading);color:#059669;white-space:nowrap;background:#ecfdf5;border:1px solid #10b9814d;border-radius:4px;padding:.15rem .4rem;font-weight:700;position:absolute;top:-24px}.about-card-text{color:var(--text-secondary);max-width:68%;font-size:.95rem;line-height:1.65}.about-floating-badge{border-radius:var(--radius-lg);z-index:5;background:#09090b;border:1px solid #ffffff26;align-items:center;gap:.85rem;padding:.95rem 1.35rem;animation:4s ease-in-out infinite alternate float-badge;display:flex;position:absolute;bottom:-15px;right:-15px;box-shadow:0 15px 35px #0f172a4d}@keyframes float-badge{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.badge-icon-lg{font-size:1.6rem}.about-content h2{margin-bottom:1.5rem;font-size:clamp(2.2rem,3.8vw,3.2rem);line-height:1.15}.about-text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.about-features{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.feature-item{color:var(--text-primary);align-items:center;gap:.85rem;font-size:.98rem;font-weight:600;display:flex}.feature-check{color:#16a34a;background:#f0fdf4;border:1.5px solid #86efac;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;font-weight:800;display:flex}.copilot-section{background:#f8fafc;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:7.5rem 0;position:relative}.copilot-container{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e2e8f0;grid-template-columns:1.1fr 1.2fr;gap:3rem;padding:2.75rem;display:grid;position:relative;overflow:hidden}.copilot-container:before{content:"";background:linear-gradient(90deg,#0000,#06f,#0000);height:2px;position:absolute;top:0;left:0;right:0}.copilot-controls-col{flex-direction:column;gap:1.75rem;display:flex}.copilot-group-label{font-family:var(--font-heading);color:#06f;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:flex}.copilot-options-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.copilot-option{border-radius:var(--radius-md);color:#1e293b;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;flex-direction:column;gap:.25rem;padding:.9rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .25s;display:flex}.copilot-option small{color:var(--text-muted);font-size:.75rem;font-weight:400}.copilot-option:hover{color:#0f172a;background:#fff;border-color:#06f;box-shadow:0 4px 12px #0066ff14}.copilot-option.active{border-color:var(--brand-coral);color:#0f172a;background:#fef3f2;box-shadow:0 4px 15px #f044381f}.copilot-option.active small{color:var(--brand-coral);font-weight:500}.copilot-blueprint-card{border-radius:var(--radius-lg);color:#fff;background:#090d1a;border:1px solid #1e293b;flex-direction:column;justify-content:space-between;padding:2.25rem;display:flex;position:relative;box-shadow:0 15px 35px #0f172a40}.blueprint-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.blueprint-tag{font-family:var(--font-heading);letter-spacing:.04em;color:#34d399;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:inline-flex}.blueprint-title{color:#fff;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.blueprint-summary{color:#94a3b8;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.blueprint-specs{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.spec-box{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff14;padding:.85rem 1rem}.spec-label{font-family:var(--font-heading);letter-spacing:.05em;color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:block}.spec-val{font-family:var(--font-heading);font-feature-settings:"tnum" 1;letter-spacing:-.02em;color:#38bdf8;font-size:1.15rem;font-weight:800}.blueprint-stack-label{font-family:var(--font-heading);color:#94a3b8;margin-bottom:.6rem;font-size:.75rem;font-weight:600;display:block}.blueprint-stack-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.stack-tag{font-family:var(--font-heading);color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.services-section{background:#fff;padding:7rem 0;position:relative}.service-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.service-tab{border-radius:var(--radius-pill);color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:.65rem 1.5rem;font-size:.92rem;font-weight:600;transition:all .25s}.service-tab:hover{color:#06f;background:#fff;border-color:#06f}.service-tab.active{color:#fff;background:#09090b;border-color:#09090b;font-weight:700;box-shadow:0 4px 14px #09090b26}.services-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;display:grid}.service-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;outline:none;flex-direction:column;justify-content:space-between;padding:2.25rem;display:flex;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-6px)}.service-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.service-card-icon{border-radius:var(--radius-md);width:52px;height:52px;transition:transform .3s var(--ease-elastic);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-card:hover .service-card-icon{transform:scale(1.08)}[data-category=tech] .service-card-icon{color:#06f;background:#0066ff14;border:1.5px solid #0066ff40}[data-category=marketing] .service-card-icon{color:#f04438;background:#fef3f2;border:1.5px solid #f0443840}[data-category=writing] .service-card-icon{color:#059669;background:#f0fdf4;border:1.5px solid #10b98140}.service-card-sla{font-family:var(--font-heading);color:#059669;border-radius:var(--radius-pill);letter-spacing:.03em;background:#f0fdf4;border:1px solid #10b9814d;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.service-card-title{color:var(--text-heading);margin-bottom:.85rem;font-size:1.4rem;font-weight:800}.service-card-desc{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;line-height:1.65}.service-card-arrow{color:#06f;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1.25rem;font-size:.9rem;font-weight:700;transition:color .2s;display:flex}.service-card:hover .service-card-arrow{color:#f04438}.service-card-arrow svg{stroke:currentColor;width:20px;height:20px;transition:transform .25s var(--ease-out-expo)}.service-card:hover .service-card-arrow svg{transform:translate(5px)}.tech-section{background:#f8fafc;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:7rem 0;position:relative}.tech-tabs-nav{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.tech-tab-btn{border-radius:var(--radius-md);color:#475569;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.65rem;padding:.85rem 1.65rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 2px 6px #0f172a0a}.tech-tab-btn:hover{color:#06f;background:#fff;border-color:#06f}.tech-tab-btn.active{color:#fff;background:#09090b;border-color:#09090b;box-shadow:0 4px 15px #09090b26}.tech-tab-content-box{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e2e8f0;padding:3rem}.tech-showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.tech-info-col h3{color:var(--text-heading);margin-bottom:1rem;font-size:1.85rem;font-weight:800}.tech-info-col p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.02rem;line-height:1.7}.tech-badges-flow{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.tech-badge-pill{border-radius:var(--radius-pill);font-family:var(--font-heading);color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;display:flex}.arch-diagram-box{border-radius:var(--radius-lg);background:#090d1a;border:1px solid #1e293b;padding:2rem;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f172a33}.arch-header{font-family:var(--font-heading);letter-spacing:.04em;color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.78rem;font-weight:600;display:flex}.arch-nodes-wrap{flex-direction:column;gap:1.25rem;display:flex;position:relative}.arch-node{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex;position:relative}.arch-node-name{font-family:var(--font-heading);color:#fff;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;display:flex}.arch-node-metric{font-family:var(--font-heading);color:#34d399;font-size:.75rem;font-weight:700}.arch-pulse-line{background:linear-gradient(90deg,#0000,#06f,#0000);height:2px;position:relative;overflow:hidden}.arch-pulse-line:after{content:"";background:#fff;width:40px;height:100%;animation:2s linear infinite pulse-stream;position:absolute;top:0;left:0;box-shadow:0 0 10px #fff}@keyframes pulse-stream{0%{transform:translate(-100%)}to{transform:translate(800%)}}.terminal-section{background:#fff;padding:7rem 0;position:relative}.terminal-window{border-radius:var(--radius-lg);max-width:980px;font-family:var(--font-mono);background:#090d1a;border:1px solid #1e293b;margin:0 auto;overflow:hidden;box-shadow:0 25px 60px #0f172a40}.terminal-topbar{background:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.terminal-dots{gap:7px;display:flex}.terminal-dot{border-radius:50%;width:11px;height:11px}.terminal-dot.red{background:#ff5f56}.terminal-dot.yellow{background:#ffbd2e}.terminal-dot.green{background:#27c93f}.terminal-title-text{color:#94a3b8;font-size:.8rem}.terminal-branch-badge{color:#38bdf8;background:#38bdf81a;border-radius:4px;padding:.15rem .5rem;font-size:.72rem}.terminal-preset-actions{background:#0a0f24;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;gap:.6rem;padding:.85rem 1.25rem;display:flex}.terminal-btn{color:#cbd5e1;font-size:.78rem;font-family:var(--font-mono);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .85rem;transition:all .2s}.terminal-btn:hover,.terminal-btn.active{color:#fff;background:#0066ff40;border-color:#38bdf8}.terminal-body{color:#cbd5e1;min-height:280px;max-height:380px;padding:1.5rem;font-size:.85rem;line-height:1.7;overflow-y:auto}.term-line{gap:.6rem;margin-bottom:.4rem;display:flex}.term-prompt{color:#38bdf8}.term-cmd{color:#fff;font-weight:600}.term-success{color:#34d399}.term-info{color:#818cf8}.term-warn{color:#fbbf24}.term-cursor{vertical-align:middle;background:#38bdf8;width:8px;height:15px;animation:1s step-end infinite blink-cursor;display:inline-block}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.roi-section{background:#fff;padding:7rem 0;position:relative}.roi-glass-box{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#f8fafc;border:1px solid #e2e8f0;grid-template-columns:1.25fr 1fr;gap:3.5rem;padding:3rem;display:grid;position:relative;overflow:hidden}.roi-glass-box:before{content:"";background:linear-gradient(90deg,#0000,#f04438,#0000);height:2px;position:absolute;top:0;left:0;right:0}.roi-controls{flex-direction:column;gap:2rem;display:flex}.roi-group label{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.95rem;font-weight:600;display:flex}.roi-value-badge{font-family:var(--font-heading);font-feature-settings:"tnum" 1;color:#06f;border-radius:var(--radius-pill);background:#0066ff14;border:1px solid #06f3;padding:.25rem .75rem;font-size:.85rem;font-weight:700}.roi-slider{appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px;transition:background .2s}.roi-slider::-webkit-slider-thumb{appearance:none;border:2px solid var(--brand-coral);cursor:pointer;background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #f0443866}.roi-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 14px #f0443899}.roi-output-card{border-radius:var(--radius-lg);color:#fff;background:#090d1a;border:1px solid #1e293b;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2.25rem;display:flex;box-shadow:0 15px 35px #0f172a40}.roi-metric-title{font-family:var(--font-heading);color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;font-size:.8rem;font-weight:700;display:block}.roi-metric-number{font-family:var(--font-heading);font-feature-settings:"tnum" 1;letter-spacing:-.03em;color:#fff;font-size:2.75rem;font-weight:800;line-height:1.1}.roi-deliverables-mini{color:#cbd5e1;border-top:1px solid #ffffff14;padding-top:1rem;font-size:.85rem;line-height:1.6}.process-section{background:#fff;padding:7rem 0;position:relative}.process-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.process-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;padding:2.25rem;position:relative;overflow:hidden}.process-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-6px)}.process-number{font-family:var(--font-heading);letter-spacing:-.04em;font-feature-settings:"tnum" 1;background:linear-gradient(#94a3b8 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:3rem;font-weight:900;line-height:1}.process-title{color:var(--text-heading);margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.process-desc{color:var(--text-secondary);font-size:.92rem;line-height:1.65}.case-section{background:#f8fafc;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:7rem 0;position:relative}.case-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.case-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.case-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-6px)}.case-client-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.case-tag{font-family:var(--font-heading);letter-spacing:.04em;color:#06f;text-transform:uppercase;font-size:.75rem;font-weight:700}.case-metric-highlight{font-family:var(--font-heading);font-feature-settings:"tnum" 1;letter-spacing:-.03em;background:linear-gradient(135deg,#0a2540 0%,#06f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.4rem;font-weight:800;line-height:1.1}.case-metric-label{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.case-quote{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;font-style:italic;line-height:1.7}.case-author-row{border-top:1px solid #f1f5f9;align-items:center;gap:.85rem;padding-top:1.25rem;display:flex}.case-avatar{color:#fff;background:linear-gradient(135deg,#0a2540,#06f);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.case-author-name{color:var(--text-heading);font-size:.92rem;font-weight:700}.case-author-role{color:var(--text-muted);font-size:.78rem}.why-section{background:#fff;padding:7rem 0;position:relative}.why-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.why-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;padding:2.5rem}.why-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-6px)}.why-card-icon{border-radius:var(--radius-md);color:#06f;background:#0066ff14;border:1px solid #06f3;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.why-card-title{color:var(--text-heading);margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.why-card-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.cta-section{background:#fff;padding:6rem 0;position:relative}.cta-box{border-radius:var(--radius-xl);text-align:center;color:#fff;background:linear-gradient(135deg,#0a2540 0%,#090d1a 100%);border:1px solid #1e293b;padding:clamp(2.5rem,5vw,4.5rem);position:relative;overflow:hidden;box-shadow:0 25px 60px #0a254033}.cta-box:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#06f3 0%,#0000 70%);width:600px;height:300px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta-title{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.15}.cta-desc{color:#cbd5e1;max-width:680px;margin:0 auto 2.5rem;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.contact-section{background:#f8fafc;border-top:1px solid #eaecf0;padding:7rem 0;position:relative}.contact-grid{grid-template-columns:1fr 1.35fr;gap:3.5rem;display:grid}.contact-info-cards{flex-direction:column;gap:1.25rem;display:flex}.contact-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .3s var(--ease-out-expo), border-color .3s ease;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.contact-card:hover{border-color:#06f;transform:translateY(-2px)}.contact-card-icon{border-radius:var(--radius-md);color:#06f;background:#0066ff14;border:1px solid #06f3;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-card-icon svg{width:22px;height:22px}.contact-card-title{font-size:.78rem;font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-weight:700}.contact-card-value{color:var(--text-heading);font-size:1.05rem;font-weight:600}.contact-form{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e2e8f0;flex-direction:column;gap:1.25rem;padding:2.75rem;display:flex;position:relative}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-md);color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;outline:none;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;transition:border-color .25s,background .25s,box-shadow .25s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 3px #0066ff1f}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select option{color:#0f172a;background:#fff}.form-group textarea{resize:vertical;min-height:120px}.form-status{text-align:center;font-size:.9rem;font-weight:600}.form-status.success{color:#059669}.form-status.error{color:#dc2626}.footer{color:#cbd5e1;background:#070a12;border-top:1px solid #1e293b;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem;display:grid}.footer .nav-logo{color:#fff}.footer .logo-icon{color:#070a12;background:#fff}.footer-brand-desc{color:#94a3b8;max-width:320px;margin-top:1.25rem;font-size:.92rem;line-height:1.7}.footer-social{align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.footer-social-link{color:#94a3b8;background:#0b1220;border:1px solid #1e293b;border-radius:999px;align-items:center;gap:.55rem;padding:.5rem .95rem;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex}.footer-social-link svg{flex-shrink:0}.footer-social-link:hover{color:#fff;border-color:var(--brand-coral);background:#111c2e;transform:translateY(-2px)}.footer-col-title{font-family:var(--font-heading);color:#fff;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a,.footer-links span{color:#94a3b8;font-size:.9rem;transition:color .2s,transform .2s}.footer-links a:hover{color:var(--brand-coral);transform:translate(3px)}.footer-bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-legal{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer-legal-btn{color:#64748b;cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;align-items:center;min-height:40px;padding:.5rem .6rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s;display:inline-flex}.footer-legal-btn:hover{color:#06f;text-decoration:underline}.legal-modal-overlay{z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s var(--ease-out-expo), visibility .3s;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.legal-modal-overlay.active{opacity:1;visibility:visible}.legal-modal-backdrop{-webkit-backdrop-filter:blur(14px);background:#09090ba6;position:absolute;inset:0}.legal-modal-card{border-radius:var(--radius-xl);width:100%;max-width:820px;max-height:85vh;transition:transform .35s var(--ease-out-expo);z-index:10;color:var(--text-primary);background:#fff;border:1px solid #e2e8f0;flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden;transform:scale(.94)translateY(20px);box-shadow:0 30px 80px #0f172a40}.legal-modal-overlay.active .legal-modal-card{transform:scale(1)translateY(0)}.legal-modal-header{background:#fff;border-bottom:1px solid #eaecf0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.75rem 2rem 1.25rem;display:flex}.legal-modal-header-text{flex:1;min-width:0}.legal-modal-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;transition:all .2s;display:flex}.legal-modal-close:hover{color:#f04438;background:#fef3f2;border-color:#f04438;transform:rotate(90deg)}.legal-modal-badge{border-radius:var(--radius-pill);color:#06f;font-family:var(--font-heading);letter-spacing:.06em;background:#0066ff14;border:1px solid #0066ff40;align-items:center;margin-bottom:.5rem;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.legal-modal-title{color:var(--text-heading);margin-bottom:.35rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;line-height:1.2}.legal-modal-meta{color:var(--text-muted);font-size:.82rem}.legal-modal-body{-webkit-overflow-scrolling:touch;color:var(--text-secondary);overscroll-behavior:contain;word-break:break-word;overflow-wrap:break-word;flex-direction:column;flex:auto;gap:1.5rem;padding:1.75rem 2rem;line-height:1.75;display:flex;overflow-y:auto}.legal-modal-body h4{color:var(--text-heading);margin-bottom:.45rem;font-size:1.1rem;font-weight:700}.legal-modal-body p{margin-bottom:.65rem;font-size:.94rem}.legal-modal-body ul{flex-direction:column;gap:.65rem;margin:.5rem 0 .85rem;padding-left:0;list-style:none;display:flex}.legal-modal-body ul li{color:var(--text-secondary);padding-left:1.4rem;font-size:.92rem;line-height:1.65;display:block;position:relative}.legal-modal-body ul li:before{content:"✦";color:#06f;font-size:.75rem;position:absolute;top:.15rem;left:0}.legal-modal-body ul li strong{color:var(--text-heading);font-weight:700}.legal-modal-footer{background:#f8fafc;border-top:1px solid #eaecf0;flex-shrink:0;justify-content:flex-end;padding:1.15rem 2rem;display:flex}.services-intro-section{text-align:center;background:#fff;padding:6rem 0 3.5rem;position:relative}.services-quick-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;max-width:980px;margin:0 auto;display:flex}.service-pill-btn{border-radius:var(--radius-pill);color:var(--text-secondary);transition:transform .25s var(--ease-out-expo), border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;background:#fff;border:1px solid #e2e8f0;align-items:center;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 6px #0f172a08}.service-pill-btn:hover{color:#06f;background:#f0f7ff;border-color:#06f;transform:translateY(-2px);box-shadow:0 6px 16px #0066ff1f}.service-detail-section{background:#fff;border-top:1px solid #eaecf0;padding:5rem 0;position:relative}.service-detail-section:nth-child(2n){background:#f8fafc}.service-detail-grid{grid-template-columns:1.4fr 1fr;align-items:flex-start;gap:4rem;display:grid}.service-detail-content h2{margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.15}.service-detail-desc{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1.05rem;line-height:1.8}.service-detail-features{flex-direction:column;gap:.7rem;margin-bottom:1.75rem;list-style:none;display:flex}.service-detail-features li{color:var(--text-secondary);align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.55;display:flex}.service-detail-features li:before{content:"✦";color:#06f;flex-shrink:0;margin-top:.25rem;font-size:.8rem}.service-detail-features li.service-feature-item:before{content:none}.service-detail-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.service-detail-tech .stack-tag{color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.service-detail-stats{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:120px}.service-stat-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);text-align:center;transition:transform .3s var(--ease-out-expo), border-color .3s ease, box-shadow .3s ease;background:#fff;border:1px solid #e2e8f0;padding:2rem}.service-stat-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-4px)}.service-stat-value{font-family:var(--font-heading);letter-spacing:-.03em;font-feature-settings:"tnum" 1;background:linear-gradient(135deg,#0a2540 0%,#06f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.faq-section{background:#fff;border-top:1px solid #eaecf0;padding:7rem 0;position:relative}.faq-accordion-wrap{flex-direction:column;gap:1.15rem;max-width:860px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease-out-expo);background:#fff;border:1px solid #e2e8f0;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-card-hover);border-color:#cbd5e1}.faq-item.active{border-color:#06f;box-shadow:0 12px 30px -4px #0066ff1f}.faq-question-btn{text-align:left;cursor:pointer;width:100%;color:var(--text-heading);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.6rem 2rem;transition:color .25s;display:flex}.faq-question-btn:focus{outline:none}.faq-question-btn:focus-visible{outline-offset:-3px;border-radius:var(--radius-lg);outline:2px solid #06f}.faq-question-text{font-family:var(--font-heading);letter-spacing:-.015em;color:var(--text-heading);font-size:1.12rem;font-weight:700;line-height:1.4}.faq-item.active .faq-question-text{color:#06f}.faq-toggle-icon{color:#06f;width:36px;height:36px;transition:transform .35s var(--ease-out-expo), background .3s ease, color .3s ease, border-color .3s ease;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-item.active .faq-toggle-icon{color:#fff;background:#06f;border-color:#06f;transform:rotate(45deg)}.faq-answer-collapse{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-answer-content{color:var(--text-secondary);padding:0 2rem 1.6rem;font-size:.98rem;line-height:1.75}.breadcrumb-bar{background:#f8fafc;border-bottom:1px solid #eaecf0;padding:.85rem 0}.breadcrumb-nav{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.65rem;font-size:.85rem;font-weight:500;display:flex}.breadcrumb-nav a{color:var(--text-secondary);transition:color .2s}.breadcrumb-nav a:hover{color:#06f}.breadcrumb-sep{color:#cbd5e1}.breadcrumb-current{color:var(--text-primary);font-weight:600}.service-hero-section{background:#fff;padding:5.5rem 0 3.5rem;position:relative}.service-hero-content{max-width:950px}.service-hero-title{margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.15}.service-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.8}.service-switcher-wrapper{border-top:1px solid #eaecf0;padding-top:1.75rem}.switcher-label{font-family:var(--font-heading);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.85rem;font-size:.78rem;font-weight:700;display:block}.service-switcher-wrapper .services-quick-nav{justify-content:flex-start;margin:0}.service-pill-btn.active{color:#fff;background:#09090b;border-color:#09090b;box-shadow:0 4px 14px #09090b26}.service-details-body-section{background:#f8fafc;border-top:1px solid #eaecf0;padding:4.5rem 0}.service-main-col{flex-direction:column;gap:2.25rem;display:flex}.service-block-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e2e8f0;padding:2.5rem}.service-block-title{color:var(--text-heading);margin-bottom:.75rem;font-size:1.55rem;font-weight:800}.service-block-desc{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.98rem;line-height:1.7}.service-feature-item{color:var(--text-primary);align-items:flex-start;gap:.85rem;font-size:1rem;line-height:1.6;display:flex}.feature-check-icon{color:#16a34a;background:#f0fdf4;border:1px solid #86efac;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:.15rem;font-size:.78rem;font-weight:800;display:flex}.service-workflow-steps{grid-template-columns:1fr;gap:1rem;display:grid}.workflow-step{border-radius:var(--radius-md);color:var(--text-secondary);background:#f8fafc;border:1px solid #e2e8f0;align-items:flex-start;gap:1.25rem;padding:1.25rem;font-size:.95rem;line-height:1.65;display:flex}.workflow-step strong{color:var(--text-heading)}.workflow-step-num{font-family:var(--font-heading);color:#06f;background:#0066ff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;font-weight:800;display:flex}.service-sidebar-col{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.service-stat-stack{flex-direction:column;gap:1.25rem;display:flex}.service-sidebar-cta-card{color:#fff;border-radius:var(--radius-xl);background:#09090b;border:1px solid #ffffff1a;padding:2.25rem;box-shadow:0 15px 35px #0f172a40}.sidebar-cta-badge{font-family:var(--font-heading);letter-spacing:.06em;color:#34d399;margin-bottom:.85rem;font-size:.72rem;font-weight:700;display:inline-block}.service-sidebar-cta-card h4{color:#fff;margin-bottom:.75rem;font-size:1.45rem;font-weight:800}.service-sidebar-cta-card p{color:#94a3b8;margin-bottom:1.75rem;font-size:.92rem;line-height:1.65}.sidebar-sla-note{color:#94a3b8;justify-content:center;align-items:center;gap:.5rem;margin-top:1.15rem;font-size:.78rem;font-weight:500;display:flex}.contact-hero-section{text-align:center;background:#fff;padding:6rem 0 3.5rem}.contact-hero-title{margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.15}.contact-hero-subtitle{color:var(--text-secondary);max-width:820px;margin:0 auto 2.25rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.8}.contact-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.contact-hero-email{color:var(--text-muted);margin-top:1.5rem;font-size:.92rem}.contact-hero-email a{color:#06f;font-weight:600}.contact-hero-email a:hover{text-decoration:underline}.locations-section{background:var(--bg-surface);border-top:1px solid #eaecf0;padding:6rem 0}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.location-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;padding:2.25rem}.location-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-6px)}.location-card-head{border-bottom:1px solid #eef2f6;align-items:center;gap:1rem;margin-bottom:1.35rem;padding-bottom:1.35rem;display:flex}.location-card-icon{border-radius:var(--radius-md);color:#06f;background:#0066ff14;border:1px solid #06f3;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.location-card-icon svg{width:22px;height:22px}.location-card-country{color:var(--text-heading);font-size:1.3rem;font-weight:800;line-height:1.25}.location-card-region{font-size:.76rem;font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.3rem;font-weight:700}.location-card-details{flex-direction:column;gap:.9rem;list-style:none;display:flex}.location-card-details li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.location-detail-icon{color:#94a3b8;flex-shrink:0;margin-top:.1rem;display:flex}.location-detail-icon svg{width:17px;height:17px}.location-card-details a{color:var(--text-heading);font-weight:600;transition:color .2s}.location-card-details a:hover{color:#06f}.contact-card-value a{color:inherit;transition:color .2s}.contact-card-value a:hover{color:#06f}.blog-hero-section{text-align:center;background:#fff;padding:6rem 0 3.5rem}.blog-hero-title{margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.15}.blog-hero-subtitle{color:var(--text-secondary);max-width:780px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.8}.blog-category-filter{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.filter-pill{border-radius:var(--radius-pill);color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:.6rem 1.4rem;font-size:.88rem;font-weight:600;transition:all .25s}.filter-pill:hover{color:#06f;background:#fff;border-color:#06f}.filter-pill.active{color:#fff;background:#09090b;border-color:#09090b;box-shadow:0 4px 12px #09090b26}.blog-featured-section{padding:1rem 0 4rem}.featured-blog-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out-expo), border-color .3s ease, box-shadow .35s ease;background:#fff;border:1px solid #e2e8f0;grid-template-columns:1fr 1.25fr;display:grid;overflow:hidden}.featured-blog-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-4px)}.featured-blog-visual{min-height:380px;position:relative}.featured-visual-art{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.art-grid-overlay{background-image:radial-gradient(circle at 1px 1px,#fff3 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.art-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-heading);border-radius:var(--radius-pill);letter-spacing:.06em;background:#fff3;border:1px solid #fff6;padding:.4rem .9rem;font-size:.72rem;font-weight:800;position:absolute;top:1.5rem;left:1.5rem}.art-icon{z-index:2;filter:drop-shadow(0 10px 20px #0003);font-size:4.5rem}.featured-blog-content{flex-direction:column;justify-content:center;padding:3rem;display:flex}.blog-meta-bar{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:.82rem;display:flex}.blog-topic-pill{color:#f04438;border-radius:var(--radius-pill);background:#fef3f2;border:1px solid #f044384d;padding:.2rem .65rem;font-size:.75rem;font-weight:700}.featured-blog-title{color:var(--text-heading);margin-bottom:1.15rem;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800;line-height:1.25}.featured-blog-title a:hover{color:#06f}.featured-blog-excerpt{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.75}.featured-blog-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.blog-tag-stack{flex-wrap:wrap;gap:.5rem;display:flex}.blog-tag-stack .stack-tag{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:.3rem .65rem;font-size:.75rem}.blog-grid-section{background:#f8fafc;border-top:1px solid #eaecf0;padding:3rem 0 6rem}.blog-grid-header{margin-bottom:2.5rem}.blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.blog-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .3s var(--ease-out-expo), border-color .3s ease, box-shadow .3s ease;background:#fff;border:1px solid #e2e8f0;flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-card-hover);border-color:#06f;transform:translateY(-5px)}.blog-card-img{justify-content:center;align-items:center;height:180px;display:flex;position:relative}.blog-card-cat{color:#0f172a;border-radius:var(--radius-pill);background:#ffffffe6;padding:.25rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.blog-card-symbol{filter:drop-shadow(0 4px 8px #00000026);font-size:3rem}.blog-card-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.blog-card-meta{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.blog-card-title{color:var(--text-heading);margin-bottom:.85rem;font-size:1.25rem;font-weight:800;line-height:1.35}.blog-card-title a:hover{color:#06f}.blog-card-desc{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.65}.blog-card-footer{border-top:1px solid #f1f5f9;padding-top:1rem}.blog-read-link{color:#06f;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;transition:transform .2s,color .2s;display:inline-flex}.blog-card:hover .blog-read-link{color:#f04438}.blog-card:hover .blog-read-link svg{transform:translate(4px)}.post-hero-section{background:#fff;border-bottom:1px solid #eaecf0;padding:5rem 0 2.5rem}.post-title{color:var(--text-heading);margin-bottom:2rem;font-size:clamp(2.2rem,4.2vw,3.4rem);font-weight:800;line-height:1.2}.post-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.author-snippet{align-items:center;gap:1rem;display:flex}.author-avatar-chip{color:#fff;background:#09090b;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:800;display:flex}.author-name{color:var(--text-primary);font-size:.95rem;font-weight:700}.post-date{color:var(--text-muted);font-size:.82rem}.share-buttons-wrap{align-items:center;gap:.65rem;display:flex}.share-btn{border-radius:var(--radius-pill);color:var(--text-secondary);background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.share-btn:hover{color:#06f;background:#fff;border-color:#06f}.post-body-section{background:#fff;padding:3.5rem 0 5rem}.toc-box{border-radius:var(--radius-lg);background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:3rem;padding:1.85rem 2.25rem}.toc-title{font-family:var(--font-heading);color:#06f;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.88rem;font-weight:800}.toc-list{flex-direction:column;gap:.55rem;padding-left:1.25rem;font-size:.95rem;display:flex}.toc-list a{color:var(--text-secondary);transition:color .2s}.toc-list a:hover{color:#f04438}.blog-content{color:#334155;font-size:1.12rem;line-height:1.85}.blog-content h2{color:var(--text-heading);border-top:1px solid #f1f5f9;margin-top:3.25rem;margin-bottom:1.25rem;padding-top:1rem;font-size:1.85rem}.blog-content h3{color:var(--text-heading);margin-top:2.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.blog-content p{margin-bottom:1.75rem}.blog-content a{color:#06f;text-underline-offset:2px;text-decoration:underline}.blog-content a:hover{color:#f04438}.blog-content blockquote{color:var(--text-heading);border-left:4px solid #f04438;margin:2.5rem 0;padding:.35rem 0 .35rem 1.5rem;font-size:1.18rem;line-height:1.7}.blog-content blockquote p:last-child{margin-bottom:0}.blog-content ul,.blog-content ol{margin-bottom:1.75rem;padding-left:1.5rem}.blog-content li{margin-bottom:.75rem}.callout-card{border-radius:var(--radius-lg);color:#0f172a;background:#f0f7ff;border:1.5px solid #0066ff40;align-items:flex-start;gap:1.25rem;margin:2.5rem 0;padding:1.75rem;display:flex}.callout-icon{flex-shrink:0;font-size:1.8rem}.callout-text{font-size:1rem;line-height:1.7}.stat-highlight-row{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2.5rem 0;display:grid}.stat-highlight-box{border-radius:var(--radius-lg);text-align:center;background:#f8fafc;border:1px solid #e2e8f0;padding:1.75rem 1.25rem}.highlight-num{font-family:var(--font-heading);color:#06f;margin-bottom:.4rem;font-size:2.4rem;font-weight:800;line-height:1;display:block}.highlight-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.roadmap-box{flex-direction:column;gap:1rem;margin:2.5rem 0;display:flex}.roadmap-item{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;align-items:flex-start;gap:1.25rem;padding:1.35rem;font-size:1rem;line-height:1.65;display:flex}.roadmap-step{font-family:var(--font-heading);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;background:#09090b;flex-shrink:0;margin-top:.15rem;padding:.3rem .65rem;font-size:.78rem;font-weight:800}.article-cta-box{color:#fff;border-radius:var(--radius-xl);background:linear-gradient(135deg,#09090b 0%,#0f172a 100%);align-items:center;gap:2rem;margin-top:3.5rem;padding:2.75rem;display:flex}.article-cta-icon{flex-shrink:0;font-size:3.5rem}.article-cta-box h3{color:#fff;margin-bottom:.65rem;font-size:1.6rem}.article-cta-box p{color:#94a3b8;margin-bottom:0;font-size:.98rem;line-height:1.65}.author-bio-section{background:#fff;padding:0 0 5rem}.author-bio-card{border-radius:var(--radius-xl);background:#f8fafc;border:1px solid #e2e8f0;align-items:flex-start;gap:2rem;padding:2.5rem;display:flex}.author-avatar-lg{color:#fff;background:linear-gradient(135deg,#06f,#f04438);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.4rem;font-weight:800;display:flex}.author-bio-info h4{margin-bottom:.5rem;font-size:1.25rem}.author-bio-info p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.author-contact-link{color:#06f;font-size:.92rem;font-weight:700;transition:color .2s}.author-contact-link:hover{color:#f04438}@media (max-width:1024px){.container{padding:0 clamp(1.25rem,3.5vw,2.5rem)}.nav-links{width:85%;max-width:340px;height:100dvh;transition:right .35s var(--ease-out-expo);z-index:950;-webkit-overflow-scrolling:touch;background:#fff;border-left:1px solid #eaecf0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;margin-left:0;margin-right:0;padding:5.5rem 2rem 2.5rem;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-15px 0 50px #0f172a26}.nav-links.open{right:0}.nav-links a{color:#0f172a;border-radius:var(--radius-xs);border-bottom:1px solid #f1f5f9;align-items:center;width:100%;padding:.75rem .5rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.nav-links a:hover,.nav-links a.active{color:#06f;background:#0066ff0a;padding-left:.75rem}.nav-links a:after{display:none}.nav-links a.btn-nav-cta{text-align:center;border-radius:var(--radius-pill);background:#09090b;border-bottom:none;width:100%;margin-top:1.25rem;font-size:.95rem;font-weight:700;box-shadow:0 4px 14px #09090b33;color:#fff!important;padding:.9rem 1.5rem!important}.nav-links a.btn-nav-cta:hover{background:var(--brand-coral);color:#fff!important}.nav-toggle{display:flex}.hero{padding-top:4.5rem;padding-bottom:4rem}.about-section,.services-intro-section,.service-detail-section,.roi-section,.process-section,.case-section,.why-section,.faq-section,.contact-section,.locations-section{padding:5rem 0}.contact-hero-section{padding:4.5rem 0 3rem}.hero-hologram-hud{grid-template-columns:repeat(3,1fr);gap:1rem}.about-grid,.roi-glass-box,.contact-grid,.copilot-container,.tech-showcase-grid{grid-template-columns:1fr;gap:3rem}.process-grid,.case-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem}}@media (max-width:900px){.hero-hologram-hud{grid-template-columns:1fr}.clients-grid{grid-template-columns:repeat(3,1fr);gap:.85rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.service-detail-grid{grid-template-columns:1fr;gap:2.5rem}.service-sidebar-col{width:100%;position:static;top:auto}.service-detail-stats{flex-direction:row;position:static}.service-stat-card{flex:1}.featured-blog-card{grid-template-columns:1fr}.featured-blog-visual{min-height:240px}.stat-highlight-row{grid-template-columns:repeat(3,1fr)}.article-cta-box{text-align:center;flex-direction:column;padding:2.25rem 1.75rem}.author-bio-card{text-align:center;flex-direction:column;align-items:center;padding:2rem}}@media (max-width:768px){html,body{width:100%;overflow-x:hidden}.navbar{padding:.85rem 0}.header-logo-img{height:36px}.footer-logo-img{height:38px}.section-header{margin-bottom:2.5rem}.section-title{margin-bottom:.85rem;font-size:clamp(1.75rem,5.8vw,2.35rem);line-height:1.2}.section-subtitle{font-size:clamp(.92rem,2.8vw,1.05rem);line-height:1.65}.section-badge{margin-bottom:1rem;padding:.35rem .95rem;font-size:.72rem}.hero{min-height:auto;padding-top:3.5rem;padding-bottom:3.5rem}.hero-status-pill{white-space:normal;text-align:center;justify-content:center;max-width:100%;margin-bottom:1.35rem;padding:.4rem .85rem;font-size:clamp(.72rem,2.4vw,.8rem);line-height:1.4;display:inline-flex}.hero-title{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(1.85rem,6.8vw,2.85rem);line-height:1.15}.hero-description{margin-bottom:2rem;font-size:.98rem;line-height:1.65}.hero-buttons{flex-direction:column;gap:.85rem;width:100%;margin-bottom:2.75rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{justify-content:center;width:100%;min-height:48px;padding:.85rem 1.5rem;font-size:.95rem}.hero-hologram-hud{grid-template-columns:1fr;gap:.85rem}.hud-card{gap:.85rem;padding:.85rem 1.1rem}.hud-icon{width:40px;height:40px}.hud-metric{font-size:1.05rem}.hud-label{font-size:.78rem}.scroll-indicator{display:none}.clients-section{padding:2.75rem 0}.clients-label{letter-spacing:.05em;margin-bottom:1.35rem;font-size:.75rem}.clients-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1.75rem}.client-logo{text-align:center;border-radius:var(--radius-sm);flex-direction:column;justify-content:center;gap:.45rem;padding:.75rem .5rem}.client-logo-icon{width:32px;height:32px;margin:0 auto;font-size:.78rem}.client-logo-name{font-size:.82rem;font-weight:600}.industries-ticker-wrap{margin-top:1rem}.ticker-item{padding:.35rem .85rem;font-size:.8rem}.about-section{padding:4rem 0}.about-glass-card{border-radius:var(--radius-lg);padding:1.75rem 1.35rem 2rem}.about-stat-number{font-size:2.75rem}.about-stat-desc{font-size:.88rem}.about-mini-chart{margin-bottom:1.35rem;padding:1rem}.chart-header{flex-wrap:wrap;gap:.35rem}.chart-bars{gap:.65rem;height:85px}.bar-label{font-size:.68rem;bottom:-20px}.bar-badge{padding:.1rem .35rem;font-size:.65rem;top:-22px}.about-card-text{max-width:100%;font-size:.92rem}.about-floating-badge{justify-content:center;width:100%;margin-top:1.25rem;padding:.85rem 1.25rem;animation:none;position:relative;bottom:auto;right:auto;transform:none!important}.about-content h2{margin-bottom:1.15rem;font-size:clamp(1.75rem,5.5vw,2.35rem);line-height:1.2}.about-text{margin-bottom:1.5rem;font-size:.98rem;line-height:1.7}.about-features{grid-template-columns:1fr;gap:.85rem;margin-bottom:2rem}.feature-item{font-size:.92rem}.about-content .btn-primary{justify-content:center;width:100%}.services-intro-section{padding:3.5rem 0 2rem}.services-quick-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:.5rem;padding:.5rem .25rem .85rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 85%,#0000 100%)}.services-quick-nav::-webkit-scrollbar{display:none}.service-pill-btn{scroll-snap-align:start;white-space:nowrap;border-radius:var(--radius-pill);flex-shrink:0;padding:.5rem .9rem;font-size:.82rem}.services-grid{gap:1.25rem;grid-template-columns:1fr!important;margin-top:2rem!important}.service-card{border-radius:var(--radius-lg);padding:1.75rem 1.35rem}.service-card-header{margin-bottom:1.15rem}.service-card-icon{width:44px;height:44px;font-size:1.3rem}.service-card-sla{padding:.2rem .55rem;font-size:.72rem}.service-card-title{margin-bottom:.65rem;font-size:1.25rem}.service-card-desc{margin-bottom:1.35rem;font-size:.92rem;line-height:1.6}.service-card-arrow{padding-top:1rem;font-size:.85rem}.service-detail-section{padding:3.5rem 0}.service-detail-content h2{font-size:1.75rem}.service-detail-desc{font-size:.95rem}.service-detail-stats{flex-direction:column;gap:1rem}.service-hero-section{padding:3.5rem 0 2rem}.service-hero-title{margin-bottom:1rem;font-size:clamp(1.85rem,6vw,2.6rem);line-height:1.2}.service-hero-subtitle{margin-bottom:1.75rem;font-size:.98rem;line-height:1.7}.service-hero-content .hero-buttons{flex-direction:column;gap:.85rem;width:100%}.service-hero-content .hero-buttons .btn-primary,.service-hero-content .hero-buttons .btn-secondary{justify-content:center;width:100%;min-height:48px}.service-details-body-section{padding:3rem 0}.service-block-card{border-radius:var(--radius-lg);padding:1.6rem 1.25rem}.service-block-title{font-size:1.35rem}.service-block-desc{margin-bottom:1.35rem;font-size:.92rem;line-height:1.6}.service-stat-stack{grid-template-columns:1fr;gap:1rem;display:grid}.service-stat-card{border-radius:var(--radius-md);padding:1.25rem}.service-sidebar-cta-card{border-radius:var(--radius-lg);padding:1.75rem 1.35rem}.service-sidebar-cta-card h4{font-size:1.25rem}.service-sidebar-cta-card p{margin-bottom:1.35rem;font-size:.9rem;line-height:1.6}.workflow-step{gap:.85rem;padding:1rem;font-size:.9rem}.workflow-step-num{border-radius:8px;width:32px;height:32px;font-size:.95rem}.roi-glass-box,.roi-output-card{padding:1.5rem}.roi-metric-number{font-size:2.2rem}.case-grid,.why-grid,.process-grid{gap:1.25rem;grid-template-columns:1fr!important}.case-card,.why-card,.process-card{border-radius:var(--radius-lg);padding:1.6rem 1.35rem}.process-number{font-size:2.2rem}.why-card-title{font-size:1.25rem}.why-card-desc{font-size:.92rem;line-height:1.6}.blog-preview-section{padding:4rem 0!important}.blog-posts-grid{gap:1.5rem;grid-template-columns:1fr!important}.blog-card{border-radius:var(--radius-lg)}.blog-card-body{padding:1.35rem}.blog-card-title{font-size:1.15rem}.blog-card-desc{margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.blog-hero-section{padding:3.5rem 0 2rem}.blog-hero-title{margin-bottom:1rem;font-size:clamp(1.85rem,6vw,2.6rem);line-height:1.2}.blog-hero-subtitle{margin-bottom:1.75rem;font-size:.95rem}.blog-category-filter{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding:.5rem .25rem .75rem;display:flex;overflow-x:auto}.blog-category-filter::-webkit-scrollbar{display:none}.filter-pill{scroll-snap-align:start;white-space:nowrap;flex-shrink:0;padding:.5rem .95rem;font-size:.82rem}.featured-blog-card{border-radius:var(--radius-lg);grid-template-columns:1fr!important}.featured-blog-visual{min-height:200px}.featured-blog-content{padding:1.6rem 1.25rem}.featured-blog-title{margin-bottom:.85rem;font-size:1.35rem}.featured-blog-excerpt{margin-bottom:1.35rem;font-size:.92rem;line-height:1.65}.featured-blog-footer{flex-direction:column;align-items:stretch;gap:1rem}.featured-blog-footer .btn-primary{justify-content:center;width:100%;min-height:46px}.blog-grid-section{padding:2.5rem 0 4rem}.post-hero-section{padding:3.5rem 0 1.75rem}.post-title{margin-bottom:1.25rem;font-size:clamp(1.65rem,5.5vw,2.4rem);line-height:1.25}.post-meta-row{flex-direction:column;align-items:flex-start;gap:1rem}.author-snippet{gap:.75rem}.author-avatar-chip{width:38px;height:38px;font-size:.85rem}.author-name{font-size:.88rem}.post-date{font-size:.78rem}.share-buttons-wrap{justify-content:flex-start;gap:.5rem;width:100%}.post-body-section{padding:2rem 0 3.5rem}.toc-box{border-radius:var(--radius-md);margin-bottom:2rem;padding:1.35rem 1.15rem}.toc-title{font-size:.82rem}.toc-list{padding-left:1rem;font-size:.88rem}.blog-content{font-size:1.02rem;line-height:1.75}.blog-content h2{margin-top:2.25rem;font-size:1.45rem}.blog-content h3{margin-top:1.85rem;font-size:1.15rem}.blog-content blockquote{margin:1.85rem 0;padding-left:1rem;font-size:1.05rem}.callout-card{border-radius:var(--radius-md);flex-direction:column;gap:.65rem;margin:1.75rem 0;padding:1.25rem}.callout-icon{font-size:1.5rem}.callout-text{font-size:.92rem}.stat-highlight-row{gap:1rem;margin:1.75rem 0;grid-template-columns:1fr!important}.stat-highlight-box{padding:1.25rem}.highlight-num{font-size:2rem}.roadmap-item{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1rem;font-size:.92rem}.article-cta-box{text-align:center;border-radius:var(--radius-lg);flex-direction:column;gap:1rem;margin-top:2.5rem;padding:1.75rem 1.25rem}.article-cta-icon{font-size:2.5rem}.article-cta-box h3{font-size:1.35rem}.article-cta-box p{font-size:.9rem}.author-bio-card{text-align:center;border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:1.25rem;padding:1.6rem 1.25rem}.author-avatar-lg{width:52px;height:52px;font-size:1.2rem}.faq-section{padding:4rem 0}.faq-item{border-radius:var(--radius-md);margin-bottom:.85rem}.faq-question-btn{text-align:left;gap:.75rem;min-height:54px;padding:1.15rem 1rem}.faq-question-text{font-size:.95rem;line-height:1.45}.faq-toggle-icon{flex-shrink:0;width:32px;height:32px}.faq-answer-content{padding:0 1rem 1.25rem;font-size:.9rem;line-height:1.65}.cta-box{border-radius:var(--radius-lg);text-align:center;padding:2.5rem 1.35rem}.cta-title{margin-bottom:.85rem;font-size:clamp(1.65rem,5.5vw,2.35rem);line-height:1.2}.cta-desc{margin-bottom:1.75rem;font-size:.95rem;line-height:1.65}.cta-buttons{flex-direction:column;gap:.85rem;width:100%}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{justify-content:center;width:100%;min-height:48px;padding:.85rem 1.5rem;font-size:.95rem}.contact-hero-section{padding:3.5rem 0 2rem}.contact-hero-title{margin-bottom:1rem;font-size:clamp(1.85rem,6vw,2.6rem);line-height:1.2}.contact-hero-subtitle{margin-bottom:1.75rem;font-size:.95rem}.contact-hero-actions{flex-direction:column;align-items:stretch;gap:.85rem}.contact-hero-actions .btn-primary,.contact-hero-actions .btn-secondary{justify-content:center;width:100%;min-height:48px;padding:.85rem 1.5rem;font-size:.95rem}.locations-section{padding:4rem 0}.locations-grid{grid-template-columns:1fr;gap:1.25rem}.location-card{border-radius:var(--radius-lg);padding:1.6rem 1.35rem}.location-card-country{font-size:1.2rem}.location-card-details li{font-size:.92rem}.contact-section{padding:4rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{border-radius:var(--radius-lg);padding:1.6rem 1.25rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-md);padding:.85rem 1rem;font-size:16px!important}.contact-form button[type=submit]{justify-content:center;width:100%;min-height:50px;font-size:.95rem}.contact-card{border-radius:var(--radius-md);gap:.85rem;padding:1.15rem 1rem}.contact-card-icon{width:38px;height:38px}.contact-card-title{font-size:.78rem}.contact-card-value{font-size:.92rem}.footer{padding:3.5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-desc{font-size:.9rem;line-height:1.65}.footer-col-title{margin-bottom:1rem;font-size:.85rem}.footer-links li a,.footer-links li span{padding:.25rem 0;font-size:.9rem;display:inline-block}.footer-bottom{text-align:center;flex-direction:column;gap:1.25rem;padding-top:1.75rem}.footer-legal{flex-wrap:wrap;justify-content:center;gap:.85rem}.footer-legal-btn{padding:.35rem .65rem;font-size:.82rem}.legal-modal-overlay{align-items:flex-end;padding:0}.legal-modal-card{border-radius:20px 20px 0 0;width:100%;max-width:100%;height:92dvh;max-height:92vh;margin:0;transform:translateY(100%);box-shadow:0 -10px 40px #0f172a33}.legal-modal-overlay.active .legal-modal-card{transform:translateY(0)}.legal-modal-header{gap:.75rem;padding:1.15rem 1.15rem .85rem}.legal-modal-badge{padding:.2rem .55rem;font-size:.65rem}.legal-modal-title{font-size:1.25rem}.legal-modal-meta{font-size:.75rem}.legal-modal-close{justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;display:flex}.legal-modal-body{gap:1rem;padding:1.15rem}.legal-modal-body h4{font-size:1rem}.legal-modal-body p{font-size:.88rem}.legal-modal-body ul li{font-size:.85rem;line-height:1.6}.legal-modal-footer{padding:.85rem 1.15rem}.legal-modal-footer .btn-secondary{justify-content:center;width:100%;min-height:48px;font-size:.95rem}}@media (max-width:480px){.container{padding:0 1rem}.section-header{margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,6.5vw,1.85rem)}.section-subtitle{font-size:.9rem}.hero-title{font-size:clamp(1.65rem,7.5vw,2.1rem)}.clients-grid{gap:.45rem;grid-template-columns:repeat(3,1fr)!important}.client-logo{padding:.6rem .35rem}.client-logo-icon{width:28px;height:28px;font-size:.72rem}.client-logo-name{font-size:.75rem}.about-glass-card{padding:1.25rem 1rem}.about-stat-number{font-size:2.35rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem .9rem;font-size:16px!important}.faq-question-btn{gap:.65rem;padding:1rem .85rem}.faq-question-text{font-size:.9rem}.faq-toggle-icon{width:28px;height:28px}.faq-answer-content{padding:0 .85rem 1rem;font-size:.85rem}.legal-modal-header{padding:1rem 1rem .75rem}.legal-modal-body{gap:.85rem;padding:1rem}.legal-modal-footer{padding:.75rem 1rem}}@media (max-width:360px){.hero-title{font-size:1.55rem}.section-title{font-size:1.4rem}.header-logo-img{height:30px}.footer-logo-img{height:32px}.client-logo-name{font-size:.7rem}.legal-modal-title{font-size:1.15rem}}
