@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--purple: #6B4E9B;--purple-dark: #4A3F6B;--blue: #2E5BFF;--blue-dark: #1a3bb3;--orange: #FF6B35;--orange-hover: #e55a2b;--text-dark: #1a1a2e;--text-muted: #5a5a6e;--bg-white: #ffffff;--label-blue: #5B8DEE;--wave-start: #6B5B95;--wave-end: #4A90D9;--font-main: "Poppins", sans-serif;--shadow-card: 0 4px 20px rgba(0, 0, 0, .08);--radius-card: 16px;--radius-btn: 999px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background:var(--bg-white);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.app-version-watermark{margin-top:.5rem;font-size:10px;font-weight:500;color:inherit}a{text-decoration:none;color:inherit;transition:color .2s,background .2s,transform .2s}.header-wave{position:fixed;top:0;right:0;width:55%;max-width:700px;height:420px;background:linear-gradient(135deg,var(--wave-start) 0%,var(--wave-end) 100%);border-radius:0 0 0 50%;z-index:0;pointer-events:none}@media(min-width:900px){.header-wave{width:50%;height:480px;border-radius:0 0 0 45%}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:transparent}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:32px;width:auto;transition:transform .2s ease}.logo:hover img{transform:scale(1.05)}.mobile-menu-btn{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark);padding:8px}#main-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;padding:70px 24px 24px;display:flex;flex-direction:column;gap:16px;transition:right .3s ease;z-index:99}#main-nav.active{right:0}.nav-link{font-weight:500;font-size:.9rem;color:var(--text-dark);letter-spacing:.05em}.nav-link:hover{color:var(--purple)}.btn-login{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9rem;background:var(--orange);color:#fff;border:none;cursor:pointer}.btn-login:hover{background:var(--orange-hover)}.hero{padding:120px 0 80px;min-height:85vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.hero-content h1{font-size:2.25rem;font-weight:700;line-height:1.2;color:var(--text-dark);margin-bottom:16px}.hero-content h1 span{display:block}.hero-content p{font-size:1rem;color:var(--text-muted);margin-bottom:28px;max-width:420px}.btn-wave{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--radius-btn);font-weight:600;font-size:1rem;color:#fff;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);box-shadow:0 8px 24px #2e5bff59;border:none;cursor:pointer}.btn-wave:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2e5bff66}.wave-icon{width:22px;height:22px}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:420px;height:auto}.trusted-by{padding:40px 0;text-align:center;background:#f8f8fce6;border-top:1px solid rgba(0,0,0,.06)}.trusted-by h4{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:24px}.logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px}.logo-item{height:48px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s,transform .2s;filter:grayscale(100%)}.logo-item a{display:flex;align-items:center;justify-content:center}.logo-item img{max-height:48px;max-width:140px;object-fit:contain}.logo-item:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.mid-cta{padding:80px 0;background:var(--bg-white)}.mid-cta-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.mid-cta-image{order:1}.mid-cta-image img{width:100%;max-width:400px;margin:0 auto;display:block}.mid-cta-content{order:2}.mid-cta-content h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.mid-cta-content p{font-size:1rem;color:var(--text-muted);margin-bottom:24px;line-height:1.6}.mid-cta-content form{display:flex;flex-direction:column;gap:12px}.mid-cta-content input{padding:14px 18px;border-radius:10px;border:1px solid #ddd;font-size:1rem;font-family:var(--font-main)}.mid-cta-content input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2e5bff26}.features{padding:80px 0 100px;background:var(--bg-white)}.section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:48px}.features-grid-container{display:grid;grid-template-columns:1fr;gap:24px}.feature-card{background:var(--card-bg, #f5f5f5);border-radius:var(--radius-card);padding:32px 24px;text-align:center;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;align-items:center}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.feature-card-icon{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#fff9}.feature-card-icon svg{width:40px;height:40px}.feature-card-content{width:100%}.feature-card-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;background:#6b4e9b26;color:var(--purple)}.feature-card-content h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.feature-card-content p{font-size:.9rem;color:var(--text-muted);margin:0}.feature-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:none;align-items:center;justify-content:center}.feature-modal.active{display:flex}.feature-modal-overlay{position:absolute;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feature-modal-content{position:relative;background:#fff;width:95%;max-width:640px;max-height:90vh;border-radius:20px;padding:32px;box-shadow:0 25px 50px -12px #00000040;overflow-y:auto;animation:modalAppear .3s cubic-bezier(.16,1,.3,1)}.feature-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-muted);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}.feature-modal-close:hover{background:#f0f0f0;color:var(--purple)}#feature-modal-body .display-tag{display:inline-block;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:16px;background:#6b4e9b26;color:var(--purple)}#feature-modal-body .display-icon{margin-bottom:16px}#feature-modal-body .display-icon svg{width:56px;height:56px}#feature-modal-body h3{font-size:1.5rem;margin-bottom:12px;color:var(--text-dark)}#feature-modal-body p{font-size:1rem;color:var(--text-muted);margin-bottom:16px;line-height:1.7}#feature-modal-body ul{list-style:disc;padding-left:20px;color:var(--text-muted);line-height:1.8}#feature-modal-body ul li{margin-bottom:8px}@keyframes modalAppear{0%{opacity:0;transform:scale(.96) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.testimonials{padding:80px 0;background:linear-gradient(180deg,#fafaff 0%,var(--bg-white) 100%)}.glass{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000f}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:24px}.testimonial-card{padding:28px;border-radius:var(--radius-card);transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000014}.quote-icon{font-size:2.5rem;color:var(--blue);opacity:.25;font-family:serif;line-height:1;margin-bottom:-8px}.testimonial-text{font-style:italic;margin-bottom:20px;color:var(--text-muted);font-size:.95rem;line-height:1.6}.user-profile{display:flex;align-items:center;gap:14px}.user-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.user-info h5{margin:0;font-size:.95rem;color:var(--text-dark);font-weight:600}.user-info span{font-size:.85rem;color:var(--text-muted)}.faq{padding:80px 0 100px;background:var(--bg-white)}.faq-grid{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border-radius:12px;overflow:hidden}.faq-item summary{padding:18px 20px;cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--text-dark);font-size:.95rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 20px 18px;color:var(--text-muted);line-height:1.6;margin:0;font-size:.9rem}.site-footer{padding:48px 0 24px;background:#1a1a2e;color:#e0e0e0}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-col h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:14px}.footer-col h3:after{content:"";display:block;width:32px;height:2px;background:var(--blue);margin-top:8px;border-radius:1px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{color:#b0b0b0;font-size:.9rem;transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-logo{margin-bottom:16px}.footer-logo img{height:36px;width:auto;filter:brightness(0) invert(1)}.contact-info li{color:#b0b0b0;font-size:.9rem;line-height:1.5}.contact-info a{color:#b0b0b0;transition:color .2s}.contact-info a:hover{color:var(--blue)}.social-links{display:flex;flex-direction:column;gap:8px}.social-links a{color:#b0b0b0;font-size:.9rem;transition:color .2s}.social-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#888}.footer-bottom p{margin:0}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:none;align-items:center;justify-content:center}.modal.active{display:flex}.modal-overlay{position:absolute;width:100%;height:100%;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-container{position:relative;background:#fff;width:95%;max-width:600px;max-height:88vh;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;animation:modalAppear .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.modal-header{padding:20px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.25rem;color:var(--blue);margin:0;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;transition:color .2s;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:var(--purple)}.modal-body{padding:24px;overflow-y:auto;font-size:.95rem;line-height:1.7;color:var(--text-muted)}.modal-body h4{margin-top:20px;margin-bottom:10px;color:var(--blue);font-size:1.05rem}.modal-body p{margin-bottom:14px}.modal-footer{padding:16px 24px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.btn-secondary{padding:12px 24px;border-radius:10px;font-weight:600;font-size:.9rem;background:#fff;color:var(--blue);border:2px solid var(--blue);cursor:pointer;transition:background .2s,color .2s;font-family:var(--font-main)}.btn-secondary:hover{background:var(--blue);color:#fff}.registration-form{display:flex;flex-direction:column;gap:18px;margin-top:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:var(--text-dark);font-size:.9rem}.form-group input{padding:12px 14px;border-radius:8px;border:1px solid #ddd;font-family:var(--font-main);font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2e5bff1f}.services{padding:80px 0 100px;background:var(--bg-white)}.services-label{font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--label-blue);text-align:center;margin-bottom:12px}.services-title{font-size:2rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:16px}.services-desc{font-size:.95rem;color:var(--text-muted);text-align:center;max-width:640px;margin:0 auto 48px;line-height:1.7}.services-grid{display:grid;grid-template-columns:1fr;gap:24px}.service-card{background:var(--card-bg, #f5f5f5);border-radius:var(--radius-card);padding:32px 24px;text-align:center;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.service-icon{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#ffffff80}.service-icon svg{width:36px;height:36px;color:var(--text-dark)}.service-card h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.service-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.service-link{display:inline-block;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--text-dark);background:#fffc;border:1px solid rgba(0,0,0,.08)}.service-link:hover{background:#fff;border-color:var(--purple);color:var(--purple)}.site-footer{padding:24px 0;background:#f8f8f8;text-align:center}.footer-copy{font-size:.85rem;color:var(--text-muted)}@media(min-width:768px){.hero-content h1{font-size:2.75rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:28px}.services-title{font-size:2.25rem}.features-grid-container{grid-template-columns:repeat(2,1fr);gap:28px}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.mid-cta-content form{flex-direction:row}.mid-cta-content input{flex:1}.mid-cta-content button{width:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:969px){.mobile-menu-btn{display:none}#main-nav{position:static;width:auto;height:auto;background:transparent;box-shadow:none;padding:0;flex-direction:row;align-items:center;gap:28px}.logo img{height:36px}.hero{padding:140px 0 100px}.hero-grid{grid-template-columns:1fr 1fr;gap:60px}.hero-content h1{font-size:3.25rem}.hero-content p{font-size:1.05rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:28px}.services-title{font-size:2.5rem}.features-grid-container{grid-template-columns:repeat(4,1fr);gap:28px}.mid-cta-grid{grid-template-columns:1fr 1fr;gap:60px}.mid-cta-image{order:1}.mid-cta-content{order:2}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}}
