:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:#1e293b;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;height:auto}button,input,textarea{font-family:inherit}::selection{background-color:#3b82f6;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.App{min-height:100vh;width:100%}.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d;z-index:1000;padding:1rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-wrapper{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;text-decoration:none}.logo-icon{width:40px;height:40px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:800;font-size:1.2rem}.logo-text{color:#1e293b}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#3b82f6}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:#3b82f6;border-radius:2px}.cta-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:3px;background:#1e293b;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.nav{position:fixed;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1}.menu-toggle{display:flex}.cta-button{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f0f9ff 50%,#f8fafc)}.hero-pattern{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle at 20% 50%,#3B82F6 0%,transparent 50%),radial-gradient(circle at 80% 80%,#8B5CF6 0%,transparent 50%),radial-gradient(circle at 40% 80%,#3B82F6 0%,transparent 50%)}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#e0f2fe;color:#3b82f6;padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.875rem;margin-bottom:2rem}.hero-badge-icon{font-size:1.2rem}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;color:#1e293b;margin-bottom:1.5rem}.text-gradient{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:500px;margin:0 auto;margin-top:2rem}.stat-item{text-align:center;padding:1.5rem 1rem;background:#fffc;border-radius:12px;box-shadow:0 4px 20px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-number{font-size:2rem;font-weight:800;color:#3b82f6;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 20px #3b82f64d}.cta-button.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666}.cta-button.secondary{background:#fff;color:#3b82f6;border:2px solid #3B82F6}.cta-button.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #3b82f633}.button-icon{font-size:1.2rem;transition:transform .3s ease}.cta-button:hover .button-icon{transform:translate(2px)}@media (max-width: 768px){.hero{padding:4rem 0 2rem;min-height:90vh}.hero-content{padding:0 1rem}.hero-badge{font-size:.8rem;padding:.4rem .8rem;margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:1rem;line-height:1.2}.hero-description{font-size:1rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.6}.hero-cta{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.cta-button{width:100%;max-width:320px;justify-content:center;padding:1rem 1.5rem;font-size:.95rem;min-height:48px;touch-action:manipulation}.hero-stats{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;padding:0 1rem}.stat-item{padding:1.25rem 1rem;margin:0 auto;max-width:280px}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}}@media (max-width: 480px){.hero{padding:3rem 0 2rem;min-height:85vh}.hero-content{padding:0 .5rem}.hero-badge{font-size:.75rem;padding:.375rem .75rem}.hero-title{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem;padding:0}.cta-button{max-width:300px;padding:.875rem 1.25rem;font-size:.9rem}.hero-stats{padding:0 .5rem;gap:.75rem;margin-top:1rem}.stat-item{padding:1rem .75rem;max-width:260px}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}}.services{padding:5rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000a;transition:all .3s ease;border:1px solid #f1f5f9;height:100%;text-align:left}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#3b82f6}.service-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.service-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;line-height:1.3}.service-description{color:#64748b;line-height:1.5;margin-bottom:1.25rem;font-size:.95rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#64748b;padding-left:1.25rem;position:relative;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.service-features li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}@media (max-width: 768px){.services{padding:3rem 0}.section-header{margin-bottom:2rem;padding:0 1rem}.section-title{font-size:2rem;line-height:1.2}.section-description{font-size:1rem;padding:0 .5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.service-card{padding:1.5rem;text-align:center;border-radius:10px}.service-icon{font-size:2rem;margin-bottom:1rem}.service-title{font-size:1.2rem;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.service-features{text-align:left;max-width:280px;margin:0 auto}.service-features li{font-size:.9rem;line-height:1.5;margin-bottom:.75rem;padding-left:1rem}.service-features li:before{font-size:.8rem}}@media (max-width: 480px){.services{padding:2.5rem 0}.section-title{font-size:1.75rem}.services-grid{padding:0 .5rem;gap:1rem}.service-card{padding:1.25rem;margin:0 auto;max-width:320px}.service-icon{font-size:1.75rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.service-features{max-width:260px}.service-features li{font-size:.85rem;padding-left:.875rem}}.projects{padding:5rem 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}.project-card{background:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;height:auto;min-height:600px}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.project-image-wrapper{position:relative;height:240px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;right:0;padding:1rem;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.project-category{display:inline-block;background:#3b82f6e6;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.project-description{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{display:inline-block;background:#e0f2fe;color:#0369a1;padding:.375rem .875rem;border-radius:6px;font-size:.8rem;font-weight:600;border:1px solid #bae6fd}.project-status{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.status-tag{display:inline-block;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-align:center;width:100%}.status-tag.available{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b98133}.status-tag.coming-soon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 4px #3b82f633}.available-app{display:flex;flex-direction:column;gap:.75rem}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#000,#333);color:#fff;padding:1rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 6px 20px #0003;border:2px solid #444;text-transform:none;letter-spacing:.025em}.download-button:hover{background:linear-gradient(135deg,#333,#555);transform:translateY(-2px);box-shadow:0 6px 20px #0003;color:#fff}.status-tag.available{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b98133;margin-bottom:0}.project-content{display:flex;flex-direction:column;height:100%}.project-status{margin-top:auto!important;padding-top:1rem!important;border-top:1px solid #f1f5f9!important;display:block!important;visibility:visible!important}.status-tag{display:inline-block!important;padding:.5rem 1rem!important;border-radius:8px!important;font-size:.875rem!important;font-weight:600!important;text-align:center!important;width:100%!important;visibility:visible!important;opacity:1!important}.available-app{display:flex!important;flex-direction:column!important;gap:.75rem!important;visibility:visible!important;opacity:1!important}.download-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;background:linear-gradient(135deg,#000,#333)!important;color:#fff!important;padding:1rem 1.5rem!important;border-radius:12px!important;text-decoration:none!important;font-weight:700!important;font-size:1rem!important;transition:all .3s ease!important;box-shadow:0 6px 20px #0003!important;border:2px solid #444!important;text-transform:none!important;letter-spacing:.025em!important;visibility:visible!important;opacity:1!important;margin-top:12px!important}@media (max-width: 768px){.projects{padding:3rem 0}.projects-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.project-card{margin:0 auto;max-width:400px}.project-image-wrapper{height:200px}.project-content{padding:1.5rem}.project-title{font-size:1.25rem}.product-features{gap:.5rem}.feature-tag{font-size:.75rem;padding:.25rem .5rem}.download-button{padding:1rem 1.5rem!important;font-size:1rem!important;min-height:48px;touch-action:manipulation}.status-tag{font-size:.875rem;padding:.75rem 1rem;min-height:44px;display:flex;align-items:center;justify-content:center}.available-app{gap:1rem}}@media (max-width: 480px){.projects-grid{padding:0 .5rem}.project-card{border-radius:8px}.project-content{padding:1rem}.project-description{font-size:.9rem;line-height:1.5}.feature-tag{font-size:.7rem;padding:.2rem .4rem}}.terms-page{min-height:100vh;padding:6rem 0 4rem;background:#f8fafc}.terms-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 24px #0000000f}.terms-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;text-align:center}.terms-last-updated{color:#64748b;text-align:center;margin-bottom:3rem;font-size:1rem}.terms-section{margin-bottom:2.5rem}.terms-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.terms-section p{color:#475569;line-height:1.7;margin-bottom:1rem;font-size:1rem}.terms-section ul{color:#475569;line-height:1.7;margin:1rem 0;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem}.terms-section strong{color:#1e293b;font-weight:600}@media (max-width: 768px){.terms-page{padding:5rem 0 3rem}.terms-content{padding:2rem 1.5rem;margin:0 1rem}.terms-title{font-size:2rem}}.privacy-page{min-height:100vh;padding:6rem 0 4rem;background:#f8fafc}.privacy-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 24px #0000000f}.privacy-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;text-align:center}.privacy-last-updated{color:#64748b;text-align:center;margin-bottom:3rem;font-size:1rem}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.privacy-section h3{font-size:1.2rem;font-weight:600;color:#334155;margin-top:1.5rem;margin-bottom:.75rem}.privacy-section p{color:#475569;line-height:1.7;margin-bottom:1rem;font-size:1rem}.privacy-section ul{color:#475569;line-height:1.7;margin:1rem 0;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem}.privacy-section strong{color:#1e293b;font-weight:600}@media (max-width: 768px){.privacy-page{padding:5rem 0 3rem}.privacy-content{padding:2rem 1.5rem;margin:0 1rem}.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.25rem}}.grocery-privacy-container{min-height:100vh;background-color:#f8f9fa;padding:80px 20px 40px}.grocery-privacy-content{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;padding:60px}.grocery-privacy-content h1{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:16px;text-align:center;line-height:1.2}.privacy-last-updated{font-size:16px;color:#6b7280;text-align:center;margin-bottom:60px;font-weight:400}.grocery-privacy-content section{margin-bottom:48px}.grocery-privacy-content h2{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:20px;margin-top:0;position:relative;padding-bottom:12px}.grocery-privacy-content h2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#e5e7eb}.grocery-privacy-content h3{font-size:20px;font-weight:600;color:#374151;margin-top:28px;margin-bottom:16px}.grocery-privacy-content p{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:16px;font-weight:400}.grocery-privacy-content ul{margin:16px 0;padding-left:24px}.grocery-privacy-content li{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:12px;list-style:disc}.grocery-privacy-content strong{color:#374151;font-weight:600}@media (max-width: 768px){.grocery-privacy-content{padding:40px 24px}.grocery-privacy-content h1{font-size:36px}.grocery-privacy-content h2{font-size:24px}.grocery-privacy-content h3{font-size:18px}.grocery-privacy-content p,.grocery-privacy-content li{font-size:15px}}.support-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.support-content{max-width:1200px;margin:0 auto;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.support-title{font-size:3rem;font-weight:700;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.support-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:3rem;line-height:1.6}.support-section{margin-bottom:3rem}.support-section h2{font-size:2rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #667eea;display:inline-block}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.support-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;border:1px solid #e1e8ed;transition:transform .3s ease,box-shadow .3s ease}.support-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.support-card h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.support-card ul{list-style:none;padding:0}.support-card li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.support-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.faq-container{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;border-left:4px solid #667eea}.faq-item h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.faq-item p{color:#555;margin-bottom:1rem;line-height:1.6}.faq-item ul{list-style:none;padding:0}.faq-item li{color:#555;position:relative;padding:.3rem 0 .3rem 1.5rem}.faq-item li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.privacy-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;border:1px solid #e1e8ed}.privacy-info p{color:#555;line-height:1.6;margin-bottom:1rem}.privacy-info ul{list-style:none;padding:0;margin-bottom:1.5rem}.privacy-info li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.privacy-info li:before{content:"🔒";position:absolute;left:0}.privacy-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.privacy-link:hover{color:#764ba2}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;border:1px solid #e1e8ed;text-align:center;transition:transform .3s ease}.contact-card:hover{transform:translateY(-3px)}.contact-card h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.contact-card p{color:#555;margin-bottom:1rem;line-height:1.6}.contact-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.8rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;margin:1rem 0}.contact-link:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.response-time{font-size:.9rem;color:#888;font-style:italic}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.requirements-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;border:1px solid #e1e8ed}.requirements-card h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}.requirements-card ul{list-style:none;padding:0}.requirements-card li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.requirements-card li:before{content:"⚡";position:absolute;left:0}.updates-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;border:1px solid #e1e8ed}.updates-info p{color:#555;line-height:1.6;margin-bottom:1rem}.updates-info ul{list-style:none;padding:0;margin-bottom:1.5rem}.updates-info li{color:#555;position:relative;padding:.5rem 0 .5rem 2rem}.updates-info li:before{content:"🔄";position:absolute;left:0}.update-tip{background:#f8f9ff;padding:1rem;border-radius:10px;border-left:4px solid #667eea;margin-top:1rem}.additional-help{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;border:1px solid #e1e8ed;text-align:center}.additional-help p{color:#555;line-height:1.6;margin-bottom:1rem}.additional-help ul{list-style:none;padding:0;text-align:left;max-width:500px;margin:0 auto 1.5rem}.additional-help li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.additional-help li:before{content:"💡";position:absolute;left:0}.additional-help a{color:#667eea;text-decoration:none;font-weight:600}.additional-help a:hover{color:#764ba2}@media (max-width: 768px){.support-content{padding:1rem;margin:1rem}.support-title{font-size:2rem}.support-subtitle{font-size:1rem}.support-section h2{font-size:1.5rem}.support-grid,.contact-options,.requirements-grid{grid-template-columns:1fr}}@media (max-width: 480px){.support-page{padding:1rem 0}.support-content{margin:.5rem;padding:1rem}.support-card,.faq-item,.contact-card,.requirements-card{padding:1.5rem}}.footer{background:#0f172a;color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;margin-bottom:1rem}.footer-logo .logo-icon{width:40px;height:40px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:800;font-size:1.2rem}.footer-logo .logo-text{color:#fff}.footer-description{color:#94a3b8;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem}.footer-contact{margin-top:1rem}.footer-contact p{color:#94a3b8;font-size:.9rem;margin:.5rem 0}.footer-contact strong{color:#cbd5e1}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #1e293b;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#64748b;font-size:.875rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#3b82f6}@media (max-width: 968px){.footer{padding:2.5rem 0 1.5rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section{text-align:left}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center;margin-bottom:2rem}.footer-section{align-items:center;text-align:center}.footer-logo{justify-content:center;font-size:1.3rem}.footer-logo .logo-icon{width:36px;height:36px;font-size:1.1rem}.footer-description{font-size:.9rem;max-width:320px;margin:0 auto 1.5rem}.footer-heading{font-size:1rem;margin-bottom:.75rem}.footer-links{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.9rem;padding:.25rem 0;display:inline-block;min-height:44px;display:flex;align-items:center;justify-content:center}.footer-contact{margin-top:.5rem}.footer-contact p{font-size:.85rem;margin:.25rem 0}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem;padding-top:1rem}.footer-bottom-links{gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-bottom-links a{padding:.25rem 0;min-height:44px;display:flex;align-items:center;font-size:.8rem}}@media (max-width: 480px){.footer{padding:1.5rem 0 .75rem}.container{padding:0 .5rem}.footer-content{gap:1.5rem;margin-bottom:1.5rem}.footer-section{padding:0 1rem}.footer-logo{font-size:1.2rem}.footer-description{font-size:.85rem;max-width:280px;line-height:1.5}.footer-heading{font-size:.95rem}.footer-links a{font-size:.85rem}.footer-contact p{font-size:.8rem}.footer-bottom{padding-top:.75rem}.footer-bottom p{font-size:.8rem}.footer-bottom-links{gap:1rem}.footer-bottom-links a{font-size:.75rem;padding:.5rem}}
