@charset "UTF-8";.navbar{position:fixed;top:0;left:0;right:0;height:78px;background:transparent;z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;overflow:visible}.navbar:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#66fcf1,transparent);opacity:.4;z-index:2}.navbar.scrolled{background:#0b0c10c2;box-shadow:0 6px 32px #66fcf11f;border-bottom:1.5px solid rgba(102,252,241,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001}@media (max-width: 768px){.navbar{background:#0b0c10f2!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(102,252,241,.1)!important}.navbar.scrolled{background:#0b0c10!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;z-index:1001!important;box-shadow:0 6px 32px #66fcf126!important;border-bottom:1.5px solid rgba(102,252,241,.15)!important}}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar-logo{text-decoration:none}.navbar-logo .logo-text{font-size:1.8rem;font-weight:700;color:#66fcf1;letter-spacing:-.5px;padding:.5rem 1rem;border-radius:12px;background:#ffffff08;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05)}.nav-links{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.nav-links{position:fixed;top:78px;left:0;right:0;bottom:0;background:#0b0c10fa;padding:2rem;flex-direction:column;gap:1.5rem;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;height:100vh}.nav-links.active{transform:translate(0);opacity:1;visibility:visible}}.nav-link{text-decoration:none;color:#c5c6c7;font-weight:500;font-size:1.1rem;padding:.5rem 1rem;border-radius:12px;background:#ffffff08;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;display:block}.nav-link:hover{color:#66fcf1;transform:translateY(-2px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.nav-link.active{color:#66fcf1;background:#66fcf11a;border-color:#66fcf133}.mobile-menu-btn{display:none;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;font-size:1.5rem;color:#c5c6c7;cursor:pointer;padding:.5rem 1rem;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;transition:all .3s ease;z-index:1001}.mobile-menu-btn:hover{color:#66fcf1;transform:translateY(-2px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}@media (max-width: 768px){.mobile-menu-btn{display:block}.navbar-container{padding:0 1rem}.nav-links{width:100%;max-width:300px;margin-left:auto;border-left:1px solid rgba(255,255,255,.05)}.nav-link{width:100%;text-align:left}}.theme-toggle-btn{background:transparent;border:none;outline:none;cursor:pointer;margin-left:1.5rem;font-size:1.6rem;color:#66fcf1;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s,color .3s,box-shadow .3s;box-shadow:0 0 #66fcf100;position:relative;z-index:10}.theme-toggle-btn:hover,.theme-toggle-btn:focus{background:#66fcf114;color:#45a29e;box-shadow:0 0 12px 2px #66fcf12e}.theme-icon{transition:color .3s,filter .3s;filter:drop-shadow(0 0 6px rgba(102,252,241,.18))}.light .navbar{background:transparent;border-bottom:1.5px solid rgba(102,252,241,.08);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.light .navbar.scrolled{background:#fffffff2;box-shadow:0 6px 32px #66fcf11f;border-bottom:1.5px solid rgba(102,252,241,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001}.light .navbar:before{background:linear-gradient(90deg,transparent,#66fcf1,transparent);opacity:.25}@media (max-width: 768px){.light .navbar{background:#fffffff2!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(102,252,241,.1)!important}.light .navbar.scrolled{background:#fff!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;z-index:1001!important;box-shadow:0 6px 32px #66fcf126!important;border-bottom:1.5px solid rgba(102,252,241,.15)!important}}.light .navbar-logo .logo-text{color:#45a29e;background:#ffffff80;box-shadow:0 2px 8px #66fcf114;border:1px solid rgba(102,252,241,.08)}.light .nav-link{color:#222;background:#ffffff80;box-shadow:0 2px 8px #66fcf114;border:1px solid rgba(102,252,241,.08)}.light .nav-link:hover{color:#66fcf1;background:#66fcf114;box-shadow:0 0 16px #66fcf11f}.light .nav-link.active{color:#66fcf1;background:#66fcf11f;border-color:#66fcf12e}.light .mobile-menu-btn{background:#ffffff80;color:#222;box-shadow:0 2px 8px #66fcf114;border:1px solid rgba(102,252,241,.08)}.light .mobile-menu-btn:hover{color:#66fcf1;background:#66fcf114;box-shadow:0 0 16px #66fcf11f}.navbar,.navbar *{transition:background .4s,color .4s,box-shadow .4s,border .4s}.hs-form-virality-container{display:none}.footer{background-color:#0b0c10;color:#c5c6c7;padding:4rem 0 2rem;margin-top:auto;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#66fcf1,transparent);opacity:.3}.footer:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#66fcf1,transparent);opacity:.3}.footer .footer-container{max-width:1450px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}@media (max-width: 768px){.footer .footer-container{grid-template-columns:1fr;text-align:center}}.footer .footer-section{position:relative;padding:2rem;border-radius:16px;background:#0b0c10b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);overflow:hidden}.footer .footer-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0%,rgba(102,252,241,.1),transparent 70%);opacity:.5;pointer-events:none}.footer .footer-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,252,241,.05),transparent);pointer-events:none}.footer .footer-section h3{color:#66fcf1;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600;letter-spacing:.5px;position:relative;z-index:1;text-shadow:0 0 10px rgba(102,252,241,.3)}.footer .footer-section ul{list-style:none;padding:0;margin:0;position:relative;z-index:1}.footer .footer-section ul li{margin-bottom:.75rem}.footer .footer-section ul li a{color:#c5c6c7;text-decoration:none;transition:all .3s ease;display:inline-block;padding:.5rem 1rem;border-radius:8px;background:#ffffff05;width:100%}.footer .footer-section ul li a:hover{color:#66fcf1;transform:translate(5px);background:#66fcf10d;box-shadow:0 0 15px #66fcf11a}.footer .social-links{display:flex;gap:1.5rem;margin-top:1rem;position:relative;z-index:1}@media (max-width: 768px){.footer .social-links{justify-content:center}}.footer .social-links a{color:#c5c6c7;font-size:1.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#ffffff05;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.footer .social-links a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(102,252,241,.1),transparent 70%);opacity:0;transition:opacity .3s ease}.footer .social-links a:hover{color:#66fcf1;transform:translateY(-5px);box-shadow:0 0 20px #66fcf133}.footer .social-links a:hover:before{opacity:1}.footer .contact-info li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:#ffffff05;transition:all .3s ease;position:relative;overflow:hidden}.footer .contact-info li:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(102,252,241,.05),transparent);opacity:0;transition:opacity .3s ease}.footer .contact-info li:hover{background:#ffffff0d;transform:translate(5px);box-shadow:0 0 15px #66fcf11a}.footer .contact-info li:hover:before{opacity:1}@media (max-width: 768px){.footer .contact-info li{justify-content:center}}.footer .contact-info li .icon{color:#66fcf1;font-size:1.2rem;text-shadow:0 0 10px rgba(102,252,241,.3)}.footer .newsletter-form{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.footer .newsletter-form input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#c5c6c7;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.footer .newsletter-form input:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(102,252,241,.05),transparent);opacity:0;transition:opacity .3s ease}.footer .newsletter-form input::-moz-placeholder{color:#ffffff80}.footer .newsletter-form input::placeholder{color:#ffffff80}.footer .newsletter-form input:focus{outline:none;border-color:#66fcf1;box-shadow:0 0 15px #66fcf133;background:#ffffff14}.footer .newsletter-form input:focus:before{opacity:1}.footer .newsletter-form button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#66fcf1,#45a29e);color:#0b0c10;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.footer .newsletter-form button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.footer .newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 0 20px #66fcf14d}.footer .newsletter-form button:hover:before{opacity:1}.footer .newsletter-form button:active{transform:translateY(0)}.footer .footer-bottom{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;position:relative;z-index:1}.footer .footer-bottom p{color:#fff9;font-size:.875rem;letter-spacing:.5px;text-shadow:0 0 10px rgba(255,255,255,.1)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{margin-top:70px;padding:2rem;flex:1}.home-page{min-height:100vh;background:#0b0c10;color:#c5c6c7;position:relative;overflow:hidden;padding-bottom:20px}.home-page .ambient-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.home-page .ambient-bg .blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 20s infinite ease-in-out}.home-page .ambient-bg .blob.blob-1{background:#66fcf1;width:600px;height:600px;top:-200px;left:-200px;animation-delay:0s}.home-page .ambient-bg .blob.blob-2{background:#45a29e;width:500px;height:500px;top:50%;right:-100px;animation-delay:-5s}.home-page .ambient-bg .blob.blob-3{background:#56cfc8;width:400px;height:400px;bottom:-100px;left:50%;animation-delay:-10s}.home-page .cursor-trail{position:fixed;width:8px;height:8px;background:#66fcf1;border-radius:50%;pointer-events:none;z-index:9999;opacity:.5;animation:fadeOut 1s forwards}.home-page .hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 0}.home-page .hero-section .hero-content{display:flex;gap:4rem;max-width:1200px;width:100%;padding:2rem;background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05)}.home-page .hero-section .hero-content .hero-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.home-page .hero-section .hero-content .hero-left .hero-title{font-size:3.5rem;font-weight:700;line-height:1.2}.home-page .hero-section .hero-content .hero-left .hero-title .highlight{color:#66fcf1}.home-page .hero-section .hero-content .hero-left .hero-subtitle{font-size:1.5rem;opacity:.8}.home-page .hero-section .hero-content .hero-left .hero-intro{font-size:1.2rem;opacity:.9}.home-page .hero-section .hero-content .hero-left .hero-cta{display:flex;gap:1rem;margin-top:1rem}.home-page .hero-section .hero-content .hero-left .hero-cta .btn-neumorphic{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:.8rem 1.5rem;color:#c5c6c7;font-weight:500;transition:all .3s ease}.home-page .hero-section .hero-content .hero-left .hero-cta .btn-neumorphic:hover{transform:translateY(-2px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.home-page .hero-section .hero-content .hero-right .avatar-container{position:relative;width:300px;height:300px}.home-page .hero-section .hero-content .hero-right .avatar-container .avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05)}.home-page .hero-section .hero-content .hero-right .avatar-container .avatar-glow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(102,252,241,.1) 0%,transparent 70%);animation:pulse 2s infinite}.home-page .work-section{padding:20px 0;max-width:1380px;margin:0 auto}.home-page .work-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#66fcf1}@media (max-width: 768px){.home-page .work-section .section-title{font-size:2rem;font-weight:700}}.home-page .work-section .work-timeline{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}.home-page .work-section .work-timeline:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:4px;height:100%;background:linear-gradient(180deg,#66fcf1,#45a29e);opacity:.15;z-index:0}.home-page .work-section .timeline-item{position:relative;display:flex;align-items:center;background:#ffffff08;border-radius:18px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;padding:1.2rem 2.2rem 1.2rem 1.2rem;min-width:320px;max-width:420px;z-index:1;margin-left:0;margin-right:0;transition:box-shadow .3s,transform .3s}.home-page .work-section .timeline-item .timeline-logo{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00ff881a;margin-right:1.5rem;border:1px solid rgba(255,255,255,.08)}.home-page .work-section .timeline-item .timeline-logo img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#fff}.home-page .work-section .timeline-item .timeline-content{flex:1}.home-page .work-section .timeline-item .timeline-content h3{color:#66fcf1;margin-bottom:.3rem;font-size:1.25rem}.home-page .work-section .timeline-item .timeline-content p{opacity:.85;margin-bottom:.3rem;font-size:1.05rem}.home-page .work-section .timeline-item .timeline-content .period{font-size:.95rem;opacity:.6}.home-page .work-section .timeline-item .timeline-connector{position:absolute;left:50%;bottom:-2.5rem;transform:translate(-50%);width:4px;height:2.5rem;background:linear-gradient(180deg,#66fcf1,#45a29e);opacity:.18;z-index:0;border-radius:2px}.home-page .ai-agents-section{padding:4rem 0;max-width:1200px;margin:0 auto}.home-page .ai-agents-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#66fcf1}.home-page .ai-agents-section .agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.home-page .ai-agents-section .agents-grid .agent-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:1.5rem;transition:all .3s ease}.home-page .ai-agents-section .agents-grid .agent-card:hover{transform:translateY(-5px)}.home-page .ai-agents-section .agents-grid .agent-card h3{color:#66fcf1;margin-bottom:.5rem}.home-page .ai-agents-section .agents-grid .agent-card .tag{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;margin-bottom:1rem}.home-page .ai-agents-section .agents-grid .agent-card .tag.new{background:#66fcf11a;color:#66fcf1}.home-page .ai-agents-section .agents-grid .agent-card .tag.popular{background:#45a29e1a;color:#45a29e}.home-page .ai-agents-section .agents-grid .agent-card p{opacity:.8}.home-page .youtube-section{padding:4rem 0;max-width:1200px;margin:0 auto}.home-page .youtube-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#66fcf1}.home-page .youtube-section .video-container{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:1rem;margin-bottom:2rem}.home-page .youtube-section .video-container .video-frame{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.home-page .youtube-section .video-container .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.home-page .blog-section{padding:4rem 0;max-width:1200px;margin:0 auto}.home-page .blog-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#66fcf1}@media (max-width: 768px){.home-page .blog-section .section-title{font-size:2rem;font-weight:700}}.home-page .blog-section .blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.home-page .blog-section .blog-grid .blog-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);overflow:hidden;transition:all .3s ease}.home-page .blog-section .blog-grid .blog-card:hover{transform:translateY(-5px)}.home-page .blog-section .blog-grid .blog-card .blog-thumbnail{width:100%;height:200px;overflow:hidden}.home-page .blog-section .blog-grid .blog-card .blog-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-page .blog-section .blog-grid .blog-card .blog-content{padding:1.5rem}.home-page .blog-section .blog-grid .blog-card .blog-content h3{color:#66fcf1;margin-bottom:.5rem}.home-page .blog-section .blog-grid .blog-card .blog-content p{opacity:.8;margin-bottom:1rem}.home-page .nav-cards-section{padding:4rem 0;max-width:1200px;margin:0 auto}.home-page .nav-cards-section .nav-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.home-page .nav-cards-section .nav-cards-grid{margin:0 0 20px}}.home-page .nav-cards-section .nav-cards-grid .nav-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.home-page .nav-cards-section .nav-cards-grid .nav-card .card-icon{font-size:2.5rem;margin-bottom:1rem}.home-page .nav-cards-section .nav-cards-grid .nav-card h3{font-size:1.2rem}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(50px,50px)}50%{transform:translateY(100px)}75%{transform:translate(-50px,50px)}}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:.5}}@keyframes fadeOut{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@media (max-width: 1024px){.home-page .hero-section .hero-content{flex-direction:column;text-align:center;padding:1.5rem}.home-page .hero-section .hero-content .hero-left{margin:0 auto;max-width:600px}.home-page .work-timeline,.home-page .agents-grid,.home-page .blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1rem}.home-page .nav-cards-section{padding:3rem 1rem}.home-page .nav-cards-section .nav-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.home-page{padding:0;overflow-x:hidden}.home-page .hero-section{min-height:100vh;padding:.5rem}.home-page .hero-section .hero-content{flex-direction:column;text-align:center;gap:1.2rem;padding:.5rem;margin:0;width:100%;border-radius:0;box-shadow:none;background:transparent}.home-page .hero-section .hero-content .hero-left .hero-title{font-size:1.8rem;line-height:1.2;margin-bottom:.4rem}.home-page .hero-section .hero-content .hero-left .hero-subtitle{font-size:1rem;margin-bottom:.4rem}.home-page .hero-section .hero-content .hero-left .hero-intro{font-size:.9rem;line-height:1.4;margin-bottom:.8rem}.home-page .hero-section .hero-content .hero-left .hero-cta{flex-direction:column;align-items:center;gap:.6rem;width:100%;padding:0 .8rem}.home-page .hero-section .hero-content .hero-left .hero-cta .btn-neumorphic{width:100%;max-width:240px;padding:.8rem 1rem;font-size:.9rem;font-weight:600;border-radius:10px;margin:0}.home-page .hero-section .hero-content .hero-right .avatar-container{margin:0 auto;width:140px;height:140px}.home-page .work-timeline,.home-page .agents-grid{grid-template-columns:1fr;gap:.6rem;padding:0 .6rem;margin-bottom:1.2rem}.home-page .work-timeline .work-card,.home-page .work-timeline .agent-card,.home-page .agents-grid .work-card,.home-page .agents-grid .agent-card{padding:.8rem;border-radius:10px}.home-page .work-timeline .work-card h3,.home-page .work-timeline .agent-card h3,.home-page .agents-grid .work-card h3,.home-page .agents-grid .agent-card h3{font-size:1rem;margin-bottom:.4rem}.home-page .work-timeline .work-card p,.home-page .work-timeline .agent-card p,.home-page .agents-grid .work-card p,.home-page .agents-grid .agent-card p{font-size:.85rem;line-height:1.4}.home-page .work-timeline .work-card .period,.home-page .work-timeline .agent-card .period,.home-page .agents-grid .work-card .period,.home-page .agents-grid .agent-card .period{font-size:.8rem}.home-page .blog-grid{display:flex;overflow-x:auto;gap:.6rem;padding:0 .6rem;margin-bottom:1.2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.home-page .blog-grid::-webkit-scrollbar{display:none}.home-page .blog-grid .blog-card{flex:0 0 280px;scroll-snap-align:start;padding:.8rem;border-radius:10px;min-width:280px}.home-page .blog-grid .blog-card h3{font-size:1rem;margin-bottom:.4rem}.home-page .blog-grid .blog-card p{font-size:.85rem;line-height:1.4}.home-page .nav-cards-section{padding:1.2rem .6rem}.home-page .nav-cards-section .nav-cards-grid{grid-template-columns:1fr;gap:.6rem}.home-page .nav-cards-section .nav-card{padding:1rem;border-radius:10px}.home-page .nav-cards-section .nav-card .card-icon{font-size:1.8rem;margin-bottom:.6rem}.home-page .nav-cards-section .nav-card h3{font-size:1rem}.home-page .back-to-top{bottom:.8rem;right:.8rem;width:40px;height:40px;font-size:1.1rem;border-radius:50%;box-shadow:0 2px 8px #0003}.creative-hero{padding:.5rem;min-height:100vh}.creative-hero .creative-title h1{font-size:1.8rem;line-height:1.2;margin-bottom:.8rem}.creative-hero .creative-subtitle{font-size:1rem;padding:0 .6rem;margin-bottom:1.2rem}.creative-hero .creative-cta{flex-direction:column;align-items:center;gap:.6rem;padding:0 .6rem;margin-bottom:1.2rem}.creative-hero .creative-cta .btn{width:100%;max-width:240px;padding:.8rem 1rem;font-size:.9rem;font-weight:600;border-radius:10px}.creative-hero .social-links{flex-wrap:wrap;gap:.6rem;padding:0 .6rem}.creative-hero .social-links a{padding:.6rem;font-size:1rem;border-radius:50%}.creative-hero .floating-icon{padding:10px;font-size:1rem;transform:scale(.8)}.creative-hero .floating-icons-container .floating-icon:hover{transform:scale(1.1) translateZ(20px)}}@media (hover: none) and (max-width: 768px){.home-page .nav-card:hover,.home-page .blog-card:hover,.home-page .work-card:hover,.home-page .btn-neumorphic:hover,.home-page .btn:hover{transform:none}.home-page .nav-card:active,.home-page .blog-card:active,.home-page .work-card:active,.home-page .btn-neumorphic:active,.home-page .btn:active{transform:scale(.96)}}@media (max-width: 768px){.home-page{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}}.creative-hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem;background:linear-gradient(#0b0c10,#222222f2);perspective:1000px}.creative-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom,transparent,#0b0c10);pointer-events:none;z-index:2}.creative-hero .floating-icons-container{position:absolute;width:100%;height:100%;top:0;left:0;right:0;margin:0 auto;pointer-events:none;z-index:1;transform-style:preserve-3d}.creative-hero .floating-icon{position:absolute;color:#ffffff40;filter:blur(.2px);transition:all .4s ease;z-index:2;background:#0000004d;padding:20px;border-radius:50%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 30px #00ff8826;transform-style:preserve-3d;cursor:pointer;pointer-events:auto;left:50%;top:50%}.creative-hero .floating-icon:hover{color:#0f8;filter:blur(0);transform:scale(1.3) translateZ(30px);box-shadow:0 0 40px #00ff884d;background:#0006}.creative-hero .floating-icon svg{filter:drop-shadow(0 0 8px rgba(0,255,136,.4));transform-style:preserve-3d}.creative-hero .creative-hero-content{text-align:center;z-index:3;max-width:800px;margin:0 auto;position:relative;transform-style:preserve-3d}.creative-hero .creative-title h1{font-size:4.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;transform-style:preserve-3d}.creative-hero .creative-title h1 .gradient-text{background:linear-gradient(135deg,#0f8,#00b8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(0,255,136,.3)}.creative-hero .creative-title h1 .highlight{color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.5);transform:translateZ(20px)}.creative-hero .creative-subtitle{font-size:1.8rem;margin-bottom:2rem;color:#fffc;text-shadow:0 0 10px rgba(0,255,136,.2)}.creative-hero .creative-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.creative-hero .creative-cta .btn{padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden}.creative-hero .creative-cta .btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f83,#00b8ff33);opacity:0;transition:opacity .3s ease}.creative-hero .creative-cta .btn:hover:before{opacity:1}.creative-hero .creative-cta .btn.btn-primary{background:linear-gradient(135deg,#0f8,#00b8ff);color:#000;border:none;box-shadow:0 4px 15px #00ff884d}.creative-hero .creative-cta .btn.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.creative-hero .creative-cta .btn.btn-secondary:hover{border-color:#0f8;color:#0f8}.creative-hero .social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.creative-hero .social-links a{color:#fff9;transition:all .3s ease;padding:10px;border-radius:50%;background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.creative-hero .social-links a:hover{color:#0f8;background:#00ff881a;box-shadow:0 0 20px #0f83}.creative-hero:hover .floating-icon{transform:translateZ(10px)}@media (max-width: 768px){.creative-hero .creative-title h1{font-size:3rem}.creative-hero .creative-subtitle{font-size:1.5rem}.creative-hero .creative-cta{flex-direction:column;align-items:center}}.timeline-horizontal-year{display:flex;flex-direction:row;align-items:center;gap:2.2rem;overflow-x:auto;padding:2.5rem 1rem;position:relative}.timeline-horizontal-year::-webkit-scrollbar{height:8px;background:transparent}.timeline-year-group{display:flex;flex-direction:column;align-items:center;min-width:120px;z-index:2}.timeline-year-marker{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#66fcf1 60%,#45a29e);color:#fff;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 24px 6px #66fcf138,0 0 0 6px #66fcf11a;margin-bottom:1.2rem;border:1px solid rgba(255,255,255,.18);z-index:3}.timeline-year-cards{display:flex;flex-direction:row;gap:2.2rem;align-items:flex-end}.timeline-year-card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:450px;min-width:300px;height:400px;background:#ffffff21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;box-shadow:0 1px 5px #00ff881a,0 1.5px 5px #00b8ff1a,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1.5px solid rgba(255,255,255,.13);padding:2rem 1.2rem 1.2rem;color:#c5c6c7;text-align:center;position:relative;z-index:2;transition:box-shadow .3s,border .3s,transform .3s}.timeline-year-card:hover{box-shadow:0 0 1px 2px #66fcf1,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1.5px solid #66fcf1;transform:translateY(-8px) scale(1.05)}.timeline-year-card .timeline-year-logo{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 7px 3px #66fcf138,0 0 0 1px #66fcf11a;margin-bottom:1rem;border:1px solid rgba(255,255,255,.18);overflow:hidden}.timeline-year-card .timeline-year-logo img{width:110px;height:50px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#fff;box-shadow:0 2px 8px #66fcf12e;display:block}.timeline-year-card .timeline-year-content{flex:1;text-align:center}.timeline-year-card .timeline-year-content h3{color:#66fcf1;margin-bottom:.3rem;font-size:1.15rem;font-weight:700}.timeline-year-card .timeline-year-content .timeline-role{font-weight:600;color:#45a29e;margin-bottom:.2rem;display:block}.timeline-year-card .timeline-year-content .timeline-period{font-size:.98rem;color:#c5c6c7;opacity:.7;margin-bottom:.5rem;display:block}.timeline-year-card .timeline-year-content p{margin-top:.5rem;color:#c5c6c7;opacity:.92;font-size:1.05rem}@media (max-width: 768px){.timeline-horizontal-year{gap:1.2rem;padding:40px 4px 60px}.timeline-year-group{min-width:80px}.timeline-year-marker{width:36px;height:36px;font-size:1rem}.timeline-year-card{width:100%;padding:1rem .5rem;margin-left:15px}.timeline-year-logo{width:32px;height:32px}.timeline-year-logo img{width:18px;height:18px}}.about-section{max-width:1220px;margin:3.5rem auto 2.5rem;padding:2.5rem 2rem 2rem;background:#ffffff0f;border-radius:22px;box-shadow:0 4px 32px #00ff8812,0 1.5px 8px #00b8ff12,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;color:#c5c6c7;text-align:center;position:relative;z-index:2}.about-section h2{color:#66fcf1;font-size:2.1rem;margin-bottom:1.2rem;font-weight:700;text-align:center}@media (max-width: 768px){.about-section h2{font-size:2rem}}.about-section h3{color:#45a29e;font-size:1.25rem;margin-top:2rem;margin-bottom:.7rem;font-weight:600}@media (max-width: 768px){.about-section h3{font-size:1rem}}.about-section .about-block{margin-bottom:1.2rem;font-size:2rem;line-height:1.7;background:#ffffff0a;border-radius:12px;padding:1.1rem 1.2rem;box-shadow:0 2px 8px #00ff880a}@media (max-width: 768px){.about-section .about-block{font-size:1.5rem}}@media (max-width: 700px){.about-section{padding:1.2rem .5rem 1rem}.about-section h2{font-size:2rem}.about-section h3{font-size:1.05rem}.about-section .about-block{font-size:.98rem;padding:.7rem .6rem}}.coding-profile-section{max-width:1200px;margin:3rem auto 2.5rem;padding:2rem 1rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 768px){.coding-profile-section{width:90%;margin:10px auto}}.coding-profile-title{color:#66fcf1;font-size:2rem;font-weight:700;margin-bottom:4rem;text-align:center}.coding-profile-row{display:flex;flex-direction:row;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap;margin:0 auto}.coding-profile-card{position:relative;display:flex;flex-direction:column;align-items:center;min-width:260px;max-width:320px;min-height:130px;background:#ffffff1a;border-radius:16px;box-shadow:0 4px 6px #00ff8814,0 1.5px 8px #00b8ff14,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:.5px solid rgba(255,255,255,.1);padding:1.5rem 1rem 1.2rem;color:#c5c6c7;text-align:center;cursor:pointer;overflow:hidden;transition:box-shadow .3s,border .3s,transform .3s;z-index:2}.coding-profile-card:hover{box-shadow:0 0 1px 1.1px #66fcf1,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:.5px solid #66fcf1;transform:translateY(-8px) scale(1.05)}.coding-profile-card:hover .coding-profile-hover{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.coding-profile-hover{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(10px) scale(.98);background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:10;min-width:unset;min-height:unset;padding:1rem .5rem .7rem;border-radius:14px;box-shadow:0 8px 32px #00ff881a,0 1.5px 8px #00b8ff1a,8px 8px 16px #0003,-8px -8px 16px #ffffff0d}.coding-profile-hover .coding-profile-hover-arrow{display:none}.coding-profile-hover img{width:130px;height:160px;-o-object-fit:contain;object-fit:contain;border-radius:4px;margin-bottom:.5rem;background:none}.coding-profile-hover .coding-profile-solved{color:#66fcf1;font-size:1.1rem;font-weight:700;margin-top:.5rem}@media (max-width: 700px){.coding-profile-row{gap:1.2rem;flex-wrap:wrap}.coding-profile-card{min-width:155px;max-width:180px;padding:1rem .5rem}.coding-profile-hover img{width:38px;height:38px}}.coding-profile-logo-icon.primary{color:#66fcf1!important}.project-section-home{max-width:75%;margin:3rem auto 2.5rem;padding:2rem 1rem 1.5rem;text-align:center}.project-section-home .project-slider-title{color:#66fcf1;font-size:2rem;font-weight:700;margin-bottom:2.5rem}@media (max-width: 768px){.project-section-home .project-slider-title{font-size:2rem}}.project-slider .slick-slide{display:flex;justify-content:center;align-items:stretch;height:100%}.project-slider .slick-dots{bottom:-32px}.project-slider .slick-dots li button:before{color:#66fcf1;opacity:.5}.project-slider .slick-dots li.slick-active button:before{color:#66fcf1;opacity:1}.project-cardh{background:#ffffff1a;border-radius:18px;box-shadow:0 2px 5px #00ff881a,0 1.5px 2px #00b8ff1a,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.13);padding:2rem 1rem 1.2rem;color:#c5c6c7;text-align:center;min-width:350px;max-width:400px;height:530px;margin:10px auto 10px 100px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .3s,border .3s,transform .3s;position:relative;z-index:2}.project-cardh:hover{box-shadow:0 0 2px 4px #66fcf1,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid #66fcf1;transform:translateY(-2px) scale(1.02)}.project-cardh .project-thumb{width:100%;height:180px;overflow:hidden;border-radius:12px;margin-bottom:1rem;position:relative}.project-cardh .project-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;display:block}.project-cardh .project-thumb .badge-featured{position:absolute;top:10px;left:10px;background:#66fcf1;color:#181c20;font-size:.9rem;font-weight:700;border-radius:8px;padding:.3rem .7rem;display:flex;align-items:center;gap:.3rem;box-shadow:0 2px 8px #66fcf12e}.project-cardh h3{color:#66fcf1;font-size:1.15rem;margin-bottom:.3rem;font-weight:700}.project-cardh p{font-size:1.05rem;margin-bottom:.7rem;color:#c5c6c7;opacity:.92}.project-cardh .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.project-cardh .project-tech span{background:#66fcf114;color:#66fcf1;font-size:.92rem;border-radius:6px;padding:.2rem .7rem;font-weight:600}.project-cardh .project-actions{display:flex;gap:.7rem;justify-content:center;margin-top:.5rem}.project-cardh .project-actions .btn-neumorphic{display:flex;align-items:center;padding:10px 22px;font-size:.98rem;border-radius:8px;font-weight:600;background:#66fcf1;color:#181c20;border:none;box-shadow:0 2px 8px #66fcf11a;transition:background .2s,color .2s}.project-cardh .project-actions .btn-neumorphic:hover{background:#45a29e;color:#fff}@media (max-width: 768px){.project-cardh .project-cardh{min-width:200px;max-width:250px}.project-cardh .project-actions{margin-bottom:50px}.project-section-home{max-width:100%;margin:1.5rem auto 1rem;padding:.8rem 0;height:500px}.project-section-home .project-slider-title{font-size:1.6rem;margin-bottom:1.2rem}.project-cardh{min-width:280px;max-width:320px;height:100%;min-height:360px;max-height:420px;margin:8px 4px;padding:1.2rem .8rem 1rem}.project-cardh .project-thumb{height:120px;margin-bottom:.7rem}.project-cardh .project-thumb .badge-featured{font-size:.75rem;padding:.15rem .4rem;top:6px;left:6px}.project-cardh h3{font-size:1rem;margin-bottom:.3rem;line-height:1.2}.project-cardh p{font-size:.9rem;margin-bottom:.6rem;line-height:1.3;opacity:.9}.project-cardh .project-tech{gap:.3rem;margin-bottom:.6rem}.project-cardh .project-tech span{font-size:.8rem;padding:.1rem .5rem}.project-cardh .project-actions{gap:.4rem;margin-top:auto;padding-top:.5rem;flex-wrap:wrap;justify-content:center}.project-cardh .project-actions .btn-neumorphic{padding:.35rem 1rem;font-size:.85rem;min-width:70px;border-radius:6px}.project-cardh:hover{transform:translateY(-1px) scale(1.005)}.project-slider .slick-slide{margin-left:15px}.project-slider .slick-dots{bottom:-25px}.project-slider .slick-dots li button:before{font-size:8px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.light body,.light .home-page{background:#f7fafd!important;color:#181c20!important;transition:background .4s,color .4s}.light .home-page{background:#f7fafd!important;color:#181c20!important}.light .ambient-bg .blob{opacity:.04!important;filter:blur(160px)!important}.light .hero-section .hero-content{background:#fff!important;border-radius:20px!important;box-shadow:0 4px 24px #00000012!important;border:1.5px solid #e0e0e0!important}.light .hero-title,.light .section-title{color:#07f!important;font-weight:800!important;text-shadow:none!important}.light .hero-left .highlight{color:#07f!important}.light .hero-subtitle,.light .hero-intro{color:#181c20!important;opacity:1!important}.light .btn-neumorphic{background:#07f!important;color:#fff!important;border:none!important;box-shadow:0 2px 12px #00000014!important;font-weight:700;border-radius:5px!important;padding:7px}.light .btn-neumorphic:hover{color:#fff!important;background:#005fcc!important;box-shadow:0 0 24px 2px #0077ff21!important}.light .work-card,.light .agent-card,.light .blog-card,.light .nav-card,.light .video-container{background:#fff!important;color:#181c20!important;border:1.5px solid #e0e0e0!important;box-shadow:0 2px 12px #0000000f!important;border-radius:15px!important}.light .work-card .tag,.light .agent-card .tag,.light .blog-card .tag,.light .nav-card .tag,.light .video-container .tag{background:#e3f2fd!important;color:#07f!important;font-weight:600}.light .work-card h3,.light .agent-card h3,.light .blog-card h3,.light .nav-card h3,.light .video-container h3{color:#07f!important;font-weight:700}.light .work-card p,.light .work-card .period,.light .agent-card p,.light .agent-card .period,.light .blog-card p,.light .blog-card .period,.light .nav-card p,.light .nav-card .period,.light .video-container p,.light .video-container .period{color:#181c20!important;opacity:1!important}.light .blog-card .blog-thumbnail img{filter:none;border-radius:10px!important}.light .work-timeline,.light .agents-grid,.light .blog-grid,.light .nav-cards-grid{background:transparent!important}.light .footer{background:#f7fafd!important;color:#181c20!important;border-top:1.5px solid #e0e0e0!important}.light .footer .footer-section{background:#fff!important;border:1.5px solid #e0e0e0!important;box-shadow:0 2px 12px #0000000f!important;border-radius:14px!important}.light .footer .footer-section h3{color:#07f!important;text-shadow:none!important;font-weight:700}.light .footer .social-links a{background:#e3f2fd!important;color:#181c20!important;border:1.5px solid #e0e0e0!important}.light .footer .social-links a:hover{color:#fff!important;background:#07f!important;box-shadow:0 0 24px #0077ff21!important;border-color:#07f!important}.light .footer .contact-info li{background:#e3f2fd!important;color:#181c20!important;border-radius:8px!important}.light .footer .contact-info li .icon{color:#07f!important}.light .footer .newsletter-form input{background:#fff!important;color:#181c20!important;border:1.5px solid #e0e0e0!important;border-radius:8px!important}.light .footer .newsletter-form button{background:#07f!important;color:#fff!important;font-weight:700;border-radius:8px!important}.light .navbar,.light .nav-link,.light .navbar-logo .logo-text,.light .mobile-menu-btn{color:#181c20!important;background:#fff!important;border:1.5px solid #e0e0e0!important;box-shadow:0 2px 12px #0000000f!important;border-radius:10px!important}.light .navbar .active,.light .navbar:hover,.light .nav-link .active,.light .nav-link:hover,.light .navbar-logo .logo-text .active,.light .navbar-logo .logo-text:hover,.light .mobile-menu-btn .active,.light .mobile-menu-btn:hover{color:#fff!important;background:#07f!important;box-shadow:0 0 24px #0077ff21!important;border-color:#07f!important}.about-page{min-height:100vh;background:#0b0c10;color:#c5c6c7;position:relative;overflow:hidden;padding:2rem}.about-page .ambient-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.about-page .ambient-bg .blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 20s infinite ease-in-out}.about-page .ambient-bg .blob.blob-1{background:#66fcf1;width:600px;height:600px;top:-200px;left:-200px;animation-delay:0s}.about-page .ambient-bg .blob.blob-2{background:#45a29e;width:500px;height:500px;top:50%;right:-100px;animation-delay:-5s}.about-page .ambient-bg .blob.blob-3{background:#56cfc8;width:400px;height:400px;bottom:-100px;left:50%;animation-delay:-10s}.about-page .section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;letter-spacing:.5px;color:#66fcf1;text-align:center}@media (max-width: 768px){.about-page .section-title{font-size:2rem;font-weight:700}}.about-page .about-intro-row{max-width:1300px;margin:100px auto 0;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:2.5rem 2rem}.about-page .about-intro-row .about-intro-left{flex:1.2;display:flex;flex-direction:column;justify-content:center}.about-page .about-intro-row .about-intro-left h1{font-size:3rem;font-weight:800;color:#66fcf1;margin-bottom:1.2rem;display:flex;align-items:center;gap:.7rem}.about-page .about-intro-row .about-intro-left p{font-size:1.2rem;color:#c5c6c7;opacity:.95;max-width:600px}.about-page .about-intro-row .about-intro-right{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.about-page .about-intro-row .about-intro-right .avatar-outer{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.about-page .about-intro-row .about-intro-right .avatar-outer:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;border-radius:50%;background:conic-gradient(from 0deg,#681531,#bc2850,#66fcf1);filter:blur(24px);opacity:.7;z-index:0;animation:spin 4s linear infinite}.about-page .about-intro-row .about-intro-right .avatar-outer .avatar-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;z-index:1;box-shadow:0 0 40px #66fcf140;animation:floatY 3s ease-in-out infinite}@media (max-width: 900px){.about-page .about-intro-row{flex-direction:column;gap:2rem}.about-page .about-intro-row .about-intro-left,.about-page .about-intro-row .about-intro-right{justify-content:center;align-items:center;text-align:center}.about-page .about-intro-row .about-intro-right .avatar-outer{width:220px;height:220px}}.about-page .about-timeline{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-timeline .timeline{display:flex;flex-direction:column;gap:2rem;margin-left:1.5rem;position:relative}.about-page .about-timeline .timeline:before{content:"";position:absolute;left:-1.2rem;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#66fcf1,#45a29e);border-radius:2px;opacity:.25}.about-page .about-timeline .timeline .timeline-item{display:flex;align-items:flex-start;gap:1.5rem;position:relative}.about-page .about-timeline .timeline .timeline-item .timeline-dot{width:18px;height:18px;border-radius:50%;background:#66fcf1;box-shadow:0 0 12px 2px #66fcf1;margin-top:.2rem}.about-page .about-timeline .timeline .timeline-item .timeline-content{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:1.2rem 1.5rem;transition:all .3s ease}.about-page .about-timeline .timeline .timeline-item .timeline-content:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-timeline .timeline .timeline-item .timeline-content h3{color:#66fcf1;font-size:1.2rem;margin-bottom:.2rem}.about-page .about-timeline .timeline .timeline-item .timeline-content .timeline-role{font-weight:600;color:#45a29e;margin-right:1rem}.about-page .about-timeline .timeline .timeline-item .timeline-content .timeline-period{font-size:.95rem;color:#c5c6c7;opacity:.7}.about-page .about-timeline .timeline .timeline-item .timeline-content p{margin-top:.5rem;color:#c5c6c7;opacity:.9}.about-page .about-skills{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-skills .skills-groups{display:flex;flex-wrap:wrap;gap:2.5rem}@media (max-width: 900px){.about-page .about-skills .skills-groups{flex-direction:column;gap:1.5rem}}.about-page .about-skills .skills-groups .skills-group{flex:1 1 200px;min-width:200px}.about-page .about-skills .skills-groups .skills-group h4{color:#66fcf1;font-size:1.1rem;margin-bottom:1rem}.about-page .about-skills .skills-groups .skills-group .skills-badges{display:flex;flex-wrap:wrap;gap:1rem}.about-page .about-skills .skills-groups .skills-group .skills-badges .skill-badge{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;padding:1rem 1.2rem;min-width:90px;cursor:pointer;transition:all .3s ease}.about-page .about-skills .skills-groups .skills-group .skills-badges .skill-badge:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-skills .skills-groups .skills-group .skills-badges .skill-badge .skill-icon{font-size:2rem;color:#66fcf1;margin-bottom:.5rem}.about-page .about-skills .skills-groups .skills-group .skills-badges .skill-badge .skill-name{font-weight:600;color:#c5c6c7}.about-page .about-skills .skills-groups .skills-group .skills-badges .skill-badge .skill-level{font-size:.9rem;color:#45a29e;opacity:.8}.about-page .about-projects{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.about-page .about-projects .projects-grid .project-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:1.5rem 1.2rem;transition:all .3s ease}.about-page .about-projects .projects-grid .project-card:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-projects .projects-grid .project-card h3{color:#66fcf1;font-size:1.1rem;margin-bottom:.5rem}.about-page .about-projects .projects-grid .project-card p{color:#c5c6c7;opacity:.9}.about-page .about-projects .projects-grid .project-card .project-tags{margin-top:.7rem}.about-page .about-projects .projects-grid .project-card .project-tags .project-tag{display:inline-block;background:#66fcf11f;color:#66fcf1;border-radius:8px;padding:.2rem .8rem;font-size:.85rem;margin-right:.5rem;margin-bottom:.2rem}.about-page .about-education{max-width:1200px;margin:0 auto 3rem;padding:2rem 0}.about-page .about-education .education-certifications-cards{display:flex;flex-direction:column;gap:2.5rem}.about-page .about-education .education-certifications-cards .education-main-card,.about-page .about-education .education-certifications-cards .certifications-main-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;padding:2rem 2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:stretch}.about-page .about-education .education-certifications-cards .education-main-card h4,.about-page .about-education .education-certifications-cards .certifications-main-card h4{color:#66fcf1;font-size:1.2rem;margin-bottom:1.2rem;font-weight:700;letter-spacing:.5px}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row{display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between;align-items:stretch}@media (max-width: 900px){.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row{flex-direction:column;gap:1.2rem}}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#66fcf10a;border-radius:12px;padding:1.1rem 1.2rem;box-shadow:0 2px 8px #66fcf10a;transition:box-shadow .2s,background .2s;min-width:0}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card:hover,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card:hover,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card:hover,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card:hover{background:#66fcf117;box-shadow:0 4px 16px #66fcf11a}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .edu-label,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .cert-name,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .edu-label,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .cert-name,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .edu-label,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .cert-name,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .edu-label,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .cert-name{font-weight:600;color:#66fcf1;text-align:left;margin-bottom:.2rem}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .edu-year,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .cert-year,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .edu-year,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .cert-year,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .edu-year,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .cert-year,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .edu-year,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .cert-year{color:#45a29e;font-size:.98rem;margin-top:.2rem;text-align:left}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .edu-college,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .cert-org,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .edu-college,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .cert-org,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .edu-college,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .cert-org,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .edu-college,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .cert-org{color:#c5c6c7;opacity:.7;font-size:.98rem;margin-top:.2rem;text-align:left}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card .edu-percent,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card .edu-percent,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card .edu-percent,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card .edu-percent{color:#45a29e;font-size:.98rem;margin-top:.2rem;text-align:left}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card.gate-qualified .edu-label,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card.gate-qualified .edu-label,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card.gate-qualified .edu-label,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card.gate-qualified .edu-label{color:#c5c6c7;font-weight:600}.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .edu-mini-card.gate-qualified svg,.about-page .about-education .education-certifications-cards .education-main-card .edu-cert-row .cert-mini-card.gate-qualified svg,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .edu-mini-card.gate-qualified svg,.about-page .about-education .education-certifications-cards .certifications-main-card .edu-cert-row .cert-mini-card.gate-qualified svg{color:#00c853!important}.about-page .about-services{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.about-page .about-services .services-grid .service-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:1.5rem 1.2rem;text-align:center;transition:all .3s ease}.about-page .about-services .services-grid .service-card:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-services .services-grid .service-card .service-icon{display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:.7rem;color:#66fcf1}.about-page .about-services .services-grid .service-card h4{color:#66fcf1;font-size:1.1rem}.about-page .about-services .services-grid .service-card p{color:#c5c6c7;opacity:.9}.about-page .about-blogs{max-width:1380px;margin:0 auto;padding:2rem 0}.about-page .about-blogs .blogs-scroll{display:flex;gap:2rem;overflow-x:auto;padding-bottom:.5rem}.about-page .about-blogs .blogs-scroll .blog-highlight-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);min-width:350px;max-width:450px;display:flex;flex-direction:column;transition:all .3s ease}.about-page .about-blogs .blogs-scroll .blog-highlight-card:hover{transform:translateY(0);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-blogs .blogs-scroll .blog-highlight-card img{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:12px 12px 0 0}.about-page .about-blogs .blogs-scroll .blog-highlight-card .blog-highlight-content{padding:1rem}.about-page .about-blogs .blogs-scroll .blog-highlight-card .blog-highlight-content h4{color:#66fcf1;font-size:1.1rem}.about-page .about-blogs .blogs-scroll .blog-highlight-card .blog-highlight-content p{color:#c5c6c7;opacity:.9}.about-page .about-blogs .blogs-scroll .blog-highlight-card .blog-highlight-content .blog-readmore{color:#66fcf1;font-weight:600;display:flex;align-items:center;gap:.3rem;margin-top:.5rem;text-decoration:none}.about-page .about-blogs .blogs-scroll .blog-highlight-card .blog-highlight-content .blog-readmore:hover{text-decoration:underline}.about-page .about-videos{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-videos .videos-scroll{display:flex;gap:2rem;overflow-x:auto;padding-bottom:.5rem}.about-page .about-videos .videos-scroll .video-embed-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);min-width:320px;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.about-page .about-videos .videos-scroll .video-embed-card:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a}.about-page .about-videos .videos-scroll .video-embed-card iframe{width:100%;height:180px;border-radius:12px 12px 0 0}.about-page .about-videos .videos-scroll .video-embed-card .video-title{color:#66fcf1;font-size:1rem;margin-top:.5rem}.about-page .about-nav-cta{max-width:1200px;margin:0 auto;padding:2rem 0}.about-page .about-nav-cta .about-nav-btns{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.about-page .about-nav-cta .about-nav-btns a.btn{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);min-width:160px;font-size:1.1rem;padding:.8rem 1.5rem;color:#c5c6c7;font-weight:500;text-align:center;transition:all .3s ease}@media (max-width: 768px){.about-page .about-nav-cta .about-nav-btns a.btn{min-width:100px;font-size:1rem;padding:1rem .5rem}}.about-page .about-nav-cta .about-nav-btns a.btn:hover{transform:translateY(-5px);box-shadow:12px 12px 24px #0000004d,-12px -12px 24px #ffffff1a;color:#66fcf1}.about-page .about-timeline-horizontal{max-width:1350px;margin:0 auto;padding:2rem 0}.about-page .about-timeline-horizontal .timeline-horizontal{display:flex;align-items:flex-start;gap:2.5rem;overflow-x:auto;padding-bottom:1.5rem;position:relative;padding-top:50px;padding-right:50px;padding-left:50px}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;padding:2rem 1.5rem;min-width:260px;max-width:320px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .3s,border .3s,transform .3s}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card:hover{box-shadow:0 0 10px 4px #66fcf1,8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid #66fcf1}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card:hover .timeline-logo-bg{background:radial-gradient(circle,#66fcf1 60%,#45a29e);box-shadow:0 0 24px 4px #66fcf1;transform:scale(1.08) rotate(-6deg)}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card.current{border:1px solid #66fcf1}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-logo-bg{width:64px;height:64px;border-radius:50%;background:#181c20;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s,box-shadow .3s,transform .3s}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-logo-bg img{width:38px;height:38px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#fff;box-shadow:0 2px 8px #66fcf11f}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-info{text-align:center}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-info h3{color:#66fcf1;font-size:1.2rem;margin-bottom:.2rem;font-weight:700}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-info .timeline-role{font-weight:600;color:#45a29e;margin-bottom:.2rem;display:block}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-info .timeline-period{font-size:.95rem;color:#c5c6c7;opacity:.7;margin-bottom:.5rem;display:block}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card .timeline-info p{margin-top:.5rem;color:#c5c6c7;opacity:.9;font-size:1rem}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-connector{width:60px;height:4px;background:linear-gradient(90deg,#66fcf1,#45a29e);align-self:center;border-radius:2px;margin:0 .5rem;flex-shrink:0}@media (max-width: 900px){.about-page .about-timeline-horizontal .timeline-horizontal{gap:1.2rem}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-card{min-width:220px;padding:1.2rem .7rem}.about-page .about-timeline-horizontal .timeline-horizontal .timeline-connector{width:32px}}.about-timeline-minimal{max-width:900px;margin:0 auto 3rem;padding:2rem 0;position:relative}.about-timeline-minimal .timeline-minimal{position:relative;padding-left:48px;min-height:200px}.about-timeline-minimal .timeline-minimal-line{position:absolute;left:38px;top:0;bottom:0;width:4px;background:linear-gradient(#66fcf1,#45a29e);border-radius:2px;opacity:.18;z-index:0}.about-timeline-minimal .timeline-minimal-item{display:flex;align-items:flex-start;margin-bottom:2.5rem;position:relative;z-index:1;min-height:60px}.about-timeline-minimal .timeline-minimal-item.current .timeline-minimal-dot{border:2px solid #66fcf1}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-dot{width:40px;height:40px;border-radius:50%;background:#181c20;display:flex;align-items:center;justify-content:center;margin-right:18px;box-shadow:0 2px 8px #66fcf11a;flex-shrink:0}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-dot img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#fff}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-content{flex:1;min-width:0}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-content h3{color:#66fcf1;font-size:1.1rem;margin-bottom:.2rem;font-weight:700}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-content .timeline-role{font-weight:600;color:#45a29e;margin-bottom:.2rem;display:block}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-content .timeline-period{font-size:.95rem;color:#c5c6c7;opacity:.7;margin-bottom:.5rem;display:block}.about-timeline-minimal .timeline-minimal-item .timeline-minimal-content p{margin-top:.5rem;color:#c5c6c7;opacity:.9;font-size:1rem}.about-timeline-experience{max-width:900px;margin:0 auto 3rem;padding:2rem 0;position:relative}.about-timeline-experience .timeline-experience{position:relative;padding-left:80px;display:block;min-height:200px}.about-timeline-experience .timeline-experience-line{position:absolute;left:48px;top:0;bottom:0;width:4px;background:linear-gradient(#66fcf1,#45a29e);border-radius:2px;opacity:.18;z-index:0}.about-timeline-experience .timeline-experience-item{display:flex;align-items:flex-start;margin-bottom:3rem;position:relative;z-index:1;min-height:80px}@media (max-width: 600px){.about-timeline-experience .timeline-experience-item{flex-direction:column;align-items:flex-start;padding-left:0}}.about-timeline-experience .timeline-experience-item.current .timeline-experience-logo{border:2px solid #66fcf1}.about-timeline-experience .timeline-experience-item .timeline-experience-logo{width:64px;height:64px;border-radius:16px;background:#181c20;display:flex;align-items:center;justify-content:center;margin-right:28px;box-shadow:0 2px 8px #66fcf11a;flex-shrink:0}.about-timeline-experience .timeline-experience-item .timeline-experience-logo img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;border-radius:12px;background:#fff}.about-timeline-experience .timeline-experience-item .timeline-experience-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-header{display:flex;align-items:baseline;gap:1.2rem}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-header .timeline-experience-company{color:#66fcf1;font-size:1.2rem;font-weight:700}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-header .timeline-experience-role{color:#45a29e;font-size:1.05rem;font-weight:600}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-meta{display:flex;gap:1.2rem;font-size:.98rem;color:#c5c6c7;opacity:.7}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-meta .timeline-experience-period{font-weight:500}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-meta .timeline-experience-duration{font-style:italic}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-desc{color:#c5c6c7;font-size:1.05rem;margin-top:.2rem;opacity:.9}.about-timeline-experience .timeline-experience-item .timeline-experience-content .timeline-experience-longdesc{color:#c5c6c7;font-size:1.08rem;margin-top:.7rem;opacity:.95;line-height:1.7;font-weight:400}.about-timeline-zigzag{max-width:1100px;margin:0 auto 3rem;padding:2rem 0;position:relative}.about-timeline-zigzag .timeline-zigzag{position:relative;min-height:200px;padding:2rem 0}.about-timeline-zigzag .timeline-zigzag-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(#66fcf1,#45a29e);border-radius:2px;opacity:.18;z-index:0;transform:translate(-50%)}.about-timeline-zigzag .timeline-zigzag-item{display:flex;align-items:flex-start;justify-content:flex-start;position:relative;margin-bottom:4rem;min-height:100px;z-index:1;width:100%}.about-timeline-zigzag .timeline-zigzag-item.left{flex-direction:row}.about-timeline-zigzag .timeline-zigzag-item.left .timeline-zigzag-content{margin-right:auto;margin-left:0;text-align:right;align-items:flex-end}.about-timeline-zigzag .timeline-zigzag-item.left .timeline-zigzag-dot{left:50%;transform:translate(-50%)}.about-timeline-zigzag .timeline-zigzag-item.right{flex-direction:row-reverse}.about-timeline-zigzag .timeline-zigzag-item.right .timeline-zigzag-content{margin-left:auto;margin-right:0;text-align:left;align-items:flex-start}.about-timeline-zigzag .timeline-zigzag-item.right .timeline-zigzag-dot{left:50%;transform:translate(-50%)}.about-timeline-zigzag .timeline-zigzag-dot{position:absolute;top:0;left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;background:#181c20;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #66fcf11a;z-index:2;border:2px solid #66fcf1}.about-timeline-zigzag .timeline-zigzag-dot img{width:38px;height:38px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#fff}.about-timeline-zigzag .timeline-zigzag-content{background:#66fcf10a;border-radius:16px;box-shadow:0 2px 8px #66fcf114;padding:1.5rem 2rem;max-width:420px;min-width:260px;display:flex;flex-direction:column;gap:.3rem;position:relative;z-index:2}@media (max-width: 900px){.about-timeline-zigzag .timeline-zigzag-content{max-width:90vw;min-width:0;padding:1rem .7rem}}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-header{display:flex;align-items:baseline;gap:1.2rem}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-company{color:#66fcf1;font-size:1.2rem;font-weight:700}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-role{color:#45a29e;font-size:1.05rem;font-weight:600}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-meta{display:flex;gap:1.2rem;font-size:.98rem;color:#c5c6c7;opacity:.7}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-meta .timeline-zigzag-period{font-weight:500}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-meta .timeline-zigzag-duration{font-style:italic}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-desc{color:#c5c6c7;font-size:1.05rem;margin-top:.2rem;opacity:.9}.about-timeline-zigzag .timeline-zigzag-content .timeline-zigzag-longdesc{color:#c5c6c7;font-size:1.08rem;margin-top:.7rem;opacity:.95;line-height:1.7;font-weight:400}@media (max-width: 900px){.about-timeline-zigzag .timeline-zigzag-line{left:24px;width:3px}.about-timeline-zigzag .timeline-zigzag-item{flex-direction:column!important;align-items:flex-start!important;margin-bottom:2.2rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-dot{left:24px;position:relative;margin-bottom:1rem;transform:none;width:44px;height:44px;border:1px solid #66fcf1}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-dot img{width:28px;height:28px}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content{margin:0!important;text-align:left!important;align-items:flex-start!important;max-width:100vw;min-width:0;padding:1rem;border-radius:12px;box-shadow:0 1px 4px #66fcf114}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header{gap:.7rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-company{font-size:1.05rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-role{font-size:.98rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-meta{font-size:.92rem;gap:.7rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-desc{font-size:.98rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-longdesc{font-size:1rem;margin-top:.5rem}}@media (max-width: 600px){.about-timeline-zigzag{padding:1rem .2rem}.about-timeline-zigzag .timeline-zigzag{padding:1rem 0}.about-timeline-zigzag .timeline-zigzag-line{left:16px;width:2px}.about-timeline-zigzag .timeline-zigzag-item{display:flex!important;flex-direction:row!important;align-items:flex-start!important;margin-bottom:2rem;position:relative;gap:12px}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-dot{position:static!important;left:auto!important;transform:none!important;width:42ox;height:40px;margin-bottom:0;margin-right:0}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-dot img{width:22px;height:22px;background:none}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content{margin:0!important;text-align:left!important;align-items:flex-start!important;max-width:calc(100vw - 60px);min-width:0;padding:.9rem .7rem;border-radius:8px;box-shadow:0 1px 4px #66fcf114;background:#66fcf10a}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header{gap:.4rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-company{font-size:1.05rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-header .timeline-zigzag-role{font-size:.92rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-meta{font-size:.85rem;gap:.4rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-desc{font-size:.92rem}.about-timeline-zigzag .timeline-zigzag-item .timeline-zigzag-content .timeline-zigzag-longdesc{font-size:.97rem;margin-top:.3rem}}@media (max-width: 768px){.about-timeline-zigzag .timeline-zigzag,.about-timeline-zigzag .mobile-timeline{flex-direction:column;align-items:stretch}.timeline-zigzag-line{display:none}.timeline-zigzag-item{flex-direction:row!important;align-items:flex-start;width:100%;margin:0 0 32px;left:0!important;right:0!important}.timeline-zigzag-item.left,.timeline-zigzag-item.right{left:0!important;right:0!important;text-align:left}.timeline-zigzag-item .timeline-zigzag-content{margin:0 0 0 48px!important;text-align:left;width:100%}.timeline-zigzag-item .timeline-zigzag-dot{left:0!important;right:auto;margin:0;transform:none!important}.about-skills{padding:1rem 0}.about-skills .section-title{font-size:2rem;margin-bottom:1.5rem}.skills-badges.all-skills{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;margin-top:1.2rem;padding:0 .2rem;justify-items:center}.skill-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:90px;min-width:60px;min-height:70px;background:#66fcf112;border-radius:12px;box-shadow:0 1px 6px #66fcf112;margin:0;padding:.7rem .1rem .5rem;font-size:.85rem;transition:box-shadow .2s,transform .2s}.skill-badge .skill-icon{font-size:1.3rem;margin-bottom:.2rem;color:#66fcf1}.skill-badge .skill-name{font-size:.85rem;font-weight:600;color:#c5c6c7;text-align:center}.skill-badge:hover{box-shadow:0 2px 10px #66fcf1aa;transform:translateY(-1px) scale(1.03)}.cms-skills{grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.5rem;padding:0 .5rem}.about-page{padding:1rem}.about-page .section-title{font-size:2rem;margin-bottom:1.5rem}.education-main-card .edu-cert-row,.certifications-main-card .edu-cert-row{flex-direction:column!important;align-items:center!important;gap:1.2rem!important}.education-main-card .edu-mini-card,.certifications-main-card .cert-mini-card{width:95%;max-width:340px;min-width:0;margin:0 auto;border-radius:12px;padding:1.1rem 1rem;box-shadow:0 1px 6px #66fcf112;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:1rem}.education-main-card .edu-mini-card .edu-label,.education-main-card .edu-mini-card .cert-name,.certifications-main-card .cert-mini-card .edu-label,.certifications-main-card .cert-mini-card .cert-name{font-size:1.08rem;margin-bottom:.2rem}.education-main-card .edu-mini-card .edu-college,.education-main-card .edu-mini-card .edu-year,.education-main-card .edu-mini-card .edu-percent,.education-main-card .edu-mini-card .cert-org,.education-main-card .edu-mini-card .cert-year,.certifications-main-card .cert-mini-card .edu-college,.certifications-main-card .cert-mini-card .edu-year,.certifications-main-card .cert-mini-card .edu-percent,.certifications-main-card .cert-mini-card .cert-org,.certifications-main-card .cert-mini-card .cert-year{font-size:.98rem;margin-top:.1rem}.education-main-card .edu-mini-card svg,.certifications-main-card .cert-mini-card svg{font-size:2rem!important;margin-bottom:.3rem}}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(10px,-10px)}50%{transform:translate(-5px,15px)}75%{transform:translate(-15px,-5px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.3}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.skills-badges.all-skills{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:2rem;padding:0}@media (max-width: 768px){.skills-badges.all-skills{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:2rem;padding:0}}.skill-badge{box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:2px;padding:12px 18px;font-size:1.1rem;font-weight:500;color:#c5c6c7;background:#ffffff08;border-radius:10px;transition:box-shadow .3s,transform .3s}.skill-badge .skill-icon{font-size:1.5rem;color:#66fcf1}.skill-badge:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 0 16px #66fcf1}@media (max-width: 768px){.skill-badge{padding:3px}}.cms-skills{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;justify-items:center;margin-bottom:2.2rem;margin-left:auto;margin-right:auto}@media (max-width: 768px){.about-services .services-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;height:200px;padding:20px 10px;gap:1.2rem!important;scroll-snap-type:x mandatory;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.about-services .service-link{flex:0 0 80vw;max-width:340px;min-width:240px;height:150px;scroll-snap-align:center;display:block;text-decoration:none;color:inherit}.about-services .service-card{min-height:180px;border-radius:18px;box-shadow:none;padding:2rem 1.2rem 1.2rem;margin:0;background:#66fcf112;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .2s,transform .2s;cursor:pointer}.about-services .service-card .service-icon{display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:.7rem;color:#66fcf1}.about-services .service-card h4{font-size:1.15rem;color:#66fcf1;margin-bottom:.4rem;text-align:center}.about-services .service-card p{font-size:1rem;color:#c5c6c7;opacity:.95;text-align:center}.about-services .service-card:active,.about-services .service-card:hover{box-shadow:none;transform:scale(1.03);background:#66fcf121}}.projects-page{background:#0b0c10;color:#c5c6c7;min-height:100vh;padding:3rem 1rem 4rem}.projects-page .section-title{font-size:2.5rem;font-weight:700;color:#66fcf1;text-align:center;margin-bottom:2.5rem;letter-spacing:.5px;margin-top:100px}.projects-page .project-filters{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.projects-page .project-filters .filter-btn{box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:.7rem 1.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;color:#c5c6c7;background:#ffffff08;border:none;outline:none;transition:all .2s}.projects-page .project-filters .filter-btn.active,.projects-page .project-filters .filter-btn:hover{background:#66fcf1;color:#111;box-shadow:0 0 16px #66fcf1}.projects-page .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;max-width:1400px;margin:100px auto}.projects-page .project-card{background:#ffffff08;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);padding:2rem 1.2rem 1.5rem;border-radius:18px;position:relative;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .3s,transform .3s}.projects-page .project-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 0 32px #66fcf1}.projects-page .project-card:hover .project-tech{opacity:1}.projects-page .project-card .project-thumb{width:100%;height:180px;border-radius:12px;overflow:hidden;margin-bottom:1.2rem;position:relative}.projects-page .project-card .project-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.projects-page .project-card .project-thumb .badge-featured{position:absolute;top:10px;left:10px;background:#66fcf1;color:#111;font-weight:700;border-radius:6px;padding:.2rem .8rem;font-size:.95rem;box-shadow:0 0 8px #66fcf1;display:flex;align-items:center;gap:.4rem}.projects-page .project-card h3{color:#66fcf1;margin-bottom:.5rem;font-size:1.3rem}.projects-page .project-card p{opacity:.9;margin-bottom:.7rem;font-size:1.05rem}.projects-page .project-card .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;opacity:.7;margin-bottom:1rem;transition:opacity .3s}.projects-page .project-card .project-tech span{background:#66fcf11f;color:#66fcf1;border-radius:6px;padding:.2rem .7rem;font-size:.95rem}.projects-page .project-card .project-actions{display:flex;gap:1rem;margin-top:auto}.projects-page .project-card .project-actions .btn-neumorphic{background:#ffffff08;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);min-width:100px;font-size:1rem;padding:.6rem 1.2rem;color:#c5c6c7;border-radius:8px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:.4rem}.projects-page .project-card .project-actions .btn-neumorphic:hover{background:#66fcf1;color:#111;box-shadow:0 0 16px #66fcf1}@media (max-width: 900px){.projects-page .projects-grid{grid-template-columns:1fr}.projects-page .project-card{padding:1.2rem .7rem}}@media (max-width: 768px){.projects-page{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.projects-page .project-filters{display:flex!important;justify-content:space-around!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;padding:20px 0!important;margin-bottom:1.5rem!important;margin-left:10px;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none}.projects-page .project-filters::-webkit-scrollbar{display:none}.projects-page .project-filters .filter-btn{flex:0 0 auto!important;min-width:140px!important;font-size:1rem!important;padding:.7rem 20px!important;scroll-snap-align:start;margin-right:.7rem}.projects-page .project-filters .filter-btn.active,.projects-page .project-filters .filter-btn:hover{box-shadow:0 0 8px #66fcf1}.projects-page .project-filters .filter-btn:last-child{margin-right:0!important}.projects-page .projects-grid{display:block!important;width:100%!important;max-width:84%!important;margin:0 auto!important;padding:0!important}.projects-page .project-card{width:100%!important;max-width:100%!important;margin-bottom:1.2rem!important;box-sizing:border-box!important;display:block!important}.projects-page .project-card h3{font-size:1rem!important;margin-bottom:.3rem!important}.projects-page .project-card p{font-size:.92rem!important;margin-bottom:.4rem!important}.projects-page .project-card .project-thumb{margin-bottom:.5rem!important}.projects-page .project-card .project-thumb img{border-radius:8px!important}.projects-page .project-card .project-tech{font-size:.8rem!important;margin-bottom:.5rem!important}.projects-page .project-card .project-tech span{font-size:.8rem!important;padding:.1rem .4rem!important}.projects-page .project-card .project-actions .btn-neumorphic{min-width:70px!important;font-size:.85rem!important;padding:.4rem .7rem!important;border-radius:6px!important}}.contact-page{background:#0b0c10;color:#c5c6c7;min-height:100vh;padding:5rem 1rem 4rem}.contact-page .contact-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-page .profile-section{position:sticky;top:100px}.contact-page .profile-section .profile-image-container{position:relative;width:100%;height:100%;min-height:600px;border-radius:20px;overflow:hidden}.contact-page .profile-section .profile-image-container .profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px;filter:brightness(.9)}.contact-page .profile-section .profile-image-container .glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle at center,rgba(102,252,241,.15) 0%,rgba(102,252,241,.05) 30%,transparent 70%);pointer-events:none;z-index:1}.contact-page .contact-section h1{font-size:2.5rem;color:#66fcf1;margin-bottom:.5rem;font-weight:700}.contact-page .contact-section .subtitle{font-size:1.1rem;color:#c5c6c7;opacity:.8;margin-bottom:2rem}.contact-page .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-form .form-input{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);width:100%;padding:1rem 1.2rem;color:#c5c6c7;font-size:1rem;transition:all .3s ease}.contact-page .contact-form .form-input::-moz-placeholder{color:#c5c6c780}.contact-page .contact-form .form-input::placeholder{color:#c5c6c780}.contact-page .contact-form .form-input:focus{outline:none;box-shadow:0 0 0 2px #66fcf14d}.contact-page .contact-form textarea.form-input{resize:vertical;min-height:120px}.contact-page .submit-btn{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);width:100%;padding:1rem;color:#c5c6c7;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;cursor:pointer}.contact-page .submit-btn:hover:not(:disabled){background:#66fcf1;color:#111;box-shadow:0 0 20px #66fcf14d}.contact-page .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-page .submit-btn .icon{font-size:1.1rem}.contact-page .success-message{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);margin-top:1rem;padding:1rem;text-align:center;color:#66fcf1;font-weight:600}.contact-page .social-links{display:flex;gap:1.5rem;margin:2rem 0}.contact-page .social-links a{color:#c5c6c7;font-size:1.5rem;transition:all .3s ease}.contact-page .social-links a:hover{color:#66fcf1;transform:translateY(-3px)}.contact-page .download-cv-btn{background:#ffffff08;border-radius:16px;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;color:#c5c6c7;font-weight:600;transition:all .3s ease}.contact-page .download-cv-btn:hover{background:#66fcf1;color:#111;box-shadow:0 0 20px #66fcf14d}.contact-page .download-cv-btn .icon{font-size:1.1rem}.contact-page .location-section{margin-top:3rem}.contact-page .location-section h2{color:#66fcf1;font-size:1.5rem;margin-bottom:1.5rem}.contact-page .location-section .map-container{background:#ffffff08;box-shadow:8px 8px 16px #0003,-8px -8px 16px #ffffff0d;border:1px solid rgba(255,255,255,.05);overflow:hidden;border-radius:16px;margin-bottom:1rem}.contact-page .location-section .map-container iframe{display:block}.contact-page .location-section .address{text-align:center;color:#c5c6c7;opacity:.8;line-height:1.6}@media (max-width: 1024px){.contact-page .contact-container{grid-template-columns:1fr;gap:2rem}.contact-page .profile-section{position:relative;top:0}.contact-page .profile-section .profile-image-container{min-height:400px}}@media (max-width: 768px){.contact-page{padding:4rem 1rem 2rem}.contact-page .contact-section h1{font-size:2rem}.contact-page .profile-section .profile-image-container{min-height:300px}}
