*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{background:#fff;min-height:100vh}main{position:relative}.gradient-bg-1{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-bg-2{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.gradient-bg-3{background:linear-gradient(135deg,#f093fb,#f5576c)}section{overflow:hidden;position:relative}.container{margin:0 auto;max-width:1200px;padding:0 20px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes glow{0%,to{filter:drop-shadow(0 0 5px rgba(99,102,241,.3))}50%{filter:drop-shadow(0 0 20px rgba(99,102,241,.6))}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}@media (max-width:768px){.container{padding:0 15px}}.header{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#fffc;border-bottom:1px solid #ffffff80;box-shadow:0 2px 20px #00000008;left:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 20px}.header-content,.logo{align-items:center;display:flex}.logo{cursor:pointer;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;gap:10px;transition:transform .3s ease}.logo:hover{animation:glow 2s infinite;transform:scale(1.05)}.logo-icon{font-size:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text}.logo-domain{color:#1f2937;font-weight:600}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#4b5563;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover{color:#6366f1}.nav a:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% auto;border:none;border-radius:50px;box-shadow:0 4px 15px #6366f14d;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cta-button:hover{background-position:100%;box-shadow:0 8px 25px #6366f180;transform:translateY(-2px)}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.mobile-menu-toggle span{background:#1f2937;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000001a;flex-direction:column;gap:1.5rem;padding:2rem;position:fixed;right:-100%;top:70px;transition:right .3s ease}.nav.mobile-open{right:20px}.nav a{font-size:1.1rem}.logo-text{font-size:1.2rem}.logo-icon{font-size:1.5rem}}.hero{align-items:center;background:linear-gradient(135deg,#f8f9ff,#fff);display:flex;min-height:100vh;overflow:hidden;padding:100px 0 50px;position:relative}.hero-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.6;position:absolute}.orb-1{background:linear-gradient(135deg,#6366f1,#8b5cf6);height:500px;left:-200px;top:-200px;width:500px}.orb-2{animation-delay:-5s;background:linear-gradient(135deg,#ec4899,#f59e0b);bottom:-150px;height:400px;right:-150px;width:400px}.orb-3{animation-delay:-10s;background:linear-gradient(135deg,#06b6d4,#3b82f6);height:300px;right:10%;top:50%;width:300px}.orb-4{animation-delay:-15s;background:linear-gradient(135deg,#a78bfa,#ec4899);bottom:10%;height:350px;left:20%;width:350px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{max-width:600px}.hero-title{color:#1f2937;font-family:Poppins,sans-serif;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,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.primary-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% auto;border:none;border-radius:50px;box-shadow:0 10px 40px #6366f166;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.primary-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.primary-button:hover{background-position:100%;box-shadow:0 20px 50px #6366f180;transform:translateY(-3px) scale(1.02)}.primary-button:hover:before{left:100%}.button-icon{font-size:1.5rem;transition:transform .3s ease}.primary-button:hover .button-icon{transform:translateX(5px)}.secondary-button{background:#fff;background-clip:padding-box,border-box;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);background-origin:border-box;border:2px solid #0000;border-radius:50px;color:#6366f1;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;position:relative;transition:all .3s ease}.secondary-button:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);box-shadow:0 10px 30px #6366f14d;color:#fff;transform:translateY(-3px) scale(1.02)}.hero-stats{display:flex;gap:3rem}.stat{text-align:left}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:.25rem;transition:transform .3s ease}.stat:hover .stat-number{transform:scale(1.1)}.stat-label{color:#6b7280;font-size:.9rem;font-weight:500}.hero-visual{height:600px;position:relative}.device-mockup{height:100%;position:relative;width:100%}.phone-mockup{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#1f2937,#374151);border-radius:40px;box-shadow:0 30px 60px #0000004d;height:560px;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);width:280px;z-index:2}.phone-screen{background:#fff;border-radius:30px;height:100%;overflow:hidden;width:100%}.tablet-mockup{animation:float 8s ease-in-out infinite;animation-delay:-2s;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:30px;box-shadow:0 25px 50px #6366f14d;height:480px;padding:12px;position:absolute;right:-50px;top:50%;transform:translateY(-50%) rotate(10deg);width:360px;z-index:1}.tablet-screen{background:#fff;border-radius:20px;height:100%;overflow:hidden;width:100%}.screen-content{padding:20px}.app-bar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;height:50px;margin-bottom:15px}.app-content{display:flex;flex-direction:column;gap:15px}.content-block{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:10px;height:100px}.content-block.small{height:60px}.app-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.grid-item{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:15px;height:150px}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-visual{height:500px;margin:0 auto;max-width:500px}.tablet-mockup{right:-30px}}@media (max-width:768px){.hero{min-height:auto;padding:80px 0 40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.primary-button,.secondary-button{justify-content:center;width:100%}.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}.hero-visual{height:400px}.phone-mockup{height:400px;width:200px}.tablet-mockup{height:380px;right:-40px;width:280px}}.services{background:#fff;padding:100px 0;position:relative}.section-header{margin:0 auto 4rem;max-width:700px;text-align:center}.section-title{color:#1f2937;display:inline-block;font-family:Poppins,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1rem;position:relative}.section-title:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-subtitle{color:#6b7280;font-size:1.2rem;line-height:1.7;margin-top:1.5rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{animation:fadeInUp .8s ease-out forwards;background:linear-gradient(135deg,#fff,#f8f9ff);border:2px solid #f3f4f6;border-radius:20px;opacity:0;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(135deg,#6366f10d,#8b5cf60d);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.service-card:hover{border-color:#6366f1;box-shadow:0 25px 60px #6366f133,0 0 40px #6366f11a;transform:translateY(-15px) scale(1.02)}.service-card:hover:before{opacity:1}.service-icon{display:inline-block;font-size:4rem;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{filter:drop-shadow(0 5px 15px rgba(99,102,241,.4));transform:scale(1.2) rotate(1turn)}.service-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.service-description{color:#6b7280;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.service-features{list-style:none;margin:0;padding:0}.service-features li{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem 0}.feature-check{color:#6366f1;flex-shrink:0;font-size:1.2rem;font-weight:700}@media (max-width:768px){.services{padding:60px 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.service-icon{font-size:3rem}.service-title{font-size:1.5rem}}.process{background:linear-gradient(135deg,#f8f9ff,#fff);overflow:hidden;padding:100px 0;position:relative}.process:before{background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:50%;content:"";filter:blur(100px);height:600px;position:absolute;right:0;top:0;width:600px}.process-timeline{margin:4rem auto 5rem;max-width:900px;position:relative}.process-step{grid-gap:2rem;animation:fadeInUp .8s ease-out forwards;display:grid;gap:2rem;grid-template-columns:80px 1fr;margin-bottom:3rem;opacity:0;position:relative}.step-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:3rem;font-weight:800;line-height:1}.step-content{background:linear-gradient(135deg,#fff,#fafbff);background-clip:padding-box;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-content:before{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);border-radius:20px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .3s ease}.step-content:hover{box-shadow:0 20px 50px #6366f133,0 0 30px #6366f11a;transform:translateX(15px) scale(1.02)}.step-content:hover:before{opacity:1}.step-icon{display:inline-block;font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.step-content:hover .step-icon{animation:bounce .6s ease infinite;filter:drop-shadow(0 5px 15px rgba(99,102,241,.4))}.step-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.step-description{color:#6b7280;font-size:1.05rem;line-height:1.7}.step-connector{background:linear-gradient(180deg,#6366f1,#8b5cf6);height:3rem;left:40px;opacity:.3;position:absolute;top:100%;width:3px}.process-cta{margin-top:5rem}.cta-box{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:30px;box-shadow:0 20px 50px #6366f14d;color:#fff;overflow:hidden;padding:4rem 3rem;position:relative;text-align:center}.cta-box:before{animation:float 15s ease-in-out infinite;background:#ffffff1a;height:400px;right:-50%;top:-50%;width:400px}.cta-box:after,.cta-box:before{border-radius:50%;content:"";position:absolute}.cta-box:after{animation:float 12s ease-in-out infinite reverse;background:#ffffff14;bottom:-30%;height:300px;left:-30%;width:300px}.cta-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.cta-text{line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.cta-button-large,.cta-text{font-size:1.2rem;position:relative;z-index:1}.cta-button-large{background:#fff;border:none;border-radius:50px;box-shadow:0 10px 30px #0003;color:#6366f1;cursor:pointer;font-weight:700;padding:1.25rem 3rem;transition:all .3s ease}.cta-button-large:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-5px)}@media (max-width:768px){.process{padding:60px 0}.process-step{gap:1rem;grid-template-columns:60px 1fr;margin-bottom:2rem}.step-number{font-size:2rem}.step-content{padding:1.75rem}.step-icon{font-size:2.5rem}.step-title{font-size:1.5rem}.step-description{font-size:1rem}.step-connector{height:2rem;left:30px}.cta-box{padding:3rem 2rem}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.cta-button-large{font-size:1.1rem;padding:1rem 2rem;width:100%}}.portfolio{background:#fff;padding:100px 0}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.portfolio-card{animation:fadeInUp .8s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;cursor:pointer;opacity:0;overflow:hidden;transition:all .3s ease}.portfolio-card:hover{box-shadow:0 25px 60px #6366f133,0 0 40px #6366f11a;transform:translateY(-15px) scale(1.02)}.project-image{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% auto;display:flex;font-size:6rem;height:250px;justify-content:center;overflow:hidden;position:relative;transition:all .4s ease}.project-image:before{background:linear-gradient(135deg,#0000,#0003);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.portfolio-card:hover .project-image:before{opacity:1}.portfolio-card:hover .project-image{background-position:100%;filter:brightness(1.1);transform:scale(1.1)}.project-content{padding:2rem}.project-category{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem 1rem;text-transform:uppercase}.project-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.project-description{color:#6b7280;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f3f4f6;border-radius:15px;color:#4b5563;font-size:.9rem;font-weight:500;padding:.4rem 1rem;transition:all .3s ease}.portfolio-card:hover .tag{background:#e5e7eb;color:#1f2937}@media (max-width:768px){.portfolio{padding:60px 0}.portfolio-grid{gap:1.5rem;grid-template-columns:1fr}.project-image{font-size:5rem;height:200px}.project-content{padding:1.5rem}.project-title{font-size:1.5rem}}.contact{background:linear-gradient(135deg,#f8f9ff,#fff);padding:100px 0;position:relative}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:linear-gradient(135deg,#fff,#f8f9ff);border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000000d;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.info-card:before{background:linear-gradient(135deg,#6366f10d,#8b5cf60d);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.info-card:hover{border-color:#6366f14d;box-shadow:0 20px 50px #6366f133,0 0 30px #6366f11a;transform:translateY(-8px) scale(1.02)}.info-card:hover:before{opacity:1}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.info-card p{color:#4b5563;font-size:1.1rem;font-weight:500;margin:.25rem 0}.info-detail{color:#9ca3af!important;font-size:.9rem!important;font-weight:400!important}.social-links{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:2rem}.social-links h3{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;font-size:1.5rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-icon:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 10px 20px #6366f14d;transform:translateY(-5px)}.contact-form-container{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#f8f9ffe6);border:1px solid #ffffff80;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-family:Inter,sans-serif;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% auto;border:none;border-radius:50px;box-shadow:0 10px 30px #6366f14d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.75rem;justify-content:center;padding:1.25rem 2rem;transition:all .3s ease}.submit-button:hover{background-position:100%;box-shadow:0 20px 50px #6366f180,0 0 30px #6366f14d;transform:translateY(-3px) scale(1.02)}.button-arrow{font-size:1.5rem;transition:transform .3s ease}.submit-button:hover .button-arrow{transform:translateX(5px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-button:disabled:hover{box-shadow:0 10px 30px #6366f14d;transform:none}.honeypot{height:0!important;left:-9999px!important;opacity:0!important;pointer-events:none!important;position:absolute!important;top:-9999px!important;visibility:hidden!important;width:0!important;z-index:-1!important}.error-message{align-items:center;animation:slideDown .3s ease-out;background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #fca5a5;border-radius:12px;color:#991b1b;display:flex;font-weight:600;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.error-icon{font-size:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message{padding:4rem 2rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease-out;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:3rem;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{color:#1f2937;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-message p{color:#6b7280;font-size:1.1rem;line-height:1.7}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:60px 0}.contact-form-container{padding:2rem}.form-row{gap:1.5rem;grid-template-columns:1fr}.social-icons{justify-content:center}.submit-button{width:100%}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.footer-logo,.footer-section h4{font-family:Poppins,sans-serif;font-weight:700}.footer-logo{align-items:center;display:flex;font-size:1.5rem;gap:10px;margin-bottom:1rem}.footer-logo .logo-icon{font-size:2rem}.footer-logo .logo-text{color:#fff}.footer-logo .logo-domain{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text}.footer-description{color:#9ca3af;line-height:1.7;margin-top:1rem;max-width:350px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;display:inline-block;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#6366f1;transform:translateX(5px)}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1.25rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#9ca3af;font-size:.9rem;justify-content:space-between;padding-top:2rem}.footer-bottom,.footer-links{align-items:center;display:flex}.footer-links{gap:1rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#6366f1}.footer-links span{color:#4b5563}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-logo{justify-content:center}.footer-description{max-width:100%}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}.privacy-policy-page{background:linear-gradient(135deg,#f8f9ff,#fff);min-height:100vh}.privacy-hero{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);overflow:hidden;padding:150px 0 80px;position:relative;text-align:center}.privacy-hero:before{animation:float 15s ease-in-out infinite;background:#ffffff1a;height:500px;right:-20%;top:-50%;width:500px}.privacy-hero:after,.privacy-hero:before{border-radius:50%;content:"";position:absolute}.privacy-hero:after{animation:float 12s ease-in-out infinite reverse;background:#ffffff14;bottom:-30%;height:400px;left:-10%;width:400px}.privacy-title{animation:fadeInUp .8s ease-out;color:#fff;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1}.privacy-date{animation:fadeInUp .8s ease-out .2s backwards;color:#ffffffe6;font-size:1.1rem;position:relative;z-index:1}.privacy-content{padding:80px 0}.policy-section{animation:fadeInUp .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;margin-bottom:2rem;padding:3rem;transition:all .3s ease}.policy-section:hover{box-shadow:0 15px 40px #6366f126;transform:translateY(-5px)}.policy-section h2{color:#1f2937;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.policy-section h2:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.policy-section p{color:#4b5563;font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.policy-section ul{list-style:none;margin:1rem 0;padding:0}.policy-section ul li{color:#4b5563;font-size:1.05rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.policy-section ul li:before{color:#6366f1;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.policy-section ul ul{margin-left:1rem;margin-top:.5rem}.policy-section ul ul li:before{content:"•";font-size:1.5rem;line-height:1;top:0}.policy-section strong{color:#1f2937;font-weight:600}.contact-info{background:linear-gradient(135deg,#f8f9ff,#fff);border-left:4px solid #6366f1;border-radius:15px;line-height:2;margin-top:1rem;padding:1.5rem}.contact-info a{color:#6366f1;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#8b5cf6;text-decoration:underline}.back-home{margin-top:3rem;text-align:center}.back-button{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% auto;border-radius:50px;box-shadow:0 10px 30px #6366f14d;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.back-button:hover{background-position:100%;box-shadow:0 15px 40px #6366f180;transform:translateY(-3px) scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.privacy-hero{padding:120px 0 60px}.privacy-title{font-size:2.5rem}.privacy-date{font-size:1rem}.privacy-content{padding:60px 0}.policy-section{padding:2rem}.policy-section h2{font-size:1.75rem}.policy-section p,.policy-section ul li{font-size:1rem}}
/*# sourceMappingURL=main.5b30e5cb.css.map*/