:root{--text:#fff;--text-h:#fff;--bg:#0f0f1e;--border:#00bfff;--code-bg:#1a1a2e;--accent:#00bfff;--accent-bg:#00bfff1a;--accent-border:#00bfff80;--social-bg:#00bfff0d;--shadow:#00bfff33 0 10px 15px -3px, #00bfff1a 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}html,body,#root{height:100%}code,pre,kbd,samp{background:var(--code-bg);padding:4px 8px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#00bfff;--secondary-color:#1a1a2e;--accent-color:#16213e;--text-light:#fff;--text-muted:#a0a0a0;--gradient-1:linear-gradient(135deg, #00bfff 0%, #004e89 100%);--gradient-2:linear-gradient(135deg, #1a1a2e 0%, #16213e 100%)}html{scroll-behavior:smooth}body{color:var(--text-light);background-color:#0f0f1e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.app{background:linear-gradient(#0f0f1e 0%,#1a1a2e 50%,#0f0f1e 100%);min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #00bfff33}50%{box-shadow:0 0 40px #00bfff66}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#00bfff1a}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#09c}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:600;transition:all .3s}.btn-primary{background:var(--primary-color);color:#000;box-shadow:0 0 20px #00bfff4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 40px #00bfff99}.btn-secondary{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn-secondary:hover{background:var(--primary-color);color:#000;transform:translateY(-3px)}section{max-width:1400px;margin:0 auto;padding:80px 20px;position:relative}.section-label{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:700;animation:.6s fadeInUp;display:inline-block}.section-title{margin-bottom:20px;font-size:48px;font-weight:700;line-height:1.2;animation:.6s .1s both fadeInUp}.section-description{color:var(--text-muted);max-width:600px;margin-bottom:40px;font-size:16px;animation:.6s .2s both fadeInUp}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s;transform:translateY(22px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transition:none;transform:none}}.header{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06080fad;border-bottom:1px solid #00bfff14;position:fixed;inset:0 0 auto}.header:before{content:"";pointer-events:none;background:linear-gradient(90deg,#00bfff0f,#0000 22% 78%,#00bfff0f);position:absolute;inset:0}.header-container{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:16px 20px;display:grid;position:relative}.logo{align-items:center;gap:10px;min-width:0;display:inline-flex}.logo-image{object-fit:contain;filter:drop-shadow(0 0 10px #00bfff3d);flex:none;width:26px;height:26px}.logo-text{color:var(--text-light);letter-spacing:.02em;white-space:nowrap;font-size:14px;font-weight:700}.nav{justify-content:center;align-items:center;gap:34px;display:flex}.nav a{color:#ffffffd6;letter-spacing:.02em;font-size:13px;font-weight:600;text-decoration:none;transition:color .25s,transform .25s;position:relative}.nav a:after{content:"";background:var(--primary-color);transform-origin:50%;width:100%;height:1px;transition:transform .25s;position:absolute;bottom:-8px;left:0;transform:scaleX(0)}.nav a:hover,.nav a:focus-visible{color:var(--text-light);transform:translateY(-1px)}.nav a:hover:after,.nav a:focus-visible:after{transform:scaleX(1)}.get-touch-btn{color:#d9f7ff;letter-spacing:.02em;cursor:pointer;background:linear-gradient(#00bfff24,#00bfff0f);border:1px solid #00bfff8c;border-radius:999px;justify-self:end;padding:10px 18px;font-size:13px;font-weight:600;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:inset 0 0 0 1px #00bfff0d}.get-touch-btn:hover{border-color:#00bfffe6;transform:translateY(-2px);box-shadow:0 10px 24px #00bfff2e}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-self:end;gap:5px;padding:8px;display:none}.menu-toggle span{background:var(--primary-color);border-radius:999px;width:22px;height:2px;transition:transform .25s,opacity .25s}.nav-mobile-header{display:none}@keyframes navSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=900px){.header-container{grid-template-columns:auto auto}.nav,.get-touch-btn{display:none}.menu-toggle{display:flex}.nav.active{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1001;background:#06080ffa;border-left:1px solid #00bfff1a;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;width:min(78vw,320px);height:100vh;padding:92px 24px 24px;animation:.28s forwards navSlideInRight;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-18px 0 44px #00000061}.nav-mobile-header{border-bottom:1px solid #00bfff1f;justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;padding-bottom:16px;display:flex}.nav-mobile-title{color:#ffffffc7;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:700}.nav-close-btn{cursor:pointer;background:#00bfff0f;border:1px solid #00bfff2e;border-radius:50%;width:36px;height:36px;display:inline-flex;position:relative}.nav-close-btn:before,.nav-close-btn:after{content:"";background:var(--text-light);transform-origin:50%;border-radius:999px;width:16px;height:2px;position:absolute;top:50%;left:50%}.nav-close-btn:before{transform:translate(-50%,-50%)rotate(45deg)}.nav-close-btn:after{transform:translate(-50%,-50%)rotate(-45deg)}.nav-close-btn:hover,.nav-close-btn:focus-visible{background:#00bfff1f;border-color:#00bfff80}.nav.active a{border-bottom:1px solid #ffffff14;width:100%;padding:16px 0;font-size:15px;display:block}.nav.active a:after{display:none}.menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}@media (width<=768px){.header-container{padding:14px 16px}.logo-text{font-size:13px}.logo-image{width:24px;height:24px}}.hero{justify-content:center;align-items:center;width:100%;max-width:none;min-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.hero-backdrop{z-index:0;position:absolute;inset:0}.hero-backdrop-image{object-fit:cover;object-position:right center;filter:saturate(1.05)contrast(1.05);width:100%;height:100%}.hero-backdrop-overlay{background:linear-gradient(90deg,#070a14fa 0%,#070a14eb 36%,#070a148c 62%,#070a1433 100%),radial-gradient(circle at 72% 42%,#00bfff24,#0000 28%);position:absolute;inset:0}.hero-content{z-index:1;justify-content:flex-start;align-items:center;width:min(1400px,100% - 40px);padding:90px 0 72px;display:flex;position:relative}.hero-text{max-width:760px;animation:.8s slideInLeft}.subtitle{min-height:24px;color:var(--primary-color);letter-spacing:2.4px;text-transform:uppercase;background:#00bfff0f;border:1px solid #00bfff47;border-radius:999px;align-items:center;margin-bottom:18px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.hero-title{letter-spacing:-.045em;margin-bottom:18px;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:800;line-height:1.02}.hero-title .word{animation:.8s fadeInUp;display:block}.hero-title .word:first-child{animation-delay:.1s}.hero-title .word:nth-child(2){animation-delay:.2s}.hero-title .word:nth-child(3){animation-delay:.3s}.hero-title .word:nth-child(4){animation-delay:.4s}.hero-description{color:#d5d9e5;max-width:560px;margin-bottom:34px;font-size:16px;line-height:1.72;animation:.8s .45s both fadeInUp}.hero-buttons{flex-wrap:wrap;gap:14px;animation:.8s .55s both fadeInUp;display:flex}.hero-buttons .btn{min-width:132px}.hero-visual{display:none}.hero-visual-frame{background:linear-gradient(135deg,#00bfff14,#0a12223d);border:1px solid #00bfff29;border-radius:28px;width:min(100%,640px);height:min(72vh,620px);min-height:470px;position:relative;overflow:hidden;box-shadow:0 20px 80px #00000059}.hero-asset{z-index:2;filter:drop-shadow(0 18px 30px #00000073);width:min(54%,340px);max-width:340px;height:auto;animation:4s ease-in-out infinite float;position:absolute;inset:auto 40px 28px auto}.hero-visual-glow{filter:blur(10px);background:radial-gradient(circle,#00bfff42 0%,#00bfff14 32%,#0000 68%);width:340px;height:340px;animation:4s ease-in-out infinite pulse;position:absolute;inset:auto 0 0 auto;transform:translate(18%,16%)}@media (width<=1100px){.hero-content{padding:72px 0 64px}.hero-backdrop-image{object-position:center right}}@media (width<=768px){.hero{align-items:center;min-height:100vh;padding-top:0}.hero-content{justify-content:center;align-items:center;width:min(100%,100% - 20px);min-height:calc(100vh - 80px);padding:76px 0 58px}.hero-text{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.hero-title{letter-spacing:-.04em;margin-bottom:14px;font-size:clamp(2rem,9vw,3.1rem);line-height:1.05}.hero-description{max-width:100%;margin-bottom:22px;font-size:14px}.hero-buttons{flex-direction:column;align-items:center;gap:10px}.hero-buttons .btn{width:min(100%,240px);min-width:0;padding:12px 20px;font-size:13px}.hero-visual{display:none}}@media (width<=480px){.hero-content{width:min(100%,100% - 16px);min-height:calc(100vh - 72px);padding:68px 0 44px}.subtitle{letter-spacing:2px;margin-bottom:14px;font-size:10px}.hero-title{margin-bottom:12px;font-size:clamp(1.8rem,9.5vw,2.6rem)}.hero-description{margin-bottom:18px;font-size:13px;line-height:1.65}.hero-buttons .btn{width:min(100%,220px);padding:12px 18px;font-size:12px}}.stats{background:radial-gradient(circle at 50% 0,#00bfff1f,#0000 32%),#040507;border:none;max-width:none;margin:0;padding:74px 20px 84px;position:relative;overflow:hidden}.stats-wrapper{max-width:1100px;margin:0 auto}.stats-label{justify-content:center;margin-bottom:14px;display:flex}.stats-title{text-align:center;flex-direction:column;gap:2px;margin-bottom:42px;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700;line-height:1.05;animation:.6s fadeInUp;display:flex}.stats-title span{display:block}.stats-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1040px;margin:0 auto;display:grid}.stat-card{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#141414f5 0%,#0e0e0eeb 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:128px;padding:28px 24px;transition:all .3s;animation:.6s fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000047}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:before{content:"";opacity:0;background:radial-gradient(circle,#00bfff29 0%,#0000 68%);width:180%;height:180%;transition:opacity .3s;position:absolute;inset:auto auto -40% -40%}.stat-card:hover{border-color:#00bfff59;transform:translateY(-10px);box-shadow:0 14px 34px #00bfff24}.stat-card:hover:before{opacity:1}.stat-number{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:clamp(3rem,6vw,4.25rem);font-weight:800;display:block}.stat-label{letter-spacing:.08em;color:#ffffffb8;text-transform:capitalize;font-size:12px;font-weight:500}@media (width<=768px){.stats{padding:48px 16px 54px}.stats-title{margin-bottom:24px;font-size:clamp(1.35rem,5.5vw,1.8rem);line-height:1.1}.stats-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-card{min-height:96px;padding:18px 12px}.stat-number{margin-bottom:4px;font-size:clamp(2rem,10vw,2.7rem)}.stat-label{letter-spacing:.06em;font-size:10px}}@media (width<=420px){.stats-container{grid-template-columns:1fr}}.about{background:#000;max-width:none;min-height:100vh;margin:0;padding:0;scroll-margin-top:80px;position:relative;overflow:hidden}.about-backdrop{z-index:0;position:absolute;inset:0}.about-backdrop-image{object-fit:cover;object-position:center;filter:saturate(.9)contrast(1.05);width:100%;height:100%}.about-backdrop-overlay{background:linear-gradient(#04070ef0 0%,#04070ed1 20%,#000000fa 100%),radial-gradient(circle at 50% 20%,#00bfff1f,#0000 34%);position:absolute;inset:0}.about-inner{z-index:1;flex-direction:column;justify-content:flex-start;width:min(1160px,100% - 40px);min-height:100vh;margin:0 auto;padding:44px 0 72px;display:flex;position:relative}.about-header{text-align:center;max-width:760px;margin:0 auto 46px;animation:.6s fadeInUp}.about-header .section-label{justify-content:center;display:flex}.about-header .section-title{flex-direction:column;gap:2px;margin-bottom:20px;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.05;display:flex}.about-header .section-title span{display:block}.about-header .section-description{color:#ffffffb8;max-width:680px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:14px}.about-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;max-width:760px;margin:0 auto;padding-bottom:10px;display:grid}.about-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#1c1c1ef0 0%,#0d0d0ff5 100%);border:1px solid #ffffff14;border-radius:18px;min-height:220px;padding:30px 24px 24px;transition:all .4s;animation:.6s fadeInUp;position:relative;overflow:hidden;box-shadow:0 14px 38px #00000057}.about-card:first-child{animation-delay:.1s}.about-card:nth-child(2){animation-delay:.2s}.about-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#00bfff1f 0%,#0000 62%);width:180%;height:180%;transition:opacity .4s;position:absolute;inset:auto auto -40% -40%}.about-card:hover{border-color:#00bfff59;transform:translateY(-10px);box-shadow:0 16px 44px #00bfff29}.about-card:hover:before{opacity:1}.card-icon{background:#00bfff1a;border:1px solid #00bfff2e;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 20px;display:flex;box-shadow:inset 0 0 18px #00bfff1f}.card-icon img{object-fit:contain;filter:brightness(0)saturate()invert(47%)sepia(96%)saturate(1542%)hue-rotate(171deg)brightness(102%)contrast(104%)drop-shadow(0 0 10px #00bfff59);width:28px;height:28px}.about-card h3{color:var(--text-light);text-align:center;margin-bottom:10px;font-size:20px;font-weight:700}.about-card p{color:var(--text-muted);text-align:center;font-size:13px;line-height:1.8}@media (width<=768px){.about{min-height:auto}.about-inner{width:min(100%,100% - 28px);min-height:auto;padding:32px 0 56px}.about-header{margin-bottom:34px}.about-header .section-title{font-size:clamp(1.8rem,7vw,2.4rem)}.about-content{grid-template-columns:1fr;gap:14px;max-width:420px}.about-card{min-height:188px;padding:22px 18px 18px}.card-icon{width:48px;height:48px;margin-bottom:16px}.card-icon img{width:24px;height:24px}.about-card h3{font-size:18px}.about-card p{font-size:12px;line-height:1.65}}@media (width<=480px){.about-inner{width:min(100%,100% - 20px);padding:28px 0 48px}.about-header{margin-bottom:28px}.about-header .section-title{font-size:clamp(1.6rem,8vw,2rem)}.about-header .section-description{font-size:13px;line-height:1.6}.about-content{gap:12px;max-width:100%}.about-card{border-radius:16px;min-height:174px;padding:20px 16px 16px}.about-card p{font-size:11.5px;line-height:1.6}}.expertise{background:linear-gradient(#00bfff0a 0%,#0000 28%,#00bfff05 100%),#05070d;max-width:none;margin:0;padding:96px 20px 104px;position:relative;overflow:hidden}.expertise-backdrop{z-index:0;pointer-events:none;position:absolute;inset:0}.bg-icon{object-fit:contain;opacity:.55;filter:drop-shadow(0 0 14px #00bfff2e);width:44px;height:44px;animation:6s ease-in-out infinite float;position:absolute}.bg-icon.html{width:46px;height:46px;top:14%;left:4%}.bg-icon.css{width:40px;height:40px;top:34%;left:8%}.bg-icon.js{width:42px;height:42px;bottom:18%;left:3%}.bg-icon.react{width:48px;height:48px;top:12%;right:7%}.bg-icon.node{width:42px;height:42px;top:32%;right:11%}.bg-icon.figma{width:44px;height:44px;top:17%;left:30%}.bg-icon.ps{width:42px;height:42px;top:7%;left:36%}.bg-icon.linked{width:44px;height:44px;bottom:14%;right:4%}.bg-icon.insta{width:42px;height:42px;bottom:22%;left:28%}.bg-icon.ae{width:44px;height:44px;bottom:10%;right:28%}.bg-icon-0{animation-delay:0s}.bg-icon-1{animation-delay:.6s}.bg-icon-2{animation-delay:1.2s}.bg-icon-3{animation-delay:.2s}.bg-icon-4{animation-delay:1s}.bg-icon-5{animation-delay:.4s}.bg-icon-6{animation-delay:1.4s}.bg-icon-7{animation-delay:.8s}.bg-icon-8{animation-delay:1.6s}.bg-icon-9{animation-delay:.9s}.expertise-header,.expertise-grid{z-index:1;position:relative}.expertise-header{text-align:center;max-width:1400px;margin:0 auto 66px}.expertise-header .section-label{justify-content:center;display:flex}.expertise-header .section-title{margin-bottom:0;font-size:clamp(2.1rem,3.8vw,3.4rem)}.expertise-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:22px;max-width:1100px;margin:0 auto;display:grid}.expertise-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#090c15f5 0%,#12161feb 100%),#00bfff0d;border:1px solid #00bfff24;border-radius:18px;height:100%;min-height:214px;padding:26px 24px 24px;transition:transform .35s,box-shadow .35s,border-color .35s;animation:.6s fadeInUp;position:relative;overflow:hidden;box-shadow:0 16px 32px #0000003d}.expertise-card:first-child{animation-delay:.1s}.expertise-card:nth-child(2){animation-delay:.2s}.expertise-card:nth-child(3){animation-delay:.3s}.expertise-card:nth-child(4){animation-delay:.4s}.expertise-card:nth-child(5){animation-delay:.5s}.expertise-card:nth-child(6){animation-delay:.6s}.expertise-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 0 0,#00bfff38,#0000 45%);transition:opacity .35s;position:absolute;inset:0}.expertise-card:hover{border-color:#00bfff6b;transform:translateY(-10px);box-shadow:0 22px 44px #00bfff1f}.expertise-card:hover:before{opacity:1}.card-content{z-index:1;flex-direction:column;align-items:flex-start;height:100%;display:flex;position:relative}.card-icon-box{background:#00bfff1a;border:1px solid #00bfff2e;border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:18px;display:grid;box-shadow:inset 0 0 18px #00bfff1a}.service-icon{object-fit:contain;width:30px;height:30px;display:block}.icon-number{color:var(--primary-color);font-size:18px;font-weight:800}.expertise-card h3{color:var(--text-light);margin-bottom:12px;font-size:20px;font-weight:700}.expertise-card p{color:var(--text-muted);-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-top:auto;font-size:14px;line-height:1.75;display:-webkit-box;overflow:hidden}.card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00bfff1f 0%,#0000 65%);border-radius:50%;width:220px;height:220px;transition:opacity .35s;position:absolute;inset:auto -10% -20% auto}.expertise-card:hover .card-glow{opacity:1}@media (width<=1024px){.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bg-icon{opacity:.42}}@media (width<=768px){.expertise{padding:64px 16px 80px}.expertise-header{max-width:100%;margin-bottom:28px}.expertise-header .section-label{letter-spacing:.3em;font-size:12px}.expertise-header .section-title{font-size:clamp(2rem,8vw,2.8rem);line-height:1.05}.expertise-grid{grid-template-columns:1fr;justify-items:center;gap:20px;width:min(100%,420px)}.expertise-card{border-radius:24px;width:100%;min-height:228px;padding:28px 22px 24px}.card-content{text-align:center;align-items:center}.card-icon-box{width:58px;height:58px;margin-bottom:20px}.service-icon{width:34px;height:34px}.expertise-card h3{margin-bottom:10px;font-size:18px}.expertise-card p{-webkit-line-clamp:4;line-clamp:4;width:100%;max-width:300px;margin-top:0;font-size:13px;line-height:1.7}.bg-icon{opacity:.3;width:38px;height:38px}.bg-icon.react,.bg-icon.linked,.bg-icon.ae{display:none}}@media (width<=480px){.expertise{padding:58px 12px 72px}.expertise-header{margin-bottom:24px}.expertise-header .section-label{letter-spacing:.28em;font-size:11px}.expertise-header .section-title{font-size:clamp(1.8rem,9vw,2.3rem)}.expertise-grid{gap:18px;width:min(100%,380px)}.expertise-card{min-height:214px;padding:24px 18px 20px}.card-icon-box{width:54px;height:54px;margin-bottom:16px}.service-icon{width:30px;height:30px}.expertise-card h3{font-size:17px}.expertise-card p{max-width:280px;font-size:12.5px;line-height:1.65}}@media (width<=380px){.expertise{padding-left:10px;padding-right:10px}.expertise-grid{width:100%}.expertise-card{min-height:204px;padding:22px 16px 18px}}.creations{background:#020306;max-width:none;margin:0;padding:92px 20px 108px;position:relative;overflow:hidden}.creations-backdrop{z-index:0;pointer-events:none;position:absolute;inset:0}.creations-backdrop-image{object-fit:cover;object-position:center;filter:saturate()contrast(1.08)brightness(.92);width:100%;height:100%}.creations-backdrop-overlay{background:radial-gradient(circle at 50% 12%,#00bfff14,#0000 26%),linear-gradient(#0204086b 0%,#02040842 34%,#00000094 100%);position:absolute;inset:0}.creations-inner{z-index:1;width:min(1200px,100% - 40px);margin:0 auto;position:relative}.creations-header{text-align:center;max-width:1400px;margin:0 auto 56px}.creations-header .section-label{justify-content:center;margin-bottom:14px;display:flex}.creations-header .section-title{margin-bottom:0;font-size:clamp(2.2rem,3.8vw,3.6rem);line-height:1.04}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto;display:grid}.empty-state{text-align:center;color:#ffffffad;background:#ffffff08;border:1px dashed #00bfff2e;border-radius:18px;grid-column:1/-1;padding:24px 16px;font-size:15px}.project-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0a0c11b8 0%,#07090ed6 100%);border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;min-height:336px;transition:transform .35s,box-shadow .35s,border-color .35s;animation:.6s fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000057}.project-card-link{color:inherit;cursor:pointer;text-decoration:none}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:hover{border-color:#00bfff57;transform:translateY(-10px);box-shadow:0 22px 56px #00bfff1f}.project-image{border-bottom:1px solid #ffffff0a;height:178px;position:relative;overflow:hidden}.project-image-0{background:linear-gradient(#103a59 0%,#09131e 100%)}.project-image-1{background:linear-gradient(#1b2f4b 0%,#0a1320 100%)}.project-image-2{background:linear-gradient(#113756 0%,#08111b 100%)}.project-image:before{content:"";opacity:.78;z-index:1;background:linear-gradient(#ffffff0a 0%,#0000 52%),radial-gradient(circle at 50% 20%,#00bfff1a,#0000 42%);position:absolute;inset:0}.project-image-media{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.project-image-glow{filter:blur(8px);opacity:.8;z-index:2;background:radial-gradient(circle,#00bfff57 0%,#00bfff14 36%,#0000 70%);border-radius:50%;width:76px;height:76px;position:absolute;inset:auto 18px 18px auto}.project-content{background:#080a0f94;flex:1;padding:22px 20px 24px}.project-content h3{color:var(--text-light);margin-bottom:10px;font-size:20px;font-weight:700}.project-content p{color:#ffffffb3;max-width:290px;font-size:13px;line-height:1.6}.see-more{justify-content:center;margin-top:42px;display:flex}.see-more-btn{color:var(--primary-color);cursor:pointer;letter-spacing:.02em;background:0 0;border:1px solid #00bfffb3;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s}.see-more-btn:hover{background:#00bfff1f;transform:translateY(-3px);box-shadow:0 0 30px #00bfff47}@media (width<=1100px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.creations{padding:68px 16px 80px}.creations-inner{width:min(100%,100% - 8px)}.creations-header{margin-bottom:34px}.creations-header .section-title{font-size:clamp(2rem,8vw,2.8rem)}.projects-grid{grid-template-columns:1fr;gap:20px;width:min(100%,420px)}.project-card{border-radius:20px;min-height:318px}.project-image{height:164px}.project-content{padding:20px 18px}.project-content h3{margin-bottom:8px;font-size:18px}.project-content p{font-size:12.5px;line-height:1.55}.see-more{margin-top:34px}}@media (width<=480px){.creations{padding:60px 12px 72px}.creations-header{margin-bottom:28px}.creations-header .section-label{letter-spacing:.28em;font-size:11px}.creations-header .section-title{font-size:clamp(1.8rem,9vw,2.3rem)}.projects-grid{gap:18px;width:100%}.project-card{border-radius:18px;min-height:292px}.project-image{height:150px}.project-content{padding:18px 16px}.project-content h3{font-size:17px}.project-content p{font-size:12px}.view-project-btn{width:fit-content;margin-top:14px;padding:10px 16px;font-size:12px}.see-more-btn{width:100%;max-width:240px;padding:13px 22px}}.creations-page{background:linear-gradient(#030408fa 0%,#06080e 100%);width:100%;max-width:none;margin:0;padding:0 0 88px}.creations-page-hero{align-items:flex-end;width:100%;min-height:420px;padding:120px 20px 54px;display:flex;position:relative;overflow:hidden}.creations-page-backdrop{z-index:0;position:absolute;inset:0}.creations-page-backdrop-image{object-fit:cover;object-position:center;filter:saturate(1.02)contrast(1.05)brightness(.65);width:100%;height:100%}.creations-page-backdrop-overlay{background:linear-gradient(#0204084d 0%,#020408b3 44%,#020408f2 100%),radial-gradient(circle at 50% 18%,#00bfff1f,#0000 28%);position:absolute;inset:0}.creations-page-inner{z-index:1;width:min(1400px,100% - 40px);margin:0 auto;position:relative}.creations-page-inner .section-title{margin-bottom:14px;font-size:clamp(2.8rem,5vw,4.6rem)}.creations-page-inner .section-description{max-width:760px;margin-bottom:26px;font-size:16px;line-height:1.7}.creations-home-btn{color:#e9fbff;cursor:pointer;background:#00bfff14;border:1px solid #00bfff8c;border-radius:999px;padding:14px 24px;font-size:14px;font-weight:700;transition:transform .25s,background .25s,box-shadow .25s}.creations-home-btn:hover{background:#00bfff24;transform:translateY(-2px);box-shadow:0 12px 28px #00bfff26}.creations-page-sections{flex-direction:column;gap:34px;width:min(1400px,100% - 40px);margin:0 auto;padding-top:42px;display:flex}.creations-category-block{background:linear-gradient(#0c0d12f2 0%,#07080cfa 100%);border:1px solid #ffffff14;border-radius:28px;padding:28px;box-shadow:0 20px 48px #00000047}.creations-category-header{margin-bottom:22px}.creations-category-header .section-label{margin-bottom:10px}.creations-category-header h2{color:var(--text-light);margin-bottom:8px;font-size:clamp(1.6rem,2.3vw,2.4rem)}.creations-category-header p{color:#ffffff9e;font-size:14px}.creations-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.creations-category-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;overflow:hidden}.creations-category-image{background:linear-gradient(#103a59e6 0%,#09131e 100%);height:190px}.creations-category-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.creations-category-content{padding:18px 18px 20px}.creations-category-content h3{color:var(--text-light);margin-bottom:10px;font-size:18px}.creations-category-content p{color:#ffffffb8;font-size:14px;line-height:1.65}.view-project-btn{color:#dff8ff;cursor:pointer;background:#00bfff14;border:1px solid #00bfff8c;border-radius:999px;margin-top:16px;padding:11px 18px;font-size:13px;font-weight:700;transition:transform .25s,background .25s,box-shadow .25s}.view-project-btn:hover{background:#00bfff29;transform:translateY(-2px);box-shadow:0 10px 22px #00bfff24}.creations-page-empty{text-align:center;color:#ffffffb3;border:1px dashed #00bfff33;border-radius:18px;width:100%;padding:28px 16px}@media (width<=1100px){.creations-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.creations-page-hero{min-height:360px;padding:108px 16px 40px}.creations-page-inner,.creations-page-sections{width:min(100%,100% - 24px)}.creations-page-sections{gap:24px;padding-top:28px}.creations-category-block{border-radius:22px;padding:20px}.creations-category-grid{grid-template-columns:1fr}.creations-category-image{height:180px}.view-project-btn{width:fit-content;margin-top:14px;padding:10px 16px;font-size:12px}}.testimonials{background:#000;max-width:none;margin:0;padding:88px 20px 104px;position:relative;overflow:hidden}.testimonials-backdrop{z-index:0;pointer-events:none;position:absolute;inset:0}.testimonials-backdrop-image{object-fit:cover;object-position:center;filter:saturate(1.02)contrast(1.05)brightness(.82);width:100%;height:100%}.testimonials-backdrop-overlay{background:linear-gradient(#00000061 0%,#00000085 22%,#000000c7 100%),radial-gradient(circle at 50% 18%,#00bfff1a,#0000 28%);position:absolute;inset:0}.testimonials-shell{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#111214f5 0%,#08090cf7 100%);border:1px solid #ffffff12;border-radius:44px;width:min(1320px,100% - 120px);margin:0 auto;padding:40px 40px 34px;position:relative;box-shadow:0 24px 70px #00000070}.testimonials-header{text-align:center;max-width:920px;margin:0 auto 26px}.testimonials-header .section-label{justify-content:center;margin-bottom:12px;display:flex}.testimonials-header .section-title{margin-bottom:16px;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.04}.testimonials-header .section-description{color:#ffffffad;max-width:760px;margin:0 auto;font-size:16px;line-height:1.6}.empty-state{text-align:center;color:#ffffffad;background:#ffffff08;border:1px dashed #00bfff2e;border-radius:18px;padding:24px 16px;font-size:15px}.testimonials-marquee{margin:6px auto 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.testimonials-track{will-change:transform;gap:14px;width:max-content;animation:34s linear infinite testimonials-scroll;display:flex}.testimonials-marquee:hover .testimonials-track{animation-play-state:paused}.testimonial-card{background:linear-gradient(#1f1f21eb 0%,#161618f5 100%);border:1px solid #ffffff14;border-radius:22px;flex:0 0 clamp(280px,34vw,390px);height:100%;min-height:218px;padding:18px 18px 16px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.testimonial-card:before{content:"";opacity:.8;pointer-events:none;background:radial-gradient(circle at 0 0,#00bfff1c,#0000 48%);position:absolute;inset:0}.testimonial-content{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.testimonial-text{color:#fffc;flex:1;margin-top:6px;margin-bottom:14px;font-size:12.5px;line-height:1.55}.testimonial-author{border-top:1px solid #ffffff14;margin-top:auto;padding-top:12px}.author-name{color:var(--text-light);margin-bottom:4px;font-size:12px;font-weight:700}.author-title{color:#fff9;font-size:10px}.card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00bfff0f 0%,#0000 68%);position:absolute;inset:0}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1100px){.testimonials-shell{width:min(100%,100% - 32px);padding:34px 24px 30px}.testimonial-card{flex-basis:clamp(260px,62vw,420px)}}@media (width<=768px){.testimonials{padding:64px 12px 76px}.testimonials-shell{border-radius:28px;width:min(100%,100% - 4px);padding:28px 16px 24px}.testimonials-header{margin-bottom:28px}.testimonials-header .section-title{font-size:clamp(2rem,8vw,2.8rem)}.testimonials-header .section-description{font-size:14px}.testimonial-card{border-radius:18px;flex-basis:min(82vw,340px);min-height:204px;padding:18px 16px 16px}.testimonial-text{font-size:12.5px}.testimonials-marquee{margin-top:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.testimonials-track{gap:10px;width:max-content;animation:26s linear infinite testimonials-scroll;display:flex}.testimonial-card{border-radius:18px;flex:0 0 clamp(220px,78vw,300px);min-height:188px;padding:16px 14px 14px}}@media (width<=480px){.testimonials{padding:48px 10px 60px}.testimonials-shell{border-radius:24px;padding:20px 12px 18px}.testimonials-header{margin-bottom:24px}.testimonials-header .section-label{letter-spacing:.28em;font-size:11px}.testimonials-header .section-title{font-size:clamp(1.8rem,8vw,2.3rem)}.testimonial-card{flex-basis:min(84vw,280px);min-height:180px;padding:15px 12px 12px}}.become-partner{background:linear-gradient(90deg,#080c18fa 0%,#070a12fa 48%,#030408 100%);width:100%;max-width:none;margin:0;padding:72px 0 92px;position:relative;overflow:hidden}.become-partner-container{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#111214f0 0%,#08090cfa 100%);border:1px solid #ffffff14;border-radius:40px;flex-direction:column;gap:42px;width:min(100%,1400px);max-width:none;margin:0 auto;padding:58px 56px 56px;display:flex;position:relative;box-shadow:0 24px 70px #0000007a}.partner-header{flex-direction:column;align-items:flex-start;width:100%;max-width:920px;display:flex}.partner-header .section-title{max-width:760px;margin-bottom:18px;font-size:clamp(2.8rem,4.4vw,4.6rem);line-height:.98}.partner-header .section-description{color:#ffffffa8;max-width:760px;margin-bottom:0;font-size:16px;line-height:1.75}.partner-columns{align-items:flex-start;gap:64px;display:flex}.partner-content{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;flex:1 1 0;min-width:0;padding:24px 22px 22px;animation:.8s slideInLeft}.contact-info{flex-direction:column;gap:24px;display:flex}.info-item{border-bottom:1px solid #ffffff14;padding:18px 0;animation:.6s fadeInUp}.info-item:last-child{border-bottom:none}.info-item .label{color:#ffffff75;letter-spacing:3px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.info-item p{color:#f4f4f4;font-size:18px;font-weight:500}.info-icon{color:#56bfff;letter-spacing:0;flex:none;place-items:center;width:18px;height:18px;font-size:14px;line-height:1;display:inline-grid;transform:translateY(-1px)}.partner-form-container{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;flex:1 1 0;justify-content:flex-end;align-items:flex-start;padding:24px 22px 22px;animation:.8s slideInRight;display:flex}.partner-form-container h3{display:none}.partner-form{flex-direction:column;gap:22px;width:min(100%,720px);margin-left:auto;padding-top:8px;display:flex}.form-group{flex-direction:column;display:flex}.form-input{color:#f4f4f4;background:0 0;border:none;border-bottom:1px solid #ffffff1a;border-radius:0;outline:none;padding:14px 0 15px;font-family:inherit;font-size:15px;transition:all .3s}.form-input::placeholder{color:#ffffff57}.form-input:focus{border-bottom-color:#56bfff;box-shadow:0 6px 0 -4px #56bfff73}.form-input:disabled{opacity:.6;cursor:not-allowed}.form-message{text-align:center;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500;animation:.4s fadeInUp}.form-message.success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d}.form-message.error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.submit-btn{color:#000;cursor:pointer;letter-spacing:.2px;background:#56bfff;border:none;border-radius:999px;margin-top:14px;padding:16px 28px;font-size:16px;font-weight:600;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #56bfff40}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.partner-grid{pointer-events:none;opacity:.16;z-index:0;background-image:linear-gradient(#56bfff08 1px,#0000 1px),linear-gradient(90deg,#56bfff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}@media (width<=1024px){.become-partner-container{align-items:stretch;gap:34px;padding:40px 28px 36px}.partner-columns{flex-direction:column;gap:28px}.partner-content,.partner-form-container{background:0 0;border:none;width:100%;padding:0}.partner-form{width:100%;margin-left:0;padding-top:0}}@media (width<=768px){.become-partner{padding:56px 12px 68px}.become-partner-container{border-radius:28px;gap:24px;width:100%;padding:28px 18px 24px}.partner-header .section-title{margin-bottom:14px;font-size:clamp(2.3rem,10vw,3rem)}.partner-header .section-description{font-size:14px}.contact-info{gap:18px}.info-item{padding:14px 0}.info-item p{font-size:16px}.form-input{font-size:14px}.submit-btn{padding:12px 24px;font-size:14px}}@media (width<=480px){.become-partner{padding:44px 10px 56px}.become-partner-container{border-radius:24px;gap:20px;width:100%;padding:24px 14px 20px}.partner-header .section-title{margin-bottom:12px}.contact-info{gap:14px}.info-item p{font-size:15px}.submit-btn{width:100%}}.footer{color:var(--text-light);background:linear-gradient(135deg,#0f0f1e 0%,#16213e 100%);border-top:1px solid #00bfff1a;padding:80px 20px 30px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;max-width:1400px;margin:0 auto 50px;animation:.6s fadeInUp;display:grid}.footer-section h3,.footer-section h4{color:var(--primary-color);margin-bottom:20px;font-size:18px;font-weight:700}.footer-section h3{font-size:22px}.footer-section p{color:var(--text-muted);font-size:14px;line-height:1.8}.footer-section ul{list-style:none}.footer-section li{margin-bottom:12px}.footer-section a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .3s;display:inline-block}.footer-section a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid #00bfff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding-top:30px;display:flex}.footer-bottom p{color:var(--text-muted);font-size:14px}.social-links{gap:14px;display:flex}.social-link{background:#ffffff0a;border:1px solid #00bfff1f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:color .3s;display:inline-flex}.social-link:hover{background:#00bfff14;border-color:#00bfff73}.social-icon{object-fit:contain;width:20px;height:20px;display:block}@media (width<=768px){.footer{padding:60px 20px 20px}.footer-content{gap:40px;margin-bottom:30px}.footer-bottom{text-align:center;flex-direction:column}.social-links{justify-content:center}}.floating-whatsapp{z-index:2000;background:linear-gradient(#25d366f5,#15a652f5);border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 14px 30px #00000052,0 0 0 6px #25d3661f}.floating-whatsapp:hover{filter:brightness(1.03);transform:translateY(-3px)scale(1.03);box-shadow:0 18px 36px #0000005c,0 0 0 8px #25d36629}.floating-whatsapp-icon{object-fit:contain;width:30px;height:30px;display:block}@media (width<=768px){.floating-whatsapp{width:52px;height:52px;bottom:14px;right:14px}.floating-whatsapp-icon{width:26px;height:26px}}
