*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#d32f2f;--primary-hover:#b71c1c;--secondary-color:#1976d2;--dark-bg:#0a0a0a;--light-bg:#1a1a1a;--card-bg:#1e1e1e;--text-primary:#fff;--text-secondary:#b0b0b0;--text-muted:gray;--accent:gold;--border-subtle:#ffffff14;--border-medium:#ffffff26;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 30px #d32f2f4d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}body{background-color:var(--dark-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7}.header{-webkit-backdrop-filter:blur(16px);z-index:1000;border-bottom:1px solid var(--border-medium);width:100%;box-shadow:var(--shadow-md);background-color:#0a0a0af2;position:fixed;top:0}.nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.logo{color:var(--primary-color);letter-spacing:2px;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-primary);text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.cta-button{background-color:var(--primary-color);color:#fff;border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.3px;box-shadow:var(--shadow-sm);border:none;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.cta-button:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;min-height:90vh;margin-top:80px;margin-left:auto;margin-right:auto;padding:4rem 2rem;display:flex}.hero-content{flex:1}.hero-title{background:linear-gradient(135deg,var(--primary-color)0%,var(--accent)100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.15}.hero-turret-image,.hero-turret-video{object-fit:contain;border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-lg),var(--shadow-glow);transition:transform .3s}.hero-turret-image:hover,.hero-turret-video:hover{transform:scale(1.02)}.hero-subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1.6rem;font-weight:500;line-height:1.5}.hero-description{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.hero-cta{gap:1rem;margin-bottom:3rem;display:flex}.primary-cta{background:linear-gradient(135deg,var(--primary-color)0%,#c62828 100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;letter-spacing:.3px;box-shadow:var(--shadow-md);border:none;padding:1.1rem 2.25rem;font-size:1.1rem;font-weight:600;transition:all .2s}.primary-cta:hover{background:linear-gradient(135deg,var(--primary-hover)0%,#a71c1c 100%);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.primary-cta.large{padding:1.35rem 3.25rem;font-size:1.35rem;font-weight:700}.secondary-cta{color:#fff;border:2px solid var(--primary-color);border-radius:var(--radius-md);cursor:pointer;letter-spacing:.3px;box-shadow:var(--shadow-sm);background-color:#0000;padding:1.1rem 2.25rem;font-size:1.1rem;font-weight:600;transition:all .2s}.secondary-cta:hover{background-color:var(--primary-color);box-shadow:var(--shadow-md)}.hero-stats{gap:3.5rem;display:flex}.stat{text-align:center;transition:transform .2s}.stat:hover{transform:translateY(-4px)}.stat-number{color:var(--accent);text-shadow:0 0 20px #ffd7004d;font-size:2.75rem;font-weight:800;line-height:1.2}.stat-label{color:var(--text-secondary);letter-spacing:.3px;margin-top:.75rem;font-size:.95rem;font-weight:500}.hero-visual{flex:1;min-height:500px}.canvas-container{background:linear-gradient(135deg,#d32f2f1a,#1976d21a);border-radius:10px;width:100%;height:100%}.deer-banner{border-top:1px solid var(--border-medium);border-bottom:1px solid var(--border-medium);background:linear-gradient(135deg,#d32f2f1f,#ffd7001f);padding:5rem 2rem;position:relative;overflow:hidden}.deer-banner:before{content:"";background:linear-gradient(90deg,transparent,var(--accent)50%,transparent);height:1px;position:absolute;top:0;left:0;right:0}.deer-banner:after{content:"";background:linear-gradient(90deg,transparent,var(--accent)50%,transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.deer-banner-content{justify-content:center;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.deer-image-container{flex:0 0 400px}.deer-image{border-radius:var(--radius-xl);width:100%;height:auto;box-shadow:var(--shadow-lg),0 0 40px #ffd70040;border:2px solid var(--accent);transition:transform .3s}.deer-image:hover{transform:scale(1.02)}.deer-text{text-align:left;flex:1}.deer-title{color:var(--accent);text-shadow:2px 2px 8px #0009,0 0 20px #ffd7004d;letter-spacing:-.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.2}.deer-subtitle{color:var(--text-primary);margin-bottom:2rem;font-size:1.6rem;font-weight:400;line-height:1.7}.deer-feature-highlight{border:2px solid var(--primary-color);color:var(--text-primary);box-shadow:var(--shadow-md),0 0 20px #d32f2f4d;background-color:#d32f2f40;border-radius:50px;align-items:center;gap:1rem;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.deer-feature-highlight:hover{box-shadow:var(--shadow-lg),0 0 30px #d32f2f66;background-color:#d32f2f59;transform:scale(1.05)}.highlight-icon{font-size:2rem}.bathroom-banner{border-top:1px solid var(--border-medium);border-bottom:1px solid var(--border-medium);background:linear-gradient(135deg,#1976d21f,#ffd7001f);padding:5rem 2rem;position:relative;overflow:hidden}.bathroom-banner:before{content:"";background:linear-gradient(90deg,transparent,var(--secondary-color)50%,transparent);height:1px;position:absolute;top:0;left:0;right:0}.bathroom-banner:after{content:"";background:linear-gradient(90deg,transparent,var(--secondary-color)50%,transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.bathroom-banner-content{justify-content:center;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.bathroom-image-container{flex:0 0 400px}.bathroom-image{border-radius:var(--radius-xl);width:100%;height:auto;box-shadow:var(--shadow-lg),0 0 40px #1976d240;border:2px solid var(--secondary-color);transition:transform .3s}.bathroom-image:hover{transform:scale(1.02)}.bathroom-text{text-align:left;flex:1}.bathroom-title{color:var(--secondary-color);text-shadow:2px 2px 8px #0009,0 0 20px #1976d24d;letter-spacing:-.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.2}.bathroom-subtitle{color:var(--text-primary);margin-bottom:2rem;font-size:1.6rem;font-weight:400;line-height:1.7}.bathroom-feature-highlight{border:2px solid var(--secondary-color);color:var(--text-primary);box-shadow:var(--shadow-md),0 0 20px #1976d24d;background-color:#1976d240;border-radius:50px;align-items:center;gap:1rem;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.bathroom-feature-highlight:hover{box-shadow:var(--shadow-lg),0 0 30px #1976d266;background-color:#1976d259;transform:scale(1.05)}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;color:var(--text-primary);letter-spacing:-.5px;margin-bottom:3.5rem;font-size:2.75rem;font-weight:700;line-height:1.2}.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{background-color:var(--card-bg);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:2.5rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--border-medium);transform:translateY(-8px)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:1.25rem;font-size:1.4rem;font-weight:600}.feature-card p{color:var(--text-secondary);line-height:1.6}.stealth-section{border-top:1px solid var(--border-medium);border-bottom:1px solid var(--border-medium);background:linear-gradient(135deg,#1e1e1ef2,#0a0a0afa);padding:5rem 2rem;position:relative;overflow:hidden}.stealth-section:before{content:"";background:linear-gradient(90deg,#0000,#64646480 50%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.stealth-content{justify-content:center;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.stealth-video-container{flex:0 0 500px}.stealth-video{border-radius:var(--radius-xl);width:100%;height:auto;box-shadow:var(--shadow-lg),0 0 60px #00000080;border:2px solid var(--border-medium)}.stealth-text{text-align:left;flex:1}.stealth-title{color:var(--text-primary);text-shadow:2px 2px 8px #0009;letter-spacing:-.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.2}.stealth-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.6rem;font-weight:400;line-height:1.7}.stealth-feature-highlight{border:2px solid var(--border-medium);color:var(--text-primary);box-shadow:var(--shadow-md);background-color:#ffffff0d;border-radius:50px;align-items:center;gap:1rem;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.stealth-feature-highlight:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg),var(--shadow-glow);background-color:#ffffff1a;transform:scale(1.05)}.how-it-works{background-color:var(--light-bg);padding:6rem 2rem}.steps-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.step{text-align:center;flex:1;min-width:250px}.step-number{background:linear-gradient(135deg,var(--primary-color)0%,#c62828 100%);color:#fff;width:70px;height:70px;box-shadow:var(--shadow-md),var(--shadow-glow);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.25rem;font-weight:700;display:flex}.step-content h3{letter-spacing:-.3px;margin-bottom:1.25rem;font-size:1.6rem;font-weight:600}.step-content p{color:var(--text-secondary);margin-bottom:1.5rem}.step-visual{margin-top:1rem}.step-icon{font-size:4rem}.step-arrow{color:var(--primary-color);font-size:3rem}.demo-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.demo-container{border-radius:var(--radius-lg);border:1px solid var(--border-medium);width:100%;height:600px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#d32f2f1a,#1976d21a);margin-bottom:2rem}.demo-controls{justify-content:center;gap:1rem;display:flex}.demo-controls button{background-color:var(--card-bg);color:#fff;border:2px solid var(--primary-color);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.3px;box-shadow:var(--shadow-sm);padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.demo-controls button:hover{background-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ai-guarantee{background:linear-gradient(135deg,var(--light-bg),var(--dark-bg));padding:6rem 2rem}.guarantee-content{text-align:center;max-width:800px;margin:0 auto}.guarantee-content h2{color:var(--accent);text-shadow:0 0 20px #ffd7004d;letter-spacing:-.5px;margin-bottom:1.25rem;font-size:2.75rem;font-weight:700}.guarantee-tagline{color:var(--text-secondary);margin-bottom:3.5rem;font-size:1.6rem;font-weight:500;line-height:1.5}.guarantee-features{text-align:left}.guarantee-item{border-radius:var(--radius-md);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background-color:#ffffff08;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.guarantee-item:hover{border-color:var(--border-medium);background-color:#ffffff0d;transform:translate(8px)}.check{color:var(--accent);font-size:1.5rem;font-weight:700}.testimonials{max-width:1200px;margin:0 auto;padding:6rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:2.5rem;transition:all .3s}.testimonial-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-medium);transform:translateY(-4px)}.testimonial-card.featured{border:2px solid var(--accent);box-shadow:var(--shadow-md),0 0 30px #ffd70026;background:linear-gradient(135deg,#d32f2f26,#1976d226);grid-column:1/-1}.testimonial-card.featured:hover{box-shadow:var(--shadow-lg),0 0 40px #ffd70040}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-avatar{object-fit:cover;border-radius:50%;width:80px;height:80px}.testimonial-avatar-small{background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-weight:700;display:flex}.testimonial-title{color:var(--text-secondary);font-size:.9rem}.testimonial-content{margin-bottom:1rem}.testimonial-content p{color:var(--text-secondary);font-size:1.05rem;font-style:italic;line-height:1.85}.testimonial-rating{color:var(--accent);font-size:1.2rem}.final-cta{text-align:center;background-color:var(--light-bg);padding:6rem 2rem}.final-cta h2{letter-spacing:-.5px;margin-bottom:1.25rem;font-size:2.75rem;font-weight:700}.final-cta p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.3rem;font-weight:400;line-height:1.6}.cta-note{color:var(--text-secondary);margin-top:1rem;font-size:.9rem}.footer{background-color:var(--dark-bg);border-top:1px solid var(--border-medium);padding:4rem 2rem 1.5rem;box-shadow:0 -4px 16px #0000004d}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h4{color:var(--primary-color);margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--text-primary)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (max-width:1024px){.hero{gap:3rem;padding:3rem 1.5rem}.section-title{font-size:2.25rem}.features,.how-it-works,.demo-section{padding:4rem 1.5rem}}@media (max-width:768px){.nav{padding:1rem 1.5rem}.logo{font-size:1.25rem}.nav-links{display:none}.cta-button{padding:.65rem 1.25rem;font-size:.875rem}.hero{text-align:center;flex-direction:column;gap:2.5rem;min-height:auto;margin-top:70px;padding:2rem 1.5rem}.hero-title{margin-bottom:1rem;font-size:2.5rem}.hero-subtitle{margin-bottom:1.25rem;font-size:1.25rem}.hero-description{max-width:100%;margin-bottom:1.75rem;font-size:1rem}.hero-cta{flex-direction:column;gap:.75rem;margin-bottom:2rem}.primary-cta,.secondary-cta{width:100%;padding:1rem 1.75rem;font-size:1rem}.primary-cta.large{padding:1.15rem 2.5rem;font-size:1.2rem}.hero-stats{justify-content:center;gap:2rem}.stat-number{font-size:2.25rem}.stat-label{font-size:.85rem}.hero-visual{min-height:300px}.deer-banner{padding:3rem 1.5rem}.deer-banner-content{flex-direction:column;gap:2rem}.deer-image-container{flex:none;width:100%;max-width:300px;margin:0 auto}.deer-title{text-align:center;font-size:2.25rem}.deer-subtitle{text-align:center;font-size:1.25rem}.deer-text{text-align:center}.deer-feature-highlight{padding:1rem 2rem;font-size:1.1rem}.bathroom-banner{padding:3rem 1.5rem}.bathroom-banner-content{flex-direction:column;gap:2rem}.bathroom-image-container{flex:none;order:2;width:100%;max-width:300px;margin:0 auto}.bathroom-text{order:1}.bathroom-title{text-align:center;font-size:2.25rem}.bathroom-subtitle{text-align:center;font-size:1.25rem}.bathroom-text{text-align:center}.bathroom-feature-highlight{padding:1rem 2rem;font-size:1.1rem}.stealth-section{padding:3rem 1.5rem}.stealth-content{flex-direction:column;gap:2rem}.stealth-video-container{flex:none;width:100%;max-width:400px;margin:0 auto}.stealth-title{text-align:center;font-size:2.25rem}.stealth-subtitle{text-align:center;font-size:1.25rem}.stealth-text{text-align:center}.stealth-feature-highlight{padding:1rem 2rem;font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.steps-container{flex-direction:column}.step-arrow{font-size:2rem;transform:rotate(90deg)}.demo-container{height:400px}.demo-controls{flex-direction:column;gap:.75rem}.demo-controls button{width:100%;padding:.9rem 1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card.featured{grid-column:auto}.testimonial-card{padding:2rem}.final-cta{padding:4rem 1.5rem}.final-cta h2{font-size:2.25rem}.final-cta p{font-size:1.15rem}.footer{padding:3rem 1.5rem 1.5rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.nav{padding:.75rem 1rem}.logo{letter-spacing:1px;font-size:1.1rem}.cta-button{padding:.6rem 1rem;font-size:.8rem}.hero{margin-top:65px;padding:1.5rem 1rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-description{margin-bottom:1.5rem;font-size:.95rem}.hero-cta{gap:.65rem}.primary-cta,.secondary-cta{padding:.9rem 1.5rem;font-size:.95rem}.primary-cta.large{padding:1rem 2rem;font-size:1.1rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat{flex:120px}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.hero-visual{min-height:250px}.deer-banner{padding:2.5rem 1rem}.deer-image-container{max-width:250px}.deer-title{font-size:1.75rem}.deer-subtitle{font-size:1.1rem}.deer-feature-highlight{padding:.85rem 1.5rem;font-size:.95rem}.highlight-icon{font-size:1.5rem}.bathroom-banner{padding:2.5rem 1rem}.bathroom-image-container{max-width:250px}.bathroom-title{font-size:1.75rem}.bathroom-subtitle{font-size:1.1rem}.bathroom-feature-highlight{padding:.85rem 1.5rem;font-size:.95rem}.stealth-section{padding:2.5rem 1rem}.stealth-video-container{max-width:300px}.stealth-title{font-size:1.75rem}.stealth-subtitle{font-size:1.1rem}.stealth-feature-highlight{padding:.85rem 1.5rem;font-size:.95rem}.features,.how-it-works,.demo-section,.ai-guarantee,.testimonials{padding:3rem 1rem}.section-title{margin-bottom:2.5rem;font-size:1.875rem}.section-subtitle{margin-bottom:2rem;font-size:1rem}.feature-card{padding:1.75rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:.95rem}.step{min-width:100%}.step-number{width:60px;height:60px;font-size:2rem}.step-content h3{font-size:1.4rem}.step-content p{font-size:.95rem}.step-icon{font-size:3rem}.demo-container{height:300px}.demo-controls button{padding:.85rem 1.25rem;font-size:.9rem}.guarantee-content h2{font-size:2rem}.guarantee-tagline{margin-bottom:2.5rem;font-size:1.25rem}.guarantee-item{padding:1.25rem;font-size:.95rem}.testimonial-card{padding:1.75rem}.testimonial-content p{font-size:.95rem}.testimonial-avatar{width:60px;height:60px}.testimonial-avatar-small{width:45px;height:45px}.final-cta{padding:3rem 1rem}.final-cta h2{font-size:1.875rem}.final-cta p{font-size:1.05rem}.cta-note{font-size:.85rem}.footer{padding:2.5rem 1rem 1rem}.footer-bottom{font-size:.8rem}}
