@import"https://unicons.iconscout.com/release/v4.0.0/css/line.css";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{--header-height: 3rem;--hue-color: 250;--first-color: hsl(var(--hue-color), 69%, 61%);--first-color-rgb: 103, 58, 183;--first-color-second: hsl(var(--hue-color), 69%, 61%);--first-color-alt: hsl(var(--hue-color), 57%, 53%);--first-color-lighter: hsl(var(--hue-color), 92%, 85%);--title-color: hsl(var(--hue-color), 8%, 15%);--text-color: hsl(var(--hue-color), 8%, 45%);--text-color-light: hsl(var(--hue-color), 8%, 65%);--input-color: hsl(var(--hue-color), 70%, 96%);--body-color: hsl(var(--hue-color), 60%, 99%);--container-color: #fff;--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);--body-font: "Poppins", sans-serif;--big-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1.125rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--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}@media screen and (min-width: 968px){:root{--big-font-size: 3rem;--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}}body.dark-theme{--first-color-second: hsl(var(--hue-color), 30%, 8%);--title-color: hsl(var(--hue-color), 8%, 95%);--text-color: hsl(var(--hue-color), 8%, 75%);--input-color: hsl(var(--hue-color), 29%, 16%);--body-color: hsl(var(--hue-color), 28%, 12%);--container-color: hsl(var(--hue-color), 29%, 16%);--scroll-bar-color: hsl(var(--hue-color), 12%, 48%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 36%)}.nav__btns{display:flex;align-items:center;gap:var(--mb-1);z-index:var(--z-fixed)}.change-theme{font-size:1.5rem;color:var(--title-color);margin-right:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex!important;align-items:center;justify-content:center;opacity:1!important;visibility:visible!important;position:relative;z-index:100;min-width:30px;min-height:30px;padding:.25rem}.change-theme:hover{color:var(--first-color);transform:scale(1.15);background-color:rgba(var(--first-color-rgb),.1);border-radius:.5rem}.section{padding:2rem 0 4rem}.section__title{font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:var(--small-font-size);margin-bottom:var(--mb-3)}.section__title,.section__subtitle{text-align:center}.container{max-width:858px!important;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}@media screen and (max-width: 576px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}.grid{display:grid;gap:1.5rem}.header{width:100%;position:fixed;bottom:0;left:0;z-index:var(--z-fixed);background-color:var(--body-color)}.nav{max-width:968px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav__logo,.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__logo:hover{color:var(--first-color)}.nav__toggle{font-size:1.1rem;cursor:pointer}.nav__toggle:hover{color:var(--first-color)}@media screen and (max-width: 767px){.nav__menu{position:fixed;bottom:-100%;left:0;width:100%;background-color:var(--body-color);padding:2rem 1.5rem 4rem;box-shadow:0 -1px 4px #00000026;border-radius:1.5rem 1.5rem 0 0;transition:.3s}}.nav__list{grid-template-columns:repeat(3,1fr);gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:var(--smaller-font-size);color:var(--title-color);font-weight:var(--font-medium)}.nav__link:hover{color:var(--first-color)}.nav__Icon{font-size:1.2rem}.nav__close{position:absolute;right:1.3rem;bottom:.5rem;font-size:1.5rem;cursor:pointer;color:var(--first-color)}.nav__close:hover{color:var(--first-color-alt)}.show-menu{bottom:0}.active-link{color:var(--first-color)}.scroll-header{box-shadow:0 -1px 4px #00000026}.home__container{gap:1rem}.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem;align-items:center}.home__social{display:grid;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{font-size:1.25rem;color:var(--first-color);transition:all .3s ease}.home__social-icon:hover{color:var(--first-color-alt);transform:scale(1.1)}@media screen and (max-width: 868px){.home__social-icon{font-size:1.5rem;padding:.5rem;background:rgba(var(--first-color-rgb),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.home__social-icon:hover{background:rgba(var(--first-color-rgb),.2)}}.home__blob{width:200px;fill:var(--first-color)}.home__data{grid-column:1/3}.home__title{font-size:var(--big-font-size)}.home__subtitle{font-size:var(--h3-font-size);color:var(--text-color);font-weight:var(--font-medium);margin-bottom:var(--mb-0-75)}.home__description{margin-bottom:var(--mb-2)}.home__scroll{display:none}.home__scroll-button{color:var(--first-color);transition:.3s;display:inline-flex;align-items:center;gap:.5rem}.home__scroll-button:hover{transform:translateY(.25rem)}.home__scroll-mouse{font-size:1.5rem}@media screen and (min-width: 640px){.home__scroll-mouse{font-size:2rem}}.home__scroll-name{font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-medium)}.home__scroll-arrow{font-size:1rem}@media screen and (min-width: 640px){.home__scroll-arrow{font-size:1.25rem}}.button{display:inline-block;background-color:var(--first-color);color:#fff;padding:1rem;border-radius:.5rem;font-weight:var(--font-medium)}.button:hover{background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem;margin-left:var(--mb-0-5);transition:.3s}.button--white{background-color:#fff;color:var(--first-color)}.button--white:hover{background-color:#fff}.button--flex{display:inline-flex;align-items:center}.button--small{padding:.75rem 1rem}.button--link{padding:0;background-color:transparent;color:var(--first-color)}.button--link:hover{background-color:transparent;color:var(--first-color-alt)}.about__img{width:200px;border-radius:.5rem;justify-self:center;align-self:center}.about__description{text-align:center;margin-bottom:var(--mb-2-5)}.about__info{display:flex;justify-content:space-evenly;margin-bottom:var(--mb-2-5)}.about__info-title{font-size:var(--h1-font-size);font-weight:var(--font-semi-bold);color:var(--title-color)}.about__info-name{font-size:var(--smaller-font-size)}.about__info-title,.about__info-name{display:block;text-align:center}.about__buttons{display:flex;justify-content:center}.skills__container{row-gap:0}.skills__header{display:flex;align-items:center;margin-bottom:var(--mb-2-5);cursor:pointer}.skills__icon,.skills__arrow{font-size:2rem;color:var(--first-color)}.skills__icon{margin-right:var(--mb-0-75)}.skills__title{font-size:var(--h3-font-size)}.skills__subtitle{font-size:var(--small-font-size);color:var(--text-color-light)}.skills__titles{display:flex;justify-content:space-between;margin-bottom:var(--mb-0-5)}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.skills__bar,.skills__percentage{height:5px;border-radius:.25rem}.skills__bar{background-color:var(--first-color-lighter)}.skills__percentage{display:block;background-color:var(--first-color)}.skills__list{row-gap:1.5rem;padding-left:2.7rem}.skills__close .skills__list{height:0;overflow:hidden}.skills__open .skills__list{height:-moz-max-content;height:max-content;margin-bottom:var(--mb-2-5)}.skills__open .skills__arrow{transform:rotate(-180deg)}.qualification__tabs{display:flex;justify-content:space-evenly;margin-bottom:var(--mb-2)}.qualification__button{font-size:var(--h3-font-size);font-weight:var(--font-medium);cursor:pointer}.qualification__button:hover{color:var(--first-color)}.qualification__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualification__data{display:grid;grid-template-columns:1fr max-content 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem}.qualification__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualification__subtitle{display:inline-block;font-size:var(--small-font-size);margin-bottom:var(--mb-1)}.qualification__calendar{font-size:var(--smaller-font-size);color:var(--text-color-light)}.qualification__rounder{display:inline-block;width:13px;height:13px;background-color:var(--first-color);border-radius:50%}.qualification__line{display:block;width:1px;height:100%;background-color:var(--first-color);transform:translate(6px,-7px)}.qualification [data-content]{display:none}.qualification__active[data-content]{display:block}.qualification__button.qualification__active{color:var(--first-color)}.services__container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.services__content{position:relative;background-color:var(--container-color);padding:3.5rem .5rem 1.25rem 1.5rem;border-radius:.25rem;box-shadow:0 2px 4px #00000026;transition:.3s}.services__content:hover{box-shadow:0 4px px #00000026}.services__icon{display:block;font-size:1.5rem;color:var(--first-color);margin-bottom:var(--mb-1)}.services__title{font-size:var(--h3-font-size);margin-bottom:var(--mb-1);font-weight:var(--font-medium)}.services__button{cursor:pointer;font-size:var(--small-font-size)}.services__button:hover .button__icon{transform:translate(.25rem)}.services__modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:0 1rem;z-index:var(--z-modal);opacity:0;visibility:hidden;transition:.3s}.services__modal-content{position:relative;background-color:var(--container-color);padding:1.5rem;border-radius:.5rem}.services__modal-services{row-gap:1rem}.services__modal-service{display:flex}.services__modal-title{font-size:var(--h3-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1-5)}.services__modal-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:var(--first-color);cursor:pointer}.services__modal-icon{color:var(--first-color);margin-right:var(--mb-0-25)}.active-modal{opacity:1;visibility:visible}.portfolio__container{overflow:initial}.portfolio__content{padding:0 1.5rem}.portfolio__img{width:265px;border-radius:.5rem;justify-self:center}.portfolio__title{font-size:var(--h3-font-size);margin-bottom:var(--mb-0-5)}.portfolio__description{margin-bottom:var(--mb-0-75)}.portfolio__button:hover .button__icon{transform:translate(.25rem)}.swiper-button-prev:after,.swiper-button-next:after{content:""}.swiper-portfolio-icon{font-size:2rem;color:var(--first-color)}.swiper-button-prev{left:-.5rem}.swiper-button-next{right:-.5rem}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-2.5rem}.swiper-pagination-bullet-active{background-color:var(--first-color)}.swiper-button-prev,.swiper-button-next,.swiper-pagination-bullet{outline:none}.project{text-align:center}.project__bg{background-color:var(--first-color-second);padding-top:3rem}.project__title{font-size:var(--h2-font-size);margin-bottom:var(--mb-0-75)}.project__description{margin-bottom:var(--mb-1-5)}.project__title,.project__description{color:#fff}.project__img{width:232px;justify-self:center}.testimonial__data,.testimonial__header{display:flex}.testimonial__data{justify-content:space-between;margin-bottom:var(--mb-1)}.testimonial__img{width:60px;height:60px;border-radius:50%;margin-right:var(--mb-0-75)}.testimonial__name{font-size:var(--h3-font-size);font-weight:var(--font-medium)}.testimonial__client{font-size:var(--small-font-size);color:var(--text-color-light)}.testimonial__description{margin-bottom:var(--mb-2-5)}.testimonial__icon-star{color:var(--first-color)}.swiper-container .swiper-pagination-testimonial{bottom:0}.contact__container{row-gap:3rem}.contact__information{display:flex;margin-bottom:var(--mb-2)}.contact__icon{font-size:2rem;color:var(--first-color);margin-right:var(--mb-0-75)}.contact__title{font-size:var(--h3-font-size);font-weight:var(--font-medium)}.contact__subtitle{font-size:var(--small-font-size);color:var(--text-color-light)}.contact__content{background-color:var(--input-color);border-radius:.5rem;padding:.75rem 1rem .25rem}.contact__label{font-size:var(--smaller-font-size);color:var(--title-color)}.contact__input{width:100%;background-color:var(--input-color);color:var(--text-color);font-family:var(--body-font);font-size:var(--normal-font-size);border:none;outline:none;padding:.25rem .5rem .5rem 0}.footer{padding-top:2rem;bottom:0}.footer__container{row-gap:3.5rem}.footer__bg{background-color:var(--first-color-second);padding:2rem 0 3rem}.footer__title{font-size:var(--h1-font-size);margin-bottom:var(--mb-0-25)}.footer__subtitle{font-size:var(--small-font-size)}.footer__links{display:flex;flex-direction:column;row-gap:1.5rem}.footer__link:hover{color:var(--first-color-lighter)}.footer__social{font-size:1.25rem;margin-right:var(--mb-1-5)}.footer__social:hover{color:var(--first-color-lighter)}.footer__copy{font-size:var(--smaller-font-size);text-align:center;color:var(--text-color-light);margin-top:var(--mb-3)}.footer__title,.footer__subtitle,.footer__link,.footer__social{color:#fff}.scrollup{position:fixed;right:1rem;bottom:-20%;background-color:var(--first-color);opacity:.8;padding:0 .3rem;border-radius:.4rem;z-index:var(--z-tooltip);transition:.4s}.scrollup:hover{background-color:var(--first-color-alt)}.scrollup__icon{font-size:1.5rem;color:#fff}.show-scroll{bottom:5rem}::-webkit-scrollbar{width:.6rem;background-color:var(--scroll-bar-color);border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}@media screen and (max-width: 350px){.container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.nav__menu{padding:2rem .25rem .4rem}.nav__list{-moz-column-gap:0;column-gap:0}.home__content{grid-template-columns:.25fr 3fr}.home__blob{width:180px}.skills__title{font-size:var(--normal-font-size)}.qualification__data{gap:.5rem}.services__container{grid-template-columns:max-content;justify-content:center}.services__content{padding-right:3.5rem}.services__modal{padding:0 .5rem}.project__img{width:200px}.testimonial__data,.testimonial__header{flex-direction:column;align-items:center}.testimonial__img{margin-right:0;margin-bottom:var(--mb-0-25)}.testimonial__data,.testimonial__description{text-align:center}}@media screen and (min-width: 568px){.home__content{grid-template-columns:max-content 1fr 1fr}.home__data{grid-column:initial}.home__img{justify-self:center}.about__container,.skills__container,.portfolio__content,.project__container,.contact__container,.footer__container{grid-template-columns:repeat(2,1fr)}.qualification__sections{display:grid;grid-template-columns:.6fr;justify-content:center}}@media screen and (min-width: 768px){.container{margin-left:auto;margin-right:auto}body{margin:0}.section{padding:6rem 0 2rem}.section__subtitle{margin-bottom:4rem}.header{top:0;bottom:initial}.header,.main,.footer__container{padding:0 1rem}.nav{height:calc(var(--header-height) + 1.5rem);-moz-column-gap:1rem;column-gap:1rem}.nav__icon,.nav__close,.nav__toggle{display:none}.nav__list{display:flex;-moz-column-gap:2rem;column-gap:2rem}.nav__menu{margin-left:auto}.change-theme{margin:0;display:inline-flex}.home__container{row-gap:5rem}.home__content{padding-top:5.5rem;-moz-column-gap:2rem;column-gap:2rem}.home__blob{width:270px}.home__scroll{display:block}.home__scroll-button{margin-left:3rem}.about__container{-moz-column-gap:5rem;column-gap:5rem}.about__img{width:350px}.about__description{text-align:initial}.about__info{justify-content:space-between}.about__buttons{justify-content:initial}.qualification__tabs{justify-content:center}.qualification__button{margin:0 var(--mb-1)}.qualification__sections{grid-template-columns:.5fr}.services__container{grid-template-columns:repeat(3,218px);justify-content:center}.services__icon{font-size:2rem}.services__content{padding:6rem 0 2rem 2.5rem}.services__modal-content{width:450px}.portfolio__img{width:320px}.portfolio__content{align-items:center}.project{text-align:initial}.project__bg{background:none}.project__container{background-color:var(--first-color-second);border-radius:1rem;padding:3rem 2.5rem 0;grid-template-columns:1fr max-content;-moz-column-gap:3rem;column-gap:3rem}.project__data{padding-top:.8rem}.footer__container{grid-template-columns:repeat(3,1fr)}.footer__bg{padding:3rem 0 3.5rem}.footer_links{flex-direction:row;-moz-column-gap:2rem;column-gap:2rem}.footer__socials{justify-self:flex-end}.footer__copy{margin-top:4.5rem}}@media screen and (min-width: 1024px){.header,.main,.footer__container{padding:0}.home__blob{width:320px}.home__social{transform:translate(-6rem)}.services__container{grid-template-columns:repeat(3,238px)}.portfolio__content{-moz-column-gap:5rem;column-gap:5rem}.swiper-portfolio-icon{font-size:3.5rem}.swiper-button-prev{left:-3.5rem}.swiper-button-next{right:-3.5rem}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-4.5rem}.contact__form{width:460px}.contact__inputs{grid-template-columns:repeat(2,1fr)}}.services__modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000000b3;z-index:1000;opacity:1;visibility:visible}.services__modal-content{background-color:#fff;padding:2rem;border-radius:.5rem;max-width:600px;width:100%;position:relative;box-shadow:0 0 20px #0003;text-align:center;overflow:auto;transform:scale(.8)}.services__modal-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.services__modal-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;cursor:pointer;color:#333}.services__modal-services{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;padding:0;list-style:none}.services__modal-service{display:flex;align-items:center;font-size:1rem;color:#333}.services__modal-icon{color:var(--first-color);margin-right:.5rem}.testimonial__icon{font-size:2rem;color:#333;padding:.5rem;size:1.5rem;margin:.5rem}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-20{bottom:5rem}.left-0{left:0}.left-1\/2{left:50%}.top-0{top:0}.top-1\/2{top:50%}.z-10{z-index:10}.z-\[-1\]{z-index:-1}.mx-auto{margin-left:auto;margin-right:auto}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-32{width:8rem}.w-4{width:1rem}.w-8{width:2rem}.w-\[40\%\]{width:40%}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-10{gap:2.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-2{border-width:2px}.border-\[\#915EFF\]{--tw-border-opacity: 1;border-color:rgb(145 94 255 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.bg-\[\#915EFF\]{--tw-bg-opacity: 1;background-color:rgb(145 94 255 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-4{padding-left:1rem}.pt-0{padding-top:0}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[14px\]{font-size:14px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\[22px\]{line-height:22px}.leading-\[40px\]{line-height:40px}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#915EFF\]{--tw-text-opacity: 1;color:rgb(145 94 255 / var(--tw-text-opacity, 1))}.text-\[\#dfd9ff\]{--tw-text-opacity: 1;color:rgb(223 217 255 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-\[0\.5\]{opacity:.5}.opacity-\[0\.8\]{opacity:.8}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[\#7c4fd9\]:hover{--tw-bg-opacity: 1;background-color:rgb(124 79 217 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#915EFF\]:hover{--tw-bg-opacity: 1;background-color:rgb(145 94 255 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:h-64{height:16rem}.sm\:h-96{height:24rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[20px\]{font-size:20px}.sm\:text-\[50px\]{font-size:50px}.sm\:text-\[60px\]{font-size:60px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:leading-\[26px\]{line-height:26px}.sm\:leading-\[70px\]{line-height:70px}}@media (min-width: 768px){.md\:h-full{height:100%}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[60px\]{font-size:60px}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[80px\]{font-size:80px}.lg\:leading-\[32px\]{line-height:32px}.lg\:leading-\[98px\]{line-height:98px}}@media (min-width: 1280px){.xl\:mt-0{margin-top:0}.xl\:mt-12{margin-top:3rem}.xl\:w-1\/2{width:50%}.xl\:w-auto{width:auto}.xl\:flex-1{flex:1 1 0%}.xl\:flex-row{flex-direction:row}.xl\:items-start{align-items:flex-start}.xl\:justify-start{justify-content:flex-start}.xl\:text-left{text-align:left}}html{scroll-behavior:smooth;scroll-padding-top:80px}::-moz-selection{background-color:var(--first-color);color:#fff}::selection{background-color:var(--first-color);color:#fff}*:focus-visible{outline:3px solid var(--first-color);outline-offset:2px}.button{position:relative;overflow:hidden;transition:all .3s ease}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.button:hover:before{width:300px;height:300px}.button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--first-color-rgb),.3)}.section{opacity:1;animation:fadeInSection .8s ease-in-out}@keyframes fadeInSection{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section__title{position:relative;display:inline-block;padding-bottom:.75rem;text-align:center;width:100%}.section__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:4px;background:linear-gradient(90deg,var(--first-color),var(--first-color-lighter));border-radius:10px}.section__subtitle{display:block;margin-top:1rem;font-size:var(--normal-font-size);color:var(--text-color);font-weight:500}.progress-indicator{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,var(--first-color),var(--first-color-lighter));z-index:9999;transition:width .3s ease}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:var(--first-color);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100;box-shadow:0 4px 12px rgba(var(--first-color-rgb),.3)}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(var(--first-color-rgb),.4)}.scroll-to-top i{font-size:1.5rem}.container{position:relative;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-hover-effect{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover-effect:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.gradient-text{background:linear-gradient(135deg,var(--first-color),var(--first-color-lighter));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skeleton{background:linear-gradient(90deg,rgba(var(--first-color-rgb),.05),rgba(var(--first-color-rgb),.15),rgba(var(--first-color-rgb),.05));background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width: 768px){.section__title{font-size:1.75rem}.section__subtitle{font-size:var(--small-font-size)}}body.dark-theme .section__title:after{box-shadow:0 0 10px var(--first-color)}body.dark-theme .scroll-to-top{box-shadow:0 4px 12px rgba(var(--first-color-rgb),.5)}body.dark-theme .card-hover-effect:hover{box-shadow:0 20px 40px #00000080}p{line-height:1.7;margin-bottom:1rem}a{transition:all .3s ease}a:hover{color:var(--first-color)}img{transition:opacity .3s ease}img[loading=lazy]{opacity:0}img[loading=lazy].loaded{opacity:1}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.skills.section{padding:4rem 0}.skills__heading{text-align:center;margin-bottom:3rem}.skills__container{row-gap:0;width:100%;max-width:1024px;margin:0 auto}.skills__content-wrapper{display:flex;flex-direction:column;gap:1.5rem;width:100%}.skills__header{display:flex;align-items:center;margin-bottom:var(--mb-2-5);cursor:pointer;position:relative;padding:1.25rem;background:var(--container-color);border-radius:12px;transition:all .3s ease;border:2px solid transparent}.skills__header:hover{border-color:rgba(var(--first-color-rgb),.2);transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--first-color-rgb),.1)}.skills__header:hover .skills__icon-wrapper{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--first-color-rgb),.25)}.skills__icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--first-color) 0%,var(--first-color-lighter) 100%);border-radius:12px;margin-right:var(--mb-1-5);box-shadow:0 6px 15px rgba(var(--first-color-rgb),.2);transition:all .3s ease}.skills__icon,.skills__arrow{font-size:1.75rem;color:#fff}.skills__icon{margin:0}.skills__title{font-size:var(--h3-font-size);font-weight:var(--font-semi-bold);margin-bottom:.35rem;color:var(--title-color);transition:color .3s ease}.skills__subtitle{font-size:var(--small-font-size);color:var(--text-color-light);display:flex;align-items:center;gap:.4rem;font-weight:var(--font-medium)}.skills__subtitle i{font-size:.875rem;color:var(--first-color)}.skills__arrow{margin-left:auto;transition:.4s}.skills__content{background-color:var(--container-color);padding:2rem;border-radius:12px;box-shadow:0 6px 24px #0000000f;transition:all .3s ease;width:100%;margin-bottom:2rem;border:1px solid rgba(0,0,0,.05)}.skills__content:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-3px)}.skills__list{row-gap:1rem;padding:1rem 0 0;display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width: 576px){.skills__list{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (min-width: 992px){.skills__list{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.skills__data{padding:1.25rem 1rem;border-radius:10px;transition:all .3s ease;border:1px solid rgba(var(--first-color-rgb),.1);background:var(--container-color);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;cursor:pointer}.skills__data:hover{background:rgba(var(--first-color-rgb),.05);border-color:var(--first-color);transform:translateY(-3px);box-shadow:0 6px 16px rgba(var(--first-color-rgb),.15)}.skills__icon-circle{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,var(--first-color) 0%,var(--first-color-lighter) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(var(--first-color-rgb),.2);transition:all .3s ease}.skills__data:hover .skills__icon-circle{transform:scale(1.1);box-shadow:0 6px 16px rgba(var(--first-color-rgb),.3)}.skills__data-icon{font-size:1.25rem;color:#fff}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);color:var(--title-color);margin:0;line-height:1.4;transition:color .3s ease}.skills__data:hover .skills__name{color:var(--first-color)}.skills__close .skills__list{height:0;overflow:hidden;max-height:0;opacity:0;padding:0;margin:0;transition:all .4s ease-out}.skills__open .skills__list{height:auto;max-height:1000px;opacity:1;margin-bottom:var(--mb-2-5);transition:all .4s ease-in}.skills__close .skills__arrow{transform:rotate(-90deg)}.skills__open .skills__arrow{transform:rotate(0)}.services{background:linear-gradient(135deg,var(--body-color) 0%,var(--container-color) 100%);position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(var(--first-color-rgb),.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.services:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--first-color-rgb),.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.services__container{position:relative;z-index:1}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.services__card{position:relative;background:var(--container-color);border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(var(--first-color-rgb),.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;cursor:pointer;height:100%}.services__card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f;border-color:rgba(var(--first-color-rgb),.3)}.services__card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(var(--first-color-rgb),.15) 0%,transparent 60%);opacity:.3;pointer-events:none;transition:opacity .3s ease}.services__card-header{display:flex;justify-content:space-between;align-items:flex-start}.services__icon-wrapper{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.1),rgba(var(--first-color-rgb),.05));border-radius:18px;border:2px solid rgba(var(--first-color-rgb),.2);transition:all .3s ease}.services__card:hover .services__icon-wrapper{border-color:var(--first-color);background:linear-gradient(135deg,rgba(var(--first-color-rgb),.15),rgba(var(--first-color-rgb),.08))}.services__icon{font-size:2rem;color:var(--first-color);transition:all .3s ease}.services__card:hover .services__icon{filter:drop-shadow(0 4px 8px rgba(var(--first-color-rgb),.4))}.services__card-badge{padding:.4rem .9rem;background:linear-gradient(135deg,var(--first-color) 0%,var(--first-color-alt) 100%);color:#fff;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px rgba(var(--first-color-rgb),.3)}.services__card-title{font-size:var(--h2-font-size);font-weight:700;color:var(--title-color);margin:0;letter-spacing:-.02em;line-height:1.2}.services__card-description{color:var(--text-color);line-height:1.7;font-size:var(--normal-font-size);flex:1}.services__card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(var(--first-color-rgb),.1)}.services__view-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--first-color);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:var(--small-font-size);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(var(--first-color-rgb),.2)}.services__view-button:hover{background:var(--first-color-alt);transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--first-color-rgb),.35)}.services__view-button i{font-size:1.1rem;transition:transform .3s ease}.services__view-button:hover i{transform:translate(4px)}.services__count{color:var(--text-color-light);font-size:var(--small-font-size);font-weight:500}.services__modal{position:fixed;inset:0;width:100vw;height:100vh;background-color:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000;overflow-y:auto}.services__modal-content{position:relative;background:var(--container-color);border-radius:24px;box-shadow:0 30px 90px #00000040;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(var(--first-color-rgb),.15);-webkit-overflow-scrolling:touch}.services__modal-content::-webkit-scrollbar{width:8px}.services__modal-content::-webkit-scrollbar-track{background:rgba(var(--first-color-rgb),.05);border-radius:10px}.services__modal-content::-webkit-scrollbar-thumb{background:rgba(var(--first-color-rgb),.3);border-radius:10px}.services__modal-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--first-color-rgb),.5)}.services__modal-header{display:flex;align-items:center;gap:1.25rem;padding:2.5rem;border-bottom:1px solid rgba(var(--first-color-rgb),.1);background:linear-gradient(135deg,rgba(var(--first-color-rgb),.03) 0%,transparent 100%)}.services__modal-icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--first-color) 0%,var(--first-color-alt) 100%);border-radius:16px;flex-shrink:0;box-shadow:0 8px 25px rgba(var(--first-color-rgb),.3)}.services__modal-icon-wrapper i{font-size:1.8rem;color:#fff}.services__modal-title{font-size:var(--h2-font-size);font-weight:700;color:var(--title-color);margin:0;letter-spacing:-.02em}.services__modal-subtitle{color:var(--text-color-light);font-size:var(--small-font-size);margin:.25rem 0 0}.services__modal-close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(var(--first-color-rgb),.1);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;color:var(--first-color)}.services__modal-close:hover{background:var(--first-color);color:#fff;transform:rotate(90deg)}.services__modal-close i{font-size:1.5rem}.services__modal-body{padding:2.5rem}.services__modal-list{display:flex;flex-direction:column;gap:1rem}.services__modal-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:rgba(var(--first-color-rgb),.03);border-radius:12px;border-left:3px solid transparent;transition:all .3s ease}.services__modal-item:hover{background:rgba(var(--first-color-rgb),.08);border-left-color:var(--first-color);transform:translate(8px)}.services__modal-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--first-color);border-radius:8px;flex-shrink:0;box-shadow:0 4px 12px rgba(var(--first-color-rgb),.25)}.services__modal-item-icon i{font-size:1rem;color:#fff;font-weight:700}.services__modal-item-content p{margin:0;color:var(--text-color);line-height:1.7;font-size:var(--normal-font-size)}.services__modal-footer{padding:2rem 2.5rem;border-top:1px solid rgba(var(--first-color-rgb),.1);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(var(--first-color-rgb),.02)}.services__modal-footer p{color:var(--text-color);font-weight:500;margin:0}.services__contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,var(--first-color) 0%,var(--first-color-alt) 100%);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:var(--normal-font-size);cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px rgba(var(--first-color-rgb),.3)}.services__contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(var(--first-color-rgb),.4)}.services__contact-button i{font-size:1.2rem}@media screen and (max-width: 968px){.services__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.services__modal-content{max-width:95%}.services__modal-header,.services__modal-body,.services__modal-footer{padding:1.75rem}.services__modal-close{top:1.5rem;right:1.5rem}.services__card-footer{flex-direction:column;align-items:stretch;gap:.75rem}.services__view-button{justify-content:center;width:100%}.services__count{text-align:center}}@media screen and (max-width: 576px){.services__grid{grid-template-columns:1fr}.services__card{padding:1.5rem}.services__icon-wrapper{width:60px;height:60px}.services__icon{font-size:1.75rem}.services__card-title{font-size:var(--h3-font-size)}.services__modal-header{flex-wrap:wrap}.services__modal-close{position:relative;top:0;right:0;margin-left:auto}.services__modal-footer{flex-direction:column;align-items:stretch;text-align:center}.services__contact-button{width:100%;justify-content:center}}@media screen and (max-width: 350px){.services__modal-header,.services__modal-body,.services__modal-footer,.services__card{padding:1.25rem}.services__modal-item{padding:1rem}}.about__container{grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-bottom:3rem}.home__img{width:100%;display:flex;justify-content:center;align-items:center}.home__blob{width:250px;fill:var(--first-color)}.home__blob-img{width:170px}.about__description-wrapper{display:flex;align-items:center}.about__description{font-size:var(--normal-font-size);line-height:1.8;color:var(--text-color);margin-bottom:0;text-align:center}.about__description strong{color:var(--first-color);font-weight:700}.about__info-section{width:100%;max-width:var(--container-width);margin:0 auto}.about__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-bottom:2rem}.about__info-card{position:relative;padding:1.5rem 1rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.05),rgba(var(--first-color-rgb),.1));border:2px solid rgba(var(--first-color-rgb),.2);border-radius:16px;text-align:center;transition:all .3s ease;overflow:hidden}.about__info-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--first-color),var(--first-color-lighter))}.about__info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(var(--first-color-rgb),.2);border-color:var(--first-color)}.about__info-icon{font-size:2rem;color:var(--first-color);margin-bottom:.75rem;display:block}.about__info-title{font-size:var(--h1-font-size);font-weight:var(--font-semi-bold);color:var(--title-color);display:block;margin-bottom:.25rem}.about__info-name{font-size:var(--smaller-font-size);color:var(--text-color);font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block}.about__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.about__highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(var(--first-color-rgb),.05);border-radius:12px;border-left:3px solid var(--first-color);transition:all .3s ease}.about__highlight-item:hover{transform:translate(5px);background:rgba(var(--first-color-rgb),.1)}.about__highlight-item i{font-size:1.5rem;color:var(--first-color)}.about__highlight-item span{font-size:var(--small-font-size);font-weight:600;color:var(--title-color)}.about__info-section .button{display:inline-flex;margin:0 auto}.about__info-section{text-align:center}@media screen and (max-width: 350px){.about__info,.about__highlights{grid-template-columns:1fr}.home__blob{width:180px}}@media screen and (min-width: 568px){.home__blob{width:270px}.home__blob-img{width:190px}.about__info{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 768px){.about__container{grid-template-columns:repeat(2,1fr);-moz-column-gap:5rem;column-gap:5rem}.about__description{text-align:initial}.about__info{gap:2rem;grid-template-columns:repeat(3,1fr)}.about__info-card{padding:2rem 1rem}.home__blob{width:270px}}@media screen and (min-width: 1024px){.about__container{-moz-column-gap:7rem;column-gap:7rem}.home__blob{width:320px}.home__blob-img{width:220px}.about__info{gap:2rem}}body.dark-theme .about__info-card{background:linear-gradient(135deg,rgba(var(--first-color-rgb),.1),rgba(var(--first-color-rgb),.15));border-color:rgba(var(--first-color-rgb),.3)}body.dark-theme .about__highlight-item{background:rgba(var(--first-color-rgb),.1)}.experience{padding:var(--mb-3) 0;position:relative;overflow:hidden;background:linear-gradient(180deg,transparent 0%,rgba(var(--first-color-rgb),.02) 50%,transparent 100%)}.experience__heading{text-align:center;margin-bottom:var(--mb-3)}.experience__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:1000px;margin:3rem auto 4rem;padding:0 var(--mb-1)}.experience__stat{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.25rem;background:var(--container-color);border-radius:16px;box-shadow:0 6px 20px #0000000f;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:100px}.experience__stat:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--first-color),var(--first-color-lighter))}.experience__stat:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(var(--first-color-rgb),.15);border-color:var(--first-color)}.experience__stat-icon{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--first-color),var(--first-color-lighter));border-radius:12px;box-shadow:0 4px 12px rgba(var(--first-color-rgb),.3);flex-shrink:0}.experience__stat-icon i{font-size:1.75rem;color:#fff}.experience__stat-content{flex:1;min-width:0}.experience__stat-number{font-size:1.875rem;font-weight:800;color:var(--title-color);line-height:1.1;margin-bottom:.35rem;white-space:nowrap}.experience__stat-label{font-size:var(--small-font-size);color:var(--text-color);font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;display:block}.experience__container{max-width:1100px;margin:0 auto;padding:0 var(--mb-1)}.experience__timeline{position:relative;padding:2rem 0}.experience__card{position:relative;background:var(--container-color);border-radius:20px;margin-bottom:2.5rem;box-shadow:0 10px 40px #00000014;border:2px solid rgba(0,0,0,.03);transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.experience__card:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,var(--first-color),var(--first-color-lighter));transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}.experience__card:hover:before{transform:scaleY(1);transform-origin:top}.experience__card:hover{transform:translate(8px);box-shadow:0 15px 50px rgba(var(--first-color-rgb),.15);border-color:var(--first-color)}.experience__card.expanded{box-shadow:0 15px 50px rgba(var(--first-color-rgb),.12)}.experience__year-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--first-color),var(--first-color-lighter));color:#fff;padding:.35rem 1rem;border-radius:20px;font-weight:700;font-size:var(--small-font-size);box-shadow:0 4px 15px rgba(var(--first-color-rgb),.3);z-index:10;letter-spacing:.5px}.experience__card-content{padding:2.5rem 2rem 2rem}.experience__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.05)}.experience__header-left{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.experience__company-logo{position:relative;flex-shrink:0;width:90px;height:90px;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.05),rgba(var(--first-color-rgb),.15));border-radius:20px;display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:0 8px 25px #00000014;border:2px solid rgba(var(--first-color-rgb),.1);transition:all .3s ease}.experience__card:hover .experience__company-logo{transform:scale(1.08) rotate(2deg);box-shadow:0 12px 35px rgba(var(--first-color-rgb),.2)}.experience__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:grayscale(0);transition:filter .3s ease}.experience__active-dot{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:#10b981;border:3px solid var(--container-color);border-radius:50%;box-shadow:0 0 0 4px #10b98133;animation:pulse-active 2s infinite}@keyframes pulse-active{0%,to{box-shadow:0 0 0 4px #10b98133}50%{box-shadow:0 0 0 8px #10b9811a}}.experience__title-group{flex:1;min-width:0}.experience__role-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.experience__position{font-size:var(--h2-font-size);font-weight:800;color:var(--title-color);line-height:1.2;letter-spacing:-.03em;margin:0}.experience__badge-current{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;background:rgba(var(--first-color-rgb),.1);color:var(--first-color);border:1px solid rgba(var(--first-color-rgb),.3);border-radius:16px;font-size:var(--smaller-font-size);font-weight:600;letter-spacing:.3px}.experience__company{font-size:var(--h3-font-size);font-weight:700;color:var(--first-color);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.experience__company i{font-size:1.25rem}.experience__date{font-size:var(--normal-font-size);color:var(--text-color);display:flex;align-items:center;gap:.5rem;font-weight:600}.experience__date i{font-size:1.1rem;color:var(--first-color)}.experience__expand-btn{width:40px;height:40px;border-radius:12px;border:2px solid rgba(var(--first-color-rgb),.2);background:rgba(var(--first-color-rgb),.05);color:var(--first-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.experience__expand-btn:hover{background:var(--first-color);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(var(--first-color-rgb),.3)}.experience__expand-btn i{font-size:1.5rem;transition:transform .3s ease}.experience__skills-preview{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.experience__skill-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.1),rgba(var(--first-color-rgb),.05));border:2px solid rgba(var(--first-color-rgb),.2);border-radius:25px;font-size:var(--small-font-size);font-weight:700;color:var(--first-color);transition:all .3s ease;cursor:default}.experience__skill-chip i{font-size:1rem}.experience__skill-chip:hover{background:var(--first-color);color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(var(--first-color-rgb),.3)}.experience__skill-more{display:inline-flex;align-items:center;padding:.6rem 1.1rem;background:rgba(var(--first-color-rgb),.08);border:1px solid rgba(var(--first-color-rgb),.2);border-radius:25px;font-size:var(--small-font-size);font-weight:600;color:var(--first-color);cursor:pointer;transition:all .3s ease}.experience__skill-more:hover{background:rgba(var(--first-color-rgb),.15);border-color:var(--first-color);color:var(--first-color);transform:translateY(-2px)}.experience__details{overflow:hidden}.experience__details-content{padding-top:1.5rem}.experience__section-title{font-size:var(--normal-font-size);font-weight:700;color:var(--title-color);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.experience__section-title i{font-size:1.25rem;color:var(--first-color)}.experience__achievements{margin-bottom:2rem}.experience__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.experience__list-item{display:flex;align-items:flex-start;gap:1rem;font-size:var(--normal-font-size);color:var(--text-color);line-height:1.7;padding:1rem;background:rgba(var(--first-color-rgb),.02);border-radius:12px;border-left:3px solid var(--first-color);transition:all .3s ease}.experience__list-item:hover{transform:translate(8px);background:rgba(var(--first-color-rgb),.05);box-shadow:0 4px 12px #0000000d}.experience__bullet{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--first-color),var(--first-color-lighter));display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px rgba(var(--first-color-rgb),.3)}.experience__bullet i{color:#fff;font-size:1rem;font-weight:700}.experience__all-skills{padding-top:1.5rem;border-top:2px solid rgba(0,0,0,.05)}.experience__skills-grid{display:flex;flex-wrap:wrap;gap:.75rem}.experience__skill-tag{display:inline-flex;align-items:center;padding:.65rem 1.25rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.08),rgba(var(--first-color-rgb),.12));border:2px solid rgba(var(--first-color-rgb),.2);border-radius:30px;font-size:var(--small-font-size);font-weight:600;color:var(--first-color);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}.experience__skill-tag:hover{background:var(--first-color);color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px rgba(var(--first-color-rgb),.35);border-color:var(--first-color)}.experience__timeline-connector{display:none}@media screen and (max-width: 350px){.experience__stats{grid-template-columns:1fr;gap:1rem}.experience__stat{padding:1.25rem}.experience__year-badge{right:15px;font-size:var(--smaller-font-size);padding:.4rem 1rem}}@media screen and (min-width: 568px){.experience__stats{grid-template-columns:repeat(2,1fr)}.experience__card-content{padding:2.5rem}.experience__company-logo{width:100px;height:100px}}@media screen and (min-width: 768px){.experience__stats{grid-template-columns:repeat(4,1fr);gap:1.25rem}.experience__stat{padding:1.75rem 1.5rem}.experience__timeline{position:relative;padding-left:3rem}.experience__timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--first-color),var(--first-color-lighter));border-radius:10px}.experience__timeline-connector{display:block;position:absolute;left:-3rem;top:3rem;width:28px;height:28px;background:var(--first-color);border:5px solid var(--container-color);border-radius:50%;z-index:1;box-shadow:0 0 0 6px rgba(var(--first-color-rgb),.2);transition:all .3s ease}.experience__card:hover .experience__timeline-connector{transform:scale(1.3);box-shadow:0 0 0 10px rgba(var(--first-color-rgb),.3)}.experience__card:before{display:none}.experience__card{margin-left:1rem}}@media screen and (min-width: 1024px){.experience__container{padding:0 var(--mb-2)}.experience__card-content{padding:3rem}.experience__company-logo{width:110px;height:110px}.experience__position{font-size:calc(var(--h2-font-size) + .25rem)}}body.dark-theme .experience__card{background-color:var(--container-color);box-shadow:0 10px 40px #0000004d;border-color:#ffffff0d}body.dark-theme .experience__card:hover{box-shadow:0 15px 50px #0006}body.dark-theme .experience__company-logo{background:linear-gradient(135deg,rgba(var(--first-color-rgb),.15),rgba(var(--first-color-rgb),.25))}body.dark-theme .experience__skill-chip,body.dark-theme .experience__skill-tag{background:linear-gradient(135deg,rgba(var(--first-color-rgb),.15),rgba(var(--first-color-rgb),.2));border-color:rgba(var(--first-color-rgb),.3)}body.dark-theme .experience__list-item{background:rgba(var(--first-color-rgb),.05)}body.dark-theme .experience__all-skills,body.dark-theme .experience__card-header{border-color:#ffffff0f}body.dark-theme .experience__skill-more{background:#ffffff0d;border-color:#ffffff1a}.footer{background:linear-gradient(135deg,var(--first-color-second) 0%,hsl(var(--hue-color),30%,10%) 100%);padding:4rem 0 2rem;margin-top:4rem;margin-bottom:calc(-1 * var(--header-height));position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%)}.footer__container{max-width:1200px;margin:0 auto;padding:0 var(--mb-1-5)}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand{max-width:350px}.footer__title{font-size:var(--h2-font-size);color:#fff;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em}.footer__subtitle{color:var(--first-color-lighter);font-size:var(--normal-font-size);font-weight:600;margin-bottom:1rem;display:block}.footer__description{color:#ffffffb3;font-size:var(--small-font-size);line-height:1.7;margin-bottom:1.5rem}.footer__section-title{color:#fff;font-size:var(--h3-font-size);font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.footer__section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--first-color);border-radius:2px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#ffffffb3;font-size:var(--normal-font-size);transition:all .3s ease;cursor:pointer;display:inline-block;position:relative;padding-left:0}.footer__link:hover{color:var(--first-color-lighter);padding-left:8px}.footer__link:before{content:"→";position:absolute;left:-15px;opacity:0;transition:all .3s ease}.footer__link:hover:before{left:-5px;opacity:1}a.footer__link{text-decoration:none}.footer__socials{display:flex;gap:1rem;margin-bottom:1.5rem}.footer__social{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:12px;color:#fff;font-size:1.3rem;transition:all .3s ease;border:1px solid transparent}.footer__social:hover{background:var(--first-color);border-color:var(--first-color-lighter);transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--first-color-rgb),.4)}.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}.footer__info-text{color:#ffffffb3;font-size:var(--small-font-size);display:flex;align-items:center;gap:.5rem}.footer__info-icon{color:var(--first-color-lighter);font-size:1rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer__copy{color:#fff9;font-size:var(--small-font-size);margin:0}.footer__bottom-links{display:flex;align-items:center;gap:1rem}.footer__bottom-link{color:#fff9;font-size:var(--small-font-size);cursor:pointer;transition:color .3s ease}.footer__bottom-link:hover{color:var(--first-color-lighter)}.footer__bottom-divider{color:#ffffff4d}@media screen and (max-width: 968px){.footer__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.footer__brand{max-width:100%}}@media screen and (max-width: 768px){.footer{padding:3rem 0 2rem}.footer__content{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;text-align:center;gap:1rem}.footer__bottom-links{flex-wrap:wrap;justify-content:center}.footer__title{font-size:var(--h3-font-size)}}@media screen and (max-width: 576px){.footer{padding:2.5rem 0 1.5rem}.footer__content{padding-bottom:2rem;gap:2rem}.footer__socials{justify-content:flex-start}.footer__social{width:40px;height:40px;font-size:1.1rem}.footer__section-title{font-size:var(--normal-font-size);margin-bottom:1rem}}@media screen and (max-width: 350px){.footer__container{padding:0 var(--mb-1)}.footer__content{gap:1.5rem}.footer__bottom{padding-top:1.5rem}}.projects{padding:var(--mb-3) 0;background:linear-gradient(180deg,transparent 0%,rgba(var(--first-color-rgb),.03) 50%,transparent 100%)}.projects__header{text-align:center;margin-bottom:var(--mb-3)}.projects__filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:2rem 0 3rem;padding:0 var(--mb-1)}.projects__filter-btn{padding:.75rem 2rem;background:var(--container-color);border:2px solid rgba(var(--first-color-rgb),.2);border-radius:30px;font-size:var(--normal-font-size);font-weight:600;color:var(--text-color);cursor:pointer;transition:all .3s ease}.projects__filter-btn:hover{border-color:var(--first-color);color:var(--first-color);transform:translateY(-3px);box-shadow:0 6px 20px rgba(var(--first-color-rgb),.15)}.projects__filter-btn.active{background:var(--first-color);color:#fff;border-color:var(--first-color);box-shadow:0 6px 20px rgba(var(--first-color-rgb),.3)}.projects__container{max-width:1200px;margin:0 auto;padding:0 var(--mb-1)}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:var(--container-color);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;border:2px solid rgba(0,0,0,.03);transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(var(--first-color-rgb),.15);border-color:var(--first-color)}.project-card__image-wrapper{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.05),rgba(var(--first-color-rgb),.02));display:flex;align-items:center;justify-content:center}.project-card__logo-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff}.project-card__logo{max-width:70%;max-height:70%;-o-object-fit:contain;object-fit:contain;transition:transform .5s ease}.project-card:hover .project-card__logo{transform:scale(1.05)}.project-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-card__image{transform:scale(1.1)}.project-card__overlay{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card__overlay.active{opacity:1}.project-card__view-btn{padding:1rem 2rem;background:var(--first-color);color:#fff;border:none;border-radius:30px;font-size:var(--normal-font-size);font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.project-card__view-btn:hover{background:var(--first-color-lighter);transform:scale(1.05)}.project-card__view-btn i{font-size:1.25rem}.project-card__content{padding:1.5rem}.project-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.project-card__category{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.1),rgba(var(--first-color-rgb),.05));border:1px solid rgba(var(--first-color-rgb),.3);border-radius:20px;font-size:var(--small-font-size);font-weight:600;color:var(--first-color)}.project-card__company{font-size:var(--smaller-font-size);font-weight:600;color:var(--text-color-light);text-transform:uppercase;letter-spacing:.5px}.project-card__title{font-size:var(--h3-font-size);font-weight:700;color:var(--title-color);margin-bottom:1.5rem;line-height:1.3;min-height:3.6rem}.project-card__metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.05)}.project-card__metric{text-align:center;padding:1rem;background:rgba(var(--first-color-rgb),.03);border-radius:12px;border:1px solid rgba(var(--first-color-rgb),.1)}.project-card__metric-value{display:block;font-size:1.5rem;font-weight:800;color:var(--first-color);line-height:1;margin-bottom:.25rem}.project-card__metric-label{display:block;font-size:var(--smaller-font-size);color:var(--text-color);font-weight:600}.project-card__tech-preview{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tech-tag{padding:.4rem .8rem;background:rgba(var(--first-color-rgb),.08);border:1px solid rgba(var(--first-color-rgb),.2);border-radius:15px;font-size:var(--smaller-font-size);font-weight:600;color:var(--first-color)}.project-card__tech-more{padding:.4rem .8rem;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:15px;font-size:var(--smaller-font-size);font-weight:600;color:var(--text-color)}.project-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.project-modal__content{background:var(--body-color);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080}.project-modal__close{position:absolute;top:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.project-modal__close:hover{background:var(--first-color);transform:rotate(90deg) scale(1.1)}.project-modal__close i{font-size:1.75rem}.project-modal__hero{position:relative;height:350px;overflow:hidden;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.08),rgba(var(--first-color-rgb),.03))}.project-modal__hero-bg{position:absolute;inset:0;opacity:.15}.project-modal__hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(8px)}.project-modal__hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-modal__hero-logo{position:absolute;top:2rem;left:2rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 25px #00000026;max-width:180px}.project-modal__hero-logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-height:60px}.project-modal__hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.7),transparent);color:#fff}.project-modal__category{display:inline-block;padding:.5rem 1.25rem;background:var(--first-color);border-radius:20px;font-size:var(--small-font-size);font-weight:600;margin-bottom:1rem}.project-modal__title{font-size:var(--h1-font-size);font-weight:800;margin-bottom:.75rem;line-height:1.2}.project-modal__meta{font-size:var(--normal-font-size);opacity:.9;font-weight:500}.project-modal__impact{padding:2.5rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.05),rgba(var(--first-color-rgb),.1));border-bottom:2px solid rgba(0,0,0,.05)}.project-modal__section-title{font-size:var(--h3-font-size);font-weight:700;color:var(--title-color);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.project-modal__section-title i{font-size:1.5rem;color:var(--first-color)}.project-modal__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.project-modal__metric{text-align:center;padding:2rem 1rem;background:var(--container-color);border-radius:16px;box-shadow:0 6px 20px #00000014;border:2px solid rgba(var(--first-color-rgb),.2);transition:all .3s ease}.project-modal__metric:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(var(--first-color-rgb),.2);border-color:var(--first-color)}.project-modal__metric-value{display:block;font-size:2.5rem;font-weight:800;color:var(--first-color);line-height:1;margin-bottom:.5rem}.project-modal__metric-label{display:block;font-size:var(--small-font-size);color:var(--text-color);font-weight:600}.project-modal__section{padding:2.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.project-modal__section:last-child{border-bottom:none}.project-modal__problem-solution{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-modal__box{padding:2rem;border-radius:16px;border-left:4px solid}.project-modal__box--problem{background:#ef44440d;border-color:#ef4444}.project-modal__box--solution{background:#10b9810d;border-color:#10b981}.project-modal__box-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.project-modal__box-header i{font-size:1.5rem}.project-modal__box--problem .project-modal__box-header i{color:#ef4444}.project-modal__box--solution .project-modal__box-header i{color:#10b981}.project-modal__box-header h4{font-size:var(--h3-font-size);font-weight:700;margin:0}.project-modal__box p{font-size:var(--normal-font-size);color:var(--text-color);line-height:1.7}.project-modal__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.project-modal__list li{display:flex;align-items:flex-start;gap:1rem;font-size:var(--normal-font-size);color:var(--text-color);line-height:1.7;padding:1rem;background:rgba(var(--first-color-rgb),.03);border-radius:12px;border-left:3px solid var(--first-color);transition:all .3s ease}.project-modal__list li:hover{transform:translate(5px);background:rgba(var(--first-color-rgb),.08);box-shadow:0 4px 12px #0000000d}.project-modal__list li i{font-size:1.25rem;color:var(--first-color);flex-shrink:0;margin-top:.15rem}.project-modal__list--challenges li{border-color:#f59e0b}.project-modal__list--challenges li i{color:#f59e0b}.project-modal__list--outcomes li{border-color:#10b981}.project-modal__list--outcomes li i{color:#10b981}.project-modal__tech-stack{display:flex;flex-wrap:wrap;gap:.75rem}.project-modal__tech-tag{padding:.75rem 1.5rem;background:linear-gradient(135deg,rgba(var(--first-color-rgb),.1),rgba(var(--first-color-rgb),.05));border:2px solid rgba(var(--first-color-rgb),.2);border-radius:25px;font-size:var(--normal-font-size);font-weight:600;color:var(--first-color);transition:all .3s ease}.project-modal__tech-tag:hover{background:var(--first-color);color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(var(--first-color-rgb),.3)}@media screen and (max-width: 350px){.projects__grid,.project-card__metrics{grid-template-columns:1fr}.project-modal{padding:1rem}.project-modal__hero{height:250px}.project-modal__close{top:1rem;right:1rem;width:40px;height:40px}}@media screen and (min-width: 568px){.projects__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (min-width: 768px){.projects__filters{gap:1.5rem}.project-modal__section,.project-modal__impact{padding:3rem}}@media screen and (min-width: 1024px){.projects__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}body.dark-theme .project-card{background-color:var(--container-color);box-shadow:0 10px 30px #0000004d;border-color:#ffffff0d}body.dark-theme .project-card:hover{box-shadow:0 20px 50px #00000080}body.dark-theme .project-modal__content{background:var(--body-color)}body.dark-theme .project-modal__box--problem{background:#ef44441a}body.dark-theme .project-modal__box--solution{background:#10b9811a}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{margin:0 0 var(--header-height) 0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color)}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}
