body{margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar{background:linear-gradient(135deg,#0d7377,#14a085);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:1px;display:flex;align-items:center;gap:.8rem}.logo-img{height:30px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.nav-menu a:hover{color:#a8e6cf}.download-btn{border:2px solid white!important;padding:.5rem 1.5rem!important;border-radius:25px!important;background:transparent!important}.download-btn:hover{background:#fff!important;color:#0d7377!important}.hero-section{background:linear-gradient(135deg,#0d7377,#14a085,#0d7377);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;margin-top:70px}.hero-content{text-align:center;color:#fff;max-width:800px}.hero-logo{width:200px;height:auto;margin-bottom:2rem;animation:fadeInUp 1s ease-out;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease-out .2s both}.cta-button{background:#fff;color:#0d7377;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;animation:fadeInUp 1s ease-out .4s both;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003;background:#a8e6cf}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-section{background:#fff;min-height:100vh;padding:5rem 2rem}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-label{color:#0d7377;font-size:.9rem;letter-spacing:3px;margin-bottom:1rem;font-weight:600}.about-title{font-size:3rem;color:#333;margin-bottom:1rem}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.about-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2.5rem;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0d737726}.card-icon{font-size:3rem;margin-bottom:1rem}.about-card h3{color:#0d7377;font-size:1.5rem;margin-bottom:1rem}.about-card p{color:#666;line-height:1.7;font-size:.95rem}.about-features{background:linear-gradient(135deg,#0d7377,#14a085);padding:3rem;border-radius:20px;margin-bottom:3rem}.features-title{color:#fff;font-size:2rem;text-align:center;margin-bottom:2.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature-item:hover{background:#ffffff26;transform:translateY(-3px)}.feature-number{color:#fff9;font-size:1.2rem;font-weight:700;display:block;margin-bottom:.5rem}.feature-item h4{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.feature-item p{color:#ffffffe6;font-size:.9rem;line-height:1.5}.about-results{background:#f8f9fa;padding:3rem;border-radius:20px;border-left:5px solid #0d7377}.results-title{color:#0d7377;font-size:2rem;margin-bottom:1.5rem}.results-text{color:#666;line-height:1.8;font-size:1rem}.feedback-section{background:linear-gradient(135deg,#f8f9fa,#fff);padding:5rem 2rem;min-height:100vh;display:flex;align-items:center}.feedback-container{max-width:700px;margin:0 auto;width:100%}.feedback-header{text-align:center;margin-bottom:3rem}.feedback-label{color:#0d7377;font-size:.9rem;letter-spacing:3px;margin-bottom:1rem;font-weight:600}.feedback-title{font-size:3rem;color:#333;margin-bottom:1rem}.feedback-subtitle{color:#666;font-size:1.1rem}.feedback-form{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.form-group{margin-bottom:2rem}.form-group label{display:block;color:#333;font-weight:600;margin-bottom:.8rem;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0d7377}.form-group textarea{resize:vertical;min-height:180px}.status-message{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;text-align:center}.status-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-btn{background:linear-gradient(135deg,#0d7377,#14a085);color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0d73774d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.footer{background:linear-gradient(135deg,#0d7377,#14a085);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem}.footer-column h3{font-size:1.3rem;margin-bottom:1.5rem;color:#fff}.footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.footer-logo-img{height:40px;width:auto}.footer-logo span{font-size:1.8rem;font-weight:700;color:#fff}.footer-description{color:#ffffffe6;line-height:1.7;margin-bottom:2rem;font-size:.95rem}.footer-university{background:#ffffff1a;padding:1.5rem;border-radius:10px;border-left:4px solid white}.footer-university h4{color:#fff;font-size:1.1rem;margin-bottom:.8rem}.footer-university p{color:#ffffffe6;font-size:.9rem;margin:.3rem 0}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:1rem}.footer-links a{color:#ffffffe6;text-decoration:none;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-links a:hover{color:#fff;padding-left:.5rem}.footer-contact{list-style:none;padding:0}.footer-contact li{margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}.contact-icon{font-size:1.3rem}.footer-contact a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#fff;text-decoration:underline}.footer-contact span{color:#ffffffe6}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer-bottom p{color:#fffc;margin:.5rem 0;font-size:.9rem}.team-section{background:#fff;min-height:100vh;padding:5rem 2rem;overflow:hidden}.team-container{max-width:1400px;margin:0 auto;text-align:center}.team-label{color:#999;font-size:.9rem;letter-spacing:3px;margin-bottom:1rem;font-weight:600}.team-title{font-size:3rem;color:#333;margin-bottom:1rem;line-height:1.2}.team-subtitle{color:#666;font-size:1.1rem;margin-bottom:4rem}.team-carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3rem}.carousel-wrapper{position:relative;width:100%;max-width:450px;height:550px;display:flex;align-items:center;justify-content:center}.team-card{position:absolute;background:#fff;border-radius:20px;width:380px;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;text-align:left;box-shadow:0 10px 40px #0d737733;overflow:hidden}.card-image-container{position:relative;width:100%;height:320px;overflow:hidden;background:#f0f0f0}.card-image{width:100%;height:100%;object-fit:cover}.card-number{position:absolute;top:1.5rem;left:1.5rem;font-size:1.3rem;font-weight:700;color:#fff;z-index:3;text-shadow:0 2px 4px rgba(0,0,0,.3)}.card-info{background:linear-gradient(135deg,#0d7377,#14a085);padding:2rem;display:flex;flex-direction:column;gap:.8rem;min-height:220px}.card-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.card-description{color:#fff;font-size:1rem;margin:0;line-height:1.5;font-weight:700}.card-bio{color:#fffffff2;font-size:.9rem;margin:0;line-height:1.5;flex-grow:1}.card-socials{display:flex;gap:.8rem;align-items:center;margin-top:.5rem}.social-icon{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0d7377;transition:all .3s ease;cursor:pointer}.social-icon:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003;background:#a8e6cf}.social-icon svg{width:20px;height:20px}.team-card.center{transform:translate(0) scale(1);opacity:1;z-index:10;box-shadow:0 20px 60px #0d737766}.team-card.left{transform:translate(-120%) scale(.85);opacity:.4;z-index:5;filter:blur(3px);pointer-events:none}.team-card.right{transform:translate(120%) scale(.85);opacity:.4;z-index:5;filter:blur(3px);pointer-events:none}.team-card.far-left{transform:translate(-240%) scale(.7);opacity:0;z-index:1;pointer-events:none}.team-card.far-right{transform:translate(240%) scale(.7);opacity:0;z-index:1;pointer-events:none}.carousel-btn{background:#fff;border:2px solid #0d7377;color:#0d7377;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:20}.carousel-btn:hover{background:#0d7377;color:#fff;transform:scale(1.1)}.card-number{font-size:1.2rem;font-weight:700;color:#42d0b4cc;margin-bottom:1rem}@media (max-width: 768px){.navbar{padding:.8rem 0}.nav-container{padding:0 1rem;flex-direction:column;gap:1rem}.logo{font-size:1.5rem}.logo-img{height:25px}.nav-menu{flex-wrap:wrap;justify-content:center;gap:.8rem;font-size:.9rem}.nav-menu li a{font-size:.85rem}.download-btn{padding:.4rem 1rem!important;font-size:.85rem!important}.hero-section{padding:1rem;margin-top:120px}.hero-logo{width:120px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.cta-button{padding:.8rem 2rem;font-size:1rem}.about-section{padding:3rem 1rem}.about-title{font-size:1.8rem}.about-label{font-size:.8rem}.about-subtitle{font-size:1rem}.about-content{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem}.card-icon{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.about-features,.about-results{padding:2rem 1.5rem}.features-title,.results-title{font-size:1.5rem}.team-section{padding:3rem 1rem}.team-title{font-size:1.8rem}.team-subtitle{font-size:1rem}.team-carousel{flex-direction:column;gap:1rem}.carousel-wrapper{height:480px;max-width:100%}.team-card{width:90%;max-width:340px}.card-image-container{height:250px}.card-info{padding:1.5rem;min-height:180px}.card-title{font-size:1.5rem}.card-description{font-size:.9rem}.card-bio{font-size:.85rem}.carousel-btn{width:45px;height:45px;font-size:1.3rem;position:relative}.team-card.left,.team-card.right{transform:scale(.75);opacity:.3}.card-socials{gap:.6rem}.social-icon{width:32px;height:32px}.feedback-section{padding:3rem 1rem}.feedback-title{font-size:1.8rem}.feedback-subtitle{font-size:1rem}.feedback-form{padding:1.5rem}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.95rem}.submit-btn{padding:.9rem 2rem;font-size:1rem}.footer{padding:2.5rem 1rem 1.5rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-logo{justify-content:center}.footer-logo span{font-size:1.5rem}.footer-description{text-align:center;font-size:.9rem}.footer-university{text-align:center;padding:1rem}.footer-university h4{font-size:1rem}.footer-column h3{font-size:1.2rem;text-align:center}.footer-links,.footer-contact{text-align:center}.footer-contact li{justify-content:center}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.8rem}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.about-title,.team-title,.feedback-title{font-size:1.5rem}.nav-menu{font-size:.8rem}.team-card{width:95%;max-width:300px}.card-image-container{height:220px}.carousel-btn{width:40px;height:40px;font-size:1.1rem}.feedback-form{padding:1.2rem}}
