:root{font-family:"Press Start 2P",Courier New,monospace;line-height:1.8;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;background:#a67c52;color:#fff;padding:1rem 0;z-index:1000;box-shadow:0 2px 8px #00000026}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:.8rem;font-weight:400;letter-spacing:.5px;display:flex;align-items:center}.logo img{height:70px;width:auto;object-fit:contain}.desktop-nav{display:none;gap:2rem;align-items:center}.desktop-nav a{color:#fff;text-decoration:none;font-weight:400;font-size:.6rem;transition:opacity .2s}.desktop-nav a:hover{opacity:.8;text-decoration:underline}.signup-btn{background:transparent;color:#fff;border:2px solid white;padding:.5rem 1rem;border-radius:6px;font-weight:400;font-size:.6rem}.signup-btn:hover{background:#ffffff1a}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s}.mobile-nav{display:flex;flex-direction:column;gap:0;background:#8b6843;padding:1rem 0}.mobile-nav a{color:#fff;text-decoration:none;padding:.75rem 2rem;transition:background .2s;font-size:.6rem}.mobile-nav a:hover{background:#0000001a}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;text-align:center;overflow:hidden;padding-top:80px}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#000000bf;z-index:2}.hero-content{position:relative;z-index:10;max-width:900px;width:100%;padding:2rem;animation:fadeSlideIn 1s ease-out;display:flex;flex-direction:column;align-items:center;gap:1rem}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:#a67c52;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:400;font-size:.7rem;margin-bottom:1.5rem;animation:fadeSlideIn 1s ease-out .2s backwards}.hero-title{font-size:2.5rem;font-weight:400;margin:0;line-height:1.6;animation:fadeSlideIn 1s ease-out .4s backwards}.hero-logo{width:400px;max-width:90%;height:auto;object-fit:contain;animation:fadeSlideIn 1s ease-out .5s backwards}.hero-subtitle{font-size:.9rem;margin:0;opacity:.9;line-height:1.8;animation:fadeSlideIn 1s ease-out .6s backwards;max-width:700px}.cta-button{background:#a67c52;color:#fff;border:none;padding:1rem 2rem;font-size:.7rem;font-weight:400;border-radius:8px;cursor:pointer;transition:all .3s;animation:fadeSlideIn 1s ease-out .8s backwards;font-family:"Press Start 2P",Courier New,monospace}.cta-button:hover{background:#8b6843;transform:translateY(-2px);box-shadow:0 8px 20px #a67c5266}.cta-button.small{padding:.75rem 1.5rem;font-size:.6rem}.features{background:#f9fafb;padding:4rem 2rem}.features h1{text-align:center;font-size:2rem;font-weight:400;color:#1f2937;margin-bottom:3rem;position:relative;font-family:"Press Start 2P",Courier New,monospace;text-transform:uppercase;letter-spacing:2px}.features h1:after{content:"";display:block;width:80px;height:4px;background:#a67c52;margin:1rem auto 0;border-radius:2px}.feature-item{max-width:1200px;margin:0 auto 4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.feature-item:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.feature-item.reverse{grid-template-columns:1fr 1fr}.feature-item.reverse .feature-image{order:2}.feature-item.reverse .feature-content{order:1}.feature-image{width:100%;height:100%;min-height:300px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.feature-item:hover .feature-image img{transform:scale(1.05)}.feature-content{padding:3rem}.feature-content h2{font-size:1.2rem;color:#1f2937;margin-bottom:1rem;font-weight:400}.feature-content p{font-size:.7rem;color:#6b7280;line-height:1.8}.cta-section{background:linear-gradient(135deg,#a67c52,#8b6843);color:#fff;padding:5rem 2rem;text-align:center}.cta-section-content{max-width:800px;margin:0 auto}.cta-section-title{font-size:2rem;font-weight:400;margin-bottom:1rem;line-height:1.6}.cta-section-subtitle{font-size:.8rem;margin-bottom:2.5rem;opacity:.95;line-height:1.8}.cta-section-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button.primary{background:#fff;color:#a67c52}.cta-button.primary:hover{background:#f3f4f6;color:#8b6843}.cta-button.secondary{background:transparent;border:2px solid white;color:#fff;display:flex;align-items:center;justify-content:center}.cta-button.secondary:hover{background:#ffffff1a}.footer{background:#1f2937;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:.8rem;margin-bottom:1rem;font-weight:400}.footer-logo{font-size:1rem;font-weight:400;margin-bottom:.5rem}.footer-tagline{opacity:.8;margin-bottom:1.5rem;font-size:.6rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem;font-size:.6rem}.footer-section a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s;font-size:.6rem}.footer-section a:hover{opacity:1;text-decoration:underline}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:.6rem;transition:background .3s}.social-links a:hover{background:#a67c52;text-decoration:none}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.7;font-size:.5rem}@media(min-width:768px){.desktop-nav{display:flex}.mobile-menu-btn,.mobile-nav{display:none}}@media(max-width:767px){.hero-title{font-size:1.5rem}.hero-logo{width:300px;max-width:85%}.hero-subtitle{font-size:.8rem}.feature-item,.feature-item.reverse{grid-template-columns:1fr}.feature-item.reverse .feature-image{order:1}.feature-item.reverse .feature-content{order:2}.feature-content{padding:2rem}.feature-content h2{font-size:1rem}.feature-content p{font-size:.65rem}.cta-section{padding:3rem 1.5rem}.cta-section-title{font-size:1.3rem}.cta-section-subtitle{font-size:.7rem}.cta-section-buttons{flex-direction:column;gap:1rem}.footer-content{grid-template-columns:1fr;gap:2rem}}
