.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background-color:#0a0a0acc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar.scrolled{padding:1rem 0;background-color:#0a0a0af2;box-shadow:0 4px 20px #00000080}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s ease}.nav-logo:hover{transform:translateY(-2px)}.logo-image{width:40px;height:40px;border-radius:10px;object-fit:cover}.logo-text{font-size:1.5rem;font-weight:800;color:var(--text-color);letter-spacing:-.02em}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;gap:5px}.hamburger-icon span{display:block;width:25px;height:2px;background-color:var(--text-color);transition:all .3s ease;border-radius:2px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:600;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-link:hover{color:var(--text-color)}.nav-link:hover:after{width:100%}.nav-cta{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:10px;transition:all .3s ease}.nav-cta:after{display:none}.nav-cta:hover{background-color:#dc1f0f;transform:translateY(-2px);box-shadow:0 8px 20px #fe26174d}@media(max-width:768px){.mobile-menu-button{display:block}.nav-links{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:var(--surface);flex-direction:column;align-items:flex-start;padding:6rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-5px 0 20px #00000080}.nav-links.open{right:0}.nav-link{width:100%;padding:.75rem 0;font-size:1.125rem}.nav-cta{width:100%;text-align:center;padding:1rem 1.5rem}.nav-container{padding:0 1.5rem}}@media(max-width:480px){.nav-container{padding:0 1rem}.logo-text{font-size:1.25rem}.logo-image{width:35px;height:35px}}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-30%;right:-10%;width:60%;height:120%;background:radial-gradient(circle,rgba(254,38,23,.15) 0%,transparent 70%);pointer-events:none;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fe26171a;border:1px solid rgba(254,38,23,.3);padding:.5rem 1rem;border-radius:20px;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out}.badge-icon{font-size:1.125rem}.badge-text{font-size:.875rem;font-weight:600;color:var(--text-color)}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;animation:fadeInUp .6s ease-out .1s both}.hero-title .highlight{color:var(--primary-color);position:relative;display:inline-block}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;animation:fadeInUp .6s ease-out .2s both}.hero-subtitle strong{color:var(--text-color);font-weight:700}.hero-features{display:flex;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeInUp .6s ease-out .3s both}.hero-feature{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem;font-weight:600}.feature-icon{width:20px;height:20px;color:var(--primary-color)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .6s ease-out .4s both}.btn{padding:1rem 1.75rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn-icon{width:20px;height:20px}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#dc1f0f;transform:translateY(-2px);box-shadow:0 10px 30px #fe261766}.btn-secondary{background-color:#ffffff0d;color:var(--text-color);border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a}.hero-trust{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--border-color);animation:fadeInUp .6s ease-out .5s both}.trust-item{display:flex;flex-direction:column;gap:.25rem}.trust-number{font-size:1.125rem;font-weight:800;color:var(--text-color)}.trust-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.trust-divider{width:1px;height:40px;background-color:var(--border-color)}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight .8s ease-out .3s both}.app-screenshot{max-width:380px;width:100%;height:auto;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:3rem}.hero-features,.hero-cta{justify-content:center}.hero-trust{justify-content:center;flex-wrap:wrap}.app-screenshot{max-width:320px}}@media(max-width:640px){.hero{padding:6rem 0 3rem}.hero-container{padding:0 1.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-features{flex-direction:column;align-items:center;gap:1rem}.hero-cta{width:100%}.btn{flex:1;justify-content:center;font-size:.9rem;padding:.875rem 1rem}.hero-trust{flex-direction:column;gap:1rem;align-items:center}.trust-divider{width:60px;height:1px}.trust-item{align-items:center;text-align:center}.app-screenshot{max-width:280px}}@media(max-width:480px){.hero-container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-badge{padding:.4rem .8rem}.badge-text{font-size:.75rem}}.features{padding:6rem 0 8rem;position:relative;background:transparent;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 400px}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;max-width:800px;margin:0 auto 4rem}.features-title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text-color)}.features-subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.6}.features-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:.75rem;max-width:1200px;margin:0 auto}.feature-bento-card{position:relative;border:1px solid rgba(254,38,23,.15);border-radius:20px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:all .3s ease;cursor:pointer}.feature-bento-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0006;border-color:#fe261766}.feature-bento-card:nth-child(1){grid-column:1;grid-row:1}.feature-bento-card:nth-child(2){grid-column:2;grid-row:1}.feature-bento-card:nth-child(3){grid-column:3 / 5;grid-row:1 / 3}.feature-bento-card:nth-child(4){grid-column:1 / 3;grid-row:2 / 4}.feature-bento-card:nth-child(5){grid-column:3;grid-row:3}.feature-bento-card:nth-child(6){grid-column:4;grid-row:3}.feature-bento-card:nth-child(7){grid-column:1;grid-row:4}.feature-bento-card:nth-child(8){grid-column:2;grid-row:4}.feature-bento-card:nth-child(9){grid-column:3;grid-row:4}.feature-bento-card:nth-child(10){grid-column:4;grid-row:4}.feature-bento-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:2px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(254,38,23,calc(var(--glow-intensity) * .8)) 0%,rgba(254,38,23,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:subtract;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none;z-index:1}.feature-bento-card:hover:after{opacity:1}.card-image{position:absolute;bottom:50%;right:50%;transform:translate(50%,50%);width:180px;height:180px;opacity:.2;pointer-events:none;z-index:1;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:contain}.feature-bento-card:hover .card-image{opacity:.35;transition:opacity .3s ease}.card-header{position:relative;z-index:2;margin-bottom:1rem}.card-label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.card-content{position:relative;z-index:2}.card-title{font-size:1.5rem;font-weight:700;color:var(--text-color);margin:0 0 .75rem;line-height:1.2}.card-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}@media(max-width:1024px){.features-bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.feature-bento-card:nth-child(1),.feature-bento-card:nth-child(2),.feature-bento-card:nth-child(3),.feature-bento-card:nth-child(4),.feature-bento-card:nth-child(5),.feature-bento-card:nth-child(6),.feature-bento-card:nth-child(7),.feature-bento-card:nth-child(8),.feature-bento-card:nth-child(9),.feature-bento-card:nth-child(10){grid-column:auto!important;grid-row:auto!important}}@media(max-width:968px){.features{padding:4rem 0}.features-title{font-size:2.5rem}.features-subtitle{font-size:1.125rem}.features-header{margin-bottom:3rem}}@media(max-width:640px){.features{padding:3rem 0}.features-container{padding:0 1.5rem}.features-title{font-size:2rem}.features-subtitle{font-size:1rem}.features-bento-grid{grid-template-columns:1fr;gap:1rem}.feature-bento-card{padding:1.5rem;min-height:160px}.card-title{font-size:1.25rem}.card-description{font-size:.9rem}}@media(max-width:480px){.features-container{padding:0 1rem}.features-title{font-size:1.75rem}}.premium{padding:6rem 0;position:relative;background:transparent;overflow:hidden}.premium:before{content:"";position:absolute;top:20%;right:-15%;width:60%;height:80%;background:radial-gradient(circle,rgba(254,38,23,.12) 0%,transparent 70%);pointer-events:none}.premium-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.premium-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.premium-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fe261733,#fe26171a);border:1px solid rgba(254,38,23,.4);padding:.6rem 1.2rem;border-radius:25px;margin-bottom:1.5rem}.premium-badge .badge-icon{width:20px;height:20px;color:var(--primary-color)}.premium-badge .badge-text{font-size:.875rem;font-weight:700;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em}.premium-title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text-color)}.premium-title .highlight{color:var(--primary-color)}.premium-subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.premium-pricing{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;background:#1c1c1e99;border:1px solid var(--border-color);border-radius:16px;flex-wrap:wrap}.price-option{display:flex;align-items:baseline;gap:.25rem;position:relative}.price-currency{font-size:2rem;font-weight:900;color:var(--primary-color);line-height:1}.price{font-size:2.5rem;font-weight:900;color:var(--primary-color);line-height:1}.price-period{font-size:1rem;color:var(--text-secondary);font-weight:600}.price-separator{font-size:1.125rem;color:var(--text-secondary);font-weight:600}.price-save{position:absolute;top:-1.5rem;right:-1rem;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .6rem;border-radius:6px;white-space:nowrap}.premium-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;margin-bottom:4rem}.premium-card{background:#1c1c1e66;border:1px solid rgba(254,38,23,.2);border-radius:18px;padding:2rem;display:flex;gap:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.premium-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(254,38,23,.08) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.premium-card:hover{transform:translateY(-6px);border-color:#fe261780;box-shadow:0 20px 40px #fe261733}.premium-card:hover:before{opacity:1}.premium-icon-wrapper{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#fe261740,#fe261726);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.premium-card:hover .premium-icon-wrapper{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#fe261759,#fe261740)}.premium-icon-wrapper svg{width:26px;height:26px;color:var(--primary-color)}.premium-content{flex:1}.premium-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.premium-card-title{font-size:1.375rem;font-weight:700;color:var(--text-color);margin:0}.premium-tag{font-size:.75rem;font-weight:700;color:var(--primary-color);background:#fe261726;padding:.35rem .7rem;border-radius:6px;border:1px solid rgba(254,38,23,.3);white-space:nowrap;text-transform:uppercase;letter-spacing:.03em}.premium-card-description{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.premium-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 2rem;background:#1c1c1e66;border:1px solid var(--border-color);border-radius:20px}.premium-footer-content{flex:1}.premium-footer-title{font-size:1.75rem;font-weight:800;color:var(--text-color);margin-bottom:.5rem}.premium-footer-text{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.5}.premium-footer-text strong{color:var(--text-color)}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}@media(max-width:968px){.premium{padding:4rem 0}.premium-title{font-size:2.5rem}.premium-subtitle{font-size:1.125rem}.premium-grid{grid-template-columns:1fr;gap:1.25rem}.price{font-size:2rem}}@media(max-width:640px){.premium{padding:3rem 0}.premium-container{padding:0 1.5rem}.premium-header{margin-bottom:2.5rem}.premium-title{font-size:2rem}.premium-subtitle{font-size:1rem}.premium-pricing{flex-direction:column;gap:1rem;padding:1.25rem}.price-separator{display:none}.premium-card{flex-direction:column;padding:1.5rem}.premium-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.premium-footer{flex-direction:column;text-align:center;padding:2rem 1.5rem}.premium-footer-title{font-size:1.5rem}.btn-large{width:100%;justify-content:center}}@media(max-width:480px){.premium-container{padding:0 1rem}.premium-title,.price{font-size:1.75rem}}.screenshots{padding:6rem 0;position:relative;background:linear-gradient(180deg,var(--background) 0%,rgba(28,28,30,.3) 100%);overflow:hidden}.screenshots:before{content:"";position:absolute;bottom:0;left:-10%;width:50%;height:100%;background:radial-gradient(circle,rgba(254,38,23,.08) 0%,transparent 70%);pointer-events:none}.screenshots-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.screenshots-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.screenshots-title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em;color:var(--text-color)}.screenshots-subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.6}.carousel-wrapper{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel-wrapper:before,.carousel-wrapper:after{content:"";position:absolute;top:0;bottom:2rem;width:200px;pointer-events:none;z-index:5;transition:opacity .3s ease}.carousel-wrapper:before{left:0;background:linear-gradient(to right,rgba(10,10,10,1) 0%,rgba(10,10,10,.95) 10%,rgba(10,10,10,.8) 25%,rgba(10,10,10,.5) 50%,rgba(10,10,10,.2) 75%,transparent 100%)}.carousel-wrapper:after{right:0;background:linear-gradient(to left,rgba(10,10,10,1) 0%,rgba(10,10,10,.95) 10%,rgba(10,10,10,.8) 25%,rgba(10,10,10,.5) 50%,rgba(10,10,10,.2) 75%,transparent 100%)}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#1c1c1ee6;border:1px solid rgba(254,38,23,.3);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.carousel-button svg{width:24px;height:24px;color:var(--text-color)}.carousel-button:hover{background:#fe261733;border-color:var(--primary-color);transform:translateY(-50%) scale(1.1)}.carousel-button-left{left:-28px}.carousel-button-right{right:-28px}.carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-track{display:flex;gap:2rem;padding:1rem 2rem 2rem}.carousel-item{flex:0 0 auto;width:350px;display:flex;flex-direction:column;gap:1.5rem}.carousel-image{width:100%;height:auto;display:block;transition:transform .3s ease}.carousel-item:hover .carousel-image{transform:scale(1.02)}.carousel-caption{text-align:center;padding:1.5rem;background:#1c1c1e66;border:1px solid var(--border-color);border-radius:16px;transition:all .3s ease;height:130px}.carousel-item:hover .carousel-caption{border-color:#fe26174d;background:#1c1c1e99}.carousel-title{font-size:1.5rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;line-height:1.3}.carousel-description{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin:0}@media(max-width:1200px){.carousel-button-left{left:0}.carousel-button-right{right:0}}@media(max-width:968px){.screenshots{padding:4rem 0}.screenshots-title{font-size:2.5rem}.screenshots-subtitle{font-size:1.125rem}.carousel-item{width:300px}.carousel-track{gap:1.5rem}.carousel-button{width:48px;height:48px}.carousel-button svg{width:20px;height:20px}}@media(max-width:640px){.screenshots{padding:3rem 0}.screenshots-container{padding:0 1rem}.screenshots-header{margin-bottom:2.5rem}.screenshots-title{font-size:2rem}.screenshots-subtitle{font-size:1rem}.carousel-wrapper:before,.carousel-wrapper:after{width:120px}.carousel-item{width:280px}.carousel-track{gap:1rem}.carousel-caption{padding:1.25rem}.carousel-title{font-size:1.25rem}.carousel-description{font-size:.875rem}.carousel-button{width:40px;height:40px}.carousel-button svg{width:18px;height:18px}.carousel-button-left{left:.5rem}.carousel-button-right{right:.5rem}}@media(max-width:480px){.screenshots-container{padding:0 .5rem}.screenshots-title{font-size:1.75rem}.carousel-item{width:260px}.carousel-button{display:none}}.download{padding:6rem 0;position:relative;background:transparent}.download-container{max-width:1200px;margin:0 auto;padding:0 2rem}.download-content{text-align:center;max-width:800px;margin:0 auto}.download-title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text-color)}.download-subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:3rem}.download-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;border-radius:14px;text-decoration:none;transition:all .3s ease;min-width:220px}.download-btn-appstore{background-color:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.download-btn-appstore:hover{background-color:#dc1f0f;transform:translateY(-4px);box-shadow:0 12px 30px #fe261766}.download-btn-beta{background-color:transparent;color:var(--text-color);border:2px solid var(--border-color)}.download-btn-beta:hover{border-color:var(--primary-color);background-color:#fe26171a;transform:translateY(-4px);box-shadow:0 12px 30px #fe261733}.download-icon{width:32px;height:32px;flex-shrink:0}.download-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.download-label{font-size:.75rem;font-weight:500;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.download-store{font-size:1.25rem;font-weight:700}.download-info{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--border-color)}.info-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:1rem;font-weight:600}.info-icon{width:22px;height:22px;color:var(--primary-color);flex-shrink:0}@media(max-width:968px){.download{padding:4rem 0}.download-title{font-size:2.5rem}.download-subtitle{font-size:1.125rem}}@media(max-width:640px){.download{padding:3rem 0}.download-container{padding:0 1.5rem}.download-title{font-size:2rem}.download-subtitle{font-size:1rem;margin-bottom:2rem}.download-buttons{gap:1rem}.download-btn{flex:1;justify-content:center;min-width:0;padding:1rem 1.25rem}.download-icon{width:24px;height:24px}.download-store{font-size:1rem}.download-label{font-size:.65rem}.download-info{flex-direction:column;gap:1.25rem;align-items:center}}@media(max-width:480px){.download-container{padding:0 1rem}.download-title{font-size:1.75rem}}.footer{background:transparent;border-top:1px solid var(--border-color);padding:4rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-color) 50%,transparent 100%)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{width:40px;height:40px;border-radius:10px}.footer-logo-text{font-size:1.5rem;font-weight:800;color:var(--text-color)}.footer-tagline{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.footer-heading{font-size:.875rem;font-weight:700;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-list li a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-list li a:hover{color:var(--primary-color)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.875rem;color:var(--text-secondary);margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal a{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--primary-color)}.footer-divider{color:var(--text-secondary);font-size:.875rem}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1 / -1;max-width:100%}}@media(max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-legal{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-divider{display:none}}@media(max-width:480px){.footer-container{padding:0 1rem}}.app{min-height:100vh;width:100%;overflow-x:hidden;position:relative}.app-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.15;pointer-events:none}.app-content{position:relative;z-index:1}:root{--primary-color: #FE2617;--background: #0A0A0A;--surface: #1C1C1E;--text-color: #FFFFFF;--text-secondary: #A1A1A6;--border-color: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}
