:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--dark-bg: #0e0a1f;--text-color: #ffffff;--accent-color: #ff3b4e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--dark-bg);color:var(--text-color);line-height:1.6}.app-container{min-height:100vh;display:flex;flex-direction:column;width:100vw;max-width:100vw;margin:0;padding:0 20px;position:relative;z-index:1;box-sizing:border-box}header{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo{font-weight:700;font-size:1.5rem}.contact-btn{background-color:#fff;color:#000;border:none;border-radius:20px;padding:8px 16px;font-weight:500;cursor:pointer}main{flex:1;width:100%;max-width:100%}.hero{text-align:center;padding:80px 0 0;width:100%;max-width:100%}.hero h1{font-size:3rem;font-weight:700;margin-bottom:40px;line-height:1.2}.coming-soon-btn{background-color:#ffffff1a;color:#fff;border:none;border-radius:20px;padding:12px 24px;font-weight:500;cursor:pointer}.features{display:flex;gap:40px;padding:0;align-items:center;width:100%;max-width:100%}.feature-images{flex:1;position:relative;min-height:400px;display:flex;justify-content:center;align-items:center}.photos-stack{width:100%;max-width:100%;object-fit:contain;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.sparkle{position:absolute;width:30px;height:30px;background-image:url(/sparkle.svg);background-size:contain;bottom:50px;left:30px;z-index:4;animation:twinkle 2s infinite}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.feature-content{flex:1}.feature-badge{display:flex;gap:10px;margin-bottom:20px}.new-badge{background-color:var(--accent-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:700}.feature-type{color:#fff;font-size:.8rem;font-weight:700;padding:4px 0}.feature-content h2{font-size:2.2rem;margin-bottom:20px;line-height:1.3}.feature-content p{color:#ffffffb3;font-size:1rem}.more-info{text-align:center;padding:60px 0;color:#ffffffb3;width:100%;max-width:100%}footer{display:flex;justify-content:space-between;padding:30px 0;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;position:relative}footer a{color:#ffffffb3;text-decoration:none;margin-right:20px}.footer-links a:last-child{margin-right:0}.footer-copyright{position:absolute;left:50%;transform:translate(-50%);color:#ffffff80}@media (max-width: 768px){.features{flex-direction:column}.hero h1{font-size:2.2rem}.feature-content h2{font-size:1.8rem}footer{flex-direction:column;gap:20px;text-align:center;padding-bottom:60px}.footer-copyright{bottom:20px}}.bg-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-image:url(/bg.jpeg);background-size:cover;background-position:center;opacity:.2}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#000c;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 -2px 10px #0003}.cookie-banner p{margin:0;padding-right:20px;font-size:14px}.cookie-banner a{color:#fff;text-decoration:underline}.accept-cookies-btn{background-color:#fff;color:#000;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;white-space:nowrap}
