html{scroll-behavior:smooth}:root{--bg:#060B18;--bg2:#0C1525;--bg3:#112240;--accent:#00CFFD;--accent2:#7C5CF6;--green:#64FFDA;--text:#8892B0;--text-mid:#A8B2D8;--text-light:#CCD6F6;--white:#E6F1FF;--border:rgba(100,149,237,.12);--glow:rgba(0,207,253,.15)}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent2);border-radius:3px}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 6%;background:rgba(6,11,24,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s}.nav-logo{font-size:1.2rem;font-weight:700;color:var(--white);text-decoration:none;letter-spacing:.5px}.nav-logo span{color:var(--accent)}nav ul{list-style:none;display:flex;gap:2rem;align-items:center}nav ul a{color:var(--text-mid);text-decoration:none;font-size:.88rem;letter-spacing:.5px;transition:color .2s}nav ul a:hover{color:var(--accent)}.nav-cta{background:transparent;border:1px solid var(--accent);color:var(--accent)!important;padding:.5rem 1.2rem;border-radius:4px;font-size:.82rem!important;letter-spacing:1px;transition:background .2s,color .2s}.nav-cta:hover{background:rgba(0,207,253,.12)}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 6% 5rem;position:relative;overflow:hidden}.hero:before{top:-30%;right:-10%;width:70vw;height:70vw;max-width:800px;max-height:800px;background:radial-gradient(circle,rgba(124,92,246,.08) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{bottom:-20%;left:-5%;width:50vw;height:50vw;max-width:600px;max-height:600px;background:radial-gradient(circle,rgba(0,207,253,.06) 0,transparent 70%)}.hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.hero-tag{display:inline-block;color:var(--accent);font-size:.8rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.2rem}.hero-tag:before{content:"// ";opacity:.5}.hero-title{font-size:clamp(2.4rem,5vw,3.8rem);color:var(--white);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-title .grad{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.05rem;color:var(--text-mid);max-width:480px;margin-bottom:2.5rem;line-height:1.8}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;padding:.85rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.92rem;letter-spacing:.5px;transition:opacity .2s,transform .2s}.btn-primary:hover{opacity:.88;transform:translateY(-2px)}.btn-ghost{display:inline-block;border:1px solid var(--border);color:var(--text-light);padding:.85rem 2rem;border-radius:6px;text-decoration:none;font-size:.92rem;transition:border-color .2s,color .2s,transform .2s}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.code-window{background:var(--bg2);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.03);position:relative}.code-chrome{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg3);border-bottom:1px solid var(--border)}.cc-dot{width:11px;height:11px;border-radius:50%}.cc-dot.r{background:#FF5F57}.cc-dot.y{background:#FFBD2E}.cc-dot.g{background:#28CA41}.cc-tab{margin-left:.8rem;background:var(--bg2);padding:.3rem .9rem;border-radius:4px 4px 0 0;font-size:.72rem;color:var(--text-mid);letter-spacing:.5px}.code-body{padding:1.5rem 1.5rem 2rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.9}.cl{display:block;padding-left:1.5rem;text-indent:-1.5rem}.cl:before{content:attr(data-ln);display:inline-block;width:1.5rem;color:#3A4A6A;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem}.kw{color:#C792EA}.fn{color:#82AAFF}.str{color:#C3E88D}.num{color:#F78C6C}.cmt{color:#546E7A;font-style:italic}.prop{color:var(--accent)}.cursor{display:inline-block;width:9px;height:1.1em;background:var(--accent);vertical-align:text-bottom;margin-left:2px;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.stats-band{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 6%}.stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center}.stat-item{position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:var(--border)}.stat-num{font-size:2.6rem;font-weight:800;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-sfx{-webkit-text-fill-color:unset;color:var(--accent2)}.stat-label{font-size:.82rem;color:var(--text);margin-top:.5rem;letter-spacing:.5px}section{padding:6rem 6%}.section-inner{max-width:1200px;margin:0 auto}.section-tag{display:inline-block;color:var(--accent);font-size:.75rem;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.6rem}.section-tag:before{content:"// ";opacity:.5}.section-title{font-size:clamp(1.8rem,3vw,2.4rem);color:var(--white);font-weight:700;margin-bottom:1rem}.section-title .hl{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-sub{font-size:.98rem;color:var(--text);max-width:520px;line-height:1.8}.section-head{margin-bottom:3.5rem}.about-section{background:var(--bg2)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.about-visual{position:relative;background:var(--bg3);border:1px solid var(--border);border-radius:12px;padding:2.5rem;overflow:hidden}.about-visual:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent2))}.av-avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;box-shadow:0 0 30px rgba(0,207,253,.3)}.av-name{font-size:1.3rem;color:var(--white);font-weight:700;margin-bottom:.25rem}.av-role{font-size:.85rem;color:var(--accent);letter-spacing:1px;margin-bottom:1.5rem}.skill-bars{display:flex;flex-direction:column;gap:1rem}.sb-header{display:flex;justify-content:space-between;margin-bottom:.4rem}.sb-name{font-size:.82rem;color:var(--text-light)}.sb-pct{font-size:.78rem;color:var(--accent)}.sb-track{height:5px;background:var(--bg);border-radius:3px;overflow:hidden}.sb-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--accent2));transform-origin:left;transform:scaleX(0);transition:transform 1.2s cubic-bezier(.25,.46,.45,.94)}.sb-fill.animate{transform:scaleX(1)}.about-text p{margin-bottom:1.2rem;color:var(--text-mid);line-height:1.9}.tech-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.chip{padding:.35rem .85rem;border-radius:4px;background:var(--bg3);border:1px solid var(--border);font-size:.78rem;color:var(--text-mid);letter-spacing:.5px;transition:border-color .2s,color .2s}.chip:hover{border-color:var(--accent);color:var(--accent)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.srv-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:2rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}.srv-card:hover{border-color:rgba(0,207,253,.3);transform:translateY(-4px)}.srv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent2));opacity:0;transition:opacity .3s}.srv-card:hover:before{opacity:1}.srv-icon{width:48px;height:48px;border-radius:10px;background:var(--bg3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem}.srv-title{font-size:1.05rem;color:var(--text-light);font-weight:600;margin-bottom:.6rem}.srv-desc{font-size:.88rem;color:var(--text);line-height:1.8}.portfolio-section{background:var(--bg2)}.portfolio-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.5rem;gap:1.5rem}.port-item:first-child{grid-column:1/3}.port-item:nth-child(2){grid-column:3/5}.port-item:nth-child(3){grid-column:5/7}.port-item:nth-child(4){grid-column:2/4}.port-item:nth-child(5){grid-column:4/6}.port-item{display:block;text-decoration:none;background:var(--bg3);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.port-item:hover{border-color:rgba(0,207,253,.4);transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.4),0 0 30px rgba(0,207,253,.08)}.browser-chrome{display:flex;align-items:center;gap:.4rem;padding:.6rem .85rem;background:rgba(255,255,255,.03);border-bottom:1px solid var(--border)}.bd{width:8px;height:8px;border-radius:50%}.bd.r{background:#FF5F57}.bd.y{background:#FFBD2E}.bd.g{background:#28CA41}.b-url{flex:1 1;margin-left:.4rem;background:rgba(255,255,255,.05);border-radius:3px;padding:.18rem .6rem;font-family:monospace;font-size:.68rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-preview{height:160px;position:relative;overflow:hidden}.prev-health{background:#03045E}.prev-health .p-nav{height:20px;background:rgba(0,119,182,.8);display:flex;align-items:center;gap:6px;padding:0 8px}.prev-health .p-nav span{width:20px;height:4px;border-radius:2px;background:rgba(255,255,255,.3)}.prev-health .p-nav span:first-child{width:40px;background:#fff}.prev-health .p-hero{height:70px;background:linear-gradient(135deg,#0077B6,#03045E);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0 12px}.prev-health .p-hero-title{width:100px;height:7px;border-radius:3px;background:rgba(255,255,255,.85)}.prev-health .p-hero-sub{width:70px;height:4px;border-radius:2px;background:rgba(144,224,239,.6)}.prev-health .p-hero-btn{width:50px;height:14px;border-radius:3px;background:#0077B6;border:1px solid #90e0ef;margin-top:3px}.prev-health .p-cards{display:flex;gap:5px;padding:8px}.prev-health .p-card{flex:1 1;height:35px;border-radius:4px;background:rgba(0,119,182,.3);border:1px solid rgba(144,224,239,.2)}.prev-realestate{background:#0F1F3D}.prev-realestate .p-nav{height:20px;background:rgba(15,31,61,.95);display:flex;align-items:center;gap:6px;padding:0 8px;border-bottom:1px solid rgba(201,168,76,.2)}.prev-realestate .p-nav span{width:20px;height:4px;border-radius:2px;background:rgba(201,168,76,.3)}.prev-realestate .p-nav span:first-child{width:35px;background:#C9A84C}.prev-realestate .p-hero{height:65px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='65'%3E%3Crect fill='%230d1a30' width='100' height='65'/%3E%3Crect fill='%23142042' x='0' y='30' width='100' height='35'/%3E%3Crect fill='%231a2d52' x='10' y='25' width='20' height='40'/%3E%3Crect fill='%23213566' x='35' y='15' width='30' height='50'/%3E%3Crect fill='%231a2d52' x='70' y='28' width='22' height='37'/%3E%3C/svg%3E") 50%/cover;position:relative}.prev-realestate .p-hero,.prev-realestate .p-overlay{display:flex;align-items:center;justify-content:center}.prev-realestate .p-overlay{position:absolute;inset:0;background:rgba(15,31,61,.5);flex-direction:column;gap:4px}.prev-realestate .p-title{width:80px;height:7px;border-radius:3px;background:#fff}.prev-realestate .p-sub{width:55px;height:4px;border-radius:2px;background:rgba(201,168,76,.8)}.prev-realestate .p-cards{display:flex;gap:5px;padding:8px}.prev-realestate .p-card{flex:1 1;height:40px;border-radius:4px;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.15);position:relative;overflow:hidden}.prev-realestate .p-card:before{content:"";position:absolute;top:0;left:0;right:0;height:24px;background:rgba(201,168,76,.15)}.prev-law,.prev-law .p-nav{background:#1A1A2E}.prev-law .p-nav{height:20px;display:flex;align-items:center;gap:6px;padding:0 8px;border-bottom:1px solid rgba(184,151,58,.2)}.prev-law .p-nav span{width:20px;height:3px;background:rgba(248,245,238,.2)}.prev-law .p-nav span:first-child{width:35px;background:#B8973A}.prev-law .p-hero{height:75px;background:#1A1A2E;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-bottom:1px solid rgba(184,151,58,.15);padding:0 12px}.prev-law .p-line{height:6px;border-radius:2px;background:rgba(248,245,238,.6)}.prev-law .p-line.w80{width:80%}.prev-law .p-line.w60{width:60%}.prev-law .p-line.w40{width:40%}.prev-law .p-gold-line{width:30px;height:2px;background:#B8973A;margin-bottom:4px}.prev-law .p-cards{display:flex;gap:5px;padding:8px}.prev-law .p-card{flex:1 1;height:38px;border-radius:3px;background:rgba(184,151,58,.05);border:1px solid rgba(184,151,58,.12)}.prev-store{background:#FBF5EC}.prev-store .p-nav{height:20px;background:#2C1A0E;display:flex;align-items:center;gap:6px;padding:0 8px}.prev-store .p-nav span{width:18px;height:3px;background:rgba(193,125,60,.4)}.prev-store .p-nav span:first-child{width:32px;background:#C17D3C}.prev-store .p-hero{height:55px;background:linear-gradient(135deg,#3D2211,#2C1A0E);display:flex;align-items:center;justify-content:center;gap:6px;padding:0 10px}.prev-store .p-hero-text{display:flex;flex-direction:column;gap:3px}.prev-store .p-h1{width:70px;height:6px;border-radius:2px;background:rgba(255,255,255,.8)}.prev-store .p-h2{width:50px;height:4px;border-radius:2px;background:rgba(193,125,60,.7)}.prev-store .p-cards{display:flex;gap:5px;padding:8px;background:#FBF5EC}.prev-store .p-card{flex:1 1;height:42px;border-radius:4px;background:#fff;border:1px solid rgba(44,26,14,.1);position:relative;overflow:hidden}.prev-store .p-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:12px;background:rgba(193,125,60,.15)}.prev-enterprise{background:#0A192F}.prev-enterprise .p-nav{height:20px;background:rgba(10,25,47,.9);display:flex;align-items:center;gap:6px;padding:0 8px;border-bottom:1px solid rgba(100,255,218,.1)}.prev-enterprise .p-nav span{width:18px;height:3px;background:rgba(100,255,218,.2)}.prev-enterprise .p-nav span:first-child{width:30px;background:#64FFDA}.prev-enterprise .p-hero{height:65px;background:linear-gradient(135deg,#0A192F,#112240);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.prev-enterprise .p-h1{width:90px;height:7px;border-radius:3px;background:rgba(230,241,255,.8)}.prev-enterprise .p-h2{width:65px;height:4px;border-radius:2px;background:rgba(100,255,218,.5)}.prev-enterprise .p-btn{width:55px;height:14px;border-radius:3px;background:rgba(100,255,218,.15);border:1px solid rgba(100,255,218,.5);margin-top:2px}.prev-enterprise .p-cards{display:flex;gap:5px;padding:8px}.prev-enterprise .p-card{flex:1 1;height:38px;border-radius:4px;background:rgba(100,255,218,.03);border:1px solid rgba(100,255,218,.1)}.port-info{padding:1rem 1.1rem 1.2rem}.port-tag{font-size:.7rem;color:var(--accent);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.3rem}.port-title{font-size:.95rem;color:var(--text-light);font-weight:600}.port-open{display:inline-block;margin-top:.5rem;font-size:.75rem;color:var(--text);border:1px solid var(--border);padding:.25rem .7rem;border-radius:3px;transition:color .2s,border-color .2s}.port-item:hover .port-open{color:var(--accent);border-color:var(--accent)}.process-section{background:var(--bg)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.proc-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:2rem 1.5rem;transition:border-color .3s,transform .3s}.proc-card:hover{border-color:rgba(124,92,246,.4);transform:translateY(-4px)}.proc-num{font-size:3rem;font-weight:900;background:linear-gradient(135deg,rgba(0,207,253,.15),rgba(124,92,246,.15));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.proc-title{font-size:.95rem;color:var(--text-light);font-weight:600;margin-bottom:.5rem}.proc-desc{font-size:.84rem;color:var(--text);line-height:1.7}.cta-section{background:var(--bg2);padding:7rem 6%;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(124,92,246,.12) 0,transparent 70%);pointer-events:none}.cta-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.cta-pre{color:var(--accent);font-size:.8rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:.8rem}.cta-title{font-size:clamp(2rem,4vw,3rem);color:var(--white);font-weight:800;margin-bottom:1rem}.cta-sub{color:var(--text-mid);font-size:1rem;line-height:1.8;margin-bottom:2.5rem}.cta-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-link{display:flex;align-items:center;gap:.6rem;color:var(--text-mid);text-decoration:none;font-size:.9rem;border:1px solid var(--border);padding:.8rem 1.5rem;border-radius:6px;background:var(--bg3);transition:border-color .2s,color .2s,transform .2s}.cta-link:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.cta-link svg{flex-shrink:0}.cta-bigbtn{display:inline-block;margin-bottom:2rem;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:.5px;transition:opacity .2s,transform .2s}.cta-bigbtn:hover{opacity:.88;transform:translateY(-3px)}footer{background:var(--bg);border-top:1px solid var(--border);padding:2rem 6%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.foot-left{font-size:.83rem;color:var(--text)}.foot-left strong{color:var(--text-mid)}.foot-right{display:flex;gap:1.5rem}.foot-right a{color:var(--text);font-size:.83rem;text-decoration:none;transition:color .2s}.foot-right a:hover{color:var(--accent)}.reveal,.reveal-left,.reveal-right{opacity:0;transition:opacity .7s ease,transform .7s ease}.reveal{transform:translateY(30px)}.reveal-left{transform:translateX(-40px)}.reveal-right{transform:translateX(40px)}.reveal-left.visible,.reveal-right.visible,.reveal.visible{opacity:1;transform:none}.stagger>*{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.stagger.visible>*{opacity:1;transform:none}.stagger.visible>:nth-child(2){transition-delay:.1s}.stagger.visible>:nth-child(3){transition-delay:.2s}.stagger.visible>:nth-child(4){transition-delay:.3s}.stagger.visible>:nth-child(5){transition-delay:.4s}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-sub{max-width:100%}.about-grid{grid-template-columns:1fr;gap:3rem}.portfolio-grid{grid-template-columns:repeat(4,1fr)}.port-item:first-child{grid-column:1/3}.port-item:nth-child(2){grid-column:3/5}.port-item:nth-child(3){grid-column:1/3}.port-item:nth-child(4){grid-column:3/5}.port-item:nth-child(5){grid-column:2/4}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){nav ul{display:none}.hero{padding:7rem 6% 4rem}.stats-inner{grid-template-columns:repeat(2,1fr)}.stat-item:after{display:none}.portfolio-grid{grid-template-columns:1fr 1fr}.port-item:nth-child(n){grid-column:span 1}.process-grid,.services-grid{grid-template-columns:1fr}footer{flex-direction:column;text-align:center}}@media (max-width:480px){.portfolio-grid{grid-template-columns:1fr}.port-item:nth-child(n){grid-column:span 1}.cta-links,.hero-btns{flex-direction:column}.cta-links{align-items:center}}