:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#9333ea}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0px;background:transparent}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-track{background:transparent}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#333;overflow-x:hidden;line-height:1.6}.app{min-height:100vh;position:relative}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #e2e8f0}.header .container{position:relative}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#667eea;cursor:pointer}.logo-icon{color:#667eea}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#1e293b}.header-actions{display:flex;align-items:center;gap:1rem}.header-btn{padding:8px 20px;font-size:.9rem}.mobile-menu-btn{display:none;background:none;border:none;color:#1e293b;cursor:pointer;padding:.5rem}.mobile-nav{position:fixed;inset:0;width:100vw;height:100vh;background:#f8fafc;z-index:1100;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;pointer-events:none}.mobile-nav.open{opacity:1;visibility:visible;pointer-events:auto}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000d}.mobile-nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#667eea}.mobile-nav-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease}.mobile-nav-close:hover{background:#f1f5f9;color:#1e293b}.mobile-nav-content{padding:2rem;height:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;background:#f8fafc;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-nav-content::-webkit-scrollbar{width:0px;background:transparent}.mobile-nav-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;margin-bottom:2rem}.mobile-nav-link{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-nav-link:hover{background:#f1f5f9;border-color:#667eea;transform:translate(4px);box-shadow:0 4px 20px #667eea26}.mobile-nav-link-text{flex:1}.mobile-nav-link-arrow{color:#667eea;font-weight:600;transition:transform .2s ease}.mobile-nav-link:hover .mobile-nav-link-arrow{transform:translate(4px)}.mobile-nav-cta{margin-top:auto;padding-top:2rem;border-top:1px solid #e2e8f0;background:#f8fafc}.mobile-nav-download-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 20px #667eea4d}.mobile-nav-download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea80}.mobile-menu-overlay{position:fixed;inset:0;background:#0000004d;z-index:990;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f;border-color:#cbd5e1}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary,.btn-secondary,.btn-outline{padding:12px 24px;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}.btn-large{padding:16px 32px;font-size:18px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.btn-secondary{background:#f8fafc;color:#334155;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9;transform:translateY(-2px)}.btn-outline{background:transparent;color:#334155;border:2px solid #e2e8f0}.btn-outline:hover{background:#f8fafc;border-color:#ffffff80;transform:translateY(-2px)}.btn-primary svg:first-child{margin-right:4px}.playstore-btn{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);background-size:200% 200%;animation:playstore-gradient 3s ease infinite;position:relative;overflow:hidden}.playstore-btn:hover{background:linear-gradient(135deg,#0f9d58,#689f38);animation:none;transform:translateY(-2px);box-shadow:0 8px 30px #0f9d5899}@keyframes playstore-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.header-btn{min-width:auto}.btn-primary:has(svg[data-lucide=smartphone]){background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);position:relative;overflow:hidden}.btn-primary:has(svg[data-lucide=smartphone]):before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f9d58,#689f38);opacity:0;transition:opacity .3s ease}.btn-primary:has(svg[data-lucide=smartphone]):hover:before{opacity:1}@media (max-width: 576px){.header-btn{font-size:14px;padding:10px 16px}.header-btn svg{display:none}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:6rem 0 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero-background{position:absolute;inset:0;z-index:-1}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 6s ease-in-out infinite;opacity:.3}.orb-1{width:300px;height:300px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);top:20%;right:10%;animation-delay:0s}.orb-2{width:200px;height:200px;background:linear-gradient(135deg,#fce7f3,#fbcfe8);bottom:30%;left:10%;animation-delay:2s}.orb-3{width:150px;height:150px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);top:60%;left:50%;animation-delay:4s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero-content{width:100%;text-align:center}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#1e293b}.hero-description{font-size:1.25rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;color:#64748b}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-feature-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.9rem;font-weight:500}.hero-feature-item svg{color:#667eea}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;justify-content:center;max-width:1000px;margin:0 auto}.stat-card{padding:1.5rem;display:flex;align-items:center;gap:1rem;min-width:180px;text-align:left}.stat-icon{color:#667eea;flex-shrink:0}.stat-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1e293b}.stat-card p{color:#64748b;font-size:.9rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.section-description{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.features{padding:6rem 0;position:relative;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{padding:2rem;text-align:center;height:100%}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff}.feature-icon.gradient-blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.feature-icon.gradient-purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.feature-icon.gradient-green{background:linear-gradient(135deg,#10b981,#14b8a6)}.feature-icon.gradient-orange{background:linear-gradient(135deg,#f97316,#ef4444)}.feature-icon.gradient-indigo{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.feature-icon.gradient-cyan{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.feature-details{list-style:none;padding:0;margin:0}.feature-detail{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:#475569}.feature-bullet{color:#667eea;font-weight:700;font-size:.8rem}.trust-system{padding:6rem 0;position:relative;background:#f8fafc}.trust-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:4rem}.trust-feature{padding:2.5rem;display:flex;gap:1.5rem;align-items:flex-start;min-height:280px}.trust-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 32px #0003}.trust-icon.gradient-yellow{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.trust-icon.gradient-green{background:linear-gradient(135deg,#10b981,#059669)}.trust-text{flex:1}.trust-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.trust-description{color:#64748b;line-height:1.7;margin-bottom:1.25rem;font-size:.95rem}.trust-points{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.trust-point{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569;padding:.25rem 0}.trust-bullet{color:#10b981;font-weight:700;font-size:1rem;width:16px;height:16px;border-radius:50%;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-stats-section{margin-top:3rem}.stats-header{text-align:center;font-size:1.75rem;font-weight:600;margin-bottom:2.5rem;color:#1e293b}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto 4rem}.stat-item{padding:2rem 1.5rem;text-align:center;position:relative;overflow:hidden;transition:all .3s ease}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.stat-icon-wrapper{color:#667eea;margin-bottom:1rem;display:flex;justify-content:center;background:#667eea1a;width:48px;height:48px;border-radius:12px;align-items:center;margin:0 auto 1rem}.stat-number{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.stat-label{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.stat-description{color:#64748b;font-size:.85rem}.trust-benefits{padding:0;margin-top:2rem}.benefits-content{padding:2.5rem;text-align:center}.benefits-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.benefits-icon{color:#667eea;filter:drop-shadow(0 0 10px rgba(102,126,234,.3))}.benefits-header h3{font-size:1.6rem;font-weight:600;color:#1e293b;margin:0}.benefits-description{color:#64748b;line-height:1.7;font-size:1rem;max-width:600px;margin:0 auto}.cta{padding:6rem 0;position:relative;overflow:hidden;background:#f8fafc}.cta-background{position:absolute;inset:0;z-index:-1}.cta-orb{position:absolute;border-radius:50%;filter:blur(60px);animation:float 8s ease-in-out infinite}.cta-orb.orb-1{width:400px;height:400px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);top:-20%;left:-10%;opacity:.5}.cta-orb.orb-2{width:300px;height:300px;background:linear-gradient(135deg,#fce7f3,#fbcfe8);bottom:-15%;right:-10%;animation-delay:4s;opacity:.5}.cta-content{padding:4rem;text-align:center;max-width:800px;margin:0 auto}.cta-icon{color:#667eea;margin-bottom:1.5rem}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.cta-description{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.cta-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.9rem;font-weight:500}.cta-feature-icon{font-size:1.2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.cta-note{color:#64748b;font-size:.9rem}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{margin-bottom:2rem}.footer-main{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.footer-brand{max-width:400px}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1e293b;display:flex;align-items:center;gap:.5rem}.footer-description{color:#64748b;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.footer-social{display:flex;align-items:center;gap:1rem}.social-label{color:#64748b;font-size:.9rem;font-weight:500}.social-icons{display:flex;gap:.75rem}.social-icon{width:36px;height:36px;border-radius:10px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.social-icon:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.links-column h4{color:#667eea;font-size:1rem;font-weight:600;margin-bottom:1rem}.links-column ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.links-column a{color:#64748b;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block}.links-column a:hover{color:#1e293b}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.footer-bottom{border-top:1px solid #e2e8f0;padding-top:1.5rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.85rem}.footer-love{display:flex;align-items:center;gap:.5rem}.heart{color:#f5576c;animation:heartbeat 2s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.testimonials{padding:6rem 0;position:relative;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{padding:2rem;height:100%;display:flex;flex-direction:column}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.quote-icon{color:#667eea;opacity:.7}.testimonial-rating{display:flex;gap:.25rem}.star-icon{transition:color .2s ease}.star-icon.filled{color:#fbbf24;fill:currentColor}.star-icon.empty{color:#e2e8f0}.testimonial-text{color:#475569;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{flex-grow:1}.author-name{font-weight:600;font-size:1rem;margin-bottom:.25rem;color:#1e293b}.author-role{color:#667eea;font-size:.875rem;margin-bottom:.125rem}.author-location{color:#64748b;font-size:.8rem}@media (max-width: 1200px){.container{max-width:900px}.hero-title{font-size:3.5rem}.trust-features-grid{grid-template-columns:1fr;gap:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 1024px){.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.trust-features-grid{grid-template-columns:1fr;gap:1.5rem}.trust-feature{padding:2rem;min-height:auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.footer-main{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{max-width:100%}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-social{justify-content:center}}@media (max-width: 768px){.container{padding:0 1.5rem}.desktop-nav{display:none}.mobile-menu-btn{display:block}.header-btn{display:none}.mobile-nav-content{padding:1.5rem}.mobile-nav-header{padding:1rem 1.5rem}.hero{min-height:auto;padding:8rem 0 4rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem;margin-bottom:1.5rem}.hero-features{flex-direction:column;gap:1rem;align-items:center}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.btn-primary,.btn-secondary,.btn-outline{width:100%;max-width:280px;justify-content:center}.hero-stats{grid-template-columns:1fr;gap:1rem}.stat-card{flex-direction:column;text-align:center;padding:1.25rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}.trust-feature{flex-direction:column;text-align:center;gap:1.25rem;padding:1.75rem}.trust-icon{align-self:center}.stats-header{font-size:1.5rem;margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.benefits-content{padding:2rem}.benefits-header h3{font-size:1.4rem}.stat-item{padding:1.25rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.cta-title{font-size:2rem}.cta-content{padding:2.5rem 2rem}.cta-buttons{flex-direction:column;gap:1rem}.social-links{gap:.75rem}.footer-main{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-brand{max-width:100%}.footer-links{grid-template-columns:1fr 1fr;gap:2rem}.footer-social{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 640px){.hero-title{font-size:2rem;line-height:1.2}.section-title{font-size:1.75rem}.hero-description{font-size:1rem}.hero-features{gap:.75rem}.hero-feature-item{font-size:.85rem}.cta-content{padding:2rem 1.5rem}.cta-features{flex-direction:column;gap:.75rem}.trust-feature{padding:1.5rem;gap:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:1.8rem}.benefits-content{padding:1.75rem}.benefits-header{gap:.75rem;margin-bottom:1.25rem}.benefits-header h3{font-size:1.3rem}.benefits-description{font-size:.95rem}.feature-card{padding:1.25rem}.header-content{padding:.75rem 0}.logo{font-size:1.25rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-logo{font-size:1.6rem}.footer-description{font-size:.9rem}.social-icons{gap:.5rem}.social-icon{width:32px;height:32px}}@media (max-width: 480px){.container{padding:0 1rem}.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.hero{padding:8rem 0 3rem}.hero-description{font-size:.95rem}.btn-primary,.btn-secondary,.btn-outline{padding:12px 20px;font-size:.9rem;gap:6px}.btn-large{padding:14px 24px;font-size:1rem;gap:6px}.mobile-nav-content,.mobile-nav-header{padding:1rem}.mobile-nav-link{padding:1rem 1.25rem;font-size:1rem}.mobile-nav-download-btn{padding:.875rem 1.25rem;font-size:1rem}.cta-content{padding:1.5rem 1rem}.trust-feature,.feature-card,.testimonial-card{padding:1rem}.trust-features-grid{gap:1.25rem}.stats-header{font-size:1.3rem;margin-bottom:1.5rem}.stat-item{padding:1.25rem .75rem}.stat-number{font-size:1.6rem}.benefits-content{padding:1.5rem}.benefits-header h3{font-size:1.2rem}.benefits-description{font-size:.9rem}.stat-card{padding:1rem}.feature-icon{width:60px;height:60px}.trust-icon{width:50px;height:50px}.footer-main{gap:1.5rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-logo{font-size:1.4rem}.footer-description{font-size:.85rem}.contact-item{font-size:.8rem}.social-icons{gap:.5rem}.social-icon{width:30px;height:30px}.footer-bottom-content{font-size:.8rem}}.privacy-policy{min-height:100vh;position:relative;padding:60px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.privacy-background{position:absolute;inset:0;overflow:hidden;z-index:1}.privacy-background .gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4}.privacy-background .orb-1{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);top:10%;right:10%;animation:float 20s ease-in-out infinite}.privacy-background .orb-2{width:200px;height:200px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:20%;left:15%;animation:float 25s ease-in-out infinite reverse}.privacy-header{position:relative;z-index:2;text-align:center;margin-bottom:3rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:50px;color:#64748b;text-decoration:none;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:44px;min-width:120px;justify-content:center}.back-btn:hover{background:#fff;color:#1e293b;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.privacy-title-section{max-width:800px;margin:0 auto}.privacy-icon{display:flex;justify-content:center;margin-bottom:1rem}.privacy-icon svg{color:#667eea}.privacy-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.2}.privacy-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:500}.meta-item svg{color:#667eea}.privacy-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.privacy-section{margin-bottom:2rem;padding:2rem}.privacy-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.privacy-section h3{color:#334155;font-size:1.2rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.privacy-section p{color:#475569;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#475569;line-height:1.7;margin-bottom:.5rem}.privacy-subsection{margin:1.5rem 0;padding-left:1rem;border-left:3px solid #e2e8f0}.policy-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.policy-link:hover{color:#4f46e5;text-decoration:underline}.highlight-text{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-left:4px solid #f59e0b;padding:1rem;border-radius:.5rem;font-weight:500;color:#92400e;margin:1rem 0}.contact-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.2)}.contact-info{margin-top:1rem}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#475569}.contact-item svg{color:#667eea;flex-shrink:0}.privacy-footer{position:relative;z-index:2;text-align:center;margin-top:3rem}.back-to-top{padding:1rem 2rem;font-size:1rem;min-height:48px;min-width:140px}@media (max-width: 1024px){.privacy-content{max-width:95%;padding:0 1rem}.privacy-section{padding:1.8rem}}@media (max-width: 768px){.privacy-policy{padding:80px 0 60px}.privacy-title{font-size:2rem;line-height:1.3;padding:0 1rem}.privacy-meta{flex-direction:column;gap:1rem;padding:0 1rem}.privacy-content{max-width:100%;padding:0 .5rem}.privacy-section{padding:1.5rem;margin-bottom:1.5rem;border-radius:1rem}.privacy-section h2{font-size:1.4rem;line-height:1.4}.privacy-section h3{font-size:1.2rem;line-height:1.4}.privacy-section p,.privacy-section li{font-size:.95rem;line-height:1.8}.privacy-subsection{padding-left:.75rem;margin:1rem 0}.back-btn{font-size:.9rem;padding:.6rem 1rem;margin-bottom:1.5rem}.back-to-top{padding:.8rem 1.5rem;font-size:.9rem}.highlight-text{padding:.8rem;font-size:.9rem}.contact-info{gap:.75rem}.policy-link{word-break:break-word}}@media (max-width: 640px){.privacy-policy{padding:60px 0 40px}.privacy-title{font-size:1.75rem;padding:0 .5rem}.privacy-icon{margin-bottom:1.5rem}.privacy-icon svg{width:40px;height:40px}.meta-item{font-size:.85rem;text-align:center;justify-content:center}.privacy-content{padding:0 .25rem}.privacy-section{padding:1.25rem;margin-bottom:1.25rem}.privacy-section h2{font-size:1.3rem}.privacy-section h3{font-size:1.1rem}.privacy-section p,.privacy-section li{font-size:.9rem}.privacy-subsection{padding-left:.5rem}.back-btn{font-size:.85rem;padding:.5rem .8rem}}@media (max-width: 480px){.privacy-policy{padding:40px 0 30px}.privacy-title{font-size:1.5rem;padding:0 .25rem;text-align:center}.privacy-meta{gap:.75rem}.meta-item{font-size:.8rem;flex-direction:column;gap:.25rem}.privacy-content{padding:0}.privacy-section{padding:1rem;margin-bottom:1rem;border-radius:.75rem}.privacy-section h2{font-size:1.2rem;margin-bottom:.75rem}.privacy-section h3{font-size:1rem;margin-bottom:.5rem;margin-top:1rem}.privacy-section p,.privacy-section li{font-size:.85rem;line-height:1.7}.privacy-section ul{padding-left:1.25rem}.privacy-subsection{padding-left:.25rem;border-left-width:2px}.contact-item{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.85rem}.contact-item strong{font-size:.9rem}.back-btn{font-size:.8rem;padding:.45rem .75rem;gap:.4rem}.back-btn svg{width:16px;height:16px}.back-to-top{padding:.7rem 1.25rem;font-size:.85rem}.highlight-text{padding:.75rem;font-size:.8rem;margin:.75rem 0}.privacy-background .orb-1{width:150px;height:150px;top:5%;right:5%}.privacy-background .orb-2{width:120px;height:120px;bottom:15%;left:10%}.policy-link{font-size:.85rem}}@media (max-width: 360px){.privacy-title{font-size:1.3rem}.privacy-section{padding:.75rem}.privacy-section h2{font-size:1.1rem}.privacy-section p,.privacy-section li{font-size:.8rem}.back-btn{font-size:.75rem;padding:.4rem .6rem}.meta-item{font-size:.75rem}}.table-of-contents{position:relative;z-index:2;max-width:900px;margin:0 auto 2rem}.toc-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;background:#fffffff2;border:none;border-radius:1rem;color:#1e293b;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;margin-bottom:.5rem}.toc-toggle:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.toc-toggle svg{color:#667eea;transition:transform .3s ease}.toc-content{padding:.5rem;background:#fffffff2;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;max-height:300px;overflow-y:auto}.toc-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:.5rem;transition:all .2s ease;margin-bottom:.25rem}.toc-item:hover{background:#667eea1a;color:#667eea;transform:translate(8px)}.toc-item:last-child{margin-bottom:0}@media (max-width: 768px){.table-of-contents{margin:0 auto 1.5rem;padding:0 .5rem}.toc-toggle{padding:.8rem 1.2rem;font-size:.9rem}.toc-content{max-height:250px}.toc-item{padding:.6rem .8rem;font-size:.85rem}}@media (max-width: 480px){.table-of-contents{padding:0 .25rem}.toc-toggle{padding:.7rem 1rem;font-size:.85rem}.toc-item{padding:.55rem .75rem;font-size:.8rem}.toc-content{max-height:200px}}html{scroll-padding-top:2rem}
