.site-header{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#0b0f19e0;border-bottom:1px solid #ffffff14;width:100%;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;gap:30px;width:min(1240px,100% - 40px);min-height:78px;margin:0 auto;display:flex}.brand{color:#fff;letter-spacing:-.5px;white-space:nowrap;font-size:22px;font-weight:800;text-decoration:none}.brand span{color:#5b7cff}.main-nav{justify-content:center;align-items:center;gap:30px;display:flex}.main-nav a{color:#aeb6c8;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s}.main-nav a:hover{color:#fff;transform:translateY(-1px)}.header-actions{align-items:center;gap:12px;display:flex}.theme-toggle,.mobile-menu-button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:44px;height:44px;transition:all .25s;display:grid}.theme-toggle:hover,.mobile-menu-button:hover{background:#ffffff1a;transform:translateY(-2px)}.resume-button{color:#fff;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.resume-button:hover{background:#5b7cff1f;border-color:#5b7cff80;transform:translateY(-2px)}.mobile-menu-button{display:none}@media (width<=900px){.header-container{min-height:72px}.main-nav{background:#111827f7;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;align-items:stretch;padding:18px;display:none;position:absolute;top:calc(100% + 1px);left:20px;right:20px;box-shadow:0 20px 60px #00000059}.main-nav.open{display:flex}.main-nav a{border-radius:10px;width:100%;padding:12px 14px}.main-nav a:hover{background:#ffffff0f}.mobile-menu-button{display:grid}}@media (width<=600px){.header-container{width:min(100% - 24px,1240px)}.brand{font-size:18px}.resume-button{width:44px;padding:0}.resume-button span{display:none}.theme-toggle,.mobile-menu-button,.resume-button{width:40px;height:40px}}.hero-section{background:radial-gradient(circle at 15% 30%,#22d3ee14,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf61f,#0000 30%),#0b0f19;min-height:calc(100vh - 78px);position:relative;overflow:hidden}.hero-container{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;width:min(1240px,100% - 40px);min-height:calc(100vh - 78px);margin:0 auto;padding:70px 0;display:grid}.hero-content{z-index:5;position:relative}.hero-eyebrow{color:#67e8f9;background:#38bdf80f;border:1px solid #38bdf82e;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:22px;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.hero-title{color:#fff;flex-direction:column;align-items:flex-start;max-width:760px;margin:0;display:flex}.hero-title-fixed{color:#fff;white-space:nowrap;display:block}.hero-rotating-wrap{width:100%;min-height:1.08em;display:block;position:relative;overflow:hidden}.hero-rotating-text{background:linear-gradient(90deg,#38bdf8 0%,#60a5fa 30%,#818cf8 62%,#a855f7 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;padding-bottom:5px;animation:.65s both heroTextChange;display:inline-block}@keyframes heroTextChange{0%{opacity:0;filter:blur(5px);transform:translateY(25px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-description{color:#9ca8bd;max-width:620px;margin:25px 0 0;font-size:17px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-primary-btn,.hero-secondary-btn{border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s;display:inline-flex}.hero-primary-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 14px 36px #4f46e540}.hero-secondary-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f}.hero-primary-btn:hover,.hero-secondary-btn:hover{transform:translateY(-3px)}.hero-primary-btn:hover{box-shadow:0 18px 45px #4f46e566}.hero-secondary-btn:hover{background:#ffffff14;border-color:#fff3}.hero-tech-list{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-tech-list span{color:#b5bfd1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:600;transition:transform .25s,border-color .25s,background .25s}.hero-tech-list span:hover{background:#38bdf80f;border-color:#38bdf840;transform:translateY(-2px)}.hero-visual{justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.code-card{z-index:4;-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#172032f2,#111827e6);border:1px solid #ffffff1f;border-radius:30px;width:min(100%,470px);padding:22px;position:relative;box-shadow:0 40px 100px #00000080,0 0 80px #6366f11f}.code-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#22d3ee8c,#8b5cf673,#0000 65%);padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.code-card-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.window-dots{gap:7px;display:flex}.window-dots span{border-radius:50%;width:10px;height:10px}.window-dots span:first-child{background:#f43f5e}.window-dots span:nth-child(2){background:#fbbf24}.window-dots span:nth-child(3){background:#34d399}.code-file{color:#94a3b8;align-items:center;gap:6px;font-size:12px;display:flex}.code-area{color:#ccd6e6;background:#070b14;border:1px solid #ffffff0f;border-radius:20px;min-height:270px;padding:26px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px;line-height:2;overflow:hidden}.code-indent{padding-left:24px}.code-purple{color:#c084fc}.code-cyan{color:#22d3ee}.code-string{color:#93c5fd}.code-green{color:#4ade80}.code-bottom-cards{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.mini-code-card{color:#c7d1df;background:#ffffff0b;border:1px solid #ffffff12;border-radius:16px;padding:15px;font-size:12px}.mini-bar{background:#ffffff14;border-radius:999px;height:7px;margin-top:10px;overflow:hidden}.mini-bar i{border-radius:inherit;background:linear-gradient(90deg,#22d3ee,#8b5cf6);width:76%;height:100%;display:block}.floating-badge{z-index:6;color:#fff;-webkit-backdrop-filter:blur(14px);background:#182030c7;border:1px solid #ffffff1a;border-radius:13px;padding:10px 14px;font-size:13px;font-weight:700;animation:5s ease-in-out infinite heroFloat;position:absolute;box-shadow:0 12px 30px #00000040}.badge-react{top:28px;left:10px}.badge-js{animation-delay:-1s;top:135px;right:-12px}.badge-wp{animation-delay:-2s;bottom:95px;left:-18px}.badge-elementor{animation-delay:-3s;bottom:20px;right:35px}.hero-orbit{z-index:1;border:1px solid #6366f11f;border-radius:50%;width:520px;height:520px;position:absolute}.hero-orbit:before{content:"";border:1px solid #22d3ee14;border-radius:50%;position:absolute;inset:38px}.hero-glow{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-one{background:#22d3ee33;width:240px;height:240px;bottom:70px;left:0}.hero-glow-two{background:#8b5cf638;width:260px;height:260px;top:70px;right:0}.hero-dot{z-index:3;border-radius:50%;width:12px;height:12px;position:absolute}.dot-one{background:#8b5cf6;top:70px;right:70px}.dot-two{background:#22d3ee;bottom:130px;right:10px}.dot-three{background:#60a5fa;width:7px;height:7px;top:170px;left:50px}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=1024px){.hero-section{min-height:auto}.hero-container{grid-template-columns:1fr;gap:45px;min-height:auto;padding:70px 0}.hero-content{text-align:center}.hero-eyebrow{margin-left:auto;margin-right:auto}.hero-title{align-items:center;margin-left:auto;margin-right:auto}.hero-title-fixed{white-space:normal}.hero-description{margin-left:auto;margin-right:auto}.hero-actions,.hero-tech-list{justify-content:center}.hero-visual{width:min(100%,620px);margin:0 auto}}@media (width<=600px){.hero-section{min-height:auto}.hero-container{gap:35px;width:min(100% - 28px,1240px);min-height:auto;padding:50px 0 60px}.hero-eyebrow{margin-bottom:18px;padding:8px 11px;font-size:11px}.hero-title{align-items:center;max-width:100%}.hero-title-fixed{white-space:normal}.hero-rotating-wrap{text-align:center;min-height:1.12em}.hero-rotating-text{padding-bottom:4px}.hero-description{margin-top:20px;font-size:15px;line-height:1.7}.hero-actions{flex-direction:column;margin-top:26px}.hero-primary-btn,.hero-secondary-btn{width:100%}.hero-tech-list{gap:8px;margin-top:22px}.hero-tech-list span{padding:8px 10px;font-size:11px}.hero-visual{min-height:480px}.code-card{border-radius:24px;width:min(100%,440px);padding:15px}.code-area{min-height:230px;padding:18px;font-size:12px;line-height:1.9}.code-indent{padding-left:12px}.code-bottom-cards{grid-template-columns:1fr;gap:9px}.floating-badge{padding:8px 10px;font-size:11px}.badge-react{top:18px;left:5px}.badge-js{top:100px;right:0}.badge-wp{bottom:80px;left:0}.badge-elementor{bottom:15px;right:15px}.hero-orbit{width:420px;height:420px}.hero-glow-one{width:180px;height:180px}.hero-glow-two{width:190px;height:190px}}@media (width<=390px){.hero-container{width:min(100% - 22px,1240px)}.hero-description{font-size:14px}.hero-visual{min-height:440px}.code-area{padding:14px;font-size:11px}.floating-badge{font-size:10px}.hero-orbit{width:360px;height:360px}}@media (prefers-reduced-motion:reduce){.hero-rotating-text,.floating-badge{animation:none}.hero-primary-btn,.hero-secondary-btn,.hero-tech-list span{transition:none}}.stats-section{background:#0b0f19;padding:25px 0 85px;position:relative}.stats-container{grid-template-columns:repeat(4,1fr);gap:16px;width:min(1240px,100% - 40px);margin:0 auto;display:grid}.stat-card{background:#ffffff09;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:18px;min-height:120px;padding:22px;transition:transform .25s,border-color .25s,background .25s;display:flex}.stat-card:hover{background:#ffffff0e;border-color:#38bdf838;transform:translateY(-5px)}.stat-icon{color:#67e8f9;background:linear-gradient(145deg,#38bdf826,#8b5cf61f);border:1px solid #38bdf824;border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.stat-card h3{color:#fff;margin:0 0 5px;font-size:28px;line-height:1}.stat-card p{color:#8f9bad;margin:0;font-size:13px;line-height:1.5}@media (width<=900px){.stats-container{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.stats-section{padding-bottom:60px}.stats-container{grid-template-columns:1fr;width:calc(100% - 28px)}}.services-section{background:radial-gradient(circle at 8% 40%,#22d3ee0f,#0000 26%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.services-container{width:min(1240px,100% - 40px);margin:0 auto}.section-heading{max-width:680px;margin-bottom:50px}.section-kicker{color:#67e8f9;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:800;display:inline-block}.section-heading h2{color:#fff;margin:0}.section-heading h2 span{color:#818cf8}.section-heading p{color:#919caf;max-width:620px;margin:18px 0 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{background:linear-gradient(145deg,#ffffff0d,#ffffff06);border:1px solid #ffffff14;border-radius:22px;min-height:280px;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.service-card:before{content:"";filter:blur(15px);background:#6366f121;border-radius:50%;width:130px;height:130px;transition:transform .35s;position:absolute;top:-60px;right:-55px}.service-card:hover{border-color:#38bdf838;transform:translateY(-8px);box-shadow:0 25px 60px #00000040,0 0 35px #38bdf80d}.service-card:hover:before{transform:scale(1.4)}.service-icon{z-index:2;color:#67e8f9;background:linear-gradient(135deg,#22d3ee21,#8b5cf61f);border:1px solid #38bdf824;border-radius:15px;place-items:center;width:52px;height:52px;margin-bottom:23px;display:grid;position:relative}.service-card h3{z-index:2;color:#fff;margin:0;font-size:19px;line-height:1.35;position:relative}.service-card p{z-index:2;color:#8995a8;margin:13px 0 25px;font-size:14px;line-height:1.7;position:relative}.service-link{z-index:2;color:#c8d1df;align-items:center;gap:8px;font-size:13px;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex;position:absolute;bottom:26px;left:28px}.service-link span{color:#67e8f9}.service-link:hover{color:#fff;gap:13px}@media (width<=1000px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.services-section{padding:75px 0}.services-container{width:calc(100% - 28px)}.section-heading{text-align:center;margin-bottom:35px}.services-grid{grid-template-columns:1fr}.service-card{min-height:255px}}.reveal{opacity:0;transition:opacity .7s ease var(--reveal-delay,0s), transform .7s ease var(--reveal-delay,0s);transform:translateY(35px)}.reveal.reveal-visible{opacity:1;transform:translateY(0)}.reveal-left{transform:translate(-40px)}.reveal-right{transform:translate(40px)}.reveal-scale{transform:scale(.96)}.reveal-left.reveal-visible,.reveal-right.reveal-visible{transform:translate(0)}.reveal-scale.reveal-visible{transform:scale(1)}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-soft{animation:5s ease-in-out infinite floatSoft}@keyframes glowPulse{0%,to{opacity:.55}50%{opacity:1}}.glow-pulse{animation:4s ease-in-out infinite glowPulse}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.float-soft,.glow-pulse{animation:none}}.projects-section{background:radial-gradient(circle at 90% 20%,#8b5cf612,#0000 28%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.projects-container{width:min(1240px,100% - 40px);margin:0 auto}.projects-heading-row{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:50px;display:flex}.projects-heading-row .section-heading{margin-bottom:0}.view-all-projects{color:#9fb1c9;flex-shrink:0;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.view-all-projects:hover{color:#fff;gap:12px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{background:linear-gradient(145deg,#ffffff0b,#ffffff05);border:1px solid #ffffff14;border-radius:24px;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden}.project-card:hover{border-color:#6366f13d;transform:translateY(-8px);box-shadow:0 28px 70px #00000047,0 0 40px #6366f10d}.project-image-wrap{background:#111827;height:250px;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s,filter .5s}.project-card:hover .project-image{filter:brightness(.75);transform:scale(1.06)}.project-overlay{opacity:0;background:linear-gradient(#080c161f,#080c16b8);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-open-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;place-items:center;width:50px;height:50px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid;transform:translateY(10px)scale(.9)}.project-card:hover .project-open-btn{transform:translateY(0)scale(1);box-shadow:0 12px 30px #4f46e559}.project-category{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#dce6f5;background:#0b0f19ad;border:1px solid #ffffff1a;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.project-content{padding:24px}.project-title-row{align-items:center;gap:11px;display:flex}.project-icon{color:#67e8f9;background:#38bdf814;border:1px solid #38bdf81f;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.project-title-row h3{color:#fff;margin:0;font-size:18px;line-height:1.35}.project-content>p{color:#8f9bad;margin:15px 0 18px;font-size:14px;line-height:1.7}.project-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;display:grid}.project-actions a{color:#dce6f5;background:#ffffff09;border:1px solid #ffffff14;border-radius:11px;justify-content:center;align-items:center;min-height:42px;font-size:12px;font-weight:700;text-decoration:none;transition:background .25s,border-color .25s;display:flex}.project-actions a:hover{background:#6366f11a;border-color:#6366f133}@media (width<=1000px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-card:last-child{grid-column:1/-1;width:calc(50% - 10px)}}@media (width<=700px){.projects-section{padding:75px 0}.projects-container{width:calc(100% - 28px)}.projects-heading-row{flex-direction:column;align-items:flex-start;gap:20px}.projects-grid{grid-template-columns:1fr}.project-card:last-child{grid-column:auto;width:100%}.project-image-wrap{height:230px}}.project-description{margin-bottom:20px}.project-details{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;gap:14px;margin-top:6px;padding:16px 0;display:grid}.project-detail{flex-direction:column;gap:5px;display:flex}.project-detail-label{color:#7dd3fc;letter-spacing:1.2px;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.project-detail strong{color:#e5e7eb;font-size:13px;font-weight:700}.project-detail-work p{color:#94a3b8;margin:0;font-size:12px;line-height:1.65}.project-tech-wrapper{margin-top:17px}.project-tech-wrapper .project-detail-label{margin-bottom:9px}.project-tech{flex-wrap:wrap;gap:7px;display:flex}.project-tech span{color:#aeb9ca;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:600}.project-actions{margin-top:20px}.project-live-link{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:43px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.project-live-link:hover{transform:translateY(-2px);box-shadow:0 12px 30px #4f46e54d}@media (width<=600px){.project-details{gap:12px}.project-detail-work p{font-size:11px}.project-live-link{min-height:42px}}.process-section{background:radial-gradient(circle at 12% 70%,#22d3ee0d,#0000 25%),radial-gradient(circle at 85% 25%,#8b5cf60f,#0000 28%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.process-container{width:min(1240px,100% - 40px);margin:0 auto}.process-heading{margin-bottom:55px}.process-timeline{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:relative}.process-line{z-index:0;background:linear-gradient(90deg,#0000,#38bdf847,#8b5cf647,#0000);height:1px;position:absolute;top:50px;left:8%;right:8%}.process-step{z-index:2;background:linear-gradient(145deg,#ffffff0b,#ffffff05);border:1px solid #ffffff14;border-radius:22px;min-height:255px;padding:24px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative}.process-step:hover{border-color:#6366f13d;transform:translateY(-7px);box-shadow:0 25px 60px #0000003d,0 0 35px #6366f10d}.process-step-top{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.process-number{color:#ffffff24;letter-spacing:-1px;font-size:32px;font-weight:900}.process-icon{color:#67e8f9;background:linear-gradient(135deg,#22d3ee21,#8b5cf61f);border:1px solid #38bdf81f;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.process-step h3{color:#fff;margin:0 0 12px;font-size:19px}.process-step p{color:#8f9bad;margin:0;font-size:14px;line-height:1.75}@media (width<=950px){.process-timeline{grid-template-columns:repeat(2,1fr)}.process-line{display:none}}@media (width<=620px){.process-section{padding:75px 0}.process-container{width:calc(100% - 28px)}.process-timeline{grid-template-columns:1fr}.process-step{min-height:auto}}.about-section{background:radial-gradient(circle at 18% 45%,#22d3ee0f,#0000 28%),radial-gradient(circle at 85% 35%,#8b5cf612,#0000 30%),#0b0f19;padding:95px 0 110px;position:relative;overflow:hidden}.about-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;width:min(1320px,100% - 48px);margin:0 auto;display:grid}.about-visual{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.about-image-card{z-index:4;aspect-ratio:.82;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:28px;width:min(100%,420px);position:relative;overflow:hidden;box-shadow:0 30px 80px #0000006b,0 0 55px #6366f121}.about-image-card:before{content:"";z-index:2;border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#22d3ee,#6366f1,#8b5cf6);padding:2px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.about-image-card img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.about-orbit{z-index:1;pointer-events:none;border-radius:50%;position:absolute}.orbit-one{border:1px solid #6366f121;width:500px;height:500px}.orbit-two{border:1px solid #22d3ee14;width:415px;height:415px}.about-glow{filter:blur(85px);pointer-events:none;background:#6366f124;border-radius:50%;width:340px;height:340px;position:absolute}.experience-badge{z-index:7;-webkit-backdrop-filter:blur(14px);background:#172032f0;border:1px solid #ffffff1a;border-radius:15px;min-width:125px;padding:15px 18px;position:absolute;bottom:85px;left:4%;box-shadow:0 18px 40px #0000004d}.experience-badge strong{color:#fff;font-size:25px;line-height:1;display:block}.experience-badge span{color:#94a3b8;margin-top:6px;font-size:10px;font-weight:600;display:block}.available-badge{z-index:7;color:#cbd5e1;-webkit-backdrop-filter:blur(14px);background:#172032f0;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:7px;padding:10px 14px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:85px;right:4%;box-shadow:0 15px 35px #00000040}.available-badge i{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 12px #4ade80b3}.about-decoration{z-index:2;border-radius:50%;position:absolute}.decoration-one{background:#22d3ee;width:9px;height:9px;top:145px;left:35px}.decoration-two{background:#8b5cf6;width:7px;height:7px;bottom:140px;right:50px}.about-content{z-index:5;width:100%;max-width:720px;position:relative}.about-content h2{color:#fff;max-width:700px;margin:10px 0 0}.about-content h2 span{background:linear-gradient(90deg,#38bdf8,#818cf8,#a855f7);color:#0000;-webkit-background-clip:text;background-clip:text}.about-intro{color:#d4dbe7;max-width:680px;margin:22px 0 0;font-size:16px;line-height:1.7}.about-description{color:#8f9bad;max-width:680px;margin:14px 0 0;font-size:14px;line-height:1.75}.about-highlight{color:#9ba8bb;background:#6366f10e;border:1px solid #6366f12b;border-radius:14px;align-items:flex-start;gap:11px;margin-top:20px;padding:17px 19px;display:flex}.about-highlight>svg{color:#818cf8;flex-shrink:0;margin-top:2px}.about-highlight p{color:#9ba8bb;margin:0;font-size:12px;line-height:1.7}.about-themeforest-link{color:#67e8f9;align-items:center;gap:5px;margin-left:4px;font-weight:700;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.about-themeforest-link:hover{color:#a78bfa;transform:translateY(-1px)}.about-strengths{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.strength-item{background:#ffffff09;border:1px solid #ffffff14;border-radius:13px;align-items:center;gap:12px;min-height:82px;padding:15px 16px;transition:transform .25s,border-color .25s,background .25s;display:flex}.strength-item:hover{background:#38bdf80b;border-color:#38bdf833;transform:translateY(-3px)}.strength-icon{color:#22d3ee;background:#22d3ee14;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.strength-item h3{color:#fff;margin:0;font-size:12px;font-weight:700}.strength-item p{color:#7f8da2;margin:4px 0 0;font-size:10px;line-height:1.5}.about-resume-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:48px;margin-top:20px;padding:0 21px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 30px #4f46e53b}.about-resume-btn:hover{transform:translateY(-2px);box-shadow:0 17px 38px #4f46e554}@media (width<=1180px){.about-container{grid-template-columns:.9fr 1.1fr;gap:50px;width:min(1120px,100% - 40px)}.about-image-card{width:min(100%,370px)}.orbit-one{width:440px;height:440px}.orbit-two{width:365px;height:365px}}@media (width<=1024px){.about-section{padding:80px 0}.about-container{grid-template-columns:1fr;gap:45px}.about-visual{width:min(100%,620px);min-height:540px;margin:0 auto}.about-image-card{width:min(100%,380px)}.about-content{text-align:center;max-width:760px;margin:0 auto}.about-content h2,.about-intro,.about-description{margin-left:auto;margin-right:auto}.about-highlight,.about-strengths{text-align:left}.about-resume-btn{margin-left:auto;margin-right:auto}}@media (width<=600px){.about-section{padding:65px 0}.about-container{gap:35px;width:min(100% - 28px,1240px)}.about-visual{min-height:440px}.about-image-card{border-radius:22px;width:min(100%,300px)}.orbit-one{width:350px;height:350px}.orbit-two{width:290px;height:290px}.experience-badge{min-width:105px;padding:12px 14px;bottom:45px;left:0}.experience-badge strong{font-size:21px}.available-badge{padding:8px 11px;font-size:10px;top:50px;right:0}.decoration-one{left:5px}.decoration-two{right:10px}.about-intro{font-size:15px}.about-description{font-size:13px}.about-highlight{gap:9px;padding:14px}.about-highlight p{font-size:11px}.about-strengths{grid-template-columns:1fr;gap:10px}.strength-item{min-height:76px}.about-resume-btn{width:100%}}@media (width<=390px){.about-container{width:min(100% - 22px,1240px)}.about-visual{min-height:405px}.about-image-card{width:min(100%,270px)}.orbit-one{width:310px;height:310px}.orbit-two{width:260px;height:260px}.experience-badge{bottom:38px}.about-intro{font-size:14px}.about-description{font-size:12px}.strength-item{padding:13px}}@media (prefers-reduced-motion:reduce){.strength-item,.about-themeforest-link,.about-resume-btn{transition:none}.strength-item:hover,.about-themeforest-link:hover,.about-resume-btn:hover{transform:none}}.skills-section{background:radial-gradient(circle at 15% 20%,#22d3ee0d,#0000 25%),radial-gradient(circle at 85% 75%,#8b5cf60f,#0000 28%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.skills-container{width:min(1240px,100% - 40px);margin:0 auto}.skills-heading{margin-bottom:50px}.skills-carousel{width:100%;position:relative}.skills-carousel-viewport{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;width:100%;padding:6px 0 10px;overflow:hidden}.skills-carousel-viewport.dragging{cursor:grabbing}.skills-track{will-change:transform;align-items:stretch;gap:16px;width:100%;transition:transform .65s cubic-bezier(.22,1,.36,1);display:flex}.skills-track.dragging{transition:none!important}.skills-column{flex:none;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;width:calc(25% - 12px);display:grid}.skill-card{-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#ffffff0b,#ffffff05);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;min-height:160px;padding:22px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.skill-card *{-webkit-user-select:none;user-select:none}.skill-card:before{content:"";filter:blur(15px);background:#6366f11c;border-radius:50%;width:110px;height:110px;transition:transform .35s;position:absolute;bottom:-50px;right:-45px}.skill-card:hover{border-color:#38bdf833;transform:translateY(-6px);box-shadow:0 20px 50px #00000038,0 0 30px #38bdf80a}.skill-card:hover:before{transform:scale(1.4)}.skill-icon{z-index:2;color:#67e8f9;background:linear-gradient(135deg,#22d3ee1f,#8b5cf61c);border:1px solid #38bdf81f;border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:16px;display:grid;position:relative}.skill-card h3{z-index:2;color:#fff;margin:0;font-size:16px;font-weight:600;line-height:1.3;position:relative}.skill-status{z-index:2;color:#7f8b9e;margin-top:7px;font-size:11px;font-weight:600;line-height:1.5;position:relative}.skills-navigation{justify-content:center;align-items:center;gap:14px;margin-top:30px;display:flex}.skills-arrow{color:#cbd5e1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;padding:0;transition:transform .25s,background .25s,border-color .25s,color .25s,box-shadow .25s;display:grid}.skills-arrow:hover{color:#fff;background:#38bdf81a;border-color:#38bdf84d;transform:scale(1.06);box-shadow:0 0 18px #38bdf81a}.skills-dots{justify-content:center;align-items:center;gap:8px;margin-top:0;display:flex}.skills-dot{cursor:pointer;background:#94a3b847;border:none;border-radius:999px;flex-shrink:0;width:8px;height:8px;padding:0;transition:width .3s,background .3s,transform .3s,box-shadow .3s}.skills-dot:hover{background:#67e8f9a6;transform:scale(1.15)}.skills-dot.active{background:linear-gradient(90deg,#38bdf8,#8b5cf6);width:26px;box-shadow:0 0 15px #6366f152}@media (width<=1000px){.skills-column{width:calc(33.3333% - 10.6667px)}}@media (width<=750px){.skills-column{width:calc(50% - 8px)}.skills-heading{margin-bottom:38px}}@media (width<=480px){.skills-section{padding:75px 0}.skills-container{width:calc(100% - 28px)}.skills-column{width:100%}.skill-card{min-height:145px;padding:19px}.skill-icon{width:42px;height:42px;margin-bottom:13px}.skill-card h3{font-size:15px}.skill-status{font-size:10px}.skills-navigation{gap:9px;margin-top:24px}.skills-arrow{width:32px;height:32px}.skills-dots{gap:7px}.skills-dot{width:7px;height:7px}.skills-dot.active{width:22px}}@media (prefers-reduced-motion:reduce){.skills-track,.skill-card,.skill-card:before,.skills-dot,.skills-arrow{transition:none}}.gallery-section{background:radial-gradient(circle at 90% 10%,#8b5cf60f,#0000 27%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.gallery-container{width:min(1240px,100% - 40px);margin:0 auto}.gallery-heading{margin-bottom:35px}.gallery-filters{flex-wrap:wrap;gap:10px;margin-bottom:35px;display:flex}.gallery-filter{color:#9ca8ba;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;min-height:42px;padding:0 16px;font-size:12px;font-weight:700;transition:background .25s,border-color .25s,color .25s,transform .25s}.gallery-filter:hover{color:#fff;transform:translateY(-2px)}.gallery-filter.active{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000;box-shadow:0 10px 28px #4f46e538}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.gallery-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden}.gallery-card:hover{border-color:#6366f138;transform:translateY(-7px);box-shadow:0 24px 60px #0000003d}.gallery-image-wrap{height:235px;position:relative;overflow:hidden}.gallery-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s}.gallery-card:hover .gallery-image-wrap img{filter:brightness(.72);transform:scale(1.07)}.gallery-overlay{opacity:0;background:linear-gradient(#0000,#070b14b3);place-items:center;transition:opacity .3s;display:grid;position:absolute;inset:0}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay a{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;place-items:center;width:48px;height:48px;text-decoration:none;transition:transform .3s;display:grid;transform:translateY(12px)scale(.9)}.gallery-card:hover .gallery-overlay a{transform:translateY(0)scale(1)}.gallery-category{color:#dbe5f3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0f19b8;border:1px solid #ffffff1a;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700;position:absolute;top:14px;left:14px}.gallery-content{padding:20px}.gallery-content h3{color:#fff;margin:0;font-size:17px}.gallery-tech{flex-wrap:wrap;gap:7px;margin:13px 0 10px;display:flex}.gallery-tech span{color:#8f9bad;background:#ffffff09;border:1px solid #ffffff0f;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:600}.gallery-pagination{justify-content:center;align-items:center;gap:10px;margin-top:42px;display:flex}.pagination-pages{align-items:center;gap:8px;display:flex}.pagination-page,.pagination-arrow{width:42px;height:42px;color:var(--text-muted);cursor:pointer;background:#ffffff09;border:1px solid #ffffff1a;border-radius:11px;place-items:center;transition:background .25s,border-color .25s,color .25s,transform .25s;display:grid}.pagination-page:hover,.pagination-arrow:hover:not(:disabled){color:#fff;background:#6366f11a;border-color:#6366f180;transform:translateY(-2px)}.pagination-page.active{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000;box-shadow:0 10px 28px #4f46e540}.pagination-arrow:disabled{opacity:.3;cursor:not-allowed;transform:none}.gallery-project-link{color:#c7d2fe;background:#6366f114;border:1px solid #6366f147;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:fit-content;margin-top:18px;padding:11px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s,border-color .25s,color .25s,box-shadow .25s;display:inline-flex}.gallery-project-link:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000;transform:translateY(-2px);box-shadow:0 10px 26px #4f46e547}.gallery-project-link svg{transition:transform .25s}.gallery-project-link:hover svg{transform:translate(2px,-2px)}@media (width<=600px){.gallery-pagination{gap:7px;margin-top:30px}.pagination-pages{gap:6px}.pagination-page,.pagination-arrow{border-radius:9px;width:38px;height:38px}}@media (width<=1000px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.gallery-section{padding:75px 0}.gallery-container{width:calc(100% - 28px)}.gallery-grid{grid-template-columns:1fr}.gallery-filters{gap:8px}.gallery-filter{flex:auto}}.testimonials-section{background:radial-gradient(circle at 15% 20%,#22d3ee0d,#0000 26%),radial-gradient(circle at 90% 75%,#8b5cf60f,#0000 28%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.testimonials-container{width:min(1240px,100% - 40px);margin:0 auto}.testimonials-heading{margin-bottom:50px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.testimonial-card{background:linear-gradient(145deg,#ffffff0b,#ffffff05);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;min-height:320px;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative}.testimonial-card:hover{border-color:#6366f138;transform:translateY(-7px);box-shadow:0 25px 60px #0000003d}.testimonial-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.quote-icon{color:#67e8f9;background:linear-gradient(135deg,#22d3ee1f,#8b5cf61a);border:1px solid #38bdf81f;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.testimonial-stars{color:#facc15;gap:4px;display:flex}.testimonial-review{color:#a3afc0;flex:1;margin:0;font-size:14px;line-height:1.8}.testimonial-person{align-items:center;gap:12px;margin-top:26px;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;place-items:center;width:46px;height:46px;font-size:13px;font-weight:800;display:grid}.testimonial-person h3{color:#fff;margin:0 0 4px;font-size:14px}.testimonial-person span{color:#7f8b9e;font-size:11px}@media (width<=950px){.testimonials-grid{grid-template-columns:1fr 1fr}.testimonial-card:last-child{grid-column:1/-1}}@media (width<=650px){.testimonials-section{padding:75px 0}.testimonials-container{width:calc(100% - 28px)}.testimonials-grid{grid-template-columns:1fr}.testimonial-card:last-child{grid-column:auto}}.faq-section{background:radial-gradient(circle at 15% 20%,#22d3ee0d,#0000 27%),radial-gradient(circle at 90% 80%,#8b5cf60f,#0000 28%),#0b0f19;padding:100px 0;position:relative;overflow:hidden}.faq-container{width:min(900px,100% - 40px);margin:0 auto}.faq-heading{margin-bottom:42px}.faq-list{gap:12px;display:grid}.faq-item{background:linear-gradient(145deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:18px;transition:border-color .3s,box-shadow .3s,background .3s;overflow:hidden}.faq-item.active{background:linear-gradient(145deg,#6366f10f,#ffffff06);border-color:#6366f138;box-shadow:0 18px 45px #0000002e}.faq-question{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:20px 22px;font-size:14px;font-weight:700;display:flex}.faq-chevron{color:#9ba8bb;background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:transform .3s,color .3s,background .3s;display:grid}.faq-item.active .faq-chevron{color:#67e8f9;background:#38bdf814;transform:rotate(180deg)}.faq-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item.active .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{overflow:hidden}.faq-answer p{color:#8f9bad;margin:0;padding:0 22px 22px;font-size:13px;line-height:1.75}@media (width<=650px){.faq-section{padding:75px 0}.faq-container{width:calc(100% - 28px)}.faq-question{padding:17px;font-size:13px}.faq-answer p{padding:0 17px 18px}}.contact-section{background:radial-gradient(circle at 8% 30%,#22d3ee12,#0000 28%),radial-gradient(circle at 90% 70%,#8b5cf614,#0000 30%),#0b0f19;padding:110px 0;position:relative;overflow:hidden}.contact-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;width:min(1240px,100% - 40px);margin:0 auto;display:grid}.contact-info h2{color:#fff;max-width:590px;margin:0}.contact-info h2 span{color:#818cf8}.contact-info>p{color:#8f9bad;max-width:590px;margin:20px 0 0;font-size:15px;line-height:1.8}.contact-methods{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px;display:grid}.contact-method{background:#ffffff09;border:1px solid #ffffff12;border-radius:15px;align-items:center;gap:12px;padding:15px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex}.contact-method:hover{background:#ffffff0d;border-color:#38bdf82e;transform:translateY(-4px)}.contact-method-icon{color:#67e8f9;background:linear-gradient(135deg,#22d3ee1f,#8b5cf61a);border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.contact-method span{color:#748094;text-transform:uppercase;letter-spacing:.6px;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.contact-method strong{color:#dbe5f2;font-size:12px;display:block}.contact-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff0e,#ffffff06);border:1px solid #ffffff17;border-radius:26px;padding:30px;position:relative;box-shadow:0 35px 80px #0000004d,0 0 45px #6366f10d}.contact-form-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#22d3ee4d,#8b5cf640,#0000 65%);padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.contact-form-header h3{color:#fff;margin:0;font-size:23px}.contact-form-header p{color:#7f8b9e;margin:8px 0 0;font-size:13px;line-height:1.6}.contact-form{gap:16px;margin-top:25px;display:grid}.form-row{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.form-group{gap:8px;display:grid}.form-group label{color:#abb6c6;font-size:11px;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#fff;width:100%;font:inherit;background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:14px 15px;transition:border-color .25s,background .25s,box-shadow .25s}.form-group input::placeholder,.form-group textarea::placeholder{color:#5f6b7d}.form-group select{color:#9ca8ba}.form-group select option{color:#111827}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#ffffff0d;border-color:#38bdf859;box-shadow:0 0 0 3px #38bdf80f}.form-group textarea{resize:vertical;min-height:140px}.contact-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-size:13px;font-weight:800;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 35px #4f46e538}.contact-submit:hover{transform:translateY(-3px);box-shadow:0 18px 42px #4f46e54d}@media (width<=950px){.contact-container{grid-template-columns:1fr;gap:45px}.contact-info{text-align:center}.contact-info h2,.contact-info>p{margin-left:auto;margin-right:auto}.contact-methods{max-width:700px;margin-left:auto;margin-right:auto}.contact-form-card{width:100%;max-width:750px;margin:0 auto}}@media (width<=650px){.contact-section{padding:75px 0}.contact-container{width:calc(100% - 28px)}.contact-methods,.form-row{grid-template-columns:1fr}.contact-form-card{padding:22px}}.site-footer{background:radial-gradient(circle at 15% 20%,#22d3ee0d,#0000 25%),radial-gradient(circle at 88% 75%,#8b5cf60f,#0000 28%),#080c14;border-top:1px solid #ffffff12;padding:80px 0 28px;position:relative;overflow:hidden}.footer-container{width:min(1240px,100% - 40px);margin:0 auto}.footer-top{justify-content:flex-start;align-items:flex-start;gap:4%;width:100%;padding-bottom:55px;display:flex}.footer-brand{flex:0 0 28%;width:28%}.footer-logo{color:#fff;letter-spacing:-.5px;font-size:23px;font-weight:800;line-height:30px;text-decoration:none;display:inline-block}.footer-logo span{color:#5b7cff}.footer-brand p{color:#7f8b9e;max-width:330px;margin:16px 0 0;font-size:13px;line-height:23px}.footer-socials{align-items:center;gap:9px;margin-top:22px;display:flex}.footer-socials a{color:#aeb9c8;background:#ffffff09;border:1px solid #ffffff12;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:transform .25s,color .25s,border-color .25s,background .25s;display:grid}.footer-socials a:hover{color:#67e8f9;background:#38bdf80f;border-color:#38bdf82e;transform:translateY(-3px)}.footer-list-main{flex:0 0 40%;justify-content:flex-start;align-items:flex-start;gap:6%;width:40%;display:flex}.footer-links-group:first-child{flex:0 0 34%;width:34%}.footer-links-group:nth-child(2){flex:0 0 60%;width:60%}.footer-links-group{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-links-group h3{color:#fff;margin:0 0 7px;font-size:14px;font-weight:600;line-height:20px}.footer-links-group a{color:#7f8b9e;white-space:normal;width:fit-content;font-size:12px;line-height:20px;text-decoration:none;transition:color .25s,transform .25s}.footer-links-group a:hover{color:#fff;transform:translate(3px)}.footer-cta{background:linear-gradient(145deg,#ffffff0a,#ffffff05);border:1px solid #ffffff12;border-radius:18px;flex:0 0 24%;width:24%;padding:20px}.footer-cta>span{color:#4ade80;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:10px;font-weight:700;line-height:16px;display:inline-block}.footer-cta h3{color:#fff;margin:0;font-size:17px;font-weight:600;line-height:24px}.footer-contact-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:11px;justify-content:center;align-items:center;min-height:42px;margin-top:14px;padding:0 16px;font-size:12px;font-weight:700;line-height:18px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.footer-contact-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #4f46e53d}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:20px;width:100%;padding-top:24px;display:flex}.footer-bottom p{color:#667285;margin:0;font-size:11px;line-height:18px}.footer-top-btn{color:#8f9bad;align-items:center;gap:7px;font-size:11px;font-weight:700;line-height:18px;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.footer-top-btn:hover{color:#fff;transform:translateY(-2px)}@media (width<=1025px) and (width>=601px){.site-footer{padding-top:65px}.footer-container{width:calc(100% - 40px)}.footer-brand{flex-basis:28%;width:28%}.footer-brand p{max-width:240px;font-size:12px;line-height:21px}.footer-list-main{flex-basis:38%;gap:5%;width:38%}.footer-links-group:first-child{flex-basis:35%;width:35%}.footer-links-group:nth-child(2){flex-basis:60%;width:60%}.footer-links-group h3{font-size:13px}.footer-links-group a{font-size:11px;line-height:19px}.footer-cta{flex-basis:26%;width:26%;padding:16px}.footer-cta>span{letter-spacing:.5px;font-size:8px}.footer-cta h3{font-size:14px;line-height:20px}.footer-contact-btn{min-height:38px;padding:0 11px;font-size:10px}.footer-socials a{width:36px;height:36px}}@media (width<=600px){.site-footer{padding:60px 0 24px}.footer-container{width:calc(100% - 28px)}.footer-top{flex-direction:column;gap:35px;padding-bottom:40px;display:flex}.footer-brand{text-align:center;flex-basis:auto;width:100%}.footer-brand p{max-width:340px;margin:16px auto 0}.footer-socials{justify-content:center}.footer-list-main{flex-direction:row;flex-basis:auto;gap:2%;width:100%;display:flex}.footer-links-group:first-child,.footer-links-group:nth-child(2){flex-basis:50%;width:50%}.footer-cta{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-contact-btn{width:100%;margin-top:20px}}@media (width<=420px){.footer-list-main{flex-direction:row;gap:20px}.footer-links-group:first-child,.footer-links-group:nth-child(2){flex-basis:50%;width:50%}}.scroll-controls{z-index:1200;-webkit-backdrop-filter:blur(16px);background:#111827e0;border:1px solid #ffffff17;border-radius:999px;flex-direction:column;align-items:center;gap:10px;width:54px;padding:9px 0;display:flex;position:fixed;top:50%;right:22px;transform:translateY(-50%);box-shadow:0 18px 45px #0000004d,inset 0 1px #ffffff0a}.scroll-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#7c3aed);border:none;border-radius:50%;outline:none;place-items:center;width:42px;height:42px;transition:transform .25s,box-shadow .25s;display:grid;box-shadow:0 10px 24px #4f46e547}.scroll-button:hover{transform:scale(1.07);box-shadow:0 13px 30px #4f46e561}.scroll-track{background:#ffffff1f;border-radius:999px;width:5px;height:110px;position:relative;overflow:hidden}.scroll-progress{background:linear-gradient(#22d3ee 0%,#3b82f6 50%,#8b5cf6 100%);border-radius:999px;width:100%;height:0;transition:height .1s linear;position:absolute;top:0;left:0;right:0;box-shadow:0 0 10px #6366f173}@media (width<=900px){.scroll-controls{width:50px;right:14px}.scroll-button{width:38px;height:38px}.scroll-track{height:95px}}@media (width<=600px){.scroll-controls{width:46px;padding:7px 0;right:8px}.scroll-button{width:35px;height:35px}.scroll-track{width:4px;height:75px}}.chatbot-window,.chatbot-window *,.chatbot-launcher{box-sizing:border-box}.chatbot-launcher{z-index:2000;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:50%;outline:none;place-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #4f46e56b}.chatbot-launcher:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 20px 48px #4f46e580}.chatbot-launcher-dot{background:#22c55e;border:2px solid #0b0f19;border-radius:50%;width:11px;height:11px;position:absolute;top:3px;right:3px}.chatbot-window{z-index:1999;-webkit-backdrop-filter:blur(20px);background:#0e1420fb;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;width:clamp(340px,29vw,400px);height:min(610px,100dvh - 120px);min-height:430px;animation:.3s chatbotOpen;display:flex;position:fixed;bottom:94px;right:24px;overflow:hidden;box-shadow:0 30px 90px #00000085,0 0 50px #6366f121}@keyframes chatbotOpen{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{background:linear-gradient(135deg,#2563eb21,#7c3aed1c);border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:11px;min-height:72px;padding:13px 15px;display:flex}.chatbot-header-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.chatbot-header-copy{flex:1;min-width:0}.chatbot-header h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;overflow:hidden}.chatbot-header span{color:#94a3b8;align-items:center;gap:6px;margin-top:3px;font-size:10px;display:flex}.chatbot-header span i{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.chatbot-header>button{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:none;border-radius:9px;flex-shrink:0;place-items:center;width:33px;height:33px;transition:background .2s,color .2s;display:grid}.chatbot-header>button:hover{color:#fff;background:#ffffff17}.chatbot-email-gate{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:30px 27px;display:flex;overflow-y:auto}.chatbot-email-icon{color:#67e8f9;background:#6366f11a;border:1px solid #6366f133;border-radius:17px;flex-shrink:0;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid}.chatbot-email-gate h4{color:#fff;margin:0;font-size:21px}.chatbot-email-gate>p{color:#94a3b8;max-width:300px;margin:10px 0 22px;font-size:12px;line-height:1.7}.chatbot-email-gate form{width:100%}.chatbot-email-field{color:#64748b;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:11px;align-items:center;gap:9px;width:100%;height:48px;padding:0 13px;display:flex}.chatbot-email-field:focus-within{border-color:#60a5fa73}.chatbot-email-field input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:none;outline:none}.chatbot-email-field input::placeholder{color:#64748b}.chatbot-email-gate form>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:11px;font-weight:700;display:flex}.chatbot-email-gate form>button:disabled,.chatbot-input-area button:disabled,.chatbot-quick-questions button:disabled{opacity:.55;cursor:not-allowed}.chatbot-error{color:#fb7185;margin-top:8px;font-size:11px;display:block}.chatbot-email-gate small{color:#64748b;margin-top:14px;font-size:9px;line-height:1.5}.chatbot-messages{scroll-behavior:smooth;flex:1;min-height:0;padding:17px 14px;overflow:hidden auto}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.chatbot-message{align-items:flex-end;gap:7px;width:100%;margin-bottom:13px;display:flex}.chatbot-message.user{justify-content:flex-end}.chatbot-message-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:9px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.chatbot-bubble{color:#cbd5e1;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;background:#ffffff0e;border:1px solid #ffffff0f;border-radius:13px 13px 13px 4px;max-width:84%;padding:10px 12px;font-size:11px;line-height:1.65}.chatbot-message.user .chatbot-bubble{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:13px 13px 4px}.chatbot-typing{align-items:center;gap:4px;min-width:48px;min-height:36px;display:flex}.chatbot-typing span{background:#94a3b8;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite chatDot}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatDot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chatbot-chat-error{color:#fda4af;background:#fb71850f;border:1px solid #fb71852e;border-radius:10px;margin:8px 0 12px 35px;padding:9px 10px;font-size:10px;line-height:1.5}.chatbot-quick-questions{scrollbar-width:none;flex-shrink:0;gap:7px;width:100%;padding:8px 13px 10px;display:flex;overflow:auto hidden}.chatbot-quick-questions::-webkit-scrollbar{display:none}.chatbot-quick-questions button{color:#a5b4fc;white-space:nowrap;cursor:pointer;background:#6366f10f;border:1px solid #6366f12e;border-radius:999px;flex:none;max-width:230px;padding:7px 10px;font-size:9px}.chatbot-input-area{background:#0b0f19cc;border-top:1px solid #ffffff12;flex-shrink:0;align-items:flex-end;gap:8px;width:100%;padding:12px;display:flex}.chatbot-input-area textarea{resize:none;color:#fff;min-width:0;min-height:42px;max-height:95px;font:inherit;background:#ffffff0a;border:1px solid #ffffff14;border-radius:11px;outline:none;flex:1;padding:12px 13px;font-size:11px;line-height:1.5}.chatbot-input-area textarea::placeholder{color:#64748b}.chatbot-input-area textarea:focus{border-color:#60a5fa66}.chatbot-input-area button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}@media (width>=1440px){.chatbot-window{width:400px;height:min(630px,100dvh - 125px)}}@media (width<=1439px){.chatbot-window{width:min(380px,100vw - 36px);height:min(580px,100dvh - 105px);bottom:86px;right:18px}.chatbot-launcher{bottom:18px;right:18px}}@media (width<=1100px){.chatbot-window{width:min(360px,100vw - 28px);height:min(560px,100dvh - 95px);bottom:80px;right:14px}.chatbot-launcher{width:54px;height:54px;bottom:14px;right:14px}.chatbot-bubble{max-width:87%}}@media (width<=768px){.chatbot-window{border-radius:19px;width:min(390px,100vw - 20px);height:min(600px,100dvh - 88px);min-height:390px;bottom:74px;right:10px}.chatbot-launcher{width:52px;height:52px;bottom:10px;right:10px}.chatbot-header{min-height:66px;padding:11px 13px}.chatbot-header-icon{width:38px;height:38px}.chatbot-bubble{max-width:89%;font-size:11px}}@media (width<=600px){.chatbot-window{border-radius:17px;width:calc(100vw - 12px);height:calc(100dvh - 74px);min-height:0;max-height:none;bottom:66px;right:6px}.chatbot-launcher{width:50px;height:50px;bottom:8px;right:8px}.chatbot-header{min-height:62px;padding:9px 11px}.chatbot-header-icon{width:36px;height:36px}.chatbot-header h3{font-size:14px}.chatbot-header span{font-size:9px}.chatbot-email-gate{padding:24px 18px}.chatbot-email-gate h4{font-size:19px}.chatbot-email-gate>p{font-size:11px}.chatbot-messages{padding:12px 10px}.chatbot-message{margin-bottom:10px}.chatbot-message-avatar{flex-basis:25px;width:25px;height:25px}.chatbot-bubble{max-width:91%;padding:10px 11px;font-size:11px;line-height:1.55}.chatbot-quick-questions{padding:6px 9px 8px}.chatbot-quick-questions button{padding:7px 9px;font-size:9px}.chatbot-input-area{padding:9px}.chatbot-input-area textarea{min-height:41px;font-size:11px}.chatbot-input-area button{flex-basis:41px;width:41px;height:41px}}@media (width<=380px){.chatbot-window{border-radius:14px;width:calc(100vw - 8px);right:4px}.chatbot-bubble{max-width:94%;font-size:10px}.chatbot-header h3{font-size:13px}}@media (height<=760px) and (width>=601px){.chatbot-window{height:calc(100dvh - 90px);min-height:400px;bottom:76px}.chatbot-header{min-height:62px}.chatbot-messages{padding-top:11px;padding-bottom:11px}}@media (height<=600px) and (width>=601px){.chatbot-window{height:calc(100dvh - 16px);top:8px;bottom:auto}.chatbot-launcher{display:none}}@media (prefers-reduced-motion:reduce){.chatbot-window,.chatbot-typing span{animation:none}.chatbot-launcher{transition:none}}.chatbot-launcher{visibility:visible!important;opacity:1!important;z-index:99999!important;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border:none!important;border-radius:50%!important;place-items:center!important;width:58px!important;height:58px!important;display:grid!important;position:fixed!important;bottom:24px!important;right:24px!important;box-shadow:0 16px 40px #4f46e573!important}@media (width<=600px){.chatbot-launcher{width:52px!important;height:52px!important;bottom:12px!important;right:12px!important}}@media (width>=769px){.chatbot-window{height:450px!important;top:auto!important;bottom:65px!important}}:root{--bg:#0b0f19;--bg-secondary:#111827;--surface:#ffffff0a;--surface-strong:#ffffff12;--text:#fff;--text-muted:#8f9bad;--text-soft:#aeb6c8;--blue:#38bdf8;--purple:#8b5cf6;--cyan:#22d3ee;--border:#ffffff14;--container:1240px;--radius:22px;--shadow:0 25px 70px #00000047;--transition:.25s ease}.app.light{--bg:#f5f7fb;--bg-secondary:#fff;--surface:#0f172a09;--surface-strong:#0f172a0f;--text:#0f172a;--text-muted:#64748b;--text-soft:#475569;--border:#0f172a1a;--shadow:0 20px 50px #0f172a14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:26px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text);text-wrap:balance;margin:0;font-family:Sora,Inter,system-ui,sans-serif}h1{letter-spacing:-3px;font-size:68px;font-weight:700;line-height:76px}h2{letter-spacing:-2px;font-size:54px;font-weight:700;line-height:60px}h3{letter-spacing:-1px;font-size:32px;font-weight:600;line-height:38px}h4{letter-spacing:-.5px;font-size:24px;font-weight:600;line-height:31px}h5{letter-spacing:-.2px;font-size:17px;font-weight:600;line-height:24px}h6{letter-spacing:0;font-size:15px;font-weight:600;line-height:21px}p{color:var(--text-muted);text-wrap:pretty;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:28px}a{color:inherit;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s,opacity .2s}button{letter-spacing:-.2px;-webkit-tap-highlight-color:transparent;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;line-height:15px}input,textarea,select{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:400;line-height:23px}label{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:20px}small{color:var(--text-muted);font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:20px}strong,b{font-weight:700}code,pre,kbd,samp{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;line-height:22px}ul,ol{padding-left:20px}li{font-size:16px;line-height:27px}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}section{scroll-margin-top:85px}.app{background:var(--bg);min-height:100vh;color:var(--text);transition:background .3s,color .3s}.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}@media (width<=768px){body{font-size:15px;line-height:24px}h1{letter-spacing:-2px;font-size:54px;line-height:58px}h2{letter-spacing:-1.5px;font-size:43px;line-height:48px}h3{letter-spacing:-.8px;font-size:29px;line-height:35px}h4{font-size:19px;line-height:26px}h5{font-size:16px;line-height:23px}h6{font-size:14px;line-height:20px}p{font-size:15px;line-height:26px}a{font-size:15px;line-height:23px}button{font-size:14px;line-height:14px}input,textarea,select{font-size:14px;line-height:22px}label{font-size:13px;line-height:19px}small{font-size:12px;line-height:18px}li{font-size:15px;line-height:25px}}@media (width<=480px){.container{width:calc(100% - 28px)}h1{letter-spacing:-1.5px;font-size:32px;line-height:40px}h2{letter-spacing:-1.2px;font-size:30px;line-height:36px}h3{letter-spacing:-.5px;font-size:22px;line-height:28px}h4{font-size:18px;line-height:24px}h5{font-size:15px;line-height:22px}h6{font-size:13px;line-height:19px}p{font-size:15px;line-height:25px}a{font-size:15px;line-height:22px}button{font-size:14px;line-height:14px}input,textarea,select{font-size:14px;line-height:21px}label{font-size:13px;line-height:18px}small{font-size:12px;line-height:18px}li{font-size:15px;line-height:25px}}@media (width<=1200px){.header-container,.hero-container,.stats-container,.services-container,.projects-container,.process-container,.about-container,.skills-container,.gallery-container,.testimonials-container,.contact-container,.footer-container{width:min(100% - 40px,1120px)}}@media (width<=1024px){.hero-container,.about-container,.contact-container{grid-template-columns:1fr}.hero-content,.about-content,.contact-info{text-align:center}.hero-actions,.hero-tech-list{justify-content:center}.hero-visual,.about-visual{margin-inline:auto}.services-grid,.projects-grid,.process-timeline,.skills-grid,.gallery-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.contact-methods{max-width:700px;margin-inline:auto}.footer-top{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.header-container{min-height:70px}.main-nav{background:#111827f7;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:stretch;padding:16px;display:none;position:absolute;top:100%;left:16px;right:16px}.main-nav.open{display:flex}.mobile-menu-button{display:grid}.hero-container{gap:35px;padding:65px 0}.hero-visual{min-height:500px}.code-card{width:min(100%,500px)}.services-grid,.projects-grid,.process-timeline,.skills-grid,.gallery-grid,.testimonials-grid{gap:16px}.about-strengths{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.scroll-controls{right:12px}}@media (width<=600px){.header-container,.hero-container,.stats-container,.services-container,.projects-container,.process-container,.about-container,.skills-container,.gallery-container,.testimonials-container,.faq-container,.contact-container,.footer-container{width:calc(100% - 28px)}section{scroll-margin-top:72px}.brand{font-size:18px}.resume-button{width:40px;padding:0}.resume-button span{display:none}.theme-toggle,.mobile-menu-button,.resume-button{width:40px;height:40px}.hero-container{padding:50px 0}.hero-description{font-size:15px}.hero-actions{flex-direction:column}.hero-primary-btn,.hero-secondary-btn{width:100%}.hero-visual{min-height:430px}.code-card{border-radius:22px;padding:14px}.code-area{padding:16px;font-size:11px;line-height:1.8}.floating-badge{padding:7px 9px;font-size:10px}.stats-container,.services-grid,.projects-grid,.process-timeline,.skills-grid,.gallery-grid,.testimonials-grid,.contact-methods,.footer-top{grid-template-columns:1fr}.project-card:last-child,.testimonial-card:last-child{grid-column:auto;width:100%}.about-visual{min-height:460px}.about-image-card{width:min(82vw,320px);height:390px}.about-strengths{grid-template-columns:1fr}.gallery-filters{grid-template-columns:repeat(2,1fr);display:grid}.gallery-filter{width:100%}.contact-form-card{padding:20px}.footer-bottom{flex-direction:column;align-items:flex-start}.scroll-controls{width:40px;right:8px}.scroll-control-btn{width:30px;height:30px}.scroll-control-line{height:60px}}@media (width<=390px){.header-actions{gap:7px}.gallery-filters{grid-template-columns:1fr}.floating-badge{display:none}.about-image-card{width:280px;height:360px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app{color:#fff;background:#0b0f19;transition:background .3s,color .3s}.app.light{--bg:#f7f9fc;--bg-secondary:#fff;--surface:#0f172a09;--surface-strong:#0f172a0f;--text:#0f172a;--text-muted:#475569;--text-soft:#475569;--border:#0f172a1a;--shadow:0 20px 50px #0f172a14;background:var(--bg);color:var(--text)}.app.light .hero-section,.app.light .stats-section,.app.light .projects-section,.app.light .about-section,.app.light .gallery-section,.app.light .faq-section{background:#f7f9fc}.app.light .services-section,.app.light .process-section,.app.light .skills-section,.app.light .testimonials-section,.app.light .contact-section{background:#eef3f9}.app.light h1,.app.light h2,.app.light h3,.app.light h4,.app.light h5,.app.light h6,.app.light .section-heading h2,.app.light .about-content h2,.app.light .contact-info h2{color:#0f172a}.app.light p,.app.light .hero-description,.app.light .section-heading p,.app.light .about-description,.app.light .about-intro{color:#475569}.app.light .section-kicker{color:#0369a1}.app.light .hero-title-fixed{color:#0f172a}.app.light .hero-eyebrow{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}.app.light .hero-secondary-btn{color:#0f172a;background:#fff;border-color:#cbd5e1}.app.light .hero-secondary-btn:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.app.light .hero-tech-list span,.app.light .project-tech span{color:#334155;background:#eff6ff;border-color:#dbeafe}.app.light .service-link,.app.light .project-detail-label{color:#1d4ed8}.app.light .project-detail strong{color:#0f172a}.app.light .project-details{border-top-color:#dce4ef;border-bottom-color:#dce4ef}.app.light .project-actions a{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.app.light .project-actions a:hover{background:#dbeafe;border-color:#93c5fd}.app.light .site-header{background:#fffffff7;border-bottom:1px solid #dce4ef;box-shadow:0 4px 20px #0f172a0a}.app.light .brand{color:#0f172a}.app.light .main-nav a{color:#334155}.app.light .main-nav a:hover,.app.light .main-nav a:focus-visible{color:#2563eb}.app.light .theme-toggle,.app.light .resume-button,.app.light .mobile-menu-button{color:#0f172a;background:#fff;border-color:#cbd5e1}.app.light .theme-toggle:hover,.app.light .resume-button:hover,.app.light .mobile-menu-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.app.light .stat-card,.app.light .service-card,.app.light .project-card,.app.light .process-step,.app.light .skill-card,.app.light .gallery-card,.app.light .testimonial-card,.app.light .faq-item,.app.light .contact-method,.app.light .contact-form-card,.app.light .footer-cta{background:#fff;border:1px solid #dce4ef;box-shadow:0 8px 28px #0f172a12}.app.light .service-card:hover,.app.light .project-card:hover,.app.light .process-step:hover,.app.light .skill-card:hover,.app.light .gallery-card:hover,.app.light .stat-card:hover,.app.light .contact-method:hover{border-color:#93c5fd;box-shadow:0 16px 38px #2563eb1c}.app.light .stat-card h3,.app.light .service-card h3,.app.light .project-card h3,.app.light .project-title-row h3,.app.light .process-step h3,.app.light .skill-card h3,.app.light .testimonial-card h3,.app.light .gallery-content h3,.app.light .faq-question,.app.light .contact-form-header h3{color:#0f172a}.app.light .stat-card p,.app.light .service-card p,.app.light .project-content>p,.app.light .project-detail-work p,.app.light .process-step p,.app.light .skill-status,.app.light .testimonial-review,.app.light .faq-answer,.app.light .faq-answer p{color:#475569}.app.light .stat-card h3{font-size:28px;font-weight:700;line-height:32px}.app.light .stat-card p{font-size:13px;line-height:20px}.app.light .stat-icon,.app.light .skill-icon,.app.light .contact-method-icon{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.app.light .gallery-tech span{color:#0f172a;background:#eff6ff;border-color:#dbeafe}.app.light .gallery-filter{color:#334155;background:#fff;border-color:#cbd5e1}.app.light .gallery-filter:hover:not(.active){color:#1d4ed8;background:#eff6ff}.app.light .gallery-filter.active,.app.light .pagination-page.active{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000}.app.light .gallery-project-link{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.app.light .gallery-project-link:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000}.app.light .pagination-page,.app.light .pagination-arrow{color:#334155;background:#fff;border-color:#cbd5e1}.app.light .pagination-page:hover:not(.active),.app.light .pagination-arrow:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.app.light .pagination-page.active{color:#fff}.app.light .contact-method span{color:#475569}.app.light .contact-method strong{color:#0f172a}.app.light .contact-method a{color:#1d4ed8}.app.light .contact-form-card{box-shadow:0 16px 45px #0f172a12}.app.light .form-group label{color:#334155}.app.light .form-group input,.app.light .form-group select,.app.light .form-group textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1}.app.light .form-group input::placeholder,.app.light .form-group textarea::placeholder{color:#64748b}.app.light .form-group input:focus,.app.light .form-group select:focus,.app.light .form-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61f}.app.light .faq-question:focus-visible{outline-offset:4px;outline:2px solid #2563eb}.app.light .code-card{background:#111827}.app.light .code-area{background:#070b14}.app.light .scroll-controls{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #dce4ef;box-shadow:0 12px 35px #0f172a1f}.app.light .scroll-button{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 5px 14px #4f46e533}.app.light .scroll-button:hover{box-shadow:0 8px 22px #4f46e54d}.app.light .scroll-track{background:#dbe4f0}.app.light .scroll-progress{background:linear-gradient(#22d3ee,#3b82f6,#8b5cf6)}.app.light .site-footer{background:#e8eef7;border-top:1px solid #d5dfeb}.app.light .footer-logo,.app.light .footer-links-group h3,.app.light .footer-cta h3{color:#0f172a}.app.light .footer-logo span{color:#4f46e5}.app.light .footer-brand p,.app.light .footer-links-group a,.app.light .footer-bottom p{color:#475569}.app.light .footer-links-group a:hover,.app.light .footer-top-btn:hover{color:#2563eb}.app.light .footer-socials a{color:#334155;background:#fff;border-color:#d5dfeb;box-shadow:0 4px 12px #0f172a0a}.app.light .footer-socials a:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.app.light .footer-cta{border-color:#d5dfeb;box-shadow:0 10px 30px #0f172a0f}.app.light .footer-cta>span{color:#15803d}.app.light .footer-contact-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.app.light .footer-bottom{border-top-color:#cbd5e1}.app.light .footer-top-btn{color:#334155}@media (width<=900px){.app.light .main-nav{background:#fff;border-color:#dce4ef;box-shadow:0 12px 30px #0f172a14}}
