*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#667eea;--secondary-color:#764ba2;--text-dark:#2d3748;--text-light:#718096;--border-color:#e2e8f0;--shadow:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0003;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.2rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.8rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo:hover{transform:translateY(-2px)}.logo-icon{animation:pulse 2s ease-in-out infinite;color:#4fd1c5;font-size:1.2rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text}.nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:8px;color:#fffc;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:after{background:linear-gradient(90deg,#4fd1c5,#63b3ed);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link:hover:after{width:80%}.nav-link.active{background:#4fd1c533;border:1px solid #4fd1c54d;color:#fff}.nav-link.active:after{width:80%}@media (max-width:768px){.header-container{padding:1rem 1.5rem}.nav{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.logo{font-size:1.3rem}}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-top:1px solid #ffffff1a;color:#fff;margin-top:auto}.footer-container{margin:0 auto;max-width:1400px;padding:3rem 2rem 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 2fr 1fr;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.8rem}.footer-logo-icon{color:#4fd1c5;font-size:1.2rem}.footer-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text}.footer-tagline{color:#ffffffb3;font-size:.95rem;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section{display:flex;flex-direction:column;gap:.8rem}.footer-section h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-section a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#4fd1c5;transform:translateX(4px)}.footer-social h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.social-icon:hover{background:#4fd1c533;box-shadow:0 8px 16px #4fd1c54d;transform:translateY(-4px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-social{grid-column:1/-1}}@media (max-width:768px){.footer-container{padding:2rem 1.5rem 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:1fr}}.stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 20px #0003;display:flex;gap:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{border-color:#4fd1c580;box-shadow:0 8px 30px #4fd1c54d;transform:translateY(-4px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#4fd1c533,#63b3ed33);border-radius:12px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-info{flex:1 1}.stat-title{color:#ffffffb3;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:.3rem}.stat-subtitle{color:#fff9;font-size:.85rem}@media (max-width:768px){.stat-card{gap:1rem;padding:1.5rem}.stat-icon{font-size:1.5rem;height:50px;width:50px}.stat-value{font-size:2rem}}.home-page{width:100%}.hero-section{background:linear-gradient(135deg,#4fd1c51a,#63b3ed1a);border:1px solid #ffffff1a;border-radius:24px;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.hero-description{color:#ffffffb3;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#4fd1c5,#63b3ed);box-shadow:0 4px 15px #4fd1c566;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #4fd1c599;transform:translateY(-3px)}.btn-secondary{background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#fff3;transform:translateY(-3px)}.stats-section{margin-bottom:4rem}.section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefits-section{margin-bottom:4rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card:hover{border-color:#4fd1c580;box-shadow:0 12px 40px #4fd1c54d;transform:translateY(-8px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#4fd1c533,#63b3ed33);border-radius:16px;color:#4fd1c5;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.benefit-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.benefit-card p{color:#ffffffb3;font-size:1rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#4fd1c526,#63b3ed26);border:1px solid #ffffff1a;border-radius:24px;padding:4rem 2rem}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:#fffc;font-size:1.2rem;margin-bottom:2rem}.btn-large{font-size:1.1rem;padding:1.2rem 3rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.benefits-grid,.stats-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn{justify-content:center;width:100%}}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 20px #0003;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:#4fd1c580;box-shadow:0 12px 40px #4fd1c54d;transform:translateY(-8px)}.feature-image-container{height:220px;overflow:hidden;position:relative;width:100%}.feature-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.feature-card:hover .feature-image{transform:scale(1.1)}.feature-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#000000b3);bottom:0;display:flex;left:0;padding:1rem;position:absolute;right:0;top:0}.feature-category{background:#4fd1c5e6;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem;text-transform:uppercase}.feature-content{padding:1.5rem}.feature-title{color:#fff;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:.8rem}.feature-description{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}.feature-meta{border-bottom:1px solid #ffffff1a;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.feature-meta,.feature-rating{align-items:center;display:flex}.feature-rating{gap:.5rem}.rating-stars{font-size:1.2rem}.rating-value{color:#fff;font-size:1rem;font-weight:600}.feature-status{align-items:center;display:flex}.status-badge{background:#63b3ed33;border-radius:12px;color:#63b3ed;font-size:.8rem;font-weight:600;padding:.3rem .8rem;text-transform:capitalize}.feature-stats{display:flex;gap:1.5rem}.stat{display:flex;flex-direction:column;gap:.3rem}.stat-label{color:#fff9;font-size:.8rem;letter-spacing:.5px}.stat-value{color:#fff;font-size:1.1rem;font-weight:700}@media (max-width:768px){.feature-card{border-radius:12px}.feature-image-container{height:180px}.feature-content{padding:1.2rem}.feature-title{font-size:1.2rem}.feature-description{font-size:.9rem}}.features-page{width:100%}.features-header{margin-bottom:3rem;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.page-subtitle{color:#ffffffb3;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.category-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #fff3;border-radius:25px;color:#fffc;cursor:pointer;font-size:.95rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-btn:hover{background:#ffffff1a;border-color:#4fd1c580;color:#fff;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#4fd1c5,#63b3ed);border-color:#0000;box-shadow:0 4px 15px #4fd1c566;color:#fff}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#4fd1c5;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#ffffffb3;font-size:1.1rem}.no-features{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:4rem 2rem;text-align:center}.no-features p{color:#ffffffb3;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.category-filter{gap:.8rem}.category-btn{font-size:.9rem;padding:.6rem 1.2rem}}.about-page{margin:0 auto;max-width:900px;width:100%}.about-header{margin-bottom:4rem;text-align:center}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem;transition:all .3s ease}.about-section:hover{border-color:#4fd1c54d;box-shadow:0 8px 30px #4fd1c533}.section-icon{align-items:center;background:linear-gradient(135deg,#4fd1c533,#63b3ed33);border-radius:16px;color:#4fd1c5;display:flex;height:70px;justify-content:center;width:70px}.about-section h2,.section-icon{font-size:2rem;margin-bottom:1.5rem}.about-section h2{color:#fff;font-weight:700}.about-section p{color:#fffc;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-section p:last-child{margin-bottom:0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.value-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:all .3s ease}.value-card:hover{background:#ffffff14;transform:translateY(-4px)}.value-card h3{color:#4fd1c5;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.value-card p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:0}.cta-section,.team-section{text-align:center}.cta-section{background:linear-gradient(135deg,#4fd1c51a,#63b3ed1a)}.cta-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:3rem}.cta-stat{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fd1c5,#63b3ed);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800}.stat-label{color:#ffffffb3;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){.about-section{padding:2rem}.about-section h2{font-size:1.7rem}.about-section p{font-size:1rem}.cta-stats,.values-grid{grid-template-columns:1fr}.cta-stats{gap:1.5rem}.stat-number{font-size:3rem}}.app{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:20px;width:100%}@media (max-width:768px){.main-content{padding:15px}}