@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap";:root{--header-height: 3rem;--hue: 210;--sat: 20%;--title-color: hsl(var(--hue), var(--sat), 20%);--title-color-dark: hsl(var(--hue), var(--sat), 0%);--text-color: hsl(var(--hue), var(--sat), 40%);--body-color: #f7f9fc;--container-color: #fff;--panel-color: #e4ebf5;--border-color: rgba(0, 0, 0, .1);--primary-color: #0072ff;--primary-color-hover: #005ac7;--gradient-primary: linear-gradient(90deg, #00c6ff, #0072ff);--body-font: "Poppins", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000;--transition-speed: .3s;--transition-timing: ease;--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--box-shadow-hover: 0 8px 24px rgba(0, 0, 0, .15);--border-radius: 1rem}.dark-mode{--title-color: #fff;--title-color-dark: #f0f0f0;--text-color: #ddd;--body-color: #1a1a1a;--container-color: #2a2a2a;--panel-color: #333;--border-color: rgba(255, 255, 255, .1);--primary-color: #40a9ff;--primary-color-hover: #1890ff;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5);--box-shadow-hover: 0 8px 24px rgba(0, 0, 0, .5)}@media screen and (max-width: 992px){:root{--big-font-size: 2.75rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);overflow-x:hidden;width:100%}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);transition:background-color var(--transition-speed) var(--transition-timing),color var(--transition-speed) var(--transition-timing);line-height:1.7;overflow-x:hidden;max-width:100vw;position:relative}html,body{overflow-x:hidden;max-width:100vw;position:relative}body,button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}.footer,footer,.footer__container{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.social__links,.footer__socials,.socialiniai-tinklai{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;max-width:100%}img,video,iframe,table,div{max-width:100%}h1,h2,h3,h4,h5,h6{color:var(--title-color);font-weight:var(--font-semi-bold);line-height:1.3;transition:color var(--transition-speed) var(--transition-timing)}ul{list-style:none}a{text-decoration:none;color:inherit;transition:color var(--transition-speed) var(--transition-timing)}a:hover{color:var(--primary-color)}button{cursor:pointer;border:none;outline:none;font-family:var(--body-font)}img{max-width:100%;height:auto;display:block}.section{padding:6rem 0 2rem;min-height:100vh;scroll-margin-top:var(--header-height);width:100%;overflow-x:hidden}.section__title{font-size:var(--h1-font-size);color:var(--title-color);font-weight:var(--font-bold);margin-bottom:var(--mb-1);text-align:center;position:relative}.section__title:after{content:"";display:block;width:50px;height:4px;background:var(--gradient-primary);margin:.5rem auto 0;border-radius:2px}.section__subtitle{display:block;font-size:var(--small-font-size);color:var(--subtitle-color, var(--text-color));margin-bottom:var(--mb-3);text-align:center;font-weight:var(--font-medium)}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem;width:100%;box-sizing:border-box}.container__grid{display:grid;gap:1.5rem}.main{overflow-x:hidden;width:100%;transition:background-color var(--transition-speed) var(--transition-timing)}.fixed-element{position:fixed;max-width:100vw;width:auto}.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{max-width:100%;overflow-x:hidden;width:100%;margin:0 auto;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;padding:1rem 1.75rem;border-radius:var(--border-radius);font-weight:var(--font-medium);transition:all var(--transition-speed) var(--transition-timing);gap:.5rem}.button:hover{background-color:var(--primary-color-hover);transform:translateY(-3px);box-shadow:var(--box-shadow)}.button:active{transform:translateY(-1px)}.button__icon{font-size:1.2rem;transition:transform var(--transition-speed) var(--transition-timing)}.button:hover .button__icon{transform:translate(4px)}@media screen and (max-width: 768px){.nav__menu{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.nav__link{padding:.5rem .75rem;font-size:.9rem}}@media screen and (max-width: 1200px){.container,.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{max-width:960px}}@media screen and (max-width: 992px){.container,.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{max-width:720px}.button{padding:.9rem 1.5rem}.section{padding:5rem 0 2rem}}@media screen and (max-width: 768px){.container,.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{max-width:540px;padding:0 1.5rem}.section{padding:4rem 0 2rem}.section__title{font-size:2rem}.section__subtitle{margin-bottom:var(--mb-2)}}@media screen and (max-width: 576px){.container,.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{padding:0 1rem}.section{padding:3rem 0 1.5rem}}@media screen and (max-width: 350px){.container,.home__container,.about__container,.skills__container,.services__container,.contact__container,.footer__container{padding:0 .75rem}.button{padding:.8rem 1.3rem;font-size:.9rem}}.header{position:sticky;top:0;left:0;width:100%;background-color:#fff;z-index:999;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.dark-mode .header{background-color:#0006;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 10px #0000004d}.nav.container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;position:relative;width:100%}.nav__left{flex:1}.nav__right{display:flex;align-items:center;justify-content:flex-end}.nav__buttons{display:flex;align-items:center;gap:1rem}.logo-text{font-size:1.6rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:2px;transition:color .3s ease;white-space:nowrap}.logo-text:hover{color:#007bff;text-shadow:0 0 5px rgba(0,123,255,.4)}.gradient-logo{font-family:Orbitron,sans-serif;font-size:1.6rem;font-weight:700;background:linear-gradient(90deg,#00c6ff,#0072ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:2px;text-transform:uppercase;transition:.3s ease}.gradient-logo:hover{filter:brightness(1.2);text-shadow:0 0 10px rgba(0,123,255,.3)}.desktop-nav{display:flex;justify-content:center;padding:.5rem 0;max-width:1200px;margin:0 auto;width:100%}.nav__list{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav__item{position:relative}.nav__link{display:flex;align-items:center;font-weight:500;text-decoration:none;color:#333;position:relative;transition:color .3s ease;font-size:1rem}.nav__icon{margin-right:.5rem;font-size:1.4rem}.nav__link:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background-color:#007bff;transition:all .3s ease;transform:translate(-50%)}.nav__link:hover:after,.active__link:after{width:100%}.active__link{color:#007bff}.mobile-nav{display:none;width:100%;position:absolute;top:100%;left:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-height:0;overflow:hidden;transition:max-height .4s ease-in-out;z-index:999;box-sizing:border-box}.mobile-nav.open{max-height:100vh;box-shadow:0 4px 12px #0000001a;display:block}.mobile-nav__list{padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav__item{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-nav__link{display:flex;align-items:center;padding:.5rem 0;font-weight:500;font-size:1.1rem;text-decoration:none;color:#333;transition:color .3s ease}.dark-mode .mobile-nav{background-color:#000000f2}.dark-mode .mobile-nav__item{border-bottom:1px solid rgba(255,255,255,.1)}.dark-mode .mobile-nav__link,.dark-mode .nav__link,.dark-mode .logo-text,.dark-mode .nav__icon{color:#fff}.dark-mode-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;font-size:1rem;color:#333;transition:color .3s ease}.dark-mode .dark-mode-toggle{color:#fff}.dark-mode-toggle:hover{color:#fc0;text-shadow:0 0 4px rgba(255,204,0,.6)}.language-toggle button{background:none;border:2px solid #333;border-radius:6px;padding:.3rem .7rem;font-size:1rem;cursor:pointer;transition:all .3s ease;color:#333}.language-toggle button:hover{background-color:#333;color:#fff;transform:scale(1.05)}.dark-mode .language-toggle button{border-color:#fff;color:#fff}.dark-mode .language-toggle button:hover{background-color:#fff;color:#000}.nav__toggle{display:none;font-size:1.5rem;cursor:pointer;color:#333;transition:all .3s ease;z-index:1001;margin-left:.5rem}.dark-mode .nav__toggle{color:#fff}.nav__buttons{display:flex;align-items:center;gap:.5rem}.nav__toggle:hover{transform:scale(1.1)}.dark-mode .footer__scroll-top{background-color:#40a9ff26;color:#40a9ff}.dark-mode .footer__scroll-top:hover{background-color:#40a9ff40}@media screen and (max-width: 1024px){.desktop-nav{display:none}.mobile-nav,.nav__toggle{display:block}.toggle-text{display:none}.logo-text{font-size:1.4rem}.language-toggle button{font-size:.9rem;padding:.25rem .5rem}.nav__buttons{gap:.75rem}}@media screen and (max-width: 768px){.header{padding:.75rem 1rem}.nav.container{padding:0}.nav__buttons{gap:.5rem}.dark-mode-toggle span{display:none}.language-toggle button{padding:.2rem .4rem;font-size:.8rem}.dark-mode-toggle{font-size:1.2rem}.nav__toggle{font-size:1.4rem;margin-left:.3rem}}@media screen and (max-width: 576px){.logo-text{font-size:1.1rem}.nav__toggle{font-size:1.3rem}}@media screen and (max-width: 480px){.header{padding:.75rem 1rem}.header.shrink{padding:.5rem 1rem}.logo-text{font-size:1.2rem}.nav__buttons{gap:.3rem}.nav__toggle{font-size:1.4rem;margin-left:.2rem}.footer__scroll-top{bottom:1rem;right:1rem;padding:.4rem .8rem;font-size:.8rem}}@media screen and (max-width: 360px){.header{padding:.5rem .75rem}.logo-text{font-size:1.1rem}.dark-mode-toggle,.language-toggle button{padding:.2rem;font-size:.8rem}.nav__toggle{font-size:1.3rem}.footer__scroll-top{padding:.3rem .6rem;font-size:.7rem;bottom:.75rem;right:.75rem}}.home__section{min-height:100%;display:flex;align-items:center;padding-top:1rem;padding-bottom:2rem;transition:all .3s ease}.home__container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.home__content{display:flex;flex-direction:column;position:relative}.home__img-content-wrapper{display:flex;flex-direction:row;align-items:center;gap:10rem;margin-top:1.5rem;flex-wrap:wrap;max-width:100%;overflow-x:hidden}.home__social-container{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem}.home__social{display:flex;gap:1.2rem}.home__social-icon{font-size:1.35rem;color:var(--title-color);transition:all .3s ease}.home__social-icon:hover{color:#0072ff;transform:translateY(-1px)}.home__img-container{width:300px;height:300px;position:relative;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;overflow:hidden;box-shadow:inset 0 0 0 9px #ffffff4d;animation:profile__animate 8s ease-in-out infinite 1s;flex-shrink:0;background-color:#f0f0f0}.home__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.home__data{flex:1;padding:1rem 0;max-width:100%;overflow-x:hidden}.home__title{font-size:3rem;margin-bottom:.5rem;color:var(--title-color);font-weight:700;line-height:1.2;transition:color .3s ease}.home__subtitle{position:relative;font-size:1.25rem;padding-left:5.4rem;font-weight:500;margin-bottom:1.5rem;color:var(--subtitle-color);transition:color .3s ease}.home__subtitle:before{content:"";position:absolute;width:70px;height:2px;background:linear-gradient(90deg,#00c6ff,#0072ff);left:0;top:.9rem;transition:width .3s ease}.home__subtitle:hover:before{width:80px}.home__description{max-width:450px;margin-bottom:2.5rem;color:var(--text-color);line-height:1.8;font-size:1.05rem;transition:color .3s ease}#helloButton{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#00c6ff,#0072ff);border:none;color:#fff;padding:1rem 2rem;text-align:center;text-decoration:none;font-size:1rem;font-weight:600;margin:.5rem 0;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative;box-shadow:0 4px 15px #0072ff33;animation:buttonPulse 2s infinite;transform-origin:center;max-width:100%;box-sizing:border-box;overflow:hidden}#helloButton:hover{background:linear-gradient(90deg,#0072ff,#00c6ff);box-shadow:0 8px 25px #0072ff66}@keyframes buttonPulse{0%{transform:scale(1);box-shadow:0 4px 15px #0072ff33}50%{transform:scale(1);box-shadow:0 8px 20px #0072ff66}to{transform:scale(1);box-shadow:0 4px 15px #0072ff33}}.home__scroll{margin-top:2rem;display:flex;align-items:center;justify-content:center;column-gap:.5rem;transition:all .3s ease}.home__scroll-button{display:flex;align-items:center;column-gap:.25rem;color:var(--title-color);transition:all .3s ease;cursor:pointer}.home__scroll-button:hover{transform:translateY(-5px)}.home__scroll-name{color:var(--title-color);font-weight:500;font-size:.95rem;transition:color .3s ease}.home__scroll-arrow{font-size:1.25rem;color:var(--title-color);animation:scroll 2s ease infinite;transition:color .3s ease}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(.5rem)}60%{transform:translateY(0)}}.dark-mode .home__social-icon{color:#fff}.dark-mode .home__img-container{box-shadow:inset 0 0 0 9px #ffffff26;background-color:#333}.dark-mode #helloButton{background:linear-gradient(90deg,#3a7bd5,#00d2ff);box-shadow:0 4px 15px #00d2ff33}.dark-mode #helloButton:hover{background:linear-gradient(90deg,#00d2ff,#3a7bd5);box-shadow:0 8px 25px #00d2ff66}@media screen and (max-width: 992px){.home__img-content-wrapper{gap:6rem}.home__subtitle{padding-left:3.75rem;margin-bottom:1rem}.home__subtitle:before{width:42px;top:.8rem}.home__description{max-width:initial;margin-bottom:2rem}.home__img-container{width:280px;height:280px;box-shadow:inset 0 0 0 8px #ffffff4d}.dark-mode .home__img-container{box-shadow:inset 0 0 0 8px #ffffff26}.home__title{font-size:2.5rem}}@media screen and (max-width: 768px){.home__section{padding-top:5rem}.home__img-content-wrapper{flex-direction:column;gap:2rem;align-items:center}.home__social-container,.home__social{justify-content:center}.home__img-container{width:250px;height:250px;margin:0 auto;box-shadow:inset 0 0 0 6px #ffffff4d}.dark-mode .home__img-container{box-shadow:inset 0 0 0 6px #ffffff26}.home__data{text-align:center;display:flex;flex-direction:column;align-items:center}.home__subtitle{padding-left:0;padding-right:0}.home__subtitle:before{display:none}.home__description{text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.home__scroll{margin-top:2rem;justify-content:center}}@media screen and (max-width: 576px){.home__section{padding-top:4rem}.home__img-container{width:220px;height:220px}.home__title{font-size:2rem}.home__subtitle{font-size:1.1rem}.home__description{font-size:.95rem}#helloButton{padding:.8rem 1.6rem;font-size:.95rem}}@media screen and (max-width: 360px){.home__img-container{width:180px;height:180px;box-shadow:inset 0 0 0 4px #ffffff4d}.dark-mode .home__img-container{box-shadow:inset 0 0 0 4px #ffffff26}.home__social-icon{font-size:1.2rem}.home__subtitle{font-size:1rem}.home__title{font-size:1.8rem}.home__description{font-size:.9rem}#helloButton{padding:.7rem 1.4rem;font-size:.9rem}}.scroll-down-container{display:flex;justify-content:center;margin-top:3rem;width:100%;padding-bottom:2rem}.scroll-down-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:0;transition:transform .3s ease}.scroll-down-button:hover{transform:translateY(5px)}.scroll-down-text{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.5rem;transition:color .3s ease}.dark-mode .scroll-down-text{color:#f8f9fa}.scroll-down-arrow{position:relative;width:30px;height:50px}.scroll-down-arrow span{position:absolute;display:block;width:12px;height:12px;border-bottom:2px solid #0072ff;border-right:2px solid #0072ff;transform:rotate(45deg);animation:scrollAnimation 2s infinite;opacity:0;transition:border-color .3s ease}.dark-mode .scroll-down-arrow span{border-bottom:2px solid #40a9ff;border-right:2px solid #40a9ff}.scroll-down-arrow span:nth-child(1){top:0;left:50%;margin-left:-6px;animation-delay:0s}.scroll-down-arrow span:nth-child(2){top:10px;left:50%;margin-left:-6px;animation-delay:.15s}.scroll-down-arrow span:nth-child(3){top:20px;left:50%;margin-left:-6px;animation-delay:.3s}@keyframes scrollAnimation{0%{opacity:0;transform:rotate(45deg) translate(-10px,-10px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(10px,10px)}}@media screen and (max-width: 768px){.scroll-down-container{margin-top:2rem}.scroll-down-text{font-size:.85rem}.scroll-down-arrow{width:24px;height:40px}.scroll-down-arrow span{width:10px;height:10px}}@media screen and (max-width: 480px){.scroll-down-container{margin-top:1.5rem}}.about__section{padding:6rem 0 2rem}.section__title{font-size:2.5rem;color:var(--title-color);text-align:center;margin-bottom:1rem}.section__subtitle{display:block;font-size:1rem;color:var(--text-color-light);text-align:center;margin-bottom:4rem}.dark-mode .section__title{color:#fff}.dark-mode .section__subtitle{color:#ccc}.certifications__section{width:100%;max-width:1200px;margin:0 auto}.cert__line{width:100px;height:4px;background:linear-gradient(90deg,#00c6ff,#0072ff);margin:0 auto 3rem;border-radius:2px}.certifications__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:2rem}.certification__card{background-color:var(--bg-color, #fff);border-radius:1rem;padding:3rem 2rem;box-shadow:0 5px 20px #0000000d;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.dark-mode .certification__card{background-color:var(--container-color, #2a2a2a);box-shadow:0 5px 20px #0003}.certification__card:hover{box-shadow:0 15px 30px #0072ff1a}.dark-mode .certification__card:hover{box-shadow:0 15px 30px #0072ff33}.certification__logo-container{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a}.dark-mode .certification__logo-container{box-shadow:0 5px 15px #0000004d}.certification__logo{width:100%;height:100%;object-fit:contain;padding:10px}.certification__title{font-size:1.5rem;font-weight:600;color:var(--title-color, #222);margin-bottom:.75rem}.certification__subtitle{font-size:1rem;color:var(--text-color, #666);margin-bottom:1.5rem}.dark-mode .certification__title{color:var(--title-color, #fff)}.dark-mode .certification__subtitle{color:var(--text-color, #ddd)}.certification__badge{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-color-light, #777);margin-bottom:1.5rem}.dark-mode .certification__badge{color:var(--text-color-light, #aaa)}.certification__badge i.bx-award{font-size:1.3rem;color:#0072ff}.certification__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .3s ease;margin-top:auto}.certification__button:hover{box-shadow:0 10px 20px #0072ff4d}.certification__button i{font-size:1.1rem;transition:transform .3s ease}.certification__button:hover i{transform:translate(5px)}.text-content-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;box-sizing:border-box}.text-content-inner{background-color:var(--bg-color, #fff);border-radius:1rem;padding:3rem;box-shadow:0 5px 20px #0000000d;transition:all .3s ease}.dark-mode .text-content-inner{background-color:var(--container-color, #2a2a2a);box-shadow:0 5px 20px #0003}.text-content-heading{font-size:2.2rem;font-weight:700;color:var(--title-color, #222);margin-bottom:2rem;position:relative;line-height:1.3}.text-content-heading:after{content:"";position:absolute;bottom:-1rem;left:0;width:80px;height:4px;background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:2px}.dark-mode .text-content-heading{color:var(--title-color, #fff)}.text-content-body{display:flex;flex-direction:column;gap:2rem}.text-content-paragraph{font-size:1.1rem;line-height:1.8;color:var(--text-color, #333)}.dark-mode .text-content-paragraph{color:var(--text-color, #ddd)}.text-content-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.feature-item{display:flex;align-items:center;gap:.8rem;padding:1rem;border-radius:.75rem;background-color:var(--container-color, #f8f9fa);transition:all .3s ease}.dark-mode .feature-item{background-color:#ffffff0d}.feature-item:hover{box-shadow:0 5px 15px #00000014}.dark-mode .feature-item:hover{box-shadow:0 5px 15px #0003}.feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(45deg,#00c6ff,#0072ff);border-radius:50%;color:#fff;font-size:1.2rem;flex-shrink:0}.feature-text{font-size:1rem;font-weight:500;color:var(--text-color, #333)}.dark-mode .feature-text{color:var(--text-color, #ddd)}.button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.5rem;background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;font-weight:500;text-decoration:none;transition:all .3s ease;white-space:nowrap;max-width:100%;box-sizing:border-box}.button:hover{box-shadow:0 10px 20px #0072ff4d}.button__icon{margin-left:.5rem;font-size:1.2rem}.button--sm{padding:.5rem 1rem;font-size:.9rem}@media screen and (max-width: 992px){.section__title{font-size:2rem}.section__subtitle{margin-bottom:3rem}.text-content-inner{padding:2rem}.text-content-heading{font-size:1.8rem}.certification__card{padding:2rem}}@media screen and (max-width: 768px){.about__section{padding:4rem 0 1rem}.text-content-container,.certifications__section{padding:1.5rem}.text-content-inner{padding:2rem}.text-content-heading{font-size:1.8rem}.text-content-paragraph{font-size:1rem;line-height:1.7}.text-content-features{grid-template-columns:1fr;gap:1rem}.certification__logo-container{width:100px;height:100px}.certification__title{font-size:1.3rem}}@media screen and (max-width: 480px){.text-content-container,.certifications__section{padding:1rem}.text-content-inner{padding:1.5rem}.text-content-heading{font-size:1.5rem}.text-content-paragraph{font-size:.95rem}.certification__card{padding:1.5rem}.feature-item{padding:.8rem}.feature-icon{width:35px;height:35px;font-size:1rem}.feature-text{font-size:.9rem}}:root{--text-color: #333;--title-color: #222;--subtitle-color: #555;--bg-color: #fff;--container-color: #f8f9fa;--border-gradient: linear-gradient(90deg, #00c6ff, #0072ff);--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--transition-speed: .3s}*{box-sizing:border-box;margin:0;padding:0}.dark-mode{--text-color: #ddd;--container-color: #333;--title-color: #fff;--subtitle-color: #ccc;--bg-color: #1a1a1a;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5)}.skills__section{padding:3rem 2rem 6rem;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);transition:background-color var(--transition-speed) ease;scroll-margin-top:55rem;width:100%;overflow-x:hidden}.skills__container{max-width:1200px;margin:0 auto;width:100%}.section__title{font-size:2.5rem;text-align:center;margin:2rem 0 .5rem;color:var(--title-color);font-weight:700;transition:color var(--transition-speed) ease;position:relative}.section__subtitle{text-align:center;color:var(--subtitle-color);margin-bottom:3rem;font-weight:500;font-size:1.2rem;transition:color var(--transition-speed) ease}.skills__content-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-content:center;width:100%;margin-bottom:2rem}.skills__content{background-color:var(--container-color);border-radius:1.2rem;padding:2.5rem 2rem;box-shadow:var(--box-shadow);transition:all var(--transition-speed) ease;position:relative;overflow:hidden;width:100%}.skills__content:before{content:"";position:absolute;top:0;left:0;height:5px;width:100%;background:var(--border-gradient);opacity:.8}.skills__content:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.dark-mode .skills__content:hover{box-shadow:0 15px 30px #0000004d}.skills__title{position:relative;font-size:1.5rem;font-weight:600;color:var(--title-color);margin-bottom:2.5rem;text-align:center;transition:color var(--transition-speed) ease}.skills__title:after{content:"";position:absolute;bottom:-10px;left:50%;width:50px;height:3px;background:var(--border-gradient);transform:translate(-50%);border-radius:2px}.skills__box{display:flex;flex-direction:column;gap:1.5rem}.skills__group{display:grid;gap:1.5rem}.skills__data{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;background-color:#00000008;transition:all var(--transition-speed) ease}.dark-mode .skills__data{background-color:#ffffff0d}.skills__data:hover{transform:translate(8px);background-color:#0000000f}.dark-mode .skills__data:hover{background-color:#ffffff14}.skills__data i{font-size:1.5rem;color:#0072ff;transition:all var(--transition-speed) ease}.dark-mode .skills__data i{color:#40a9ff}.skills__data:hover i{transform:scale(1.2)}.skills__name{font-size:1.1rem;font-weight:600;color:var(--title-color);margin-bottom:.25rem;transition:color var(--transition-speed) ease}.skills__level{font-size:.85rem;color:var(--subtitle-color);transition:color var(--transition-speed) ease}.skills__progress{margin-top:.4rem;height:5px;width:100%;background-color:#0000001a;border-radius:10px;position:relative;overflow:hidden}.dark-mode .skills__progress{background-color:#ffffff1a}.skills__progress-bar{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:10px;transition:width 1s ease-in-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.skills__data{animation:fadeInLeft .6s ease forwards;opacity:0}.skills__data:nth-child(1){animation-delay:.1s}.skills__data:nth-child(2){animation-delay:.2s}.skills__data:nth-child(3){animation-delay:.3s}.skills__data:nth-child(4){animation-delay:.4s}.skills__data:nth-child(5){animation-delay:.5s}@media screen and (max-width: 992px){.skills__section{padding:5rem 2rem}.skills__content-container{grid-template-columns:1fr;gap:2rem;max-width:600px;margin:0 auto}.section__title{font-size:2.2rem}.section__subtitle{font-size:1.1rem;margin-bottom:2.5rem}}@media screen and (max-width: 768px){.skills__section{padding:4rem 1.5rem}.skills__content{padding:2rem 1.5rem}.skills__title{font-size:1.3rem;margin-bottom:2rem}.skills__name{font-size:1rem}.section__title{font-size:2rem}}@media screen and (max-width: 576px){.skills__section{padding:3rem 1rem}.skills__content{padding:1.5rem}.skills__data{padding:.6rem .8rem}.skills__data i{font-size:1.3rem}.section__title{font-size:1.8rem}.section__subtitle{font-size:1rem;margin-bottom:2rem}}@media screen and (max-width: 350px){.skills__name{font-size:.9rem}.skills__level{font-size:.75rem}.skills__data i{font-size:1.2rem}}:root{--text-color: #333;--title-color: #222;--subtitle-color: #555;--bg-color: #fff;--container-color: #f8f9fa;--border-gradient: linear-gradient(90deg, #00c6ff, #0072ff);--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--transition-speed: .3s;--button-bg: #0072ff;--button-hover-bg: #005ac7;--button-text: #fff}.dark-mode{--text-color: #ddd;--title-color: #fff;--subtitle-color: #ccc;--bg-color: #1a1a1a;--container-color: #2a2a2a;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5);--button-bg: #40a9ff;--button-hover-bg: #1890ff}.services__section{padding:6rem 2rem;min-height:100%;background-color:var(--bg-color);transition:background-color var(--transition-speed) ease;scroll-margin-top:5rem;overflow-x:hidden}.services__container{max-width:1200px;margin:0 auto}.services__content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.services__card{background-color:var(--container-color);border-radius:1.2rem;padding:2rem;display:flex;flex-direction:column;box-shadow:var(--box-shadow);transition:all var(--transition-speed) ease;position:relative;overflow:hidden;z-index:1;margin-bottom:2rem}.services__card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:var(--border-gradient);z-index:2}.services__card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.dark-mode .services__card:hover{box-shadow:0 15px 30px #0000004d}.services__card-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}.services__icon-container{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00c6ff,#0072ff);margin-bottom:1.5rem;box-shadow:0 10px 20px #0072ff4d;transition:all var(--transition-speed) ease}.services__card:hover .services__icon-container{transform:scale(1.1) rotate(5deg)}.services__icon{font-size:2.5rem;color:#fff}.services__title{font-size:1.5rem;font-weight:600;color:var(--title-color);line-height:1.3}.services__content{margin-top:1rem}.services__description{font-size:.95rem;color:var(--text-color);line-height:1.6;text-align:left;margin:0}@media screen and (max-width: 992px){.services__section{padding:5rem 2rem}.services__content-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services__icon-container{width:70px;height:70px}.services__icon{font-size:2.2rem}.services__title{font-size:1.3rem}.services__description{font-size:.9rem}}@media screen and (max-width: 768px){.services__section{padding:4rem 1.5rem}.services__content-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.section__title{font-size:2rem}.section__subtitle{font-size:1.1rem}}@media screen and (max-width: 576px){.services__section{padding:3rem 1rem}.services__card{padding:1.5rem}.services__icon-container{width:60px;height:60px}.services__icon{font-size:1.8rem}.services__title{font-size:1.2rem}.services__description{font-size:.85rem}}@media screen and (max-width: 350px){.services__card{padding:1.2rem}.services__icon-container{width:50px;height:50px;margin-bottom:1rem}.services__icon{font-size:1.5rem}.services__title{font-size:1.1rem}.services__description{font-size:.8rem}}:root{--text-color: #333;--title-color: #222;--subtitle-color: #555;--bg-color: #fff;--container-color: #f8f9fa;--border-gradient: linear-gradient(90deg, #00c6ff, #0072ff);--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--transition-speed: .3s;--input-bg: #fff;--input-border: rgba(0, 0, 0, .1);--input-text: #333;--input-focus-border: #0072ff;--button-bg: #0072ff;--button-hover-bg: #005ac7;--button-text: #fff;--card-bg: #fff;--icon-bg: rgba(0, 114, 255, .1);--success-color: #28a745;--error-color: #dc3545}.dark-mode{--text-color: #ddd;--title-color: #fff;--subtitle-color: #ccc;--bg-color: #1a1a1a;--container-color: #2a2a2a;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5);--input-bg: #333;--input-border: rgba(255, 255, 255, .1);--input-text: #ddd;--input-focus-border: #40a9ff;--button-bg: #40a9ff;--button-hover-bg: #1890ff;--button-text: #fff;--card-bg: #2a2a2a;--icon-bg: rgba(64, 169, 255, .15);--success-color: #2da44e;--error-color: #f85149}.contact__section{padding:6rem 2rem;min-height:100%;background-color:var(--bg-color);transition:background-color var(--transition-speed) ease;scroll-margin-top:5rem}.contact__container{max-width:1200px;width:100%;margin:0 auto}.contact__content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact__info-container{display:flex;flex-direction:column}.contact__title{font-size:1.5rem;font-weight:600;color:var(--title-color);margin-bottom:2rem;position:relative;display:inline-block}.contact__title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:var(--border-gradient);border-radius:2px}.contact__cards{display:flex;flex-direction:column;gap:1.5rem}.contact__card{background-color:var(--card-bg);border-radius:1rem;padding:1.5rem;box-shadow:var(--box-shadow);transition:all var(--transition-speed) ease;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2rem}.contact__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.dark-mode .contact__card:hover{box-shadow:0 10px 20px #0000004d}.contact__card-icon-container{width:50px;height:50px;border-radius:1rem;background-color:var(--icon-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all var(--transition-speed) ease}.contact__card:hover .contact__card-icon-container{transform:scale(1.1)}.contact__card-icon-container i{font-size:1.5rem;color:var(--button-bg)}.contact__card-title{font-size:1.1rem;font-weight:600;color:var(--title-color);margin-bottom:.5rem}.contact__card-data{font-size:.95rem;color:var(--text-color);margin-bottom:1rem}.contact__card-button{display:flex;align-items:center;gap:.5rem;color:var(--button-bg);font-size:.9rem;font-weight:500;text-decoration:none;transition:all var(--transition-speed) ease;margin-top:auto}.contact__card-button:hover{gap:.75rem}.contact__button-icon{font-size:1rem;transition:transform var(--transition-speed) ease}.contact__card-button:hover .contact__button-icon{transform:translate(3px)}.contact__form-container{display:flex;flex-direction:column}.contact__form{display:flex;flex-direction:column;gap:2rem}.form__fields{display:flex;flex-direction:column;gap:1.5rem}.form__field{display:flex;flex-direction:column;gap:.5rem}.form__label{font-size:.9rem;font-weight:500;color:var(--title-color);margin-left:.5rem}.form__input{padding:1rem 1.25rem;border-radius:.75rem;background-color:var(--input-bg);border:1px solid var(--input-border);color:var(--input-text);font-size:.95rem;transition:all var(--transition-speed) ease}.form__input:focus{outline:none;border-color:var(--input-focus-border);box-shadow:0 0 0 2px #0072ff33}.dark-mode .form__input:focus{box-shadow:0 0 0 2px #40a9ff4d}.form__textarea{min-height:150px;resize:vertical}.form__footer{display:flex;flex-direction:column;gap:1rem}.contact__submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--button-bg);color:var(--button-text);border:none;border-radius:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-speed) ease}.contact__submit-button:hover:not(:disabled){background-color:var(--button-hover-bg);transform:translateY(-2px)}.contact__submit-button:disabled{opacity:.7;cursor:not-allowed}.contact__submit-button i{font-size:1.1rem}.form__message{padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;text-align:center}.form__message--success{background-color:#28a7451a;color:var(--success-color);border:1px solid rgba(40,167,69,.2)}.form__message--error{background-color:#dc35451a;color:var(--error-color);border:1px solid rgba(220,53,69,.2)}@media screen and (max-width: 992px){.contact__section{padding:5rem 2rem}.section__title{font-size:2.2rem}.section__subtitle{font-size:1.1rem}.contact__content-grid{gap:3rem}}@media screen and (max-width: 768px){.contact__section{padding:4rem 1.5rem}.contact__content-grid{grid-template-columns:1fr;gap:3rem}.contact__info-container,.contact__form-container{max-width:500px;margin:0 auto;width:100%}.contact__cards{flex-direction:column}}@media screen and (max-width: 576px){.contact__section{padding:3rem 1rem}.contact__title{font-size:1.3rem}.contact__card{padding:1.25rem}.form__input{padding:.9rem 1rem}.contact__submit-button{padding:.9rem 1.25rem}}@media screen and (max-width: 350px){.contact__section{padding:2.5rem .75rem}.section__title{font-size:1.8rem}.section__subtitle{font-size:1rem}.contact__card-icon-container{width:45px;height:45px}}.footer [data-aos]{transform-origin:center center;overflow-x:hidden}.footer{background-color:#f9f9f9;padding:5rem 0 2rem;border-top:1px solid rgba(0,0,0,.05)}.dark-mode .footer{background-color:#0a0a0a;border-top:1px solid rgba(255,255,255,.05)}.footer__container{max-width:1200px;width:100%;margin:0 auto;padding:0 1.5rem;overflow-x:hidden}.footer__content{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:3rem}.footer__info{grid-column:span 1}.footer__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333;background:linear-gradient(90deg,#00c6ff,#0072ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Orbitron,sans-serif;letter-spacing:1px}.footer__subtitle{font-size:1rem;color:#555;margin-bottom:1rem;font-weight:500}.footer__description{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.footer__scroll-top{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#007bff1a;color:#007bff;border:none;border-radius:.5rem;font-size:.9rem;cursor:pointer;transition:all .3s ease}.footer__scroll-top:hover{background-color:#007bff33;transform:translateY(-2px)}.footer__links,.footer__services{grid-column:span 1}.footer__links-title,.footer__services-title,.footer__social-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#333;position:relative;padding-bottom:.5rem}.footer__links-title:after,.footer__services-title:after,.footer__social-title:after{content:"";position:absolute;width:40px;height:2px;background-color:#007bff;bottom:0;left:0}.footer__list,.footer__services-list{list-style:none;padding:0;margin:0}.footer__link,.footer__service-link{display:block;color:#666;margin-bottom:.75rem;font-size:.95rem;text-decoration:none;transition:all .3s ease;position:relative;padding-left:1.2rem}.footer__link:before,.footer__service-link:before{content:"›";position:absolute;left:0;color:#007bff;font-size:1.2rem;line-height:1;transition:transform .3s ease}.footer__link:hover,.footer__service-link:hover{color:#007bff;transform:translate(5px)}.footer__link:hover:before,.footer__service-link:hover:before{transform:translate(3px)}.footer__social-container{grid-column:span 1}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f1f1f1;color:#333;border-radius:50%;transition:all .3s ease}.footer__social-link:hover{background-color:#007bff;color:#fff;transform:translateY(-5px);box-shadow:0 5px 15px #007bff4d}.footer__bottom{border-top:1px solid rgba(0,0,0,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copy{color:#777;font-size:.9rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{color:#777;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer__legal-link:hover{color:#007bff}.footer__schema{display:none}.dark-mode .footer__subtitle,.dark-mode .footer__links-title,.dark-mode .footer__services-title,.dark-mode .footer__social-title{color:#eee}.dark-mode .footer__description,.dark-mode .footer__link,.dark-mode .footer__service-link{color:#aaa}.dark-mode .footer__social-link{background-color:#222;color:#eee}.dark-mode .footer__social-link:hover{background-color:#007bff;color:#fff}.dark-mode .footer__bottom{border-top-color:#ffffff0d}.dark-mode .footer__copy,.dark-mode .footer__legal-link{color:#888}.dark-mode .footer__legal-link:hover{color:#007bff}.dark-mode .footer__scroll-top{background-color:#007bff26;color:#4d9fff}.dark-mode .footer__scroll-top:hover{background-color:#007bff40}@media screen and (max-width: 992px){.footer__content{grid-template-columns:repeat(2,1fr)}.footer__info,.footer__links,.footer__services,.footer__social-container{grid-column:span 1}}@media screen and (max-width: 576px){.footer__content{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;text-align:center;gap:1rem}.footer__legal{justify-content:center}}.modal-content{max-width:100%;line-height:1.6}.modal-title{color:#007bff;border-bottom:2px solid #f1f1f1;padding-bottom:1rem;margin-bottom:1.5rem}.modal-section-title{color:#007bff;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.modal-subsection-title{color:#333;margin-top:1rem;margin-bottom:.5rem;font-weight:600}.modal-list{margin-left:1.5rem;margin-bottom:1.5rem}.modal-list-item{margin-bottom:.5rem}.modal-button{background-color:#007bff;color:#fff;padding:.5rem 1.5rem;border-radius:4px;border:none;cursor:pointer;transition:background-color .3s,transform .2s;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.modal-button:hover{background-color:#0056b3;transform:translateY(-2px)}.dark-mode .modal-title{color:#4d9fff;border-bottom-color:#333}.dark-mode .modal-section-title{color:#4d9fff}.dark-mode .modal-subsection-title{color:#ddd}.dark-mode .modal-button{background-color:#4d9fff}.dark-mode .modal-button:hover{background-color:#3a8ae0}@media screen and (max-width: 576px){.modal-content{font-size:.9rem}.modal-title{font-size:1.3rem}.modal-section-title{font-size:1.1rem}.modal-subsection-title{font-size:1rem}}.scrollup{position:fixed;right:1rem;background-color:var(--primary-color);width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1100;box-shadow:0 4px 12px #0072ff40;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;border:none;outline:none;overflow:hidden;transform:translateY(20px)}.scrollup__icon{font-size:1.2rem;color:#fff;line-height:0}.scrollup:hover{background-color:var(--primary-color-hover);transform:translateY(-3px);box-shadow:0 6px 16px #0072ff59}.show-scroll{bottom:1.5rem;opacity:1;transform:translateY(0)}.scrollup.dark-mode{background-color:var(--primary-color);box-shadow:0 4px 12px #40a9ff40}.scrollup.dark-mode:hover{background-color:var(--primary-color-hover);box-shadow:0 6px 16px #40a9ff59}@keyframes pulse{0%{box-shadow:0 0 #0072ff4d}70%{box-shadow:0 0 0 6px #0072ff00}to{box-shadow:0 0 #0072ff00}}.show-scroll:not(:hover){animation:pulse 2s infinite}.dark-mode.show-scroll:not(:hover){animation:pulse 2s infinite}@media screen and (max-width: 992px){.scrollup{right:1rem;width:2.25rem;height:2.25rem}.scrollup__icon{font-size:1.1rem}.show-scroll{bottom:1.25rem;position:fixed;z-index:2000}}@media screen and (max-width: 768px){.scrollup{right:.75rem;width:2rem;height:2rem}.scrollup__icon{font-size:1rem}.show-scroll{bottom:1rem}}@media screen and (max-width: 576px){.scrollup{right:.5rem;width:1.75rem;height:1.75rem}.scrollup__icon{font-size:.9rem}.show-scroll{bottom:.75rem}}@media screen and (max-width: 360px){.scrollup{right:.5rem;width:1.5rem;height:1.5rem;box-shadow:0 2px 8px #0072ff33}.scrollup__icon{font-size:.75rem}.show-scroll{bottom:.5rem}}:root{--text-color: #333;--title-color: #222;--subtitle-color: #555;--bg-color: #fff;--container-color: #f8f9fa;--border-gradient: linear-gradient(90deg, #00c6ff, #0072ff);--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--transition-speed: .3s;--card-bg: #fff;--button-primary-bg: #0072ff;--button-secondary-bg: #f5f5f5;--button-primary-text: #fff;--button-secondary-text: #333;--tag-bg: rgba(0, 114, 255, .1);--tag-text: #0072ff;--overlay-bg: rgba(0, 114, 255, .85);--overlay-text: #fff}.dark-mode{--text-color: #ddd;--title-color: #fff;--subtitle-color: #ccc;--bg-color: #1a1a1a;--container-color: #2a2a2a;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5);--card-bg: #2a2a2a;--button-primary-bg: #40a9ff;--button-secondary-bg: #333;--button-primary-text: #fff;--button-secondary-text: #ddd;--tag-bg: rgba(64, 169, 255, .15);--tag-text: #40a9ff;--overlay-bg: rgba(64, 169, 255, .85);--overlay-text: #fff}.projects__section{padding:6rem 2rem;min-height:100vh;background-color:var(--bg-color);transition:background-color var(--transition-speed) ease;scroll-margin-top:5rem}.projects__container{max-width:1200px;width:100%;margin:0 auto}.section__subtitle{text-align:center;color:var(--subtitle-color);margin-bottom:3rem;font-weight:500;font-size:1.2rem}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.project__card{background-color:var(--card-bg);border-radius:1rem;overflow:hidden;box-shadow:var(--box-shadow);transition:all var(--transition-speed) ease;display:flex;flex-direction:column;height:100%}.project__card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.dark-mode .project__card:hover{box-shadow:0 15px 30px #0000004d}.project__image-container{width:100%;height:220px;overflow:hidden;position:relative}.project__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project__card:hover .project__img{transform:scale(1.05)}.project__preview{width:100%;height:100%;position:relative;overflow:hidden}.project__iframe{width:100%;height:100%;border:none;transform:scale(1);transition:transform 8s ease;pointer-events:none}.project__card:hover .project__iframe{transform:scale(.9)}.project__preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-bg);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-speed) ease}.project__card:hover .project__preview-overlay{opacity:1}.project__preview-text{color:var(--overlay-text);font-weight:600;font-size:1.2rem;letter-spacing:.5px;padding:.5rem 1.5rem;border:2px solid var(--overlay-text);border-radius:2rem}.project__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project__title{font-size:1.25rem;font-weight:600;color:var(--title-color);margin-bottom:.75rem}.project__description{color:var(--text-color);font-size:.95rem;line-height:1.5;margin-bottom:1rem}.project__category{margin-bottom:1.5rem}.project__category-tag{display:inline-block;padding:.3rem .8rem;background-color:var(--tag-bg);color:var(--tag-text);border-radius:1rem;font-size:.8rem;font-weight:500}.project__actions{display:flex;gap:1rem;margin-top:auto}.project__button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:500;font-size:.9rem;text-decoration:none;transition:all var(--transition-speed) ease;flex:1}.project__demo-button{background-color:var(--button-primary-bg);color:var(--button-primary-text)}.project__demo-button:hover{background-color:var(--button-primary-bg);opacity:.9;transform:translateY(-3px)}.project__code-button{background-color:var(--button-secondary-bg);color:var(--button-secondary-text)}.project__code-button:hover{background-color:var(--button-secondary-bg);opacity:.9;transform:translateY(-3px)}.project__button i{font-size:1.1rem}.projects__empty-message{grid-column:1 / -1;text-align:center;color:var(--text-color);font-size:1.1rem;padding:2rem;background-color:var(--card-bg);border-radius:1rem;box-shadow:var(--box-shadow)}@media screen and (max-width: 992px){.projects__section{padding:5rem 2rem}.projects__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.section__title{font-size:2.2rem}.section__subtitle{font-size:1.1rem}}@media screen and (max-width: 768px){.projects__section{padding:4rem 1.5rem}.projects__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.project__description{font-size:.9rem}}@media screen and (max-width: 576px){.projects__section{padding:3rem 1rem}.section__title{font-size:2rem}.section__subtitle{font-size:1rem;margin-bottom:2rem}.project__image-container{height:180px}.project__title{font-size:1.1rem}.project__button{font-size:.8rem;padding:.5rem 1rem}.project__preview-text{font-size:1rem;padding:.4rem 1.2rem}}@media screen and (max-width: 360px){.projects__section{padding:2.5rem .75rem}.section__title{font-size:1.7rem}.project__image-container{height:160px}.project__content{padding:1.2rem}.project__actions{flex-direction:column;gap:.75rem}.project__preview-text{font-size:.9rem;padding:.3rem 1rem}}:root{--text-color: #333;--title-color: #222;--subtitle-color: #555;--bg-color: #fff;--container-color: #f8f9fa;--border-gradient: linear-gradient(90deg, #00c6ff, #0072ff);--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--transition-speed: .3s;--caption-bg: rgba(255, 255, 255, .3);--caption-text: #222;--description-bg: rgba(0, 114, 255, .35);--description-text: #111}.dark-mode{--text-color: #ddd;--title-color: #fff;--subtitle-color: #ccc;--bg-color: #1a1a1a;--container-color: #2a2a2a;--box-shadow: 0 4px 12px rgba(0, 0, 0, .5);--caption-bg: rgba(42, 42, 42, .9);--caption-text: #fff;--description-bg: rgba(64, 169, 255, .1);--description-text: #333}.inspiration__section{padding:6rem 2rem;min-height:100vh;background-color:var(--bg-color);transition:background-color var(--transition-speed) ease;scroll-margin-top:5rem}.inspiration__container{max-width:1200px;width:100%;margin:0 auto}.section__title{font-size:2.5rem;text-align:center;margin:2rem 0 .5rem;color:var(--title-color);font-weight:700;position:relative}.section__title:after{content:"";display:block;width:50px;height:4px;background:var(--border-gradient);margin:.5rem auto 0;border-radius:2px}.section__subtitle{text-align:center;color:var(--subtitle-color);margin-bottom:2rem;font-weight:500;font-size:1.2rem}.inspiration__content{display:flex;flex-direction:column;align-items:center}.inspiration__description{text-align:center;max-width:800px;margin:0 auto 3rem;color:var(--text-color);font-size:1.05rem;line-height:1.7}.inspiration__gallery-container{width:100%;max-width:1000px;margin:0 auto;background-color:var(--container-color);border-radius:1.2rem;padding:1.5rem;box-shadow:var(--box-shadow);min-height:500px;max-height:80vh;overflow-y:auto;position:relative;margin-bottom:3rem}.inspiration__gallery{width:100%;padding-right:12px;padding-bottom:12px}.inspiration__gallery-container::-webkit-scrollbar{width:8px}.inspiration__gallery-container::-webkit-scrollbar-track{background:transparent}.inspiration__gallery-container::-webkit-scrollbar-thumb{background-color:#0072ff80;border-radius:4px}.dark-mode .inspiration__gallery-container::-webkit-scrollbar-thumb{background-color:#40a9ff80}.inspiration__gallery-item{border-radius:1rem;overflow:hidden;box-shadow:var(--box-shadow);transition:transform var(--transition-speed),box-shadow var(--transition-speed);margin-bottom:16px;background-color:var(--container-color);display:flex;flex-direction:column;break-inside:avoid;position:relative}.dark-mode .inspiration__gallery-item{box-shadow:0 4px 8px #0000004d;background-color:#333}.inspiration__gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;z-index:1}.dark-mode .inspiration__gallery-item:hover{box-shadow:0 10px 25px #0006}.inspiration__image{width:100%;aspect-ratio:4 / 3;object-fit:contain;background-color:#f0f0f0;border-radius:1rem 1rem 0 0;transition:transform .6s ease}.inspiration__gallery-item:hover .inspiration__image{transform:scale(1.05)}.inspiration__image-caption{padding:1rem 1.2rem;background-color:var(--caption-bg);color:var(--caption-text);font-size:.95rem}.inspiration__image-caption .MuiImageListItemBar-title{font-size:1rem;font-weight:600;color:inherit}.inspiration__image-caption .MuiImageListItemBar-subtitle{font-size:.85rem;color:inherit;opacity:.8}.inspiration__image-description{padding:1rem 1.2rem;background-color:var(--description-bg);color:var(--description-text);font-size:.9rem}.inspiration__image-description p{margin:0;font-size:.9rem;color:var(--description-text);line-height:1.5}.dark-mode .inspiration__image-caption{background-color:var(--caption-bg);border-top:1px solid rgba(255,255,255,.05)}.dark-mode .inspiration__image-description{border-top:1px solid rgba(255,255,255,.03)}.MuiImageList-masonry{display:block;column-count:3;column-gap:16px;width:100%}.MuiImageListItem-root{break-inside:avoid;margin-bottom:16px;width:100%}@media screen and (max-width: 992px){.inspiration__section{padding:5rem 2rem}.section__title{font-size:2.2rem}.section__subtitle{font-size:1.1rem}.inspiration__gallery-container{padding:1.2rem;max-height:600px}.MuiImageList-masonry{column-count:3}.inspiration__image{height:200px;max-height:200px}}@media screen and (max-width: 768px){.inspiration__section{padding:4rem 1.5rem}.inspiration__description{font-size:1rem;margin-bottom:2rem}.inspiration__gallery-container{padding:1rem;max-height:500px}.MuiImageList-masonry{column-count:2}.inspiration__image{height:180px;max-height:180px}.inspiration__image-caption .MuiImageListItemBar-title{font-size:.95rem}.inspiration__image-caption .MuiImageListItemBar-subtitle{font-size:.8rem}.inspiration__image-description p{font-size:.85rem}}@media screen and (max-width: 576px){.inspiration__section{padding:3rem 1rem}.section__title{font-size:2rem}.section__subtitle{font-size:1rem}.inspiration__description{font-size:.95rem}.inspiration__gallery-container{padding:.75rem;max-height:450px}.inspiration__image{height:200px;max-height:200px}.MuiImageList-masonry{column-count:1}}@media screen and (max-width: 360px){.inspiration__section{padding:2rem .75rem}.section__title{font-size:1.7rem}.inspiration__image{height:180px;max-height:180px}}.cookie-consent{position:fixed;bottom:2rem;left:2rem;right:2rem;background-color:#fff;color:var(--text-color);border-radius:var(--border-radius);box-shadow:0 10px 30px #00000026;z-index:var(--z-modal);transition:all .4s cubic-bezier(.175,.885,.32,1.275);max-width:1200px;margin:0 auto;overflow:hidden;transform:translateY(0)}.cookie-consent.dark-mode{background-color:var(--container-color);box-shadow:0 10px 30px #0000004d}.cookie-consent.hidden{opacity:0;transform:translateY(100px);pointer-events:none}.cookie-consent__container{display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.cookie-consent__content{display:flex;gap:1rem;align-items:flex-start}.cookie-consent__icon{font-size:2rem;color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.cookie-consent__text{flex:1}.cookie-consent__title{font-size:1.1rem;font-weight:var(--font-semi-bold);color:var(--title-color);margin-bottom:.5rem}.cookie-consent__message{font-size:.95rem;line-height:1.6;color:var(--text-color)}.cookie-consent__link{color:var(--primary-color);text-decoration:underline;background:none;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer;transition:color var(--transition-speed) var(--transition-timing)}.cookie-consent__link:hover{color:var(--primary-color-hover)}.cookie-consent__actions{display:flex;gap:1rem;flex-wrap:wrap}.cookie-consent__button{padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:var(--font-medium);transition:all var(--transition-speed) var(--transition-timing);cursor:pointer;font-family:var(--body-font);font-size:.95rem;border:none;outline:none;flex:1;min-width:10rem;text-align:center}.cookie-consent__button--accept{background-color:var(--primary-color);color:#fff}.cookie-consent__button--accept:hover{background-color:var(--primary-color-hover);transform:translateY(-3px);box-shadow:0 5px 15px #0072ff4d}.cookie-consent__button--decline{background-color:transparent;color:var(--text-color);border:1px solid var(--border-color)}.cookie-consent__button--decline:hover{background-color:#0000000d;transform:translateY(-3px)}.dark-mode .cookie-consent__button--decline:hover{background-color:#ffffff0d}.dark-mode .cookie-consent__button--accept:hover{box-shadow:0 5px 15px #40a9ff4d}@media screen and (min-width: 768px){.cookie-consent__container{flex-direction:row;align-items:center}.cookie-consent__actions{flex:0 0 auto;flex-direction:row}.cookie-consent__button{flex:0 0 auto}}@media screen and (max-width: 768px){.cookie-consent{bottom:1rem;left:1rem;right:1rem}.cookie-consent__container{padding:1.25rem;gap:1.25rem}.cookie-consent__icon{font-size:1.75rem}}@media screen and (max-width: 576px){.cookie-consent__content{flex-direction:column;gap:.75rem}.cookie-consent__icon{display:none}.cookie-consent__title{font-size:1rem}.cookie-consent__message{font-size:.9rem}.cookie-consent__button{padding:.7rem 1.25rem;font-size:.9rem}}@media screen and (max-width: 360px){.cookie-consent{bottom:.75rem;left:.75rem;right:.75rem}.cookie-consent__container{padding:1rem;gap:1rem}.cookie-consent__button{padding:.6rem 1rem;font-size:.85rem;min-width:0}}
