@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;800&display=swap";.home-container{display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden;background:#212121}[data-theme=light] .home-container{background:#e5e5e5}.home-hero-section{width:100%;height:100vh;display:flex;flex-direction:column;transition:background-color .3s ease;position:relative;padding:0;background:#212121}[data-theme=light] .home-hero-section{background:#e5e5e5}.home-hero-section>*{position:relative;z-index:10}.blobs{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vh;max-height:100%;max-width:100%;z-index:0;pointer-events:none;transition:transform .3s ease-out;will-change:transform}.blobs svg{position:absolute;width:100%;height:100%;top:0;left:0}.blobs .blob{animation:rotate 25s infinite alternate ease-in-out;transform-origin:50% 50%;opacity:.5}.blobs .blob path{animation:blob-anim-1 5s infinite alternate cubic-bezier(.45,.2,.55,.8);transform-origin:50% 50%;transform:scale(1);transition:fill .8s ease}.blobs .blob.alt{animation-direction:alternate-reverse;opacity:.3}.blobs .blob-1 path{fill:var(--blob-1);filter:blur(1rem)}[data-theme=light] .blobs .blob-1 path{fill:var(--blob-1-light)}.blobs .blob-2{animation-duration:18s;animation-direction:alternate-reverse}.blobs .blob-2 path{fill:var(--blob-2);animation-name:blob-anim-2;animation-duration:7s;filter:blur(.75rem);transform:scale(1)}[data-theme=light] .blobs .blob-2 path{fill:var(--blob-2-light)}.blobs .blob-2.alt{animation-direction:alternate}.blobs .blob-3{animation-duration:23s}.blobs .blob-3 path{fill:var(--blob-3);animation-name:blob-anim-3;animation-duration:6s;filter:blur(.5rem);transform:scale(.98)}[data-theme=light] .blobs .blob-3 path{fill:var(--blob-3-light)}.blobs .blob-4{animation-duration:31s;animation-direction:alternate-reverse;opacity:.9}.blobs .blob-4 path{fill:var(--blob-4);animation-name:blob-anim-4;animation-duration:10s;filter:blur(3rem);transform:scale(.95)}[data-theme=light] .blobs .blob-4 path{fill:var(--blob-4-light)}.blobs .blob-4.alt{animation-direction:alternate;opacity:.8}@keyframes blob-anim-1{0%{d:path("M 100 600 q 0 -500, 500 -500 t 500 500 t -500 500 T 100 600 z")}30%{d:path("M 100 600 q -50 -400, 500 -500 t 450 550 t -500 500 T 100 600 z")}70%{d:path("M 100 600 q 0 -400, 500 -500 t 400 500 t -500 500 T 100 600 z")}to{d:path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z")}}@keyframes blob-anim-2{0%{d:path("M 100 600 q 0 -400, 500 -500 t 400 500 t -500 500 T 100 600 z")}40%{d:path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z")}80%{d:path("M 100 600 q -50 -400, 500 -500 t 450 550 t -500 500 T 100 600 z")}to{d:path("M 100 600 q 100 -600, 500 -500 t 400 500 t -500 500 T 100 600 z")}}@keyframes blob-anim-3{0%{d:path("M 100 600 q -50 -400, 500 -500 t 450 550 t -500 500 T 100 600 z")}35%{d:path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z")}75%{d:path("M 100 600 q 100 -600, 500 -500 t 400 500 t -500 500 T 100 600 z")}to{d:path("M 100 600 q 0 -400, 500 -500 t 400 500 t -500 500 T 100 600 z")}}@keyframes blob-anim-4{0%{d:path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z")}30%{d:path("M 100 600 q 100 -600, 500 -500 t 400 500 t -500 500 T 100 600 z")}70%{d:path("M 100 600 q -50 -400, 500 -500 t 450 550 t -500 500 T 100 600 z")}to{d:path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z")}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.switcher{position:absolute;left:1rem;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;gap:1rem}.switcher .switch-button{cursor:pointer;width:min(10vh,5rem);height:min(10vh,5rem);background:radial-gradient(var(--bg-0),var(--bg-1));border-radius:.5rem;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border:1px solid rgba(120,120,120,.5)}.header{position:relative;padding:1rem 2rem;background:transparent;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{height:45px;width:auto;transition:filter .3s ease}[data-theme=dark] .logo{filter:brightness(0) invert(1)}.nav-desktop{display:flex;gap:2rem}.nav-desktop button{background:none;border:none;color:var(--primary-color);font-size:1.2rem;font-weight:600;cursor:pointer;transition:color .3s ease}.nav-desktop button:hover{color:#00185a}[data-theme=dark] .nav-desktop button{color:var(--white-color)}[data-theme=light] .nav-desktop button:hover{color:#ccc}.controls{display:flex;align-items:center;gap:1rem;position:relative;z-index:300}.controls .floating-controls{position:relative;top:auto;right:auto;box-shadow:none;padding:0;border:none}@media(min-width:768px){.controls .floating-controls{position:fixed;top:1rem;right:1.5rem;padding:.6rem;border-radius:10px;border:1px solid var(--primary-color);box-shadow:0 2px 10px #0000001a;transition:border-color .3s ease}[data-theme=dark] .controls .floating-controls{border-color:var(--white-color)}}.floating-controls{position:fixed;top:1rem;right:1.5rem;display:flex;gap:.8rem;padding:.6rem;border-radius:10px;border:1px solid var(--primary-color);box-shadow:0 2px 10px #0000001a;transition:background .3s ease,box-shadow .3s ease;z-index:200}.floating-controls.light{background:#ffffffe6;color:var(--primary-color)}.floating-controls.dark{background:var(--primary-color);color:var(--white-color);border-color:var(--white-color)}.floating-controls button{border-radius:6px;padding:.4rem .8rem;font-weight:600;cursor:pointer;border:1px solid currentColor;background:none;color:inherit;transition:all .3s ease}.floating-controls button:hover{background:currentColor;color:var(--white-color)}.menu-toggle{display:none;background:#ffffffe6;border:1px solid var(--primary-color);border-radius:8px;padding:.5rem .7rem;font-size:1.8rem;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;transition:all .3s ease}.menu-toggle i{color:var(--primary-color);transition:color .3s ease}.menu-toggle:hover{background:var(--primary-color)}.menu-toggle:hover i{color:var(--white-color)}[data-theme=light] .menu-toggle{background:#000000b3;border-color:var(--white-color)}[data-theme=light] .menu-toggle i{color:var(--white-color)}[data-theme=light] .menu-toggle:hover{background:var(--white-color)}[data-theme=light] .menu-toggle:hover i{color:var(--primary-color)}.menu-mobile{position:fixed;top:5em;right:0;background:var(--white-color);border:1px solid var(--primary-color);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;z-index:250;transition:opacity .3s ease,transform .3s ease}.menu-mobile button{background:none;border:none;font-size:1.5rem;color:var(--primary-color);cursor:pointer;font-weight:600;transition:color .3s ease}.menu-mobile button:hover{color:#00185a}.mobile-controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem;border-top:1px solid #ccc;padding-top:1.5rem}.mobile-controls button{border:1px solid var(--primary-color);border-radius:8px;padding:.5rem 1rem;color:var(--primary-color);font-weight:600;background:none;transition:all .3s ease}.mobile-controls button:hover{background:var(--primary-color);color:var(--white-color)}@media(max-width:1024px){.logo{height:40px}.nav-desktop button{font-size:1.1rem}}@media(max-width:767px){.header{padding:.75rem 1rem}.nav-desktop{display:none}.menu-toggle{display:block;position:fixed;top:.75rem;right:.75rem;padding:.4rem .6rem;font-size:1.6rem}.floating-controls{display:none}.logo{height:35px}.menu-mobile{top:4rem;padding:1.5rem;gap:1.25rem}.menu-mobile button{font-size:1.25rem}.mobile-controls{margin-top:1.5rem;padding-top:1.25rem}.mobile-controls button{padding:.4rem .8rem;font-size:.9rem}}@media(max-width:480px){.header{padding:.6rem .75rem}.logo{height:30px}.menu-toggle{top:.6rem;right:.6rem;padding:.35rem .5rem;font-size:1.4rem}.menu-mobile{top:3.5rem;padding:1.25rem;gap:1rem}.menu-mobile button{font-size:1.15rem}}.theme-toggle{background:transparent;border:1px solid var(--primary-color);color:var(--primary-color);border-radius:8px;padding:.3rem .8rem;cursor:pointer;font-weight:700;transition:all .3s ease}.theme-toggle:hover{background:var(--primary-color)!important;color:#fff}.language-switcher{background:transparent;border:1px solid var(--primary-color);color:var(--primary-color);border-radius:8px;padding:.3rem .8rem;cursor:pointer;font-weight:700;transition:all .3s ease}.language-switcher:hover{background:var(--primary-color)!important;color:#fff}.hero-section{position:relative;display:flex;justify-content:center;align-items:center;flex-grow:1;padding-bottom:10rem;background:transparent}.hero-content{display:flex;flex-direction:column;align-items:center}.logo-main{height:200px;width:auto;transition:filter .3s ease;opacity:0;transform:translateY(-50px);animation:fadeInDown 1.2s ease-out forwards}@keyframes fadeInDown{to{opacity:1;transform:translateY(0)}}.logo-name-wrapper{position:relative;display:flex;justify-content:center;width:fit-content;margin-top:.5rem}.logo-name{height:100px;width:auto;transition:filter .3s ease;opacity:0;transform:translateY(-30px);animation:fadeInDown 1.2s ease-out .3s forwards}[data-theme=dark] .logo-main,[data-theme=dark] .logo-name{filter:brightness(0) invert(1)}.chevron-icon{font-size:3rem;position:absolute;bottom:5rem;color:var(--text-dark);transition:color .3s ease;opacity:0;animation:fadeInBounce 1s ease-out .8s forwards}@keyframes fadeInBounce{0%{opacity:0;transform:translateY(-20px)}60%{opacity:1;transform:translateY(5px)}80%{transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .chevron-icon{color:var(--text-light)}@media(max-width:1024px){.logo-main{height:150px;width:auto}.logo-name{height:75px}.chevron-icon{font-size:2.5rem;bottom:3rem}}@media(max-width:767px){.hero-section{padding-bottom:8rem}.logo-main{height:100px;width:auto}.logo-name{height:50px}.chevron-icon{font-size:2rem;bottom:2rem}}@media(max-width:480px){.hero-section{padding-bottom:6rem}.logo-main{height:80px}.logo-name{height:40px}.chevron-icon{font-size:1.75rem;bottom:1.5rem}}.footer{width:100%;background:var(--card-primary);color:var(--card-primary-text);padding:4rem 2rem 2rem;margin-top:4rem;transition:background-color .3s ease,color .3s ease;z-index:1}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.1)}[data-theme=dark] .footer-content{border-bottom-color:#fff3}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{max-width:500px}.footer-logo{height:50px;width:auto;margin-bottom:1rem;object-fit:contain}[data-theme=light] .footer-logo,[data-theme=dark] .footer-logo{filter:brightness(0) invert(1)}.footer-description{font-size:.95rem;line-height:1.6;opacity:.85;text-align:justify;padding:1rem}.footer-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:inherit}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links button{background:none;border:none;color:inherit;opacity:.85;font-size:.95rem;cursor:pointer;text-align:left;padding:0;transition:opacity .3s ease,transform .2s ease}.footer-links button:hover{opacity:1;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;text-align:center}.footer-contact li{display:flex;align-items:center;justify-content:center;gap:.75rem;opacity:.85;font-size:.95rem}.footer-contact i{font-size:1.2rem;opacity:1}.footer-contact a{color:inherit;opacity:.85;text-decoration:none;transition:opacity .3s ease}.footer-contact a:hover{opacity:1}.footer-social{display:flex;gap:1rem;margin-top:.5rem;text-align:center;justify-content:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#0000001a;border-radius:50%;color:inherit;font-size:1.3rem;transition:all .3s ease}[data-theme=dark] .footer-social a{background:#ffffff1a}.footer-social a:hover{background:var(--card-secondary);color:var(--card-secondary-text);transform:translateY(-3px)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;opacity:.7;font-size:.9rem}.footer-bottom p{margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal button{background:none;border:none;color:inherit;opacity:.7;font-size:.9rem;cursor:pointer;transition:opacity .3s ease}.footer-legal button:hover{opacity:1}@media(max-width:1024px){.footer{padding:3rem 2rem 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-brand{max-width:100%}.footer-bottom{flex-direction:column;text-align:center;padding-top:1.5rem}.footer-legal{justify-content:center}}.intro-section{display:flex;justify-content:center;align-items:stretch;width:100%;flex:1;margin:0;gap:3rem}.intro-text{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:0}.intro-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin:0 0 1.5rem;opacity:0;transform:translateY(-30px);line-height:1.2}.intro-description{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin:0;opacity:0;transform:translateY(-30px);font-weight:300}.intro-section.animate .intro-title{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.intro-section.animate .intro-description{opacity:1;transform:translateY(0);transition:opacity .8s ease-out .5s,transform .8s ease-out .5s}.intro-image-container{flex:1;display:flex;overflow:hidden;border-radius:16px}.intro-image{width:100%;height:100%;object-fit:cover;filter:brightness(.85)}@media(max-width:1024px){.intro-section{flex-direction:column;gap:2rem}.intro-title{font-size:2rem}.intro-description{font-size:1rem}.intro-image-container{border-radius:12px;min-height:300px}}@media(max-width:768px){.intro-section{gap:1.5rem}.intro-title{font-size:1.75rem;margin-bottom:1rem}.intro-description{font-size:.95rem;line-height:1.6}.intro-image-container{border-radius:12px;min-height:220px}}@media(max-width:480px){.intro-title{font-size:1.5rem}.intro-description{font-size:.9rem}.intro-image-container{min-height:180px}}.card{width:95%;max-width:1400px;margin:4rem auto;border-radius:28px;display:flex;justify-content:center;align-items:stretch;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease;position:relative;min-height:550px;isolation:isolate;box-shadow:0 6px 21px -8px #fff3;cursor:pointer}.card:before{content:"";position:absolute;inset:0;z-index:0;border-radius:28px;pointer-events:none}.card:after{content:"";position:absolute;inset:0;z-index:-1;border-radius:28px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);filter:url(#glass-distortion);-webkit-filter:url(#glass-distortion);isolation:isolate;pointer-events:none}.card-primary{background:#00227c1a;color:var(--card-primary-text);border:1px solid rgba(255,255,255,.2)}.card-primary:before{background-color:#00227c33}.card-secondary{background:#ffffff1a;color:var(--card-secondary-text);border:1px solid rgba(255,255,255,.3)}.card-secondary:before{background-color:#ffffff26}.card-content{position:relative;z-index:10;max-width:100%;width:100%;display:flex;flex-direction:column;text-align:center;padding:3rem}@media(max-width:1024px){.card{width:92%;height:auto;min-height:600px;border-radius:24px;margin:3rem auto}.card:before,.card:after{border-radius:24px}.card-content{padding:2.5rem}}@media(max-width:767px){.card{width:90%;height:auto;min-height:auto;border-radius:20px;margin:1.5rem auto;flex-direction:column}.card:before,.card:after{border-radius:20px}.card-content{padding:1.5rem}.card .row{flex-direction:column}.card img{border-radius:12px!important;margin-top:1rem}}@media(max-width:480px){.card{width:92%;margin:1rem auto}.card-content{padding:1.25rem}}.card-primary *,.card-secondary *{color:inherit;transition:color .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{background:#171717;min-height:100vh}img{max-width:100%;display:block}ul{list-style-type:none}ul i{color:#fff;font-size:clamp(.9rem,.825rem + .3vw,1.2rem)}ul i:hover{color:#f2709c}section{font-family:Poppins,sans-serif;font-weight:300;font-style:normal;padding-block:min(20vh,6rem);text-align:center;width:min(90rem,90%);margin-inline:auto}section span,section p,section h2,section h3{letter-spacing:.035rem}section p{line-height:1.6;color:#a3a3a3;max-width:50rem;margin:0 auto;font-size:clamp(.9rem,.825rem + .3vw,1.2rem)}section .bg-watermark{color:#1f1f1f;font-size:clamp(6rem,1.3333rem + 14.9333vw,20rem);font-weight:800;position:absolute;z-index:-1;left:50%;opacity:.7;transform:translate(-50%) translatey(-15%);-webkit-user-select:none;user-select:none;letter-spacing:.5rem}section .bg-watermark[data-theme=light]{color:#fff5f5!important}section span{text-transform:uppercase;display:block;font-size:1.2rem;color:#a3a3a3}section h2{font-size:clamp(3.5rem,3rem + 1.6vw,5rem);margin-top:-.625rem;color:#fff}section .cards{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(10rem,100%),1fr));gap:1.5rem;margin-left:auto;margin-right:auto;border-radius:20px}@media screen and (min-width:51rem){section .cards{gap:0;padding-bottom:2.5rem}}section .cards .card{position:relative;cursor:pointer}section .cards .card h3,section .cards .card p{text-transform:capitalize}section .cards .card h3{font-size:clamp(1rem,.9167rem + .2667vw,1.25rem);font-weight:400;color:#f6f6f6}section .cards .card p{font-size:clamp(.85rem,.75rem + .32vw,1.15rem);letter-spacing:.12rem;font-weight:300;max-width:100%}section .cards .card:after{position:absolute;inset:0;content:"";width:100%;height:100%}section .cards .card img{filter:grayscale(100%);transition:.5s ease;object-fit:cover;width:100%;border-radius:20px}section .cards .card-content{position:absolute;bottom:0;z-index:99;left:0;color:#fff;width:100%;padding:1rem;text-align:center}section .cards .card-content ul{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:1.25rem}section .cards .card:hover img{filter:grayscale(0%)}@media screen and (min-width:31.25rem){section .cards .card:nth-child(2){transform:translatey(15%)}}@media(max-width:768px){section{padding-block:min(15vh,4rem);width:95%}section h2{font-size:clamp(2.5rem,2rem + 1.2vw,3.5rem)}section .cards{margin-top:2rem;gap:1rem;grid-template-columns:1fr}section .cards .card img{max-height:220px}section .cards .card-content{padding:.75rem .875rem}section .cards .card h3{font-size:1rem}section .cards .card p{font-size:.85rem}section .cards .card-content ul{gap:.5rem;margin-top:.875rem}}@media(max-width:480px){section{width:100%;padding-block:min(12vh,3rem)}section h2{font-size:clamp(2rem,1.5rem + 1vw,2.5rem)}section .cards{margin-top:1.5rem;gap:.75rem}section .cards .card img{max-height:180px}section .cards .card-content{padding:.625rem .75rem}section .cards .card h3{font-size:.95rem}section .cards .card p{font-size:.8rem}ul i{font-size:.85rem}}.projects-section{width:100%;max-width:1400px;padding:2rem;box-sizing:border-box}.projects-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.projects-title{font-size:2rem;font-weight:700;margin:0 0 1rem;opacity:0;transform:translateY(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.projects-subtitle{font-size:1.1rem;opacity:0;margin:0;text-align:center;line-height:1.6;width:100%;text-transform:none;transform:translateY(-30px);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.projects-section.animate .projects-title,.projects-section.animate .projects-subtitle{opacity:1;transform:translateY(0)}.carousel-container{position:relative;display:flex;align-items:center;gap:1rem;padding:0 1rem}.carousel-track-container{overflow:visible;flex:1;padding:2rem 0;position:relative;display:flex;justify-content:center;align-items:center}.carousel-track{display:flex;gap:2rem;justify-content:center;align-items:center;width:100%;padding:0 2rem;position:relative}@keyframes slideFromRight{0%{opacity:0;transform:translate(80px) scale(.9)}to{opacity:1;transform:translate(0) scale(.9)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-80px) scale(.9)}to{opacity:1;transform:translate(0) scale(.9)}}@keyframes slideFromRight{0%{opacity:.4;transform:translate(80px) scale(.9)}to{opacity:.7;transform:translate(0) scale(.9)}}@keyframes slideFromRightCenter{0%{opacity:.85;transform:translate(40px) scale(1.03)}to{opacity:1;transform:translate(0) scale(1.08)}}@keyframes slideFromLeftCenter{0%{opacity:.85;transform:translate(-40px) scale(1.03)}to{opacity:1;transform:translate(0) scale(1.08)}}.carousel-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:10}.card-secondary .carousel-button{background:#00227c1a;border-color:#00227c4d}.carousel-button:hover{background:#fff3;transform:scale(1.1)}.card-secondary .carousel-button:hover{background:#00227c33}.carousel-button i{font-size:1.5rem}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:3rem}.indicator{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.card-secondary .indicator{background:#00227c4d}.indicator.active{background:#ffffffe6;transform:scale(1.3)}.card-secondary .indicator.active{background:#00227ce6}.indicator:hover{transform:scale(1.2)}.project-card{background:#ffffff0d;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(255,255,255,.1);min-width:0;transform:scale(.9);opacity:.7;box-sizing:border-box;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),height .5s cubic-bezier(.4,0,.2,1),max-width .5s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer}.expanded-project-view{width:100%;animation:fadeInView .5s cubic-bezier(.4,0,.2,1) forwards;position:relative;padding:2rem}@keyframes fadeInView{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.close-button{position:absolute;top:2rem;right:2rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.close-button:hover{background:#ffffff40;transform:rotate(90deg) scale(1.1)}.close-button i{font-size:1.3rem}.expanded-header{text-align:center;margin-bottom:3rem;animation:slideDown .5s ease .2s forwards;opacity:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.project-icon-large{width:100px;height:100px;border-radius:25px;background:linear-gradient(135deg,#ffffff26,#ffffff0d);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.project-icon-large i{font-size:3rem}.expanded-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.expanded-subtitle{font-size:1.2rem;opacity:.9;margin:0;line-height:1.6}.expanded-body{display:flex;flex-direction:column;gap:2.5rem;animation:fadeInUp .5s ease .4s forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.expanded-section{background:#ffffff08;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.08)}.card-secondary .expanded-section{background:#00227c08;border-color:#00227c14}.expanded-section h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.expanded-section p{font-size:1.05rem;line-height:1.8;margin:0;opacity:.9}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.tech-item-large{background:#ffffff26;padding:.75rem 1rem;border-radius:12px;text-align:center;font-weight:600;font-size:16px;transition:all .3s ease}.tech-item-large span{font-size:16px}.card-secondary .tech-item-large{background:#00227c26}.tech-item-large:hover{background:#ffffff40;transform:translateY(-2px)}.card-secondary .tech-item-large:hover{background:#00227c40}@media(max-width:768px){.expanded-project-view{padding:1.5rem}.close-button{top:1rem;right:1rem;width:40px;height:40px}.project-icon-large{width:80px;height:80px}.project-icon-large i{font-size:2.5rem}.expanded-title{font-size:2rem}.expanded-subtitle{font-size:1.05rem}.expanded-section{padding:1.5rem}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:480px){.expanded-project-view{padding:1rem}.expanded-title{font-size:1.75rem}.expanded-subtitle{font-size:.95rem}.expanded-section{padding:1.25rem}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}}.card-secondary .project-card{background:#00227c08;border-color:#00227c1a}.project-card.center{transform:scale(1.1);opacity:1;z-index:5;box-shadow:0 15px 50px #0006;transition:transform .35s ease,opacity .35s ease}.project-card.slide-next{animation:slideFromRight .35s ease forwards}.project-card.slide-prev{animation:slideFromLeft .35s ease forwards}.project-card.center.slide-next{animation:slideFromRightCenter .5s cubic-bezier(.4,0,.2,1) forwards}.project-card.center.slide-prev{animation:slideFromLeftCenter .5s cubic-bezier(.4,0,.2,1) forwards}.project-icon{width:70px;height:70px;border-radius:15px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.card-secondary .project-icon{background:linear-gradient(135deg,#00227c1a,#00227c0d)}.project-icon i{font-size:2rem}.project-title{font-size:1.4rem;font-weight:700;margin:0}.project-description{font-size:1rem;line-height:1.6;margin:0;opacity:.9;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tech-badge{background:#ffffff26;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.card-secondary .tech-badge{background:#00227c26}.tech-badge:hover{transform:scale(1.05);background:#ffffff40}.card-secondary .tech-badge:hover{background:#00227c40}@media(max-width:1024px){.projects-section{padding:1.5rem}.projects-header{margin-bottom:3rem}.projects-title{font-size:2rem}.projects-subtitle{font-size:1.1rem}.carousel-track{gap:1.5rem;padding:0 1.5rem}.project-card{padding:1.5rem}.carousel-button{width:45px;height:45px}.carousel-button i{font-size:1.3rem}}@media(max-width:768px){.projects-section{padding:1rem .5rem}.projects-header{margin-bottom:2rem;padding-top:1rem}.projects-title{font-size:1.75rem}.projects-subtitle{font-size:.95rem;padding:0 1rem}.carousel-container{padding:0 .25rem;gap:.5rem}.carousel-track{gap:.75rem;padding:0 .5rem}.project-card{padding:1.25rem}.project-icon{width:55px;height:55px}.project-icon i{font-size:1.5rem}.project-title{font-size:1.15rem}.project-description{font-size:.9rem;line-height:1.5}.carousel-button{width:38px;height:38px}.carousel-button i{font-size:1.1rem}.carousel-indicators{margin-top:1.5rem}.indicator{width:8px;height:8px}.tech-badge{font-size:.75rem;padding:.3rem .6rem}}@media(max-width:480px){.projects-title{font-size:1.5rem}.projects-subtitle{font-size:.85rem}.project-card{padding:1rem}.project-icon{width:50px;height:50px}.project-icon i{font-size:1.35rem}.project-title{font-size:1.05rem}.project-description{font-size:.85rem}.carousel-button{width:35px;height:35px}.carousel-button i{font-size:1rem}}.contact-section{width:100%;max-width:1400px;padding:2rem;box-sizing:border-box;color:inherit}.contact-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.contact-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;opacity:0;transform:translateY(-30px);transition:opacity .6s ease-out,transform .6s ease-out;color:inherit}.contact-subtitle{font-size:1.1rem;opacity:0;margin:0;line-height:1.6;transform:translateY(-30px);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s;color:inherit}.contact-section.animate .contact-title,.contact-section.animate .contact-subtitle{opacity:1;transform:translateY(0)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem;margin-top:40px;text-align:left;margin-left:30px;opacity:0;transform:translateY(-30px);transition:opacity .6s ease-out .4s,transform .6s ease-out .4s}.contact-section.animate .contact-info{opacity:1;transform:translateY(0)}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:60px;height:60px;border-radius:15px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.card-secondary .info-icon{background:#00227c1a}.info-icon i{font-size:1.5rem}.info-item:hover .info-icon{background:#fff3;transform:scale(1.05)}.card-secondary .info-item:hover .info-icon{background:#00227c33}.info-text h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:inherit}.info-text p{font-size:1rem;margin:0;opacity:.85;color:inherit}.contact-form{display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(-30px);transition:opacity .6s ease-out .6s,transform .6s ease-out .6s}.contact-section.animate .contact-form{opacity:1;transform:translateY(0)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;opacity:.9;color:inherit}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:inherit;font-size:1rem;font-family:inherit;transition:all .3s ease;outline:none}.card-secondary .form-group input,.card-secondary .form-group select,.card-secondary .form-group textarea{border-color:#00227c33;background:#00227c0d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ffffff80;background:#ffffff14}.card-secondary .form-group input:focus,.card-secondary .form-group select:focus,.card-secondary .form-group textarea:focus{border-color:#00227c80;background:#00227c14}.form-group input::placeholder,.form-group textarea::placeholder{opacity:.5}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer}.form-message{padding:1rem 1.25rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;font-size:.95rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-message.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.form-message i{font-size:1.25rem}.submit-button{padding:1rem 2rem;border-radius:10px;border:none;background:#ffffff26;color:inherit;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;align-self:flex-start}.card-secondary .submit-button{background:#00227c26;display:flex;align-self:center}.submit-button:hover:not(:disabled){background:#ffffff40;transform:translateY(-2px);box-shadow:0 5px 20px #0003}.card-secondary .submit-button:hover:not(:disabled){background:#00227c40}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button i{font-size:1.1rem;right:0}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info{grid-row:2}}@media(max-width:768px){.contact-section{padding:.75rem}.contact-header{margin-bottom:1.5rem;padding-top:1rem}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:.95rem;line-height:1.5}.contact-content{gap:1.5rem}.contact-info{gap:1.25rem;margin-top:0;margin-left:0}.form-row{grid-template-columns:1fr;gap:1rem}.info-icon{width:50px;height:50px}.info-icon i{font-size:1.15rem}.info-text h3{font-size:1rem}.info-text p,.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem .875rem;font-size:.95rem}.submit-button{width:100%;padding:.875rem 1.5rem;font-size:.95rem}}@media(max-width:480px){.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.85rem}.contact-info{gap:1rem}.info-icon{width:45px;height:45px}.info-icon i{font-size:1rem}.info-text h3{font-size:.95rem}.info-text p{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem .8rem;font-size:.9rem}}:root{--primary-color: #00227C;--light-blue: #c4c6c8;--white-color: #FFFFFF;--text-dark: #000;--text-light: #FFF;--gray-text: #888;--blob-1: #00227C;--blob-2: #0047AB;--blob-3: #4169E1;--blob-4: #212121;--blob-1-light: #00227C;--blob-2-light: #0047AB;--blob-3-light: #4169E1;--blob-4-light: #ffffff}[data-theme=light]{--card-primary: var(--light-blue);--card-secondary: var(--white-color);--card-primary-text: var(--text-dark);--card-secondary-text: var(--text-dark);--footer-bg: var(--primary-color);--footer-text: var(--text-light)}[data-theme=dark]{--card-primary: var(--primary-color);--card-secondary: var(--white-color);--card-primary-text: var(--text-light);--card-secondary-text: var(--text-dark);--footer-bg: #001550;--footer-text: var(--text-light)}html,body{height:auto;min-height:100%;margin:0;width:100%;padding:0;overflow-x:hidden}#root{width:100%;margin:0 auto;text-align:center;min-height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
