a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body{background-color:#fbfbfb;font-family:PT Sans,sans-serif}h1{font-size:36px;margin-bottom:45px;margin-top:100px}.home{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.home h1{margin-bottom:60px}.home h1,.home h2{text-align:center;color:#393939}.home h2{font-size:28px;margin-bottom:40px}.news-section,.projects-section,.services-section,.updates-container{margin:80px 0}.carousel{position:relative;max-width:800px;margin:0 auto;overflow:hidden}.carousel-container{position:relative;display:flex;align-items:center}.carousel-content{flex:1 1;overflow:hidden;border-radius:12px}.carousel-slides{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;padding:60px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.service-content h3{font-size:24px;margin:20px 0 15px;text-transform:uppercase;letter-spacing:1.2px}.service-content .service-icon{font-size:48px;margin-bottom:20px}.service-content p{font-size:16px;line-height:1.6;margin-bottom:30px;opacity:.9}.service-btn{display:inline-block;padding:12px 30px;background:hsla(0,0%,100%,.2);color:#fff;text-decoration:none;border-radius:25px;border:2px solid hsla(0,0%,100%,.3);transition:all .3s ease;font-weight:600}.service-btn:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);color:#393939;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;cursor:pointer;z-index:2;transition:all .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.1)}.carousel-btn:hover{background:#fff;box-shadow:0 6px 12px rgba(0,0,0,.15)}.carousel-btn-prev{left:-25px}.carousel-btn-next{right:-25px}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:background .3s ease}.indicator.active{background:#667eea}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.news-card{background:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.news-image{position:relative;height:200px;overflow:hidden}.news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-content{padding:25px}.news-date{color:#667eea;font-size:14px;font-weight:600;margin-bottom:10px}.news-title{font-size:20px;color:#393939;margin-bottom:15px;line-height:1.3}.news-excerpt{color:#666;line-height:1.6;margin-bottom:20px}.news-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.news-link:hover{color:#764ba2}.updates-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.updates-section h2{text-align:left;margin-bottom:30px;color:#393939}.updates-list{display:flex;flex-direction:column;gap:25px}.update-item{padding:20px;border-left:4px solid #667eea;background:#f8f9ff;border-radius:0 8px 8px 0;transition:all .3s ease}.update-item:hover{background:#f1f5ff;border-left-color:#764ba2}.update-meta{display:flex;gap:15px;margin-bottom:10px}.update-date{color:#667eea;font-size:14px;font-weight:600}.update-category{background:#667eea;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;text-transform:uppercase;font-weight:600}.update-title{font-size:18px;color:#393939;margin-bottom:10px}.update-description{color:#666;line-height:1.6;margin-bottom:15px}.update-link{color:#667eea;text-decoration:none;font-weight:600;font-size:14px;transition:color .3s ease}.update-link:hover{color:#764ba2}.project{display:flex}.project>aside{background-color:#fff;height:100vh;flex-basis:400px;padding-top:50px;border-right:1px solid #e1e1e1}.project>main{display:flex;justify-content:center;width:100%;padding-top:50px}.project h3{text-transform:uppercase;font-size:18px;text-align:center;padding-bottom:30px;border-bottom:2px dashed #e1e1e1}.project ul{margin-top:30px}.project ul>li{border-bottom:1px solid #cdebff}.project ul>li>a{transition:background-color .15s ease-in-out;text-decoration:none;color:#393939;display:block;padding:20px 15px;text-transform:capitalize}.project ul>li>a:hover{background-color:#f1f9ff;cursor:pointer}.card-small{width:346px;height:256px;border-radius:6px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;align-items:center;flex-direction:column;padding-top:28px;padding-bottom:28px;color:#393939;text-decoration:none;background-color:#fff;transition:background-color .15s ease-in-out}.card-small:hover{background-color:#f1f9ff;cursor:pointer}.card-small h3{margin-top:40px;font-size:18px;text-transform:uppercase;letter-spacing:1.1px}.card-big{width:826px;height:840px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:6px;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.stats{display:flex;width:388px;justify-content:space-between}.stats>div{text-align:right;width:70px}.stats-details>div{display:flex;justify-content:flex-end;align-items:center}.stats-details>div>p{color:#393939;margin-left:4px}.stats-details>p{color:#858585}.description{color:#555;margin:80px 0;width:400px;line-height:21px}.cta{display:flex;justify-content:space-around;width:400px;align-items:center}.cta a{display:block;width:177px;height:46px;line-height:46px;font-size:14px;border-radius:5px;border:0;color:#fff;transition:opacity .15s ease-in-out}.cta a:hover{opacity:.9;cursor:pointer}.cta a svg{display:inline-block;vertical-align:middle;margin-right:10px}.button-azure{background:#2980b9}.button-github{background:#393939}@media (max-width:768px){.carousel-btn-next,.carousel-btn-prev{display:none}.card-grid,.news-grid{grid-template-columns:1fr}.card-grid{gap:30px}.carousel-slide{padding:40px 20px}.updates-section{padding:25px}}.site-footer{background-color:#393939;color:#d9d9d9;padding:40px 20px;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-company{font-size:20px;color:#fff;margin-bottom:15px}.footer-line{font-size:14px;margin:6px 0}.footer-link{color:#fff;text-decoration:underline}.footer-copyright{font-size:12px;color:#a0a0a0;margin-top:20px}