.home-container{min-height:100vh;margin:0 auto;padding:2rem;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.home-header{text-align:center;margin-bottom:4rem;padding:2rem 0;position:relative;z-index:2}.logo-container{margin-bottom:2rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.logo-animation{animation:pulse 3s infinite alternate;margin-right:1rem;will-change:transform,filter}.logo-text{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#6941c6,#505f98);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse-text 3s infinite alternate;margin:0;will-change:filter}@keyframes pulse-text{0%{filter:brightness(1) drop-shadow(0 0 5px rgba(126,87,194,.3))}to{filter:brightness(1.2) drop-shadow(0 0 8px rgba(126,87,194,.5))}}@keyframes pulse{0%{transform:scale(1);filter:brightness(1)}to{transform:scale(1.03);filter:brightness(1.1)}}.home-title{font-size:4rem;font-weight:800;margin-bottom:.8rem;letter-spacing:-.5px;line-height:1.1;background:linear-gradient(135deg,#6941c6,#505f98 50%,#6938ef);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 5px rgba(106,65,198,.2));position:relative;display:inline-block;animation:gradient-text 4s ease infinite;will-change:background-position}.home-title:after{content:"";position:absolute;width:100%;height:4px;background:linear-gradient(90deg,#6938ef,#505f98 50%,#6938ef);bottom:-12px;left:50%;transform:translateX(-50%);border-radius:2px}@keyframes gradient-text{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home-subtitle{font-size:22px;color:#344054;margin:2rem 0 0;font-weight:500;opacity:0;animation:fade-in 1s ease-in-out .5s forwards}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects-grid{max-width:1200px;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;opacity:0;animation:fade-up .5s ease-in-out .4s forwards;margin:0 auto 3rem;position:relative;z-index:2}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-card{cursor:pointer;background-color:#fff;border-radius:12px;padding:2rem;display:flex;flex-direction:column;box-shadow:0 12px 16px -4px rgba(16,24,40,.078);min-height:400px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;transform:translateZ(0);background-color:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.8);will-change:transform,box-shadow}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.project-card:hover .project-card__button{transform:translateY(-2px)}.project-card:hover .project-card__button .arrow{transform:translateX(3px)}.project-card__title{font-size:24px;font-weight:700;margin-bottom:1rem;color:#101828}.project-card__description{font-size:16px;line-height:26px;color:#475467;margin-bottom:2rem;flex-grow:1}.project-card__button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;border-radius:8px;color:#fff;font-weight:600;text-decoration:none;transition:transform .3s ease;align-self:flex-start;position:relative;overflow:hidden}.project-card__button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);transform:translateX(-100%);transition:transform .3s ease}.project-card__button:hover:after{transform:translateX(0)}.project-card__button .arrow{margin-left:8px;font-size:1.2rem;transition:transform .3s ease}.blue-card{background-color:#f4f3ff}.blue-card .project-card__button{background-color:#505f98}.blue-card .project-card__button:hover{background-color:#37447e}.icon-container.blue{background-color:#505f98}.purple-card{background-color:#f4f3ff}.purple-card .project-card__button{background-color:#7e57c2}.purple-card .project-card__button:hover{background-color:#6938ef}.icon-container.purple{background-color:#7e57c2}.icon-container{width:65px;height:65px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-container svg{width:35px;height:35px;color:#fff}.floating-stats{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.stat-item{position:absolute;display:block;font-weight:700;opacity:0;color:rgba(126,87,194,.4);animation:float-down 10s linear infinite;will-change:transform,opacity}.stat-item:first-child{left:5%;top:5%;font-size:26px;animation-delay:0s}.stat-item:nth-child(2){left:20%;top:8%;font-size:20px;animation-delay:2s}.stat-item:nth-child(3){left:35%;top:3%;font-size:32px;animation-delay:4s}.stat-item:nth-child(4){left:50%;top:6%;font-size:22px;animation-delay:6s}.stat-item:nth-child(5){left:65%;top:4%;font-size:28px;animation-delay:8s}.stat-item:nth-child(6){left:78%;top:7%;font-size:24px;animation-delay:10s}.stat-item:nth-child(7){left:25%;top:2%;font-size:30px;animation-delay:12s}.stat-item:nth-child(8){left:85%;top:5%;font-size:34px;animation-delay:14s}.stat-item:nth-child(9){left:10%;top:4%;font-size:22px;animation-delay:16s}.stat-item:nth-child(10){left:60%;top:3%;font-size:38px;animation-delay:18s}.stat-item:nth-child(11){left:15%;top:6%;font-size:24px;animation-delay:1s}.stat-item:nth-child(12){left:40%;top:8%;font-size:26px;animation-delay:3s}.stat-item:nth-child(13){left:72%;top:9%;font-size:18px;animation-delay:5s}.stat-item:nth-child(14){left:32%;top:4%;font-size:28px;animation-delay:7s}.stat-item:nth-child(15){left:88%;top:7%;font-size:22px;animation-delay:9s}.stat-item:nth-child(16){left:45%;top:3%;font-size:32px;animation-delay:11s}.stat-item:nth-child(17){left:55%;top:8%;font-size:20px;animation-delay:13s}.stat-item:nth-child(18){left:8%;top:10%;font-size:24px;animation-delay:15s}.stat-item:nth-child(19){left:70%;top:6%;font-size:30px;animation-delay:17s}.stat-item:nth-child(20){left:28%;top:5%;font-size:26px;animation-delay:19s}@keyframes float-down{0%{transform:translateY(0);opacity:0}10%{opacity:.5}90%{opacity:.2}to{transform:translateY(1000px);opacity:0}}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.animated-background:after,.animated-background:before{content:"";position:absolute;width:150%;height:150%;top:-25%;left:-25%;z-index:-1;will-change:transform;border-radius:40%}.animated-background:before{background:linear-gradient(135deg,rgba(217,214,254,.1),rgba(186,195,229,.1) 50%,rgba(235,233,254,.1));animation:rotate-bg 25s linear infinite}.animated-background:after{background:linear-gradient(-45deg,rgba(186,195,229,.1),rgba(217,214,254,.1) 50%,rgba(231,236,255,.1));animation:rotate-bg 30s linear infinite reverse;top:-20%;left:-20%}@keyframes rotate-bg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bg-shape{position:absolute;border-radius:50%;filter:blur(30px);opacity:.1;z-index:-1}.bg-shape.shape-1{width:400px;height:400px;background-color:#bac3e5;top:-100px;right:-100px;animation:pulse-shape 15s ease infinite alternate}.bg-shape.shape-2{width:300px;height:300px;background-color:#d9d6fe;bottom:-50px;left:-50px;animation:pulse-shape 10s ease infinite alternate-reverse}@keyframes pulse-shape{0%{transform:scale(.9) translate(0);opacity:.08}50%{opacity:.12}to{transform:scale(1.1) translate(20px,20px);opacity:.08}}.site-footer{width:100%;padding:.5rem 0;margin-top:auto;text-align:center;position:relative;z-index:2}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.copyright{font-size:14px;color:#475467;font-weight:500}.footer-tagline{font-size:12px;color:#76848c;font-style:italic}main{min-height:100vh;display:flex;flex-direction:column}