*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background:#0a0a0a;color:#c8a2c8;min-height:100vh;overflow-x:hidden;line-height:1.7;font-weight:300;position:relative}body:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/Luminous.gif) center/50%;background-blend-mode:screen;opacity:.5;z-index:-1;pointer-events:none}.container{position:relative;min-height:100vh;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0 2rem}.bg-decoration,.bg-decoration-2{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ec48991a,#9333ea1a);filter:blur(100px);z-index:-1}.bg-decoration{width:400px;height:400px;top:10%;right:-10%}.bg-decoration-2{width:300px;height:300px;bottom:20%;left:-10%;background:linear-gradient(135deg,#3b82f61a,#10b9811a)}@keyframes floating{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(-10px) rotate(-1deg)}}.floating{animation:floating 6s ease-in-out infinite}.header{text-align:center;padding:3rem 0 2rem}.logo{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.logo-container{width:450px;height:450px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.logo-img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 0 15px rgba(251,191,36,.4));transition:all .4s cubic-bezier(.25,.46,.45,1.5);transform-origin:center center}.logo-img:hover{transform:scale(1.25);filter:drop-shadow(0 0 25px rgba(251,191,36,.8))}h1,h2,h3,h4{font-family:Cinzel Decorative,serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.logo h1{font-size:clamp(2.5rem,6vw,4.5rem);background:linear-gradient(90deg,#fbbf24,#f59e0b,#f97316,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.5rem 0;letter-spacing:.1em;text-shadow:0 2px 10px rgba(249,115,22,.2);position:relative;display:inline-block}.logo h1:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#fbbf24,#f59e0b,#f97316);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.logo:hover h1:after{transform:scaleX(1);transform-origin:left}.tagline{font-family:Dancing Script,cursive;font-size:1.5rem;color:#fbbf24;font-weight:600;letter-spacing:.1em;margin-top:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 0}.hero-section{max-width:800px;margin-bottom:4rem}.coming-soon-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:200;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.6);background:linear-gradient(90deg,#f5f5f5,#cfcfcf,#9e9e9e,#f5f5f5,#d6d6d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block;background-size:300% auto;animation:shine 3s linear infinite}@keyframes shine{0%{background-position:-100% 0}to{background-position:200% 0}}.description{font-size:1.25rem;color:#c8a2c8;margin:0 auto 3rem;line-height:1.8;font-weight:400;max-width:800px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.countdown{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem 1rem;min-width:100px;transition:all .3s ease}.countdown-item:hover{transform:translateY(-5px);background:#ffffff14;border-color:#fbbf244d}.countdown-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#fbbf24;line-height:1}.countdown-label{font-size:.9rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.subscription{margin-bottom:3rem}.subscription h3{font-size:2rem;margin:2rem 0 1rem;color:#c8a2c8;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;display:inline-block}.subscription h3:after{content:"";position:absolute;bottom:-5px;width:60%;height:2px;background:linear-gradient(90deg,#fbbf24,#f59e0b);margin:0 auto;left:50%;transform:translate(-50%)}.subscription p{color:#c8a2c8;margin:0 auto 2rem;font-size:1.1rem;max-width:500px}.email-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:280px;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.1);border-radius:50px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;transition:all .3s ease}.email-input::placeholder{color:#94a3b8}.email-input:focus{outline:none;border-color:#fbbf24;background:#ffffff14}.notify-btn{padding:1rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fbbf244d;background:linear-gradient(135deg,#f59e0b,#d97706)}.features-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;width:100%}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);background:#ffffff14;border-color:#fbbf2433}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h4{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1rem;color:#c8a2c8}.feature-card p{color:#c8a2c8;font-size:.95rem;line-height:1.6;opacity:.9}.footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.location p{color:#94a3b8;font-size:.9rem}.social-links{display:flex;gap:1.5rem}.social-link{color:#cbd5e1;text-decoration:none;font-size:.9rem;transition:color .3s ease}.social-link:hover{color:#fbbf24}@media (max-width: 768px){.container{padding:0 1rem}.countdown{gap:1rem}.countdown-item{min-width:80px;padding:1rem .5rem}.countdown-number{font-size:2rem}.email-form{flex-direction:column;align-items:center}.email-input{min-width:100%}.footer{flex-direction:column;text-align:center}.features-preview{grid-template-columns:1fr}}@media (max-width: 480px){.header{padding:2rem 0 1rem}.countdown{gap:.5rem}.countdown-item{min-width:70px;padding:.8rem .3rem}.countdown-number{font-size:1.5rem}.countdown-label{font-size:.8rem}}html{scroll-behavior:smooth}::selection{background:#fbbf244d;color:#fff}
