:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;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}}.navigation{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:#2c3e50;transition:all .3s ease}.nav-logo:hover{color:#667eea}.nav-logo.disabled{cursor:default;opacity:.8}.nav-logo.disabled:hover{color:#2c3e50}.logo-image{height:40px;width:auto;margin-right:.5rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{position:relative}.nav-link{text-decoration:none;color:#555;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#667eea;background:#667eea1a}.language-toggle{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #667eea4d}.language-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.language-toggle:active{transform:translateY(0)}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#667eea;border-radius:1px}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background:#555;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.nav-container{padding:0 15px}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 0;box-shadow:0 4px 20px #0000001a;gap:0}.nav-menu.active{display:flex}.nav-item{width:100%}.nav-link{display:block;padding:1rem 2rem;border-radius:0;border-bottom:1px solid #f0f0f0}.nav-link.active:after{display:none}.mobile-menu-toggle{display:flex}.logo-text{font-size:1.2rem}}@media (max-width: 480px){.nav-container{height:60px;padding:0 10px}.nav-logo{font-size:1.3rem}.logo-image{height:32px;margin-right:.3rem}.logo-text{font-size:1.1rem}}.navigation.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}body{padding-top:70px}@media (max-width: 480px){body{padding-top:60px}}.home-container{width:100%;min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 20px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#ff6b6b;color:#fff;border:none;padding:12px 32px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:10px 30px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.btn-large{padding:16px 40px;font-size:1.1rem}.features-section{padding:100px 20px;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.feature-card p{color:#6c757d;line-height:1.6;font-size:1rem}.cta-section{padding:100px 20px;background:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50}.cta-section p{font-size:1.2rem;color:#6c757d;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.about-container{width:100%;min-height:100vh}.about-hero{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;padding:100px 20px;text-align:center}.about-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.about-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.mission-section{padding:100px 20px;background:#fff}.mission-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.mission-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#2c3e50}.mission-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.mission-image{display:flex;justify-content:center;align-items:center}.placeholder-image{width:200px;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem}.values-section{padding:100px 20px;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#2c3e50}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.value-card p{color:#6c757d;line-height:1.6;font-size:1rem}.team-section{padding:100px 20px;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.team-member{text-align:center;padding:2rem}.member-avatar{width:120px;height:120px;background:linear-gradient(135deg,#ff6b6b,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem}.team-member h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.member-role{font-size:1rem;color:#667eea;font-weight:600;margin-bottom:1rem}.member-bio{color:#6c757d;line-height:1.6;font-size:.95rem}.contact-section{padding:100px 20px;background:#fff;border-top:1px solid #e9ecef}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#2c3e50}.contact-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:3rem}.contact-info{display:flex;justify-content:center;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:2rem;background:#f8f9fa;border-radius:16px;transition:all .3s ease}.contact-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.contact-icon{font-size:2.5rem;display:flex;align-items:center;justify-content:center}.contact-details h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.contact-link{color:#667eea;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease}.contact-link:hover{color:#4facfe;text-decoration:underline}.timeline-section{padding:100px 20px;background:#f8f9fa}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#667eea;transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-date{flex:0 0 120px;background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;text-align:center;font-weight:600;align-self:flex-start;margin:0 2rem;position:relative;z-index:2}.timeline-content{flex:1;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.timeline-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.timeline-content p{color:#6c757d;line-height:1.6}@media (max-width: 768px){.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.mission-content{grid-template-columns:1fr;gap:2rem}.mission-text h2,.section-title{font-size:2rem}.values-grid,.team-grid{grid-template-columns:1fr}.contact-content h2{font-size:2rem}.contact-info{flex-direction:column;gap:1rem}.contact-item{padding:1.5rem}.timeline:before{left:20px}.timeline-item{flex-direction:column;align-items:flex-start;padding-left:60px}.timeline-date{order:2;margin-top:1rem;margin-left:0}.timeline-content{order:1}.timeline-marker{left:11px}}.privacy-container{width:100%;min-height:100vh;background:#f8f9fa}.privacy-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px 60px;text-align:center}.privacy-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.privacy-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:1rem;line-height:1.6}.privacy-content{padding:60px 20px}.privacy-nav{position:sticky;top:2rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.privacy-nav ul{list-style:none;padding:0;margin:0}.privacy-nav li{margin-bottom:.5rem}.privacy-nav a,.privacy-nav .nav-button{display:block;padding:.5rem .75rem;color:#6c757d;text-decoration:none;border-radius:6px;font-size:.9rem;transition:all .3s ease;width:100%;text-align:left;background:none;border:none;cursor:pointer}.privacy-nav a:hover,.privacy-nav .nav-button:hover{background:#f8f9fa;color:#667eea}.privacy-main{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.privacy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.privacy-section:last-child{border-bottom:none;margin-bottom:0}.privacy-section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.privacy-section h3{font-size:1.3rem;font-weight:600;color:#34495e;margin:1.5rem 0 1rem}.privacy-section p{font-size:1rem;line-height:1.7;color:#555;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{font-size:1rem;line-height:1.6;color:#555;margin-bottom:.5rem}.privacy-section li strong{color:#2c3e50;font-weight:600}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0;border-left:4px solid #667eea}.privacy-section:target{background:#f8f9fa;margin:-1rem;padding:1rem;border-radius:8px;animation:highlight 2s ease-out}@keyframes highlight{0%{background:#e3f2fd}to{background:#f8f9fa}}@media (max-width: 1024px){.content-wrapper{grid-template-columns:200px 1fr;gap:2rem}.privacy-nav{padding:1rem}.privacy-main{padding:2rem}}@media (max-width: 768px){.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:1.1rem}.content-wrapper{grid-template-columns:1fr;gap:1.5rem}.privacy-nav{position:static;order:1}.privacy-nav ul{display:flex;flex-wrap:wrap;gap:.5rem}.privacy-nav li{margin-bottom:0}.privacy-nav a{padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;white-space:nowrap}.privacy-main{padding:1.5rem;order:2}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.2rem}}@media (max-width: 480px){.privacy-hero{padding:60px 20px 40px}.privacy-title{font-size:2rem}.privacy-content{padding:40px 20px}.privacy-main{padding:1rem}.privacy-nav ul{flex-direction:column}.privacy-nav a{text-align:center}}.terms-container{width:100%;min-height:100vh;background:#f8f9fa}.terms-hero{background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;padding:80px 20px 60px;text-align:center}.terms-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.terms-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:1rem;line-height:1.6}.last-updated{font-size:1rem;opacity:.8;font-style:italic}.terms-content{padding:60px 20px}.content-wrapper{display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.terms-nav{position:sticky;top:2rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.terms-nav ul{list-style:none;padding:0;margin:0}.terms-nav li{margin-bottom:.5rem}.terms-nav a,.terms-nav .nav-button{display:block;padding:.5rem .75rem;color:#6c757d;text-decoration:none;border-radius:6px;font-size:.9rem;transition:all .3s ease;width:100%;text-align:left;background:none;border:none;cursor:pointer}.terms-nav a:hover,.terms-nav .nav-button:hover{background:#f8f9fa;color:#667eea}.terms-main{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.terms-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.terms-section:last-child{border-bottom:none;margin-bottom:0}.terms-section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b6b}.terms-section h3{font-size:1.3rem;font-weight:600;color:#34495e;margin:1.5rem 0 1rem}.terms-section p{font-size:1rem;line-height:1.7;color:#555;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{font-size:1rem;line-height:1.6;color:#555;margin-bottom:.5rem}.terms-section li strong{color:#2c3e50;font-weight:600}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0;border-left:4px solid #ff6b6b}.contact-info p{margin-bottom:.5rem;font-size:1rem}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:#2c3e50;font-weight:600}.terms-section:target{background:#f8f9fa;margin:-1rem;padding:1rem;border-radius:8px;animation:highlight 2s ease-out}@keyframes highlight{0%{background:#fff3e0}to{background:#f8f9fa}}@media (max-width: 1024px){.content-wrapper{grid-template-columns:200px 1fr;gap:2rem}.terms-nav{padding:1rem}.terms-main{padding:2rem}}@media (max-width: 768px){.terms-title{font-size:2.5rem}.terms-subtitle{font-size:1.1rem}.content-wrapper{grid-template-columns:1fr;gap:1.5rem}.terms-nav{position:static;order:1}.terms-nav ul{display:flex;flex-wrap:wrap;gap:.5rem}.terms-nav li{margin-bottom:0}.terms-nav a{padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;white-space:nowrap}.terms-main{padding:1.5rem;order:2}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.2rem}}@media (max-width: 480px){.terms-hero{padding:60px 20px 40px}.terms-title{font-size:2rem}.terms-content{padding:40px 20px}.terms-main{padding:1rem}.terms-nav ul{flex-direction:column}.terms-nav a{text-align:center}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;margin-top:auto}.footer-content{text-align:center}.footer-info p{margin:.5rem 0;font-size:.9rem;opacity:.9}.footer-info a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-info a:hover{opacity:.8;text-decoration:underline}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-info p{font-size:.8rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px;display:flex;flex-direction:column}*{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#2c3e50;background-color:#fff}@media (max-width: 480px){.main-content{padding-top:60px}}html{scroll-behavior:smooth}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#5a67d8}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus{outline:2px solid #667eea;outline-offset:2px}input,textarea{font-family:inherit;border:1px solid #ddd;border-radius:8px;padding:.75rem;transition:border-color .3s ease}input:focus,textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2;color:#2c3e50}p{margin:0 0 1rem;line-height:1.6}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}
