.landing-container{max-width:1200px;margin:0 auto;padding:0 1rem}.landing-section{padding:4rem 0}@media (max-width:768px){.landing-section{padding:2rem 0}}.hero{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 1rem}.hero-logo{max-width:150px;width:100%;height:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.hero-headline{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--color-text-primary)}.hero-subheadline{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:var(--color-text-secondary);max-width:600px}.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media (max-width:768px){.hero{min-height:60vh;padding:2rem 1rem}.hero-logo{max-width:200px;margin-bottom:1.5rem}.hero-headline{font-size:2rem}.hero-subheadline{font-size:1.125rem}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group button{width:100%}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);transition:transform var(--transition-base),box-shadow var(--transition-base)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-primary)}.feature-description{color:var(--color-text-secondary);line-height:1.6}.demo-section{background:var(--color-surface);padding:4rem 0}.demo-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:3rem}.demo-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.screenshot-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.screenshot-item{position:relative;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:transform var(--transition-base);box-shadow:var(--shadow-md)}.screenshot-item:hover{transform:scale(1.05)}.screenshot-item img{width:100%;height:auto;display:block}.screenshot-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:#fff;padding:1rem;font-size:.875rem}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.lightbox-content{max-width:90vw;max-height:90vh;position:relative}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--radius-md)}.lightbox-close{position:absolute;top:-2.5rem;right:0;background:#fff;border:none;color:#000;font-size:1.5rem;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.lead-magnet-section{background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 0}.lead-magnet-container{max-width:700px;margin:0 auto;text-align:center}.lead-magnet-form{display:flex;flex-direction:column;align-items:center}.lead-magnet-form .form-group{width:100%;max-width:400px;margin:0 auto}.lead-magnet-form input[type=email]{width:100%;padding:1rem 1.25rem;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);transition:border-color var(--transition-base),box-shadow var(--transition-base)}.lead-magnet-form input[type=email]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.lead-magnet-form input[type=email]:disabled{opacity:.6;cursor:not-allowed}.form-message{padding:1rem;border-radius:var(--radius-md);text-align:center;font-size:.95rem;max-width:400px;margin:1.5rem auto 0}.form-message.success{background:var(--color-success);color:#fff}.form-message.error{background:var(--color-error);color:#fff}@media (max-width:768px){.lead-magnet-section{padding:2rem 0}.lead-magnet-container h2{font-size:2rem!important}.lead-magnet-form button,.lead-magnet-form input[type=email]{width:100%}}.waitlist-section{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-accent) 100%);color:#fff;padding:4rem 0;text-align:center}.waitlist-form-container{max-width:500px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.waitlist-form-container h2{color:var(--color-text-primary);margin-bottom:.5rem}.waitlist-form-container p{color:var(--color-text-secondary);margin-bottom:2rem}.waitlist-form{display:flex;flex-direction:column;gap:1.5rem}.waitlist-form input{width:100%}.waitlist-form button{width:100%;margin-top:.5rem}.form-success{background:var(--color-success)}.form-error,.form-success{color:#fff;padding:1rem;border-radius:var(--radius-md);margin-top:1rem}.form-error{background:var(--color-error)}.footer{background:var(--color-text-primary);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.125rem}.footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;display:block;margin-bottom:.5rem;transition:color var(--transition-base)}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6);font-size:.875rem}