*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#000,#1a0a00 25%,#2d1400 50%,#1a0a00 75%,#000);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}.mobile-mockup{align-items:center;display:flex;justify-content:center;perspective:1000px}.phone-frame{background:#000;border-radius:50px;box-shadow:0 40px 80px #000000b3,0 0 0 1px #ffffff1a;height:720px;padding:16px;position:relative;transform:rotateY(-5deg) rotateX(5deg);transition:transform .3s ease;width:360px}.phone-frame:hover{transform:rotateY(0deg) rotateX(0deg)}.phone-screen{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-radius:34px}.phone-screen,.screen-content{height:100%;overflow:hidden;position:relative;width:100%}.phone-video{border-radius:34px;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.video-overlay{align-items:center;bottom:40px;display:flex;justify-content:center;left:40px;position:absolute;right:40px;z-index:10}.video-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ff8c004d;border-radius:30px;color:#fff;font-size:18px;font-weight:600;padding:1rem 2rem;text-shadow:0 2px 4px #000c}.phone-home-indicator{background:#ffffff4d;border-radius:4px;bottom:8px;height:6px;left:50%;position:absolute;transform:translateX(-50%);width:200px}@media (max-width:768px){.phone-frame{border-radius:40px;height:560px;padding:12px;width:280px}.phone-screen,.phone-video{border-radius:28px}.video-text{font-size:16px;padding:.75rem 1.5rem}.video-overlay{bottom:30px;left:30px;right:30px}.phone-home-indicator{height:5px;width:160px}}.floating-texts{background:linear-gradient(180deg,#000,#0d0500);border-top:1px solid #ff8c0033;overflow:hidden;padding:2rem 0;position:relative}.scrolling-container{overflow:hidden;position:relative;width:100%}.scrolling-text{align-items:center;animation:scroll-right-to-left 30s linear infinite;display:flex;font-size:.9rem;font-weight:500;gap:2rem;line-height:1.4;white-space:nowrap}.floating-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff8c001a;border:1px solid #ff8c0033;border-radius:20px;cursor:pointer;display:inline-block;flex-shrink:0;padding:.5rem 1rem;transition:all .3s ease}.floating-text:hover{background:#ff8c0033;box-shadow:0 10px 25px #ff8c0033;transform:translateY(-3px) scale(1.05)}.separator{color:#666;flex-shrink:0;font-size:.8rem}@keyframes scroll-right-to-left{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@media (max-width:768px){.floating-texts{padding:1.5rem 0}.scrolling-text{animation-duration:25s;font-size:.8rem;gap:1.5rem}.floating-text{padding:.4rem .8rem}}@media (max-width:480px){.scrolling-text{animation-duration:20s;font-size:.75rem;gap:1rem}.floating-text{padding:.3rem .6rem}}.landing-page{background:linear-gradient(135deg,#000,#1a0a00 25%,#2d1400 50%,#1a0a00 75%,#000);color:#fff;min-height:100vh}.hero{align-items:center;display:flex;min-height:100vh;padding:8rem 0 4rem}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{max-width:600px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ff8c00);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.hero-description{color:#e0e0e0;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.hero-visual{align-items:center;display:flex;justify-content:center}.features{background:linear-gradient(180deg,#000,#0d0500 50%,#000);padding:6rem 0}.features-content{margin:0 auto;max-width:800px;text-align:center}.features-title{color:#ff8c00;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.features-subtitle{color:#e0e0e0;font-size:1.25rem;line-height:1.6;margin-bottom:4rem}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-item{background:#ff8c001a;border:1px solid #ff8c0033;border-radius:16px;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.feature-item h3{color:#ff8c00;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-item p{color:#e0e0e0;font-size:1rem;line-height:1.6}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.hero-visual{order:1}}@media (max-width:768px){.hero{padding:6rem 0 3rem}.hero-title{font-size:2.5rem}.cta-button,.hero-description{font-size:1.1rem}.cta-button{padding:.875rem 2rem}.features{padding:4rem 0}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.features-grid{gap:2rem;grid-template-columns:1fr}.feature-item{padding:1.5rem}}.about-page{background:linear-gradient(135deg,#000,#1a0a00 25%,#2d1400 50%,#1a0a00 75%,#000);color:#fff;min-height:100vh;padding-top:6rem}.about-hero{background:linear-gradient(135deg,#000,#0d0500 50%,#000);padding:4rem 0 6rem;text-align:center}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ff8c00);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:2rem}.about-tagline{color:#ff8c00;font-size:1.5rem;font-style:italic;font-weight:600}.about-content{margin:0 auto;max-width:800px;padding:0 2rem 4rem}.content-section{background:#ff8c000d;border:1px solid #ff8c0033;border-radius:16px;margin-bottom:4rem;padding:2rem}.content-section h2{border-bottom:2px solid #ff8c004d;color:#ff8c00;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.content-section p{color:#e0e0e0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.mission-tagline{background:#ff8c001a;border-left:4px solid #ff8c00;border-radius:12px;font-size:1.2rem;margin-top:2rem;padding:1.5rem}.unique-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feature-card{background:#ff8c000d;border:1px solid #ff8c0033;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{border-color:#ff8c0066;box-shadow:0 15px 30px #ff8c0033;transform:translateY(-5px)}.feature-card h3{color:#ff8c00;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.feature-card ul{margin-left:1.5rem;margin-top:1rem}.feature-card li{color:#e0e0e0;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.contact-cta{margin-top:2rem;text-align:center}.cta-button{background:#ff8c00;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background:#ff7f00;box-shadow:0 10px 25px #ff8c004d;transform:translateY(-2px)}@media (max-width:768px){.about-page{padding-top:5rem}.about-hero{padding:3rem 0 4rem}.about-title{font-size:2.5rem}.about-tagline{font-size:1.25rem}.about-content{padding:0 1rem 3rem}.content-section{margin-bottom:3rem;padding:1.5rem}.content-section h2{font-size:1.75rem}.content-section p{font-size:1rem}.unique-features{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.cta-button{font-size:1.1rem;padding:.875rem 2rem}}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-bottom:1px solid #ff8c0033;left:0;position:fixed;right:0;top:0;z-index:1000}.nav-content{justify-content:space-between;padding:1rem 0}.logo,.nav-content{align-items:center;display:flex}.logo{gap:.75rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{filter:drop-shadow(0 2px 4px rgba(255,140,0,.3));height:40px;object-fit:contain;transition:filter .3s ease;width:40px}.logo:hover .logo-image{filter:drop-shadow(0 4px 8px rgba(255,140,0,.5))}.logo-text{color:#ff8c00;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px #0000004d}.nav-links{display:flex;gap:2rem}.nav-link{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#ff8c00}.nav-link.active:after{background:#ff8c00;border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;right:0}@media (max-width:768px){.nav-content{padding:.75rem 0}.logo-image{height:32px;width:32px}.logo-text{font-size:1.25rem}.nav-links{gap:1.5rem}}@media (max-width:480px){.logo{gap:.5rem}.logo-image{height:28px;width:28px}.logo-text{font-size:1.1rem}}
/*# sourceMappingURL=main.3391714e.css.map*/