*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#fff;background:linear-gradient(135deg,#1a0d2e,#0f0515 50%,#000000);min-height:100vh}[dir=rtl]{direction:rtl;text-align:right}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#007AFF;text-decoration:none}a:hover{text-decoration:underline}.nav{background:linear-gradient(135deg,#1a0d2e,#0f0515);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(138,43,226,.2);position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#4A90E2}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;font-weight:500;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#4A90E2}.nav-controls{display:flex;align-items:center;gap:1rem}.language-select{padding:.5rem;border:1px solid #333;border-radius:6px;background-color:#1a1a1a;color:#fff;cursor:pointer}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{width:25px;height:3px;background-color:#fff;margin:2px 0;transition:.3s}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#2d1b47,#1a0d2e 50%,#0f0515);color:white;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(138,43,226,.1) 0,transparent 70%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-title{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.feature-tag{background-color:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{background:linear-gradient(180deg,#4A90E2,#357ABD);border:none;border-radius:12px;color:white;box-shadow:0 4px 0 #2A5A8A,0 8px 16px rgba(0,0,0,.3);transform:translateY(0);position:relative}.cta-button,.cta-button-secondary{display:inline-block;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .15s ease;font-size:1rem}.cta-button-secondary{background:transparent;border:2px solid #4a90e2;border-radius:12px;color:#4A90E2}.app-store-btn,.google-play-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(180deg,#4A90E2,#357ABD);border:none;border-radius:12px;font-weight:700;color:white;text-decoration:none;transition:all .15s ease;box-shadow:0 4px 0 #2A5A8A,0 8px 16px rgba(0,0,0,.3);transform:translateY(0);position:relative;font-size:1rem}.cta-button:hover{background:linear-gradient(180deg,#5BA3F5,#4A90E2);transform:translateY(-2px);box-shadow:0 6px 0 #2A5A8A,0 10px 20px rgba(0,0,0,.4)}.cta-button:active{transform:translateY(2px);box-shadow:0 2px 0 #2A5A8A,0 4px 8px rgba(0,0,0,.3)}.cta-button-secondary:hover{background:#4A90E2;color:white;transform:translateY(-2px)}.app-store-btn:hover,.google-play-btn:hover{background:linear-gradient(180deg,#5BA3F5,#4A90E2);transform:translateY(-2px);box-shadow:0 6px 0 #2A5A8A,0 10px 20px rgba(0,0,0,.4)}.app-store-btn:active,.google-play-btn:active{transform:translateY(2px);box-shadow:0 2px 0 #2A5A8A,0 4px 8px rgba(0,0,0,.3)}.hero-visual{align-items:center}.hero-stats,.hero-visual{display:flex;justify-content:center}.hero-stats{gap:1.5rem;flex-wrap:wrap}.stat-card{background:#1a1a1a;padding:1.5rem;border-radius:16px;text-align:center;border:2px solid #333;min-width:120px;box-shadow:0 4px 16px rgba(0,0,0,.3)}.stat-number{font-size:2rem;font-weight:800;color:#4A90E2;margin-bottom:.5rem}.stat-label{color:#ccc;font-weight:500}.features{padding:5rem 0;background:linear-gradient(135deg,#0f0515,#1a0d2e 50%,#2d1b47)}.features-highlight{margin-top:2rem}.highlight-card{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#252535);padding:3rem;border-radius:28px;box-shadow:0 24px 48px rgba(0,0,0,.6),0 6px 20px rgba(74,144,226,.15),inset 0 1px 0 rgba(255,255,255,.1);border:1px solid rgba(74,144,226,.25);text-align:center;margin-bottom:3rem;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4A90E2,#357ABD,#2A5A8A,#4A90E2);background-size:200% 100%;animation:shimmer 4s ease-in-out infinite}.highlight-card h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e6ff 70%,#d0dcff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.highlight-card p{color:#b8c2e8;line-height:1.8;font-size:1.1rem;max-width:600px;margin:0 auto}.highlight-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.stat-item{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#252535);padding:2rem 1.5rem;border-radius:24px;text-align:center;border:1px solid rgba(74,144,226,.2);transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 12px 32px rgba(0,0,0,.5),0 3px 12px rgba(74,144,226,.1),inset 0 1px 0 rgba(255,255,255,.08);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#4A90E2,transparent);transition:left .6s}.stat-item:hover{transform:translateY(-8px) scale(1.05);border-color:rgba(74,144,226,.5);box-shadow:0 20px 48px rgba(0,0,0,.6),0 6px 20px rgba(74,144,226,.2),inset 0 1px 0 rgba(255,255,255,.12)}.stat-item:hover:before{left:100%}.stat-value{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#4A90E2,#5BA3F5 50%,#357ABD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1;text-shadow:0 0 20px rgba(74,144,226,.3)}.stat-label{color:#b8c2e8;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.features-extra{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:1.5rem}.extra-card{background:linear-gradient(145deg,#252538,#1e1e2e 70%,#2a2a3a);padding:1.75rem;border-radius:20px;border:1px solid rgba(74,144,226,.15);transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 24px rgba(0,0,0,.5),0 2px 8px rgba(74,144,226,.08),inset 0 1px 0 rgba(255,255,255,.06);position:relative}.extra-card:hover{transform:translateY(-6px) scale(1.02);border-color:rgba(74,144,226,.3);box-shadow:0 16px 40px rgba(0,0,0,.6),0 4px 16px rgba(74,144,226,.15),inset 0 1px 0 rgba(255,255,255,.1)}.extra-card h4{color:#fff;margin-bottom:1rem;font-weight:700;font-size:1.2rem;background:linear-gradient(135deg,#fff,#e0e6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.extra-card p{color:#b8c2e8;line-height:1.6;font-size:.9rem}.features-container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:.5rem;color:#fff;font-weight:800}.section-subtitle{text-align:center;font-size:1.2rem;color:#ccc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:1.5rem}.feature-card{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#1a1a2a);padding:2rem;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.6),0 4px 12px rgba(74,144,226,.1),inset 0 1px 0 rgba(255,255,255,.1);text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(74,144,226,.2);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(74,144,226,.1),transparent);transition:left .6s}.feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 32px 64px rgba(0,0,0,.7),0 8px 24px rgba(74,144,226,.3),inset 0 1px 0 rgba(255,255,255,.2);border-color:rgba(74,144,226,.5)}.feature-card:hover:before{left:100%}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#4A90E2,#357ABD 50%,#2A5A8A);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.2rem;color:white;box-shadow:0 8px 20px rgba(74,144,226,.4),0 2px 8px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2);position:relative;transition:all .3s ease}.feature-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#4A90E2,#357ABD,#2A5A8A,#4A90E2);border-radius:26px;z-index:-1;opacity:0;transition:opacity .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card:hover .feature-icon:before{opacity:1}.feature-title{font-size:1.4rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#fff,#e0e6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.feature-description{color:#b8c2e8;line-height:1.7;font-size:.95rem;font-weight:400}.how-it-works{padding:5rem 0;background:linear-gradient(135deg,#1a0d2e,#0f0515 50%,#000000)}.how-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.detail-card{background:linear-gradient(145deg,#252538,#1e1e2e 50%,#2a2a3a);padding:2rem;border-radius:24px;box-shadow:0 16px 40px rgba(0,0,0,.6),0 4px 16px rgba(74,144,226,.1),inset 0 1px 0 rgba(255,255,255,.08);border:1px solid rgba(74,144,226,.2);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.detail-card:after{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(74,144,226,.1) 0,transparent 70%);border-radius:50%;transform:translate(50%,-50%)}.detail-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 24px 60px rgba(0,0,0,.7),0 8px 24px rgba(74,144,226,.2),inset 0 1px 0 rgba(255,255,255,.12);border-color:rgba(74,144,226,.4)}.detail-card h3{color:#fff;margin-bottom:1.25rem;font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#fff,#e0e6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.detail-card p{color:#b8c2e8;line-height:1.7;font-size:.95rem}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 1rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-top:1.5rem}.step{text-align:center;position:relative;background:linear-gradient(145deg,#2a2a3a,#1e1e2e 50%,#252535);padding:2.5rem 2rem;border-radius:28px;box-shadow:0 24px 48px rgba(0,0,0,.6),0 6px 16px rgba(74,144,226,.15),inset 0 1px 0 rgba(255,255,255,.1);border:1px solid rgba(74,144,226,.25);transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4A90E2,#357ABD,#2A5A8A,#4A90E2);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:-200% 0}50%{background-position:200% 0}}.step:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 36px 72px rgba(0,0,0,.7),0 12px 32px rgba(74,144,226,.25),inset 0 1px 0 rgba(255,255,255,.15);border-color:rgba(74,144,226,.4)}.step-number{width:90px;height:90px;background:radial-gradient(circle at 30% 30%,#5BA3F5 0,#4A90E2 50%,#357ABD 100%);color:white;border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:900;margin:0 auto 2rem;box-shadow:0 12px 28px rgba(74,144,226,.4),0 4px 12px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.2),inset 0 -2px 8px rgba(0,0,0,.2);position:relative;transition:all .3s ease}.step-number:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#4A90E2,#357ABD,#2A5A8A,#4A90E2);border-radius:31px;z-index:-1;opacity:0;transition:opacity .3s ease}.step:hover .step-number{transform:scale(1.15) rotate(-5deg)}.step:hover .step-number:before{opacity:1}.step-title{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#fff,#e0e6ff 70%,#d0dcff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.step-description{color:#b8c2e8;line-height:1.7;font-size:1rem;font-weight:400;max-width:280px;margin:0 auto}.download{padding:5rem 0;background:linear-gradient(135deg,#2d1b47,#1a0d2e 50%,#0f0515);color:white;text-align:center;border-top:2px solid rgba(138,43,226,.3)}.download-container{max-width:800px;margin:0 auto;padding:0 1rem}.download-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:2rem 0}.download-info{margin-top:2rem;opacity:.9}.footer{background:linear-gradient(135deg,#000000,#0f0515 50%,#1a0d2e);color:white;padding:3rem 0 1rem;border-top:2px solid rgba(138,43,226,.3)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem}.footer-brand{display:flex;flex-direction:column}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#4A90E2;margin-bottom:1rem}.footer-description{color:#ccc;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem}.footer-title{font-size:1.1rem;margin-bottom:1rem;color:#4A90E2}.footer-list{list-style:none}.footer-list li{margin-bottom:.5rem}.footer-list a{color:#ccc;transition:color .3s ease}.footer-list a:hover{color:#4A90E2}.footer-bottom{border-top:1px solid #555;margin-top:2rem;padding-top:2rem}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright,.footer-languages{color:#ccc}.language-list{margin-left:.5rem}@media (max-width:768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#0a0a0a;flex-direction:column;padding:1rem;box-shadow:0 5px 15px rgba(255,255,255,.1)}.nav-menu.active,.nav-toggle{display:flex}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2rem}.hero-cta{justify-content:center}.hero-stats{gap:1rem}.stat-card{min-width:100px;padding:1rem}.stat-number{font-size:1.5rem}.features-grid,.footer-container,.steps-grid{grid-template-columns:1fr}.footer-container{gap:2rem}.footer-bottom-container{flex-direction:column;text-align:center}}@media (max-width:480px){.hero{padding:6rem 0 2rem}.hero-title{font-size:1.8rem}.section-title{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease-out}.detail-card,.feature-card,.step{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.detail-card.animate-in,.feature-card.animate-in,.step.animate-in{opacity:1;transform:translateY(0)}.legal-page{padding:8rem 0 4rem;background-color:#f8f9fa}.legal-container{max-width:800px;margin:0 auto;padding:0 1rem}.legal-header{text-align:center;margin-bottom:3rem}.legal-title{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:800}.legal-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:1rem}.legal-date{color:#999;font-size:.9rem}.legal-content{background-color:#1a1a1a;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.4);border:2px solid #333}.legal-section{margin-bottom:2rem}.legal-section h2{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #4a90e2;font-weight:700}.legal-section h3{margin-bottom:.5rem;margin-top:1.5rem}.legal-list{list-style:none;margin-left:1rem}.legal-list li{margin-bottom:.5rem;position:relative}.legal-list li:before{content:"•";color:#4A90E2;font-weight:700;position:absolute;left:-1rem}.contact-info{background-color:#f8f9fa;padding:1.5rem;border-radius:10px;margin-top:1rem}.support-page{padding:8rem 0 4rem;background:linear-gradient(135deg,#1a0d2e,#0f0515 50%,#000000);min-height:100vh}.faq-section{margin-bottom:4rem}.faq-list{max-width:800px;margin:1rem auto 0}.faq-item{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#252535);border:1px solid rgba(74,144,226,.2);border-radius:20px;margin-bottom:1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 24px rgba(0,0,0,.5),0 2px 8px rgba(74,144,226,.08),inset 0 1px 0 rgba(255,255,255,.06);position:relative}.faq-item:hover{border-color:rgba(74,144,226,.4);box-shadow:0 12px 32px rgba(0,0,0,.6),0 4px 16px rgba(74,144,226,.15),inset 0 1px 0 rgba(255,255,255,.08);transform:translateY(-2px)}.faq-item.open{border-color:rgba(74,144,226,.5);box-shadow:0 16px 40px rgba(0,0,0,.6),0 6px 20px rgba(74,144,226,.2),inset 0 1px 0 rgba(255,255,255,.1)}.faq-question{width:100%;padding:1.75rem;background:none;border:none;color:#fff;font-size:1.15rem;font-weight:700;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.faq-question:hover{background:linear-gradient(90deg,rgba(74,144,226,.08),rgba(74,144,226,.15) 50%,rgba(74,144,226,.08))}.faq-icon{font-size:1.8rem;font-weight:300;background:linear-gradient(135deg,#4A90E2,#5BA3F5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(74,144,226,.1)}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#ccc;line-height:1.6;margin:0}.contact-card{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#252535);padding:2.5rem;border-radius:28px;text-align:center;border:1px solid rgba(74,144,226,.25);max-width:450px;margin:3rem auto;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 20px 48px rgba(0,0,0,.6),0 6px 20px rgba(74,144,226,.15),inset 0 1px 0 rgba(255,255,255,.1);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(74,144,226,.05) 0,transparent 70%);transform:rotate(45deg)}.contact-card:hover{transform:translateY(-12px) scale(1.02);border-color:rgba(74,144,226,.5);box-shadow:0 32px 72px rgba(0,0,0,.7),0 12px 32px rgba(74,144,226,.25),inset 0 1px 0 rgba(255,255,255,.15)}.contact-card .contact-icon{font-size:3.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(74,144,226,.3))}.contact-card h3{color:#fff;margin-bottom:1.25rem;font-weight:800;font-size:1.4rem;background:linear-gradient(135deg,#fff,#e0e6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.contact-card p{color:#b8c2e8;margin-bottom:1.5rem;line-height:1.6}.contact-card .contact-link{color:#4A90E2;font-weight:600;text-decoration:none;font-size:1.1rem}.contact-card .contact-link:hover{text-decoration:underline}.support-container{max-width:1200px;margin:0 auto;padding:0 1rem}.support-header{text-align:center;margin-bottom:3rem}.support-title{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:800}.support-subtitle{font-size:1.2rem;color:#ccc}.quick-help{margin-bottom:4rem}.quick-help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:1rem}.help-card{background:linear-gradient(145deg,#1e1e2e,#2a2a3a 50%,#252535);padding:2rem;border-radius:24px;box-shadow:0 16px 40px rgba(0,0,0,.6),0 4px 16px rgba(74,144,226,.1),inset 0 1px 0 rgba(255,255,255,.08);text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(74,144,226,.2);position:relative;overflow:hidden}.help-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:radial-gradient(ellipse at center,rgba(74,144,226,.08) 0,transparent 70%)}.help-card:hover{transform:translateY(-10px) scale(1.03);border-color:rgba(74,144,226,.4);box-shadow:0 24px 60px rgba(0,0,0,.7),0 8px 24px rgba(74,144,226,.2),inset 0 1px 0 rgba(255,255,255,.12)}.help-icon{font-size:2rem;margin-bottom:1rem}.help-card h3{color:#fff;margin-bottom:1.25rem;font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#fff,#e0e6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.help-card p{color:#b8c2e8;line-height:1.7;font-size:.95rem}.contact-section{margin-bottom:4rem}.contact-subtitle{text-align:center;color:#ccc;margin-bottom:3rem}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.contact-option{background-color:#1a1a1a;padding:2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.4);text-align:center;border:2px solid #333}.contact-icon{font-size:2rem;margin-bottom:1rem}.contact-option h3{color:#fff;margin-bottom:1rem;font-weight:700}.contact-option p{color:#ccc;margin-bottom:1rem}.contact-link{color:#4A90E2;font-weight:600;text-decoration:none}.contact-link:hover{text-decoration:underline}.resources-section{margin-bottom:2rem}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.resource-card{background-color:#1a1a1a;padding:2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.4);text-align:center;border:2px solid #333}.resource-card h3{color:#fff;margin-bottom:1rem;font-weight:700}.resource-card p{color:#ccc;margin-bottom:1rem}.resource-link{color:#4A90E2;font-weight:600;text-decoration:none}.resource-link:hover{text-decoration:underline}.legal-page,.support-page{background:linear-gradient(135deg,#1a0d2e,#0f0515 50%,#000000);min-height:100vh}.contact-option,.help-card,.legal-content,.resource-card{background-color:#1a1a1a;color:#fff;border:2px solid #333}.legal-section h2{color:#fff}.legal-section h3{color:#ccc}.contact-info{background-color:#111111}@media (max-width:768px){.features-extra,.highlight-stats,.how-details,.quick-help-grid{grid-template-columns:1fr}.faq-list{margin:1rem 0}.faq-question{padding:1rem;font-size:1rem}.faq-item.open .faq-answer{padding:0 1rem 1rem}.contact-card{margin:1rem;padding:1.5rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}