@charset "UTF-8";.header{padding:3rem 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#21468b,#3498db,#ae1c28);color:#fff;min-height:85vh;display:flex;align-items:center;justify-content:center}.header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(174,28,40,.3),transparent 50%),radial-gradient(circle at bottom left,rgba(33,70,139,.3),transparent 50%);z-index:0}.header .header-content{max-width:1200px;margin:0 auto;padding-top:4rem;display:flex;align-items:center;gap:2.5rem}@media (max-width: 768px){.header .header-content{padding-top:6rem}}@media (max-width: 768px){.header .header-content{flex-direction:column;text-align:center;gap:2rem}}.header .profile-image-container{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;border:5px solid rgba(255,255,255,.25);box-shadow:0 15px 35px #0003,0 0 0 10px #ffffff1a;position:relative;transform:translateZ(0);transition:all .5s ease;z-index:2}.header .profile-image-container:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000040,0 0 0 12px #ffffff26}.header .profile-image-container .profile-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.header .profile-image-container .profile-image:hover{transform:scale(1.05)}.header .text-content{flex:1;position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.15)}.header .text-content h1{font-size:3.2rem;margin:0 0 1.25rem;font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#f0f0f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;word-wrap:break-word}@media (max-width: 768px){.header .text-content h1{font-size:2.2rem;width:100%;max-width:100%;overflow-wrap:break-word}}@media (max-width: 480px){.header .text-content h1{font-size:1.8rem}}.header .text-content .job-titles{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1rem;color:#ffffffe6;line-height:1.4;width:100%;max-width:100%}@media (max-width: 768px){.header .text-content .job-titles{justify-content:center;gap:.75rem}}.header .text-content .job-titles .job-title{font-weight:500;background:transparent;padding:.2rem .6rem;border-radius:20px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;white-space:nowrap;flex-shrink:0;font-size:.9rem}@media (max-width: 768px){.header .text-content .job-titles .job-title{font-size:.85rem;margin-bottom:.25rem}}.header .text-content .job-titles .job-title:hover{transform:translateY(-1px);border-color:#fff9}.header .text-content .job-titles .divider{color:#fff6;-webkit-user-select:none;user-select:none;flex-shrink:0}@media (max-width: 768px){.header .text-content .job-titles .divider{display:none}}.header .text-content .subtitle{font-size:1.3rem;color:#ffffffe6;margin:0 0 1.75rem;line-height:1.6;max-width:600px;font-weight:400}.header .menu-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:1.5rem 2rem;transition:all .3s ease}.header .menu-container.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 2rem;box-shadow:0 2px 20px #0000001a}@media (max-width: 768px){.header .menu-container{padding:1rem}}.header .menu-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative}@media (max-width: 768px){.header .menu-content{justify-content:space-between;width:100%}}.header .menu-buttons{display:flex;gap:.5rem;align-items:center}@media (max-width: 768px){.header .menu-buttons{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;gap:1.5rem;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:2rem}.header .menu-buttons.open{transform:translate(0)}}.header .hamburger{display:none;background:none;border:none;padding:.5rem;cursor:pointer;z-index:1001}@media (max-width: 768px){.header .hamburger{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px}}.header .hamburger .hamburger-line{width:100%;height:2px;background-color:#fff;transition:all .3s ease;border-radius:5px}.header .hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .hamburger.active .hamburger-line:nth-child(2){opacity:0}.header .hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header .menu-button{min-width:max-content;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:transparent;color:#fff;border:none;padding:.5rem 1rem;margin:0 .25rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none}@media (max-width: 768px){.header .menu-button{font-size:1.1rem;padding:.75rem 1.5rem;width:100%;max-width:250px;margin:.25rem 0}}.header .menu-button:hover{color:#fffc;transform:translateY(-2px)}.header .menu-button.active{color:#39ff14!important;font-weight:600;background:transparent;position:relative}.header .menu-button.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:80%;height:2px;background:#39ff14;border-radius:2px;box-shadow:0 0 8px #39ff14b3}.header .social-links{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.header .social-links .social-link{--icon-size: 24px;--icon-color: white;--bg-color: rgba(255, 255, 255, .1);--hover-bg-color: rgba(255, 255, 255, .2);--border-color: rgba(255, 255, 255, .2);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-color);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;padding:0;margin:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 6px #0000001a}.header .social-links .social-link svg,.header .social-links .social-link .social-icon{width:var(--icon-size)!important;height:var(--icon-size)!important;color:var(--icon-color)!important;fill:var(--icon-color)!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.header .social-links .social-link:hover{background:var(--hover-bg-color)!important;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.header .social-links .social-link:hover svg,.header .social-links .social-link:hover .social-icon{transform:scale(1.15);color:#fff!important;fill:#fff!important}.header .social-links .social-link:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.cta-buttons{display:flex;gap:1rem;margin-top:1.5rem;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.cta-buttons{justify-content:center;gap:1.25rem}}.download-cv,.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#34c759,#2a9e47);color:#fff;min-width:160px;justify-content:center}@media (max-width: 480px){.download-cv,.share-button{width:100%;min-width:unset}}.download-cv:hover,.share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #34c75933}.download-cv svg,.share-button svg{width:20px;height:20px}.share-button{background:linear-gradient(135deg,#007aff,#0062cc)}.share-button:hover{box-shadow:0 4px 12px #007aff33}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cv-section{padding:4rem 0;background-color:#f8f9fa;position:relative;overflow:hidden}.cv-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#fff0);pointer-events:none}.cv-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.profile-section{max-width:800px;margin:0 auto;text-align:center}.profile-section p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:2rem}.profile-content{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.profile-content p{margin-bottom:1.5rem}.glass-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#21468b;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-top:1rem;box-shadow:0 4px 15px #0000001a}.glass-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.glass-button:active{transform:translateY(0)}.glass-button i{margin-right:8px;font-size:1.2rem}@media (max-width: 768px){.cv-section{padding:3rem 0}.profile-section p{font-size:1rem}.profile-content{padding:1.5rem}}.projects-section{padding:4rem 0;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.projects-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.projects-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700;color:#1e293b;position:relative}.projects-section .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#21468b,#3b82f6);border-radius:2px}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin:0 auto;max-width:1200px}.projects-section .project-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100%;min-height:240px;max-width:100%;transition:all .3s ease;position:relative;cursor:pointer;padding:1.5rem}.projects-section .project-card[data-key=sauti]{background:#e0f2fe;border-left:4px solid #0ea5e9}.projects-section .project-card[data-key=aiHealth]{background:#fbe2e3;border-left:4px solid #e11d48}.projects-section .project-card[data-key=dutch]{background:#e0f2e9;border-left:4px solid #10b981}.projects-section .project-card[data-key=civic]{background:#fff7ed;border-left:4px solid #fb923c}.projects-section .project-card[data-key=kpesa]{background:#f1f5f9;border-left:4px solid #64748b}.projects-section .project-card[data-key=kaziConnect]{background:#f0f4ff;border-left:4px solid #6366f1}.projects-section .project-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.projects-section .project-card.featured{position:relative}.projects-section .project-card.featured:before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 40px 40px 0;border-color:transparent #f59e0b transparent transparent;z-index:1}.projects-section .featured-badge{position:absolute;top:0;right:15px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;z-index:5}.projects-section .project-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#1e293b;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.projects-section .project-title a{color:#1e293b;text-decoration:none;transition:color .2s}.projects-section .project-title a:hover{color:#3b82f6}.projects-section .project-description{color:#4b5563;margin-bottom:1.25rem;line-height:1.5;font-size:.95rem;flex-grow:1}.projects-section .project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;margin-top:auto}.projects-section .project-technology{background:#ffffff80;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.projects-section .project-technology:hover{transform:translateY(-2px);background:#ffffffb3}.projects-section .project-technology[data-tech*=React]{color:#0284c7;border:1px solid rgba(2,132,199,.3)}.projects-section .project-technology[data-tech*=Node]{color:#16a34a;border:1px solid rgba(22,163,74,.3)}.projects-section .project-technology[data-tech*=TypeScript]{color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.projects-section .project-technology[data-tech*=JavaScript]{color:#ca8a04;border:1px solid rgba(202,138,4,.3)}.projects-section .project-technology[data-tech*=Next]{color:#0f172a;border:1px solid rgba(15,23,42,.3)}.projects-section .project-technology[data-tech*=Supabase]{color:#0d9488;border:1px solid rgba(13,148,136,.3)}.projects-section .project-technology[data-tech*=Firebase]{color:#c2410c;border:1px solid rgba(194,65,12,.3)}.projects-section .project-technology[data-tech*=MongoDB]{color:#15803d;border:1px solid rgba(21,128,61,.3)}.projects-section .project-technology[data-tech*=Express]{color:#334155;border:1px solid rgba(51,65,85,.3)}.projects-section .project-technology[data-tech*=HTML]{color:#ef4444;border:1px solid rgba(239,68,68,.3)}.projects-section .project-technology[data-tech*=CSS]{color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.projects-section .project-technology[data-tech*=Flutter]{color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.projects-section .project-technology[data-tech*=SQL]{color:#0369a1;border:1px solid rgba(3,105,161,.3)}.projects-section .project-technology[data-tech*=OpenAI]{color:#10b981;border:1px solid rgba(16,185,129,.3)}.projects-section .project-technology[data-tech*=PWA],.projects-section .project-technology[data-tech*=Cloud]{color:#6366f1;border:1px solid rgba(99,102,241,.3)}.projects-section .project-technology[data-tech*=i18n]{color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.projects-section .project-technology[data-tech*=Tailwind]{color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.projects-section .project-technology[data-tech*=Maps]{color:#ef4444;border:1px solid rgba(239,68,68,.3)}.projects-section .project-technology[data-tech*=Dart]{color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.projects-section .project-technology[data-tech*=PLpgSQL]{color:#0369a1;border:1px solid rgba(3,105,161,.3)}.projects-section .project-actions{display:flex;gap:.75rem;margin-top:auto}.projects-section .project-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border:none;border-radius:20px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;background:#ffffffb3;color:#1e293b}.projects-section .project-link-btn svg{transition:transform .2s ease}.projects-section .project-link-btn:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.projects-section .project-link-btn:hover svg{transform:translate(2px)}.projects-section .project-link-btn.primary{background:#21468b26;color:#21468b;border:1px solid rgba(33,70,139,.3)}.projects-section .project-link-btn.primary:hover{background:#21468b33}.projects-section .project-link-btn.secondary{background:#0000000d;color:#475569;border:1px solid rgba(0,0,0,.1)}.projects-section .project-link-btn.secondary:hover{background:#0000001a}@media (max-width: 1024px){.projects-section .projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}}@media (max-width: 768px){.projects-section{padding:3rem 0}.projects-section .section-title{font-size:1.8rem;margin-bottom:2rem}.projects-section .projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.projects-section .project-card{padding:1.25rem}}@media (max-width: 600px){.projects-section .projects-grid{grid-template-columns:1fr;gap:1rem}.projects-section .project-title{font-size:1.1rem;margin-bottom:.5rem}.projects-section .project-description{font-size:.9rem;margin-bottom:1rem}}.elevator-pitch-section{padding:5rem 0;background:linear-gradient(to right,#f8f9fa,#f1f5f9)}.elevator-pitch-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.elevator-pitch-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700;color:#1e293b;position:relative}.elevator-pitch-section .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#21468b,#3b82f6);border-radius:2px}.elevator-pitch-section .elevator-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}@media (max-width: 992px){.elevator-pitch-section .elevator-content{grid-template-columns:1fr;gap:2rem}}.elevator-pitch-section .video-container{box-shadow:0 10px 25px #0000001a;border-radius:12px;overflow:hidden;background:#fff;position:relative;min-height:450px}@media (max-width: 992px){.elevator-pitch-section .video-container{width:100%;max-width:600px;margin:0 auto;min-height:380px}}@media (max-width: 768px){.elevator-pitch-section .video-container{min-height:350px}}.elevator-pitch-section .video-container .video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.elevator-pitch-section .pitch-content{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;min-height:450px;overflow-y:auto}@media (max-width: 992px){.elevator-pitch-section .pitch-content{width:100%;max-width:600px;margin:0 auto;min-height:380px}}@media (max-width: 768px){.elevator-pitch-section .pitch-content{min-height:350px}}.elevator-pitch-section .pitch-content h3{font-size:1.5rem;font-weight:700;color:#21468b;margin-bottom:1.5rem;position:relative;display:inline-block}.elevator-pitch-section .pitch-content h3:after{content:"";position:absolute;left:0;bottom:-8px;width:60px;height:3px;background:#f59e0b;border-radius:2px}.elevator-pitch-section .pitch-content .pitch-script{margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.elevator-pitch-section .pitch-content .pitch-script p{margin-bottom:1rem;font-size:1rem}.elevator-pitch-section .pitch-content .pitch-script p:first-of-type{font-style:italic;color:#64748b}.elevator-pitch-section .pitch-content .pitch-script p:last-of-type{font-weight:500;color:#334155}.elevator-pitch-section .pitch-content .cta-button{display:inline-block;align-self:flex-start;background:linear-gradient(90deg,#21468b,#3b82f6);color:#fff;padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;margin-top:auto;box-shadow:0 4px 12px #3b82f633;transition:all .3s ease}.elevator-pitch-section .pitch-content .cta-button:hover{box-shadow:0 6px 16px #3b82f64d;transform:translateY(-3px)}@media (max-width: 768px){.elevator-pitch-section{padding:4rem 0}.elevator-pitch-section .section-title{font-size:1.8rem;margin-bottom:2rem}.elevator-pitch-section .elevator-content{gap:1.5rem}.elevator-pitch-section .pitch-content{padding:1.5rem}.elevator-pitch-section .pitch-content h3{font-size:1.3rem;margin-bottom:1.25rem}.elevator-pitch-section .pitch-content .pitch-script p{font-size:.95rem}.elevator-pitch-section .pitch-content .cta-button{padding:.6rem 1.25rem;font-size:.95rem}}.education-section{padding:2rem 0}.education-section .section-title{text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:700;color:#1e293b;position:relative}.education-section .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#21468b,#3b82f6);border-radius:2px}.education-section .education-timeline{position:relative;max-width:850px;margin:0 auto;padding:0 1rem}.education-section .education-timeline:before{content:"";position:absolute;top:0;bottom:0;left:15px;width:2px;background-color:#e0e0e0}.education-section .education-card{position:relative;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;margin-bottom:1.5rem;margin-left:2rem}.education-section .education-card:before{content:"";position:absolute;left:-2rem;top:1.5rem;width:14px;height:14px;border-radius:50%;background-color:#3b82f6;border:3px solid white;box-shadow:0 0 0 3px #3b82f64d;z-index:1}.education-section .education-card .title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.education-section .education-card .institution{color:#64748b;font-size:1rem;margin-bottom:.5rem}.education-section .education-card .status-period{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.education-section .education-card .status-period .status{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.education-section .education-card .status-period .status.ongoing{background-color:#3b82f61a;color:#3b82f6}.education-section .education-card .status-period .status.completed{background-color:#10b9811a;color:#10b981}.education-section .education-card .status-period .period{color:#94a3b8;font-size:.9rem}.education-section .education-card .description{list-style-type:none;margin:0 0 1.5rem;padding:0}.education-section .education-card .description li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#475569;line-height:1.5}.education-section .education-card .description li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.education-section .education-card .skills{display:flex;flex-wrap:wrap;gap:.5rem}.education-section .education-card .skills .skill-tag{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;background-color:#ffffff80;transition:all .2s ease;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.education-section .education-card .skills .skill-tag:hover{transform:translateY(-2px);background-color:#ffffffb3}.education-section .education-card .skills .skill-tag:nth-of-type(1){color:#0284c7;border:1px solid rgba(2,132,199,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(2){color:#16a34a;border:1px solid rgba(22,163,74,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(3){color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(4){color:#ca8a04;border:1px solid rgba(202,138,4,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(5){color:#0f172a;border:1px solid rgba(15,23,42,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(6){color:#0d9488;border:1px solid rgba(13,148,136,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(7){color:#c2410c;border:1px solid rgba(194,65,12,.3)}.education-section .education-card .skills .skill-tag:nth-of-type(8){color:#15803d;border:1px solid rgba(21,128,61,.3)}.education-section .education-card .skills .skill-tag[data-tech=SQL],.education-section .education-card .skills .skill-tag:contains("SQL"){color:#0369a1;border:1px solid rgba(3,105,161,.3)}.education-section .education-card .skills .skill-tag[data-tech="Power BI"],.education-section .education-card .skills .skill-tag:contains("Power BI"){color:#6366f1;border:1px solid rgba(99,102,241,.3)}.education-section .education-card .skills .skill-tag[data-tech=Tableau],.education-section .education-card .skills .skill-tag:contains("Tableau"){color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.education-section .education-card .skills .skill-tag[data-tech="Deep Learning"],.education-section .education-card .skills .skill-tag:contains("Deep Learning"){color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.education-section .education-card .skills .skill-tag[data-tech="Computer Vision"],.education-section .education-card .skills .skill-tag:contains("Computer Vision"){color:#ef4444;border:1px solid rgba(239,68,68,.3)}.education-section .education-card .skills .skill-tag[data-tech=AI],.education-section .education-card .skills .skill-tag:contains("AI"){color:#0284c7;border:1px solid rgba(2,132,199,.3)}.education-section .education-card .skills .skill-tag[data-tech=Python],.education-section .education-card .skills .skill-tag:contains("Python"){color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.education-section .education-card .skills .skill-tag[data-tech="Machine Learning"],.education-section .education-card .skills .skill-tag:contains("Machine Learning"){color:#6366f1;border:1px solid rgba(99,102,241,.3)}.education-section .education-card .skills .skill-tag[data-tech=Analytics],.education-section .education-card .skills .skill-tag:contains("Analytics"){color:#10b981;border:1px solid rgba(16,185,129,.3)}.badges-section{padding:4rem 0;background:linear-gradient(135deg,#eef2f7,#f5f7fa)}.badges-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;color:#333;position:relative}.badges-section .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6a11cb,#4a6cf7);border-radius:2px}.badges-section .badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (max-width: 992px){.badges-section .badges-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.badges-section .badges-grid{grid-template-columns:1fr}}.badges-section .badge-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;position:relative;overflow:hidden;border-top:5px solid transparent;background-size:100% 5px;background-repeat:no-repeat}.badges-section .badge-card:nth-child(1){background-color:#f6ffedcc;background-image:linear-gradient(to right,#4ade80,#22c55e)}.badges-section .badge-card:nth-child(2){background-color:#eef2ffcc;background-image:linear-gradient(to right,#60a5fa,#3b82f6)}.badges-section .badge-card:nth-child(3){background-color:#fff1f2cc;background-image:linear-gradient(to right,#f87171,#ef4444)}.badges-section .badge-card:nth-child(4){background-color:#fff7edcc;background-image:linear-gradient(to right,#f96,#ff5e62)}.badges-section .badge-card:nth-child(5){background-color:#f5f3ffcc;background-image:linear-gradient(to right,#a78bfa,#8b5cf6)}.badges-section .badge-card:nth-child(6){background-color:#fefce8cc;background-image:linear-gradient(to right,#facc15,#eab308)}.badges-section .badge-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.badges-section .badge-card .badge-header{display:flex;align-items:center;margin-bottom:1.5rem}.badges-section .badge-card .badge-header .badge-image{width:60px;height:60px;object-fit:contain;margin-right:1rem;border-radius:8px}.badges-section .badge-card .badge-header .badge-fallback{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#6a11cb,#4a6cf7);color:#fff;font-size:1.5rem;font-weight:700;border-radius:8px;margin-right:1rem}.badges-section .badge-card .badge-header h3{font-size:1.2rem;font-weight:600;color:#333;margin:0;flex:1}.badges-section .badge-card .badge-issuer{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.badges-section .badge-card .badge-date{font-size:.85rem;color:#777;margin-bottom:1rem}.badges-section .badge-card .badge-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.badges-section .badge-card .badge-skills .skill-tag{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;margin-right:.5rem;margin-bottom:.5rem;transition:all .2s ease;border:1px solid rgba(0,0,0,.1)}.badges-section .badge-card .badge-skills .skill-tag:hover{transform:translateY(-2px)}.badges-section .badge-card .badge-skills .skill-tag:nth-child(1){color:#0284c7!important;border:1px solid rgba(2,132,199,.3)!important;background-color:#e0f2fecc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(2){color:#16a34a!important;border:1px solid rgba(22,163,74,.3)!important;background-color:#dcfce7cc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(3){color:#3b82f6!important;border:1px solid rgba(59,130,246,.3)!important;background-color:#dbeafecc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(4){color:#ca8a04!important;border:1px solid rgba(202,138,4,.3)!important;background-color:#fef9c3cc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(5){color:#0f172a!important;border:1px solid rgba(15,23,42,.3)!important;background-color:#f1f5f9cc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(6){color:#0d9488!important;border:1px solid rgba(13,148,136,.3)!important;background-color:#ccfbf1cc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(7){color:#c2410c!important;border:1px solid rgba(194,65,12,.3)!important;background-color:#ffedd5cc!important}.badges-section .badge-card .badge-skills .skill-tag:nth-child(8){color:#15803d!important;border:1px solid rgba(21,128,61,.3)!important;background-color:#dcfce7cc!important}.badges-section .badge-card .verify-link{margin-top:auto;display:inline-block;padding:.5rem 1rem;background:linear-gradient(to right,#4a6cf7,#6a11cb);color:#fff;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:500;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #4a6cf74d}.badges-section .badge-card .verify-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4a6cf766}.badges-section .badge-card .verify-link:active{transform:translateY(0)}.social-links a,.social-links a.social-link,.social-links .social-link,.footer .social-links a,.footer .social-links a.social-link,.footer .social-links .social-link,body .footer .social-links a,body .footer .social-links a.social-link,body .footer .social-links .social-link,#root .footer .social-links a,#root .footer .social-links a.social-link,#root .footer .social-links .social-link{text-decoration:none!important;display:inline-flex!important;align-items:center;justify-content:center;box-sizing:border-box!important;margin:0!important;padding:0!important;line-height:1!important;vertical-align:middle!important}.contact-form{max-width:800px;margin:0 auto;width:100%;padding:2rem;border-radius:12px;background-color:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.contact-form .contact-form-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;margin:0 auto}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.contact-form .form-input,.contact-form .form-textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.contact-form .form-input::placeholder,.contact-form .form-textarea::placeholder{color:#fff9!important}.contact-form .form-input:focus,.contact-form .form-input.form-input-focus,.contact-form .form-textarea:focus,.contact-form .form-textarea.form-input-focus{outline:none;border-color:#fff;box-shadow:0 0 0 2px #fff3}.contact-form .form-textarea{resize:vertical;min-height:150px}.contact-form .submit-button{padding:.75rem 2rem;border-radius:8px;border:none;background-color:gold;color:#21468b;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:1rem}.contact-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003}.contact-form .submit-button:active:not(:disabled){transform:translateY(0)}.contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.contact-form .submit-button.submitting{position:relative;color:transparent}.contact-form .submit-button.submitting:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:2px solid #21468B;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form .success-message,.contact-form .error-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-weight:500;text-align:center}.contact-form .success-message{background-color:#34c7591a;color:#34c759}.contact-form .error-message{background-color:#ff3b301a;color:#ff3b30}.footer{background-color:#21468b;color:#fff;padding:4rem 2rem}.footer .footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer .footer-content .contact-form form button{color:#000!important}.footer .social-links{display:flex;gap:1.5rem;margin:3rem 0 2rem!important;flex-wrap:wrap;justify-content:center;padding:0 2rem!important;width:100%!important;max-width:1200px!important;box-sizing:border-box}@media (max-width: 768px){.footer .social-links{padding:0 1rem!important;gap:1.2rem;margin:2rem 0!important}}.footer .social-links a.social-link,.footer .social-links .social-link{--icon-size: 24px;--icon-color: white;--bg-color: rgba(255, 255, 255, .1);--hover-bg-color: rgba(255, 255, 255, .2);--border-color: rgba(255, 255, 255, .2);width:52px;height:52px;min-width:52px;min-height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-color);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;padding:0;margin:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #00000026}.footer .social-links a.social-link svg,.footer .social-links a.social-link .social-icon,.footer .social-links .social-link svg,.footer .social-links .social-link .social-icon{width:26px!important;height:26px!important;color:#fff!important;fill:#fff!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer .social-links a.social-link:hover,.footer .social-links .social-link:hover{background:var(--hover-bg-color)!important;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #0003}.footer .social-links a.social-link:hover svg,.footer .social-links a.social-link:hover .social-icon,.footer .social-links .social-link:hover svg,.footer .social-links .social-link:hover .social-icon{transform:scale(1.2)}.footer .social-links a.social-link:active,.footer .social-links .social-link:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.footer .social-links a.social-link,.footer .social-links .social-link{width:48px;height:48px;min-width:48px;min-height:48px}.footer .social-links a.social-link svg,.footer .social-links a.social-link .social-icon,.footer .social-links .social-link svg,.footer .social-links .social-link .social-icon{width:24px!important;height:24px!important}}.footer .copyright{font-size:.9rem;color:var(--text-secondary);text-align:center}.language-switcher{position:fixed;top:25px;right:25px;display:flex;gap:10px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px;border-radius:25px;box-shadow:0 3px 15px #00000026;z-index:1000;transition:transform .3s ease,opacity .3s ease;transform:translateY(0);opacity:1;animation:slideIn .5s ease-out}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.language-switcher{gap:6px;padding:6px;top:20px;right:20px}}.language-switcher .language-btn{display:flex;align-items:center;justify-content:center;padding:10px;border:none;background:transparent;color:#333;cursor:pointer;border-radius:50%;transition:all .3s ease;width:42px;height:42px;position:relative}.language-switcher .language-btn.active:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;border:2px solid #007AFF;opacity:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:0}}@media (max-width: 480px){.language-switcher .language-btn{padding:8px;width:38px;height:38px}}.language-switcher .language-btn:hover{background:#0000000d;transform:translateY(-1px)}.language-switcher .language-btn.active{background:#007aff;color:#fff;box-shadow:0 2px 8px #007bff4d}.language-switcher .language-btn.active img{filter:brightness(0) invert(1)}.section-title{text-align:center;margin-bottom:2.5rem;font-size:2.2rem!important;font-weight:700;color:#1e293b;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#21468b,#3b82f6);border-radius:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}a{text-decoration:none!important}a:hover,a:focus,a:visited{text-decoration:none!important}
