*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.header{position:fixed;top:0;left:0;width:100%;background-color:#fff3;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:none;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a}.logo{font-size:1.5rem;font-weight:700;color:#333}.nav-buttons{display:flex;gap:1rem}.btn{padding:.8rem 1.2rem;border-radius:25px;border:none;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-primary{background-color:#007aff;color:#fff}@media (max-width: 575.98px){.btn{padding:.5rem 1rem;font-size:.875rem;border-radius:15px}.logo img{height:45px}}.btn-secondary{background-color:transparent;border:2px solid #007AFF;color:#007aff}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.logo img{height:55px}@media (max-width: 575.98px){.logo img{height:50px}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background-image:url(/assets/backgroundImage-BcuNy1w0.png);background-repeat:no-repeat;background-size:cover;background-position:center}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1}.hero-content{max-width:800px;position:relative;z-index:2}.hero h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;text-shadow:3px 3px rgb(65,65,65)}.hero p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.features{padding:6rem 2rem;background-color:#fff}.features h2{font-size:2.6rem;color:#fe1386;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.feature-card{padding:2rem;text-align:center;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#007aff}.feature-icon img{width:65px;height:auto;margin-bottom:1rem}.feature-card h4{margin-bottom:.2rem;color:#fe1386;font-weight:700}.feature-card p{color:#666;line-height:1.6}@media (max-width: 768px){.hero h1{font-size:2.5rem}.nav-buttons{gap:.5rem}.btn{padding:.6rem 1.2rem}}.dot-loader{display:flex;justify-content:center;align-items:center;height:100vh;gap:.5rem}.dot-loader span{width:.8rem;height:.8rem;background-color:#fe1386;border-radius:50%;opacity:.2;animation:blink 1.4s infinite ease-in-out}.dot-loader span:nth-child(1){animation-delay:0s}.dot-loader span:nth-child(2){animation-delay:.2s}.dot-loader span:nth-child(3){animation-delay:.4s}.dot-loader span:nth-child(4){animation-delay:.6s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.coming-soon{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;font-family:sans-serif;background-color:#f9f9f9}
