*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,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:#f8f9fa;color:#333;line-height:1.6}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}.website-container{min-height:100vh;display:flex;flex-direction:column}.website-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:center;gap:1rem}.app-logo{width:60px;height:60px}.header-text h1{color:#0d6efd;font-size:2rem;margin:0}.header-text p{color:#666;font-size:1rem;margin:.25rem 0 0}.hero-section{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#0d6efd,#6610f2);color:#fff}.hero-section h2{font-size:2.5rem;margin-bottom:1rem}.hero-section p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem}.hero-video-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-items:center;max-width:1200px;margin:0 auto}.hero-video{width:100%;max-width:300px;border-radius:10px;box-shadow:0 10px 30px #0000004d;aspect-ratio:9/16;object-fit:cover}.video-item{background:#ffffff1a;border-radius:10px;padding:1rem}.video-item p{margin-top:1rem;font-weight:700}.features-section{padding:4rem 0;background-color:#fff}.features-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#f8f9fa;border-radius:10px;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.feature-card h3{color:#0d6efd;margin-bottom:1rem;font-size:1.5rem}.download-section{padding:4rem 0;background:linear-gradient(135deg,#f5f7fa,#e4edf9);text-align:center}.download-section h2{font-size:2rem;margin-bottom:1rem;color:#333}.download-section p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem;color:#666}.coming-soon{font-size:2rem;font-weight:700;color:#0d6efd;margin:2rem 0;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.website-footer{background-color:#333;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}.website-footer p{margin:0}.icp-info{font-size:.9rem;color:#aaa;margin-top:.5rem}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.app-logo{width:60px;height:60px}.hero-section h2{font-size:2rem}.hero-video-gallery,.features-grid{grid-template-columns:1fr}.coming-soon{font-size:1.5rem}}
